diff --git a/pkg/client/clientset_generated/release_1_5/typed/core/v1/BUILD b/pkg/client/clientset_generated/release_1_5/typed/core/v1/BUILD index 83213b4b97..8169d60e53 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/core/v1/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/core/v1/BUILD @@ -44,7 +44,7 @@ go_library( "//pkg/api/unversioned:go_default_library", "//pkg/api/v1:go_default_library", "//pkg/apimachinery/registered:go_default_library", - "//pkg/apis/policy/v1alpha1:go_default_library", + "//pkg/apis/policy/v1beta1:go_default_library", "//pkg/client/restclient:go_default_library", "//pkg/fields:go_default_library", "//pkg/runtime:go_default_library", diff --git a/pkg/client/clientset_generated/release_1_5/typed/core/v1/fake/BUILD b/pkg/client/clientset_generated/release_1_5/typed/core/v1/fake/BUILD index b5678cc667..cef28be374 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/core/v1/fake/BUILD +++ b/pkg/client/clientset_generated/release_1_5/typed/core/v1/fake/BUILD @@ -42,7 +42,7 @@ go_library( "//pkg/api:go_default_library", "//pkg/api/unversioned:go_default_library", "//pkg/api/v1:go_default_library", - "//pkg/apis/policy/v1alpha1:go_default_library", + "//pkg/apis/policy/v1beta1:go_default_library", "//pkg/client/clientset_generated/release_1_5/typed/core/v1:go_default_library", "//pkg/client/restclient:go_default_library", "//pkg/client/testing/core:go_default_library", diff --git a/pkg/client/clientset_generated/release_1_5/typed/core/v1/fake/fake_pod_expansion.go b/pkg/client/clientset_generated/release_1_5/typed/core/v1/fake/fake_pod_expansion.go index 1919ce3839..6180bb4e27 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/core/v1/fake/fake_pod_expansion.go +++ b/pkg/client/clientset_generated/release_1_5/typed/core/v1/fake/fake_pod_expansion.go @@ -18,7 +18,7 @@ package fake import ( "k8s.io/kubernetes/pkg/api/v1" - policy "k8s.io/kubernetes/pkg/apis/policy/v1alpha1" + policy "k8s.io/kubernetes/pkg/apis/policy/v1beta1" "k8s.io/kubernetes/pkg/client/restclient" "k8s.io/kubernetes/pkg/client/testing/core" ) diff --git a/pkg/client/clientset_generated/release_1_5/typed/core/v1/pod_expansion.go b/pkg/client/clientset_generated/release_1_5/typed/core/v1/pod_expansion.go index beb61d4ff0..14f8bf3151 100644 --- a/pkg/client/clientset_generated/release_1_5/typed/core/v1/pod_expansion.go +++ b/pkg/client/clientset_generated/release_1_5/typed/core/v1/pod_expansion.go @@ -19,7 +19,7 @@ package v1 import ( "k8s.io/kubernetes/pkg/api" "k8s.io/kubernetes/pkg/api/v1" - policy "k8s.io/kubernetes/pkg/apis/policy/v1alpha1" + policy "k8s.io/kubernetes/pkg/apis/policy/v1beta1" "k8s.io/kubernetes/pkg/client/restclient" ) diff --git a/staging/src/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_pod_expansion.go b/staging/src/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_pod_expansion.go index af5e7ff523..4fe2a05b26 100644 --- a/staging/src/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_pod_expansion.go +++ b/staging/src/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_pod_expansion.go @@ -18,7 +18,7 @@ package fake import ( "k8s.io/client-go/pkg/api/v1" - policy "k8s.io/client-go/pkg/apis/policy/v1alpha1" + policy "k8s.io/client-go/pkg/apis/policy/v1beta1" "k8s.io/client-go/rest" "k8s.io/client-go/testing" ) diff --git a/staging/src/k8s.io/client-go/kubernetes/typed/core/v1/pod_expansion.go b/staging/src/k8s.io/client-go/kubernetes/typed/core/v1/pod_expansion.go index 88fa27775c..c54ba6a7af 100644 --- a/staging/src/k8s.io/client-go/kubernetes/typed/core/v1/pod_expansion.go +++ b/staging/src/k8s.io/client-go/kubernetes/typed/core/v1/pod_expansion.go @@ -19,7 +19,7 @@ package v1 import ( "k8s.io/client-go/pkg/api" "k8s.io/client-go/pkg/api/v1" - policy "k8s.io/client-go/pkg/apis/policy/v1alpha1" + policy "k8s.io/client-go/pkg/apis/policy/v1beta1" "k8s.io/client-go/rest" ) diff --git a/staging/src/k8s.io/client-go/pkg/api/types.generated.go b/staging/src/k8s.io/client-go/pkg/api/types.generated.go index d82c3e3419..2cc36139e8 100644 --- a/staging/src/k8s.io/client-go/pkg/api/types.generated.go +++ b/staging/src/k8s.io/client-go/pkg/api/types.generated.go @@ -1128,7 +1128,7 @@ func (x *Volume) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep101 := !z.EncBinary() yy2arr101 := z.EncBasicHandle().StructToArray - var yyq101 [23]bool + var yyq101 [24]bool _, _, _ = yysep101, yyq101, yy2arr101 const yyr101 bool = false yyq101[1] = x.VolumeSource.HostPath != nil && x.HostPath != nil @@ -1153,9 +1153,10 @@ func (x *Volume) CodecEncodeSelf(e *codec1978.Encoder) { yyq101[20] = x.VolumeSource.ConfigMap != nil && x.ConfigMap != nil yyq101[21] = x.VolumeSource.VsphereVolume != nil && x.VsphereVolume != nil yyq101[22] = x.VolumeSource.AzureDisk != nil && x.AzureDisk != nil + yyq101[23] = x.VolumeSource.PhotonPersistentDisk != nil && x.PhotonPersistentDisk != nil var yynn101 int if yyr101 || yy2arr101 { - r.EncodeArrayStart(23) + r.EncodeArrayStart(24) } else { yynn101 = 1 for _, b := range yyq101 { @@ -1999,6 +2000,43 @@ func (x *Volume) CodecEncodeSelf(e *codec1978.Encoder) { } } } + var yyn127 bool + if x.VolumeSource.PhotonPersistentDisk == nil { + yyn127 = true + goto LABEL127 + } + LABEL127: + if yyr101 || yy2arr101 { + if yyn127 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq101[23] { + if x.PhotonPersistentDisk == nil { + r.EncodeNil() + } else { + x.PhotonPersistentDisk.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq101[23] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("photonPersistentDisk")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn127 { + r.EncodeNil() + } else { + if x.PhotonPersistentDisk == nil { + r.EncodeNil() + } else { + x.PhotonPersistentDisk.CodecEncodeSelf(e) + } + } + } + } if yyr101 || yy2arr101 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { @@ -2012,25 +2050,25 @@ func (x *Volume) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym127 := z.DecBinary() - _ = yym127 + yym128 := z.DecBinary() + _ = yym128 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct128 := r.ContainerType() - if yyct128 == codecSelferValueTypeMap1234 { - yyl128 := r.ReadMapStart() - if yyl128 == 0 { + yyct129 := r.ContainerType() + if yyct129 == codecSelferValueTypeMap1234 { + yyl129 := r.ReadMapStart() + if yyl129 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl128, d) + x.codecDecodeSelfFromMap(yyl129, d) } - } else if yyct128 == codecSelferValueTypeArray1234 { - yyl128 := r.ReadArrayStart() - if yyl128 == 0 { + } else if yyct129 == codecSelferValueTypeArray1234 { + yyl129 := r.ReadArrayStart() + if yyl129 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl128, d) + x.codecDecodeSelfFromArray(yyl129, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -2042,12 +2080,12 @@ func (x *Volume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys129Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys129Slc - var yyhl129 bool = l >= 0 - for yyj129 := 0; ; yyj129++ { - if yyhl129 { - if yyj129 >= l { + var yys130Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys130Slc + var yyhl130 bool = l >= 0 + for yyj130 := 0; ; yyj130++ { + if yyhl130 { + if yyj130 >= l { break } } else { @@ -2056,10 +2094,10 @@ func (x *Volume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys129Slc = r.DecodeBytes(yys129Slc, true, true) - yys129 := string(yys129Slc) + yys130Slc = r.DecodeBytes(yys130Slc, true, true) + yys130 := string(yys130Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys129 { + switch yys130 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -2374,10 +2412,24 @@ func (x *Volume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } x.AzureDisk.CodecDecodeSelf(d) } + case "photonPersistentDisk": + if x.VolumeSource.PhotonPersistentDisk == nil { + x.VolumeSource.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + if r.TryDecodeAsNil() { + if x.PhotonPersistentDisk != nil { + x.PhotonPersistentDisk = nil + } + } else { + if x.PhotonPersistentDisk == nil { + x.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + x.PhotonPersistentDisk.CodecDecodeSelf(d) + } default: - z.DecStructFieldNotFound(-1, yys129) - } // end switch yys129 - } // end for yyj129 + z.DecStructFieldNotFound(-1, yys130) + } // end switch yys130 + } // end for yyj130 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -2385,16 +2437,16 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj153 int - var yyb153 bool - var yyhl153 bool = l >= 0 - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + var yyj155 int + var yyb155 bool + var yyhl155 bool = l >= 0 + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2407,13 +2459,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.HostPath == nil { x.VolumeSource.HostPath = new(HostPathVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2431,13 +2483,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.EmptyDir == nil { x.VolumeSource.EmptyDir = new(EmptyDirVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2455,13 +2507,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.GCEPersistentDisk == nil { x.VolumeSource.GCEPersistentDisk = new(GCEPersistentDiskVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2479,13 +2531,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.AWSElasticBlockStore == nil { x.VolumeSource.AWSElasticBlockStore = new(AWSElasticBlockStoreVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2503,13 +2555,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.GitRepo == nil { x.VolumeSource.GitRepo = new(GitRepoVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2527,13 +2579,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.Secret == nil { x.VolumeSource.Secret = new(SecretVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2551,13 +2603,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.NFS == nil { x.VolumeSource.NFS = new(NFSVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2575,13 +2627,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.ISCSI == nil { x.VolumeSource.ISCSI = new(ISCSIVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2599,13 +2651,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.Glusterfs == nil { x.VolumeSource.Glusterfs = new(GlusterfsVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2623,13 +2675,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.PersistentVolumeClaim == nil { x.VolumeSource.PersistentVolumeClaim = new(PersistentVolumeClaimVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2647,13 +2699,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.RBD == nil { x.VolumeSource.RBD = new(RBDVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2671,13 +2723,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.Quobyte == nil { x.VolumeSource.Quobyte = new(QuobyteVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2695,13 +2747,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.FlexVolume == nil { x.VolumeSource.FlexVolume = new(FlexVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2719,13 +2771,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.Cinder == nil { x.VolumeSource.Cinder = new(CinderVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2743,13 +2795,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.CephFS == nil { x.VolumeSource.CephFS = new(CephFSVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2767,13 +2819,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.Flocker == nil { x.VolumeSource.Flocker = new(FlockerVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2791,13 +2843,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.DownwardAPI == nil { x.VolumeSource.DownwardAPI = new(DownwardAPIVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2815,13 +2867,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.FC == nil { x.VolumeSource.FC = new(FCVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2839,13 +2891,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.AzureFile == nil { x.VolumeSource.AzureFile = new(AzureFileVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2863,13 +2915,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.ConfigMap == nil { x.VolumeSource.ConfigMap = new(ConfigMapVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2887,13 +2939,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.VsphereVolume == nil { x.VolumeSource.VsphereVolume = new(VsphereVirtualDiskVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2911,13 +2963,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.AzureDisk == nil { x.VolumeSource.AzureDisk = new(AzureDiskVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2932,18 +2984,42 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.AzureDisk.CodecDecodeSelf(d) } - for { - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l - } else { - yyb153 = r.CheckBreak() + if x.VolumeSource.PhotonPersistentDisk == nil { + x.VolumeSource.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l + } else { + yyb155 = r.CheckBreak() + } + if yyb155 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.PhotonPersistentDisk != nil { + x.PhotonPersistentDisk = nil } - if yyb153 { + } else { + if x.PhotonPersistentDisk == nil { + x.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + x.PhotonPersistentDisk.CodecDecodeSelf(d) + } + for { + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l + } else { + yyb155 = r.CheckBreak() + } + if yyb155 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj153-1, "") + z.DecStructFieldNotFound(yyj155-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -2955,54 +3031,55 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym177 := z.EncBinary() - _ = yym177 + yym180 := z.EncBinary() + _ = yym180 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep178 := !z.EncBinary() - yy2arr178 := z.EncBasicHandle().StructToArray - var yyq178 [22]bool - _, _, _ = yysep178, yyq178, yy2arr178 - const yyr178 bool = false - yyq178[0] = x.HostPath != nil - yyq178[1] = x.EmptyDir != nil - yyq178[2] = x.GCEPersistentDisk != nil - yyq178[3] = x.AWSElasticBlockStore != nil - yyq178[4] = x.GitRepo != nil - yyq178[5] = x.Secret != nil - yyq178[6] = x.NFS != nil - yyq178[7] = x.ISCSI != nil - yyq178[8] = x.Glusterfs != nil - yyq178[9] = x.PersistentVolumeClaim != nil - yyq178[10] = x.RBD != nil - yyq178[11] = x.Quobyte != nil - yyq178[12] = x.FlexVolume != nil - yyq178[13] = x.Cinder != nil - yyq178[14] = x.CephFS != nil - yyq178[15] = x.Flocker != nil - yyq178[16] = x.DownwardAPI != nil - yyq178[17] = x.FC != nil - yyq178[18] = x.AzureFile != nil - yyq178[19] = x.ConfigMap != nil - yyq178[20] = x.VsphereVolume != nil - yyq178[21] = x.AzureDisk != nil - var yynn178 int - if yyr178 || yy2arr178 { - r.EncodeArrayStart(22) + yysep181 := !z.EncBinary() + yy2arr181 := z.EncBasicHandle().StructToArray + var yyq181 [23]bool + _, _, _ = yysep181, yyq181, yy2arr181 + const yyr181 bool = false + yyq181[0] = x.HostPath != nil + yyq181[1] = x.EmptyDir != nil + yyq181[2] = x.GCEPersistentDisk != nil + yyq181[3] = x.AWSElasticBlockStore != nil + yyq181[4] = x.GitRepo != nil + yyq181[5] = x.Secret != nil + yyq181[6] = x.NFS != nil + yyq181[7] = x.ISCSI != nil + yyq181[8] = x.Glusterfs != nil + yyq181[9] = x.PersistentVolumeClaim != nil + yyq181[10] = x.RBD != nil + yyq181[11] = x.Quobyte != nil + yyq181[12] = x.FlexVolume != nil + yyq181[13] = x.Cinder != nil + yyq181[14] = x.CephFS != nil + yyq181[15] = x.Flocker != nil + yyq181[16] = x.DownwardAPI != nil + yyq181[17] = x.FC != nil + yyq181[18] = x.AzureFile != nil + yyq181[19] = x.ConfigMap != nil + yyq181[20] = x.VsphereVolume != nil + yyq181[21] = x.AzureDisk != nil + yyq181[22] = x.PhotonPersistentDisk != nil + var yynn181 int + if yyr181 || yy2arr181 { + r.EncodeArrayStart(23) } else { - yynn178 = 0 - for _, b := range yyq178 { + yynn181 = 0 + for _, b := range yyq181 { if b { - yynn178++ + yynn181++ } } - r.EncodeMapStart(yynn178) - yynn178 = 0 + r.EncodeMapStart(yynn181) + yynn181 = 0 } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[0] { + if yyq181[0] { if x.HostPath == nil { r.EncodeNil() } else { @@ -3012,7 +3089,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[0] { + if yyq181[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3023,9 +3100,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[1] { + if yyq181[1] { if x.EmptyDir == nil { r.EncodeNil() } else { @@ -3035,7 +3112,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[1] { + if yyq181[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("emptyDir")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3046,9 +3123,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[2] { + if yyq181[2] { if x.GCEPersistentDisk == nil { r.EncodeNil() } else { @@ -3058,7 +3135,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[2] { + if yyq181[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("gcePersistentDisk")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3069,9 +3146,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[3] { + if yyq181[3] { if x.AWSElasticBlockStore == nil { r.EncodeNil() } else { @@ -3081,7 +3158,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[3] { + if yyq181[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("awsElasticBlockStore")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3092,9 +3169,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[4] { + if yyq181[4] { if x.GitRepo == nil { r.EncodeNil() } else { @@ -3104,7 +3181,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[4] { + if yyq181[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("gitRepo")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3115,9 +3192,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[5] { + if yyq181[5] { if x.Secret == nil { r.EncodeNil() } else { @@ -3127,7 +3204,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[5] { + if yyq181[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secret")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3138,9 +3215,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[6] { + if yyq181[6] { if x.NFS == nil { r.EncodeNil() } else { @@ -3150,7 +3227,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[6] { + if yyq181[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nfs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3161,9 +3238,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[7] { + if yyq181[7] { if x.ISCSI == nil { r.EncodeNil() } else { @@ -3173,7 +3250,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[7] { + if yyq181[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("iscsi")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3184,9 +3261,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[8] { + if yyq181[8] { if x.Glusterfs == nil { r.EncodeNil() } else { @@ -3196,7 +3273,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[8] { + if yyq181[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("glusterfs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3207,9 +3284,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[9] { + if yyq181[9] { if x.PersistentVolumeClaim == nil { r.EncodeNil() } else { @@ -3219,7 +3296,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[9] { + if yyq181[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("persistentVolumeClaim")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3230,9 +3307,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[10] { + if yyq181[10] { if x.RBD == nil { r.EncodeNil() } else { @@ -3242,7 +3319,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[10] { + if yyq181[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("rbd")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3253,9 +3330,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[11] { + if yyq181[11] { if x.Quobyte == nil { r.EncodeNil() } else { @@ -3265,7 +3342,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[11] { + if yyq181[11] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("quobyte")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3276,9 +3353,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[12] { + if yyq181[12] { if x.FlexVolume == nil { r.EncodeNil() } else { @@ -3288,7 +3365,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[12] { + if yyq181[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("flexVolume")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3299,9 +3376,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[13] { + if yyq181[13] { if x.Cinder == nil { r.EncodeNil() } else { @@ -3311,7 +3388,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[13] { + if yyq181[13] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("cinder")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3322,9 +3399,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[14] { + if yyq181[14] { if x.CephFS == nil { r.EncodeNil() } else { @@ -3334,7 +3411,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[14] { + if yyq181[14] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("cephfs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3345,9 +3422,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[15] { + if yyq181[15] { if x.Flocker == nil { r.EncodeNil() } else { @@ -3357,7 +3434,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[15] { + if yyq181[15] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("flocker")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3368,9 +3445,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[16] { + if yyq181[16] { if x.DownwardAPI == nil { r.EncodeNil() } else { @@ -3380,7 +3457,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[16] { + if yyq181[16] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("downwardAPI")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3391,9 +3468,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[17] { + if yyq181[17] { if x.FC == nil { r.EncodeNil() } else { @@ -3403,7 +3480,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[17] { + if yyq181[17] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fc")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3414,9 +3491,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[18] { + if yyq181[18] { if x.AzureFile == nil { r.EncodeNil() } else { @@ -3426,7 +3503,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[18] { + if yyq181[18] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("azureFile")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3437,9 +3514,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[19] { + if yyq181[19] { if x.ConfigMap == nil { r.EncodeNil() } else { @@ -3449,7 +3526,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[19] { + if yyq181[19] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("configMap")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3460,9 +3537,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[20] { + if yyq181[20] { if x.VsphereVolume == nil { r.EncodeNil() } else { @@ -3472,7 +3549,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[20] { + if yyq181[20] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("vsphereVolume")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3483,9 +3560,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[21] { + if yyq181[21] { if x.AzureDisk == nil { r.EncodeNil() } else { @@ -3495,7 +3572,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[21] { + if yyq181[21] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("azureDisk")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3506,7 +3583,30 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq181[22] { + if x.PhotonPersistentDisk == nil { + r.EncodeNil() + } else { + x.PhotonPersistentDisk.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq181[22] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("photonPersistentDisk")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.PhotonPersistentDisk == nil { + r.EncodeNil() + } else { + x.PhotonPersistentDisk.CodecEncodeSelf(e) + } + } + } + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -3519,25 +3619,25 @@ func (x *VolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym201 := z.DecBinary() - _ = yym201 + yym205 := z.DecBinary() + _ = yym205 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct202 := r.ContainerType() - if yyct202 == codecSelferValueTypeMap1234 { - yyl202 := r.ReadMapStart() - if yyl202 == 0 { + yyct206 := r.ContainerType() + if yyct206 == codecSelferValueTypeMap1234 { + yyl206 := r.ReadMapStart() + if yyl206 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl202, d) + x.codecDecodeSelfFromMap(yyl206, d) } - } else if yyct202 == codecSelferValueTypeArray1234 { - yyl202 := r.ReadArrayStart() - if yyl202 == 0 { + } else if yyct206 == codecSelferValueTypeArray1234 { + yyl206 := r.ReadArrayStart() + if yyl206 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl202, d) + x.codecDecodeSelfFromArray(yyl206, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -3549,12 +3649,12 @@ func (x *VolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys203Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys203Slc - var yyhl203 bool = l >= 0 - for yyj203 := 0; ; yyj203++ { - if yyhl203 { - if yyj203 >= l { + var yys207Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys207Slc + var yyhl207 bool = l >= 0 + for yyj207 := 0; ; yyj207++ { + if yyhl207 { + if yyj207 >= l { break } } else { @@ -3563,10 +3663,10 @@ func (x *VolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys203Slc = r.DecodeBytes(yys203Slc, true, true) - yys203 := string(yys203Slc) + yys207Slc = r.DecodeBytes(yys207Slc, true, true) + yys207 := string(yys207Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys203 { + switch yys207 { case "hostPath": if r.TryDecodeAsNil() { if x.HostPath != nil { @@ -3809,10 +3909,21 @@ func (x *VolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } x.AzureDisk.CodecDecodeSelf(d) } + case "photonPersistentDisk": + if r.TryDecodeAsNil() { + if x.PhotonPersistentDisk != nil { + x.PhotonPersistentDisk = nil + } + } else { + if x.PhotonPersistentDisk == nil { + x.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + x.PhotonPersistentDisk.CodecDecodeSelf(d) + } default: - z.DecStructFieldNotFound(-1, yys203) - } // end switch yys203 - } // end for yyj203 + z.DecStructFieldNotFound(-1, yys207) + } // end switch yys207 + } // end for yyj207 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -3820,16 +3931,16 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj226 int - var yyb226 bool - var yyhl226 bool = l >= 0 - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + var yyj231 int + var yyb231 bool + var yyhl231 bool = l >= 0 + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3844,13 +3955,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.HostPath.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3865,13 +3976,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.EmptyDir.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3886,13 +3997,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.GCEPersistentDisk.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3907,13 +4018,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.AWSElasticBlockStore.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3928,13 +4039,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.GitRepo.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3949,13 +4060,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Secret.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3970,13 +4081,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.NFS.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3991,13 +4102,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ISCSI.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4012,13 +4123,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Glusterfs.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4033,13 +4144,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.PersistentVolumeClaim.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4054,13 +4165,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.RBD.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4075,13 +4186,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Quobyte.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4096,13 +4207,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.FlexVolume.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4117,13 +4228,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Cinder.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4138,13 +4249,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.CephFS.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4159,13 +4270,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Flocker.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4180,13 +4291,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.DownwardAPI.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4201,13 +4312,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.FC.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4222,13 +4333,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.AzureFile.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4243,13 +4354,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ConfigMap.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4264,13 +4375,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.VsphereVolume.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4285,18 +4396,39 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.AzureDisk.CodecDecodeSelf(d) } - for { - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l - } else { - yyb226 = r.CheckBreak() + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l + } else { + yyb231 = r.CheckBreak() + } + if yyb231 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.PhotonPersistentDisk != nil { + x.PhotonPersistentDisk = nil } - if yyb226 { + } else { + if x.PhotonPersistentDisk == nil { + x.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + x.PhotonPersistentDisk.CodecDecodeSelf(d) + } + for { + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l + } else { + yyb231 = r.CheckBreak() + } + if yyb231 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj226-1, "") + z.DecStructFieldNotFound(yyj231-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -4308,48 +4440,49 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym249 := z.EncBinary() - _ = yym249 + yym255 := z.EncBinary() + _ = yym255 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep250 := !z.EncBinary() - yy2arr250 := z.EncBasicHandle().StructToArray - var yyq250 [16]bool - _, _, _ = yysep250, yyq250, yy2arr250 - const yyr250 bool = false - yyq250[0] = x.GCEPersistentDisk != nil - yyq250[1] = x.AWSElasticBlockStore != nil - yyq250[2] = x.HostPath != nil - yyq250[3] = x.Glusterfs != nil - yyq250[4] = x.NFS != nil - yyq250[5] = x.RBD != nil - yyq250[6] = x.Quobyte != nil - yyq250[7] = x.ISCSI != nil - yyq250[8] = x.FlexVolume != nil - yyq250[9] = x.Cinder != nil - yyq250[10] = x.CephFS != nil - yyq250[11] = x.FC != nil - yyq250[12] = x.Flocker != nil - yyq250[13] = x.AzureFile != nil - yyq250[14] = x.VsphereVolume != nil - yyq250[15] = x.AzureDisk != nil - var yynn250 int - if yyr250 || yy2arr250 { - r.EncodeArrayStart(16) + yysep256 := !z.EncBinary() + yy2arr256 := z.EncBasicHandle().StructToArray + var yyq256 [17]bool + _, _, _ = yysep256, yyq256, yy2arr256 + const yyr256 bool = false + yyq256[0] = x.GCEPersistentDisk != nil + yyq256[1] = x.AWSElasticBlockStore != nil + yyq256[2] = x.HostPath != nil + yyq256[3] = x.Glusterfs != nil + yyq256[4] = x.NFS != nil + yyq256[5] = x.RBD != nil + yyq256[6] = x.Quobyte != nil + yyq256[7] = x.ISCSI != nil + yyq256[8] = x.FlexVolume != nil + yyq256[9] = x.Cinder != nil + yyq256[10] = x.CephFS != nil + yyq256[11] = x.FC != nil + yyq256[12] = x.Flocker != nil + yyq256[13] = x.AzureFile != nil + yyq256[14] = x.VsphereVolume != nil + yyq256[15] = x.AzureDisk != nil + yyq256[16] = x.PhotonPersistentDisk != nil + var yynn256 int + if yyr256 || yy2arr256 { + r.EncodeArrayStart(17) } else { - yynn250 = 0 - for _, b := range yyq250 { + yynn256 = 0 + for _, b := range yyq256 { if b { - yynn250++ + yynn256++ } } - r.EncodeMapStart(yynn250) - yynn250 = 0 + r.EncodeMapStart(yynn256) + yynn256 = 0 } - if yyr250 || yy2arr250 { + if yyr256 || yy2arr256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq250[0] { + if yyq256[0] { if x.GCEPersistentDisk == nil { r.EncodeNil() } else { @@ -4359,7 +4492,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq250[0] { + if yyq256[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("gcePersistentDisk")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4370,9 +4503,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr250 || yy2arr250 { + if yyr256 || yy2arr256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq250[1] { + if yyq256[1] { if x.AWSElasticBlockStore == nil { r.EncodeNil() } else { @@ -4382,7 +4515,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq250[1] { + if yyq256[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("awsElasticBlockStore")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4393,9 +4526,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr250 || yy2arr250 { + if yyr256 || yy2arr256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq250[2] { + if yyq256[2] { if x.HostPath == nil { r.EncodeNil() } else { @@ -4405,7 +4538,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq250[2] { + if yyq256[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4416,9 +4549,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr250 || yy2arr250 { + if yyr256 || yy2arr256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq250[3] { + if yyq256[3] { if x.Glusterfs == nil { r.EncodeNil() } else { @@ -4428,7 +4561,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq250[3] { + if yyq256[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("glusterfs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4439,9 +4572,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr250 || yy2arr250 { + if yyr256 || yy2arr256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq250[4] { + if yyq256[4] { if x.NFS == nil { r.EncodeNil() } else { @@ -4451,7 +4584,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq250[4] { + if yyq256[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nfs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4462,9 +4595,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr250 || yy2arr250 { + if yyr256 || yy2arr256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq250[5] { + if yyq256[5] { if x.RBD == nil { r.EncodeNil() } else { @@ -4474,7 +4607,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq250[5] { + if yyq256[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("rbd")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4485,9 +4618,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr250 || yy2arr250 { + if yyr256 || yy2arr256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq250[6] { + if yyq256[6] { if x.Quobyte == nil { r.EncodeNil() } else { @@ -4497,7 +4630,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq250[6] { + if yyq256[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("quobyte")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4508,9 +4641,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr250 || yy2arr250 { + if yyr256 || yy2arr256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq250[7] { + if yyq256[7] { if x.ISCSI == nil { r.EncodeNil() } else { @@ -4520,7 +4653,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq250[7] { + if yyq256[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("iscsi")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4531,9 +4664,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr250 || yy2arr250 { + if yyr256 || yy2arr256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq250[8] { + if yyq256[8] { if x.FlexVolume == nil { r.EncodeNil() } else { @@ -4543,7 +4676,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq250[8] { + if yyq256[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("flexVolume")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4554,9 +4687,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr250 || yy2arr250 { + if yyr256 || yy2arr256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq250[9] { + if yyq256[9] { if x.Cinder == nil { r.EncodeNil() } else { @@ -4566,7 +4699,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq250[9] { + if yyq256[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("cinder")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4577,9 +4710,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr250 || yy2arr250 { + if yyr256 || yy2arr256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq250[10] { + if yyq256[10] { if x.CephFS == nil { r.EncodeNil() } else { @@ -4589,7 +4722,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq250[10] { + if yyq256[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("cephfs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4600,9 +4733,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr250 || yy2arr250 { + if yyr256 || yy2arr256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq250[11] { + if yyq256[11] { if x.FC == nil { r.EncodeNil() } else { @@ -4612,7 +4745,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq250[11] { + if yyq256[11] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fc")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4623,9 +4756,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr250 || yy2arr250 { + if yyr256 || yy2arr256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq250[12] { + if yyq256[12] { if x.Flocker == nil { r.EncodeNil() } else { @@ -4635,7 +4768,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq250[12] { + if yyq256[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("flocker")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4646,9 +4779,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr250 || yy2arr250 { + if yyr256 || yy2arr256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq250[13] { + if yyq256[13] { if x.AzureFile == nil { r.EncodeNil() } else { @@ -4658,7 +4791,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq250[13] { + if yyq256[13] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("azureFile")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4669,9 +4802,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr250 || yy2arr250 { + if yyr256 || yy2arr256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq250[14] { + if yyq256[14] { if x.VsphereVolume == nil { r.EncodeNil() } else { @@ -4681,7 +4814,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq250[14] { + if yyq256[14] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("vsphereVolume")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4692,9 +4825,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr250 || yy2arr250 { + if yyr256 || yy2arr256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq250[15] { + if yyq256[15] { if x.AzureDisk == nil { r.EncodeNil() } else { @@ -4704,7 +4837,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq250[15] { + if yyq256[15] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("azureDisk")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4715,7 +4848,30 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr250 || yy2arr250 { + if yyr256 || yy2arr256 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq256[16] { + if x.PhotonPersistentDisk == nil { + r.EncodeNil() + } else { + x.PhotonPersistentDisk.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq256[16] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("photonPersistentDisk")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.PhotonPersistentDisk == nil { + r.EncodeNil() + } else { + x.PhotonPersistentDisk.CodecEncodeSelf(e) + } + } + } + if yyr256 || yy2arr256 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -4728,25 +4884,25 @@ func (x *PersistentVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym267 := z.DecBinary() - _ = yym267 + yym274 := z.DecBinary() + _ = yym274 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct268 := r.ContainerType() - if yyct268 == codecSelferValueTypeMap1234 { - yyl268 := r.ReadMapStart() - if yyl268 == 0 { + yyct275 := r.ContainerType() + if yyct275 == codecSelferValueTypeMap1234 { + yyl275 := r.ReadMapStart() + if yyl275 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl268, d) + x.codecDecodeSelfFromMap(yyl275, d) } - } else if yyct268 == codecSelferValueTypeArray1234 { - yyl268 := r.ReadArrayStart() - if yyl268 == 0 { + } else if yyct275 == codecSelferValueTypeArray1234 { + yyl275 := r.ReadArrayStart() + if yyl275 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl268, d) + x.codecDecodeSelfFromArray(yyl275, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -4758,12 +4914,12 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys269Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys269Slc - var yyhl269 bool = l >= 0 - for yyj269 := 0; ; yyj269++ { - if yyhl269 { - if yyj269 >= l { + var yys276Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys276Slc + var yyhl276 bool = l >= 0 + for yyj276 := 0; ; yyj276++ { + if yyhl276 { + if yyj276 >= l { break } } else { @@ -4772,10 +4928,10 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Deco } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys269Slc = r.DecodeBytes(yys269Slc, true, true) - yys269 := string(yys269Slc) + yys276Slc = r.DecodeBytes(yys276Slc, true, true) + yys276 := string(yys276Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys269 { + switch yys276 { case "gcePersistentDisk": if r.TryDecodeAsNil() { if x.GCEPersistentDisk != nil { @@ -4952,10 +5108,21 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Deco } x.AzureDisk.CodecDecodeSelf(d) } + case "photonPersistentDisk": + if r.TryDecodeAsNil() { + if x.PhotonPersistentDisk != nil { + x.PhotonPersistentDisk = nil + } + } else { + if x.PhotonPersistentDisk == nil { + x.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + x.PhotonPersistentDisk.CodecDecodeSelf(d) + } default: - z.DecStructFieldNotFound(-1, yys269) - } // end switch yys269 - } // end for yyj269 + z.DecStructFieldNotFound(-1, yys276) + } // end switch yys276 + } // end for yyj276 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -4963,16 +5130,16 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj286 int - var yyb286 bool - var yyhl286 bool = l >= 0 - yyj286++ - if yyhl286 { - yyb286 = yyj286 > l + var yyj294 int + var yyb294 bool + var yyhl294 bool = l >= 0 + yyj294++ + if yyhl294 { + yyb294 = yyj294 > l } else { - yyb286 = r.CheckBreak() + yyb294 = r.CheckBreak() } - if yyb286 { + if yyb294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4987,13 +5154,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.GCEPersistentDisk.CodecDecodeSelf(d) } - yyj286++ - if yyhl286 { - yyb286 = yyj286 > l + yyj294++ + if yyhl294 { + yyb294 = yyj294 > l } else { - yyb286 = r.CheckBreak() + yyb294 = r.CheckBreak() } - if yyb286 { + if yyb294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5008,13 +5175,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.AWSElasticBlockStore.CodecDecodeSelf(d) } - yyj286++ - if yyhl286 { - yyb286 = yyj286 > l + yyj294++ + if yyhl294 { + yyb294 = yyj294 > l } else { - yyb286 = r.CheckBreak() + yyb294 = r.CheckBreak() } - if yyb286 { + if yyb294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5029,13 +5196,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.HostPath.CodecDecodeSelf(d) } - yyj286++ - if yyhl286 { - yyb286 = yyj286 > l + yyj294++ + if yyhl294 { + yyb294 = yyj294 > l } else { - yyb286 = r.CheckBreak() + yyb294 = r.CheckBreak() } - if yyb286 { + if yyb294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5050,13 +5217,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.Glusterfs.CodecDecodeSelf(d) } - yyj286++ - if yyhl286 { - yyb286 = yyj286 > l + yyj294++ + if yyhl294 { + yyb294 = yyj294 > l } else { - yyb286 = r.CheckBreak() + yyb294 = r.CheckBreak() } - if yyb286 { + if yyb294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5071,13 +5238,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.NFS.CodecDecodeSelf(d) } - yyj286++ - if yyhl286 { - yyb286 = yyj286 > l + yyj294++ + if yyhl294 { + yyb294 = yyj294 > l } else { - yyb286 = r.CheckBreak() + yyb294 = r.CheckBreak() } - if yyb286 { + if yyb294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5092,13 +5259,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.RBD.CodecDecodeSelf(d) } - yyj286++ - if yyhl286 { - yyb286 = yyj286 > l + yyj294++ + if yyhl294 { + yyb294 = yyj294 > l } else { - yyb286 = r.CheckBreak() + yyb294 = r.CheckBreak() } - if yyb286 { + if yyb294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5113,13 +5280,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.Quobyte.CodecDecodeSelf(d) } - yyj286++ - if yyhl286 { - yyb286 = yyj286 > l + yyj294++ + if yyhl294 { + yyb294 = yyj294 > l } else { - yyb286 = r.CheckBreak() + yyb294 = r.CheckBreak() } - if yyb286 { + if yyb294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5134,13 +5301,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.ISCSI.CodecDecodeSelf(d) } - yyj286++ - if yyhl286 { - yyb286 = yyj286 > l + yyj294++ + if yyhl294 { + yyb294 = yyj294 > l } else { - yyb286 = r.CheckBreak() + yyb294 = r.CheckBreak() } - if yyb286 { + if yyb294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5155,13 +5322,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.FlexVolume.CodecDecodeSelf(d) } - yyj286++ - if yyhl286 { - yyb286 = yyj286 > l + yyj294++ + if yyhl294 { + yyb294 = yyj294 > l } else { - yyb286 = r.CheckBreak() + yyb294 = r.CheckBreak() } - if yyb286 { + if yyb294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5176,13 +5343,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.Cinder.CodecDecodeSelf(d) } - yyj286++ - if yyhl286 { - yyb286 = yyj286 > l + yyj294++ + if yyhl294 { + yyb294 = yyj294 > l } else { - yyb286 = r.CheckBreak() + yyb294 = r.CheckBreak() } - if yyb286 { + if yyb294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5197,13 +5364,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.CephFS.CodecDecodeSelf(d) } - yyj286++ - if yyhl286 { - yyb286 = yyj286 > l + yyj294++ + if yyhl294 { + yyb294 = yyj294 > l } else { - yyb286 = r.CheckBreak() + yyb294 = r.CheckBreak() } - if yyb286 { + if yyb294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5218,13 +5385,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.FC.CodecDecodeSelf(d) } - yyj286++ - if yyhl286 { - yyb286 = yyj286 > l + yyj294++ + if yyhl294 { + yyb294 = yyj294 > l } else { - yyb286 = r.CheckBreak() + yyb294 = r.CheckBreak() } - if yyb286 { + if yyb294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5239,13 +5406,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.Flocker.CodecDecodeSelf(d) } - yyj286++ - if yyhl286 { - yyb286 = yyj286 > l + yyj294++ + if yyhl294 { + yyb294 = yyj294 > l } else { - yyb286 = r.CheckBreak() + yyb294 = r.CheckBreak() } - if yyb286 { + if yyb294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5260,13 +5427,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.AzureFile.CodecDecodeSelf(d) } - yyj286++ - if yyhl286 { - yyb286 = yyj286 > l + yyj294++ + if yyhl294 { + yyb294 = yyj294 > l } else { - yyb286 = r.CheckBreak() + yyb294 = r.CheckBreak() } - if yyb286 { + if yyb294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5281,13 +5448,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.VsphereVolume.CodecDecodeSelf(d) } - yyj286++ - if yyhl286 { - yyb286 = yyj286 > l + yyj294++ + if yyhl294 { + yyb294 = yyj294 > l } else { - yyb286 = r.CheckBreak() + yyb294 = r.CheckBreak() } - if yyb286 { + if yyb294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5302,18 +5469,39 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.AzureDisk.CodecDecodeSelf(d) } - for { - yyj286++ - if yyhl286 { - yyb286 = yyj286 > l - } else { - yyb286 = r.CheckBreak() + yyj294++ + if yyhl294 { + yyb294 = yyj294 > l + } else { + yyb294 = r.CheckBreak() + } + if yyb294 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.PhotonPersistentDisk != nil { + x.PhotonPersistentDisk = nil } - if yyb286 { + } else { + if x.PhotonPersistentDisk == nil { + x.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + x.PhotonPersistentDisk.CodecDecodeSelf(d) + } + for { + yyj294++ + if yyhl294 { + yyb294 = yyj294 > l + } else { + yyb294 = r.CheckBreak() + } + if yyb294 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj286-1, "") + z.DecStructFieldNotFound(yyj294-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -5325,34 +5513,34 @@ func (x *PersistentVolumeClaimVolumeSource) CodecEncodeSelf(e *codec1978.Encoder if x == nil { r.EncodeNil() } else { - yym303 := z.EncBinary() - _ = yym303 + yym312 := z.EncBinary() + _ = yym312 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep304 := !z.EncBinary() - yy2arr304 := z.EncBasicHandle().StructToArray - var yyq304 [2]bool - _, _, _ = yysep304, yyq304, yy2arr304 - const yyr304 bool = false - yyq304[1] = x.ReadOnly != false - var yynn304 int - if yyr304 || yy2arr304 { + yysep313 := !z.EncBinary() + yy2arr313 := z.EncBasicHandle().StructToArray + var yyq313 [2]bool + _, _, _ = yysep313, yyq313, yy2arr313 + const yyr313 bool = false + yyq313[1] = x.ReadOnly != false + var yynn313 int + if yyr313 || yy2arr313 { r.EncodeArrayStart(2) } else { - yynn304 = 1 - for _, b := range yyq304 { + yynn313 = 1 + for _, b := range yyq313 { if b { - yynn304++ + yynn313++ } } - r.EncodeMapStart(yynn304) - yynn304 = 0 + r.EncodeMapStart(yynn313) + yynn313 = 0 } - if yyr304 || yy2arr304 { + if yyr313 || yy2arr313 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym306 := z.EncBinary() - _ = yym306 + yym315 := z.EncBinary() + _ = yym315 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClaimName)) @@ -5361,18 +5549,18 @@ func (x *PersistentVolumeClaimVolumeSource) CodecEncodeSelf(e *codec1978.Encoder z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("claimName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym307 := z.EncBinary() - _ = yym307 + yym316 := z.EncBinary() + _ = yym316 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClaimName)) } } - if yyr304 || yy2arr304 { + if yyr313 || yy2arr313 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq304[1] { - yym309 := z.EncBinary() - _ = yym309 + if yyq313[1] { + yym318 := z.EncBinary() + _ = yym318 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -5381,19 +5569,19 @@ func (x *PersistentVolumeClaimVolumeSource) CodecEncodeSelf(e *codec1978.Encoder r.EncodeBool(false) } } else { - if yyq304[1] { + if yyq313[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym310 := z.EncBinary() - _ = yym310 + yym319 := z.EncBinary() + _ = yym319 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr304 || yy2arr304 { + if yyr313 || yy2arr313 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -5406,25 +5594,25 @@ func (x *PersistentVolumeClaimVolumeSource) CodecDecodeSelf(d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym311 := z.DecBinary() - _ = yym311 + yym320 := z.DecBinary() + _ = yym320 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct312 := r.ContainerType() - if yyct312 == codecSelferValueTypeMap1234 { - yyl312 := r.ReadMapStart() - if yyl312 == 0 { + yyct321 := r.ContainerType() + if yyct321 == codecSelferValueTypeMap1234 { + yyl321 := r.ReadMapStart() + if yyl321 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl312, d) + x.codecDecodeSelfFromMap(yyl321, d) } - } else if yyct312 == codecSelferValueTypeArray1234 { - yyl312 := r.ReadArrayStart() - if yyl312 == 0 { + } else if yyct321 == codecSelferValueTypeArray1234 { + yyl321 := r.ReadArrayStart() + if yyl321 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl312, d) + x.codecDecodeSelfFromArray(yyl321, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -5436,12 +5624,12 @@ func (x *PersistentVolumeClaimVolumeSource) codecDecodeSelfFromMap(l int, d *cod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys313Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys313Slc - var yyhl313 bool = l >= 0 - for yyj313 := 0; ; yyj313++ { - if yyhl313 { - if yyj313 >= l { + var yys322Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys322Slc + var yyhl322 bool = l >= 0 + for yyj322 := 0; ; yyj322++ { + if yyhl322 { + if yyj322 >= l { break } } else { @@ -5450,10 +5638,10 @@ func (x *PersistentVolumeClaimVolumeSource) codecDecodeSelfFromMap(l int, d *cod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys313Slc = r.DecodeBytes(yys313Slc, true, true) - yys313 := string(yys313Slc) + yys322Slc = r.DecodeBytes(yys322Slc, true, true) + yys322 := string(yys322Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys313 { + switch yys322 { case "claimName": if r.TryDecodeAsNil() { x.ClaimName = "" @@ -5467,9 +5655,9 @@ func (x *PersistentVolumeClaimVolumeSource) codecDecodeSelfFromMap(l int, d *cod x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys313) - } // end switch yys313 - } // end for yyj313 + z.DecStructFieldNotFound(-1, yys322) + } // end switch yys322 + } // end for yyj322 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -5477,16 +5665,16 @@ func (x *PersistentVolumeClaimVolumeSource) codecDecodeSelfFromArray(l int, d *c var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj316 int - var yyb316 bool - var yyhl316 bool = l >= 0 - yyj316++ - if yyhl316 { - yyb316 = yyj316 > l + var yyj325 int + var yyb325 bool + var yyhl325 bool = l >= 0 + yyj325++ + if yyhl325 { + yyb325 = yyj325 > l } else { - yyb316 = r.CheckBreak() + yyb325 = r.CheckBreak() } - if yyb316 { + if yyb325 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5496,13 +5684,13 @@ func (x *PersistentVolumeClaimVolumeSource) codecDecodeSelfFromArray(l int, d *c } else { x.ClaimName = string(r.DecodeString()) } - yyj316++ - if yyhl316 { - yyb316 = yyj316 > l + yyj325++ + if yyhl325 { + yyb325 = yyj325 > l } else { - yyb316 = r.CheckBreak() + yyb325 = r.CheckBreak() } - if yyb316 { + if yyb325 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5513,17 +5701,17 @@ func (x *PersistentVolumeClaimVolumeSource) codecDecodeSelfFromArray(l int, d *c x.ReadOnly = bool(r.DecodeBool()) } for { - yyj316++ - if yyhl316 { - yyb316 = yyj316 > l + yyj325++ + if yyhl325 { + yyb325 = yyj325 > l } else { - yyb316 = r.CheckBreak() + yyb325 = r.CheckBreak() } - if yyb316 { + if yyb325 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj316-1, "") + z.DecStructFieldNotFound(yyj325-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -5535,39 +5723,39 @@ func (x *PersistentVolume) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym319 := z.EncBinary() - _ = yym319 + yym328 := z.EncBinary() + _ = yym328 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep320 := !z.EncBinary() - yy2arr320 := z.EncBasicHandle().StructToArray - var yyq320 [5]bool - _, _, _ = yysep320, yyq320, yy2arr320 - const yyr320 bool = false - yyq320[0] = x.Kind != "" - yyq320[1] = x.APIVersion != "" - yyq320[2] = true - yyq320[3] = true - yyq320[4] = true - var yynn320 int - if yyr320 || yy2arr320 { + yysep329 := !z.EncBinary() + yy2arr329 := z.EncBasicHandle().StructToArray + var yyq329 [5]bool + _, _, _ = yysep329, yyq329, yy2arr329 + const yyr329 bool = false + yyq329[0] = x.Kind != "" + yyq329[1] = x.APIVersion != "" + yyq329[2] = true + yyq329[3] = true + yyq329[4] = true + var yynn329 int + if yyr329 || yy2arr329 { r.EncodeArrayStart(5) } else { - yynn320 = 0 - for _, b := range yyq320 { + yynn329 = 0 + for _, b := range yyq329 { if b { - yynn320++ + yynn329++ } } - r.EncodeMapStart(yynn320) - yynn320 = 0 + r.EncodeMapStart(yynn329) + yynn329 = 0 } - if yyr320 || yy2arr320 { + if yyr329 || yy2arr329 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq320[0] { - yym322 := z.EncBinary() - _ = yym322 + if yyq329[0] { + yym331 := z.EncBinary() + _ = yym331 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -5576,23 +5764,23 @@ func (x *PersistentVolume) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq320[0] { + if yyq329[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym323 := z.EncBinary() - _ = yym323 + yym332 := z.EncBinary() + _ = yym332 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr320 || yy2arr320 { + if yyr329 || yy2arr329 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq320[1] { - yym325 := z.EncBinary() - _ = yym325 + if yyq329[1] { + yym334 := z.EncBinary() + _ = yym334 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -5601,70 +5789,70 @@ func (x *PersistentVolume) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq320[1] { + if yyq329[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym326 := z.EncBinary() - _ = yym326 + yym335 := z.EncBinary() + _ = yym335 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr320 || yy2arr320 { + if yyr329 || yy2arr329 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq320[2] { - yy328 := &x.ObjectMeta - yy328.CodecEncodeSelf(e) + if yyq329[2] { + yy337 := &x.ObjectMeta + yy337.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq320[2] { + if yyq329[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy329 := &x.ObjectMeta - yy329.CodecEncodeSelf(e) + yy338 := &x.ObjectMeta + yy338.CodecEncodeSelf(e) } } - if yyr320 || yy2arr320 { + if yyr329 || yy2arr329 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq320[3] { - yy331 := &x.Spec - yy331.CodecEncodeSelf(e) + if yyq329[3] { + yy340 := &x.Spec + yy340.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq320[3] { + if yyq329[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy332 := &x.Spec - yy332.CodecEncodeSelf(e) + yy341 := &x.Spec + yy341.CodecEncodeSelf(e) } } - if yyr320 || yy2arr320 { + if yyr329 || yy2arr329 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq320[4] { - yy334 := &x.Status - yy334.CodecEncodeSelf(e) + if yyq329[4] { + yy343 := &x.Status + yy343.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq320[4] { + if yyq329[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy335 := &x.Status - yy335.CodecEncodeSelf(e) + yy344 := &x.Status + yy344.CodecEncodeSelf(e) } } - if yyr320 || yy2arr320 { + if yyr329 || yy2arr329 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -5677,25 +5865,25 @@ func (x *PersistentVolume) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym336 := z.DecBinary() - _ = yym336 + yym345 := z.DecBinary() + _ = yym345 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct337 := r.ContainerType() - if yyct337 == codecSelferValueTypeMap1234 { - yyl337 := r.ReadMapStart() - if yyl337 == 0 { + yyct346 := r.ContainerType() + if yyct346 == codecSelferValueTypeMap1234 { + yyl346 := r.ReadMapStart() + if yyl346 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl337, d) + x.codecDecodeSelfFromMap(yyl346, d) } - } else if yyct337 == codecSelferValueTypeArray1234 { - yyl337 := r.ReadArrayStart() - if yyl337 == 0 { + } else if yyct346 == codecSelferValueTypeArray1234 { + yyl346 := r.ReadArrayStart() + if yyl346 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl337, d) + x.codecDecodeSelfFromArray(yyl346, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -5707,12 +5895,12 @@ func (x *PersistentVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys338Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys338Slc - var yyhl338 bool = l >= 0 - for yyj338 := 0; ; yyj338++ { - if yyhl338 { - if yyj338 >= l { + var yys347Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys347Slc + var yyhl347 bool = l >= 0 + for yyj347 := 0; ; yyj347++ { + if yyhl347 { + if yyj347 >= l { break } } else { @@ -5721,10 +5909,10 @@ func (x *PersistentVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys338Slc = r.DecodeBytes(yys338Slc, true, true) - yys338 := string(yys338Slc) + yys347Slc = r.DecodeBytes(yys347Slc, true, true) + yys347 := string(yys347Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys338 { + switch yys347 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -5741,27 +5929,27 @@ func (x *PersistentVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv341 := &x.ObjectMeta - yyv341.CodecDecodeSelf(d) + yyv350 := &x.ObjectMeta + yyv350.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PersistentVolumeSpec{} } else { - yyv342 := &x.Spec - yyv342.CodecDecodeSelf(d) + yyv351 := &x.Spec + yyv351.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PersistentVolumeStatus{} } else { - yyv343 := &x.Status - yyv343.CodecDecodeSelf(d) + yyv352 := &x.Status + yyv352.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys338) - } // end switch yys338 - } // end for yyj338 + z.DecStructFieldNotFound(-1, yys347) + } // end switch yys347 + } // end for yyj347 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -5769,16 +5957,16 @@ func (x *PersistentVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj344 int - var yyb344 bool - var yyhl344 bool = l >= 0 - yyj344++ - if yyhl344 { - yyb344 = yyj344 > l + var yyj353 int + var yyb353 bool + var yyhl353 bool = l >= 0 + yyj353++ + if yyhl353 { + yyb353 = yyj353 > l } else { - yyb344 = r.CheckBreak() + yyb353 = r.CheckBreak() } - if yyb344 { + if yyb353 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5788,13 +5976,13 @@ func (x *PersistentVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj344++ - if yyhl344 { - yyb344 = yyj344 > l + yyj353++ + if yyhl353 { + yyb353 = yyj353 > l } else { - yyb344 = r.CheckBreak() + yyb353 = r.CheckBreak() } - if yyb344 { + if yyb353 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5804,13 +5992,13 @@ func (x *PersistentVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj344++ - if yyhl344 { - yyb344 = yyj344 > l + yyj353++ + if yyhl353 { + yyb353 = yyj353 > l } else { - yyb344 = r.CheckBreak() + yyb353 = r.CheckBreak() } - if yyb344 { + if yyb353 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5818,16 +6006,16 @@ func (x *PersistentVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv347 := &x.ObjectMeta - yyv347.CodecDecodeSelf(d) + yyv356 := &x.ObjectMeta + yyv356.CodecDecodeSelf(d) } - yyj344++ - if yyhl344 { - yyb344 = yyj344 > l + yyj353++ + if yyhl353 { + yyb353 = yyj353 > l } else { - yyb344 = r.CheckBreak() + yyb353 = r.CheckBreak() } - if yyb344 { + if yyb353 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5835,16 +6023,16 @@ func (x *PersistentVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Spec = PersistentVolumeSpec{} } else { - yyv348 := &x.Spec - yyv348.CodecDecodeSelf(d) + yyv357 := &x.Spec + yyv357.CodecDecodeSelf(d) } - yyj344++ - if yyhl344 { - yyb344 = yyj344 > l + yyj353++ + if yyhl353 { + yyb353 = yyj353 > l } else { - yyb344 = r.CheckBreak() + yyb353 = r.CheckBreak() } - if yyb344 { + if yyb353 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5852,21 +6040,21 @@ func (x *PersistentVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Status = PersistentVolumeStatus{} } else { - yyv349 := &x.Status - yyv349.CodecDecodeSelf(d) + yyv358 := &x.Status + yyv358.CodecDecodeSelf(d) } for { - yyj344++ - if yyhl344 { - yyb344 = yyj344 > l + yyj353++ + if yyhl353 { + yyb353 = yyj353 > l } else { - yyb344 = r.CheckBreak() + yyb353 = r.CheckBreak() } - if yyb344 { + if yyb353 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj344-1, "") + z.DecStructFieldNotFound(yyj353-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -5878,49 +6066,50 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym350 := z.EncBinary() - _ = yym350 + yym359 := z.EncBinary() + _ = yym359 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep351 := !z.EncBinary() - yy2arr351 := z.EncBasicHandle().StructToArray - var yyq351 [20]bool - _, _, _ = yysep351, yyq351, yy2arr351 - const yyr351 bool = false - yyq351[1] = x.PersistentVolumeSource.GCEPersistentDisk != nil && x.GCEPersistentDisk != nil - yyq351[2] = x.PersistentVolumeSource.AWSElasticBlockStore != nil && x.AWSElasticBlockStore != nil - yyq351[3] = x.PersistentVolumeSource.HostPath != nil && x.HostPath != nil - yyq351[4] = x.PersistentVolumeSource.Glusterfs != nil && x.Glusterfs != nil - yyq351[5] = x.PersistentVolumeSource.NFS != nil && x.NFS != nil - yyq351[6] = x.PersistentVolumeSource.RBD != nil && x.RBD != nil - yyq351[7] = x.PersistentVolumeSource.Quobyte != nil && x.Quobyte != nil - yyq351[8] = x.PersistentVolumeSource.ISCSI != nil && x.ISCSI != nil - yyq351[9] = x.PersistentVolumeSource.FlexVolume != nil && x.FlexVolume != nil - yyq351[10] = x.PersistentVolumeSource.Cinder != nil && x.Cinder != nil - yyq351[11] = x.PersistentVolumeSource.CephFS != nil && x.CephFS != nil - yyq351[12] = x.PersistentVolumeSource.FC != nil && x.FC != nil - yyq351[13] = x.PersistentVolumeSource.Flocker != nil && x.Flocker != nil - yyq351[14] = x.PersistentVolumeSource.AzureFile != nil && x.AzureFile != nil - yyq351[15] = x.PersistentVolumeSource.VsphereVolume != nil && x.VsphereVolume != nil - yyq351[16] = x.PersistentVolumeSource.AzureDisk != nil && x.AzureDisk != nil - yyq351[17] = len(x.AccessModes) != 0 - yyq351[18] = x.ClaimRef != nil - yyq351[19] = x.PersistentVolumeReclaimPolicy != "" - var yynn351 int - if yyr351 || yy2arr351 { - r.EncodeArrayStart(20) + yysep360 := !z.EncBinary() + yy2arr360 := z.EncBasicHandle().StructToArray + var yyq360 [21]bool + _, _, _ = yysep360, yyq360, yy2arr360 + const yyr360 bool = false + yyq360[1] = x.PersistentVolumeSource.GCEPersistentDisk != nil && x.GCEPersistentDisk != nil + yyq360[2] = x.PersistentVolumeSource.AWSElasticBlockStore != nil && x.AWSElasticBlockStore != nil + yyq360[3] = x.PersistentVolumeSource.HostPath != nil && x.HostPath != nil + yyq360[4] = x.PersistentVolumeSource.Glusterfs != nil && x.Glusterfs != nil + yyq360[5] = x.PersistentVolumeSource.NFS != nil && x.NFS != nil + yyq360[6] = x.PersistentVolumeSource.RBD != nil && x.RBD != nil + yyq360[7] = x.PersistentVolumeSource.Quobyte != nil && x.Quobyte != nil + yyq360[8] = x.PersistentVolumeSource.ISCSI != nil && x.ISCSI != nil + yyq360[9] = x.PersistentVolumeSource.FlexVolume != nil && x.FlexVolume != nil + yyq360[10] = x.PersistentVolumeSource.Cinder != nil && x.Cinder != nil + yyq360[11] = x.PersistentVolumeSource.CephFS != nil && x.CephFS != nil + yyq360[12] = x.PersistentVolumeSource.FC != nil && x.FC != nil + yyq360[13] = x.PersistentVolumeSource.Flocker != nil && x.Flocker != nil + yyq360[14] = x.PersistentVolumeSource.AzureFile != nil && x.AzureFile != nil + yyq360[15] = x.PersistentVolumeSource.VsphereVolume != nil && x.VsphereVolume != nil + yyq360[16] = x.PersistentVolumeSource.AzureDisk != nil && x.AzureDisk != nil + yyq360[17] = x.PersistentVolumeSource.PhotonPersistentDisk != nil && x.PhotonPersistentDisk != nil + yyq360[18] = len(x.AccessModes) != 0 + yyq360[19] = x.ClaimRef != nil + yyq360[20] = x.PersistentVolumeReclaimPolicy != "" + var yynn360 int + if yyr360 || yy2arr360 { + r.EncodeArrayStart(21) } else { - yynn351 = 1 - for _, b := range yyq351 { + yynn360 = 1 + for _, b := range yyq360 { if b { - yynn351++ + yynn360++ } } - r.EncodeMapStart(yynn351) - yynn351 = 0 + r.EncodeMapStart(yynn360) + yynn360 = 0 } - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Capacity == nil { r.EncodeNil() @@ -5937,573 +6126,573 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { x.Capacity.CodecEncodeSelf(e) } } - var yyn353 bool - if x.PersistentVolumeSource.GCEPersistentDisk == nil { - yyn353 = true - goto LABEL353 - } - LABEL353: - if yyr351 || yy2arr351 { - if yyn353 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[1] { - if x.GCEPersistentDisk == nil { - r.EncodeNil() - } else { - x.GCEPersistentDisk.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq351[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("gcePersistentDisk")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn353 { - r.EncodeNil() - } else { - if x.GCEPersistentDisk == nil { - r.EncodeNil() - } else { - x.GCEPersistentDisk.CodecEncodeSelf(e) - } - } - } - } - var yyn354 bool - if x.PersistentVolumeSource.AWSElasticBlockStore == nil { - yyn354 = true - goto LABEL354 - } - LABEL354: - if yyr351 || yy2arr351 { - if yyn354 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[2] { - if x.AWSElasticBlockStore == nil { - r.EncodeNil() - } else { - x.AWSElasticBlockStore.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq351[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("awsElasticBlockStore")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn354 { - r.EncodeNil() - } else { - if x.AWSElasticBlockStore == nil { - r.EncodeNil() - } else { - x.AWSElasticBlockStore.CodecEncodeSelf(e) - } - } - } - } - var yyn355 bool - if x.PersistentVolumeSource.HostPath == nil { - yyn355 = true - goto LABEL355 - } - LABEL355: - if yyr351 || yy2arr351 { - if yyn355 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[3] { - if x.HostPath == nil { - r.EncodeNil() - } else { - x.HostPath.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq351[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hostPath")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn355 { - r.EncodeNil() - } else { - if x.HostPath == nil { - r.EncodeNil() - } else { - x.HostPath.CodecEncodeSelf(e) - } - } - } - } - var yyn356 bool - if x.PersistentVolumeSource.Glusterfs == nil { - yyn356 = true - goto LABEL356 - } - LABEL356: - if yyr351 || yy2arr351 { - if yyn356 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[4] { - if x.Glusterfs == nil { - r.EncodeNil() - } else { - x.Glusterfs.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq351[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("glusterfs")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn356 { - r.EncodeNil() - } else { - if x.Glusterfs == nil { - r.EncodeNil() - } else { - x.Glusterfs.CodecEncodeSelf(e) - } - } - } - } - var yyn357 bool - if x.PersistentVolumeSource.NFS == nil { - yyn357 = true - goto LABEL357 - } - LABEL357: - if yyr351 || yy2arr351 { - if yyn357 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[5] { - if x.NFS == nil { - r.EncodeNil() - } else { - x.NFS.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq351[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("nfs")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn357 { - r.EncodeNil() - } else { - if x.NFS == nil { - r.EncodeNil() - } else { - x.NFS.CodecEncodeSelf(e) - } - } - } - } - var yyn358 bool - if x.PersistentVolumeSource.RBD == nil { - yyn358 = true - goto LABEL358 - } - LABEL358: - if yyr351 || yy2arr351 { - if yyn358 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[6] { - if x.RBD == nil { - r.EncodeNil() - } else { - x.RBD.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq351[6] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("rbd")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn358 { - r.EncodeNil() - } else { - if x.RBD == nil { - r.EncodeNil() - } else { - x.RBD.CodecEncodeSelf(e) - } - } - } - } - var yyn359 bool - if x.PersistentVolumeSource.Quobyte == nil { - yyn359 = true - goto LABEL359 - } - LABEL359: - if yyr351 || yy2arr351 { - if yyn359 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[7] { - if x.Quobyte == nil { - r.EncodeNil() - } else { - x.Quobyte.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq351[7] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("quobyte")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn359 { - r.EncodeNil() - } else { - if x.Quobyte == nil { - r.EncodeNil() - } else { - x.Quobyte.CodecEncodeSelf(e) - } - } - } - } - var yyn360 bool - if x.PersistentVolumeSource.ISCSI == nil { - yyn360 = true - goto LABEL360 - } - LABEL360: - if yyr351 || yy2arr351 { - if yyn360 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[8] { - if x.ISCSI == nil { - r.EncodeNil() - } else { - x.ISCSI.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq351[8] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("iscsi")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn360 { - r.EncodeNil() - } else { - if x.ISCSI == nil { - r.EncodeNil() - } else { - x.ISCSI.CodecEncodeSelf(e) - } - } - } - } - var yyn361 bool - if x.PersistentVolumeSource.FlexVolume == nil { - yyn361 = true - goto LABEL361 - } - LABEL361: - if yyr351 || yy2arr351 { - if yyn361 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[9] { - if x.FlexVolume == nil { - r.EncodeNil() - } else { - x.FlexVolume.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq351[9] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("flexVolume")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn361 { - r.EncodeNil() - } else { - if x.FlexVolume == nil { - r.EncodeNil() - } else { - x.FlexVolume.CodecEncodeSelf(e) - } - } - } - } var yyn362 bool - if x.PersistentVolumeSource.Cinder == nil { + if x.PersistentVolumeSource.GCEPersistentDisk == nil { yyn362 = true goto LABEL362 } LABEL362: - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { if yyn362 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[10] { - if x.Cinder == nil { + if yyq360[1] { + if x.GCEPersistentDisk == nil { r.EncodeNil() } else { - x.Cinder.CodecEncodeSelf(e) + x.GCEPersistentDisk.CodecEncodeSelf(e) } } else { r.EncodeNil() } } } else { - if yyq351[10] { + if yyq360[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("cinder")) + r.EncodeString(codecSelferC_UTF81234, string("gcePersistentDisk")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if yyn362 { r.EncodeNil() } else { - if x.Cinder == nil { + if x.GCEPersistentDisk == nil { r.EncodeNil() } else { - x.Cinder.CodecEncodeSelf(e) + x.GCEPersistentDisk.CodecEncodeSelf(e) } } } } var yyn363 bool - if x.PersistentVolumeSource.CephFS == nil { + if x.PersistentVolumeSource.AWSElasticBlockStore == nil { yyn363 = true goto LABEL363 } LABEL363: - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { if yyn363 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[11] { - if x.CephFS == nil { + if yyq360[2] { + if x.AWSElasticBlockStore == nil { r.EncodeNil() } else { - x.CephFS.CodecEncodeSelf(e) + x.AWSElasticBlockStore.CodecEncodeSelf(e) } } else { r.EncodeNil() } } } else { - if yyq351[11] { + if yyq360[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("cephfs")) + r.EncodeString(codecSelferC_UTF81234, string("awsElasticBlockStore")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if yyn363 { r.EncodeNil() } else { - if x.CephFS == nil { + if x.AWSElasticBlockStore == nil { r.EncodeNil() } else { - x.CephFS.CodecEncodeSelf(e) + x.AWSElasticBlockStore.CodecEncodeSelf(e) } } } } var yyn364 bool - if x.PersistentVolumeSource.FC == nil { + if x.PersistentVolumeSource.HostPath == nil { yyn364 = true goto LABEL364 } LABEL364: - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { if yyn364 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[12] { - if x.FC == nil { + if yyq360[3] { + if x.HostPath == nil { r.EncodeNil() } else { - x.FC.CodecEncodeSelf(e) + x.HostPath.CodecEncodeSelf(e) } } else { r.EncodeNil() } } } else { - if yyq351[12] { + if yyq360[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("fc")) + r.EncodeString(codecSelferC_UTF81234, string("hostPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if yyn364 { r.EncodeNil() } else { - if x.FC == nil { + if x.HostPath == nil { r.EncodeNil() } else { - x.FC.CodecEncodeSelf(e) + x.HostPath.CodecEncodeSelf(e) } } } } var yyn365 bool - if x.PersistentVolumeSource.Flocker == nil { + if x.PersistentVolumeSource.Glusterfs == nil { yyn365 = true goto LABEL365 } LABEL365: - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { if yyn365 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[13] { - if x.Flocker == nil { + if yyq360[4] { + if x.Glusterfs == nil { r.EncodeNil() } else { - x.Flocker.CodecEncodeSelf(e) + x.Glusterfs.CodecEncodeSelf(e) } } else { r.EncodeNil() } } } else { - if yyq351[13] { + if yyq360[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("flocker")) + r.EncodeString(codecSelferC_UTF81234, string("glusterfs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if yyn365 { r.EncodeNil() } else { - if x.Flocker == nil { + if x.Glusterfs == nil { r.EncodeNil() } else { - x.Flocker.CodecEncodeSelf(e) + x.Glusterfs.CodecEncodeSelf(e) } } } } var yyn366 bool - if x.PersistentVolumeSource.AzureFile == nil { + if x.PersistentVolumeSource.NFS == nil { yyn366 = true goto LABEL366 } LABEL366: - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { if yyn366 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[14] { - if x.AzureFile == nil { + if yyq360[5] { + if x.NFS == nil { r.EncodeNil() } else { - x.AzureFile.CodecEncodeSelf(e) + x.NFS.CodecEncodeSelf(e) } } else { r.EncodeNil() } } } else { - if yyq351[14] { + if yyq360[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("azureFile")) + r.EncodeString(codecSelferC_UTF81234, string("nfs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if yyn366 { r.EncodeNil() } else { - if x.AzureFile == nil { + if x.NFS == nil { r.EncodeNil() } else { - x.AzureFile.CodecEncodeSelf(e) + x.NFS.CodecEncodeSelf(e) } } } } var yyn367 bool - if x.PersistentVolumeSource.VsphereVolume == nil { + if x.PersistentVolumeSource.RBD == nil { yyn367 = true goto LABEL367 } LABEL367: - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { if yyn367 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[15] { - if x.VsphereVolume == nil { + if yyq360[6] { + if x.RBD == nil { r.EncodeNil() } else { - x.VsphereVolume.CodecEncodeSelf(e) + x.RBD.CodecEncodeSelf(e) } } else { r.EncodeNil() } } } else { - if yyq351[15] { + if yyq360[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("vsphereVolume")) + r.EncodeString(codecSelferC_UTF81234, string("rbd")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if yyn367 { r.EncodeNil() } else { - if x.VsphereVolume == nil { + if x.RBD == nil { r.EncodeNil() } else { - x.VsphereVolume.CodecEncodeSelf(e) + x.RBD.CodecEncodeSelf(e) } } } } var yyn368 bool - if x.PersistentVolumeSource.AzureDisk == nil { + if x.PersistentVolumeSource.Quobyte == nil { yyn368 = true goto LABEL368 } LABEL368: - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { if yyn368 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[16] { + if yyq360[7] { + if x.Quobyte == nil { + r.EncodeNil() + } else { + x.Quobyte.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq360[7] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("quobyte")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn368 { + r.EncodeNil() + } else { + if x.Quobyte == nil { + r.EncodeNil() + } else { + x.Quobyte.CodecEncodeSelf(e) + } + } + } + } + var yyn369 bool + if x.PersistentVolumeSource.ISCSI == nil { + yyn369 = true + goto LABEL369 + } + LABEL369: + if yyr360 || yy2arr360 { + if yyn369 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq360[8] { + if x.ISCSI == nil { + r.EncodeNil() + } else { + x.ISCSI.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq360[8] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("iscsi")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn369 { + r.EncodeNil() + } else { + if x.ISCSI == nil { + r.EncodeNil() + } else { + x.ISCSI.CodecEncodeSelf(e) + } + } + } + } + var yyn370 bool + if x.PersistentVolumeSource.FlexVolume == nil { + yyn370 = true + goto LABEL370 + } + LABEL370: + if yyr360 || yy2arr360 { + if yyn370 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq360[9] { + if x.FlexVolume == nil { + r.EncodeNil() + } else { + x.FlexVolume.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq360[9] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("flexVolume")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn370 { + r.EncodeNil() + } else { + if x.FlexVolume == nil { + r.EncodeNil() + } else { + x.FlexVolume.CodecEncodeSelf(e) + } + } + } + } + var yyn371 bool + if x.PersistentVolumeSource.Cinder == nil { + yyn371 = true + goto LABEL371 + } + LABEL371: + if yyr360 || yy2arr360 { + if yyn371 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq360[10] { + if x.Cinder == nil { + r.EncodeNil() + } else { + x.Cinder.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq360[10] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("cinder")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn371 { + r.EncodeNil() + } else { + if x.Cinder == nil { + r.EncodeNil() + } else { + x.Cinder.CodecEncodeSelf(e) + } + } + } + } + var yyn372 bool + if x.PersistentVolumeSource.CephFS == nil { + yyn372 = true + goto LABEL372 + } + LABEL372: + if yyr360 || yy2arr360 { + if yyn372 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq360[11] { + if x.CephFS == nil { + r.EncodeNil() + } else { + x.CephFS.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq360[11] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("cephfs")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn372 { + r.EncodeNil() + } else { + if x.CephFS == nil { + r.EncodeNil() + } else { + x.CephFS.CodecEncodeSelf(e) + } + } + } + } + var yyn373 bool + if x.PersistentVolumeSource.FC == nil { + yyn373 = true + goto LABEL373 + } + LABEL373: + if yyr360 || yy2arr360 { + if yyn373 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq360[12] { + if x.FC == nil { + r.EncodeNil() + } else { + x.FC.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq360[12] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("fc")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn373 { + r.EncodeNil() + } else { + if x.FC == nil { + r.EncodeNil() + } else { + x.FC.CodecEncodeSelf(e) + } + } + } + } + var yyn374 bool + if x.PersistentVolumeSource.Flocker == nil { + yyn374 = true + goto LABEL374 + } + LABEL374: + if yyr360 || yy2arr360 { + if yyn374 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq360[13] { + if x.Flocker == nil { + r.EncodeNil() + } else { + x.Flocker.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq360[13] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("flocker")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn374 { + r.EncodeNil() + } else { + if x.Flocker == nil { + r.EncodeNil() + } else { + x.Flocker.CodecEncodeSelf(e) + } + } + } + } + var yyn375 bool + if x.PersistentVolumeSource.AzureFile == nil { + yyn375 = true + goto LABEL375 + } + LABEL375: + if yyr360 || yy2arr360 { + if yyn375 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq360[14] { + if x.AzureFile == nil { + r.EncodeNil() + } else { + x.AzureFile.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq360[14] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("azureFile")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn375 { + r.EncodeNil() + } else { + if x.AzureFile == nil { + r.EncodeNil() + } else { + x.AzureFile.CodecEncodeSelf(e) + } + } + } + } + var yyn376 bool + if x.PersistentVolumeSource.VsphereVolume == nil { + yyn376 = true + goto LABEL376 + } + LABEL376: + if yyr360 || yy2arr360 { + if yyn376 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq360[15] { + if x.VsphereVolume == nil { + r.EncodeNil() + } else { + x.VsphereVolume.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq360[15] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("vsphereVolume")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn376 { + r.EncodeNil() + } else { + if x.VsphereVolume == nil { + r.EncodeNil() + } else { + x.VsphereVolume.CodecEncodeSelf(e) + } + } + } + } + var yyn377 bool + if x.PersistentVolumeSource.AzureDisk == nil { + yyn377 = true + goto LABEL377 + } + LABEL377: + if yyr360 || yy2arr360 { + if yyn377 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq360[16] { if x.AzureDisk == nil { r.EncodeNil() } else { @@ -6514,11 +6703,11 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq351[16] { + if yyq360[16] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("azureDisk")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn368 { + if yyn377 { r.EncodeNil() } else { if x.AzureDisk == nil { @@ -6529,14 +6718,51 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr351 || yy2arr351 { + var yyn378 bool + if x.PersistentVolumeSource.PhotonPersistentDisk == nil { + yyn378 = true + goto LABEL378 + } + LABEL378: + if yyr360 || yy2arr360 { + if yyn378 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq360[17] { + if x.PhotonPersistentDisk == nil { + r.EncodeNil() + } else { + x.PhotonPersistentDisk.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq360[17] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("photonPersistentDisk")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn378 { + r.EncodeNil() + } else { + if x.PhotonPersistentDisk == nil { + r.EncodeNil() + } else { + x.PhotonPersistentDisk.CodecEncodeSelf(e) + } + } + } + } + if yyr360 || yy2arr360 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[17] { + if yyq360[18] { if x.AccessModes == nil { r.EncodeNil() } else { - yym370 := z.EncBinary() - _ = yym370 + yym380 := z.EncBinary() + _ = yym380 if false { } else { h.encSlicePersistentVolumeAccessMode(([]PersistentVolumeAccessMode)(x.AccessModes), e) @@ -6546,15 +6772,15 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq351[17] { + if yyq360[18] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("accessModes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.AccessModes == nil { r.EncodeNil() } else { - yym371 := z.EncBinary() - _ = yym371 + yym381 := z.EncBinary() + _ = yym381 if false { } else { h.encSlicePersistentVolumeAccessMode(([]PersistentVolumeAccessMode)(x.AccessModes), e) @@ -6562,9 +6788,9 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[18] { + if yyq360[19] { if x.ClaimRef == nil { r.EncodeNil() } else { @@ -6574,7 +6800,7 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq351[18] { + if yyq360[19] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("claimRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -6585,22 +6811,22 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[19] { + if yyq360[20] { x.PersistentVolumeReclaimPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq351[19] { + if yyq360[20] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("persistentVolumeReclaimPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.PersistentVolumeReclaimPolicy.CodecEncodeSelf(e) } } - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -6613,25 +6839,25 @@ func (x *PersistentVolumeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym374 := z.DecBinary() - _ = yym374 + yym384 := z.DecBinary() + _ = yym384 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct375 := r.ContainerType() - if yyct375 == codecSelferValueTypeMap1234 { - yyl375 := r.ReadMapStart() - if yyl375 == 0 { + yyct385 := r.ContainerType() + if yyct385 == codecSelferValueTypeMap1234 { + yyl385 := r.ReadMapStart() + if yyl385 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl375, d) + x.codecDecodeSelfFromMap(yyl385, d) } - } else if yyct375 == codecSelferValueTypeArray1234 { - yyl375 := r.ReadArrayStart() - if yyl375 == 0 { + } else if yyct385 == codecSelferValueTypeArray1234 { + yyl385 := r.ReadArrayStart() + if yyl385 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl375, d) + x.codecDecodeSelfFromArray(yyl385, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -6643,12 +6869,12 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys376Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys376Slc - var yyhl376 bool = l >= 0 - for yyj376 := 0; ; yyj376++ { - if yyhl376 { - if yyj376 >= l { + var yys386Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys386Slc + var yyhl386 bool = l >= 0 + for yyj386 := 0; ; yyj386++ { + if yyhl386 { + if yyj386 >= l { break } } else { @@ -6657,16 +6883,16 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys376Slc = r.DecodeBytes(yys376Slc, true, true) - yys376 := string(yys376Slc) + yys386Slc = r.DecodeBytes(yys386Slc, true, true) + yys386 := string(yys386Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys376 { + switch yys386 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv377 := &x.Capacity - yyv377.CodecDecodeSelf(d) + yyv387 := &x.Capacity + yyv387.CodecDecodeSelf(d) } case "gcePersistentDisk": if x.PersistentVolumeSource.GCEPersistentDisk == nil { @@ -6892,16 +7118,30 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decode } x.AzureDisk.CodecDecodeSelf(d) } + case "photonPersistentDisk": + if x.PersistentVolumeSource.PhotonPersistentDisk == nil { + x.PersistentVolumeSource.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + if r.TryDecodeAsNil() { + if x.PhotonPersistentDisk != nil { + x.PhotonPersistentDisk = nil + } + } else { + if x.PhotonPersistentDisk == nil { + x.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + x.PhotonPersistentDisk.CodecDecodeSelf(d) + } case "accessModes": if r.TryDecodeAsNil() { x.AccessModes = nil } else { - yyv394 := &x.AccessModes - yym395 := z.DecBinary() - _ = yym395 + yyv405 := &x.AccessModes + yym406 := z.DecBinary() + _ = yym406 if false { } else { - h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv394), d) + h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv405), d) } } case "claimRef": @@ -6922,9 +7162,9 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.PersistentVolumeReclaimPolicy = PersistentVolumeReclaimPolicy(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys376) - } // end switch yys376 - } // end for yyj376 + z.DecStructFieldNotFound(-1, yys386) + } // end switch yys386 + } // end for yyj386 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -6932,16 +7172,16 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj398 int - var yyb398 bool - var yyhl398 bool = l >= 0 - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + var yyj409 int + var yyb409 bool + var yyhl409 bool = l >= 0 + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6949,19 +7189,19 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv399 := &x.Capacity - yyv399.CodecDecodeSelf(d) + yyv410 := &x.Capacity + yyv410.CodecDecodeSelf(d) } if x.PersistentVolumeSource.GCEPersistentDisk == nil { x.PersistentVolumeSource.GCEPersistentDisk = new(GCEPersistentDiskVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6979,13 +7219,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.AWSElasticBlockStore == nil { x.PersistentVolumeSource.AWSElasticBlockStore = new(AWSElasticBlockStoreVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7003,13 +7243,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.HostPath == nil { x.PersistentVolumeSource.HostPath = new(HostPathVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7027,13 +7267,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.Glusterfs == nil { x.PersistentVolumeSource.Glusterfs = new(GlusterfsVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7051,13 +7291,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.NFS == nil { x.PersistentVolumeSource.NFS = new(NFSVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7075,13 +7315,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.RBD == nil { x.PersistentVolumeSource.RBD = new(RBDVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7099,13 +7339,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.Quobyte == nil { x.PersistentVolumeSource.Quobyte = new(QuobyteVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7123,13 +7363,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.ISCSI == nil { x.PersistentVolumeSource.ISCSI = new(ISCSIVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7147,13 +7387,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.FlexVolume == nil { x.PersistentVolumeSource.FlexVolume = new(FlexVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7171,13 +7411,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.Cinder == nil { x.PersistentVolumeSource.Cinder = new(CinderVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7195,13 +7435,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.CephFS == nil { x.PersistentVolumeSource.CephFS = new(CephFSVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7219,13 +7459,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.FC == nil { x.PersistentVolumeSource.FC = new(FCVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7243,13 +7483,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.Flocker == nil { x.PersistentVolumeSource.Flocker = new(FlockerVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7267,13 +7507,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.AzureFile == nil { x.PersistentVolumeSource.AzureFile = new(AzureFileVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7291,13 +7531,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.VsphereVolume == nil { x.PersistentVolumeSource.VsphereVolume = new(VsphereVirtualDiskVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7315,13 +7555,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.AzureDisk == nil { x.PersistentVolumeSource.AzureDisk = new(AzureDiskVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7336,13 +7576,37 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco } x.AzureDisk.CodecDecodeSelf(d) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l - } else { - yyb398 = r.CheckBreak() + if x.PersistentVolumeSource.PhotonPersistentDisk == nil { + x.PersistentVolumeSource.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) } - if yyb398 { + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l + } else { + yyb409 = r.CheckBreak() + } + if yyb409 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.PhotonPersistentDisk != nil { + x.PhotonPersistentDisk = nil + } + } else { + if x.PhotonPersistentDisk == nil { + x.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + x.PhotonPersistentDisk.CodecDecodeSelf(d) + } + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l + } else { + yyb409 = r.CheckBreak() + } + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7350,21 +7614,21 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.AccessModes = nil } else { - yyv416 := &x.AccessModes - yym417 := z.DecBinary() - _ = yym417 + yyv428 := &x.AccessModes + yym429 := z.DecBinary() + _ = yym429 if false { } else { - h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv416), d) + h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv428), d) } } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7379,13 +7643,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco } x.ClaimRef.CodecDecodeSelf(d) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7396,17 +7660,17 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.PersistentVolumeReclaimPolicy = PersistentVolumeReclaimPolicy(r.DecodeString()) } for { - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj398-1, "") + z.DecStructFieldNotFound(yyj409-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -7415,8 +7679,8 @@ func (x PersistentVolumeReclaimPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym420 := z.EncBinary() - _ = yym420 + yym432 := z.EncBinary() + _ = yym432 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -7428,8 +7692,8 @@ func (x *PersistentVolumeReclaimPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym421 := z.DecBinary() - _ = yym421 + yym433 := z.DecBinary() + _ = yym433 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -7444,52 +7708,52 @@ func (x *PersistentVolumeStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym422 := z.EncBinary() - _ = yym422 + yym434 := z.EncBinary() + _ = yym434 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep423 := !z.EncBinary() - yy2arr423 := z.EncBasicHandle().StructToArray - var yyq423 [3]bool - _, _, _ = yysep423, yyq423, yy2arr423 - const yyr423 bool = false - yyq423[0] = x.Phase != "" - yyq423[1] = x.Message != "" - yyq423[2] = x.Reason != "" - var yynn423 int - if yyr423 || yy2arr423 { + yysep435 := !z.EncBinary() + yy2arr435 := z.EncBasicHandle().StructToArray + var yyq435 [3]bool + _, _, _ = yysep435, yyq435, yy2arr435 + const yyr435 bool = false + yyq435[0] = x.Phase != "" + yyq435[1] = x.Message != "" + yyq435[2] = x.Reason != "" + var yynn435 int + if yyr435 || yy2arr435 { r.EncodeArrayStart(3) } else { - yynn423 = 0 - for _, b := range yyq423 { + yynn435 = 0 + for _, b := range yyq435 { if b { - yynn423++ + yynn435++ } } - r.EncodeMapStart(yynn423) - yynn423 = 0 + r.EncodeMapStart(yynn435) + yynn435 = 0 } - if yyr423 || yy2arr423 { + if yyr435 || yy2arr435 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq423[0] { + if yyq435[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq423[0] { + if yyq435[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr423 || yy2arr423 { + if yyr435 || yy2arr435 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq423[1] { - yym426 := z.EncBinary() - _ = yym426 + if yyq435[1] { + yym438 := z.EncBinary() + _ = yym438 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -7498,23 +7762,23 @@ func (x *PersistentVolumeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq423[1] { + if yyq435[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym427 := z.EncBinary() - _ = yym427 + yym439 := z.EncBinary() + _ = yym439 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr423 || yy2arr423 { + if yyr435 || yy2arr435 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq423[2] { - yym429 := z.EncBinary() - _ = yym429 + if yyq435[2] { + yym441 := z.EncBinary() + _ = yym441 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -7523,19 +7787,19 @@ func (x *PersistentVolumeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq423[2] { + if yyq435[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym430 := z.EncBinary() - _ = yym430 + yym442 := z.EncBinary() + _ = yym442 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr423 || yy2arr423 { + if yyr435 || yy2arr435 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -7548,25 +7812,25 @@ func (x *PersistentVolumeStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym431 := z.DecBinary() - _ = yym431 + yym443 := z.DecBinary() + _ = yym443 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct432 := r.ContainerType() - if yyct432 == codecSelferValueTypeMap1234 { - yyl432 := r.ReadMapStart() - if yyl432 == 0 { + yyct444 := r.ContainerType() + if yyct444 == codecSelferValueTypeMap1234 { + yyl444 := r.ReadMapStart() + if yyl444 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl432, d) + x.codecDecodeSelfFromMap(yyl444, d) } - } else if yyct432 == codecSelferValueTypeArray1234 { - yyl432 := r.ReadArrayStart() - if yyl432 == 0 { + } else if yyct444 == codecSelferValueTypeArray1234 { + yyl444 := r.ReadArrayStart() + if yyl444 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl432, d) + x.codecDecodeSelfFromArray(yyl444, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -7578,12 +7842,12 @@ func (x *PersistentVolumeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys433Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys433Slc - var yyhl433 bool = l >= 0 - for yyj433 := 0; ; yyj433++ { - if yyhl433 { - if yyj433 >= l { + var yys445Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys445Slc + var yyhl445 bool = l >= 0 + for yyj445 := 0; ; yyj445++ { + if yyhl445 { + if yyj445 >= l { break } } else { @@ -7592,10 +7856,10 @@ func (x *PersistentVolumeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Deco } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys433Slc = r.DecodeBytes(yys433Slc, true, true) - yys433 := string(yys433Slc) + yys445Slc = r.DecodeBytes(yys445Slc, true, true) + yys445 := string(yys445Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys433 { + switch yys445 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -7615,9 +7879,9 @@ func (x *PersistentVolumeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Deco x.Reason = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys433) - } // end switch yys433 - } // end for yyj433 + z.DecStructFieldNotFound(-1, yys445) + } // end switch yys445 + } // end for yyj445 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -7625,16 +7889,16 @@ func (x *PersistentVolumeStatus) codecDecodeSelfFromArray(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj437 int - var yyb437 bool - var yyhl437 bool = l >= 0 - yyj437++ - if yyhl437 { - yyb437 = yyj437 > l + var yyj449 int + var yyb449 bool + var yyhl449 bool = l >= 0 + yyj449++ + if yyhl449 { + yyb449 = yyj449 > l } else { - yyb437 = r.CheckBreak() + yyb449 = r.CheckBreak() } - if yyb437 { + if yyb449 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7644,13 +7908,13 @@ func (x *PersistentVolumeStatus) codecDecodeSelfFromArray(l int, d *codec1978.De } else { x.Phase = PersistentVolumePhase(r.DecodeString()) } - yyj437++ - if yyhl437 { - yyb437 = yyj437 > l + yyj449++ + if yyhl449 { + yyb449 = yyj449 > l } else { - yyb437 = r.CheckBreak() + yyb449 = r.CheckBreak() } - if yyb437 { + if yyb449 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7660,13 +7924,13 @@ func (x *PersistentVolumeStatus) codecDecodeSelfFromArray(l int, d *codec1978.De } else { x.Message = string(r.DecodeString()) } - yyj437++ - if yyhl437 { - yyb437 = yyj437 > l + yyj449++ + if yyhl449 { + yyb449 = yyj449 > l } else { - yyb437 = r.CheckBreak() + yyb449 = r.CheckBreak() } - if yyb437 { + if yyb449 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7677,17 +7941,17 @@ func (x *PersistentVolumeStatus) codecDecodeSelfFromArray(l int, d *codec1978.De x.Reason = string(r.DecodeString()) } for { - yyj437++ - if yyhl437 { - yyb437 = yyj437 > l + yyj449++ + if yyhl449 { + yyb449 = yyj449 > l } else { - yyb437 = r.CheckBreak() + yyb449 = r.CheckBreak() } - if yyb437 { + if yyb449 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj437-1, "") + z.DecStructFieldNotFound(yyj449-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -7699,37 +7963,37 @@ func (x *PersistentVolumeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym441 := z.EncBinary() - _ = yym441 + yym453 := z.EncBinary() + _ = yym453 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep442 := !z.EncBinary() - yy2arr442 := z.EncBasicHandle().StructToArray - var yyq442 [4]bool - _, _, _ = yysep442, yyq442, yy2arr442 - const yyr442 bool = false - yyq442[0] = x.Kind != "" - yyq442[1] = x.APIVersion != "" - yyq442[2] = true - var yynn442 int - if yyr442 || yy2arr442 { + yysep454 := !z.EncBinary() + yy2arr454 := z.EncBasicHandle().StructToArray + var yyq454 [4]bool + _, _, _ = yysep454, yyq454, yy2arr454 + const yyr454 bool = false + yyq454[0] = x.Kind != "" + yyq454[1] = x.APIVersion != "" + yyq454[2] = true + var yynn454 int + if yyr454 || yy2arr454 { r.EncodeArrayStart(4) } else { - yynn442 = 1 - for _, b := range yyq442 { + yynn454 = 1 + for _, b := range yyq454 { if b { - yynn442++ + yynn454++ } } - r.EncodeMapStart(yynn442) - yynn442 = 0 + r.EncodeMapStart(yynn454) + yynn454 = 0 } - if yyr442 || yy2arr442 { + if yyr454 || yy2arr454 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq442[0] { - yym444 := z.EncBinary() - _ = yym444 + if yyq454[0] { + yym456 := z.EncBinary() + _ = yym456 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -7738,23 +8002,23 @@ func (x *PersistentVolumeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq442[0] { + if yyq454[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym445 := z.EncBinary() - _ = yym445 + yym457 := z.EncBinary() + _ = yym457 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr442 || yy2arr442 { + if yyr454 || yy2arr454 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq442[1] { - yym447 := z.EncBinary() - _ = yym447 + if yyq454[1] { + yym459 := z.EncBinary() + _ = yym459 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -7763,54 +8027,54 @@ func (x *PersistentVolumeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq442[1] { + if yyq454[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym448 := z.EncBinary() - _ = yym448 + yym460 := z.EncBinary() + _ = yym460 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr442 || yy2arr442 { + if yyr454 || yy2arr454 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq442[2] { - yy450 := &x.ListMeta - yym451 := z.EncBinary() - _ = yym451 + if yyq454[2] { + yy462 := &x.ListMeta + yym463 := z.EncBinary() + _ = yym463 if false { - } else if z.HasExtensions() && z.EncExt(yy450) { + } else if z.HasExtensions() && z.EncExt(yy462) { } else { - z.EncFallback(yy450) + z.EncFallback(yy462) } } else { r.EncodeNil() } } else { - if yyq442[2] { + if yyq454[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy452 := &x.ListMeta - yym453 := z.EncBinary() - _ = yym453 + yy464 := &x.ListMeta + yym465 := z.EncBinary() + _ = yym465 if false { - } else if z.HasExtensions() && z.EncExt(yy452) { + } else if z.HasExtensions() && z.EncExt(yy464) { } else { - z.EncFallback(yy452) + z.EncFallback(yy464) } } } - if yyr442 || yy2arr442 { + if yyr454 || yy2arr454 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym455 := z.EncBinary() - _ = yym455 + yym467 := z.EncBinary() + _ = yym467 if false { } else { h.encSlicePersistentVolume(([]PersistentVolume)(x.Items), e) @@ -7823,15 +8087,15 @@ func (x *PersistentVolumeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym456 := z.EncBinary() - _ = yym456 + yym468 := z.EncBinary() + _ = yym468 if false { } else { h.encSlicePersistentVolume(([]PersistentVolume)(x.Items), e) } } } - if yyr442 || yy2arr442 { + if yyr454 || yy2arr454 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -7844,25 +8108,25 @@ func (x *PersistentVolumeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym457 := z.DecBinary() - _ = yym457 + yym469 := z.DecBinary() + _ = yym469 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct458 := r.ContainerType() - if yyct458 == codecSelferValueTypeMap1234 { - yyl458 := r.ReadMapStart() - if yyl458 == 0 { + yyct470 := r.ContainerType() + if yyct470 == codecSelferValueTypeMap1234 { + yyl470 := r.ReadMapStart() + if yyl470 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl458, d) + x.codecDecodeSelfFromMap(yyl470, d) } - } else if yyct458 == codecSelferValueTypeArray1234 { - yyl458 := r.ReadArrayStart() - if yyl458 == 0 { + } else if yyct470 == codecSelferValueTypeArray1234 { + yyl470 := r.ReadArrayStart() + if yyl470 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl458, d) + x.codecDecodeSelfFromArray(yyl470, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -7874,12 +8138,12 @@ func (x *PersistentVolumeList) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys459Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys459Slc - var yyhl459 bool = l >= 0 - for yyj459 := 0; ; yyj459++ { - if yyhl459 { - if yyj459 >= l { + var yys471Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys471Slc + var yyhl471 bool = l >= 0 + for yyj471 := 0; ; yyj471++ { + if yyhl471 { + if yyj471 >= l { break } } else { @@ -7888,10 +8152,10 @@ func (x *PersistentVolumeList) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys459Slc = r.DecodeBytes(yys459Slc, true, true) - yys459 := string(yys459Slc) + yys471Slc = r.DecodeBytes(yys471Slc, true, true) + yys471 := string(yys471Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys459 { + switch yys471 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -7908,31 +8172,31 @@ func (x *PersistentVolumeList) codecDecodeSelfFromMap(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv462 := &x.ListMeta - yym463 := z.DecBinary() - _ = yym463 + yyv474 := &x.ListMeta + yym475 := z.DecBinary() + _ = yym475 if false { - } else if z.HasExtensions() && z.DecExt(yyv462) { + } else if z.HasExtensions() && z.DecExt(yyv474) { } else { - z.DecFallback(yyv462, false) + z.DecFallback(yyv474, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv464 := &x.Items - yym465 := z.DecBinary() - _ = yym465 + yyv476 := &x.Items + yym477 := z.DecBinary() + _ = yym477 if false { } else { - h.decSlicePersistentVolume((*[]PersistentVolume)(yyv464), d) + h.decSlicePersistentVolume((*[]PersistentVolume)(yyv476), d) } } default: - z.DecStructFieldNotFound(-1, yys459) - } // end switch yys459 - } // end for yyj459 + z.DecStructFieldNotFound(-1, yys471) + } // end switch yys471 + } // end for yyj471 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -7940,16 +8204,16 @@ func (x *PersistentVolumeList) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj466 int - var yyb466 bool - var yyhl466 bool = l >= 0 - yyj466++ - if yyhl466 { - yyb466 = yyj466 > l + var yyj478 int + var yyb478 bool + var yyhl478 bool = l >= 0 + yyj478++ + if yyhl478 { + yyb478 = yyj478 > l } else { - yyb466 = r.CheckBreak() + yyb478 = r.CheckBreak() } - if yyb466 { + if yyb478 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7959,13 +8223,13 @@ func (x *PersistentVolumeList) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Kind = string(r.DecodeString()) } - yyj466++ - if yyhl466 { - yyb466 = yyj466 > l + yyj478++ + if yyhl478 { + yyb478 = yyj478 > l } else { - yyb466 = r.CheckBreak() + yyb478 = r.CheckBreak() } - if yyb466 { + if yyb478 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7975,13 +8239,13 @@ func (x *PersistentVolumeList) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.APIVersion = string(r.DecodeString()) } - yyj466++ - if yyhl466 { - yyb466 = yyj466 > l + yyj478++ + if yyhl478 { + yyb478 = yyj478 > l } else { - yyb466 = r.CheckBreak() + yyb478 = r.CheckBreak() } - if yyb466 { + if yyb478 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7989,22 +8253,22 @@ func (x *PersistentVolumeList) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv469 := &x.ListMeta - yym470 := z.DecBinary() - _ = yym470 + yyv481 := &x.ListMeta + yym482 := z.DecBinary() + _ = yym482 if false { - } else if z.HasExtensions() && z.DecExt(yyv469) { + } else if z.HasExtensions() && z.DecExt(yyv481) { } else { - z.DecFallback(yyv469, false) + z.DecFallback(yyv481, false) } } - yyj466++ - if yyhl466 { - yyb466 = yyj466 > l + yyj478++ + if yyhl478 { + yyb478 = yyj478 > l } else { - yyb466 = r.CheckBreak() + yyb478 = r.CheckBreak() } - if yyb466 { + if yyb478 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8012,26 +8276,26 @@ func (x *PersistentVolumeList) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Items = nil } else { - yyv471 := &x.Items - yym472 := z.DecBinary() - _ = yym472 + yyv483 := &x.Items + yym484 := z.DecBinary() + _ = yym484 if false { } else { - h.decSlicePersistentVolume((*[]PersistentVolume)(yyv471), d) + h.decSlicePersistentVolume((*[]PersistentVolume)(yyv483), d) } } for { - yyj466++ - if yyhl466 { - yyb466 = yyj466 > l + yyj478++ + if yyhl478 { + yyb478 = yyj478 > l } else { - yyb466 = r.CheckBreak() + yyb478 = r.CheckBreak() } - if yyb466 { + if yyb478 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj466-1, "") + z.DecStructFieldNotFound(yyj478-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -8043,39 +8307,39 @@ func (x *PersistentVolumeClaim) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym473 := z.EncBinary() - _ = yym473 + yym485 := z.EncBinary() + _ = yym485 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep474 := !z.EncBinary() - yy2arr474 := z.EncBasicHandle().StructToArray - var yyq474 [5]bool - _, _, _ = yysep474, yyq474, yy2arr474 - const yyr474 bool = false - yyq474[0] = x.Kind != "" - yyq474[1] = x.APIVersion != "" - yyq474[2] = true - yyq474[3] = true - yyq474[4] = true - var yynn474 int - if yyr474 || yy2arr474 { + yysep486 := !z.EncBinary() + yy2arr486 := z.EncBasicHandle().StructToArray + var yyq486 [5]bool + _, _, _ = yysep486, yyq486, yy2arr486 + const yyr486 bool = false + yyq486[0] = x.Kind != "" + yyq486[1] = x.APIVersion != "" + yyq486[2] = true + yyq486[3] = true + yyq486[4] = true + var yynn486 int + if yyr486 || yy2arr486 { r.EncodeArrayStart(5) } else { - yynn474 = 0 - for _, b := range yyq474 { + yynn486 = 0 + for _, b := range yyq486 { if b { - yynn474++ + yynn486++ } } - r.EncodeMapStart(yynn474) - yynn474 = 0 + r.EncodeMapStart(yynn486) + yynn486 = 0 } - if yyr474 || yy2arr474 { + if yyr486 || yy2arr486 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq474[0] { - yym476 := z.EncBinary() - _ = yym476 + if yyq486[0] { + yym488 := z.EncBinary() + _ = yym488 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -8084,23 +8348,23 @@ func (x *PersistentVolumeClaim) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq474[0] { + if yyq486[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym477 := z.EncBinary() - _ = yym477 + yym489 := z.EncBinary() + _ = yym489 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr474 || yy2arr474 { + if yyr486 || yy2arr486 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq474[1] { - yym479 := z.EncBinary() - _ = yym479 + if yyq486[1] { + yym491 := z.EncBinary() + _ = yym491 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -8109,70 +8373,70 @@ func (x *PersistentVolumeClaim) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq474[1] { + if yyq486[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym480 := z.EncBinary() - _ = yym480 + yym492 := z.EncBinary() + _ = yym492 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr474 || yy2arr474 { + if yyr486 || yy2arr486 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq474[2] { - yy482 := &x.ObjectMeta - yy482.CodecEncodeSelf(e) + if yyq486[2] { + yy494 := &x.ObjectMeta + yy494.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq474[2] { + if yyq486[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy483 := &x.ObjectMeta - yy483.CodecEncodeSelf(e) + yy495 := &x.ObjectMeta + yy495.CodecEncodeSelf(e) } } - if yyr474 || yy2arr474 { + if yyr486 || yy2arr486 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq474[3] { - yy485 := &x.Spec - yy485.CodecEncodeSelf(e) + if yyq486[3] { + yy497 := &x.Spec + yy497.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq474[3] { + if yyq486[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy486 := &x.Spec - yy486.CodecEncodeSelf(e) + yy498 := &x.Spec + yy498.CodecEncodeSelf(e) } } - if yyr474 || yy2arr474 { + if yyr486 || yy2arr486 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq474[4] { - yy488 := &x.Status - yy488.CodecEncodeSelf(e) + if yyq486[4] { + yy500 := &x.Status + yy500.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq474[4] { + if yyq486[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy489 := &x.Status - yy489.CodecEncodeSelf(e) + yy501 := &x.Status + yy501.CodecEncodeSelf(e) } } - if yyr474 || yy2arr474 { + if yyr486 || yy2arr486 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -8185,25 +8449,25 @@ func (x *PersistentVolumeClaim) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym490 := z.DecBinary() - _ = yym490 + yym502 := z.DecBinary() + _ = yym502 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct491 := r.ContainerType() - if yyct491 == codecSelferValueTypeMap1234 { - yyl491 := r.ReadMapStart() - if yyl491 == 0 { + yyct503 := r.ContainerType() + if yyct503 == codecSelferValueTypeMap1234 { + yyl503 := r.ReadMapStart() + if yyl503 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl491, d) + x.codecDecodeSelfFromMap(yyl503, d) } - } else if yyct491 == codecSelferValueTypeArray1234 { - yyl491 := r.ReadArrayStart() - if yyl491 == 0 { + } else if yyct503 == codecSelferValueTypeArray1234 { + yyl503 := r.ReadArrayStart() + if yyl503 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl491, d) + x.codecDecodeSelfFromArray(yyl503, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -8215,12 +8479,12 @@ func (x *PersistentVolumeClaim) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys492Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys492Slc - var yyhl492 bool = l >= 0 - for yyj492 := 0; ; yyj492++ { - if yyhl492 { - if yyj492 >= l { + var yys504Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys504Slc + var yyhl504 bool = l >= 0 + for yyj504 := 0; ; yyj504++ { + if yyhl504 { + if yyj504 >= l { break } } else { @@ -8229,10 +8493,10 @@ func (x *PersistentVolumeClaim) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys492Slc = r.DecodeBytes(yys492Slc, true, true) - yys492 := string(yys492Slc) + yys504Slc = r.DecodeBytes(yys504Slc, true, true) + yys504 := string(yys504Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys492 { + switch yys504 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -8249,27 +8513,27 @@ func (x *PersistentVolumeClaim) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv495 := &x.ObjectMeta - yyv495.CodecDecodeSelf(d) + yyv507 := &x.ObjectMeta + yyv507.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PersistentVolumeClaimSpec{} } else { - yyv496 := &x.Spec - yyv496.CodecDecodeSelf(d) + yyv508 := &x.Spec + yyv508.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PersistentVolumeClaimStatus{} } else { - yyv497 := &x.Status - yyv497.CodecDecodeSelf(d) + yyv509 := &x.Status + yyv509.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys492) - } // end switch yys492 - } // end for yyj492 + z.DecStructFieldNotFound(-1, yys504) + } // end switch yys504 + } // end for yyj504 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -8277,16 +8541,16 @@ func (x *PersistentVolumeClaim) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj498 int - var yyb498 bool - var yyhl498 bool = l >= 0 - yyj498++ - if yyhl498 { - yyb498 = yyj498 > l + var yyj510 int + var yyb510 bool + var yyhl510 bool = l >= 0 + yyj510++ + if yyhl510 { + yyb510 = yyj510 > l } else { - yyb498 = r.CheckBreak() + yyb510 = r.CheckBreak() } - if yyb498 { + if yyb510 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8296,13 +8560,13 @@ func (x *PersistentVolumeClaim) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj498++ - if yyhl498 { - yyb498 = yyj498 > l + yyj510++ + if yyhl510 { + yyb510 = yyj510 > l } else { - yyb498 = r.CheckBreak() + yyb510 = r.CheckBreak() } - if yyb498 { + if yyb510 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8312,13 +8576,13 @@ func (x *PersistentVolumeClaim) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj498++ - if yyhl498 { - yyb498 = yyj498 > l + yyj510++ + if yyhl510 { + yyb510 = yyj510 > l } else { - yyb498 = r.CheckBreak() + yyb510 = r.CheckBreak() } - if yyb498 { + if yyb510 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8326,16 +8590,16 @@ func (x *PersistentVolumeClaim) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv501 := &x.ObjectMeta - yyv501.CodecDecodeSelf(d) + yyv513 := &x.ObjectMeta + yyv513.CodecDecodeSelf(d) } - yyj498++ - if yyhl498 { - yyb498 = yyj498 > l + yyj510++ + if yyhl510 { + yyb510 = yyj510 > l } else { - yyb498 = r.CheckBreak() + yyb510 = r.CheckBreak() } - if yyb498 { + if yyb510 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8343,16 +8607,16 @@ func (x *PersistentVolumeClaim) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Spec = PersistentVolumeClaimSpec{} } else { - yyv502 := &x.Spec - yyv502.CodecDecodeSelf(d) + yyv514 := &x.Spec + yyv514.CodecDecodeSelf(d) } - yyj498++ - if yyhl498 { - yyb498 = yyj498 > l + yyj510++ + if yyhl510 { + yyb510 = yyj510 > l } else { - yyb498 = r.CheckBreak() + yyb510 = r.CheckBreak() } - if yyb498 { + if yyb510 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8360,21 +8624,21 @@ func (x *PersistentVolumeClaim) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Status = PersistentVolumeClaimStatus{} } else { - yyv503 := &x.Status - yyv503.CodecDecodeSelf(d) + yyv515 := &x.Status + yyv515.CodecDecodeSelf(d) } for { - yyj498++ - if yyhl498 { - yyb498 = yyj498 > l + yyj510++ + if yyhl510 { + yyb510 = yyj510 > l } else { - yyb498 = r.CheckBreak() + yyb510 = r.CheckBreak() } - if yyb498 { + if yyb510 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj498-1, "") + z.DecStructFieldNotFound(yyj510-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -8386,37 +8650,37 @@ func (x *PersistentVolumeClaimList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym504 := z.EncBinary() - _ = yym504 + yym516 := z.EncBinary() + _ = yym516 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep505 := !z.EncBinary() - yy2arr505 := z.EncBasicHandle().StructToArray - var yyq505 [4]bool - _, _, _ = yysep505, yyq505, yy2arr505 - const yyr505 bool = false - yyq505[0] = x.Kind != "" - yyq505[1] = x.APIVersion != "" - yyq505[2] = true - var yynn505 int - if yyr505 || yy2arr505 { + yysep517 := !z.EncBinary() + yy2arr517 := z.EncBasicHandle().StructToArray + var yyq517 [4]bool + _, _, _ = yysep517, yyq517, yy2arr517 + const yyr517 bool = false + yyq517[0] = x.Kind != "" + yyq517[1] = x.APIVersion != "" + yyq517[2] = true + var yynn517 int + if yyr517 || yy2arr517 { r.EncodeArrayStart(4) } else { - yynn505 = 1 - for _, b := range yyq505 { + yynn517 = 1 + for _, b := range yyq517 { if b { - yynn505++ + yynn517++ } } - r.EncodeMapStart(yynn505) - yynn505 = 0 + r.EncodeMapStart(yynn517) + yynn517 = 0 } - if yyr505 || yy2arr505 { + if yyr517 || yy2arr517 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq505[0] { - yym507 := z.EncBinary() - _ = yym507 + if yyq517[0] { + yym519 := z.EncBinary() + _ = yym519 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -8425,23 +8689,23 @@ func (x *PersistentVolumeClaimList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq505[0] { + if yyq517[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym508 := z.EncBinary() - _ = yym508 + yym520 := z.EncBinary() + _ = yym520 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr505 || yy2arr505 { + if yyr517 || yy2arr517 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq505[1] { - yym510 := z.EncBinary() - _ = yym510 + if yyq517[1] { + yym522 := z.EncBinary() + _ = yym522 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -8450,54 +8714,54 @@ func (x *PersistentVolumeClaimList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq505[1] { + if yyq517[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym511 := z.EncBinary() - _ = yym511 + yym523 := z.EncBinary() + _ = yym523 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr505 || yy2arr505 { + if yyr517 || yy2arr517 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq505[2] { - yy513 := &x.ListMeta - yym514 := z.EncBinary() - _ = yym514 + if yyq517[2] { + yy525 := &x.ListMeta + yym526 := z.EncBinary() + _ = yym526 if false { - } else if z.HasExtensions() && z.EncExt(yy513) { + } else if z.HasExtensions() && z.EncExt(yy525) { } else { - z.EncFallback(yy513) + z.EncFallback(yy525) } } else { r.EncodeNil() } } else { - if yyq505[2] { + if yyq517[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy515 := &x.ListMeta - yym516 := z.EncBinary() - _ = yym516 + yy527 := &x.ListMeta + yym528 := z.EncBinary() + _ = yym528 if false { - } else if z.HasExtensions() && z.EncExt(yy515) { + } else if z.HasExtensions() && z.EncExt(yy527) { } else { - z.EncFallback(yy515) + z.EncFallback(yy527) } } } - if yyr505 || yy2arr505 { + if yyr517 || yy2arr517 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym518 := z.EncBinary() - _ = yym518 + yym530 := z.EncBinary() + _ = yym530 if false { } else { h.encSlicePersistentVolumeClaim(([]PersistentVolumeClaim)(x.Items), e) @@ -8510,15 +8774,15 @@ func (x *PersistentVolumeClaimList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym519 := z.EncBinary() - _ = yym519 + yym531 := z.EncBinary() + _ = yym531 if false { } else { h.encSlicePersistentVolumeClaim(([]PersistentVolumeClaim)(x.Items), e) } } } - if yyr505 || yy2arr505 { + if yyr517 || yy2arr517 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -8531,25 +8795,25 @@ func (x *PersistentVolumeClaimList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym520 := z.DecBinary() - _ = yym520 + yym532 := z.DecBinary() + _ = yym532 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct521 := r.ContainerType() - if yyct521 == codecSelferValueTypeMap1234 { - yyl521 := r.ReadMapStart() - if yyl521 == 0 { + yyct533 := r.ContainerType() + if yyct533 == codecSelferValueTypeMap1234 { + yyl533 := r.ReadMapStart() + if yyl533 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl521, d) + x.codecDecodeSelfFromMap(yyl533, d) } - } else if yyct521 == codecSelferValueTypeArray1234 { - yyl521 := r.ReadArrayStart() - if yyl521 == 0 { + } else if yyct533 == codecSelferValueTypeArray1234 { + yyl533 := r.ReadArrayStart() + if yyl533 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl521, d) + x.codecDecodeSelfFromArray(yyl533, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -8561,12 +8825,12 @@ func (x *PersistentVolumeClaimList) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys522Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys522Slc - var yyhl522 bool = l >= 0 - for yyj522 := 0; ; yyj522++ { - if yyhl522 { - if yyj522 >= l { + var yys534Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys534Slc + var yyhl534 bool = l >= 0 + for yyj534 := 0; ; yyj534++ { + if yyhl534 { + if yyj534 >= l { break } } else { @@ -8575,10 +8839,10 @@ func (x *PersistentVolumeClaimList) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys522Slc = r.DecodeBytes(yys522Slc, true, true) - yys522 := string(yys522Slc) + yys534Slc = r.DecodeBytes(yys534Slc, true, true) + yys534 := string(yys534Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys522 { + switch yys534 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -8595,31 +8859,31 @@ func (x *PersistentVolumeClaimList) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv525 := &x.ListMeta - yym526 := z.DecBinary() - _ = yym526 + yyv537 := &x.ListMeta + yym538 := z.DecBinary() + _ = yym538 if false { - } else if z.HasExtensions() && z.DecExt(yyv525) { + } else if z.HasExtensions() && z.DecExt(yyv537) { } else { - z.DecFallback(yyv525, false) + z.DecFallback(yyv537, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv527 := &x.Items - yym528 := z.DecBinary() - _ = yym528 + yyv539 := &x.Items + yym540 := z.DecBinary() + _ = yym540 if false { } else { - h.decSlicePersistentVolumeClaim((*[]PersistentVolumeClaim)(yyv527), d) + h.decSlicePersistentVolumeClaim((*[]PersistentVolumeClaim)(yyv539), d) } } default: - z.DecStructFieldNotFound(-1, yys522) - } // end switch yys522 - } // end for yyj522 + z.DecStructFieldNotFound(-1, yys534) + } // end switch yys534 + } // end for yyj534 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -8627,16 +8891,16 @@ func (x *PersistentVolumeClaimList) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj529 int - var yyb529 bool - var yyhl529 bool = l >= 0 - yyj529++ - if yyhl529 { - yyb529 = yyj529 > l + var yyj541 int + var yyb541 bool + var yyhl541 bool = l >= 0 + yyj541++ + if yyhl541 { + yyb541 = yyj541 > l } else { - yyb529 = r.CheckBreak() + yyb541 = r.CheckBreak() } - if yyb529 { + if yyb541 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8646,13 +8910,13 @@ func (x *PersistentVolumeClaimList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Kind = string(r.DecodeString()) } - yyj529++ - if yyhl529 { - yyb529 = yyj529 > l + yyj541++ + if yyhl541 { + yyb541 = yyj541 > l } else { - yyb529 = r.CheckBreak() + yyb541 = r.CheckBreak() } - if yyb529 { + if yyb541 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8662,13 +8926,13 @@ func (x *PersistentVolumeClaimList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.APIVersion = string(r.DecodeString()) } - yyj529++ - if yyhl529 { - yyb529 = yyj529 > l + yyj541++ + if yyhl541 { + yyb541 = yyj541 > l } else { - yyb529 = r.CheckBreak() + yyb541 = r.CheckBreak() } - if yyb529 { + if yyb541 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8676,22 +8940,22 @@ func (x *PersistentVolumeClaimList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv532 := &x.ListMeta - yym533 := z.DecBinary() - _ = yym533 + yyv544 := &x.ListMeta + yym545 := z.DecBinary() + _ = yym545 if false { - } else if z.HasExtensions() && z.DecExt(yyv532) { + } else if z.HasExtensions() && z.DecExt(yyv544) { } else { - z.DecFallback(yyv532, false) + z.DecFallback(yyv544, false) } } - yyj529++ - if yyhl529 { - yyb529 = yyj529 > l + yyj541++ + if yyhl541 { + yyb541 = yyj541 > l } else { - yyb529 = r.CheckBreak() + yyb541 = r.CheckBreak() } - if yyb529 { + if yyb541 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8699,26 +8963,26 @@ func (x *PersistentVolumeClaimList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Items = nil } else { - yyv534 := &x.Items - yym535 := z.DecBinary() - _ = yym535 + yyv546 := &x.Items + yym547 := z.DecBinary() + _ = yym547 if false { } else { - h.decSlicePersistentVolumeClaim((*[]PersistentVolumeClaim)(yyv534), d) + h.decSlicePersistentVolumeClaim((*[]PersistentVolumeClaim)(yyv546), d) } } for { - yyj529++ - if yyhl529 { - yyb529 = yyj529 > l + yyj541++ + if yyhl541 { + yyb541 = yyj541 > l } else { - yyb529 = r.CheckBreak() + yyb541 = r.CheckBreak() } - if yyb529 { + if yyb541 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj529-1, "") + z.DecStructFieldNotFound(yyj541-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -8730,41 +8994,41 @@ func (x *PersistentVolumeClaimSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym536 := z.EncBinary() - _ = yym536 + yym548 := z.EncBinary() + _ = yym548 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep537 := !z.EncBinary() - yy2arr537 := z.EncBasicHandle().StructToArray - var yyq537 [4]bool - _, _, _ = yysep537, yyq537, yy2arr537 - const yyr537 bool = false - yyq537[0] = len(x.AccessModes) != 0 - yyq537[1] = x.Selector != nil - yyq537[2] = true - yyq537[3] = x.VolumeName != "" - var yynn537 int - if yyr537 || yy2arr537 { + yysep549 := !z.EncBinary() + yy2arr549 := z.EncBasicHandle().StructToArray + var yyq549 [4]bool + _, _, _ = yysep549, yyq549, yy2arr549 + const yyr549 bool = false + yyq549[0] = len(x.AccessModes) != 0 + yyq549[1] = x.Selector != nil + yyq549[2] = true + yyq549[3] = x.VolumeName != "" + var yynn549 int + if yyr549 || yy2arr549 { r.EncodeArrayStart(4) } else { - yynn537 = 0 - for _, b := range yyq537 { + yynn549 = 0 + for _, b := range yyq549 { if b { - yynn537++ + yynn549++ } } - r.EncodeMapStart(yynn537) - yynn537 = 0 + r.EncodeMapStart(yynn549) + yynn549 = 0 } - if yyr537 || yy2arr537 { + if yyr549 || yy2arr549 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq537[0] { + if yyq549[0] { if x.AccessModes == nil { r.EncodeNil() } else { - yym539 := z.EncBinary() - _ = yym539 + yym551 := z.EncBinary() + _ = yym551 if false { } else { h.encSlicePersistentVolumeAccessMode(([]PersistentVolumeAccessMode)(x.AccessModes), e) @@ -8774,15 +9038,15 @@ func (x *PersistentVolumeClaimSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq537[0] { + if yyq549[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("accessModes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.AccessModes == nil { r.EncodeNil() } else { - yym540 := z.EncBinary() - _ = yym540 + yym552 := z.EncBinary() + _ = yym552 if false { } else { h.encSlicePersistentVolumeAccessMode(([]PersistentVolumeAccessMode)(x.AccessModes), e) @@ -8790,14 +9054,14 @@ func (x *PersistentVolumeClaimSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr537 || yy2arr537 { + if yyr549 || yy2arr549 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq537[1] { + if yyq549[1] { if x.Selector == nil { r.EncodeNil() } else { - yym542 := z.EncBinary() - _ = yym542 + yym554 := z.EncBinary() + _ = yym554 if false { } else if z.HasExtensions() && z.EncExt(x.Selector) { } else { @@ -8808,15 +9072,15 @@ func (x *PersistentVolumeClaimSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq537[1] { + if yyq549[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Selector == nil { r.EncodeNil() } else { - yym543 := z.EncBinary() - _ = yym543 + yym555 := z.EncBinary() + _ = yym555 if false { } else if z.HasExtensions() && z.EncExt(x.Selector) { } else { @@ -8825,28 +9089,28 @@ func (x *PersistentVolumeClaimSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr537 || yy2arr537 { + if yyr549 || yy2arr549 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq537[2] { - yy545 := &x.Resources - yy545.CodecEncodeSelf(e) + if yyq549[2] { + yy557 := &x.Resources + yy557.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq537[2] { + if yyq549[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resources")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy546 := &x.Resources - yy546.CodecEncodeSelf(e) + yy558 := &x.Resources + yy558.CodecEncodeSelf(e) } } - if yyr537 || yy2arr537 { + if yyr549 || yy2arr549 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq537[3] { - yym548 := z.EncBinary() - _ = yym548 + if yyq549[3] { + yym560 := z.EncBinary() + _ = yym560 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumeName)) @@ -8855,19 +9119,19 @@ func (x *PersistentVolumeClaimSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq537[3] { + if yyq549[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym549 := z.EncBinary() - _ = yym549 + yym561 := z.EncBinary() + _ = yym561 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumeName)) } } } - if yyr537 || yy2arr537 { + if yyr549 || yy2arr549 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -8880,25 +9144,25 @@ func (x *PersistentVolumeClaimSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym550 := z.DecBinary() - _ = yym550 + yym562 := z.DecBinary() + _ = yym562 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct551 := r.ContainerType() - if yyct551 == codecSelferValueTypeMap1234 { - yyl551 := r.ReadMapStart() - if yyl551 == 0 { + yyct563 := r.ContainerType() + if yyct563 == codecSelferValueTypeMap1234 { + yyl563 := r.ReadMapStart() + if yyl563 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl551, d) + x.codecDecodeSelfFromMap(yyl563, d) } - } else if yyct551 == codecSelferValueTypeArray1234 { - yyl551 := r.ReadArrayStart() - if yyl551 == 0 { + } else if yyct563 == codecSelferValueTypeArray1234 { + yyl563 := r.ReadArrayStart() + if yyl563 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl551, d) + x.codecDecodeSelfFromArray(yyl563, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -8910,12 +9174,12 @@ func (x *PersistentVolumeClaimSpec) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys552Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys552Slc - var yyhl552 bool = l >= 0 - for yyj552 := 0; ; yyj552++ { - if yyhl552 { - if yyj552 >= l { + var yys564Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys564Slc + var yyhl564 bool = l >= 0 + for yyj564 := 0; ; yyj564++ { + if yyhl564 { + if yyj564 >= l { break } } else { @@ -8924,20 +9188,20 @@ func (x *PersistentVolumeClaimSpec) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys552Slc = r.DecodeBytes(yys552Slc, true, true) - yys552 := string(yys552Slc) + yys564Slc = r.DecodeBytes(yys564Slc, true, true) + yys564 := string(yys564Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys552 { + switch yys564 { case "accessModes": if r.TryDecodeAsNil() { x.AccessModes = nil } else { - yyv553 := &x.AccessModes - yym554 := z.DecBinary() - _ = yym554 + yyv565 := &x.AccessModes + yym566 := z.DecBinary() + _ = yym566 if false { } else { - h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv553), d) + h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv565), d) } } case "selector": @@ -8949,8 +9213,8 @@ func (x *PersistentVolumeClaimSpec) codecDecodeSelfFromMap(l int, d *codec1978.D if x.Selector == nil { x.Selector = new(pkg2_unversioned.LabelSelector) } - yym556 := z.DecBinary() - _ = yym556 + yym568 := z.DecBinary() + _ = yym568 if false { } else if z.HasExtensions() && z.DecExt(x.Selector) { } else { @@ -8961,8 +9225,8 @@ func (x *PersistentVolumeClaimSpec) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv557 := &x.Resources - yyv557.CodecDecodeSelf(d) + yyv569 := &x.Resources + yyv569.CodecDecodeSelf(d) } case "volumeName": if r.TryDecodeAsNil() { @@ -8971,9 +9235,9 @@ func (x *PersistentVolumeClaimSpec) codecDecodeSelfFromMap(l int, d *codec1978.D x.VolumeName = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys552) - } // end switch yys552 - } // end for yyj552 + z.DecStructFieldNotFound(-1, yys564) + } // end switch yys564 + } // end for yyj564 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -8981,16 +9245,16 @@ func (x *PersistentVolumeClaimSpec) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj559 int - var yyb559 bool - var yyhl559 bool = l >= 0 - yyj559++ - if yyhl559 { - yyb559 = yyj559 > l + var yyj571 int + var yyb571 bool + var yyhl571 bool = l >= 0 + yyj571++ + if yyhl571 { + yyb571 = yyj571 > l } else { - yyb559 = r.CheckBreak() + yyb571 = r.CheckBreak() } - if yyb559 { + if yyb571 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8998,21 +9262,21 @@ func (x *PersistentVolumeClaimSpec) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.AccessModes = nil } else { - yyv560 := &x.AccessModes - yym561 := z.DecBinary() - _ = yym561 + yyv572 := &x.AccessModes + yym573 := z.DecBinary() + _ = yym573 if false { } else { - h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv560), d) + h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv572), d) } } - yyj559++ - if yyhl559 { - yyb559 = yyj559 > l + yyj571++ + if yyhl571 { + yyb571 = yyj571 > l } else { - yyb559 = r.CheckBreak() + yyb571 = r.CheckBreak() } - if yyb559 { + if yyb571 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9025,21 +9289,21 @@ func (x *PersistentVolumeClaimSpec) codecDecodeSelfFromArray(l int, d *codec1978 if x.Selector == nil { x.Selector = new(pkg2_unversioned.LabelSelector) } - yym563 := z.DecBinary() - _ = yym563 + yym575 := z.DecBinary() + _ = yym575 if false { } else if z.HasExtensions() && z.DecExt(x.Selector) { } else { z.DecFallback(x.Selector, false) } } - yyj559++ - if yyhl559 { - yyb559 = yyj559 > l + yyj571++ + if yyhl571 { + yyb571 = yyj571 > l } else { - yyb559 = r.CheckBreak() + yyb571 = r.CheckBreak() } - if yyb559 { + if yyb571 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9047,16 +9311,16 @@ func (x *PersistentVolumeClaimSpec) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv564 := &x.Resources - yyv564.CodecDecodeSelf(d) + yyv576 := &x.Resources + yyv576.CodecDecodeSelf(d) } - yyj559++ - if yyhl559 { - yyb559 = yyj559 > l + yyj571++ + if yyhl571 { + yyb571 = yyj571 > l } else { - yyb559 = r.CheckBreak() + yyb571 = r.CheckBreak() } - if yyb559 { + if yyb571 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9067,17 +9331,17 @@ func (x *PersistentVolumeClaimSpec) codecDecodeSelfFromArray(l int, d *codec1978 x.VolumeName = string(r.DecodeString()) } for { - yyj559++ - if yyhl559 { - yyb559 = yyj559 > l + yyj571++ + if yyhl571 { + yyb571 = yyj571 > l } else { - yyb559 = r.CheckBreak() + yyb571 = r.CheckBreak() } - if yyb559 { + if yyb571 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj559-1, "") + z.DecStructFieldNotFound(yyj571-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -9089,55 +9353,55 @@ func (x *PersistentVolumeClaimStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym566 := z.EncBinary() - _ = yym566 + yym578 := z.EncBinary() + _ = yym578 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep567 := !z.EncBinary() - yy2arr567 := z.EncBasicHandle().StructToArray - var yyq567 [3]bool - _, _, _ = yysep567, yyq567, yy2arr567 - const yyr567 bool = false - yyq567[0] = x.Phase != "" - yyq567[1] = len(x.AccessModes) != 0 - yyq567[2] = len(x.Capacity) != 0 - var yynn567 int - if yyr567 || yy2arr567 { + yysep579 := !z.EncBinary() + yy2arr579 := z.EncBasicHandle().StructToArray + var yyq579 [3]bool + _, _, _ = yysep579, yyq579, yy2arr579 + const yyr579 bool = false + yyq579[0] = x.Phase != "" + yyq579[1] = len(x.AccessModes) != 0 + yyq579[2] = len(x.Capacity) != 0 + var yynn579 int + if yyr579 || yy2arr579 { r.EncodeArrayStart(3) } else { - yynn567 = 0 - for _, b := range yyq567 { + yynn579 = 0 + for _, b := range yyq579 { if b { - yynn567++ + yynn579++ } } - r.EncodeMapStart(yynn567) - yynn567 = 0 + r.EncodeMapStart(yynn579) + yynn579 = 0 } - if yyr567 || yy2arr567 { + if yyr579 || yy2arr579 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq567[0] { + if yyq579[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq567[0] { + if yyq579[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr567 || yy2arr567 { + if yyr579 || yy2arr579 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq567[1] { + if yyq579[1] { if x.AccessModes == nil { r.EncodeNil() } else { - yym570 := z.EncBinary() - _ = yym570 + yym582 := z.EncBinary() + _ = yym582 if false { } else { h.encSlicePersistentVolumeAccessMode(([]PersistentVolumeAccessMode)(x.AccessModes), e) @@ -9147,15 +9411,15 @@ func (x *PersistentVolumeClaimStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq567[1] { + if yyq579[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("accessModes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.AccessModes == nil { r.EncodeNil() } else { - yym571 := z.EncBinary() - _ = yym571 + yym583 := z.EncBinary() + _ = yym583 if false { } else { h.encSlicePersistentVolumeAccessMode(([]PersistentVolumeAccessMode)(x.AccessModes), e) @@ -9163,9 +9427,9 @@ func (x *PersistentVolumeClaimStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr567 || yy2arr567 { + if yyr579 || yy2arr579 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq567[2] { + if yyq579[2] { if x.Capacity == nil { r.EncodeNil() } else { @@ -9175,7 +9439,7 @@ func (x *PersistentVolumeClaimStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq567[2] { + if yyq579[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -9186,7 +9450,7 @@ func (x *PersistentVolumeClaimStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr567 || yy2arr567 { + if yyr579 || yy2arr579 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -9199,25 +9463,25 @@ func (x *PersistentVolumeClaimStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym573 := z.DecBinary() - _ = yym573 + yym585 := z.DecBinary() + _ = yym585 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct574 := r.ContainerType() - if yyct574 == codecSelferValueTypeMap1234 { - yyl574 := r.ReadMapStart() - if yyl574 == 0 { + yyct586 := r.ContainerType() + if yyct586 == codecSelferValueTypeMap1234 { + yyl586 := r.ReadMapStart() + if yyl586 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl574, d) + x.codecDecodeSelfFromMap(yyl586, d) } - } else if yyct574 == codecSelferValueTypeArray1234 { - yyl574 := r.ReadArrayStart() - if yyl574 == 0 { + } else if yyct586 == codecSelferValueTypeArray1234 { + yyl586 := r.ReadArrayStart() + if yyl586 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl574, d) + x.codecDecodeSelfFromArray(yyl586, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -9229,12 +9493,12 @@ func (x *PersistentVolumeClaimStatus) codecDecodeSelfFromMap(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys575Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys575Slc - var yyhl575 bool = l >= 0 - for yyj575 := 0; ; yyj575++ { - if yyhl575 { - if yyj575 >= l { + var yys587Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys587Slc + var yyhl587 bool = l >= 0 + for yyj587 := 0; ; yyj587++ { + if yyhl587 { + if yyj587 >= l { break } } else { @@ -9243,10 +9507,10 @@ func (x *PersistentVolumeClaimStatus) codecDecodeSelfFromMap(l int, d *codec1978 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys575Slc = r.DecodeBytes(yys575Slc, true, true) - yys575 := string(yys575Slc) + yys587Slc = r.DecodeBytes(yys587Slc, true, true) + yys587 := string(yys587Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys575 { + switch yys587 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -9257,25 +9521,25 @@ func (x *PersistentVolumeClaimStatus) codecDecodeSelfFromMap(l int, d *codec1978 if r.TryDecodeAsNil() { x.AccessModes = nil } else { - yyv577 := &x.AccessModes - yym578 := z.DecBinary() - _ = yym578 + yyv589 := &x.AccessModes + yym590 := z.DecBinary() + _ = yym590 if false { } else { - h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv577), d) + h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv589), d) } } case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv579 := &x.Capacity - yyv579.CodecDecodeSelf(d) + yyv591 := &x.Capacity + yyv591.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys575) - } // end switch yys575 - } // end for yyj575 + z.DecStructFieldNotFound(-1, yys587) + } // end switch yys587 + } // end for yyj587 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -9283,16 +9547,16 @@ func (x *PersistentVolumeClaimStatus) codecDecodeSelfFromArray(l int, d *codec19 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj580 int - var yyb580 bool - var yyhl580 bool = l >= 0 - yyj580++ - if yyhl580 { - yyb580 = yyj580 > l + var yyj592 int + var yyb592 bool + var yyhl592 bool = l >= 0 + yyj592++ + if yyhl592 { + yyb592 = yyj592 > l } else { - yyb580 = r.CheckBreak() + yyb592 = r.CheckBreak() } - if yyb580 { + if yyb592 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9302,13 +9566,13 @@ func (x *PersistentVolumeClaimStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.Phase = PersistentVolumeClaimPhase(r.DecodeString()) } - yyj580++ - if yyhl580 { - yyb580 = yyj580 > l + yyj592++ + if yyhl592 { + yyb592 = yyj592 > l } else { - yyb580 = r.CheckBreak() + yyb592 = r.CheckBreak() } - if yyb580 { + if yyb592 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9316,21 +9580,21 @@ func (x *PersistentVolumeClaimStatus) codecDecodeSelfFromArray(l int, d *codec19 if r.TryDecodeAsNil() { x.AccessModes = nil } else { - yyv582 := &x.AccessModes - yym583 := z.DecBinary() - _ = yym583 + yyv594 := &x.AccessModes + yym595 := z.DecBinary() + _ = yym595 if false { } else { - h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv582), d) + h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv594), d) } } - yyj580++ - if yyhl580 { - yyb580 = yyj580 > l + yyj592++ + if yyhl592 { + yyb592 = yyj592 > l } else { - yyb580 = r.CheckBreak() + yyb592 = r.CheckBreak() } - if yyb580 { + if yyb592 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9338,21 +9602,21 @@ func (x *PersistentVolumeClaimStatus) codecDecodeSelfFromArray(l int, d *codec19 if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv584 := &x.Capacity - yyv584.CodecDecodeSelf(d) + yyv596 := &x.Capacity + yyv596.CodecDecodeSelf(d) } for { - yyj580++ - if yyhl580 { - yyb580 = yyj580 > l + yyj592++ + if yyhl592 { + yyb592 = yyj592 > l } else { - yyb580 = r.CheckBreak() + yyb592 = r.CheckBreak() } - if yyb580 { + if yyb592 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj580-1, "") + z.DecStructFieldNotFound(yyj592-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -9361,8 +9625,8 @@ func (x PersistentVolumeAccessMode) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym585 := z.EncBinary() - _ = yym585 + yym597 := z.EncBinary() + _ = yym597 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -9374,8 +9638,8 @@ func (x *PersistentVolumeAccessMode) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym586 := z.DecBinary() - _ = yym586 + yym598 := z.DecBinary() + _ = yym598 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -9387,8 +9651,8 @@ func (x PersistentVolumePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym587 := z.EncBinary() - _ = yym587 + yym599 := z.EncBinary() + _ = yym599 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -9400,8 +9664,8 @@ func (x *PersistentVolumePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym588 := z.DecBinary() - _ = yym588 + yym600 := z.DecBinary() + _ = yym600 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -9413,8 +9677,8 @@ func (x PersistentVolumeClaimPhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym589 := z.EncBinary() - _ = yym589 + yym601 := z.EncBinary() + _ = yym601 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -9426,8 +9690,8 @@ func (x *PersistentVolumeClaimPhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym590 := z.DecBinary() - _ = yym590 + yym602 := z.DecBinary() + _ = yym602 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -9442,33 +9706,33 @@ func (x *HostPathVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym591 := z.EncBinary() - _ = yym591 + yym603 := z.EncBinary() + _ = yym603 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep592 := !z.EncBinary() - yy2arr592 := z.EncBasicHandle().StructToArray - var yyq592 [1]bool - _, _, _ = yysep592, yyq592, yy2arr592 - const yyr592 bool = false - var yynn592 int - if yyr592 || yy2arr592 { + yysep604 := !z.EncBinary() + yy2arr604 := z.EncBasicHandle().StructToArray + var yyq604 [1]bool + _, _, _ = yysep604, yyq604, yy2arr604 + const yyr604 bool = false + var yynn604 int + if yyr604 || yy2arr604 { r.EncodeArrayStart(1) } else { - yynn592 = 1 - for _, b := range yyq592 { + yynn604 = 1 + for _, b := range yyq604 { if b { - yynn592++ + yynn604++ } } - r.EncodeMapStart(yynn592) - yynn592 = 0 + r.EncodeMapStart(yynn604) + yynn604 = 0 } - if yyr592 || yy2arr592 { + if yyr604 || yy2arr604 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym594 := z.EncBinary() - _ = yym594 + yym606 := z.EncBinary() + _ = yym606 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -9477,14 +9741,14 @@ func (x *HostPathVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym595 := z.EncBinary() - _ = yym595 + yym607 := z.EncBinary() + _ = yym607 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr592 || yy2arr592 { + if yyr604 || yy2arr604 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -9497,25 +9761,25 @@ func (x *HostPathVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym596 := z.DecBinary() - _ = yym596 + yym608 := z.DecBinary() + _ = yym608 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct597 := r.ContainerType() - if yyct597 == codecSelferValueTypeMap1234 { - yyl597 := r.ReadMapStart() - if yyl597 == 0 { + yyct609 := r.ContainerType() + if yyct609 == codecSelferValueTypeMap1234 { + yyl609 := r.ReadMapStart() + if yyl609 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl597, d) + x.codecDecodeSelfFromMap(yyl609, d) } - } else if yyct597 == codecSelferValueTypeArray1234 { - yyl597 := r.ReadArrayStart() - if yyl597 == 0 { + } else if yyct609 == codecSelferValueTypeArray1234 { + yyl609 := r.ReadArrayStart() + if yyl609 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl597, d) + x.codecDecodeSelfFromArray(yyl609, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -9527,12 +9791,12 @@ func (x *HostPathVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys598Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys598Slc - var yyhl598 bool = l >= 0 - for yyj598 := 0; ; yyj598++ { - if yyhl598 { - if yyj598 >= l { + var yys610Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys610Slc + var yyhl610 bool = l >= 0 + for yyj610 := 0; ; yyj610++ { + if yyhl610 { + if yyj610 >= l { break } } else { @@ -9541,10 +9805,10 @@ func (x *HostPathVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys598Slc = r.DecodeBytes(yys598Slc, true, true) - yys598 := string(yys598Slc) + yys610Slc = r.DecodeBytes(yys610Slc, true, true) + yys610 := string(yys610Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys598 { + switch yys610 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -9552,9 +9816,9 @@ func (x *HostPathVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys598) - } // end switch yys598 - } // end for yyj598 + z.DecStructFieldNotFound(-1, yys610) + } // end switch yys610 + } // end for yyj610 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -9562,16 +9826,16 @@ func (x *HostPathVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj600 int - var yyb600 bool - var yyhl600 bool = l >= 0 - yyj600++ - if yyhl600 { - yyb600 = yyj600 > l + var yyj612 int + var yyb612 bool + var yyhl612 bool = l >= 0 + yyj612++ + if yyhl612 { + yyb612 = yyj612 > l } else { - yyb600 = r.CheckBreak() + yyb612 = r.CheckBreak() } - if yyb600 { + if yyb612 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9582,17 +9846,17 @@ func (x *HostPathVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Path = string(r.DecodeString()) } for { - yyj600++ - if yyhl600 { - yyb600 = yyj600 > l + yyj612++ + if yyhl612 { + yyb612 = yyj612 > l } else { - yyb600 = r.CheckBreak() + yyb612 = r.CheckBreak() } - if yyb600 { + if yyb612 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj600-1, "") + z.DecStructFieldNotFound(yyj612-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -9604,46 +9868,46 @@ func (x *EmptyDirVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym602 := z.EncBinary() - _ = yym602 + yym614 := z.EncBinary() + _ = yym614 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep603 := !z.EncBinary() - yy2arr603 := z.EncBasicHandle().StructToArray - var yyq603 [1]bool - _, _, _ = yysep603, yyq603, yy2arr603 - const yyr603 bool = false - yyq603[0] = x.Medium != "" - var yynn603 int - if yyr603 || yy2arr603 { + yysep615 := !z.EncBinary() + yy2arr615 := z.EncBasicHandle().StructToArray + var yyq615 [1]bool + _, _, _ = yysep615, yyq615, yy2arr615 + const yyr615 bool = false + yyq615[0] = x.Medium != "" + var yynn615 int + if yyr615 || yy2arr615 { r.EncodeArrayStart(1) } else { - yynn603 = 0 - for _, b := range yyq603 { + yynn615 = 0 + for _, b := range yyq615 { if b { - yynn603++ + yynn615++ } } - r.EncodeMapStart(yynn603) - yynn603 = 0 + r.EncodeMapStart(yynn615) + yynn615 = 0 } - if yyr603 || yy2arr603 { + if yyr615 || yy2arr615 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq603[0] { + if yyq615[0] { x.Medium.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq603[0] { + if yyq615[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("medium")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Medium.CodecEncodeSelf(e) } } - if yyr603 || yy2arr603 { + if yyr615 || yy2arr615 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -9656,25 +9920,25 @@ func (x *EmptyDirVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym605 := z.DecBinary() - _ = yym605 + yym617 := z.DecBinary() + _ = yym617 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct606 := r.ContainerType() - if yyct606 == codecSelferValueTypeMap1234 { - yyl606 := r.ReadMapStart() - if yyl606 == 0 { + yyct618 := r.ContainerType() + if yyct618 == codecSelferValueTypeMap1234 { + yyl618 := r.ReadMapStart() + if yyl618 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl606, d) + x.codecDecodeSelfFromMap(yyl618, d) } - } else if yyct606 == codecSelferValueTypeArray1234 { - yyl606 := r.ReadArrayStart() - if yyl606 == 0 { + } else if yyct618 == codecSelferValueTypeArray1234 { + yyl618 := r.ReadArrayStart() + if yyl618 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl606, d) + x.codecDecodeSelfFromArray(yyl618, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -9686,12 +9950,12 @@ func (x *EmptyDirVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys607Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys607Slc - var yyhl607 bool = l >= 0 - for yyj607 := 0; ; yyj607++ { - if yyhl607 { - if yyj607 >= l { + var yys619Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys619Slc + var yyhl619 bool = l >= 0 + for yyj619 := 0; ; yyj619++ { + if yyhl619 { + if yyj619 >= l { break } } else { @@ -9700,10 +9964,10 @@ func (x *EmptyDirVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys607Slc = r.DecodeBytes(yys607Slc, true, true) - yys607 := string(yys607Slc) + yys619Slc = r.DecodeBytes(yys619Slc, true, true) + yys619 := string(yys619Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys607 { + switch yys619 { case "medium": if r.TryDecodeAsNil() { x.Medium = "" @@ -9711,9 +9975,9 @@ func (x *EmptyDirVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Medium = StorageMedium(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys607) - } // end switch yys607 - } // end for yyj607 + z.DecStructFieldNotFound(-1, yys619) + } // end switch yys619 + } // end for yyj619 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -9721,16 +9985,16 @@ func (x *EmptyDirVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj609 int - var yyb609 bool - var yyhl609 bool = l >= 0 - yyj609++ - if yyhl609 { - yyb609 = yyj609 > l + var yyj621 int + var yyb621 bool + var yyhl621 bool = l >= 0 + yyj621++ + if yyhl621 { + yyb621 = yyj621 > l } else { - yyb609 = r.CheckBreak() + yyb621 = r.CheckBreak() } - if yyb609 { + if yyb621 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9741,17 +10005,17 @@ func (x *EmptyDirVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Medium = StorageMedium(r.DecodeString()) } for { - yyj609++ - if yyhl609 { - yyb609 = yyj609 > l + yyj621++ + if yyhl621 { + yyb621 = yyj621 > l } else { - yyb609 = r.CheckBreak() + yyb621 = r.CheckBreak() } - if yyb609 { + if yyb621 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj609-1, "") + z.DecStructFieldNotFound(yyj621-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -9760,8 +10024,8 @@ func (x StorageMedium) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym611 := z.EncBinary() - _ = yym611 + yym623 := z.EncBinary() + _ = yym623 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -9773,8 +10037,8 @@ func (x *StorageMedium) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym612 := z.DecBinary() - _ = yym612 + yym624 := z.DecBinary() + _ = yym624 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -9786,8 +10050,8 @@ func (x Protocol) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym613 := z.EncBinary() - _ = yym613 + yym625 := z.EncBinary() + _ = yym625 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -9799,8 +10063,8 @@ func (x *Protocol) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym614 := z.DecBinary() - _ = yym614 + yym626 := z.DecBinary() + _ = yym626 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -9815,36 +10079,36 @@ func (x *GCEPersistentDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym615 := z.EncBinary() - _ = yym615 + yym627 := z.EncBinary() + _ = yym627 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep616 := !z.EncBinary() - yy2arr616 := z.EncBasicHandle().StructToArray - var yyq616 [4]bool - _, _, _ = yysep616, yyq616, yy2arr616 - const yyr616 bool = false - yyq616[1] = x.FSType != "" - yyq616[2] = x.Partition != 0 - yyq616[3] = x.ReadOnly != false - var yynn616 int - if yyr616 || yy2arr616 { + yysep628 := !z.EncBinary() + yy2arr628 := z.EncBasicHandle().StructToArray + var yyq628 [4]bool + _, _, _ = yysep628, yyq628, yy2arr628 + const yyr628 bool = false + yyq628[1] = x.FSType != "" + yyq628[2] = x.Partition != 0 + yyq628[3] = x.ReadOnly != false + var yynn628 int + if yyr628 || yy2arr628 { r.EncodeArrayStart(4) } else { - yynn616 = 1 - for _, b := range yyq616 { + yynn628 = 1 + for _, b := range yyq628 { if b { - yynn616++ + yynn628++ } } - r.EncodeMapStart(yynn616) - yynn616 = 0 + r.EncodeMapStart(yynn628) + yynn628 = 0 } - if yyr616 || yy2arr616 { + if yyr628 || yy2arr628 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym618 := z.EncBinary() - _ = yym618 + yym630 := z.EncBinary() + _ = yym630 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PDName)) @@ -9853,18 +10117,18 @@ func (x *GCEPersistentDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("pdName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym619 := z.EncBinary() - _ = yym619 + yym631 := z.EncBinary() + _ = yym631 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PDName)) } } - if yyr616 || yy2arr616 { + if yyr628 || yy2arr628 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq616[1] { - yym621 := z.EncBinary() - _ = yym621 + if yyq628[1] { + yym633 := z.EncBinary() + _ = yym633 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -9873,23 +10137,23 @@ func (x *GCEPersistentDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq616[1] { + if yyq628[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym622 := z.EncBinary() - _ = yym622 + yym634 := z.EncBinary() + _ = yym634 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr616 || yy2arr616 { + if yyr628 || yy2arr628 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq616[2] { - yym624 := z.EncBinary() - _ = yym624 + if yyq628[2] { + yym636 := z.EncBinary() + _ = yym636 if false { } else { r.EncodeInt(int64(x.Partition)) @@ -9898,23 +10162,23 @@ func (x *GCEPersistentDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq616[2] { + if yyq628[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("partition")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym625 := z.EncBinary() - _ = yym625 + yym637 := z.EncBinary() + _ = yym637 if false { } else { r.EncodeInt(int64(x.Partition)) } } } - if yyr616 || yy2arr616 { + if yyr628 || yy2arr628 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq616[3] { - yym627 := z.EncBinary() - _ = yym627 + if yyq628[3] { + yym639 := z.EncBinary() + _ = yym639 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -9923,19 +10187,19 @@ func (x *GCEPersistentDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq616[3] { + if yyq628[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym628 := z.EncBinary() - _ = yym628 + yym640 := z.EncBinary() + _ = yym640 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr616 || yy2arr616 { + if yyr628 || yy2arr628 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -9948,25 +10212,25 @@ func (x *GCEPersistentDiskVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym629 := z.DecBinary() - _ = yym629 + yym641 := z.DecBinary() + _ = yym641 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct630 := r.ContainerType() - if yyct630 == codecSelferValueTypeMap1234 { - yyl630 := r.ReadMapStart() - if yyl630 == 0 { + yyct642 := r.ContainerType() + if yyct642 == codecSelferValueTypeMap1234 { + yyl642 := r.ReadMapStart() + if yyl642 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl630, d) + x.codecDecodeSelfFromMap(yyl642, d) } - } else if yyct630 == codecSelferValueTypeArray1234 { - yyl630 := r.ReadArrayStart() - if yyl630 == 0 { + } else if yyct642 == codecSelferValueTypeArray1234 { + yyl642 := r.ReadArrayStart() + if yyl642 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl630, d) + x.codecDecodeSelfFromArray(yyl642, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -9978,12 +10242,12 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec19 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys631Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys631Slc - var yyhl631 bool = l >= 0 - for yyj631 := 0; ; yyj631++ { - if yyhl631 { - if yyj631 >= l { + var yys643Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys643Slc + var yyhl643 bool = l >= 0 + for yyj643 := 0; ; yyj643++ { + if yyhl643 { + if yyj643 >= l { break } } else { @@ -9992,10 +10256,10 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec19 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys631Slc = r.DecodeBytes(yys631Slc, true, true) - yys631 := string(yys631Slc) + yys643Slc = r.DecodeBytes(yys643Slc, true, true) + yys643 := string(yys643Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys631 { + switch yys643 { case "pdName": if r.TryDecodeAsNil() { x.PDName = "" @@ -10021,9 +10285,9 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec19 x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys631) - } // end switch yys631 - } // end for yyj631 + z.DecStructFieldNotFound(-1, yys643) + } // end switch yys643 + } // end for yyj643 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -10031,16 +10295,16 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj636 int - var yyb636 bool - var yyhl636 bool = l >= 0 - yyj636++ - if yyhl636 { - yyb636 = yyj636 > l + var yyj648 int + var yyb648 bool + var yyhl648 bool = l >= 0 + yyj648++ + if yyhl648 { + yyb648 = yyj648 > l } else { - yyb636 = r.CheckBreak() + yyb648 = r.CheckBreak() } - if yyb636 { + if yyb648 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10050,13 +10314,13 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec } else { x.PDName = string(r.DecodeString()) } - yyj636++ - if yyhl636 { - yyb636 = yyj636 > l + yyj648++ + if yyhl648 { + yyb648 = yyj648 > l } else { - yyb636 = r.CheckBreak() + yyb648 = r.CheckBreak() } - if yyb636 { + if yyb648 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10066,13 +10330,13 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec } else { x.FSType = string(r.DecodeString()) } - yyj636++ - if yyhl636 { - yyb636 = yyj636 > l + yyj648++ + if yyhl648 { + yyb648 = yyj648 > l } else { - yyb636 = r.CheckBreak() + yyb648 = r.CheckBreak() } - if yyb636 { + if yyb648 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10082,13 +10346,13 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec } else { x.Partition = int32(r.DecodeInt(32)) } - yyj636++ - if yyhl636 { - yyb636 = yyj636 > l + yyj648++ + if yyhl648 { + yyb648 = yyj648 > l } else { - yyb636 = r.CheckBreak() + yyb648 = r.CheckBreak() } - if yyb636 { + if yyb648 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10099,17 +10363,17 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec x.ReadOnly = bool(r.DecodeBool()) } for { - yyj636++ - if yyhl636 { - yyb636 = yyj636 > l + yyj648++ + if yyhl648 { + yyb648 = yyj648 > l } else { - yyb636 = r.CheckBreak() + yyb648 = r.CheckBreak() } - if yyb636 { + if yyb648 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj636-1, "") + z.DecStructFieldNotFound(yyj648-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10121,40 +10385,40 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym641 := z.EncBinary() - _ = yym641 + yym653 := z.EncBinary() + _ = yym653 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep642 := !z.EncBinary() - yy2arr642 := z.EncBasicHandle().StructToArray - var yyq642 [6]bool - _, _, _ = yysep642, yyq642, yy2arr642 - const yyr642 bool = false - yyq642[0] = x.TargetPortal != "" - yyq642[1] = x.IQN != "" - yyq642[2] = x.Lun != 0 - yyq642[3] = x.ISCSIInterface != "" - yyq642[4] = x.FSType != "" - yyq642[5] = x.ReadOnly != false - var yynn642 int - if yyr642 || yy2arr642 { + yysep654 := !z.EncBinary() + yy2arr654 := z.EncBasicHandle().StructToArray + var yyq654 [6]bool + _, _, _ = yysep654, yyq654, yy2arr654 + const yyr654 bool = false + yyq654[0] = x.TargetPortal != "" + yyq654[1] = x.IQN != "" + yyq654[2] = x.Lun != 0 + yyq654[3] = x.ISCSIInterface != "" + yyq654[4] = x.FSType != "" + yyq654[5] = x.ReadOnly != false + var yynn654 int + if yyr654 || yy2arr654 { r.EncodeArrayStart(6) } else { - yynn642 = 0 - for _, b := range yyq642 { + yynn654 = 0 + for _, b := range yyq654 { if b { - yynn642++ + yynn654++ } } - r.EncodeMapStart(yynn642) - yynn642 = 0 + r.EncodeMapStart(yynn654) + yynn654 = 0 } - if yyr642 || yy2arr642 { + if yyr654 || yy2arr654 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq642[0] { - yym644 := z.EncBinary() - _ = yym644 + if yyq654[0] { + yym656 := z.EncBinary() + _ = yym656 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TargetPortal)) @@ -10163,23 +10427,23 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq642[0] { + if yyq654[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetPortal")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym645 := z.EncBinary() - _ = yym645 + yym657 := z.EncBinary() + _ = yym657 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TargetPortal)) } } } - if yyr642 || yy2arr642 { + if yyr654 || yy2arr654 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq642[1] { - yym647 := z.EncBinary() - _ = yym647 + if yyq654[1] { + yym659 := z.EncBinary() + _ = yym659 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IQN)) @@ -10188,23 +10452,23 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq642[1] { + if yyq654[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("iqn")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym648 := z.EncBinary() - _ = yym648 + yym660 := z.EncBinary() + _ = yym660 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IQN)) } } } - if yyr642 || yy2arr642 { + if yyr654 || yy2arr654 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq642[2] { - yym650 := z.EncBinary() - _ = yym650 + if yyq654[2] { + yym662 := z.EncBinary() + _ = yym662 if false { } else { r.EncodeInt(int64(x.Lun)) @@ -10213,23 +10477,23 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq642[2] { + if yyq654[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lun")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym651 := z.EncBinary() - _ = yym651 + yym663 := z.EncBinary() + _ = yym663 if false { } else { r.EncodeInt(int64(x.Lun)) } } } - if yyr642 || yy2arr642 { + if yyr654 || yy2arr654 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq642[3] { - yym653 := z.EncBinary() - _ = yym653 + if yyq654[3] { + yym665 := z.EncBinary() + _ = yym665 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ISCSIInterface)) @@ -10238,23 +10502,23 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq642[3] { + if yyq654[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("iscsiInterface")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym654 := z.EncBinary() - _ = yym654 + yym666 := z.EncBinary() + _ = yym666 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ISCSIInterface)) } } } - if yyr642 || yy2arr642 { + if yyr654 || yy2arr654 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq642[4] { - yym656 := z.EncBinary() - _ = yym656 + if yyq654[4] { + yym668 := z.EncBinary() + _ = yym668 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -10263,23 +10527,23 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq642[4] { + if yyq654[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym657 := z.EncBinary() - _ = yym657 + yym669 := z.EncBinary() + _ = yym669 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr642 || yy2arr642 { + if yyr654 || yy2arr654 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq642[5] { - yym659 := z.EncBinary() - _ = yym659 + if yyq654[5] { + yym671 := z.EncBinary() + _ = yym671 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -10288,19 +10552,19 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq642[5] { + if yyq654[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym660 := z.EncBinary() - _ = yym660 + yym672 := z.EncBinary() + _ = yym672 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr642 || yy2arr642 { + if yyr654 || yy2arr654 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -10313,25 +10577,25 @@ func (x *ISCSIVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym661 := z.DecBinary() - _ = yym661 + yym673 := z.DecBinary() + _ = yym673 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct662 := r.ContainerType() - if yyct662 == codecSelferValueTypeMap1234 { - yyl662 := r.ReadMapStart() - if yyl662 == 0 { + yyct674 := r.ContainerType() + if yyct674 == codecSelferValueTypeMap1234 { + yyl674 := r.ReadMapStart() + if yyl674 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl662, d) + x.codecDecodeSelfFromMap(yyl674, d) } - } else if yyct662 == codecSelferValueTypeArray1234 { - yyl662 := r.ReadArrayStart() - if yyl662 == 0 { + } else if yyct674 == codecSelferValueTypeArray1234 { + yyl674 := r.ReadArrayStart() + if yyl674 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl662, d) + x.codecDecodeSelfFromArray(yyl674, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -10343,12 +10607,12 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys663Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys663Slc - var yyhl663 bool = l >= 0 - for yyj663 := 0; ; yyj663++ { - if yyhl663 { - if yyj663 >= l { + var yys675Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys675Slc + var yyhl675 bool = l >= 0 + for yyj675 := 0; ; yyj675++ { + if yyhl675 { + if yyj675 >= l { break } } else { @@ -10357,10 +10621,10 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys663Slc = r.DecodeBytes(yys663Slc, true, true) - yys663 := string(yys663Slc) + yys675Slc = r.DecodeBytes(yys675Slc, true, true) + yys675 := string(yys675Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys663 { + switch yys675 { case "targetPortal": if r.TryDecodeAsNil() { x.TargetPortal = "" @@ -10398,9 +10662,9 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys663) - } // end switch yys663 - } // end for yyj663 + z.DecStructFieldNotFound(-1, yys675) + } // end switch yys675 + } // end for yyj675 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -10408,16 +10672,16 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj670 int - var yyb670 bool - var yyhl670 bool = l >= 0 - yyj670++ - if yyhl670 { - yyb670 = yyj670 > l + var yyj682 int + var yyb682 bool + var yyhl682 bool = l >= 0 + yyj682++ + if yyhl682 { + yyb682 = yyj682 > l } else { - yyb670 = r.CheckBreak() + yyb682 = r.CheckBreak() } - if yyb670 { + if yyb682 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10427,13 +10691,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.TargetPortal = string(r.DecodeString()) } - yyj670++ - if yyhl670 { - yyb670 = yyj670 > l + yyj682++ + if yyhl682 { + yyb682 = yyj682 > l } else { - yyb670 = r.CheckBreak() + yyb682 = r.CheckBreak() } - if yyb670 { + if yyb682 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10443,13 +10707,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.IQN = string(r.DecodeString()) } - yyj670++ - if yyhl670 { - yyb670 = yyj670 > l + yyj682++ + if yyhl682 { + yyb682 = yyj682 > l } else { - yyb670 = r.CheckBreak() + yyb682 = r.CheckBreak() } - if yyb670 { + if yyb682 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10459,13 +10723,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Lun = int32(r.DecodeInt(32)) } - yyj670++ - if yyhl670 { - yyb670 = yyj670 > l + yyj682++ + if yyhl682 { + yyb682 = yyj682 > l } else { - yyb670 = r.CheckBreak() + yyb682 = r.CheckBreak() } - if yyb670 { + if yyb682 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10475,13 +10739,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.ISCSIInterface = string(r.DecodeString()) } - yyj670++ - if yyhl670 { - yyb670 = yyj670 > l + yyj682++ + if yyhl682 { + yyb682 = yyj682 > l } else { - yyb670 = r.CheckBreak() + yyb682 = r.CheckBreak() } - if yyb670 { + if yyb682 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10491,13 +10755,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.FSType = string(r.DecodeString()) } - yyj670++ - if yyhl670 { - yyb670 = yyj670 > l + yyj682++ + if yyhl682 { + yyb682 = yyj682 > l } else { - yyb670 = r.CheckBreak() + yyb682 = r.CheckBreak() } - if yyb670 { + if yyb682 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10508,17 +10772,17 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder x.ReadOnly = bool(r.DecodeBool()) } for { - yyj670++ - if yyhl670 { - yyb670 = yyj670 > l + yyj682++ + if yyhl682 { + yyb682 = yyj682 > l } else { - yyb670 = r.CheckBreak() + yyb682 = r.CheckBreak() } - if yyb670 { + if yyb682 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj670-1, "") + z.DecStructFieldNotFound(yyj682-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10530,38 +10794,38 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym677 := z.EncBinary() - _ = yym677 + yym689 := z.EncBinary() + _ = yym689 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep678 := !z.EncBinary() - yy2arr678 := z.EncBasicHandle().StructToArray - var yyq678 [4]bool - _, _, _ = yysep678, yyq678, yy2arr678 - const yyr678 bool = false - yyq678[2] = x.FSType != "" - yyq678[3] = x.ReadOnly != false - var yynn678 int - if yyr678 || yy2arr678 { + yysep690 := !z.EncBinary() + yy2arr690 := z.EncBasicHandle().StructToArray + var yyq690 [4]bool + _, _, _ = yysep690, yyq690, yy2arr690 + const yyr690 bool = false + yyq690[2] = x.FSType != "" + yyq690[3] = x.ReadOnly != false + var yynn690 int + if yyr690 || yy2arr690 { r.EncodeArrayStart(4) } else { - yynn678 = 2 - for _, b := range yyq678 { + yynn690 = 2 + for _, b := range yyq690 { if b { - yynn678++ + yynn690++ } } - r.EncodeMapStart(yynn678) - yynn678 = 0 + r.EncodeMapStart(yynn690) + yynn690 = 0 } - if yyr678 || yy2arr678 { + if yyr690 || yy2arr690 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TargetWWNs == nil { r.EncodeNil() } else { - yym680 := z.EncBinary() - _ = yym680 + yym692 := z.EncBinary() + _ = yym692 if false { } else { z.F.EncSliceStringV(x.TargetWWNs, false, e) @@ -10574,25 +10838,25 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x.TargetWWNs == nil { r.EncodeNil() } else { - yym681 := z.EncBinary() - _ = yym681 + yym693 := z.EncBinary() + _ = yym693 if false { } else { z.F.EncSliceStringV(x.TargetWWNs, false, e) } } } - if yyr678 || yy2arr678 { + if yyr690 || yy2arr690 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Lun == nil { r.EncodeNil() } else { - yy683 := *x.Lun - yym684 := z.EncBinary() - _ = yym684 + yy695 := *x.Lun + yym696 := z.EncBinary() + _ = yym696 if false { } else { - r.EncodeInt(int64(yy683)) + r.EncodeInt(int64(yy695)) } } } else { @@ -10602,20 +10866,20 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x.Lun == nil { r.EncodeNil() } else { - yy685 := *x.Lun - yym686 := z.EncBinary() - _ = yym686 + yy697 := *x.Lun + yym698 := z.EncBinary() + _ = yym698 if false { } else { - r.EncodeInt(int64(yy685)) + r.EncodeInt(int64(yy697)) } } } - if yyr678 || yy2arr678 { + if yyr690 || yy2arr690 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq678[2] { - yym688 := z.EncBinary() - _ = yym688 + if yyq690[2] { + yym700 := z.EncBinary() + _ = yym700 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -10624,23 +10888,23 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq678[2] { + if yyq690[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym689 := z.EncBinary() - _ = yym689 + yym701 := z.EncBinary() + _ = yym701 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr678 || yy2arr678 { + if yyr690 || yy2arr690 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq678[3] { - yym691 := z.EncBinary() - _ = yym691 + if yyq690[3] { + yym703 := z.EncBinary() + _ = yym703 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -10649,19 +10913,19 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq678[3] { + if yyq690[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym692 := z.EncBinary() - _ = yym692 + yym704 := z.EncBinary() + _ = yym704 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr678 || yy2arr678 { + if yyr690 || yy2arr690 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -10674,25 +10938,25 @@ func (x *FCVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym693 := z.DecBinary() - _ = yym693 + yym705 := z.DecBinary() + _ = yym705 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct694 := r.ContainerType() - if yyct694 == codecSelferValueTypeMap1234 { - yyl694 := r.ReadMapStart() - if yyl694 == 0 { + yyct706 := r.ContainerType() + if yyct706 == codecSelferValueTypeMap1234 { + yyl706 := r.ReadMapStart() + if yyl706 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl694, d) + x.codecDecodeSelfFromMap(yyl706, d) } - } else if yyct694 == codecSelferValueTypeArray1234 { - yyl694 := r.ReadArrayStart() - if yyl694 == 0 { + } else if yyct706 == codecSelferValueTypeArray1234 { + yyl706 := r.ReadArrayStart() + if yyl706 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl694, d) + x.codecDecodeSelfFromArray(yyl706, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -10704,12 +10968,12 @@ func (x *FCVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys695Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys695Slc - var yyhl695 bool = l >= 0 - for yyj695 := 0; ; yyj695++ { - if yyhl695 { - if yyj695 >= l { + var yys707Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys707Slc + var yyhl707 bool = l >= 0 + for yyj707 := 0; ; yyj707++ { + if yyhl707 { + if yyj707 >= l { break } } else { @@ -10718,20 +10982,20 @@ func (x *FCVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys695Slc = r.DecodeBytes(yys695Slc, true, true) - yys695 := string(yys695Slc) + yys707Slc = r.DecodeBytes(yys707Slc, true, true) + yys707 := string(yys707Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys695 { + switch yys707 { case "targetWWNs": if r.TryDecodeAsNil() { x.TargetWWNs = nil } else { - yyv696 := &x.TargetWWNs - yym697 := z.DecBinary() - _ = yym697 + yyv708 := &x.TargetWWNs + yym709 := z.DecBinary() + _ = yym709 if false { } else { - z.F.DecSliceStringX(yyv696, false, d) + z.F.DecSliceStringX(yyv708, false, d) } } case "lun": @@ -10743,8 +11007,8 @@ func (x *FCVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Lun == nil { x.Lun = new(int32) } - yym699 := z.DecBinary() - _ = yym699 + yym711 := z.DecBinary() + _ = yym711 if false { } else { *((*int32)(x.Lun)) = int32(r.DecodeInt(32)) @@ -10763,9 +11027,9 @@ func (x *FCVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys695) - } // end switch yys695 - } // end for yyj695 + z.DecStructFieldNotFound(-1, yys707) + } // end switch yys707 + } // end for yyj707 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -10773,16 +11037,16 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj702 int - var yyb702 bool - var yyhl702 bool = l >= 0 - yyj702++ - if yyhl702 { - yyb702 = yyj702 > l + var yyj714 int + var yyb714 bool + var yyhl714 bool = l >= 0 + yyj714++ + if yyhl714 { + yyb714 = yyj714 > l } else { - yyb702 = r.CheckBreak() + yyb714 = r.CheckBreak() } - if yyb702 { + if yyb714 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10790,21 +11054,21 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetWWNs = nil } else { - yyv703 := &x.TargetWWNs - yym704 := z.DecBinary() - _ = yym704 + yyv715 := &x.TargetWWNs + yym716 := z.DecBinary() + _ = yym716 if false { } else { - z.F.DecSliceStringX(yyv703, false, d) + z.F.DecSliceStringX(yyv715, false, d) } } - yyj702++ - if yyhl702 { - yyb702 = yyj702 > l + yyj714++ + if yyhl714 { + yyb714 = yyj714 > l } else { - yyb702 = r.CheckBreak() + yyb714 = r.CheckBreak() } - if yyb702 { + if yyb714 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10817,20 +11081,20 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Lun == nil { x.Lun = new(int32) } - yym706 := z.DecBinary() - _ = yym706 + yym718 := z.DecBinary() + _ = yym718 if false { } else { *((*int32)(x.Lun)) = int32(r.DecodeInt(32)) } } - yyj702++ - if yyhl702 { - yyb702 = yyj702 > l + yyj714++ + if yyhl714 { + yyb714 = yyj714 > l } else { - yyb702 = r.CheckBreak() + yyb714 = r.CheckBreak() } - if yyb702 { + if yyb714 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10840,13 +11104,13 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.FSType = string(r.DecodeString()) } - yyj702++ - if yyhl702 { - yyb702 = yyj702 > l + yyj714++ + if yyhl714 { + yyb714 = yyj714 > l } else { - yyb702 = r.CheckBreak() + yyb714 = r.CheckBreak() } - if yyb702 { + if yyb714 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10857,17 +11121,17 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } for { - yyj702++ - if yyhl702 { - yyb702 = yyj702 > l + yyj714++ + if yyhl714 { + yyb714 = yyj714 > l } else { - yyb702 = r.CheckBreak() + yyb714 = r.CheckBreak() } - if yyb702 { + if yyb714 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj702-1, "") + z.DecStructFieldNotFound(yyj714-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10879,37 +11143,37 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym709 := z.EncBinary() - _ = yym709 + yym721 := z.EncBinary() + _ = yym721 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep710 := !z.EncBinary() - yy2arr710 := z.EncBasicHandle().StructToArray - var yyq710 [5]bool - _, _, _ = yysep710, yyq710, yy2arr710 - const yyr710 bool = false - yyq710[1] = x.FSType != "" - yyq710[2] = x.SecretRef != nil - yyq710[3] = x.ReadOnly != false - yyq710[4] = len(x.Options) != 0 - var yynn710 int - if yyr710 || yy2arr710 { + yysep722 := !z.EncBinary() + yy2arr722 := z.EncBasicHandle().StructToArray + var yyq722 [5]bool + _, _, _ = yysep722, yyq722, yy2arr722 + const yyr722 bool = false + yyq722[1] = x.FSType != "" + yyq722[2] = x.SecretRef != nil + yyq722[3] = x.ReadOnly != false + yyq722[4] = len(x.Options) != 0 + var yynn722 int + if yyr722 || yy2arr722 { r.EncodeArrayStart(5) } else { - yynn710 = 1 - for _, b := range yyq710 { + yynn722 = 1 + for _, b := range yyq722 { if b { - yynn710++ + yynn722++ } } - r.EncodeMapStart(yynn710) - yynn710 = 0 + r.EncodeMapStart(yynn722) + yynn722 = 0 } - if yyr710 || yy2arr710 { + if yyr722 || yy2arr722 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym712 := z.EncBinary() - _ = yym712 + yym724 := z.EncBinary() + _ = yym724 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Driver)) @@ -10918,18 +11182,18 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("driver")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym713 := z.EncBinary() - _ = yym713 + yym725 := z.EncBinary() + _ = yym725 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Driver)) } } - if yyr710 || yy2arr710 { + if yyr722 || yy2arr722 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq710[1] { - yym715 := z.EncBinary() - _ = yym715 + if yyq722[1] { + yym727 := z.EncBinary() + _ = yym727 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -10938,21 +11202,21 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq710[1] { + if yyq722[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym716 := z.EncBinary() - _ = yym716 + yym728 := z.EncBinary() + _ = yym728 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr710 || yy2arr710 { + if yyr722 || yy2arr722 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq710[2] { + if yyq722[2] { if x.SecretRef == nil { r.EncodeNil() } else { @@ -10962,7 +11226,7 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq710[2] { + if yyq722[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -10973,11 +11237,11 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr710 || yy2arr710 { + if yyr722 || yy2arr722 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq710[3] { - yym719 := z.EncBinary() - _ = yym719 + if yyq722[3] { + yym731 := z.EncBinary() + _ = yym731 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -10986,26 +11250,26 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq710[3] { + if yyq722[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym720 := z.EncBinary() - _ = yym720 + yym732 := z.EncBinary() + _ = yym732 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr710 || yy2arr710 { + if yyr722 || yy2arr722 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq710[4] { + if yyq722[4] { if x.Options == nil { r.EncodeNil() } else { - yym722 := z.EncBinary() - _ = yym722 + yym734 := z.EncBinary() + _ = yym734 if false { } else { z.F.EncMapStringStringV(x.Options, false, e) @@ -11015,15 +11279,15 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq710[4] { + if yyq722[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("options")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Options == nil { r.EncodeNil() } else { - yym723 := z.EncBinary() - _ = yym723 + yym735 := z.EncBinary() + _ = yym735 if false { } else { z.F.EncMapStringStringV(x.Options, false, e) @@ -11031,7 +11295,7 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr710 || yy2arr710 { + if yyr722 || yy2arr722 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11044,25 +11308,25 @@ func (x *FlexVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym724 := z.DecBinary() - _ = yym724 + yym736 := z.DecBinary() + _ = yym736 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct725 := r.ContainerType() - if yyct725 == codecSelferValueTypeMap1234 { - yyl725 := r.ReadMapStart() - if yyl725 == 0 { + yyct737 := r.ContainerType() + if yyct737 == codecSelferValueTypeMap1234 { + yyl737 := r.ReadMapStart() + if yyl737 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl725, d) + x.codecDecodeSelfFromMap(yyl737, d) } - } else if yyct725 == codecSelferValueTypeArray1234 { - yyl725 := r.ReadArrayStart() - if yyl725 == 0 { + } else if yyct737 == codecSelferValueTypeArray1234 { + yyl737 := r.ReadArrayStart() + if yyl737 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl725, d) + x.codecDecodeSelfFromArray(yyl737, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11074,12 +11338,12 @@ func (x *FlexVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys726Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys726Slc - var yyhl726 bool = l >= 0 - for yyj726 := 0; ; yyj726++ { - if yyhl726 { - if yyj726 >= l { + var yys738Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys738Slc + var yyhl738 bool = l >= 0 + for yyj738 := 0; ; yyj738++ { + if yyhl738 { + if yyj738 >= l { break } } else { @@ -11088,10 +11352,10 @@ func (x *FlexVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys726Slc = r.DecodeBytes(yys726Slc, true, true) - yys726 := string(yys726Slc) + yys738Slc = r.DecodeBytes(yys738Slc, true, true) + yys738 := string(yys738Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys726 { + switch yys738 { case "driver": if r.TryDecodeAsNil() { x.Driver = "" @@ -11125,18 +11389,18 @@ func (x *FlexVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Options = nil } else { - yyv731 := &x.Options - yym732 := z.DecBinary() - _ = yym732 + yyv743 := &x.Options + yym744 := z.DecBinary() + _ = yym744 if false { } else { - z.F.DecMapStringStringX(yyv731, false, d) + z.F.DecMapStringStringX(yyv743, false, d) } } default: - z.DecStructFieldNotFound(-1, yys726) - } // end switch yys726 - } // end for yyj726 + z.DecStructFieldNotFound(-1, yys738) + } // end switch yys738 + } // end for yyj738 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11144,16 +11408,16 @@ func (x *FlexVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj733 int - var yyb733 bool - var yyhl733 bool = l >= 0 - yyj733++ - if yyhl733 { - yyb733 = yyj733 > l + var yyj745 int + var yyb745 bool + var yyhl745 bool = l >= 0 + yyj745++ + if yyhl745 { + yyb745 = yyj745 > l } else { - yyb733 = r.CheckBreak() + yyb745 = r.CheckBreak() } - if yyb733 { + if yyb745 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11163,13 +11427,13 @@ func (x *FlexVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Driver = string(r.DecodeString()) } - yyj733++ - if yyhl733 { - yyb733 = yyj733 > l + yyj745++ + if yyhl745 { + yyb745 = yyj745 > l } else { - yyb733 = r.CheckBreak() + yyb745 = r.CheckBreak() } - if yyb733 { + if yyb745 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11179,13 +11443,13 @@ func (x *FlexVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.FSType = string(r.DecodeString()) } - yyj733++ - if yyhl733 { - yyb733 = yyj733 > l + yyj745++ + if yyhl745 { + yyb745 = yyj745 > l } else { - yyb733 = r.CheckBreak() + yyb745 = r.CheckBreak() } - if yyb733 { + if yyb745 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11200,13 +11464,13 @@ func (x *FlexVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SecretRef.CodecDecodeSelf(d) } - yyj733++ - if yyhl733 { - yyb733 = yyj733 > l + yyj745++ + if yyhl745 { + yyb745 = yyj745 > l } else { - yyb733 = r.CheckBreak() + yyb745 = r.CheckBreak() } - if yyb733 { + if yyb745 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11216,13 +11480,13 @@ func (x *FlexVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ReadOnly = bool(r.DecodeBool()) } - yyj733++ - if yyhl733 { - yyb733 = yyj733 > l + yyj745++ + if yyhl745 { + yyb745 = yyj745 > l } else { - yyb733 = r.CheckBreak() + yyb745 = r.CheckBreak() } - if yyb733 { + if yyb745 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11230,26 +11494,26 @@ func (x *FlexVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Options = nil } else { - yyv738 := &x.Options - yym739 := z.DecBinary() - _ = yym739 + yyv750 := &x.Options + yym751 := z.DecBinary() + _ = yym751 if false { } else { - z.F.DecMapStringStringX(yyv738, false, d) + z.F.DecMapStringStringX(yyv750, false, d) } } for { - yyj733++ - if yyhl733 { - yyb733 = yyj733 > l + yyj745++ + if yyhl745 { + yyb745 = yyj745 > l } else { - yyb733 = r.CheckBreak() + yyb745 = r.CheckBreak() } - if yyb733 { + if yyb745 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj733-1, "") + z.DecStructFieldNotFound(yyj745-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11261,36 +11525,36 @@ func (x *AWSElasticBlockStoreVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) if x == nil { r.EncodeNil() } else { - yym740 := z.EncBinary() - _ = yym740 + yym752 := z.EncBinary() + _ = yym752 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep741 := !z.EncBinary() - yy2arr741 := z.EncBasicHandle().StructToArray - var yyq741 [4]bool - _, _, _ = yysep741, yyq741, yy2arr741 - const yyr741 bool = false - yyq741[1] = x.FSType != "" - yyq741[2] = x.Partition != 0 - yyq741[3] = x.ReadOnly != false - var yynn741 int - if yyr741 || yy2arr741 { + yysep753 := !z.EncBinary() + yy2arr753 := z.EncBasicHandle().StructToArray + var yyq753 [4]bool + _, _, _ = yysep753, yyq753, yy2arr753 + const yyr753 bool = false + yyq753[1] = x.FSType != "" + yyq753[2] = x.Partition != 0 + yyq753[3] = x.ReadOnly != false + var yynn753 int + if yyr753 || yy2arr753 { r.EncodeArrayStart(4) } else { - yynn741 = 1 - for _, b := range yyq741 { + yynn753 = 1 + for _, b := range yyq753 { if b { - yynn741++ + yynn753++ } } - r.EncodeMapStart(yynn741) - yynn741 = 0 + r.EncodeMapStart(yynn753) + yynn753 = 0 } - if yyr741 || yy2arr741 { + if yyr753 || yy2arr753 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym743 := z.EncBinary() - _ = yym743 + yym755 := z.EncBinary() + _ = yym755 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumeID)) @@ -11299,18 +11563,18 @@ func (x *AWSElasticBlockStoreVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumeID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym744 := z.EncBinary() - _ = yym744 + yym756 := z.EncBinary() + _ = yym756 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumeID)) } } - if yyr741 || yy2arr741 { + if yyr753 || yy2arr753 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq741[1] { - yym746 := z.EncBinary() - _ = yym746 + if yyq753[1] { + yym758 := z.EncBinary() + _ = yym758 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -11319,23 +11583,23 @@ func (x *AWSElasticBlockStoreVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq741[1] { + if yyq753[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym747 := z.EncBinary() - _ = yym747 + yym759 := z.EncBinary() + _ = yym759 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr741 || yy2arr741 { + if yyr753 || yy2arr753 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq741[2] { - yym749 := z.EncBinary() - _ = yym749 + if yyq753[2] { + yym761 := z.EncBinary() + _ = yym761 if false { } else { r.EncodeInt(int64(x.Partition)) @@ -11344,23 +11608,23 @@ func (x *AWSElasticBlockStoreVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) r.EncodeInt(0) } } else { - if yyq741[2] { + if yyq753[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("partition")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym750 := z.EncBinary() - _ = yym750 + yym762 := z.EncBinary() + _ = yym762 if false { } else { r.EncodeInt(int64(x.Partition)) } } } - if yyr741 || yy2arr741 { + if yyr753 || yy2arr753 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq741[3] { - yym752 := z.EncBinary() - _ = yym752 + if yyq753[3] { + yym764 := z.EncBinary() + _ = yym764 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -11369,19 +11633,19 @@ func (x *AWSElasticBlockStoreVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) r.EncodeBool(false) } } else { - if yyq741[3] { + if yyq753[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym753 := z.EncBinary() - _ = yym753 + yym765 := z.EncBinary() + _ = yym765 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr741 || yy2arr741 { + if yyr753 || yy2arr753 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11394,25 +11658,25 @@ func (x *AWSElasticBlockStoreVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym754 := z.DecBinary() - _ = yym754 + yym766 := z.DecBinary() + _ = yym766 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct755 := r.ContainerType() - if yyct755 == codecSelferValueTypeMap1234 { - yyl755 := r.ReadMapStart() - if yyl755 == 0 { + yyct767 := r.ContainerType() + if yyct767 == codecSelferValueTypeMap1234 { + yyl767 := r.ReadMapStart() + if yyl767 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl755, d) + x.codecDecodeSelfFromMap(yyl767, d) } - } else if yyct755 == codecSelferValueTypeArray1234 { - yyl755 := r.ReadArrayStart() - if yyl755 == 0 { + } else if yyct767 == codecSelferValueTypeArray1234 { + yyl767 := r.ReadArrayStart() + if yyl767 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl755, d) + x.codecDecodeSelfFromArray(yyl767, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11424,12 +11688,12 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromMap(l int, d *code var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys756Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys756Slc - var yyhl756 bool = l >= 0 - for yyj756 := 0; ; yyj756++ { - if yyhl756 { - if yyj756 >= l { + var yys768Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys768Slc + var yyhl768 bool = l >= 0 + for yyj768 := 0; ; yyj768++ { + if yyhl768 { + if yyj768 >= l { break } } else { @@ -11438,10 +11702,10 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromMap(l int, d *code } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys756Slc = r.DecodeBytes(yys756Slc, true, true) - yys756 := string(yys756Slc) + yys768Slc = r.DecodeBytes(yys768Slc, true, true) + yys768 := string(yys768Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys756 { + switch yys768 { case "volumeID": if r.TryDecodeAsNil() { x.VolumeID = "" @@ -11467,9 +11731,9 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromMap(l int, d *code x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys756) - } // end switch yys756 - } // end for yyj756 + z.DecStructFieldNotFound(-1, yys768) + } // end switch yys768 + } // end for yyj768 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11477,16 +11741,16 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromArray(l int, d *co var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj761 int - var yyb761 bool - var yyhl761 bool = l >= 0 - yyj761++ - if yyhl761 { - yyb761 = yyj761 > l + var yyj773 int + var yyb773 bool + var yyhl773 bool = l >= 0 + yyj773++ + if yyhl773 { + yyb773 = yyj773 > l } else { - yyb761 = r.CheckBreak() + yyb773 = r.CheckBreak() } - if yyb761 { + if yyb773 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11496,13 +11760,13 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromArray(l int, d *co } else { x.VolumeID = string(r.DecodeString()) } - yyj761++ - if yyhl761 { - yyb761 = yyj761 > l + yyj773++ + if yyhl773 { + yyb773 = yyj773 > l } else { - yyb761 = r.CheckBreak() + yyb773 = r.CheckBreak() } - if yyb761 { + if yyb773 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11512,13 +11776,13 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromArray(l int, d *co } else { x.FSType = string(r.DecodeString()) } - yyj761++ - if yyhl761 { - yyb761 = yyj761 > l + yyj773++ + if yyhl773 { + yyb773 = yyj773 > l } else { - yyb761 = r.CheckBreak() + yyb773 = r.CheckBreak() } - if yyb761 { + if yyb773 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11528,13 +11792,13 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromArray(l int, d *co } else { x.Partition = int32(r.DecodeInt(32)) } - yyj761++ - if yyhl761 { - yyb761 = yyj761 > l + yyj773++ + if yyhl773 { + yyb773 = yyj773 > l } else { - yyb761 = r.CheckBreak() + yyb773 = r.CheckBreak() } - if yyb761 { + if yyb773 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11545,17 +11809,17 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromArray(l int, d *co x.ReadOnly = bool(r.DecodeBool()) } for { - yyj761++ - if yyhl761 { - yyb761 = yyj761 > l + yyj773++ + if yyhl773 { + yyb773 = yyj773 > l } else { - yyb761 = r.CheckBreak() + yyb773 = r.CheckBreak() } - if yyb761 { + if yyb773 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj761-1, "") + z.DecStructFieldNotFound(yyj773-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11567,35 +11831,35 @@ func (x *GitRepoVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym766 := z.EncBinary() - _ = yym766 + yym778 := z.EncBinary() + _ = yym778 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep767 := !z.EncBinary() - yy2arr767 := z.EncBasicHandle().StructToArray - var yyq767 [3]bool - _, _, _ = yysep767, yyq767, yy2arr767 - const yyr767 bool = false - yyq767[1] = x.Revision != "" - yyq767[2] = x.Directory != "" - var yynn767 int - if yyr767 || yy2arr767 { + yysep779 := !z.EncBinary() + yy2arr779 := z.EncBasicHandle().StructToArray + var yyq779 [3]bool + _, _, _ = yysep779, yyq779, yy2arr779 + const yyr779 bool = false + yyq779[1] = x.Revision != "" + yyq779[2] = x.Directory != "" + var yynn779 int + if yyr779 || yy2arr779 { r.EncodeArrayStart(3) } else { - yynn767 = 1 - for _, b := range yyq767 { + yynn779 = 1 + for _, b := range yyq779 { if b { - yynn767++ + yynn779++ } } - r.EncodeMapStart(yynn767) - yynn767 = 0 + r.EncodeMapStart(yynn779) + yynn779 = 0 } - if yyr767 || yy2arr767 { + if yyr779 || yy2arr779 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym769 := z.EncBinary() - _ = yym769 + yym781 := z.EncBinary() + _ = yym781 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Repository)) @@ -11604,18 +11868,18 @@ func (x *GitRepoVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("repository")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym770 := z.EncBinary() - _ = yym770 + yym782 := z.EncBinary() + _ = yym782 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Repository)) } } - if yyr767 || yy2arr767 { + if yyr779 || yy2arr779 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq767[1] { - yym772 := z.EncBinary() - _ = yym772 + if yyq779[1] { + yym784 := z.EncBinary() + _ = yym784 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Revision)) @@ -11624,23 +11888,23 @@ func (x *GitRepoVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq767[1] { + if yyq779[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("revision")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym773 := z.EncBinary() - _ = yym773 + yym785 := z.EncBinary() + _ = yym785 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Revision)) } } } - if yyr767 || yy2arr767 { + if yyr779 || yy2arr779 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq767[2] { - yym775 := z.EncBinary() - _ = yym775 + if yyq779[2] { + yym787 := z.EncBinary() + _ = yym787 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Directory)) @@ -11649,19 +11913,19 @@ func (x *GitRepoVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq767[2] { + if yyq779[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("directory")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym776 := z.EncBinary() - _ = yym776 + yym788 := z.EncBinary() + _ = yym788 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Directory)) } } } - if yyr767 || yy2arr767 { + if yyr779 || yy2arr779 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11674,25 +11938,25 @@ func (x *GitRepoVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym777 := z.DecBinary() - _ = yym777 + yym789 := z.DecBinary() + _ = yym789 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct778 := r.ContainerType() - if yyct778 == codecSelferValueTypeMap1234 { - yyl778 := r.ReadMapStart() - if yyl778 == 0 { + yyct790 := r.ContainerType() + if yyct790 == codecSelferValueTypeMap1234 { + yyl790 := r.ReadMapStart() + if yyl790 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl778, d) + x.codecDecodeSelfFromMap(yyl790, d) } - } else if yyct778 == codecSelferValueTypeArray1234 { - yyl778 := r.ReadArrayStart() - if yyl778 == 0 { + } else if yyct790 == codecSelferValueTypeArray1234 { + yyl790 := r.ReadArrayStart() + if yyl790 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl778, d) + x.codecDecodeSelfFromArray(yyl790, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11704,12 +11968,12 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys779Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys779Slc - var yyhl779 bool = l >= 0 - for yyj779 := 0; ; yyj779++ { - if yyhl779 { - if yyj779 >= l { + var yys791Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys791Slc + var yyhl791 bool = l >= 0 + for yyj791 := 0; ; yyj791++ { + if yyhl791 { + if yyj791 >= l { break } } else { @@ -11718,10 +11982,10 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys779Slc = r.DecodeBytes(yys779Slc, true, true) - yys779 := string(yys779Slc) + yys791Slc = r.DecodeBytes(yys791Slc, true, true) + yys791 := string(yys791Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys779 { + switch yys791 { case "repository": if r.TryDecodeAsNil() { x.Repository = "" @@ -11741,9 +12005,9 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Directory = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys779) - } // end switch yys779 - } // end for yyj779 + z.DecStructFieldNotFound(-1, yys791) + } // end switch yys791 + } // end for yyj791 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11751,16 +12015,16 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj783 int - var yyb783 bool - var yyhl783 bool = l >= 0 - yyj783++ - if yyhl783 { - yyb783 = yyj783 > l + var yyj795 int + var yyb795 bool + var yyhl795 bool = l >= 0 + yyj795++ + if yyhl795 { + yyb795 = yyj795 > l } else { - yyb783 = r.CheckBreak() + yyb795 = r.CheckBreak() } - if yyb783 { + if yyb795 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11770,13 +12034,13 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Repository = string(r.DecodeString()) } - yyj783++ - if yyhl783 { - yyb783 = yyj783 > l + yyj795++ + if yyhl795 { + yyb795 = yyj795 > l } else { - yyb783 = r.CheckBreak() + yyb795 = r.CheckBreak() } - if yyb783 { + if yyb795 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11786,13 +12050,13 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Revision = string(r.DecodeString()) } - yyj783++ - if yyhl783 { - yyb783 = yyj783 > l + yyj795++ + if yyhl795 { + yyb795 = yyj795 > l } else { - yyb783 = r.CheckBreak() + yyb795 = r.CheckBreak() } - if yyb783 { + if yyb795 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11803,17 +12067,17 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Directory = string(r.DecodeString()) } for { - yyj783++ - if yyhl783 { - yyb783 = yyj783 > l + yyj795++ + if yyhl795 { + yyb795 = yyj795 > l } else { - yyb783 = r.CheckBreak() + yyb795 = r.CheckBreak() } - if yyb783 { + if yyb795 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj783-1, "") + z.DecStructFieldNotFound(yyj795-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11825,37 +12089,37 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym787 := z.EncBinary() - _ = yym787 + yym799 := z.EncBinary() + _ = yym799 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep788 := !z.EncBinary() - yy2arr788 := z.EncBasicHandle().StructToArray - var yyq788 [3]bool - _, _, _ = yysep788, yyq788, yy2arr788 - const yyr788 bool = false - yyq788[0] = x.SecretName != "" - yyq788[1] = len(x.Items) != 0 - yyq788[2] = x.DefaultMode != nil - var yynn788 int - if yyr788 || yy2arr788 { + yysep800 := !z.EncBinary() + yy2arr800 := z.EncBasicHandle().StructToArray + var yyq800 [3]bool + _, _, _ = yysep800, yyq800, yy2arr800 + const yyr800 bool = false + yyq800[0] = x.SecretName != "" + yyq800[1] = len(x.Items) != 0 + yyq800[2] = x.DefaultMode != nil + var yynn800 int + if yyr800 || yy2arr800 { r.EncodeArrayStart(3) } else { - yynn788 = 0 - for _, b := range yyq788 { + yynn800 = 0 + for _, b := range yyq800 { if b { - yynn788++ + yynn800++ } } - r.EncodeMapStart(yynn788) - yynn788 = 0 + r.EncodeMapStart(yynn800) + yynn800 = 0 } - if yyr788 || yy2arr788 { + if yyr800 || yy2arr800 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq788[0] { - yym790 := z.EncBinary() - _ = yym790 + if yyq800[0] { + yym802 := z.EncBinary() + _ = yym802 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) @@ -11864,26 +12128,26 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq788[0] { + if yyq800[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym791 := z.EncBinary() - _ = yym791 + yym803 := z.EncBinary() + _ = yym803 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) } } } - if yyr788 || yy2arr788 { + if yyr800 || yy2arr800 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq788[1] { + if yyq800[1] { if x.Items == nil { r.EncodeNil() } else { - yym793 := z.EncBinary() - _ = yym793 + yym805 := z.EncBinary() + _ = yym805 if false { } else { h.encSliceKeyToPath(([]KeyToPath)(x.Items), e) @@ -11893,15 +12157,15 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq788[1] { + if yyq800[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym794 := z.EncBinary() - _ = yym794 + yym806 := z.EncBinary() + _ = yym806 if false { } else { h.encSliceKeyToPath(([]KeyToPath)(x.Items), e) @@ -11909,42 +12173,42 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr788 || yy2arr788 { + if yyr800 || yy2arr800 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq788[2] { + if yyq800[2] { if x.DefaultMode == nil { r.EncodeNil() } else { - yy796 := *x.DefaultMode - yym797 := z.EncBinary() - _ = yym797 + yy808 := *x.DefaultMode + yym809 := z.EncBinary() + _ = yym809 if false { } else { - r.EncodeInt(int64(yy796)) + r.EncodeInt(int64(yy808)) } } } else { r.EncodeNil() } } else { - if yyq788[2] { + if yyq800[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultMode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DefaultMode == nil { r.EncodeNil() } else { - yy798 := *x.DefaultMode - yym799 := z.EncBinary() - _ = yym799 + yy810 := *x.DefaultMode + yym811 := z.EncBinary() + _ = yym811 if false { } else { - r.EncodeInt(int64(yy798)) + r.EncodeInt(int64(yy810)) } } } } - if yyr788 || yy2arr788 { + if yyr800 || yy2arr800 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11957,25 +12221,25 @@ func (x *SecretVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym800 := z.DecBinary() - _ = yym800 + yym812 := z.DecBinary() + _ = yym812 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct801 := r.ContainerType() - if yyct801 == codecSelferValueTypeMap1234 { - yyl801 := r.ReadMapStart() - if yyl801 == 0 { + yyct813 := r.ContainerType() + if yyct813 == codecSelferValueTypeMap1234 { + yyl813 := r.ReadMapStart() + if yyl813 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl801, d) + x.codecDecodeSelfFromMap(yyl813, d) } - } else if yyct801 == codecSelferValueTypeArray1234 { - yyl801 := r.ReadArrayStart() - if yyl801 == 0 { + } else if yyct813 == codecSelferValueTypeArray1234 { + yyl813 := r.ReadArrayStart() + if yyl813 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl801, d) + x.codecDecodeSelfFromArray(yyl813, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11987,12 +12251,12 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys802Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys802Slc - var yyhl802 bool = l >= 0 - for yyj802 := 0; ; yyj802++ { - if yyhl802 { - if yyj802 >= l { + var yys814Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys814Slc + var yyhl814 bool = l >= 0 + for yyj814 := 0; ; yyj814++ { + if yyhl814 { + if yyj814 >= l { break } } else { @@ -12001,10 +12265,10 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys802Slc = r.DecodeBytes(yys802Slc, true, true) - yys802 := string(yys802Slc) + yys814Slc = r.DecodeBytes(yys814Slc, true, true) + yys814 := string(yys814Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys802 { + switch yys814 { case "secretName": if r.TryDecodeAsNil() { x.SecretName = "" @@ -12015,12 +12279,12 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Items = nil } else { - yyv804 := &x.Items - yym805 := z.DecBinary() - _ = yym805 + yyv816 := &x.Items + yym817 := z.DecBinary() + _ = yym817 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv804), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv816), d) } } case "defaultMode": @@ -12032,17 +12296,17 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym807 := z.DecBinary() - _ = yym807 + yym819 := z.DecBinary() + _ = yym819 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys802) - } // end switch yys802 - } // end for yyj802 + z.DecStructFieldNotFound(-1, yys814) + } // end switch yys814 + } // end for yyj814 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12050,16 +12314,16 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj808 int - var yyb808 bool - var yyhl808 bool = l >= 0 - yyj808++ - if yyhl808 { - yyb808 = yyj808 > l + var yyj820 int + var yyb820 bool + var yyhl820 bool = l >= 0 + yyj820++ + if yyhl820 { + yyb820 = yyj820 > l } else { - yyb808 = r.CheckBreak() + yyb820 = r.CheckBreak() } - if yyb808 { + if yyb820 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12069,13 +12333,13 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.SecretName = string(r.DecodeString()) } - yyj808++ - if yyhl808 { - yyb808 = yyj808 > l + yyj820++ + if yyhl820 { + yyb820 = yyj820 > l } else { - yyb808 = r.CheckBreak() + yyb820 = r.CheckBreak() } - if yyb808 { + if yyb820 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12083,21 +12347,21 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Items = nil } else { - yyv810 := &x.Items - yym811 := z.DecBinary() - _ = yym811 + yyv822 := &x.Items + yym823 := z.DecBinary() + _ = yym823 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv810), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv822), d) } } - yyj808++ - if yyhl808 { - yyb808 = yyj808 > l + yyj820++ + if yyhl820 { + yyb820 = yyj820 > l } else { - yyb808 = r.CheckBreak() + yyb820 = r.CheckBreak() } - if yyb808 { + if yyb820 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12110,25 +12374,25 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym813 := z.DecBinary() - _ = yym813 + yym825 := z.DecBinary() + _ = yym825 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } for { - yyj808++ - if yyhl808 { - yyb808 = yyj808 > l + yyj820++ + if yyhl820 { + yyb820 = yyj820 > l } else { - yyb808 = r.CheckBreak() + yyb820 = r.CheckBreak() } - if yyb808 { + if yyb820 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj808-1, "") + z.DecStructFieldNotFound(yyj820-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12140,34 +12404,34 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym814 := z.EncBinary() - _ = yym814 + yym826 := z.EncBinary() + _ = yym826 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep815 := !z.EncBinary() - yy2arr815 := z.EncBasicHandle().StructToArray - var yyq815 [3]bool - _, _, _ = yysep815, yyq815, yy2arr815 - const yyr815 bool = false - yyq815[2] = x.ReadOnly != false - var yynn815 int - if yyr815 || yy2arr815 { + yysep827 := !z.EncBinary() + yy2arr827 := z.EncBasicHandle().StructToArray + var yyq827 [3]bool + _, _, _ = yysep827, yyq827, yy2arr827 + const yyr827 bool = false + yyq827[2] = x.ReadOnly != false + var yynn827 int + if yyr827 || yy2arr827 { r.EncodeArrayStart(3) } else { - yynn815 = 2 - for _, b := range yyq815 { + yynn827 = 2 + for _, b := range yyq827 { if b { - yynn815++ + yynn827++ } } - r.EncodeMapStart(yynn815) - yynn815 = 0 + r.EncodeMapStart(yynn827) + yynn827 = 0 } - if yyr815 || yy2arr815 { + if yyr827 || yy2arr827 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym817 := z.EncBinary() - _ = yym817 + yym829 := z.EncBinary() + _ = yym829 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Server)) @@ -12176,17 +12440,17 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("server")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym818 := z.EncBinary() - _ = yym818 + yym830 := z.EncBinary() + _ = yym830 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Server)) } } - if yyr815 || yy2arr815 { + if yyr827 || yy2arr827 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym820 := z.EncBinary() - _ = yym820 + yym832 := z.EncBinary() + _ = yym832 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -12195,18 +12459,18 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym821 := z.EncBinary() - _ = yym821 + yym833 := z.EncBinary() + _ = yym833 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr815 || yy2arr815 { + if yyr827 || yy2arr827 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq815[2] { - yym823 := z.EncBinary() - _ = yym823 + if yyq827[2] { + yym835 := z.EncBinary() + _ = yym835 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -12215,19 +12479,19 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq815[2] { + if yyq827[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym824 := z.EncBinary() - _ = yym824 + yym836 := z.EncBinary() + _ = yym836 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr815 || yy2arr815 { + if yyr827 || yy2arr827 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12240,25 +12504,25 @@ func (x *NFSVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym825 := z.DecBinary() - _ = yym825 + yym837 := z.DecBinary() + _ = yym837 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct826 := r.ContainerType() - if yyct826 == codecSelferValueTypeMap1234 { - yyl826 := r.ReadMapStart() - if yyl826 == 0 { + yyct838 := r.ContainerType() + if yyct838 == codecSelferValueTypeMap1234 { + yyl838 := r.ReadMapStart() + if yyl838 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl826, d) + x.codecDecodeSelfFromMap(yyl838, d) } - } else if yyct826 == codecSelferValueTypeArray1234 { - yyl826 := r.ReadArrayStart() - if yyl826 == 0 { + } else if yyct838 == codecSelferValueTypeArray1234 { + yyl838 := r.ReadArrayStart() + if yyl838 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl826, d) + x.codecDecodeSelfFromArray(yyl838, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12270,12 +12534,12 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys827Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys827Slc - var yyhl827 bool = l >= 0 - for yyj827 := 0; ; yyj827++ { - if yyhl827 { - if yyj827 >= l { + var yys839Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys839Slc + var yyhl839 bool = l >= 0 + for yyj839 := 0; ; yyj839++ { + if yyhl839 { + if yyj839 >= l { break } } else { @@ -12284,10 +12548,10 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys827Slc = r.DecodeBytes(yys827Slc, true, true) - yys827 := string(yys827Slc) + yys839Slc = r.DecodeBytes(yys839Slc, true, true) + yys839 := string(yys839Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys827 { + switch yys839 { case "server": if r.TryDecodeAsNil() { x.Server = "" @@ -12307,9 +12571,9 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys827) - } // end switch yys827 - } // end for yyj827 + z.DecStructFieldNotFound(-1, yys839) + } // end switch yys839 + } // end for yyj839 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12317,16 +12581,16 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj831 int - var yyb831 bool - var yyhl831 bool = l >= 0 - yyj831++ - if yyhl831 { - yyb831 = yyj831 > l + var yyj843 int + var yyb843 bool + var yyhl843 bool = l >= 0 + yyj843++ + if yyhl843 { + yyb843 = yyj843 > l } else { - yyb831 = r.CheckBreak() + yyb843 = r.CheckBreak() } - if yyb831 { + if yyb843 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12336,13 +12600,13 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Server = string(r.DecodeString()) } - yyj831++ - if yyhl831 { - yyb831 = yyj831 > l + yyj843++ + if yyhl843 { + yyb843 = yyj843 > l } else { - yyb831 = r.CheckBreak() + yyb843 = r.CheckBreak() } - if yyb831 { + if yyb843 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12352,13 +12616,13 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Path = string(r.DecodeString()) } - yyj831++ - if yyhl831 { - yyb831 = yyj831 > l + yyj843++ + if yyhl843 { + yyb843 = yyj843 > l } else { - yyb831 = r.CheckBreak() + yyb843 = r.CheckBreak() } - if yyb831 { + if yyb843 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12369,17 +12633,17 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } for { - yyj831++ - if yyhl831 { - yyb831 = yyj831 > l + yyj843++ + if yyhl843 { + yyb843 = yyj843 > l } else { - yyb831 = r.CheckBreak() + yyb843 = r.CheckBreak() } - if yyb831 { + if yyb843 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj831-1, "") + z.DecStructFieldNotFound(yyj843-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12391,36 +12655,36 @@ func (x *QuobyteVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym835 := z.EncBinary() - _ = yym835 + yym847 := z.EncBinary() + _ = yym847 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep836 := !z.EncBinary() - yy2arr836 := z.EncBasicHandle().StructToArray - var yyq836 [5]bool - _, _, _ = yysep836, yyq836, yy2arr836 - const yyr836 bool = false - yyq836[2] = x.ReadOnly != false - yyq836[3] = x.User != "" - yyq836[4] = x.Group != "" - var yynn836 int - if yyr836 || yy2arr836 { + yysep848 := !z.EncBinary() + yy2arr848 := z.EncBasicHandle().StructToArray + var yyq848 [5]bool + _, _, _ = yysep848, yyq848, yy2arr848 + const yyr848 bool = false + yyq848[2] = x.ReadOnly != false + yyq848[3] = x.User != "" + yyq848[4] = x.Group != "" + var yynn848 int + if yyr848 || yy2arr848 { r.EncodeArrayStart(5) } else { - yynn836 = 2 - for _, b := range yyq836 { + yynn848 = 2 + for _, b := range yyq848 { if b { - yynn836++ + yynn848++ } } - r.EncodeMapStart(yynn836) - yynn836 = 0 + r.EncodeMapStart(yynn848) + yynn848 = 0 } - if yyr836 || yy2arr836 { + if yyr848 || yy2arr848 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym838 := z.EncBinary() - _ = yym838 + yym850 := z.EncBinary() + _ = yym850 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Registry)) @@ -12429,17 +12693,17 @@ func (x *QuobyteVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("registry")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym839 := z.EncBinary() - _ = yym839 + yym851 := z.EncBinary() + _ = yym851 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Registry)) } } - if yyr836 || yy2arr836 { + if yyr848 || yy2arr848 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym841 := z.EncBinary() - _ = yym841 + yym853 := z.EncBinary() + _ = yym853 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Volume)) @@ -12448,18 +12712,18 @@ func (x *QuobyteVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volume")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym842 := z.EncBinary() - _ = yym842 + yym854 := z.EncBinary() + _ = yym854 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Volume)) } } - if yyr836 || yy2arr836 { + if yyr848 || yy2arr848 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq836[2] { - yym844 := z.EncBinary() - _ = yym844 + if yyq848[2] { + yym856 := z.EncBinary() + _ = yym856 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -12468,23 +12732,23 @@ func (x *QuobyteVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq836[2] { + if yyq848[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym845 := z.EncBinary() - _ = yym845 + yym857 := z.EncBinary() + _ = yym857 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr836 || yy2arr836 { + if yyr848 || yy2arr848 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq836[3] { - yym847 := z.EncBinary() - _ = yym847 + if yyq848[3] { + yym859 := z.EncBinary() + _ = yym859 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -12493,23 +12757,23 @@ func (x *QuobyteVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq836[3] { + if yyq848[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym848 := z.EncBinary() - _ = yym848 + yym860 := z.EncBinary() + _ = yym860 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) } } } - if yyr836 || yy2arr836 { + if yyr848 || yy2arr848 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq836[4] { - yym850 := z.EncBinary() - _ = yym850 + if yyq848[4] { + yym862 := z.EncBinary() + _ = yym862 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Group)) @@ -12518,19 +12782,19 @@ func (x *QuobyteVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq836[4] { + if yyq848[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("group")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym851 := z.EncBinary() - _ = yym851 + yym863 := z.EncBinary() + _ = yym863 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Group)) } } } - if yyr836 || yy2arr836 { + if yyr848 || yy2arr848 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12543,25 +12807,25 @@ func (x *QuobyteVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym852 := z.DecBinary() - _ = yym852 + yym864 := z.DecBinary() + _ = yym864 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct853 := r.ContainerType() - if yyct853 == codecSelferValueTypeMap1234 { - yyl853 := r.ReadMapStart() - if yyl853 == 0 { + yyct865 := r.ContainerType() + if yyct865 == codecSelferValueTypeMap1234 { + yyl865 := r.ReadMapStart() + if yyl865 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl853, d) + x.codecDecodeSelfFromMap(yyl865, d) } - } else if yyct853 == codecSelferValueTypeArray1234 { - yyl853 := r.ReadArrayStart() - if yyl853 == 0 { + } else if yyct865 == codecSelferValueTypeArray1234 { + yyl865 := r.ReadArrayStart() + if yyl865 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl853, d) + x.codecDecodeSelfFromArray(yyl865, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12573,12 +12837,12 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys854Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys854Slc - var yyhl854 bool = l >= 0 - for yyj854 := 0; ; yyj854++ { - if yyhl854 { - if yyj854 >= l { + var yys866Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys866Slc + var yyhl866 bool = l >= 0 + for yyj866 := 0; ; yyj866++ { + if yyhl866 { + if yyj866 >= l { break } } else { @@ -12587,10 +12851,10 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys854Slc = r.DecodeBytes(yys854Slc, true, true) - yys854 := string(yys854Slc) + yys866Slc = r.DecodeBytes(yys866Slc, true, true) + yys866 := string(yys866Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys854 { + switch yys866 { case "registry": if r.TryDecodeAsNil() { x.Registry = "" @@ -12622,9 +12886,9 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Group = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys854) - } // end switch yys854 - } // end for yyj854 + z.DecStructFieldNotFound(-1, yys866) + } // end switch yys866 + } // end for yyj866 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12632,16 +12896,16 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj860 int - var yyb860 bool - var yyhl860 bool = l >= 0 - yyj860++ - if yyhl860 { - yyb860 = yyj860 > l + var yyj872 int + var yyb872 bool + var yyhl872 bool = l >= 0 + yyj872++ + if yyhl872 { + yyb872 = yyj872 > l } else { - yyb860 = r.CheckBreak() + yyb872 = r.CheckBreak() } - if yyb860 { + if yyb872 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12651,13 +12915,13 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Registry = string(r.DecodeString()) } - yyj860++ - if yyhl860 { - yyb860 = yyj860 > l + yyj872++ + if yyhl872 { + yyb872 = yyj872 > l } else { - yyb860 = r.CheckBreak() + yyb872 = r.CheckBreak() } - if yyb860 { + if yyb872 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12667,13 +12931,13 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Volume = string(r.DecodeString()) } - yyj860++ - if yyhl860 { - yyb860 = yyj860 > l + yyj872++ + if yyhl872 { + yyb872 = yyj872 > l } else { - yyb860 = r.CheckBreak() + yyb872 = r.CheckBreak() } - if yyb860 { + if yyb872 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12683,13 +12947,13 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.ReadOnly = bool(r.DecodeBool()) } - yyj860++ - if yyhl860 { - yyb860 = yyj860 > l + yyj872++ + if yyhl872 { + yyb872 = yyj872 > l } else { - yyb860 = r.CheckBreak() + yyb872 = r.CheckBreak() } - if yyb860 { + if yyb872 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12699,13 +12963,13 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.User = string(r.DecodeString()) } - yyj860++ - if yyhl860 { - yyb860 = yyj860 > l + yyj872++ + if yyhl872 { + yyb872 = yyj872 > l } else { - yyb860 = r.CheckBreak() + yyb872 = r.CheckBreak() } - if yyb860 { + if yyb872 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12716,17 +12980,17 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Group = string(r.DecodeString()) } for { - yyj860++ - if yyhl860 { - yyb860 = yyj860 > l + yyj872++ + if yyhl872 { + yyb872 = yyj872 > l } else { - yyb860 = r.CheckBreak() + yyb872 = r.CheckBreak() } - if yyb860 { + if yyb872 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj860-1, "") + z.DecStructFieldNotFound(yyj872-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12738,34 +13002,34 @@ func (x *GlusterfsVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym866 := z.EncBinary() - _ = yym866 + yym878 := z.EncBinary() + _ = yym878 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep867 := !z.EncBinary() - yy2arr867 := z.EncBasicHandle().StructToArray - var yyq867 [3]bool - _, _, _ = yysep867, yyq867, yy2arr867 - const yyr867 bool = false - yyq867[2] = x.ReadOnly != false - var yynn867 int - if yyr867 || yy2arr867 { + yysep879 := !z.EncBinary() + yy2arr879 := z.EncBasicHandle().StructToArray + var yyq879 [3]bool + _, _, _ = yysep879, yyq879, yy2arr879 + const yyr879 bool = false + yyq879[2] = x.ReadOnly != false + var yynn879 int + if yyr879 || yy2arr879 { r.EncodeArrayStart(3) } else { - yynn867 = 2 - for _, b := range yyq867 { + yynn879 = 2 + for _, b := range yyq879 { if b { - yynn867++ + yynn879++ } } - r.EncodeMapStart(yynn867) - yynn867 = 0 + r.EncodeMapStart(yynn879) + yynn879 = 0 } - if yyr867 || yy2arr867 { + if yyr879 || yy2arr879 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym869 := z.EncBinary() - _ = yym869 + yym881 := z.EncBinary() + _ = yym881 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.EndpointsName)) @@ -12774,17 +13038,17 @@ func (x *GlusterfsVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("endpoints")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym870 := z.EncBinary() - _ = yym870 + yym882 := z.EncBinary() + _ = yym882 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.EndpointsName)) } } - if yyr867 || yy2arr867 { + if yyr879 || yy2arr879 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym872 := z.EncBinary() - _ = yym872 + yym884 := z.EncBinary() + _ = yym884 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -12793,18 +13057,18 @@ func (x *GlusterfsVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym873 := z.EncBinary() - _ = yym873 + yym885 := z.EncBinary() + _ = yym885 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr867 || yy2arr867 { + if yyr879 || yy2arr879 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq867[2] { - yym875 := z.EncBinary() - _ = yym875 + if yyq879[2] { + yym887 := z.EncBinary() + _ = yym887 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -12813,19 +13077,19 @@ func (x *GlusterfsVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq867[2] { + if yyq879[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym876 := z.EncBinary() - _ = yym876 + yym888 := z.EncBinary() + _ = yym888 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr867 || yy2arr867 { + if yyr879 || yy2arr879 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12838,25 +13102,25 @@ func (x *GlusterfsVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym877 := z.DecBinary() - _ = yym877 + yym889 := z.DecBinary() + _ = yym889 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct878 := r.ContainerType() - if yyct878 == codecSelferValueTypeMap1234 { - yyl878 := r.ReadMapStart() - if yyl878 == 0 { + yyct890 := r.ContainerType() + if yyct890 == codecSelferValueTypeMap1234 { + yyl890 := r.ReadMapStart() + if yyl890 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl878, d) + x.codecDecodeSelfFromMap(yyl890, d) } - } else if yyct878 == codecSelferValueTypeArray1234 { - yyl878 := r.ReadArrayStart() - if yyl878 == 0 { + } else if yyct890 == codecSelferValueTypeArray1234 { + yyl890 := r.ReadArrayStart() + if yyl890 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl878, d) + x.codecDecodeSelfFromArray(yyl890, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12868,12 +13132,12 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys879Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys879Slc - var yyhl879 bool = l >= 0 - for yyj879 := 0; ; yyj879++ { - if yyhl879 { - if yyj879 >= l { + var yys891Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys891Slc + var yyhl891 bool = l >= 0 + for yyj891 := 0; ; yyj891++ { + if yyhl891 { + if yyj891 >= l { break } } else { @@ -12882,10 +13146,10 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys879Slc = r.DecodeBytes(yys879Slc, true, true) - yys879 := string(yys879Slc) + yys891Slc = r.DecodeBytes(yys891Slc, true, true) + yys891 := string(yys891Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys879 { + switch yys891 { case "endpoints": if r.TryDecodeAsNil() { x.EndpointsName = "" @@ -12905,9 +13169,9 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys879) - } // end switch yys879 - } // end for yyj879 + z.DecStructFieldNotFound(-1, yys891) + } // end switch yys891 + } // end for yyj891 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12915,16 +13179,16 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj883 int - var yyb883 bool - var yyhl883 bool = l >= 0 - yyj883++ - if yyhl883 { - yyb883 = yyj883 > l + var yyj895 int + var yyb895 bool + var yyhl895 bool = l >= 0 + yyj895++ + if yyhl895 { + yyb895 = yyj895 > l } else { - yyb883 = r.CheckBreak() + yyb895 = r.CheckBreak() } - if yyb883 { + if yyb895 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12934,13 +13198,13 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.EndpointsName = string(r.DecodeString()) } - yyj883++ - if yyhl883 { - yyb883 = yyj883 > l + yyj895++ + if yyhl895 { + yyb895 = yyj895 > l } else { - yyb883 = r.CheckBreak() + yyb895 = r.CheckBreak() } - if yyb883 { + if yyb895 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12950,13 +13214,13 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Path = string(r.DecodeString()) } - yyj883++ - if yyhl883 { - yyb883 = yyj883 > l + yyj895++ + if yyhl895 { + yyb895 = yyj895 > l } else { - yyb883 = r.CheckBreak() + yyb895 = r.CheckBreak() } - if yyb883 { + if yyb895 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12967,17 +13231,17 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.ReadOnly = bool(r.DecodeBool()) } for { - yyj883++ - if yyhl883 { - yyb883 = yyj883 > l + yyj895++ + if yyhl895 { + yyb895 = yyj895 > l } else { - yyb883 = r.CheckBreak() + yyb895 = r.CheckBreak() } - if yyb883 { + if yyb895 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj883-1, "") + z.DecStructFieldNotFound(yyj895-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12989,42 +13253,42 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym887 := z.EncBinary() - _ = yym887 + yym899 := z.EncBinary() + _ = yym899 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep888 := !z.EncBinary() - yy2arr888 := z.EncBasicHandle().StructToArray - var yyq888 [8]bool - _, _, _ = yysep888, yyq888, yy2arr888 - const yyr888 bool = false - yyq888[2] = x.FSType != "" - yyq888[3] = x.RBDPool != "" - yyq888[4] = x.RadosUser != "" - yyq888[5] = x.Keyring != "" - yyq888[6] = x.SecretRef != nil - yyq888[7] = x.ReadOnly != false - var yynn888 int - if yyr888 || yy2arr888 { + yysep900 := !z.EncBinary() + yy2arr900 := z.EncBasicHandle().StructToArray + var yyq900 [8]bool + _, _, _ = yysep900, yyq900, yy2arr900 + const yyr900 bool = false + yyq900[2] = x.FSType != "" + yyq900[3] = x.RBDPool != "" + yyq900[4] = x.RadosUser != "" + yyq900[5] = x.Keyring != "" + yyq900[6] = x.SecretRef != nil + yyq900[7] = x.ReadOnly != false + var yynn900 int + if yyr900 || yy2arr900 { r.EncodeArrayStart(8) } else { - yynn888 = 2 - for _, b := range yyq888 { + yynn900 = 2 + for _, b := range yyq900 { if b { - yynn888++ + yynn900++ } } - r.EncodeMapStart(yynn888) - yynn888 = 0 + r.EncodeMapStart(yynn900) + yynn900 = 0 } - if yyr888 || yy2arr888 { + if yyr900 || yy2arr900 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.CephMonitors == nil { r.EncodeNil() } else { - yym890 := z.EncBinary() - _ = yym890 + yym902 := z.EncBinary() + _ = yym902 if false { } else { z.F.EncSliceStringV(x.CephMonitors, false, e) @@ -13037,18 +13301,18 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x.CephMonitors == nil { r.EncodeNil() } else { - yym891 := z.EncBinary() - _ = yym891 + yym903 := z.EncBinary() + _ = yym903 if false { } else { z.F.EncSliceStringV(x.CephMonitors, false, e) } } } - if yyr888 || yy2arr888 { + if yyr900 || yy2arr900 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym893 := z.EncBinary() - _ = yym893 + yym905 := z.EncBinary() + _ = yym905 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RBDImage)) @@ -13057,18 +13321,18 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym894 := z.EncBinary() - _ = yym894 + yym906 := z.EncBinary() + _ = yym906 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RBDImage)) } } - if yyr888 || yy2arr888 { + if yyr900 || yy2arr900 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq888[2] { - yym896 := z.EncBinary() - _ = yym896 + if yyq900[2] { + yym908 := z.EncBinary() + _ = yym908 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -13077,23 +13341,23 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq888[2] { + if yyq900[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym897 := z.EncBinary() - _ = yym897 + yym909 := z.EncBinary() + _ = yym909 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr888 || yy2arr888 { + if yyr900 || yy2arr900 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq888[3] { - yym899 := z.EncBinary() - _ = yym899 + if yyq900[3] { + yym911 := z.EncBinary() + _ = yym911 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RBDPool)) @@ -13102,23 +13366,23 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq888[3] { + if yyq900[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("pool")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym900 := z.EncBinary() - _ = yym900 + yym912 := z.EncBinary() + _ = yym912 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RBDPool)) } } } - if yyr888 || yy2arr888 { + if yyr900 || yy2arr900 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq888[4] { - yym902 := z.EncBinary() - _ = yym902 + if yyq900[4] { + yym914 := z.EncBinary() + _ = yym914 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RadosUser)) @@ -13127,23 +13391,23 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq888[4] { + if yyq900[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym903 := z.EncBinary() - _ = yym903 + yym915 := z.EncBinary() + _ = yym915 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RadosUser)) } } } - if yyr888 || yy2arr888 { + if yyr900 || yy2arr900 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq888[5] { - yym905 := z.EncBinary() - _ = yym905 + if yyq900[5] { + yym917 := z.EncBinary() + _ = yym917 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Keyring)) @@ -13152,21 +13416,21 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq888[5] { + if yyq900[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("keyring")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym906 := z.EncBinary() - _ = yym906 + yym918 := z.EncBinary() + _ = yym918 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Keyring)) } } } - if yyr888 || yy2arr888 { + if yyr900 || yy2arr900 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq888[6] { + if yyq900[6] { if x.SecretRef == nil { r.EncodeNil() } else { @@ -13176,7 +13440,7 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq888[6] { + if yyq900[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -13187,11 +13451,11 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr888 || yy2arr888 { + if yyr900 || yy2arr900 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq888[7] { - yym909 := z.EncBinary() - _ = yym909 + if yyq900[7] { + yym921 := z.EncBinary() + _ = yym921 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -13200,19 +13464,19 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq888[7] { + if yyq900[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym910 := z.EncBinary() - _ = yym910 + yym922 := z.EncBinary() + _ = yym922 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr888 || yy2arr888 { + if yyr900 || yy2arr900 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13225,25 +13489,25 @@ func (x *RBDVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym911 := z.DecBinary() - _ = yym911 + yym923 := z.DecBinary() + _ = yym923 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct912 := r.ContainerType() - if yyct912 == codecSelferValueTypeMap1234 { - yyl912 := r.ReadMapStart() - if yyl912 == 0 { + yyct924 := r.ContainerType() + if yyct924 == codecSelferValueTypeMap1234 { + yyl924 := r.ReadMapStart() + if yyl924 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl912, d) + x.codecDecodeSelfFromMap(yyl924, d) } - } else if yyct912 == codecSelferValueTypeArray1234 { - yyl912 := r.ReadArrayStart() - if yyl912 == 0 { + } else if yyct924 == codecSelferValueTypeArray1234 { + yyl924 := r.ReadArrayStart() + if yyl924 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl912, d) + x.codecDecodeSelfFromArray(yyl924, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13255,12 +13519,12 @@ func (x *RBDVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys913Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys913Slc - var yyhl913 bool = l >= 0 - for yyj913 := 0; ; yyj913++ { - if yyhl913 { - if yyj913 >= l { + var yys925Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys925Slc + var yyhl925 bool = l >= 0 + for yyj925 := 0; ; yyj925++ { + if yyhl925 { + if yyj925 >= l { break } } else { @@ -13269,20 +13533,20 @@ func (x *RBDVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys913Slc = r.DecodeBytes(yys913Slc, true, true) - yys913 := string(yys913Slc) + yys925Slc = r.DecodeBytes(yys925Slc, true, true) + yys925 := string(yys925Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys913 { + switch yys925 { case "monitors": if r.TryDecodeAsNil() { x.CephMonitors = nil } else { - yyv914 := &x.CephMonitors - yym915 := z.DecBinary() - _ = yym915 + yyv926 := &x.CephMonitors + yym927 := z.DecBinary() + _ = yym927 if false { } else { - z.F.DecSliceStringX(yyv914, false, d) + z.F.DecSliceStringX(yyv926, false, d) } } case "image": @@ -13333,9 +13597,9 @@ func (x *RBDVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys913) - } // end switch yys913 - } // end for yyj913 + z.DecStructFieldNotFound(-1, yys925) + } // end switch yys925 + } // end for yyj925 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13343,16 +13607,16 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj923 int - var yyb923 bool - var yyhl923 bool = l >= 0 - yyj923++ - if yyhl923 { - yyb923 = yyj923 > l + var yyj935 int + var yyb935 bool + var yyhl935 bool = l >= 0 + yyj935++ + if yyhl935 { + yyb935 = yyj935 > l } else { - yyb923 = r.CheckBreak() + yyb935 = r.CheckBreak() } - if yyb923 { + if yyb935 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13360,21 +13624,21 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.CephMonitors = nil } else { - yyv924 := &x.CephMonitors - yym925 := z.DecBinary() - _ = yym925 + yyv936 := &x.CephMonitors + yym937 := z.DecBinary() + _ = yym937 if false { } else { - z.F.DecSliceStringX(yyv924, false, d) + z.F.DecSliceStringX(yyv936, false, d) } } - yyj923++ - if yyhl923 { - yyb923 = yyj923 > l + yyj935++ + if yyhl935 { + yyb935 = yyj935 > l } else { - yyb923 = r.CheckBreak() + yyb935 = r.CheckBreak() } - if yyb923 { + if yyb935 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13384,13 +13648,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RBDImage = string(r.DecodeString()) } - yyj923++ - if yyhl923 { - yyb923 = yyj923 > l + yyj935++ + if yyhl935 { + yyb935 = yyj935 > l } else { - yyb923 = r.CheckBreak() + yyb935 = r.CheckBreak() } - if yyb923 { + if yyb935 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13400,13 +13664,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.FSType = string(r.DecodeString()) } - yyj923++ - if yyhl923 { - yyb923 = yyj923 > l + yyj935++ + if yyhl935 { + yyb935 = yyj935 > l } else { - yyb923 = r.CheckBreak() + yyb935 = r.CheckBreak() } - if yyb923 { + if yyb935 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13416,13 +13680,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RBDPool = string(r.DecodeString()) } - yyj923++ - if yyhl923 { - yyb923 = yyj923 > l + yyj935++ + if yyhl935 { + yyb935 = yyj935 > l } else { - yyb923 = r.CheckBreak() + yyb935 = r.CheckBreak() } - if yyb923 { + if yyb935 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13432,13 +13696,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RadosUser = string(r.DecodeString()) } - yyj923++ - if yyhl923 { - yyb923 = yyj923 > l + yyj935++ + if yyhl935 { + yyb935 = yyj935 > l } else { - yyb923 = r.CheckBreak() + yyb935 = r.CheckBreak() } - if yyb923 { + if yyb935 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13448,13 +13712,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Keyring = string(r.DecodeString()) } - yyj923++ - if yyhl923 { - yyb923 = yyj923 > l + yyj935++ + if yyhl935 { + yyb935 = yyj935 > l } else { - yyb923 = r.CheckBreak() + yyb935 = r.CheckBreak() } - if yyb923 { + if yyb935 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13469,13 +13733,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SecretRef.CodecDecodeSelf(d) } - yyj923++ - if yyhl923 { - yyb923 = yyj923 > l + yyj935++ + if yyhl935 { + yyb935 = yyj935 > l } else { - yyb923 = r.CheckBreak() + yyb935 = r.CheckBreak() } - if yyb923 { + if yyb935 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13486,17 +13750,17 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } for { - yyj923++ - if yyhl923 { - yyb923 = yyj923 > l + yyj935++ + if yyhl935 { + yyb935 = yyj935 > l } else { - yyb923 = r.CheckBreak() + yyb935 = r.CheckBreak() } - if yyb923 { + if yyb935 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj923-1, "") + z.DecStructFieldNotFound(yyj935-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13508,35 +13772,35 @@ func (x *CinderVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym933 := z.EncBinary() - _ = yym933 + yym945 := z.EncBinary() + _ = yym945 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep934 := !z.EncBinary() - yy2arr934 := z.EncBasicHandle().StructToArray - var yyq934 [3]bool - _, _, _ = yysep934, yyq934, yy2arr934 - const yyr934 bool = false - yyq934[1] = x.FSType != "" - yyq934[2] = x.ReadOnly != false - var yynn934 int - if yyr934 || yy2arr934 { + yysep946 := !z.EncBinary() + yy2arr946 := z.EncBasicHandle().StructToArray + var yyq946 [3]bool + _, _, _ = yysep946, yyq946, yy2arr946 + const yyr946 bool = false + yyq946[1] = x.FSType != "" + yyq946[2] = x.ReadOnly != false + var yynn946 int + if yyr946 || yy2arr946 { r.EncodeArrayStart(3) } else { - yynn934 = 1 - for _, b := range yyq934 { + yynn946 = 1 + for _, b := range yyq946 { if b { - yynn934++ + yynn946++ } } - r.EncodeMapStart(yynn934) - yynn934 = 0 + r.EncodeMapStart(yynn946) + yynn946 = 0 } - if yyr934 || yy2arr934 { + if yyr946 || yy2arr946 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym936 := z.EncBinary() - _ = yym936 + yym948 := z.EncBinary() + _ = yym948 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumeID)) @@ -13545,18 +13809,18 @@ func (x *CinderVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumeID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym937 := z.EncBinary() - _ = yym937 + yym949 := z.EncBinary() + _ = yym949 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumeID)) } } - if yyr934 || yy2arr934 { + if yyr946 || yy2arr946 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq934[1] { - yym939 := z.EncBinary() - _ = yym939 + if yyq946[1] { + yym951 := z.EncBinary() + _ = yym951 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -13565,23 +13829,23 @@ func (x *CinderVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq934[1] { + if yyq946[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym940 := z.EncBinary() - _ = yym940 + yym952 := z.EncBinary() + _ = yym952 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr934 || yy2arr934 { + if yyr946 || yy2arr946 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq934[2] { - yym942 := z.EncBinary() - _ = yym942 + if yyq946[2] { + yym954 := z.EncBinary() + _ = yym954 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -13590,19 +13854,19 @@ func (x *CinderVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq934[2] { + if yyq946[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym943 := z.EncBinary() - _ = yym943 + yym955 := z.EncBinary() + _ = yym955 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr934 || yy2arr934 { + if yyr946 || yy2arr946 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13615,25 +13879,25 @@ func (x *CinderVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym944 := z.DecBinary() - _ = yym944 + yym956 := z.DecBinary() + _ = yym956 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct945 := r.ContainerType() - if yyct945 == codecSelferValueTypeMap1234 { - yyl945 := r.ReadMapStart() - if yyl945 == 0 { + yyct957 := r.ContainerType() + if yyct957 == codecSelferValueTypeMap1234 { + yyl957 := r.ReadMapStart() + if yyl957 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl945, d) + x.codecDecodeSelfFromMap(yyl957, d) } - } else if yyct945 == codecSelferValueTypeArray1234 { - yyl945 := r.ReadArrayStart() - if yyl945 == 0 { + } else if yyct957 == codecSelferValueTypeArray1234 { + yyl957 := r.ReadArrayStart() + if yyl957 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl945, d) + x.codecDecodeSelfFromArray(yyl957, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13645,12 +13909,12 @@ func (x *CinderVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys946Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys946Slc - var yyhl946 bool = l >= 0 - for yyj946 := 0; ; yyj946++ { - if yyhl946 { - if yyj946 >= l { + var yys958Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys958Slc + var yyhl958 bool = l >= 0 + for yyj958 := 0; ; yyj958++ { + if yyhl958 { + if yyj958 >= l { break } } else { @@ -13659,10 +13923,10 @@ func (x *CinderVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys946Slc = r.DecodeBytes(yys946Slc, true, true) - yys946 := string(yys946Slc) + yys958Slc = r.DecodeBytes(yys958Slc, true, true) + yys958 := string(yys958Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys946 { + switch yys958 { case "volumeID": if r.TryDecodeAsNil() { x.VolumeID = "" @@ -13682,9 +13946,9 @@ func (x *CinderVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys946) - } // end switch yys946 - } // end for yyj946 + z.DecStructFieldNotFound(-1, yys958) + } // end switch yys958 + } // end for yyj958 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13692,16 +13956,16 @@ func (x *CinderVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj950 int - var yyb950 bool - var yyhl950 bool = l >= 0 - yyj950++ - if yyhl950 { - yyb950 = yyj950 > l + var yyj962 int + var yyb962 bool + var yyhl962 bool = l >= 0 + yyj962++ + if yyhl962 { + yyb962 = yyj962 > l } else { - yyb950 = r.CheckBreak() + yyb962 = r.CheckBreak() } - if yyb950 { + if yyb962 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13711,13 +13975,13 @@ func (x *CinderVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.VolumeID = string(r.DecodeString()) } - yyj950++ - if yyhl950 { - yyb950 = yyj950 > l + yyj962++ + if yyhl962 { + yyb962 = yyj962 > l } else { - yyb950 = r.CheckBreak() + yyb962 = r.CheckBreak() } - if yyb950 { + if yyb962 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13727,13 +13991,13 @@ func (x *CinderVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.FSType = string(r.DecodeString()) } - yyj950++ - if yyhl950 { - yyb950 = yyj950 > l + yyj962++ + if yyhl962 { + yyb962 = yyj962 > l } else { - yyb950 = r.CheckBreak() + yyb962 = r.CheckBreak() } - if yyb950 { + if yyb962 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13744,17 +14008,17 @@ func (x *CinderVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.ReadOnly = bool(r.DecodeBool()) } for { - yyj950++ - if yyhl950 { - yyb950 = yyj950 > l + yyj962++ + if yyhl962 { + yyb962 = yyj962 > l } else { - yyb950 = r.CheckBreak() + yyb962 = r.CheckBreak() } - if yyb950 { + if yyb962 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj950-1, "") + z.DecStructFieldNotFound(yyj962-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13766,41 +14030,41 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym954 := z.EncBinary() - _ = yym954 + yym966 := z.EncBinary() + _ = yym966 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep955 := !z.EncBinary() - yy2arr955 := z.EncBasicHandle().StructToArray - var yyq955 [6]bool - _, _, _ = yysep955, yyq955, yy2arr955 - const yyr955 bool = false - yyq955[1] = x.Path != "" - yyq955[2] = x.User != "" - yyq955[3] = x.SecretFile != "" - yyq955[4] = x.SecretRef != nil - yyq955[5] = x.ReadOnly != false - var yynn955 int - if yyr955 || yy2arr955 { + yysep967 := !z.EncBinary() + yy2arr967 := z.EncBasicHandle().StructToArray + var yyq967 [6]bool + _, _, _ = yysep967, yyq967, yy2arr967 + const yyr967 bool = false + yyq967[1] = x.Path != "" + yyq967[2] = x.User != "" + yyq967[3] = x.SecretFile != "" + yyq967[4] = x.SecretRef != nil + yyq967[5] = x.ReadOnly != false + var yynn967 int + if yyr967 || yy2arr967 { r.EncodeArrayStart(6) } else { - yynn955 = 1 - for _, b := range yyq955 { + yynn967 = 1 + for _, b := range yyq967 { if b { - yynn955++ + yynn967++ } } - r.EncodeMapStart(yynn955) - yynn955 = 0 + r.EncodeMapStart(yynn967) + yynn967 = 0 } - if yyr955 || yy2arr955 { + if yyr967 || yy2arr967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Monitors == nil { r.EncodeNil() } else { - yym957 := z.EncBinary() - _ = yym957 + yym969 := z.EncBinary() + _ = yym969 if false { } else { z.F.EncSliceStringV(x.Monitors, false, e) @@ -13813,19 +14077,19 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x.Monitors == nil { r.EncodeNil() } else { - yym958 := z.EncBinary() - _ = yym958 + yym970 := z.EncBinary() + _ = yym970 if false { } else { z.F.EncSliceStringV(x.Monitors, false, e) } } } - if yyr955 || yy2arr955 { + if yyr967 || yy2arr967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq955[1] { - yym960 := z.EncBinary() - _ = yym960 + if yyq967[1] { + yym972 := z.EncBinary() + _ = yym972 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -13834,23 +14098,23 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq955[1] { + if yyq967[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym961 := z.EncBinary() - _ = yym961 + yym973 := z.EncBinary() + _ = yym973 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr955 || yy2arr955 { + if yyr967 || yy2arr967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq955[2] { - yym963 := z.EncBinary() - _ = yym963 + if yyq967[2] { + yym975 := z.EncBinary() + _ = yym975 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -13859,23 +14123,23 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq955[2] { + if yyq967[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym964 := z.EncBinary() - _ = yym964 + yym976 := z.EncBinary() + _ = yym976 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) } } } - if yyr955 || yy2arr955 { + if yyr967 || yy2arr967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq955[3] { - yym966 := z.EncBinary() - _ = yym966 + if yyq967[3] { + yym978 := z.EncBinary() + _ = yym978 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretFile)) @@ -13884,21 +14148,21 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq955[3] { + if yyq967[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretFile")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym967 := z.EncBinary() - _ = yym967 + yym979 := z.EncBinary() + _ = yym979 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretFile)) } } } - if yyr955 || yy2arr955 { + if yyr967 || yy2arr967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq955[4] { + if yyq967[4] { if x.SecretRef == nil { r.EncodeNil() } else { @@ -13908,7 +14172,7 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq955[4] { + if yyq967[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -13919,11 +14183,11 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr955 || yy2arr955 { + if yyr967 || yy2arr967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq955[5] { - yym970 := z.EncBinary() - _ = yym970 + if yyq967[5] { + yym982 := z.EncBinary() + _ = yym982 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -13932,19 +14196,19 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq955[5] { + if yyq967[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym971 := z.EncBinary() - _ = yym971 + yym983 := z.EncBinary() + _ = yym983 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr955 || yy2arr955 { + if yyr967 || yy2arr967 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13957,25 +14221,25 @@ func (x *CephFSVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym972 := z.DecBinary() - _ = yym972 + yym984 := z.DecBinary() + _ = yym984 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct973 := r.ContainerType() - if yyct973 == codecSelferValueTypeMap1234 { - yyl973 := r.ReadMapStart() - if yyl973 == 0 { + yyct985 := r.ContainerType() + if yyct985 == codecSelferValueTypeMap1234 { + yyl985 := r.ReadMapStart() + if yyl985 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl973, d) + x.codecDecodeSelfFromMap(yyl985, d) } - } else if yyct973 == codecSelferValueTypeArray1234 { - yyl973 := r.ReadArrayStart() - if yyl973 == 0 { + } else if yyct985 == codecSelferValueTypeArray1234 { + yyl985 := r.ReadArrayStart() + if yyl985 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl973, d) + x.codecDecodeSelfFromArray(yyl985, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13987,12 +14251,12 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys974Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys974Slc - var yyhl974 bool = l >= 0 - for yyj974 := 0; ; yyj974++ { - if yyhl974 { - if yyj974 >= l { + var yys986Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys986Slc + var yyhl986 bool = l >= 0 + for yyj986 := 0; ; yyj986++ { + if yyhl986 { + if yyj986 >= l { break } } else { @@ -14001,20 +14265,20 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys974Slc = r.DecodeBytes(yys974Slc, true, true) - yys974 := string(yys974Slc) + yys986Slc = r.DecodeBytes(yys986Slc, true, true) + yys986 := string(yys986Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys974 { + switch yys986 { case "monitors": if r.TryDecodeAsNil() { x.Monitors = nil } else { - yyv975 := &x.Monitors - yym976 := z.DecBinary() - _ = yym976 + yyv987 := &x.Monitors + yym988 := z.DecBinary() + _ = yym988 if false { } else { - z.F.DecSliceStringX(yyv975, false, d) + z.F.DecSliceStringX(yyv987, false, d) } } case "path": @@ -14053,9 +14317,9 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys974) - } // end switch yys974 - } // end for yyj974 + z.DecStructFieldNotFound(-1, yys986) + } // end switch yys986 + } // end for yyj986 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14063,16 +14327,16 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj982 int - var yyb982 bool - var yyhl982 bool = l >= 0 - yyj982++ - if yyhl982 { - yyb982 = yyj982 > l + var yyj994 int + var yyb994 bool + var yyhl994 bool = l >= 0 + yyj994++ + if yyhl994 { + yyb994 = yyj994 > l } else { - yyb982 = r.CheckBreak() + yyb994 = r.CheckBreak() } - if yyb982 { + if yyb994 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14080,21 +14344,21 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Monitors = nil } else { - yyv983 := &x.Monitors - yym984 := z.DecBinary() - _ = yym984 + yyv995 := &x.Monitors + yym996 := z.DecBinary() + _ = yym996 if false { } else { - z.F.DecSliceStringX(yyv983, false, d) + z.F.DecSliceStringX(yyv995, false, d) } } - yyj982++ - if yyhl982 { - yyb982 = yyj982 > l + yyj994++ + if yyhl994 { + yyb994 = yyj994 > l } else { - yyb982 = r.CheckBreak() + yyb994 = r.CheckBreak() } - if yyb982 { + if yyb994 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14104,13 +14368,13 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Path = string(r.DecodeString()) } - yyj982++ - if yyhl982 { - yyb982 = yyj982 > l + yyj994++ + if yyhl994 { + yyb994 = yyj994 > l } else { - yyb982 = r.CheckBreak() + yyb994 = r.CheckBreak() } - if yyb982 { + if yyb994 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14120,13 +14384,13 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.User = string(r.DecodeString()) } - yyj982++ - if yyhl982 { - yyb982 = yyj982 > l + yyj994++ + if yyhl994 { + yyb994 = yyj994 > l } else { - yyb982 = r.CheckBreak() + yyb994 = r.CheckBreak() } - if yyb982 { + if yyb994 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14136,13 +14400,13 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.SecretFile = string(r.DecodeString()) } - yyj982++ - if yyhl982 { - yyb982 = yyj982 > l + yyj994++ + if yyhl994 { + yyb994 = yyj994 > l } else { - yyb982 = r.CheckBreak() + yyb994 = r.CheckBreak() } - if yyb982 { + if yyb994 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14157,13 +14421,13 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } x.SecretRef.CodecDecodeSelf(d) } - yyj982++ - if yyhl982 { - yyb982 = yyj982 > l + yyj994++ + if yyhl994 { + yyb994 = yyj994 > l } else { - yyb982 = r.CheckBreak() + yyb994 = r.CheckBreak() } - if yyb982 { + if yyb994 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14174,17 +14438,17 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.ReadOnly = bool(r.DecodeBool()) } for { - yyj982++ - if yyhl982 { - yyb982 = yyj982 > l + yyj994++ + if yyhl994 { + yyb994 = yyj994 > l } else { - yyb982 = r.CheckBreak() + yyb994 = r.CheckBreak() } - if yyb982 { + if yyb994 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj982-1, "") + z.DecStructFieldNotFound(yyj994-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14196,36 +14460,36 @@ func (x *FlockerVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym990 := z.EncBinary() - _ = yym990 + yym1002 := z.EncBinary() + _ = yym1002 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep991 := !z.EncBinary() - yy2arr991 := z.EncBasicHandle().StructToArray - var yyq991 [2]bool - _, _, _ = yysep991, yyq991, yy2arr991 - const yyr991 bool = false - yyq991[0] = x.DatasetName != "" - yyq991[1] = x.DatasetUUID != "" - var yynn991 int - if yyr991 || yy2arr991 { + yysep1003 := !z.EncBinary() + yy2arr1003 := z.EncBasicHandle().StructToArray + var yyq1003 [2]bool + _, _, _ = yysep1003, yyq1003, yy2arr1003 + const yyr1003 bool = false + yyq1003[0] = x.DatasetName != "" + yyq1003[1] = x.DatasetUUID != "" + var yynn1003 int + if yyr1003 || yy2arr1003 { r.EncodeArrayStart(2) } else { - yynn991 = 0 - for _, b := range yyq991 { + yynn1003 = 0 + for _, b := range yyq1003 { if b { - yynn991++ + yynn1003++ } } - r.EncodeMapStart(yynn991) - yynn991 = 0 + r.EncodeMapStart(yynn1003) + yynn1003 = 0 } - if yyr991 || yy2arr991 { + if yyr1003 || yy2arr1003 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq991[0] { - yym993 := z.EncBinary() - _ = yym993 + if yyq1003[0] { + yym1005 := z.EncBinary() + _ = yym1005 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DatasetName)) @@ -14234,23 +14498,23 @@ func (x *FlockerVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq991[0] { + if yyq1003[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("datasetName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym994 := z.EncBinary() - _ = yym994 + yym1006 := z.EncBinary() + _ = yym1006 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DatasetName)) } } } - if yyr991 || yy2arr991 { + if yyr1003 || yy2arr1003 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq991[1] { - yym996 := z.EncBinary() - _ = yym996 + if yyq1003[1] { + yym1008 := z.EncBinary() + _ = yym1008 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DatasetUUID)) @@ -14259,19 +14523,19 @@ func (x *FlockerVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq991[1] { + if yyq1003[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("datasetUUID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym997 := z.EncBinary() - _ = yym997 + yym1009 := z.EncBinary() + _ = yym1009 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DatasetUUID)) } } } - if yyr991 || yy2arr991 { + if yyr1003 || yy2arr1003 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14284,25 +14548,25 @@ func (x *FlockerVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym998 := z.DecBinary() - _ = yym998 + yym1010 := z.DecBinary() + _ = yym1010 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct999 := r.ContainerType() - if yyct999 == codecSelferValueTypeMap1234 { - yyl999 := r.ReadMapStart() - if yyl999 == 0 { + yyct1011 := r.ContainerType() + if yyct1011 == codecSelferValueTypeMap1234 { + yyl1011 := r.ReadMapStart() + if yyl1011 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl999, d) + x.codecDecodeSelfFromMap(yyl1011, d) } - } else if yyct999 == codecSelferValueTypeArray1234 { - yyl999 := r.ReadArrayStart() - if yyl999 == 0 { + } else if yyct1011 == codecSelferValueTypeArray1234 { + yyl1011 := r.ReadArrayStart() + if yyl1011 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl999, d) + x.codecDecodeSelfFromArray(yyl1011, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14314,12 +14578,12 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1000Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1000Slc - var yyhl1000 bool = l >= 0 - for yyj1000 := 0; ; yyj1000++ { - if yyhl1000 { - if yyj1000 >= l { + var yys1012Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1012Slc + var yyhl1012 bool = l >= 0 + for yyj1012 := 0; ; yyj1012++ { + if yyhl1012 { + if yyj1012 >= l { break } } else { @@ -14328,10 +14592,10 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1000Slc = r.DecodeBytes(yys1000Slc, true, true) - yys1000 := string(yys1000Slc) + yys1012Slc = r.DecodeBytes(yys1012Slc, true, true) + yys1012 := string(yys1012Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1000 { + switch yys1012 { case "datasetName": if r.TryDecodeAsNil() { x.DatasetName = "" @@ -14345,9 +14609,9 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.DatasetUUID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1000) - } // end switch yys1000 - } // end for yyj1000 + z.DecStructFieldNotFound(-1, yys1012) + } // end switch yys1012 + } // end for yyj1012 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14355,16 +14619,16 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1003 int - var yyb1003 bool - var yyhl1003 bool = l >= 0 - yyj1003++ - if yyhl1003 { - yyb1003 = yyj1003 > l + var yyj1015 int + var yyb1015 bool + var yyhl1015 bool = l >= 0 + yyj1015++ + if yyhl1015 { + yyb1015 = yyj1015 > l } else { - yyb1003 = r.CheckBreak() + yyb1015 = r.CheckBreak() } - if yyb1003 { + if yyb1015 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14374,13 +14638,13 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.DatasetName = string(r.DecodeString()) } - yyj1003++ - if yyhl1003 { - yyb1003 = yyj1003 > l + yyj1015++ + if yyhl1015 { + yyb1015 = yyj1015 > l } else { - yyb1003 = r.CheckBreak() + yyb1015 = r.CheckBreak() } - if yyb1003 { + if yyb1015 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14391,17 +14655,17 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.DatasetUUID = string(r.DecodeString()) } for { - yyj1003++ - if yyhl1003 { - yyb1003 = yyj1003 > l + yyj1015++ + if yyhl1015 { + yyb1015 = yyj1015 > l } else { - yyb1003 = r.CheckBreak() + yyb1015 = r.CheckBreak() } - if yyb1003 { + if yyb1015 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1003-1, "") + z.DecStructFieldNotFound(yyj1015-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14413,39 +14677,39 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1006 := z.EncBinary() - _ = yym1006 + yym1018 := z.EncBinary() + _ = yym1018 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1007 := !z.EncBinary() - yy2arr1007 := z.EncBasicHandle().StructToArray - var yyq1007 [2]bool - _, _, _ = yysep1007, yyq1007, yy2arr1007 - const yyr1007 bool = false - yyq1007[0] = len(x.Items) != 0 - yyq1007[1] = x.DefaultMode != nil - var yynn1007 int - if yyr1007 || yy2arr1007 { + yysep1019 := !z.EncBinary() + yy2arr1019 := z.EncBasicHandle().StructToArray + var yyq1019 [2]bool + _, _, _ = yysep1019, yyq1019, yy2arr1019 + const yyr1019 bool = false + yyq1019[0] = len(x.Items) != 0 + yyq1019[1] = x.DefaultMode != nil + var yynn1019 int + if yyr1019 || yy2arr1019 { r.EncodeArrayStart(2) } else { - yynn1007 = 0 - for _, b := range yyq1007 { + yynn1019 = 0 + for _, b := range yyq1019 { if b { - yynn1007++ + yynn1019++ } } - r.EncodeMapStart(yynn1007) - yynn1007 = 0 + r.EncodeMapStart(yynn1019) + yynn1019 = 0 } - if yyr1007 || yy2arr1007 { + if yyr1019 || yy2arr1019 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1007[0] { + if yyq1019[0] { if x.Items == nil { r.EncodeNil() } else { - yym1009 := z.EncBinary() - _ = yym1009 + yym1021 := z.EncBinary() + _ = yym1021 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -14455,15 +14719,15 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1007[0] { + if yyq1019[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym1010 := z.EncBinary() - _ = yym1010 + yym1022 := z.EncBinary() + _ = yym1022 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -14471,42 +14735,42 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1007 || yy2arr1007 { + if yyr1019 || yy2arr1019 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1007[1] { + if yyq1019[1] { if x.DefaultMode == nil { r.EncodeNil() } else { - yy1012 := *x.DefaultMode - yym1013 := z.EncBinary() - _ = yym1013 + yy1024 := *x.DefaultMode + yym1025 := z.EncBinary() + _ = yym1025 if false { } else { - r.EncodeInt(int64(yy1012)) + r.EncodeInt(int64(yy1024)) } } } else { r.EncodeNil() } } else { - if yyq1007[1] { + if yyq1019[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultMode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DefaultMode == nil { r.EncodeNil() } else { - yy1014 := *x.DefaultMode - yym1015 := z.EncBinary() - _ = yym1015 + yy1026 := *x.DefaultMode + yym1027 := z.EncBinary() + _ = yym1027 if false { } else { - r.EncodeInt(int64(yy1014)) + r.EncodeInt(int64(yy1026)) } } } } - if yyr1007 || yy2arr1007 { + if yyr1019 || yy2arr1019 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14519,25 +14783,25 @@ func (x *DownwardAPIVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1016 := z.DecBinary() - _ = yym1016 + yym1028 := z.DecBinary() + _ = yym1028 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1017 := r.ContainerType() - if yyct1017 == codecSelferValueTypeMap1234 { - yyl1017 := r.ReadMapStart() - if yyl1017 == 0 { + yyct1029 := r.ContainerType() + if yyct1029 == codecSelferValueTypeMap1234 { + yyl1029 := r.ReadMapStart() + if yyl1029 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1017, d) + x.codecDecodeSelfFromMap(yyl1029, d) } - } else if yyct1017 == codecSelferValueTypeArray1234 { - yyl1017 := r.ReadArrayStart() - if yyl1017 == 0 { + } else if yyct1029 == codecSelferValueTypeArray1234 { + yyl1029 := r.ReadArrayStart() + if yyl1029 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1017, d) + x.codecDecodeSelfFromArray(yyl1029, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14549,12 +14813,12 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1018Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1018Slc - var yyhl1018 bool = l >= 0 - for yyj1018 := 0; ; yyj1018++ { - if yyhl1018 { - if yyj1018 >= l { + var yys1030Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1030Slc + var yyhl1030 bool = l >= 0 + for yyj1030 := 0; ; yyj1030++ { + if yyhl1030 { + if yyj1030 >= l { break } } else { @@ -14563,20 +14827,20 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1018Slc = r.DecodeBytes(yys1018Slc, true, true) - yys1018 := string(yys1018Slc) + yys1030Slc = r.DecodeBytes(yys1030Slc, true, true) + yys1030 := string(yys1030Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1018 { + switch yys1030 { case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1019 := &x.Items - yym1020 := z.DecBinary() - _ = yym1020 + yyv1031 := &x.Items + yym1032 := z.DecBinary() + _ = yym1032 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv1019), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv1031), d) } } case "defaultMode": @@ -14588,17 +14852,17 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym1022 := z.DecBinary() - _ = yym1022 + yym1034 := z.DecBinary() + _ = yym1034 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys1018) - } // end switch yys1018 - } // end for yyj1018 + z.DecStructFieldNotFound(-1, yys1030) + } // end switch yys1030 + } // end for yyj1030 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14606,16 +14870,16 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1023 int - var yyb1023 bool - var yyhl1023 bool = l >= 0 - yyj1023++ - if yyhl1023 { - yyb1023 = yyj1023 > l + var yyj1035 int + var yyb1035 bool + var yyhl1035 bool = l >= 0 + yyj1035++ + if yyhl1035 { + yyb1035 = yyj1035 > l } else { - yyb1023 = r.CheckBreak() + yyb1035 = r.CheckBreak() } - if yyb1023 { + if yyb1035 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14623,21 +14887,21 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1024 := &x.Items - yym1025 := z.DecBinary() - _ = yym1025 + yyv1036 := &x.Items + yym1037 := z.DecBinary() + _ = yym1037 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv1024), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv1036), d) } } - yyj1023++ - if yyhl1023 { - yyb1023 = yyj1023 > l + yyj1035++ + if yyhl1035 { + yyb1035 = yyj1035 > l } else { - yyb1023 = r.CheckBreak() + yyb1035 = r.CheckBreak() } - if yyb1023 { + if yyb1035 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14650,25 +14914,25 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym1027 := z.DecBinary() - _ = yym1027 + yym1039 := z.DecBinary() + _ = yym1039 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } for { - yyj1023++ - if yyhl1023 { - yyb1023 = yyj1023 > l + yyj1035++ + if yyhl1035 { + yyb1035 = yyj1035 > l } else { - yyb1023 = r.CheckBreak() + yyb1035 = r.CheckBreak() } - if yyb1023 { + if yyb1035 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1023-1, "") + z.DecStructFieldNotFound(yyj1035-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14680,36 +14944,36 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1028 := z.EncBinary() - _ = yym1028 + yym1040 := z.EncBinary() + _ = yym1040 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1029 := !z.EncBinary() - yy2arr1029 := z.EncBasicHandle().StructToArray - var yyq1029 [4]bool - _, _, _ = yysep1029, yyq1029, yy2arr1029 - const yyr1029 bool = false - yyq1029[1] = x.FieldRef != nil - yyq1029[2] = x.ResourceFieldRef != nil - yyq1029[3] = x.Mode != nil - var yynn1029 int - if yyr1029 || yy2arr1029 { + yysep1041 := !z.EncBinary() + yy2arr1041 := z.EncBasicHandle().StructToArray + var yyq1041 [4]bool + _, _, _ = yysep1041, yyq1041, yy2arr1041 + const yyr1041 bool = false + yyq1041[1] = x.FieldRef != nil + yyq1041[2] = x.ResourceFieldRef != nil + yyq1041[3] = x.Mode != nil + var yynn1041 int + if yyr1041 || yy2arr1041 { r.EncodeArrayStart(4) } else { - yynn1029 = 1 - for _, b := range yyq1029 { + yynn1041 = 1 + for _, b := range yyq1041 { if b { - yynn1029++ + yynn1041++ } } - r.EncodeMapStart(yynn1029) - yynn1029 = 0 + r.EncodeMapStart(yynn1041) + yynn1041 = 0 } - if yyr1029 || yy2arr1029 { + if yyr1041 || yy2arr1041 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1031 := z.EncBinary() - _ = yym1031 + yym1043 := z.EncBinary() + _ = yym1043 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -14718,16 +14982,16 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1032 := z.EncBinary() - _ = yym1032 + yym1044 := z.EncBinary() + _ = yym1044 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr1029 || yy2arr1029 { + if yyr1041 || yy2arr1041 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1029[1] { + if yyq1041[1] { if x.FieldRef == nil { r.EncodeNil() } else { @@ -14737,7 +15001,7 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1029[1] { + if yyq1041[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -14748,9 +15012,9 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1029 || yy2arr1029 { + if yyr1041 || yy2arr1041 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1029[2] { + if yyq1041[2] { if x.ResourceFieldRef == nil { r.EncodeNil() } else { @@ -14760,7 +15024,7 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1029[2] { + if yyq1041[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceFieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -14771,42 +15035,42 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1029 || yy2arr1029 { + if yyr1041 || yy2arr1041 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1029[3] { + if yyq1041[3] { if x.Mode == nil { r.EncodeNil() } else { - yy1036 := *x.Mode - yym1037 := z.EncBinary() - _ = yym1037 + yy1048 := *x.Mode + yym1049 := z.EncBinary() + _ = yym1049 if false { } else { - r.EncodeInt(int64(yy1036)) + r.EncodeInt(int64(yy1048)) } } } else { r.EncodeNil() } } else { - if yyq1029[3] { + if yyq1041[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("mode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Mode == nil { r.EncodeNil() } else { - yy1038 := *x.Mode - yym1039 := z.EncBinary() - _ = yym1039 + yy1050 := *x.Mode + yym1051 := z.EncBinary() + _ = yym1051 if false { } else { - r.EncodeInt(int64(yy1038)) + r.EncodeInt(int64(yy1050)) } } } } - if yyr1029 || yy2arr1029 { + if yyr1041 || yy2arr1041 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14819,25 +15083,25 @@ func (x *DownwardAPIVolumeFile) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1040 := z.DecBinary() - _ = yym1040 + yym1052 := z.DecBinary() + _ = yym1052 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1041 := r.ContainerType() - if yyct1041 == codecSelferValueTypeMap1234 { - yyl1041 := r.ReadMapStart() - if yyl1041 == 0 { + yyct1053 := r.ContainerType() + if yyct1053 == codecSelferValueTypeMap1234 { + yyl1053 := r.ReadMapStart() + if yyl1053 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1041, d) + x.codecDecodeSelfFromMap(yyl1053, d) } - } else if yyct1041 == codecSelferValueTypeArray1234 { - yyl1041 := r.ReadArrayStart() - if yyl1041 == 0 { + } else if yyct1053 == codecSelferValueTypeArray1234 { + yyl1053 := r.ReadArrayStart() + if yyl1053 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1041, d) + x.codecDecodeSelfFromArray(yyl1053, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14849,12 +15113,12 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1042Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1042Slc - var yyhl1042 bool = l >= 0 - for yyj1042 := 0; ; yyj1042++ { - if yyhl1042 { - if yyj1042 >= l { + var yys1054Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1054Slc + var yyhl1054 bool = l >= 0 + for yyj1054 := 0; ; yyj1054++ { + if yyhl1054 { + if yyj1054 >= l { break } } else { @@ -14863,10 +15127,10 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1042Slc = r.DecodeBytes(yys1042Slc, true, true) - yys1042 := string(yys1042Slc) + yys1054Slc = r.DecodeBytes(yys1054Slc, true, true) + yys1054 := string(yys1054Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1042 { + switch yys1054 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -14904,17 +15168,17 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod if x.Mode == nil { x.Mode = new(int32) } - yym1047 := z.DecBinary() - _ = yym1047 + yym1059 := z.DecBinary() + _ = yym1059 if false { } else { *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys1042) - } // end switch yys1042 - } // end for yyj1042 + z.DecStructFieldNotFound(-1, yys1054) + } // end switch yys1054 + } // end for yyj1054 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14922,16 +15186,16 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1048 int - var yyb1048 bool - var yyhl1048 bool = l >= 0 - yyj1048++ - if yyhl1048 { - yyb1048 = yyj1048 > l + var yyj1060 int + var yyb1060 bool + var yyhl1060 bool = l >= 0 + yyj1060++ + if yyhl1060 { + yyb1060 = yyj1060 > l } else { - yyb1048 = r.CheckBreak() + yyb1060 = r.CheckBreak() } - if yyb1048 { + if yyb1060 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14941,13 +15205,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Path = string(r.DecodeString()) } - yyj1048++ - if yyhl1048 { - yyb1048 = yyj1048 > l + yyj1060++ + if yyhl1060 { + yyb1060 = yyj1060 > l } else { - yyb1048 = r.CheckBreak() + yyb1060 = r.CheckBreak() } - if yyb1048 { + if yyb1060 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14962,13 +15226,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.FieldRef.CodecDecodeSelf(d) } - yyj1048++ - if yyhl1048 { - yyb1048 = yyj1048 > l + yyj1060++ + if yyhl1060 { + yyb1060 = yyj1060 > l } else { - yyb1048 = r.CheckBreak() + yyb1060 = r.CheckBreak() } - if yyb1048 { + if yyb1060 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14983,13 +15247,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.ResourceFieldRef.CodecDecodeSelf(d) } - yyj1048++ - if yyhl1048 { - yyb1048 = yyj1048 > l + yyj1060++ + if yyhl1060 { + yyb1060 = yyj1060 > l } else { - yyb1048 = r.CheckBreak() + yyb1060 = r.CheckBreak() } - if yyb1048 { + if yyb1060 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15002,25 +15266,25 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec if x.Mode == nil { x.Mode = new(int32) } - yym1053 := z.DecBinary() - _ = yym1053 + yym1065 := z.DecBinary() + _ = yym1065 if false { } else { *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) } } for { - yyj1048++ - if yyhl1048 { - yyb1048 = yyj1048 > l + yyj1060++ + if yyhl1060 { + yyb1060 = yyj1060 > l } else { - yyb1048 = r.CheckBreak() + yyb1060 = r.CheckBreak() } - if yyb1048 { + if yyb1060 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1048-1, "") + z.DecStructFieldNotFound(yyj1060-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15032,34 +15296,34 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1054 := z.EncBinary() - _ = yym1054 + yym1066 := z.EncBinary() + _ = yym1066 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1055 := !z.EncBinary() - yy2arr1055 := z.EncBasicHandle().StructToArray - var yyq1055 [3]bool - _, _, _ = yysep1055, yyq1055, yy2arr1055 - const yyr1055 bool = false - yyq1055[2] = x.ReadOnly != false - var yynn1055 int - if yyr1055 || yy2arr1055 { + yysep1067 := !z.EncBinary() + yy2arr1067 := z.EncBasicHandle().StructToArray + var yyq1067 [3]bool + _, _, _ = yysep1067, yyq1067, yy2arr1067 + const yyr1067 bool = false + yyq1067[2] = x.ReadOnly != false + var yynn1067 int + if yyr1067 || yy2arr1067 { r.EncodeArrayStart(3) } else { - yynn1055 = 2 - for _, b := range yyq1055 { + yynn1067 = 2 + for _, b := range yyq1067 { if b { - yynn1055++ + yynn1067++ } } - r.EncodeMapStart(yynn1055) - yynn1055 = 0 + r.EncodeMapStart(yynn1067) + yynn1067 = 0 } - if yyr1055 || yy2arr1055 { + if yyr1067 || yy2arr1067 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1057 := z.EncBinary() - _ = yym1057 + yym1069 := z.EncBinary() + _ = yym1069 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) @@ -15068,17 +15332,17 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1058 := z.EncBinary() - _ = yym1058 + yym1070 := z.EncBinary() + _ = yym1070 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) } } - if yyr1055 || yy2arr1055 { + if yyr1067 || yy2arr1067 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1060 := z.EncBinary() - _ = yym1060 + yym1072 := z.EncBinary() + _ = yym1072 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ShareName)) @@ -15087,18 +15351,18 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("shareName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1061 := z.EncBinary() - _ = yym1061 + yym1073 := z.EncBinary() + _ = yym1073 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ShareName)) } } - if yyr1055 || yy2arr1055 { + if yyr1067 || yy2arr1067 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1055[2] { - yym1063 := z.EncBinary() - _ = yym1063 + if yyq1067[2] { + yym1075 := z.EncBinary() + _ = yym1075 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -15107,19 +15371,19 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1055[2] { + if yyq1067[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1064 := z.EncBinary() - _ = yym1064 + yym1076 := z.EncBinary() + _ = yym1076 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr1055 || yy2arr1055 { + if yyr1067 || yy2arr1067 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15132,25 +15396,25 @@ func (x *AzureFileVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1065 := z.DecBinary() - _ = yym1065 + yym1077 := z.DecBinary() + _ = yym1077 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1066 := r.ContainerType() - if yyct1066 == codecSelferValueTypeMap1234 { - yyl1066 := r.ReadMapStart() - if yyl1066 == 0 { + yyct1078 := r.ContainerType() + if yyct1078 == codecSelferValueTypeMap1234 { + yyl1078 := r.ReadMapStart() + if yyl1078 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1066, d) + x.codecDecodeSelfFromMap(yyl1078, d) } - } else if yyct1066 == codecSelferValueTypeArray1234 { - yyl1066 := r.ReadArrayStart() - if yyl1066 == 0 { + } else if yyct1078 == codecSelferValueTypeArray1234 { + yyl1078 := r.ReadArrayStart() + if yyl1078 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1066, d) + x.codecDecodeSelfFromArray(yyl1078, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15162,12 +15426,12 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1067Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1067Slc - var yyhl1067 bool = l >= 0 - for yyj1067 := 0; ; yyj1067++ { - if yyhl1067 { - if yyj1067 >= l { + var yys1079Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1079Slc + var yyhl1079 bool = l >= 0 + for yyj1079 := 0; ; yyj1079++ { + if yyhl1079 { + if yyj1079 >= l { break } } else { @@ -15176,10 +15440,10 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1067Slc = r.DecodeBytes(yys1067Slc, true, true) - yys1067 := string(yys1067Slc) + yys1079Slc = r.DecodeBytes(yys1079Slc, true, true) + yys1079 := string(yys1079Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1067 { + switch yys1079 { case "secretName": if r.TryDecodeAsNil() { x.SecretName = "" @@ -15199,9 +15463,9 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys1067) - } // end switch yys1067 - } // end for yyj1067 + z.DecStructFieldNotFound(-1, yys1079) + } // end switch yys1079 + } // end for yyj1079 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15209,16 +15473,16 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1071 int - var yyb1071 bool - var yyhl1071 bool = l >= 0 - yyj1071++ - if yyhl1071 { - yyb1071 = yyj1071 > l + var yyj1083 int + var yyb1083 bool + var yyhl1083 bool = l >= 0 + yyj1083++ + if yyhl1083 { + yyb1083 = yyj1083 > l } else { - yyb1071 = r.CheckBreak() + yyb1083 = r.CheckBreak() } - if yyb1071 { + if yyb1083 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15228,13 +15492,13 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.SecretName = string(r.DecodeString()) } - yyj1071++ - if yyhl1071 { - yyb1071 = yyj1071 > l + yyj1083++ + if yyhl1083 { + yyb1083 = yyj1083 > l } else { - yyb1071 = r.CheckBreak() + yyb1083 = r.CheckBreak() } - if yyb1071 { + if yyb1083 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15244,13 +15508,13 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.ShareName = string(r.DecodeString()) } - yyj1071++ - if yyhl1071 { - yyb1071 = yyj1071 > l + yyj1083++ + if yyhl1083 { + yyb1083 = yyj1083 > l } else { - yyb1071 = r.CheckBreak() + yyb1083 = r.CheckBreak() } - if yyb1071 { + if yyb1083 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15261,17 +15525,17 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.ReadOnly = bool(r.DecodeBool()) } for { - yyj1071++ - if yyhl1071 { - yyb1071 = yyj1071 > l + yyj1083++ + if yyhl1083 { + yyb1083 = yyj1083 > l } else { - yyb1071 = r.CheckBreak() + yyb1083 = r.CheckBreak() } - if yyb1071 { + if yyb1083 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1071-1, "") + z.DecStructFieldNotFound(yyj1083-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15283,34 +15547,34 @@ func (x *VsphereVirtualDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1075 := z.EncBinary() - _ = yym1075 + yym1087 := z.EncBinary() + _ = yym1087 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1076 := !z.EncBinary() - yy2arr1076 := z.EncBasicHandle().StructToArray - var yyq1076 [2]bool - _, _, _ = yysep1076, yyq1076, yy2arr1076 - const yyr1076 bool = false - yyq1076[1] = x.FSType != "" - var yynn1076 int - if yyr1076 || yy2arr1076 { + yysep1088 := !z.EncBinary() + yy2arr1088 := z.EncBasicHandle().StructToArray + var yyq1088 [2]bool + _, _, _ = yysep1088, yyq1088, yy2arr1088 + const yyr1088 bool = false + yyq1088[1] = x.FSType != "" + var yynn1088 int + if yyr1088 || yy2arr1088 { r.EncodeArrayStart(2) } else { - yynn1076 = 1 - for _, b := range yyq1076 { + yynn1088 = 1 + for _, b := range yyq1088 { if b { - yynn1076++ + yynn1088++ } } - r.EncodeMapStart(yynn1076) - yynn1076 = 0 + r.EncodeMapStart(yynn1088) + yynn1088 = 0 } - if yyr1076 || yy2arr1076 { + if yyr1088 || yy2arr1088 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1078 := z.EncBinary() - _ = yym1078 + yym1090 := z.EncBinary() + _ = yym1090 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumePath)) @@ -15319,18 +15583,18 @@ func (x *VsphereVirtualDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1079 := z.EncBinary() - _ = yym1079 + yym1091 := z.EncBinary() + _ = yym1091 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumePath)) } } - if yyr1076 || yy2arr1076 { + if yyr1088 || yy2arr1088 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1076[1] { - yym1081 := z.EncBinary() - _ = yym1081 + if yyq1088[1] { + yym1093 := z.EncBinary() + _ = yym1093 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -15339,19 +15603,19 @@ func (x *VsphereVirtualDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1076[1] { + if yyq1088[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1082 := z.EncBinary() - _ = yym1082 + yym1094 := z.EncBinary() + _ = yym1094 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr1076 || yy2arr1076 { + if yyr1088 || yy2arr1088 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15364,25 +15628,25 @@ func (x *VsphereVirtualDiskVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1083 := z.DecBinary() - _ = yym1083 + yym1095 := z.DecBinary() + _ = yym1095 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1084 := r.ContainerType() - if yyct1084 == codecSelferValueTypeMap1234 { - yyl1084 := r.ReadMapStart() - if yyl1084 == 0 { + yyct1096 := r.ContainerType() + if yyct1096 == codecSelferValueTypeMap1234 { + yyl1096 := r.ReadMapStart() + if yyl1096 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1084, d) + x.codecDecodeSelfFromMap(yyl1096, d) } - } else if yyct1084 == codecSelferValueTypeArray1234 { - yyl1084 := r.ReadArrayStart() - if yyl1084 == 0 { + } else if yyct1096 == codecSelferValueTypeArray1234 { + yyl1096 := r.ReadArrayStart() + if yyl1096 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1084, d) + x.codecDecodeSelfFromArray(yyl1096, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15394,12 +15658,12 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1085Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1085Slc - var yyhl1085 bool = l >= 0 - for yyj1085 := 0; ; yyj1085++ { - if yyhl1085 { - if yyj1085 >= l { + var yys1097Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1097Slc + var yyhl1097 bool = l >= 0 + for yyj1097 := 0; ; yyj1097++ { + if yyhl1097 { + if yyj1097 >= l { break } } else { @@ -15408,10 +15672,10 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1085Slc = r.DecodeBytes(yys1085Slc, true, true) - yys1085 := string(yys1085Slc) + yys1097Slc = r.DecodeBytes(yys1097Slc, true, true) + yys1097 := string(yys1097Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1085 { + switch yys1097 { case "volumePath": if r.TryDecodeAsNil() { x.VolumePath = "" @@ -15425,9 +15689,9 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1 x.FSType = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1085) - } // end switch yys1085 - } // end for yyj1085 + z.DecStructFieldNotFound(-1, yys1097) + } // end switch yys1097 + } // end for yyj1097 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15435,16 +15699,16 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromArray(l int, d *code var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1088 int - var yyb1088 bool - var yyhl1088 bool = l >= 0 - yyj1088++ - if yyhl1088 { - yyb1088 = yyj1088 > l + var yyj1100 int + var yyb1100 bool + var yyhl1100 bool = l >= 0 + yyj1100++ + if yyhl1100 { + yyb1100 = yyj1100 > l } else { - yyb1088 = r.CheckBreak() + yyb1100 = r.CheckBreak() } - if yyb1088 { + if yyb1100 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15454,13 +15718,13 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromArray(l int, d *code } else { x.VolumePath = string(r.DecodeString()) } - yyj1088++ - if yyhl1088 { - yyb1088 = yyj1088 > l + yyj1100++ + if yyhl1100 { + yyb1100 = yyj1100 > l } else { - yyb1088 = r.CheckBreak() + yyb1100 = r.CheckBreak() } - if yyb1088 { + if yyb1100 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15471,17 +15735,227 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromArray(l int, d *code x.FSType = string(r.DecodeString()) } for { - yyj1088++ - if yyhl1088 { - yyb1088 = yyj1088 > l + yyj1100++ + if yyhl1100 { + yyb1100 = yyj1100 > l } else { - yyb1088 = r.CheckBreak() + yyb1100 = r.CheckBreak() } - if yyb1088 { + if yyb1100 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1088-1, "") + z.DecStructFieldNotFound(yyj1100-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *PhotonPersistentDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1103 := z.EncBinary() + _ = yym1103 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep1104 := !z.EncBinary() + yy2arr1104 := z.EncBasicHandle().StructToArray + var yyq1104 [2]bool + _, _, _ = yysep1104, yyq1104, yy2arr1104 + const yyr1104 bool = false + yyq1104[1] = x.FSType != "" + var yynn1104 int + if yyr1104 || yy2arr1104 { + r.EncodeArrayStart(2) + } else { + yynn1104 = 1 + for _, b := range yyq1104 { + if b { + yynn1104++ + } + } + r.EncodeMapStart(yynn1104) + yynn1104 = 0 + } + if yyr1104 || yy2arr1104 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1106 := z.EncBinary() + _ = yym1106 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PdID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("pdID")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1107 := z.EncBinary() + _ = yym1107 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PdID)) + } + } + if yyr1104 || yy2arr1104 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1104[1] { + yym1109 := z.EncBinary() + _ = yym1109 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1104[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("fsType")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1110 := z.EncBinary() + _ = yym1110 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) + } + } + } + if yyr1104 || yy2arr1104 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *PhotonPersistentDiskVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1111 := z.DecBinary() + _ = yym1111 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct1112 := r.ContainerType() + if yyct1112 == codecSelferValueTypeMap1234 { + yyl1112 := r.ReadMapStart() + if yyl1112 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl1112, d) + } + } else if yyct1112 == codecSelferValueTypeArray1234 { + yyl1112 := r.ReadArrayStart() + if yyl1112 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl1112, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *PhotonPersistentDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + 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 { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys1113Slc = r.DecodeBytes(yys1113Slc, true, true) + yys1113 := string(yys1113Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys1113 { + case "pdID": + if r.TryDecodeAsNil() { + x.PdID = "" + } else { + x.PdID = string(r.DecodeString()) + } + case "fsType": + if r.TryDecodeAsNil() { + x.FSType = "" + } else { + x.FSType = string(r.DecodeString()) + } + default: + z.DecStructFieldNotFound(-1, yys1113) + } // end switch yys1113 + } // end for yyj1113 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *PhotonPersistentDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj1116 int + var yyb1116 bool + var yyhl1116 bool = l >= 0 + yyj1116++ + if yyhl1116 { + yyb1116 = yyj1116 > l + } else { + yyb1116 = r.CheckBreak() + } + if yyb1116 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.PdID = "" + } else { + x.PdID = string(r.DecodeString()) + } + yyj1116++ + if yyhl1116 { + yyb1116 = yyj1116 > l + } else { + yyb1116 = r.CheckBreak() + } + if yyb1116 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.FSType = "" + } else { + x.FSType = string(r.DecodeString()) + } + for { + yyj1116++ + if yyhl1116 { + yyb1116 = yyj1116 > l + } else { + yyb1116 = r.CheckBreak() + } + if yyb1116 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj1116-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15490,8 +15964,8 @@ func (x AzureDataDiskCachingMode) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1091 := z.EncBinary() - _ = yym1091 + yym1119 := z.EncBinary() + _ = yym1119 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -15503,8 +15977,8 @@ func (x *AzureDataDiskCachingMode) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1092 := z.DecBinary() - _ = yym1092 + yym1120 := z.DecBinary() + _ = yym1120 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -15519,36 +15993,36 @@ func (x *AzureDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1093 := z.EncBinary() - _ = yym1093 + yym1121 := z.EncBinary() + _ = yym1121 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1094 := !z.EncBinary() - yy2arr1094 := z.EncBasicHandle().StructToArray - var yyq1094 [5]bool - _, _, _ = yysep1094, yyq1094, yy2arr1094 - const yyr1094 bool = false - yyq1094[2] = x.CachingMode != nil - yyq1094[3] = x.FSType != nil - yyq1094[4] = x.ReadOnly != nil - var yynn1094 int - if yyr1094 || yy2arr1094 { + yysep1122 := !z.EncBinary() + yy2arr1122 := z.EncBasicHandle().StructToArray + var yyq1122 [5]bool + _, _, _ = yysep1122, yyq1122, yy2arr1122 + const yyr1122 bool = false + yyq1122[2] = x.CachingMode != nil + yyq1122[3] = x.FSType != nil + yyq1122[4] = x.ReadOnly != nil + var yynn1122 int + if yyr1122 || yy2arr1122 { r.EncodeArrayStart(5) } else { - yynn1094 = 2 - for _, b := range yyq1094 { + yynn1122 = 2 + for _, b := range yyq1122 { if b { - yynn1094++ + yynn1122++ } } - r.EncodeMapStart(yynn1094) - yynn1094 = 0 + r.EncodeMapStart(yynn1122) + yynn1122 = 0 } - if yyr1094 || yy2arr1094 { + if yyr1122 || yy2arr1122 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1096 := z.EncBinary() - _ = yym1096 + yym1124 := z.EncBinary() + _ = yym1124 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DiskName)) @@ -15557,17 +16031,17 @@ func (x *AzureDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("diskName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1097 := z.EncBinary() - _ = yym1097 + yym1125 := z.EncBinary() + _ = yym1125 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DiskName)) } } - if yyr1094 || yy2arr1094 { + if yyr1122 || yy2arr1122 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1099 := z.EncBinary() - _ = yym1099 + yym1127 := z.EncBinary() + _ = yym1127 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DataDiskURI)) @@ -15576,109 +16050,109 @@ func (x *AzureDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("diskURI")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1100 := z.EncBinary() - _ = yym1100 + yym1128 := z.EncBinary() + _ = yym1128 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DataDiskURI)) } } - if yyr1094 || yy2arr1094 { + if yyr1122 || yy2arr1122 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1094[2] { + if yyq1122[2] { if x.CachingMode == nil { r.EncodeNil() } else { - yy1102 := *x.CachingMode - yy1102.CodecEncodeSelf(e) + yy1130 := *x.CachingMode + yy1130.CodecEncodeSelf(e) } } else { r.EncodeNil() } } else { - if yyq1094[2] { + if yyq1122[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("cachingMode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.CachingMode == nil { r.EncodeNil() } else { - yy1103 := *x.CachingMode - yy1103.CodecEncodeSelf(e) + yy1131 := *x.CachingMode + yy1131.CodecEncodeSelf(e) } } } - if yyr1094 || yy2arr1094 { + if yyr1122 || yy2arr1122 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1094[3] { + if yyq1122[3] { if x.FSType == nil { r.EncodeNil() } else { - yy1105 := *x.FSType - yym1106 := z.EncBinary() - _ = yym1106 + yy1133 := *x.FSType + yym1134 := z.EncBinary() + _ = yym1134 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy1105)) + r.EncodeString(codecSelferC_UTF81234, string(yy1133)) } } } else { r.EncodeNil() } } else { - if yyq1094[3] { + if yyq1122[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.FSType == nil { r.EncodeNil() } else { - yy1107 := *x.FSType - yym1108 := z.EncBinary() - _ = yym1108 + yy1135 := *x.FSType + yym1136 := z.EncBinary() + _ = yym1136 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy1107)) + r.EncodeString(codecSelferC_UTF81234, string(yy1135)) } } } } - if yyr1094 || yy2arr1094 { + if yyr1122 || yy2arr1122 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1094[4] { + if yyq1122[4] { if x.ReadOnly == nil { r.EncodeNil() } else { - yy1110 := *x.ReadOnly - yym1111 := z.EncBinary() - _ = yym1111 + yy1138 := *x.ReadOnly + yym1139 := z.EncBinary() + _ = yym1139 if false { } else { - r.EncodeBool(bool(yy1110)) + r.EncodeBool(bool(yy1138)) } } } else { r.EncodeNil() } } else { - if yyq1094[4] { + if yyq1122[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ReadOnly == nil { r.EncodeNil() } else { - yy1112 := *x.ReadOnly - yym1113 := z.EncBinary() - _ = yym1113 + yy1140 := *x.ReadOnly + yym1141 := z.EncBinary() + _ = yym1141 if false { } else { - r.EncodeBool(bool(yy1112)) + r.EncodeBool(bool(yy1140)) } } } } - if yyr1094 || yy2arr1094 { + if yyr1122 || yy2arr1122 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15691,25 +16165,25 @@ func (x *AzureDiskVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1114 := z.DecBinary() - _ = yym1114 + yym1142 := z.DecBinary() + _ = yym1142 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1115 := r.ContainerType() - if yyct1115 == codecSelferValueTypeMap1234 { - yyl1115 := r.ReadMapStart() - if yyl1115 == 0 { + yyct1143 := r.ContainerType() + if yyct1143 == codecSelferValueTypeMap1234 { + yyl1143 := r.ReadMapStart() + if yyl1143 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1115, d) + x.codecDecodeSelfFromMap(yyl1143, d) } - } else if yyct1115 == codecSelferValueTypeArray1234 { - yyl1115 := r.ReadArrayStart() - if yyl1115 == 0 { + } else if yyct1143 == codecSelferValueTypeArray1234 { + yyl1143 := r.ReadArrayStart() + if yyl1143 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1115, d) + x.codecDecodeSelfFromArray(yyl1143, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15721,12 +16195,12 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1116Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1116Slc - var yyhl1116 bool = l >= 0 - for yyj1116 := 0; ; yyj1116++ { - if yyhl1116 { - if yyj1116 >= l { + var yys1144Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1144Slc + var yyhl1144 bool = l >= 0 + for yyj1144 := 0; ; yyj1144++ { + if yyhl1144 { + if yyj1144 >= l { break } } else { @@ -15735,10 +16209,10 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1116Slc = r.DecodeBytes(yys1116Slc, true, true) - yys1116 := string(yys1116Slc) + yys1144Slc = r.DecodeBytes(yys1144Slc, true, true) + yys1144 := string(yys1144Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1116 { + switch yys1144 { case "diskName": if r.TryDecodeAsNil() { x.DiskName = "" @@ -15771,8 +16245,8 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod if x.FSType == nil { x.FSType = new(string) } - yym1121 := z.DecBinary() - _ = yym1121 + yym1149 := z.DecBinary() + _ = yym1149 if false { } else { *((*string)(x.FSType)) = r.DecodeString() @@ -15787,17 +16261,17 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod if x.ReadOnly == nil { x.ReadOnly = new(bool) } - yym1123 := z.DecBinary() - _ = yym1123 + yym1151 := z.DecBinary() + _ = yym1151 if false { } else { *((*bool)(x.ReadOnly)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys1116) - } // end switch yys1116 - } // end for yyj1116 + z.DecStructFieldNotFound(-1, yys1144) + } // end switch yys1144 + } // end for yyj1144 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15805,16 +16279,16 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1124 int - var yyb1124 bool - var yyhl1124 bool = l >= 0 - yyj1124++ - if yyhl1124 { - yyb1124 = yyj1124 > l + var yyj1152 int + var yyb1152 bool + var yyhl1152 bool = l >= 0 + yyj1152++ + if yyhl1152 { + yyb1152 = yyj1152 > l } else { - yyb1124 = r.CheckBreak() + yyb1152 = r.CheckBreak() } - if yyb1124 { + if yyb1152 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15824,13 +16298,13 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.DiskName = string(r.DecodeString()) } - yyj1124++ - if yyhl1124 { - yyb1124 = yyj1124 > l + yyj1152++ + if yyhl1152 { + yyb1152 = yyj1152 > l } else { - yyb1124 = r.CheckBreak() + yyb1152 = r.CheckBreak() } - if yyb1124 { + if yyb1152 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15840,13 +16314,13 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.DataDiskURI = string(r.DecodeString()) } - yyj1124++ - if yyhl1124 { - yyb1124 = yyj1124 > l + yyj1152++ + if yyhl1152 { + yyb1152 = yyj1152 > l } else { - yyb1124 = r.CheckBreak() + yyb1152 = r.CheckBreak() } - if yyb1124 { + if yyb1152 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15861,13 +16335,13 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.CachingMode.CodecDecodeSelf(d) } - yyj1124++ - if yyhl1124 { - yyb1124 = yyj1124 > l + yyj1152++ + if yyhl1152 { + yyb1152 = yyj1152 > l } else { - yyb1124 = r.CheckBreak() + yyb1152 = r.CheckBreak() } - if yyb1124 { + if yyb1152 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15880,20 +16354,20 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if x.FSType == nil { x.FSType = new(string) } - yym1129 := z.DecBinary() - _ = yym1129 + yym1157 := z.DecBinary() + _ = yym1157 if false { } else { *((*string)(x.FSType)) = r.DecodeString() } } - yyj1124++ - if yyhl1124 { - yyb1124 = yyj1124 > l + yyj1152++ + if yyhl1152 { + yyb1152 = yyj1152 > l } else { - yyb1124 = r.CheckBreak() + yyb1152 = r.CheckBreak() } - if yyb1124 { + if yyb1152 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15906,25 +16380,25 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if x.ReadOnly == nil { x.ReadOnly = new(bool) } - yym1131 := z.DecBinary() - _ = yym1131 + yym1159 := z.DecBinary() + _ = yym1159 if false { } else { *((*bool)(x.ReadOnly)) = r.DecodeBool() } } for { - yyj1124++ - if yyhl1124 { - yyb1124 = yyj1124 > l + yyj1152++ + if yyhl1152 { + yyb1152 = yyj1152 > l } else { - yyb1124 = r.CheckBreak() + yyb1152 = r.CheckBreak() } - if yyb1124 { + if yyb1152 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1124-1, "") + z.DecStructFieldNotFound(yyj1152-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15936,35 +16410,35 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1132 := z.EncBinary() - _ = yym1132 + yym1160 := z.EncBinary() + _ = yym1160 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1133 := !z.EncBinary() - yy2arr1133 := z.EncBasicHandle().StructToArray - var yyq1133 [3]bool - _, _, _ = yysep1133, yyq1133, yy2arr1133 - const yyr1133 bool = false - yyq1133[1] = len(x.Items) != 0 - yyq1133[2] = x.DefaultMode != nil - var yynn1133 int - if yyr1133 || yy2arr1133 { + yysep1161 := !z.EncBinary() + yy2arr1161 := z.EncBasicHandle().StructToArray + var yyq1161 [3]bool + _, _, _ = yysep1161, yyq1161, yy2arr1161 + const yyr1161 bool = false + yyq1161[1] = len(x.Items) != 0 + yyq1161[2] = x.DefaultMode != nil + var yynn1161 int + if yyr1161 || yy2arr1161 { r.EncodeArrayStart(3) } else { - yynn1133 = 1 - for _, b := range yyq1133 { + yynn1161 = 1 + for _, b := range yyq1161 { if b { - yynn1133++ + yynn1161++ } } - r.EncodeMapStart(yynn1133) - yynn1133 = 0 + r.EncodeMapStart(yynn1161) + yynn1161 = 0 } - if yyr1133 || yy2arr1133 { + if yyr1161 || yy2arr1161 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1135 := z.EncBinary() - _ = yym1135 + yym1163 := z.EncBinary() + _ = yym1163 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -15973,21 +16447,21 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1136 := z.EncBinary() - _ = yym1136 + yym1164 := z.EncBinary() + _ = yym1164 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1133 || yy2arr1133 { + if yyr1161 || yy2arr1161 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1133[1] { + if yyq1161[1] { if x.Items == nil { r.EncodeNil() } else { - yym1138 := z.EncBinary() - _ = yym1138 + yym1166 := z.EncBinary() + _ = yym1166 if false { } else { h.encSliceKeyToPath(([]KeyToPath)(x.Items), e) @@ -15997,15 +16471,15 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1133[1] { + if yyq1161[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym1139 := z.EncBinary() - _ = yym1139 + yym1167 := z.EncBinary() + _ = yym1167 if false { } else { h.encSliceKeyToPath(([]KeyToPath)(x.Items), e) @@ -16013,42 +16487,42 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1133 || yy2arr1133 { + if yyr1161 || yy2arr1161 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1133[2] { + if yyq1161[2] { if x.DefaultMode == nil { r.EncodeNil() } else { - yy1141 := *x.DefaultMode - yym1142 := z.EncBinary() - _ = yym1142 + yy1169 := *x.DefaultMode + yym1170 := z.EncBinary() + _ = yym1170 if false { } else { - r.EncodeInt(int64(yy1141)) + r.EncodeInt(int64(yy1169)) } } } else { r.EncodeNil() } } else { - if yyq1133[2] { + if yyq1161[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultMode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DefaultMode == nil { r.EncodeNil() } else { - yy1143 := *x.DefaultMode - yym1144 := z.EncBinary() - _ = yym1144 + yy1171 := *x.DefaultMode + yym1172 := z.EncBinary() + _ = yym1172 if false { } else { - r.EncodeInt(int64(yy1143)) + r.EncodeInt(int64(yy1171)) } } } } - if yyr1133 || yy2arr1133 { + if yyr1161 || yy2arr1161 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16061,25 +16535,25 @@ func (x *ConfigMapVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1145 := z.DecBinary() - _ = yym1145 + yym1173 := z.DecBinary() + _ = yym1173 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1146 := r.ContainerType() - if yyct1146 == codecSelferValueTypeMap1234 { - yyl1146 := r.ReadMapStart() - if yyl1146 == 0 { + yyct1174 := r.ContainerType() + if yyct1174 == codecSelferValueTypeMap1234 { + yyl1174 := r.ReadMapStart() + if yyl1174 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1146, d) + x.codecDecodeSelfFromMap(yyl1174, d) } - } else if yyct1146 == codecSelferValueTypeArray1234 { - yyl1146 := r.ReadArrayStart() - if yyl1146 == 0 { + } else if yyct1174 == codecSelferValueTypeArray1234 { + yyl1174 := r.ReadArrayStart() + if yyl1174 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1146, d) + x.codecDecodeSelfFromArray(yyl1174, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16091,12 +16565,12 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1147Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1147Slc - var yyhl1147 bool = l >= 0 - for yyj1147 := 0; ; yyj1147++ { - if yyhl1147 { - if yyj1147 >= l { + var yys1175Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1175Slc + var yyhl1175 bool = l >= 0 + for yyj1175 := 0; ; yyj1175++ { + if yyhl1175 { + if yyj1175 >= l { break } } else { @@ -16105,10 +16579,10 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1147Slc = r.DecodeBytes(yys1147Slc, true, true) - yys1147 := string(yys1147Slc) + yys1175Slc = r.DecodeBytes(yys1175Slc, true, true) + yys1175 := string(yys1175Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1147 { + switch yys1175 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -16119,12 +16593,12 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1149 := &x.Items - yym1150 := z.DecBinary() - _ = yym1150 + yyv1177 := &x.Items + yym1178 := z.DecBinary() + _ = yym1178 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv1149), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv1177), d) } } case "defaultMode": @@ -16136,17 +16610,17 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym1152 := z.DecBinary() - _ = yym1152 + yym1180 := z.DecBinary() + _ = yym1180 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys1147) - } // end switch yys1147 - } // end for yyj1147 + z.DecStructFieldNotFound(-1, yys1175) + } // end switch yys1175 + } // end for yyj1175 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16154,16 +16628,16 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1153 int - var yyb1153 bool - var yyhl1153 bool = l >= 0 - yyj1153++ - if yyhl1153 { - yyb1153 = yyj1153 > l + var yyj1181 int + var yyb1181 bool + var yyhl1181 bool = l >= 0 + yyj1181++ + if yyhl1181 { + yyb1181 = yyj1181 > l } else { - yyb1153 = r.CheckBreak() + yyb1181 = r.CheckBreak() } - if yyb1153 { + if yyb1181 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16173,13 +16647,13 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Name = string(r.DecodeString()) } - yyj1153++ - if yyhl1153 { - yyb1153 = yyj1153 > l + yyj1181++ + if yyhl1181 { + yyb1181 = yyj1181 > l } else { - yyb1153 = r.CheckBreak() + yyb1181 = r.CheckBreak() } - if yyb1153 { + if yyb1181 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16187,21 +16661,21 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1155 := &x.Items - yym1156 := z.DecBinary() - _ = yym1156 + yyv1183 := &x.Items + yym1184 := z.DecBinary() + _ = yym1184 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv1155), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv1183), d) } } - yyj1153++ - if yyhl1153 { - yyb1153 = yyj1153 > l + yyj1181++ + if yyhl1181 { + yyb1181 = yyj1181 > l } else { - yyb1153 = r.CheckBreak() + yyb1181 = r.CheckBreak() } - if yyb1153 { + if yyb1181 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16214,25 +16688,25 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym1158 := z.DecBinary() - _ = yym1158 + yym1186 := z.DecBinary() + _ = yym1186 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } for { - yyj1153++ - if yyhl1153 { - yyb1153 = yyj1153 > l + yyj1181++ + if yyhl1181 { + yyb1181 = yyj1181 > l } else { - yyb1153 = r.CheckBreak() + yyb1181 = r.CheckBreak() } - if yyb1153 { + if yyb1181 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1153-1, "") + z.DecStructFieldNotFound(yyj1181-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16244,34 +16718,34 @@ func (x *KeyToPath) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1159 := z.EncBinary() - _ = yym1159 + yym1187 := z.EncBinary() + _ = yym1187 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1160 := !z.EncBinary() - yy2arr1160 := z.EncBasicHandle().StructToArray - var yyq1160 [3]bool - _, _, _ = yysep1160, yyq1160, yy2arr1160 - const yyr1160 bool = false - yyq1160[2] = x.Mode != nil - var yynn1160 int - if yyr1160 || yy2arr1160 { + yysep1188 := !z.EncBinary() + yy2arr1188 := z.EncBasicHandle().StructToArray + var yyq1188 [3]bool + _, _, _ = yysep1188, yyq1188, yy2arr1188 + const yyr1188 bool = false + yyq1188[2] = x.Mode != nil + var yynn1188 int + if yyr1188 || yy2arr1188 { r.EncodeArrayStart(3) } else { - yynn1160 = 2 - for _, b := range yyq1160 { + yynn1188 = 2 + for _, b := range yyq1188 { if b { - yynn1160++ + yynn1188++ } } - r.EncodeMapStart(yynn1160) - yynn1160 = 0 + r.EncodeMapStart(yynn1188) + yynn1188 = 0 } - if yyr1160 || yy2arr1160 { + if yyr1188 || yy2arr1188 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1162 := z.EncBinary() - _ = yym1162 + yym1190 := z.EncBinary() + _ = yym1190 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -16280,17 +16754,17 @@ func (x *KeyToPath) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1163 := z.EncBinary() - _ = yym1163 + yym1191 := z.EncBinary() + _ = yym1191 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1160 || yy2arr1160 { + if yyr1188 || yy2arr1188 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1165 := z.EncBinary() - _ = yym1165 + yym1193 := z.EncBinary() + _ = yym1193 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -16299,49 +16773,49 @@ func (x *KeyToPath) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1166 := z.EncBinary() - _ = yym1166 + yym1194 := z.EncBinary() + _ = yym1194 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr1160 || yy2arr1160 { + if yyr1188 || yy2arr1188 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1160[2] { + if yyq1188[2] { if x.Mode == nil { r.EncodeNil() } else { - yy1168 := *x.Mode - yym1169 := z.EncBinary() - _ = yym1169 + yy1196 := *x.Mode + yym1197 := z.EncBinary() + _ = yym1197 if false { } else { - r.EncodeInt(int64(yy1168)) + r.EncodeInt(int64(yy1196)) } } } else { r.EncodeNil() } } else { - if yyq1160[2] { + if yyq1188[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("mode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Mode == nil { r.EncodeNil() } else { - yy1170 := *x.Mode - yym1171 := z.EncBinary() - _ = yym1171 + yy1198 := *x.Mode + yym1199 := z.EncBinary() + _ = yym1199 if false { } else { - r.EncodeInt(int64(yy1170)) + r.EncodeInt(int64(yy1198)) } } } } - if yyr1160 || yy2arr1160 { + if yyr1188 || yy2arr1188 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16354,25 +16828,25 @@ func (x *KeyToPath) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1172 := z.DecBinary() - _ = yym1172 + yym1200 := z.DecBinary() + _ = yym1200 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1173 := r.ContainerType() - if yyct1173 == codecSelferValueTypeMap1234 { - yyl1173 := r.ReadMapStart() - if yyl1173 == 0 { + yyct1201 := r.ContainerType() + if yyct1201 == codecSelferValueTypeMap1234 { + yyl1201 := r.ReadMapStart() + if yyl1201 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1173, d) + x.codecDecodeSelfFromMap(yyl1201, d) } - } else if yyct1173 == codecSelferValueTypeArray1234 { - yyl1173 := r.ReadArrayStart() - if yyl1173 == 0 { + } else if yyct1201 == codecSelferValueTypeArray1234 { + yyl1201 := r.ReadArrayStart() + if yyl1201 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1173, d) + x.codecDecodeSelfFromArray(yyl1201, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16384,12 +16858,12 @@ func (x *KeyToPath) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1174Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1174Slc - var yyhl1174 bool = l >= 0 - for yyj1174 := 0; ; yyj1174++ { - if yyhl1174 { - if yyj1174 >= l { + var yys1202Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1202Slc + var yyhl1202 bool = l >= 0 + for yyj1202 := 0; ; yyj1202++ { + if yyhl1202 { + if yyj1202 >= l { break } } else { @@ -16398,10 +16872,10 @@ func (x *KeyToPath) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1174Slc = r.DecodeBytes(yys1174Slc, true, true) - yys1174 := string(yys1174Slc) + yys1202Slc = r.DecodeBytes(yys1202Slc, true, true) + yys1202 := string(yys1202Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1174 { + switch yys1202 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -16423,17 +16897,17 @@ func (x *KeyToPath) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Mode == nil { x.Mode = new(int32) } - yym1178 := z.DecBinary() - _ = yym1178 + yym1206 := z.DecBinary() + _ = yym1206 if false { } else { *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys1174) - } // end switch yys1174 - } // end for yyj1174 + z.DecStructFieldNotFound(-1, yys1202) + } // end switch yys1202 + } // end for yyj1202 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16441,16 +16915,16 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1179 int - var yyb1179 bool - var yyhl1179 bool = l >= 0 - yyj1179++ - if yyhl1179 { - yyb1179 = yyj1179 > l + var yyj1207 int + var yyb1207 bool + var yyhl1207 bool = l >= 0 + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1179 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1179 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16460,13 +16934,13 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Key = string(r.DecodeString()) } - yyj1179++ - if yyhl1179 { - yyb1179 = yyj1179 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1179 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1179 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16476,13 +16950,13 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Path = string(r.DecodeString()) } - yyj1179++ - if yyhl1179 { - yyb1179 = yyj1179 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1179 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1179 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16495,25 +16969,25 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Mode == nil { x.Mode = new(int32) } - yym1183 := z.DecBinary() - _ = yym1183 + yym1211 := z.DecBinary() + _ = yym1211 if false { } else { *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) } } for { - yyj1179++ - if yyhl1179 { - yyb1179 = yyj1179 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1179 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1179 { + if yyb1207 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1179-1, "") + z.DecStructFieldNotFound(yyj1207-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16525,38 +16999,38 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1184 := z.EncBinary() - _ = yym1184 + yym1212 := z.EncBinary() + _ = yym1212 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1185 := !z.EncBinary() - yy2arr1185 := z.EncBasicHandle().StructToArray - var yyq1185 [5]bool - _, _, _ = yysep1185, yyq1185, yy2arr1185 - const yyr1185 bool = false - yyq1185[0] = x.Name != "" - yyq1185[1] = x.HostPort != 0 - yyq1185[3] = x.Protocol != "" - yyq1185[4] = x.HostIP != "" - var yynn1185 int - if yyr1185 || yy2arr1185 { + yysep1213 := !z.EncBinary() + yy2arr1213 := z.EncBasicHandle().StructToArray + var yyq1213 [5]bool + _, _, _ = yysep1213, yyq1213, yy2arr1213 + const yyr1213 bool = false + yyq1213[0] = x.Name != "" + yyq1213[1] = x.HostPort != 0 + yyq1213[3] = x.Protocol != "" + yyq1213[4] = x.HostIP != "" + var yynn1213 int + if yyr1213 || yy2arr1213 { r.EncodeArrayStart(5) } else { - yynn1185 = 1 - for _, b := range yyq1185 { + yynn1213 = 1 + for _, b := range yyq1213 { if b { - yynn1185++ + yynn1213++ } } - r.EncodeMapStart(yynn1185) - yynn1185 = 0 + r.EncodeMapStart(yynn1213) + yynn1213 = 0 } - if yyr1185 || yy2arr1185 { + if yyr1213 || yy2arr1213 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1185[0] { - yym1187 := z.EncBinary() - _ = yym1187 + if yyq1213[0] { + yym1215 := z.EncBinary() + _ = yym1215 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -16565,23 +17039,23 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1185[0] { + if yyq1213[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1188 := z.EncBinary() - _ = yym1188 + yym1216 := z.EncBinary() + _ = yym1216 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr1185 || yy2arr1185 { + if yyr1213 || yy2arr1213 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1185[1] { - yym1190 := z.EncBinary() - _ = yym1190 + if yyq1213[1] { + yym1218 := z.EncBinary() + _ = yym1218 if false { } else { r.EncodeInt(int64(x.HostPort)) @@ -16590,22 +17064,22 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1185[1] { + if yyq1213[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1191 := z.EncBinary() - _ = yym1191 + yym1219 := z.EncBinary() + _ = yym1219 if false { } else { r.EncodeInt(int64(x.HostPort)) } } } - if yyr1185 || yy2arr1185 { + if yyr1213 || yy2arr1213 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1193 := z.EncBinary() - _ = yym1193 + yym1221 := z.EncBinary() + _ = yym1221 if false { } else { r.EncodeInt(int64(x.ContainerPort)) @@ -16614,33 +17088,33 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1194 := z.EncBinary() - _ = yym1194 + yym1222 := z.EncBinary() + _ = yym1222 if false { } else { r.EncodeInt(int64(x.ContainerPort)) } } - if yyr1185 || yy2arr1185 { + if yyr1213 || yy2arr1213 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1185[3] { + if yyq1213[3] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1185[3] { + if yyq1213[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr1185 || yy2arr1185 { + if yyr1213 || yy2arr1213 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1185[4] { - yym1197 := z.EncBinary() - _ = yym1197 + if yyq1213[4] { + yym1225 := z.EncBinary() + _ = yym1225 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) @@ -16649,19 +17123,19 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1185[4] { + if yyq1213[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1198 := z.EncBinary() - _ = yym1198 + yym1226 := z.EncBinary() + _ = yym1226 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) } } } - if yyr1185 || yy2arr1185 { + if yyr1213 || yy2arr1213 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16674,25 +17148,25 @@ func (x *ContainerPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1199 := z.DecBinary() - _ = yym1199 + yym1227 := z.DecBinary() + _ = yym1227 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1200 := r.ContainerType() - if yyct1200 == codecSelferValueTypeMap1234 { - yyl1200 := r.ReadMapStart() - if yyl1200 == 0 { + yyct1228 := r.ContainerType() + if yyct1228 == codecSelferValueTypeMap1234 { + yyl1228 := r.ReadMapStart() + if yyl1228 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1200, d) + x.codecDecodeSelfFromMap(yyl1228, d) } - } else if yyct1200 == codecSelferValueTypeArray1234 { - yyl1200 := r.ReadArrayStart() - if yyl1200 == 0 { + } else if yyct1228 == codecSelferValueTypeArray1234 { + yyl1228 := r.ReadArrayStart() + if yyl1228 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1200, d) + x.codecDecodeSelfFromArray(yyl1228, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16704,12 +17178,12 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1201Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1201Slc - var yyhl1201 bool = l >= 0 - for yyj1201 := 0; ; yyj1201++ { - if yyhl1201 { - if yyj1201 >= l { + var yys1229Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1229Slc + var yyhl1229 bool = l >= 0 + for yyj1229 := 0; ; yyj1229++ { + if yyhl1229 { + if yyj1229 >= l { break } } else { @@ -16718,10 +17192,10 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1201Slc = r.DecodeBytes(yys1201Slc, true, true) - yys1201 := string(yys1201Slc) + yys1229Slc = r.DecodeBytes(yys1229Slc, true, true) + yys1229 := string(yys1229Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1201 { + switch yys1229 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -16753,9 +17227,9 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.HostIP = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1201) - } // end switch yys1201 - } // end for yyj1201 + z.DecStructFieldNotFound(-1, yys1229) + } // end switch yys1229 + } // end for yyj1229 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16763,16 +17237,16 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1207 int - var yyb1207 bool - var yyhl1207 bool = l >= 0 - yyj1207++ - if yyhl1207 { - yyb1207 = yyj1207 > l + var yyj1235 int + var yyb1235 bool + var yyhl1235 bool = l >= 0 + yyj1235++ + if yyhl1235 { + yyb1235 = yyj1235 > l } else { - yyb1207 = r.CheckBreak() + yyb1235 = r.CheckBreak() } - if yyb1207 { + if yyb1235 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16782,13 +17256,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1207++ - if yyhl1207 { - yyb1207 = yyj1207 > l + yyj1235++ + if yyhl1235 { + yyb1235 = yyj1235 > l } else { - yyb1207 = r.CheckBreak() + yyb1235 = r.CheckBreak() } - if yyb1207 { + if yyb1235 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16798,13 +17272,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostPort = int32(r.DecodeInt(32)) } - yyj1207++ - if yyhl1207 { - yyb1207 = yyj1207 > l + yyj1235++ + if yyhl1235 { + yyb1235 = yyj1235 > l } else { - yyb1207 = r.CheckBreak() + yyb1235 = r.CheckBreak() } - if yyb1207 { + if yyb1235 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16814,13 +17288,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerPort = int32(r.DecodeInt(32)) } - yyj1207++ - if yyhl1207 { - yyb1207 = yyj1207 > l + yyj1235++ + if yyhl1235 { + yyb1235 = yyj1235 > l } else { - yyb1207 = r.CheckBreak() + yyb1235 = r.CheckBreak() } - if yyb1207 { + if yyb1235 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16830,13 +17304,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj1207++ - if yyhl1207 { - yyb1207 = yyj1207 > l + yyj1235++ + if yyhl1235 { + yyb1235 = yyj1235 > l } else { - yyb1207 = r.CheckBreak() + yyb1235 = r.CheckBreak() } - if yyb1207 { + if yyb1235 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16847,17 +17321,17 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.HostIP = string(r.DecodeString()) } for { - yyj1207++ - if yyhl1207 { - yyb1207 = yyj1207 > l + yyj1235++ + if yyhl1235 { + yyb1235 = yyj1235 > l } else { - yyb1207 = r.CheckBreak() + yyb1235 = r.CheckBreak() } - if yyb1207 { + if yyb1235 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1207-1, "") + z.DecStructFieldNotFound(yyj1235-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16869,35 +17343,35 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1213 := z.EncBinary() - _ = yym1213 + yym1241 := z.EncBinary() + _ = yym1241 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1214 := !z.EncBinary() - yy2arr1214 := z.EncBasicHandle().StructToArray - var yyq1214 [4]bool - _, _, _ = yysep1214, yyq1214, yy2arr1214 - const yyr1214 bool = false - yyq1214[1] = x.ReadOnly != false - yyq1214[3] = x.SubPath != "" - var yynn1214 int - if yyr1214 || yy2arr1214 { + yysep1242 := !z.EncBinary() + yy2arr1242 := z.EncBasicHandle().StructToArray + var yyq1242 [4]bool + _, _, _ = yysep1242, yyq1242, yy2arr1242 + const yyr1242 bool = false + yyq1242[1] = x.ReadOnly != false + yyq1242[3] = x.SubPath != "" + var yynn1242 int + if yyr1242 || yy2arr1242 { r.EncodeArrayStart(4) } else { - yynn1214 = 2 - for _, b := range yyq1214 { + yynn1242 = 2 + for _, b := range yyq1242 { if b { - yynn1214++ + yynn1242++ } } - r.EncodeMapStart(yynn1214) - yynn1214 = 0 + r.EncodeMapStart(yynn1242) + yynn1242 = 0 } - if yyr1214 || yy2arr1214 { + if yyr1242 || yy2arr1242 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1216 := z.EncBinary() - _ = yym1216 + yym1244 := z.EncBinary() + _ = yym1244 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -16906,18 +17380,18 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1217 := z.EncBinary() - _ = yym1217 + yym1245 := z.EncBinary() + _ = yym1245 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1214 || yy2arr1214 { + if yyr1242 || yy2arr1242 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1214[1] { - yym1219 := z.EncBinary() - _ = yym1219 + if yyq1242[1] { + yym1247 := z.EncBinary() + _ = yym1247 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -16926,22 +17400,22 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1214[1] { + if yyq1242[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1220 := z.EncBinary() - _ = yym1220 + yym1248 := z.EncBinary() + _ = yym1248 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr1214 || yy2arr1214 { + if yyr1242 || yy2arr1242 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1222 := z.EncBinary() - _ = yym1222 + yym1250 := z.EncBinary() + _ = yym1250 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MountPath)) @@ -16950,18 +17424,18 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("mountPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1223 := z.EncBinary() - _ = yym1223 + yym1251 := z.EncBinary() + _ = yym1251 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MountPath)) } } - if yyr1214 || yy2arr1214 { + if yyr1242 || yy2arr1242 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1214[3] { - yym1225 := z.EncBinary() - _ = yym1225 + if yyq1242[3] { + yym1253 := z.EncBinary() + _ = yym1253 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SubPath)) @@ -16970,19 +17444,19 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1214[3] { + if yyq1242[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("subPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1226 := z.EncBinary() - _ = yym1226 + yym1254 := z.EncBinary() + _ = yym1254 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SubPath)) } } } - if yyr1214 || yy2arr1214 { + if yyr1242 || yy2arr1242 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16995,25 +17469,25 @@ func (x *VolumeMount) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1227 := z.DecBinary() - _ = yym1227 + yym1255 := z.DecBinary() + _ = yym1255 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1228 := r.ContainerType() - if yyct1228 == codecSelferValueTypeMap1234 { - yyl1228 := r.ReadMapStart() - if yyl1228 == 0 { + yyct1256 := r.ContainerType() + if yyct1256 == codecSelferValueTypeMap1234 { + yyl1256 := r.ReadMapStart() + if yyl1256 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1228, d) + x.codecDecodeSelfFromMap(yyl1256, d) } - } else if yyct1228 == codecSelferValueTypeArray1234 { - yyl1228 := r.ReadArrayStart() - if yyl1228 == 0 { + } else if yyct1256 == codecSelferValueTypeArray1234 { + yyl1256 := r.ReadArrayStart() + if yyl1256 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1228, d) + x.codecDecodeSelfFromArray(yyl1256, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17025,12 +17499,12 @@ func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1229Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1229Slc - var yyhl1229 bool = l >= 0 - for yyj1229 := 0; ; yyj1229++ { - if yyhl1229 { - if yyj1229 >= l { + var yys1257Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1257Slc + var yyhl1257 bool = l >= 0 + for yyj1257 := 0; ; yyj1257++ { + if yyhl1257 { + if yyj1257 >= l { break } } else { @@ -17039,10 +17513,10 @@ func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1229Slc = r.DecodeBytes(yys1229Slc, true, true) - yys1229 := string(yys1229Slc) + yys1257Slc = r.DecodeBytes(yys1257Slc, true, true) + yys1257 := string(yys1257Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1229 { + switch yys1257 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -17068,9 +17542,9 @@ func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SubPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1229) - } // end switch yys1229 - } // end for yyj1229 + z.DecStructFieldNotFound(-1, yys1257) + } // end switch yys1257 + } // end for yyj1257 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17078,16 +17552,16 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1234 int - var yyb1234 bool - var yyhl1234 bool = l >= 0 - yyj1234++ - if yyhl1234 { - yyb1234 = yyj1234 > l + var yyj1262 int + var yyb1262 bool + var yyhl1262 bool = l >= 0 + yyj1262++ + if yyhl1262 { + yyb1262 = yyj1262 > l } else { - yyb1234 = r.CheckBreak() + yyb1262 = r.CheckBreak() } - if yyb1234 { + if yyb1262 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17097,13 +17571,13 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1234++ - if yyhl1234 { - yyb1234 = yyj1234 > l + yyj1262++ + if yyhl1262 { + yyb1262 = yyj1262 > l } else { - yyb1234 = r.CheckBreak() + yyb1262 = r.CheckBreak() } - if yyb1234 { + if yyb1262 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17113,13 +17587,13 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ReadOnly = bool(r.DecodeBool()) } - yyj1234++ - if yyhl1234 { - yyb1234 = yyj1234 > l + yyj1262++ + if yyhl1262 { + yyb1262 = yyj1262 > l } else { - yyb1234 = r.CheckBreak() + yyb1262 = r.CheckBreak() } - if yyb1234 { + if yyb1262 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17129,13 +17603,13 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MountPath = string(r.DecodeString()) } - yyj1234++ - if yyhl1234 { - yyb1234 = yyj1234 > l + yyj1262++ + if yyhl1262 { + yyb1262 = yyj1262 > l } else { - yyb1234 = r.CheckBreak() + yyb1262 = r.CheckBreak() } - if yyb1234 { + if yyb1262 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17146,17 +17620,17 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SubPath = string(r.DecodeString()) } for { - yyj1234++ - if yyhl1234 { - yyb1234 = yyj1234 > l + yyj1262++ + if yyhl1262 { + yyb1262 = yyj1262 > l } else { - yyb1234 = r.CheckBreak() + yyb1262 = r.CheckBreak() } - if yyb1234 { + if yyb1262 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1234-1, "") + z.DecStructFieldNotFound(yyj1262-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17168,35 +17642,35 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1239 := z.EncBinary() - _ = yym1239 + yym1267 := z.EncBinary() + _ = yym1267 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1240 := !z.EncBinary() - yy2arr1240 := z.EncBasicHandle().StructToArray - var yyq1240 [3]bool - _, _, _ = yysep1240, yyq1240, yy2arr1240 - const yyr1240 bool = false - yyq1240[1] = x.Value != "" - yyq1240[2] = x.ValueFrom != nil - var yynn1240 int - if yyr1240 || yy2arr1240 { + yysep1268 := !z.EncBinary() + yy2arr1268 := z.EncBasicHandle().StructToArray + var yyq1268 [3]bool + _, _, _ = yysep1268, yyq1268, yy2arr1268 + const yyr1268 bool = false + yyq1268[1] = x.Value != "" + yyq1268[2] = x.ValueFrom != nil + var yynn1268 int + if yyr1268 || yy2arr1268 { r.EncodeArrayStart(3) } else { - yynn1240 = 1 - for _, b := range yyq1240 { + yynn1268 = 1 + for _, b := range yyq1268 { if b { - yynn1240++ + yynn1268++ } } - r.EncodeMapStart(yynn1240) - yynn1240 = 0 + r.EncodeMapStart(yynn1268) + yynn1268 = 0 } - if yyr1240 || yy2arr1240 { + if yyr1268 || yy2arr1268 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1242 := z.EncBinary() - _ = yym1242 + yym1270 := z.EncBinary() + _ = yym1270 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -17205,18 +17679,18 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1243 := z.EncBinary() - _ = yym1243 + yym1271 := z.EncBinary() + _ = yym1271 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1240 || yy2arr1240 { + if yyr1268 || yy2arr1268 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1240[1] { - yym1245 := z.EncBinary() - _ = yym1245 + if yyq1268[1] { + yym1273 := z.EncBinary() + _ = yym1273 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -17225,21 +17699,21 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1240[1] { + if yyq1268[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1246 := z.EncBinary() - _ = yym1246 + yym1274 := z.EncBinary() + _ = yym1274 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } } - if yyr1240 || yy2arr1240 { + if yyr1268 || yy2arr1268 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1240[2] { + if yyq1268[2] { if x.ValueFrom == nil { r.EncodeNil() } else { @@ -17249,7 +17723,7 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1240[2] { + if yyq1268[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("valueFrom")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17260,7 +17734,7 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1240 || yy2arr1240 { + if yyr1268 || yy2arr1268 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17273,25 +17747,25 @@ func (x *EnvVar) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1248 := z.DecBinary() - _ = yym1248 + yym1276 := z.DecBinary() + _ = yym1276 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1249 := r.ContainerType() - if yyct1249 == codecSelferValueTypeMap1234 { - yyl1249 := r.ReadMapStart() - if yyl1249 == 0 { + yyct1277 := r.ContainerType() + if yyct1277 == codecSelferValueTypeMap1234 { + yyl1277 := r.ReadMapStart() + if yyl1277 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1249, d) + x.codecDecodeSelfFromMap(yyl1277, d) } - } else if yyct1249 == codecSelferValueTypeArray1234 { - yyl1249 := r.ReadArrayStart() - if yyl1249 == 0 { + } else if yyct1277 == codecSelferValueTypeArray1234 { + yyl1277 := r.ReadArrayStart() + if yyl1277 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1249, d) + x.codecDecodeSelfFromArray(yyl1277, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17303,12 +17777,12 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1250Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1250Slc - var yyhl1250 bool = l >= 0 - for yyj1250 := 0; ; yyj1250++ { - if yyhl1250 { - if yyj1250 >= l { + var yys1278Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1278Slc + var yyhl1278 bool = l >= 0 + for yyj1278 := 0; ; yyj1278++ { + if yyhl1278 { + if yyj1278 >= l { break } } else { @@ -17317,10 +17791,10 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1250Slc = r.DecodeBytes(yys1250Slc, true, true) - yys1250 := string(yys1250Slc) + yys1278Slc = r.DecodeBytes(yys1278Slc, true, true) + yys1278 := string(yys1278Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1250 { + switch yys1278 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -17345,9 +17819,9 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ValueFrom.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1250) - } // end switch yys1250 - } // end for yyj1250 + z.DecStructFieldNotFound(-1, yys1278) + } // end switch yys1278 + } // end for yyj1278 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17355,16 +17829,16 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { 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 yyj1282 int + var yyb1282 bool + var yyhl1282 bool = l >= 0 + yyj1282++ + if yyhl1282 { + yyb1282 = yyj1282 > l } else { - yyb1254 = r.CheckBreak() + yyb1282 = r.CheckBreak() } - if yyb1254 { + if yyb1282 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17374,13 +17848,13 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1254++ - if yyhl1254 { - yyb1254 = yyj1254 > l + yyj1282++ + if yyhl1282 { + yyb1282 = yyj1282 > l } else { - yyb1254 = r.CheckBreak() + yyb1282 = r.CheckBreak() } - if yyb1254 { + if yyb1282 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17390,13 +17864,13 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Value = string(r.DecodeString()) } - yyj1254++ - if yyhl1254 { - yyb1254 = yyj1254 > l + yyj1282++ + if yyhl1282 { + yyb1282 = yyj1282 > l } else { - yyb1254 = r.CheckBreak() + yyb1282 = r.CheckBreak() } - if yyb1254 { + if yyb1282 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17412,17 +17886,17 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.ValueFrom.CodecDecodeSelf(d) } for { - yyj1254++ - if yyhl1254 { - yyb1254 = yyj1254 > l + yyj1282++ + if yyhl1282 { + yyb1282 = yyj1282 > l } else { - yyb1254 = r.CheckBreak() + yyb1282 = r.CheckBreak() } - if yyb1254 { + if yyb1282 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1254-1, "") + z.DecStructFieldNotFound(yyj1282-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17434,36 +17908,36 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1258 := z.EncBinary() - _ = yym1258 + yym1286 := z.EncBinary() + _ = yym1286 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1259 := !z.EncBinary() - yy2arr1259 := z.EncBasicHandle().StructToArray - var yyq1259 [4]bool - _, _, _ = yysep1259, yyq1259, yy2arr1259 - const yyr1259 bool = false - yyq1259[0] = x.FieldRef != nil - yyq1259[1] = x.ResourceFieldRef != nil - yyq1259[2] = x.ConfigMapKeyRef != nil - yyq1259[3] = x.SecretKeyRef != nil - var yynn1259 int - if yyr1259 || yy2arr1259 { + yysep1287 := !z.EncBinary() + yy2arr1287 := z.EncBasicHandle().StructToArray + var yyq1287 [4]bool + _, _, _ = yysep1287, yyq1287, yy2arr1287 + const yyr1287 bool = false + yyq1287[0] = x.FieldRef != nil + yyq1287[1] = x.ResourceFieldRef != nil + yyq1287[2] = x.ConfigMapKeyRef != nil + yyq1287[3] = x.SecretKeyRef != nil + var yynn1287 int + if yyr1287 || yy2arr1287 { r.EncodeArrayStart(4) } else { - yynn1259 = 0 - for _, b := range yyq1259 { + yynn1287 = 0 + for _, b := range yyq1287 { if b { - yynn1259++ + yynn1287++ } } - r.EncodeMapStart(yynn1259) - yynn1259 = 0 + r.EncodeMapStart(yynn1287) + yynn1287 = 0 } - if yyr1259 || yy2arr1259 { + if yyr1287 || yy2arr1287 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1259[0] { + if yyq1287[0] { if x.FieldRef == nil { r.EncodeNil() } else { @@ -17473,7 +17947,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1259[0] { + if yyq1287[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17484,9 +17958,9 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1259 || yy2arr1259 { + if yyr1287 || yy2arr1287 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1259[1] { + if yyq1287[1] { if x.ResourceFieldRef == nil { r.EncodeNil() } else { @@ -17496,7 +17970,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1259[1] { + if yyq1287[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceFieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17507,9 +17981,9 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1259 || yy2arr1259 { + if yyr1287 || yy2arr1287 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1259[2] { + if yyq1287[2] { if x.ConfigMapKeyRef == nil { r.EncodeNil() } else { @@ -17519,7 +17993,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1259[2] { + if yyq1287[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("configMapKeyRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17530,9 +18004,9 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1259 || yy2arr1259 { + if yyr1287 || yy2arr1287 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1259[3] { + if yyq1287[3] { if x.SecretKeyRef == nil { r.EncodeNil() } else { @@ -17542,7 +18016,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1259[3] { + if yyq1287[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretKeyRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17553,7 +18027,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1259 || yy2arr1259 { + if yyr1287 || yy2arr1287 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17566,25 +18040,25 @@ func (x *EnvVarSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1264 := z.DecBinary() - _ = yym1264 + yym1292 := z.DecBinary() + _ = yym1292 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1265 := r.ContainerType() - if yyct1265 == codecSelferValueTypeMap1234 { - yyl1265 := r.ReadMapStart() - if yyl1265 == 0 { + yyct1293 := r.ContainerType() + if yyct1293 == codecSelferValueTypeMap1234 { + yyl1293 := r.ReadMapStart() + if yyl1293 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1265, d) + x.codecDecodeSelfFromMap(yyl1293, d) } - } else if yyct1265 == codecSelferValueTypeArray1234 { - yyl1265 := r.ReadArrayStart() - if yyl1265 == 0 { + } else if yyct1293 == codecSelferValueTypeArray1234 { + yyl1293 := r.ReadArrayStart() + if yyl1293 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1265, d) + x.codecDecodeSelfFromArray(yyl1293, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17596,12 +18070,12 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { 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 yys1294Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1294Slc + var yyhl1294 bool = l >= 0 + for yyj1294 := 0; ; yyj1294++ { + if yyhl1294 { + if yyj1294 >= l { break } } else { @@ -17610,10 +18084,10 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1266Slc = r.DecodeBytes(yys1266Slc, true, true) - yys1266 := string(yys1266Slc) + yys1294Slc = r.DecodeBytes(yys1294Slc, true, true) + yys1294 := string(yys1294Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1266 { + switch yys1294 { case "fieldRef": if r.TryDecodeAsNil() { if x.FieldRef != nil { @@ -17659,9 +18133,9 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SecretKeyRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1266) - } // end switch yys1266 - } // end for yyj1266 + z.DecStructFieldNotFound(-1, yys1294) + } // end switch yys1294 + } // end for yyj1294 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17669,16 +18143,16 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1271 int - var yyb1271 bool - var yyhl1271 bool = l >= 0 - yyj1271++ - if yyhl1271 { - yyb1271 = yyj1271 > l + var yyj1299 int + var yyb1299 bool + var yyhl1299 bool = l >= 0 + yyj1299++ + if yyhl1299 { + yyb1299 = yyj1299 > l } else { - yyb1271 = r.CheckBreak() + yyb1299 = r.CheckBreak() } - if yyb1271 { + if yyb1299 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17693,13 +18167,13 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.FieldRef.CodecDecodeSelf(d) } - yyj1271++ - if yyhl1271 { - yyb1271 = yyj1271 > l + yyj1299++ + if yyhl1299 { + yyb1299 = yyj1299 > l } else { - yyb1271 = r.CheckBreak() + yyb1299 = r.CheckBreak() } - if yyb1271 { + if yyb1299 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17714,13 +18188,13 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ResourceFieldRef.CodecDecodeSelf(d) } - yyj1271++ - if yyhl1271 { - yyb1271 = yyj1271 > l + yyj1299++ + if yyhl1299 { + yyb1299 = yyj1299 > l } else { - yyb1271 = r.CheckBreak() + yyb1299 = r.CheckBreak() } - if yyb1271 { + if yyb1299 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17735,13 +18209,13 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ConfigMapKeyRef.CodecDecodeSelf(d) } - yyj1271++ - if yyhl1271 { - yyb1271 = yyj1271 > l + yyj1299++ + if yyhl1299 { + yyb1299 = yyj1299 > l } else { - yyb1271 = r.CheckBreak() + yyb1299 = r.CheckBreak() } - if yyb1271 { + if yyb1299 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17757,17 +18231,17 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SecretKeyRef.CodecDecodeSelf(d) } for { - yyj1271++ - if yyhl1271 { - yyb1271 = yyj1271 > l + yyj1299++ + if yyhl1299 { + yyb1299 = yyj1299 > l } else { - yyb1271 = r.CheckBreak() + yyb1299 = r.CheckBreak() } - if yyb1271 { + if yyb1299 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1271-1, "") + z.DecStructFieldNotFound(yyj1299-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17779,33 +18253,33 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1276 := z.EncBinary() - _ = yym1276 + yym1304 := z.EncBinary() + _ = yym1304 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1277 := !z.EncBinary() - yy2arr1277 := z.EncBasicHandle().StructToArray - var yyq1277 [2]bool - _, _, _ = yysep1277, yyq1277, yy2arr1277 - const yyr1277 bool = false - var yynn1277 int - if yyr1277 || yy2arr1277 { + yysep1305 := !z.EncBinary() + yy2arr1305 := z.EncBasicHandle().StructToArray + var yyq1305 [2]bool + _, _, _ = yysep1305, yyq1305, yy2arr1305 + const yyr1305 bool = false + var yynn1305 int + if yyr1305 || yy2arr1305 { r.EncodeArrayStart(2) } else { - yynn1277 = 2 - for _, b := range yyq1277 { + yynn1305 = 2 + for _, b := range yyq1305 { if b { - yynn1277++ + yynn1305++ } } - r.EncodeMapStart(yynn1277) - yynn1277 = 0 + r.EncodeMapStart(yynn1305) + yynn1305 = 0 } - if yyr1277 || yy2arr1277 { + if yyr1305 || yy2arr1305 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1279 := z.EncBinary() - _ = yym1279 + yym1307 := z.EncBinary() + _ = yym1307 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -17814,17 +18288,17 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1280 := z.EncBinary() - _ = yym1280 + yym1308 := z.EncBinary() + _ = yym1308 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } - if yyr1277 || yy2arr1277 { + if yyr1305 || yy2arr1305 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1282 := z.EncBinary() - _ = yym1282 + yym1310 := z.EncBinary() + _ = yym1310 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) @@ -17833,14 +18307,14 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1283 := z.EncBinary() - _ = yym1283 + yym1311 := z.EncBinary() + _ = yym1311 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } - if yyr1277 || yy2arr1277 { + if yyr1305 || yy2arr1305 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17853,25 +18327,25 @@ func (x *ObjectFieldSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1284 := z.DecBinary() - _ = yym1284 + yym1312 := z.DecBinary() + _ = yym1312 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1285 := r.ContainerType() - if yyct1285 == codecSelferValueTypeMap1234 { - yyl1285 := r.ReadMapStart() - if yyl1285 == 0 { + yyct1313 := r.ContainerType() + if yyct1313 == codecSelferValueTypeMap1234 { + yyl1313 := r.ReadMapStart() + if yyl1313 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1285, d) + x.codecDecodeSelfFromMap(yyl1313, d) } - } else if yyct1285 == codecSelferValueTypeArray1234 { - yyl1285 := r.ReadArrayStart() - if yyl1285 == 0 { + } else if yyct1313 == codecSelferValueTypeArray1234 { + yyl1313 := r.ReadArrayStart() + if yyl1313 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1285, d) + x.codecDecodeSelfFromArray(yyl1313, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17883,12 +18357,12 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1286Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1286Slc - var yyhl1286 bool = l >= 0 - for yyj1286 := 0; ; yyj1286++ { - if yyhl1286 { - if yyj1286 >= 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 { @@ -17897,10 +18371,10 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1286Slc = r.DecodeBytes(yys1286Slc, true, true) - yys1286 := string(yys1286Slc) + yys1314Slc = r.DecodeBytes(yys1314Slc, true, true) + yys1314 := string(yys1314Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1286 { + switch yys1314 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -17914,9 +18388,9 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1286) - } // end switch yys1286 - } // end for yyj1286 + z.DecStructFieldNotFound(-1, yys1314) + } // end switch yys1314 + } // end for yyj1314 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17924,16 +18398,16 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1289 int - var yyb1289 bool - var yyhl1289 bool = l >= 0 - yyj1289++ - if yyhl1289 { - yyb1289 = yyj1289 > l + var yyj1317 int + var yyb1317 bool + var yyhl1317 bool = l >= 0 + yyj1317++ + if yyhl1317 { + yyb1317 = yyj1317 > l } else { - yyb1289 = r.CheckBreak() + yyb1317 = r.CheckBreak() } - if yyb1289 { + if yyb1317 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17943,13 +18417,13 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj1289++ - if yyhl1289 { - yyb1289 = yyj1289 > l + yyj1317++ + if yyhl1317 { + yyb1317 = yyj1317 > l } else { - yyb1289 = r.CheckBreak() + yyb1317 = r.CheckBreak() } - if yyb1289 { + if yyb1317 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17960,17 +18434,17 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.FieldPath = string(r.DecodeString()) } for { - yyj1289++ - if yyhl1289 { - yyb1289 = yyj1289 > l + yyj1317++ + if yyhl1317 { + yyb1317 = yyj1317 > l } else { - yyb1289 = r.CheckBreak() + yyb1317 = r.CheckBreak() } - if yyb1289 { + if yyb1317 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1289-1, "") + z.DecStructFieldNotFound(yyj1317-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17982,36 +18456,36 @@ func (x *ResourceFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1292 := z.EncBinary() - _ = yym1292 + yym1320 := z.EncBinary() + _ = yym1320 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1293 := !z.EncBinary() - yy2arr1293 := z.EncBasicHandle().StructToArray - var yyq1293 [3]bool - _, _, _ = yysep1293, yyq1293, yy2arr1293 - const yyr1293 bool = false - yyq1293[0] = x.ContainerName != "" - yyq1293[2] = true - var yynn1293 int - if yyr1293 || yy2arr1293 { + yysep1321 := !z.EncBinary() + yy2arr1321 := z.EncBasicHandle().StructToArray + var yyq1321 [3]bool + _, _, _ = yysep1321, yyq1321, yy2arr1321 + const yyr1321 bool = false + yyq1321[0] = x.ContainerName != "" + yyq1321[2] = true + var yynn1321 int + if yyr1321 || yy2arr1321 { r.EncodeArrayStart(3) } else { - yynn1293 = 1 - for _, b := range yyq1293 { + yynn1321 = 1 + for _, b := range yyq1321 { if b { - yynn1293++ + yynn1321++ } } - r.EncodeMapStart(yynn1293) - yynn1293 = 0 + r.EncodeMapStart(yynn1321) + yynn1321 = 0 } - if yyr1293 || yy2arr1293 { + if yyr1321 || yy2arr1321 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1293[0] { - yym1295 := z.EncBinary() - _ = yym1295 + if yyq1321[0] { + yym1323 := z.EncBinary() + _ = yym1323 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerName)) @@ -18020,22 +18494,22 @@ func (x *ResourceFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1293[0] { + if yyq1321[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1296 := z.EncBinary() - _ = yym1296 + yym1324 := z.EncBinary() + _ = yym1324 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerName)) } } } - if yyr1293 || yy2arr1293 { + if yyr1321 || yy2arr1321 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1298 := z.EncBinary() - _ = yym1298 + yym1326 := z.EncBinary() + _ = yym1326 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Resource)) @@ -18044,47 +18518,47 @@ func (x *ResourceFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resource")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1299 := z.EncBinary() - _ = yym1299 + yym1327 := z.EncBinary() + _ = yym1327 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Resource)) } } - if yyr1293 || yy2arr1293 { + if yyr1321 || yy2arr1321 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1293[2] { - yy1301 := &x.Divisor - yym1302 := z.EncBinary() - _ = yym1302 + if yyq1321[2] { + yy1329 := &x.Divisor + yym1330 := z.EncBinary() + _ = yym1330 if false { - } else if z.HasExtensions() && z.EncExt(yy1301) { - } else if !yym1302 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1301) + } else if z.HasExtensions() && z.EncExt(yy1329) { + } else if !yym1330 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1329) } else { - z.EncFallback(yy1301) + z.EncFallback(yy1329) } } else { r.EncodeNil() } } else { - if yyq1293[2] { + if yyq1321[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("divisor")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1303 := &x.Divisor - yym1304 := z.EncBinary() - _ = yym1304 + yy1331 := &x.Divisor + yym1332 := z.EncBinary() + _ = yym1332 if false { - } else if z.HasExtensions() && z.EncExt(yy1303) { - } else if !yym1304 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1303) + } else if z.HasExtensions() && z.EncExt(yy1331) { + } else if !yym1332 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1331) } else { - z.EncFallback(yy1303) + z.EncFallback(yy1331) } } } - if yyr1293 || yy2arr1293 { + if yyr1321 || yy2arr1321 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18097,25 +18571,25 @@ func (x *ResourceFieldSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1305 := z.DecBinary() - _ = yym1305 + yym1333 := z.DecBinary() + _ = yym1333 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1306 := r.ContainerType() - if yyct1306 == codecSelferValueTypeMap1234 { - yyl1306 := r.ReadMapStart() - if yyl1306 == 0 { + yyct1334 := r.ContainerType() + if yyct1334 == codecSelferValueTypeMap1234 { + yyl1334 := r.ReadMapStart() + if yyl1334 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1306, d) + x.codecDecodeSelfFromMap(yyl1334, d) } - } else if yyct1306 == codecSelferValueTypeArray1234 { - yyl1306 := r.ReadArrayStart() - if yyl1306 == 0 { + } else if yyct1334 == codecSelferValueTypeArray1234 { + yyl1334 := r.ReadArrayStart() + if yyl1334 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1306, d) + x.codecDecodeSelfFromArray(yyl1334, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18127,12 +18601,12 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1307Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1307Slc - var yyhl1307 bool = l >= 0 - for yyj1307 := 0; ; yyj1307++ { - if yyhl1307 { - if yyj1307 >= l { + var yys1335Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1335Slc + var yyhl1335 bool = l >= 0 + for yyj1335 := 0; ; yyj1335++ { + if yyhl1335 { + if yyj1335 >= l { break } } else { @@ -18141,10 +18615,10 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1307Slc = r.DecodeBytes(yys1307Slc, true, true) - yys1307 := string(yys1307Slc) + yys1335Slc = r.DecodeBytes(yys1335Slc, true, true) + yys1335 := string(yys1335Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1307 { + switch yys1335 { case "containerName": if r.TryDecodeAsNil() { x.ContainerName = "" @@ -18161,21 +18635,21 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Divisor = pkg3_resource.Quantity{} } else { - yyv1310 := &x.Divisor - yym1311 := z.DecBinary() - _ = yym1311 + yyv1338 := &x.Divisor + yym1339 := z.DecBinary() + _ = yym1339 if false { - } else if z.HasExtensions() && z.DecExt(yyv1310) { - } else if !yym1311 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1310) + } else if z.HasExtensions() && z.DecExt(yyv1338) { + } else if !yym1339 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1338) } else { - z.DecFallback(yyv1310, false) + z.DecFallback(yyv1338, false) } } default: - z.DecStructFieldNotFound(-1, yys1307) - } // end switch yys1307 - } // end for yyj1307 + z.DecStructFieldNotFound(-1, yys1335) + } // end switch yys1335 + } // end for yyj1335 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18183,16 +18657,16 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1312 int - var yyb1312 bool - var yyhl1312 bool = l >= 0 - yyj1312++ - if yyhl1312 { - yyb1312 = yyj1312 > l + var yyj1340 int + var yyb1340 bool + var yyhl1340 bool = l >= 0 + yyj1340++ + if yyhl1340 { + yyb1340 = yyj1340 > l } else { - yyb1312 = r.CheckBreak() + yyb1340 = r.CheckBreak() } - if yyb1312 { + if yyb1340 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18202,13 +18676,13 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.ContainerName = string(r.DecodeString()) } - yyj1312++ - if yyhl1312 { - yyb1312 = yyj1312 > l + yyj1340++ + if yyhl1340 { + yyb1340 = yyj1340 > l } else { - yyb1312 = r.CheckBreak() + yyb1340 = r.CheckBreak() } - if yyb1312 { + if yyb1340 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18218,13 +18692,13 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Resource = string(r.DecodeString()) } - yyj1312++ - if yyhl1312 { - yyb1312 = yyj1312 > l + yyj1340++ + if yyhl1340 { + yyb1340 = yyj1340 > l } else { - yyb1312 = r.CheckBreak() + yyb1340 = r.CheckBreak() } - if yyb1312 { + if yyb1340 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18232,29 +18706,29 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Divisor = pkg3_resource.Quantity{} } else { - yyv1315 := &x.Divisor - yym1316 := z.DecBinary() - _ = yym1316 + yyv1343 := &x.Divisor + yym1344 := z.DecBinary() + _ = yym1344 if false { - } else if z.HasExtensions() && z.DecExt(yyv1315) { - } else if !yym1316 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1315) + } else if z.HasExtensions() && z.DecExt(yyv1343) { + } else if !yym1344 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1343) } else { - z.DecFallback(yyv1315, false) + z.DecFallback(yyv1343, false) } } for { - yyj1312++ - if yyhl1312 { - yyb1312 = yyj1312 > l + yyj1340++ + if yyhl1340 { + yyb1340 = yyj1340 > l } else { - yyb1312 = r.CheckBreak() + yyb1340 = r.CheckBreak() } - if yyb1312 { + if yyb1340 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1312-1, "") + z.DecStructFieldNotFound(yyj1340-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18266,33 +18740,33 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1317 := z.EncBinary() - _ = yym1317 + yym1345 := z.EncBinary() + _ = yym1345 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1318 := !z.EncBinary() - yy2arr1318 := z.EncBasicHandle().StructToArray - var yyq1318 [2]bool - _, _, _ = yysep1318, yyq1318, yy2arr1318 - const yyr1318 bool = false - var yynn1318 int - if yyr1318 || yy2arr1318 { + yysep1346 := !z.EncBinary() + yy2arr1346 := z.EncBasicHandle().StructToArray + var yyq1346 [2]bool + _, _, _ = yysep1346, yyq1346, yy2arr1346 + const yyr1346 bool = false + var yynn1346 int + if yyr1346 || yy2arr1346 { r.EncodeArrayStart(2) } else { - yynn1318 = 2 - for _, b := range yyq1318 { + yynn1346 = 2 + for _, b := range yyq1346 { if b { - yynn1318++ + yynn1346++ } } - r.EncodeMapStart(yynn1318) - yynn1318 = 0 + r.EncodeMapStart(yynn1346) + yynn1346 = 0 } - if yyr1318 || yy2arr1318 { + if yyr1346 || yy2arr1346 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1320 := z.EncBinary() - _ = yym1320 + yym1348 := z.EncBinary() + _ = yym1348 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -18301,17 +18775,17 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1321 := z.EncBinary() - _ = yym1321 + yym1349 := z.EncBinary() + _ = yym1349 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1318 || yy2arr1318 { + if yyr1346 || yy2arr1346 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1323 := z.EncBinary() - _ = yym1323 + yym1351 := z.EncBinary() + _ = yym1351 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -18320,14 +18794,14 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1324 := z.EncBinary() - _ = yym1324 + yym1352 := z.EncBinary() + _ = yym1352 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1318 || yy2arr1318 { + if yyr1346 || yy2arr1346 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18340,25 +18814,25 @@ func (x *ConfigMapKeySelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1325 := z.DecBinary() - _ = yym1325 + yym1353 := z.DecBinary() + _ = yym1353 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1326 := r.ContainerType() - if yyct1326 == codecSelferValueTypeMap1234 { - yyl1326 := r.ReadMapStart() - if yyl1326 == 0 { + yyct1354 := r.ContainerType() + if yyct1354 == codecSelferValueTypeMap1234 { + yyl1354 := r.ReadMapStart() + if yyl1354 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1326, d) + x.codecDecodeSelfFromMap(yyl1354, d) } - } else if yyct1326 == codecSelferValueTypeArray1234 { - yyl1326 := r.ReadArrayStart() - if yyl1326 == 0 { + } else if yyct1354 == codecSelferValueTypeArray1234 { + yyl1354 := r.ReadArrayStart() + if yyl1354 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1326, d) + x.codecDecodeSelfFromArray(yyl1354, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18370,12 +18844,12 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1327Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1327Slc - var yyhl1327 bool = l >= 0 - for yyj1327 := 0; ; yyj1327++ { - if yyhl1327 { - if yyj1327 >= l { + var yys1355Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1355Slc + var yyhl1355 bool = l >= 0 + for yyj1355 := 0; ; yyj1355++ { + if yyhl1355 { + if yyj1355 >= l { break } } else { @@ -18384,10 +18858,10 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1327Slc = r.DecodeBytes(yys1327Slc, true, true) - yys1327 := string(yys1327Slc) + yys1355Slc = r.DecodeBytes(yys1355Slc, true, true) + yys1355 := string(yys1355Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1327 { + switch yys1355 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -18401,9 +18875,9 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Key = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1327) - } // end switch yys1327 - } // end for yyj1327 + z.DecStructFieldNotFound(-1, yys1355) + } // end switch yys1355 + } // end for yyj1355 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18411,16 +18885,16 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1330 int - var yyb1330 bool - var yyhl1330 bool = l >= 0 - yyj1330++ - if yyhl1330 { - yyb1330 = yyj1330 > l + var yyj1358 int + var yyb1358 bool + var yyhl1358 bool = l >= 0 + yyj1358++ + if yyhl1358 { + yyb1358 = yyj1358 > l } else { - yyb1330 = r.CheckBreak() + yyb1358 = r.CheckBreak() } - if yyb1330 { + if yyb1358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18430,13 +18904,13 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Name = string(r.DecodeString()) } - yyj1330++ - if yyhl1330 { - yyb1330 = yyj1330 > l + yyj1358++ + if yyhl1358 { + yyb1358 = yyj1358 > l } else { - yyb1330 = r.CheckBreak() + yyb1358 = r.CheckBreak() } - if yyb1330 { + if yyb1358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18447,17 +18921,17 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Key = string(r.DecodeString()) } for { - yyj1330++ - if yyhl1330 { - yyb1330 = yyj1330 > l + yyj1358++ + if yyhl1358 { + yyb1358 = yyj1358 > l } else { - yyb1330 = r.CheckBreak() + yyb1358 = r.CheckBreak() } - if yyb1330 { + if yyb1358 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1330-1, "") + z.DecStructFieldNotFound(yyj1358-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18469,33 +18943,33 @@ func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1333 := z.EncBinary() - _ = yym1333 + yym1361 := z.EncBinary() + _ = yym1361 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1334 := !z.EncBinary() - yy2arr1334 := z.EncBasicHandle().StructToArray - var yyq1334 [2]bool - _, _, _ = yysep1334, yyq1334, yy2arr1334 - const yyr1334 bool = false - var yynn1334 int - if yyr1334 || yy2arr1334 { + yysep1362 := !z.EncBinary() + yy2arr1362 := z.EncBasicHandle().StructToArray + var yyq1362 [2]bool + _, _, _ = yysep1362, yyq1362, yy2arr1362 + const yyr1362 bool = false + var yynn1362 int + if yyr1362 || yy2arr1362 { r.EncodeArrayStart(2) } else { - yynn1334 = 2 - for _, b := range yyq1334 { + yynn1362 = 2 + for _, b := range yyq1362 { if b { - yynn1334++ + yynn1362++ } } - r.EncodeMapStart(yynn1334) - yynn1334 = 0 + r.EncodeMapStart(yynn1362) + yynn1362 = 0 } - if yyr1334 || yy2arr1334 { + if yyr1362 || yy2arr1362 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1336 := z.EncBinary() - _ = yym1336 + yym1364 := z.EncBinary() + _ = yym1364 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -18504,17 +18978,17 @@ func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1337 := z.EncBinary() - _ = yym1337 + yym1365 := z.EncBinary() + _ = yym1365 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1334 || yy2arr1334 { + if yyr1362 || yy2arr1362 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1339 := z.EncBinary() - _ = yym1339 + yym1367 := z.EncBinary() + _ = yym1367 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -18523,14 +18997,14 @@ func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1340 := z.EncBinary() - _ = yym1340 + yym1368 := z.EncBinary() + _ = yym1368 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1334 || yy2arr1334 { + if yyr1362 || yy2arr1362 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18543,25 +19017,25 @@ func (x *SecretKeySelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1341 := z.DecBinary() - _ = yym1341 + yym1369 := z.DecBinary() + _ = yym1369 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1342 := r.ContainerType() - if yyct1342 == codecSelferValueTypeMap1234 { - yyl1342 := r.ReadMapStart() - if yyl1342 == 0 { + yyct1370 := r.ContainerType() + if yyct1370 == codecSelferValueTypeMap1234 { + yyl1370 := r.ReadMapStart() + if yyl1370 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1342, d) + x.codecDecodeSelfFromMap(yyl1370, d) } - } else if yyct1342 == codecSelferValueTypeArray1234 { - yyl1342 := r.ReadArrayStart() - if yyl1342 == 0 { + } else if yyct1370 == codecSelferValueTypeArray1234 { + yyl1370 := r.ReadArrayStart() + if yyl1370 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1342, d) + x.codecDecodeSelfFromArray(yyl1370, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18573,12 +19047,12 @@ func (x *SecretKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1343Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1343Slc - var yyhl1343 bool = l >= 0 - for yyj1343 := 0; ; yyj1343++ { - if yyhl1343 { - if yyj1343 >= l { + var yys1371Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1371Slc + var yyhl1371 bool = l >= 0 + for yyj1371 := 0; ; yyj1371++ { + if yyhl1371 { + if yyj1371 >= l { break } } else { @@ -18587,10 +19061,10 @@ func (x *SecretKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1343Slc = r.DecodeBytes(yys1343Slc, true, true) - yys1343 := string(yys1343Slc) + yys1371Slc = r.DecodeBytes(yys1371Slc, true, true) + yys1371 := string(yys1371Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1343 { + switch yys1371 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -18604,9 +19078,9 @@ func (x *SecretKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Key = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1343) - } // end switch yys1343 - } // end for yyj1343 + z.DecStructFieldNotFound(-1, yys1371) + } // end switch yys1371 + } // end for yyj1371 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18614,16 +19088,16 @@ func (x *SecretKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1346 int - var yyb1346 bool - var yyhl1346 bool = l >= 0 - yyj1346++ - if yyhl1346 { - yyb1346 = yyj1346 > l + var yyj1374 int + var yyb1374 bool + var yyhl1374 bool = l >= 0 + yyj1374++ + if yyhl1374 { + yyb1374 = yyj1374 > l } else { - yyb1346 = r.CheckBreak() + yyb1374 = r.CheckBreak() } - if yyb1346 { + if yyb1374 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18633,13 +19107,13 @@ func (x *SecretKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Name = string(r.DecodeString()) } - yyj1346++ - if yyhl1346 { - yyb1346 = yyj1346 > l + yyj1374++ + if yyhl1374 { + yyb1374 = yyj1374 > l } else { - yyb1346 = r.CheckBreak() + yyb1374 = r.CheckBreak() } - if yyb1346 { + if yyb1374 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18650,17 +19124,17 @@ func (x *SecretKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder x.Key = string(r.DecodeString()) } for { - yyj1346++ - if yyhl1346 { - yyb1346 = yyj1346 > l + yyj1374++ + if yyhl1374 { + yyb1374 = yyj1374 > l } else { - yyb1346 = r.CheckBreak() + yyb1374 = r.CheckBreak() } - if yyb1346 { + if yyb1374 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1346-1, "") + z.DecStructFieldNotFound(yyj1374-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18672,33 +19146,33 @@ func (x *HTTPHeader) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1349 := z.EncBinary() - _ = yym1349 + yym1377 := z.EncBinary() + _ = yym1377 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1350 := !z.EncBinary() - yy2arr1350 := z.EncBasicHandle().StructToArray - var yyq1350 [2]bool - _, _, _ = yysep1350, yyq1350, yy2arr1350 - const yyr1350 bool = false - var yynn1350 int - if yyr1350 || yy2arr1350 { + yysep1378 := !z.EncBinary() + yy2arr1378 := z.EncBasicHandle().StructToArray + var yyq1378 [2]bool + _, _, _ = yysep1378, yyq1378, yy2arr1378 + const yyr1378 bool = false + var yynn1378 int + if yyr1378 || yy2arr1378 { r.EncodeArrayStart(2) } else { - yynn1350 = 2 - for _, b := range yyq1350 { + yynn1378 = 2 + for _, b := range yyq1378 { if b { - yynn1350++ + yynn1378++ } } - r.EncodeMapStart(yynn1350) - yynn1350 = 0 + r.EncodeMapStart(yynn1378) + yynn1378 = 0 } - if yyr1350 || yy2arr1350 { + if yyr1378 || yy2arr1378 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1352 := z.EncBinary() - _ = yym1352 + yym1380 := z.EncBinary() + _ = yym1380 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -18707,17 +19181,17 @@ func (x *HTTPHeader) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1353 := z.EncBinary() - _ = yym1353 + yym1381 := z.EncBinary() + _ = yym1381 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1350 || yy2arr1350 { + if yyr1378 || yy2arr1378 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1355 := z.EncBinary() - _ = yym1355 + yym1383 := z.EncBinary() + _ = yym1383 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -18726,14 +19200,14 @@ func (x *HTTPHeader) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1356 := z.EncBinary() - _ = yym1356 + yym1384 := z.EncBinary() + _ = yym1384 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } - if yyr1350 || yy2arr1350 { + if yyr1378 || yy2arr1378 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18746,25 +19220,25 @@ func (x *HTTPHeader) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1357 := z.DecBinary() - _ = yym1357 + yym1385 := z.DecBinary() + _ = yym1385 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1358 := r.ContainerType() - if yyct1358 == codecSelferValueTypeMap1234 { - yyl1358 := r.ReadMapStart() - if yyl1358 == 0 { + yyct1386 := r.ContainerType() + if yyct1386 == codecSelferValueTypeMap1234 { + yyl1386 := r.ReadMapStart() + if yyl1386 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1358, d) + x.codecDecodeSelfFromMap(yyl1386, d) } - } else if yyct1358 == codecSelferValueTypeArray1234 { - yyl1358 := r.ReadArrayStart() - if yyl1358 == 0 { + } else if yyct1386 == codecSelferValueTypeArray1234 { + yyl1386 := r.ReadArrayStart() + if yyl1386 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1358, d) + x.codecDecodeSelfFromArray(yyl1386, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18776,12 +19250,12 @@ func (x *HTTPHeader) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1359Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1359Slc - var yyhl1359 bool = l >= 0 - for yyj1359 := 0; ; yyj1359++ { - if yyhl1359 { - if yyj1359 >= l { + var yys1387Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1387Slc + var yyhl1387 bool = l >= 0 + for yyj1387 := 0; ; yyj1387++ { + if yyhl1387 { + if yyj1387 >= l { break } } else { @@ -18790,10 +19264,10 @@ func (x *HTTPHeader) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1359Slc = r.DecodeBytes(yys1359Slc, true, true) - yys1359 := string(yys1359Slc) + yys1387Slc = r.DecodeBytes(yys1387Slc, true, true) + yys1387 := string(yys1387Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1359 { + switch yys1387 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -18807,9 +19281,9 @@ func (x *HTTPHeader) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Value = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1359) - } // end switch yys1359 - } // end for yyj1359 + z.DecStructFieldNotFound(-1, yys1387) + } // end switch yys1387 + } // end for yyj1387 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18817,16 +19291,16 @@ func (x *HTTPHeader) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1362 int - var yyb1362 bool - var yyhl1362 bool = l >= 0 - yyj1362++ - if yyhl1362 { - yyb1362 = yyj1362 > l + var yyj1390 int + var yyb1390 bool + var yyhl1390 bool = l >= 0 + yyj1390++ + if yyhl1390 { + yyb1390 = yyj1390 > l } else { - yyb1362 = r.CheckBreak() + yyb1390 = r.CheckBreak() } - if yyb1362 { + if yyb1390 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18836,13 +19310,13 @@ func (x *HTTPHeader) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1362++ - if yyhl1362 { - yyb1362 = yyj1362 > l + yyj1390++ + if yyhl1390 { + yyb1390 = yyj1390 > l } else { - yyb1362 = r.CheckBreak() + yyb1390 = r.CheckBreak() } - if yyb1362 { + if yyb1390 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18853,17 +19327,17 @@ func (x *HTTPHeader) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Value = string(r.DecodeString()) } for { - yyj1362++ - if yyhl1362 { - yyb1362 = yyj1362 > l + yyj1390++ + if yyhl1390 { + yyb1390 = yyj1390 > l } else { - yyb1362 = r.CheckBreak() + yyb1390 = r.CheckBreak() } - if yyb1362 { + if yyb1390 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1362-1, "") + z.DecStructFieldNotFound(yyj1390-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18875,39 +19349,39 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1365 := z.EncBinary() - _ = yym1365 + yym1393 := z.EncBinary() + _ = yym1393 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1366 := !z.EncBinary() - yy2arr1366 := z.EncBasicHandle().StructToArray - var yyq1366 [5]bool - _, _, _ = yysep1366, yyq1366, yy2arr1366 - const yyr1366 bool = false - yyq1366[0] = x.Path != "" - yyq1366[1] = true - yyq1366[2] = x.Host != "" - yyq1366[3] = x.Scheme != "" - yyq1366[4] = len(x.HTTPHeaders) != 0 - var yynn1366 int - if yyr1366 || yy2arr1366 { + yysep1394 := !z.EncBinary() + yy2arr1394 := z.EncBasicHandle().StructToArray + var yyq1394 [5]bool + _, _, _ = yysep1394, yyq1394, yy2arr1394 + const yyr1394 bool = false + yyq1394[0] = x.Path != "" + yyq1394[1] = true + yyq1394[2] = x.Host != "" + yyq1394[3] = x.Scheme != "" + yyq1394[4] = len(x.HTTPHeaders) != 0 + var yynn1394 int + if yyr1394 || yy2arr1394 { r.EncodeArrayStart(5) } else { - yynn1366 = 0 - for _, b := range yyq1366 { + yynn1394 = 0 + for _, b := range yyq1394 { if b { - yynn1366++ + yynn1394++ } } - r.EncodeMapStart(yynn1366) - yynn1366 = 0 + r.EncodeMapStart(yynn1394) + yynn1394 = 0 } - if yyr1366 || yy2arr1366 { + if yyr1394 || yy2arr1394 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1366[0] { - yym1368 := z.EncBinary() - _ = yym1368 + if yyq1394[0] { + yym1396 := z.EncBinary() + _ = yym1396 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -18916,56 +19390,56 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1366[0] { + if yyq1394[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1369 := z.EncBinary() - _ = yym1369 + yym1397 := z.EncBinary() + _ = yym1397 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr1366 || yy2arr1366 { + if yyr1394 || yy2arr1394 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1366[1] { - yy1371 := &x.Port - yym1372 := z.EncBinary() - _ = yym1372 + if yyq1394[1] { + yy1399 := &x.Port + yym1400 := z.EncBinary() + _ = yym1400 if false { - } else if z.HasExtensions() && z.EncExt(yy1371) { - } else if !yym1372 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1371) + } else if z.HasExtensions() && z.EncExt(yy1399) { + } else if !yym1400 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1399) } else { - z.EncFallback(yy1371) + z.EncFallback(yy1399) } } else { r.EncodeNil() } } else { - if yyq1366[1] { + if yyq1394[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1373 := &x.Port - yym1374 := z.EncBinary() - _ = yym1374 + yy1401 := &x.Port + yym1402 := z.EncBinary() + _ = yym1402 if false { - } else if z.HasExtensions() && z.EncExt(yy1373) { - } else if !yym1374 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1373) + } else if z.HasExtensions() && z.EncExt(yy1401) { + } else if !yym1402 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1401) } else { - z.EncFallback(yy1373) + z.EncFallback(yy1401) } } } - if yyr1366 || yy2arr1366 { + if yyr1394 || yy2arr1394 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1366[2] { - yym1376 := z.EncBinary() - _ = yym1376 + if yyq1394[2] { + yym1404 := z.EncBinary() + _ = yym1404 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -18974,41 +19448,41 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1366[2] { + if yyq1394[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1377 := z.EncBinary() - _ = yym1377 + yym1405 := z.EncBinary() + _ = yym1405 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr1366 || yy2arr1366 { + if yyr1394 || yy2arr1394 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1366[3] { + if yyq1394[3] { x.Scheme.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1366[3] { + if yyq1394[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("scheme")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Scheme.CodecEncodeSelf(e) } } - if yyr1366 || yy2arr1366 { + if yyr1394 || yy2arr1394 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1366[4] { + if yyq1394[4] { if x.HTTPHeaders == nil { r.EncodeNil() } else { - yym1380 := z.EncBinary() - _ = yym1380 + yym1408 := z.EncBinary() + _ = yym1408 if false { } else { h.encSliceHTTPHeader(([]HTTPHeader)(x.HTTPHeaders), e) @@ -19018,15 +19492,15 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1366[4] { + if yyq1394[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpHeaders")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.HTTPHeaders == nil { r.EncodeNil() } else { - yym1381 := z.EncBinary() - _ = yym1381 + yym1409 := z.EncBinary() + _ = yym1409 if false { } else { h.encSliceHTTPHeader(([]HTTPHeader)(x.HTTPHeaders), e) @@ -19034,7 +19508,7 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1366 || yy2arr1366 { + if yyr1394 || yy2arr1394 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19047,25 +19521,25 @@ func (x *HTTPGetAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1382 := z.DecBinary() - _ = yym1382 + yym1410 := z.DecBinary() + _ = yym1410 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1383 := r.ContainerType() - if yyct1383 == codecSelferValueTypeMap1234 { - yyl1383 := r.ReadMapStart() - if yyl1383 == 0 { + yyct1411 := r.ContainerType() + if yyct1411 == codecSelferValueTypeMap1234 { + yyl1411 := r.ReadMapStart() + if yyl1411 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1383, d) + x.codecDecodeSelfFromMap(yyl1411, d) } - } else if yyct1383 == codecSelferValueTypeArray1234 { - yyl1383 := r.ReadArrayStart() - if yyl1383 == 0 { + } else if yyct1411 == codecSelferValueTypeArray1234 { + yyl1411 := r.ReadArrayStart() + if yyl1411 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1383, d) + x.codecDecodeSelfFromArray(yyl1411, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19077,12 +19551,12 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1384Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1384Slc - var yyhl1384 bool = l >= 0 - for yyj1384 := 0; ; yyj1384++ { - if yyhl1384 { - if yyj1384 >= 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 { @@ -19091,10 +19565,10 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1384Slc = r.DecodeBytes(yys1384Slc, true, true) - yys1384 := string(yys1384Slc) + yys1412Slc = r.DecodeBytes(yys1412Slc, true, true) + yys1412 := string(yys1412Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1384 { + switch yys1412 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -19105,15 +19579,15 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1386 := &x.Port - yym1387 := z.DecBinary() - _ = yym1387 + yyv1414 := &x.Port + yym1415 := z.DecBinary() + _ = yym1415 if false { - } else if z.HasExtensions() && z.DecExt(yyv1386) { - } else if !yym1387 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1386) + } else if z.HasExtensions() && z.DecExt(yyv1414) { + } else if !yym1415 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1414) } else { - z.DecFallback(yyv1386, false) + z.DecFallback(yyv1414, false) } } case "host": @@ -19132,18 +19606,18 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.HTTPHeaders = nil } else { - yyv1390 := &x.HTTPHeaders - yym1391 := z.DecBinary() - _ = yym1391 + yyv1418 := &x.HTTPHeaders + yym1419 := z.DecBinary() + _ = yym1419 if false { } else { - h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1390), d) + h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1418), d) } } default: - z.DecStructFieldNotFound(-1, yys1384) - } // end switch yys1384 - } // end for yyj1384 + z.DecStructFieldNotFound(-1, yys1412) + } // end switch yys1412 + } // end for yyj1412 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19151,16 +19625,16 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1392 int - var yyb1392 bool - var yyhl1392 bool = l >= 0 - yyj1392++ - if yyhl1392 { - yyb1392 = yyj1392 > l + var yyj1420 int + var yyb1420 bool + var yyhl1420 bool = l >= 0 + yyj1420++ + if yyhl1420 { + yyb1420 = yyj1420 > l } else { - yyb1392 = r.CheckBreak() + yyb1420 = r.CheckBreak() } - if yyb1392 { + if yyb1420 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19170,13 +19644,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Path = string(r.DecodeString()) } - yyj1392++ - if yyhl1392 { - yyb1392 = yyj1392 > l + yyj1420++ + if yyhl1420 { + yyb1420 = yyj1420 > l } else { - yyb1392 = r.CheckBreak() + yyb1420 = r.CheckBreak() } - if yyb1392 { + if yyb1420 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19184,24 +19658,24 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1394 := &x.Port - yym1395 := z.DecBinary() - _ = yym1395 + yyv1422 := &x.Port + yym1423 := z.DecBinary() + _ = yym1423 if false { - } else if z.HasExtensions() && z.DecExt(yyv1394) { - } else if !yym1395 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1394) + } else if z.HasExtensions() && z.DecExt(yyv1422) { + } else if !yym1423 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1422) } else { - z.DecFallback(yyv1394, false) + z.DecFallback(yyv1422, false) } } - yyj1392++ - if yyhl1392 { - yyb1392 = yyj1392 > l + yyj1420++ + if yyhl1420 { + yyb1420 = yyj1420 > l } else { - yyb1392 = r.CheckBreak() + yyb1420 = r.CheckBreak() } - if yyb1392 { + if yyb1420 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19211,13 +19685,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Host = string(r.DecodeString()) } - yyj1392++ - if yyhl1392 { - yyb1392 = yyj1392 > l + yyj1420++ + if yyhl1420 { + yyb1420 = yyj1420 > l } else { - yyb1392 = r.CheckBreak() + yyb1420 = r.CheckBreak() } - if yyb1392 { + if yyb1420 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19227,13 +19701,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Scheme = URIScheme(r.DecodeString()) } - yyj1392++ - if yyhl1392 { - yyb1392 = yyj1392 > l + yyj1420++ + if yyhl1420 { + yyb1420 = yyj1420 > l } else { - yyb1392 = r.CheckBreak() + yyb1420 = r.CheckBreak() } - if yyb1392 { + if yyb1420 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19241,26 +19715,26 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.HTTPHeaders = nil } else { - yyv1398 := &x.HTTPHeaders - yym1399 := z.DecBinary() - _ = yym1399 + yyv1426 := &x.HTTPHeaders + yym1427 := z.DecBinary() + _ = yym1427 if false { } else { - h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1398), d) + h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1426), d) } } for { - yyj1392++ - if yyhl1392 { - yyb1392 = yyj1392 > l + yyj1420++ + if yyhl1420 { + yyb1420 = yyj1420 > l } else { - yyb1392 = r.CheckBreak() + yyb1420 = r.CheckBreak() } - if yyb1392 { + if yyb1420 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1392-1, "") + z.DecStructFieldNotFound(yyj1420-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19269,8 +19743,8 @@ func (x URIScheme) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1400 := z.EncBinary() - _ = yym1400 + yym1428 := z.EncBinary() + _ = yym1428 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -19282,8 +19756,8 @@ func (x *URIScheme) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1401 := z.DecBinary() - _ = yym1401 + yym1429 := z.DecBinary() + _ = yym1429 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -19298,64 +19772,64 @@ func (x *TCPSocketAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1402 := z.EncBinary() - _ = yym1402 + yym1430 := z.EncBinary() + _ = yym1430 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1403 := !z.EncBinary() - yy2arr1403 := z.EncBasicHandle().StructToArray - var yyq1403 [1]bool - _, _, _ = yysep1403, yyq1403, yy2arr1403 - const yyr1403 bool = false - yyq1403[0] = true - var yynn1403 int - if yyr1403 || yy2arr1403 { + yysep1431 := !z.EncBinary() + yy2arr1431 := z.EncBasicHandle().StructToArray + var yyq1431 [1]bool + _, _, _ = yysep1431, yyq1431, yy2arr1431 + const yyr1431 bool = false + yyq1431[0] = true + var yynn1431 int + if yyr1431 || yy2arr1431 { r.EncodeArrayStart(1) } else { - yynn1403 = 0 - for _, b := range yyq1403 { + yynn1431 = 0 + for _, b := range yyq1431 { if b { - yynn1403++ + yynn1431++ } } - r.EncodeMapStart(yynn1403) - yynn1403 = 0 + r.EncodeMapStart(yynn1431) + yynn1431 = 0 } - if yyr1403 || yy2arr1403 { + if yyr1431 || yy2arr1431 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1403[0] { - yy1405 := &x.Port - yym1406 := z.EncBinary() - _ = yym1406 + if yyq1431[0] { + yy1433 := &x.Port + yym1434 := z.EncBinary() + _ = yym1434 if false { - } else if z.HasExtensions() && z.EncExt(yy1405) { - } else if !yym1406 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1405) + } else if z.HasExtensions() && z.EncExt(yy1433) { + } else if !yym1434 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1433) } else { - z.EncFallback(yy1405) + z.EncFallback(yy1433) } } else { r.EncodeNil() } } else { - if yyq1403[0] { + if yyq1431[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1407 := &x.Port - yym1408 := z.EncBinary() - _ = yym1408 + yy1435 := &x.Port + yym1436 := z.EncBinary() + _ = yym1436 if false { - } else if z.HasExtensions() && z.EncExt(yy1407) { - } else if !yym1408 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1407) + } else if z.HasExtensions() && z.EncExt(yy1435) { + } else if !yym1436 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1435) } else { - z.EncFallback(yy1407) + z.EncFallback(yy1435) } } } - if yyr1403 || yy2arr1403 { + if yyr1431 || yy2arr1431 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19368,25 +19842,25 @@ func (x *TCPSocketAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1409 := z.DecBinary() - _ = yym1409 + yym1437 := z.DecBinary() + _ = yym1437 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1410 := r.ContainerType() - if yyct1410 == codecSelferValueTypeMap1234 { - yyl1410 := r.ReadMapStart() - if yyl1410 == 0 { + yyct1438 := r.ContainerType() + if yyct1438 == codecSelferValueTypeMap1234 { + yyl1438 := r.ReadMapStart() + if yyl1438 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1410, d) + x.codecDecodeSelfFromMap(yyl1438, d) } - } else if yyct1410 == codecSelferValueTypeArray1234 { - yyl1410 := r.ReadArrayStart() - if yyl1410 == 0 { + } else if yyct1438 == codecSelferValueTypeArray1234 { + yyl1438 := r.ReadArrayStart() + if yyl1438 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1410, d) + x.codecDecodeSelfFromArray(yyl1438, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19398,12 +19872,12 @@ func (x *TCPSocketAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1411Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1411Slc - var yyhl1411 bool = l >= 0 - for yyj1411 := 0; ; yyj1411++ { - if yyhl1411 { - if yyj1411 >= l { + var yys1439Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1439Slc + var yyhl1439 bool = l >= 0 + for yyj1439 := 0; ; yyj1439++ { + if yyhl1439 { + if yyj1439 >= l { break } } else { @@ -19412,29 +19886,29 @@ func (x *TCPSocketAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1411Slc = r.DecodeBytes(yys1411Slc, true, true) - yys1411 := string(yys1411Slc) + yys1439Slc = r.DecodeBytes(yys1439Slc, true, true) + yys1439 := string(yys1439Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1411 { + switch yys1439 { case "port": if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1412 := &x.Port - yym1413 := z.DecBinary() - _ = yym1413 + yyv1440 := &x.Port + yym1441 := z.DecBinary() + _ = yym1441 if false { - } else if z.HasExtensions() && z.DecExt(yyv1412) { - } else if !yym1413 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1412) + } else if z.HasExtensions() && z.DecExt(yyv1440) { + } else if !yym1441 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1440) } else { - z.DecFallback(yyv1412, false) + z.DecFallback(yyv1440, false) } } default: - z.DecStructFieldNotFound(-1, yys1411) - } // end switch yys1411 - } // end for yyj1411 + z.DecStructFieldNotFound(-1, yys1439) + } // end switch yys1439 + } // end for yyj1439 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19442,16 +19916,16 @@ func (x *TCPSocketAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1414 int - var yyb1414 bool - var yyhl1414 bool = l >= 0 - yyj1414++ - if yyhl1414 { - yyb1414 = yyj1414 > l + var yyj1442 int + var yyb1442 bool + var yyhl1442 bool = l >= 0 + yyj1442++ + if yyhl1442 { + yyb1442 = yyj1442 > l } else { - yyb1414 = r.CheckBreak() + yyb1442 = r.CheckBreak() } - if yyb1414 { + if yyb1442 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19459,29 +19933,29 @@ func (x *TCPSocketAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1415 := &x.Port - yym1416 := z.DecBinary() - _ = yym1416 + yyv1443 := &x.Port + yym1444 := z.DecBinary() + _ = yym1444 if false { - } else if z.HasExtensions() && z.DecExt(yyv1415) { - } else if !yym1416 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1415) + } else if z.HasExtensions() && z.DecExt(yyv1443) { + } else if !yym1444 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1443) } else { - z.DecFallback(yyv1415, false) + z.DecFallback(yyv1443, false) } } for { - yyj1414++ - if yyhl1414 { - yyb1414 = yyj1414 > l + yyj1442++ + if yyhl1442 { + yyb1442 = yyj1442 > l } else { - yyb1414 = r.CheckBreak() + yyb1442 = r.CheckBreak() } - if yyb1414 { + if yyb1442 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1414-1, "") + z.DecStructFieldNotFound(yyj1442-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19493,38 +19967,38 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1417 := z.EncBinary() - _ = yym1417 + yym1445 := z.EncBinary() + _ = yym1445 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1418 := !z.EncBinary() - yy2arr1418 := z.EncBasicHandle().StructToArray - var yyq1418 [1]bool - _, _, _ = yysep1418, yyq1418, yy2arr1418 - const yyr1418 bool = false - yyq1418[0] = len(x.Command) != 0 - var yynn1418 int - if yyr1418 || yy2arr1418 { + yysep1446 := !z.EncBinary() + yy2arr1446 := z.EncBasicHandle().StructToArray + var yyq1446 [1]bool + _, _, _ = yysep1446, yyq1446, yy2arr1446 + const yyr1446 bool = false + yyq1446[0] = len(x.Command) != 0 + var yynn1446 int + if yyr1446 || yy2arr1446 { r.EncodeArrayStart(1) } else { - yynn1418 = 0 - for _, b := range yyq1418 { + yynn1446 = 0 + for _, b := range yyq1446 { if b { - yynn1418++ + yynn1446++ } } - r.EncodeMapStart(yynn1418) - yynn1418 = 0 + r.EncodeMapStart(yynn1446) + yynn1446 = 0 } - if yyr1418 || yy2arr1418 { + if yyr1446 || yy2arr1446 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1418[0] { + if yyq1446[0] { if x.Command == nil { r.EncodeNil() } else { - yym1420 := z.EncBinary() - _ = yym1420 + yym1448 := z.EncBinary() + _ = yym1448 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -19534,15 +20008,15 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1418[0] { + if yyq1446[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("command")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Command == nil { r.EncodeNil() } else { - yym1421 := z.EncBinary() - _ = yym1421 + yym1449 := z.EncBinary() + _ = yym1449 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -19550,7 +20024,7 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1418 || yy2arr1418 { + if yyr1446 || yy2arr1446 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19560,405 +20034,6 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { } func (x *ExecAction) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym1422 := z.DecBinary() - _ = yym1422 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct1423 := r.ContainerType() - if yyct1423 == codecSelferValueTypeMap1234 { - yyl1423 := r.ReadMapStart() - if yyl1423 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl1423, d) - } - } else if yyct1423 == codecSelferValueTypeArray1234 { - yyl1423 := r.ReadArrayStart() - if yyl1423 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl1423, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *ExecAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys1424Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1424Slc - var yyhl1424 bool = l >= 0 - for yyj1424 := 0; ; yyj1424++ { - if yyhl1424 { - if yyj1424 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1424Slc = r.DecodeBytes(yys1424Slc, true, true) - yys1424 := string(yys1424Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1424 { - case "command": - if r.TryDecodeAsNil() { - x.Command = nil - } else { - yyv1425 := &x.Command - yym1426 := z.DecBinary() - _ = yym1426 - if false { - } else { - z.F.DecSliceStringX(yyv1425, false, d) - } - } - default: - z.DecStructFieldNotFound(-1, yys1424) - } // end switch yys1424 - } // end for yyj1424 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *ExecAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj1427 int - var yyb1427 bool - var yyhl1427 bool = l >= 0 - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l - } else { - yyb1427 = r.CheckBreak() - } - if yyb1427 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Command = nil - } else { - yyv1428 := &x.Command - yym1429 := z.DecBinary() - _ = yym1429 - if false { - } else { - z.F.DecSliceStringX(yyv1428, false, d) - } - } - for { - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l - } else { - yyb1427 = r.CheckBreak() - } - if yyb1427 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1427-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym1430 := z.EncBinary() - _ = yym1430 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep1431 := !z.EncBinary() - yy2arr1431 := z.EncBasicHandle().StructToArray - var yyq1431 [8]bool - _, _, _ = yysep1431, yyq1431, yy2arr1431 - const yyr1431 bool = false - yyq1431[0] = x.Handler.Exec != nil && x.Exec != nil - yyq1431[1] = x.Handler.HTTPGet != nil && x.HTTPGet != nil - yyq1431[2] = x.Handler.TCPSocket != nil && x.TCPSocket != nil - yyq1431[3] = x.InitialDelaySeconds != 0 - yyq1431[4] = x.TimeoutSeconds != 0 - yyq1431[5] = x.PeriodSeconds != 0 - yyq1431[6] = x.SuccessThreshold != 0 - yyq1431[7] = x.FailureThreshold != 0 - var yynn1431 int - if yyr1431 || yy2arr1431 { - r.EncodeArrayStart(8) - } else { - yynn1431 = 0 - for _, b := range yyq1431 { - if b { - yynn1431++ - } - } - r.EncodeMapStart(yynn1431) - yynn1431 = 0 - } - var yyn1432 bool - if x.Handler.Exec == nil { - yyn1432 = true - goto LABEL1432 - } - LABEL1432: - if yyr1431 || yy2arr1431 { - if yyn1432 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[0] { - if x.Exec == nil { - r.EncodeNil() - } else { - x.Exec.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq1431[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("exec")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1432 { - r.EncodeNil() - } else { - if x.Exec == nil { - r.EncodeNil() - } else { - x.Exec.CodecEncodeSelf(e) - } - } - } - } - var yyn1433 bool - if x.Handler.HTTPGet == nil { - yyn1433 = true - goto LABEL1433 - } - LABEL1433: - if yyr1431 || yy2arr1431 { - if yyn1433 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[1] { - if x.HTTPGet == nil { - r.EncodeNil() - } else { - x.HTTPGet.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq1431[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("httpGet")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1433 { - r.EncodeNil() - } else { - if x.HTTPGet == nil { - r.EncodeNil() - } else { - x.HTTPGet.CodecEncodeSelf(e) - } - } - } - } - var yyn1434 bool - if x.Handler.TCPSocket == nil { - yyn1434 = true - goto LABEL1434 - } - LABEL1434: - if yyr1431 || yy2arr1431 { - if yyn1434 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[2] { - if x.TCPSocket == nil { - r.EncodeNil() - } else { - x.TCPSocket.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq1431[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1434 { - r.EncodeNil() - } else { - if x.TCPSocket == nil { - r.EncodeNil() - } else { - x.TCPSocket.CodecEncodeSelf(e) - } - } - } - } - if yyr1431 || yy2arr1431 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[3] { - yym1436 := z.EncBinary() - _ = yym1436 - if false { - } else { - r.EncodeInt(int64(x.InitialDelaySeconds)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq1431[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("initialDelaySeconds")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1437 := z.EncBinary() - _ = yym1437 - if false { - } else { - r.EncodeInt(int64(x.InitialDelaySeconds)) - } - } - } - if yyr1431 || yy2arr1431 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[4] { - yym1439 := z.EncBinary() - _ = yym1439 - if false { - } else { - r.EncodeInt(int64(x.TimeoutSeconds)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq1431[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1440 := z.EncBinary() - _ = yym1440 - if false { - } else { - r.EncodeInt(int64(x.TimeoutSeconds)) - } - } - } - if yyr1431 || yy2arr1431 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[5] { - yym1442 := z.EncBinary() - _ = yym1442 - if false { - } else { - r.EncodeInt(int64(x.PeriodSeconds)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq1431[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("periodSeconds")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1443 := z.EncBinary() - _ = yym1443 - if false { - } else { - r.EncodeInt(int64(x.PeriodSeconds)) - } - } - } - if yyr1431 || yy2arr1431 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[6] { - yym1445 := z.EncBinary() - _ = yym1445 - if false { - } else { - r.EncodeInt(int64(x.SuccessThreshold)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq1431[6] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("successThreshold")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1446 := z.EncBinary() - _ = yym1446 - if false { - } else { - r.EncodeInt(int64(x.SuccessThreshold)) - } - } - } - if yyr1431 || yy2arr1431 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1431[7] { - yym1448 := z.EncBinary() - _ = yym1448 - if false { - } else { - r.EncodeInt(int64(x.FailureThreshold)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq1431[7] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("failureThreshold")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1449 := z.EncBinary() - _ = yym1449 - if false { - } else { - r.EncodeInt(int64(x.FailureThreshold)) - } - } - } - if yyr1431 || yy2arr1431 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *Probe) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -19988,7 +20063,7 @@ func (x *Probe) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *ExecAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -20010,6 +20085,405 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { yys1452 := string(yys1452Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) switch yys1452 { + case "command": + if r.TryDecodeAsNil() { + x.Command = nil + } else { + yyv1453 := &x.Command + yym1454 := z.DecBinary() + _ = yym1454 + if false { + } else { + z.F.DecSliceStringX(yyv1453, false, d) + } + } + default: + z.DecStructFieldNotFound(-1, yys1452) + } // end switch yys1452 + } // end for yyj1452 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *ExecAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj1455 int + var yyb1455 bool + var yyhl1455 bool = l >= 0 + yyj1455++ + if yyhl1455 { + yyb1455 = yyj1455 > l + } else { + yyb1455 = r.CheckBreak() + } + if yyb1455 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Command = nil + } else { + yyv1456 := &x.Command + yym1457 := z.DecBinary() + _ = yym1457 + if false { + } else { + z.F.DecSliceStringX(yyv1456, false, d) + } + } + for { + yyj1455++ + if yyhl1455 { + yyb1455 = yyj1455 > l + } else { + yyb1455 = r.CheckBreak() + } + if yyb1455 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj1455-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1458 := z.EncBinary() + _ = yym1458 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep1459 := !z.EncBinary() + yy2arr1459 := z.EncBasicHandle().StructToArray + var yyq1459 [8]bool + _, _, _ = yysep1459, yyq1459, yy2arr1459 + const yyr1459 bool = false + yyq1459[0] = x.Handler.Exec != nil && x.Exec != nil + yyq1459[1] = x.Handler.HTTPGet != nil && x.HTTPGet != nil + yyq1459[2] = x.Handler.TCPSocket != nil && x.TCPSocket != nil + yyq1459[3] = x.InitialDelaySeconds != 0 + yyq1459[4] = x.TimeoutSeconds != 0 + yyq1459[5] = x.PeriodSeconds != 0 + yyq1459[6] = x.SuccessThreshold != 0 + yyq1459[7] = x.FailureThreshold != 0 + var yynn1459 int + if yyr1459 || yy2arr1459 { + r.EncodeArrayStart(8) + } else { + yynn1459 = 0 + for _, b := range yyq1459 { + if b { + yynn1459++ + } + } + r.EncodeMapStart(yynn1459) + yynn1459 = 0 + } + var yyn1460 bool + if x.Handler.Exec == nil { + yyn1460 = true + goto LABEL1460 + } + LABEL1460: + if yyr1459 || yy2arr1459 { + if yyn1460 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1459[0] { + if x.Exec == nil { + r.EncodeNil() + } else { + x.Exec.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq1459[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("exec")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn1460 { + r.EncodeNil() + } else { + if x.Exec == nil { + r.EncodeNil() + } else { + x.Exec.CodecEncodeSelf(e) + } + } + } + } + var yyn1461 bool + if x.Handler.HTTPGet == nil { + yyn1461 = true + goto LABEL1461 + } + LABEL1461: + if yyr1459 || yy2arr1459 { + if yyn1461 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1459[1] { + if x.HTTPGet == nil { + r.EncodeNil() + } else { + x.HTTPGet.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq1459[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("httpGet")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn1461 { + r.EncodeNil() + } else { + if x.HTTPGet == nil { + r.EncodeNil() + } else { + x.HTTPGet.CodecEncodeSelf(e) + } + } + } + } + var yyn1462 bool + if x.Handler.TCPSocket == nil { + yyn1462 = true + goto LABEL1462 + } + LABEL1462: + if yyr1459 || yy2arr1459 { + if yyn1462 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1459[2] { + if x.TCPSocket == nil { + r.EncodeNil() + } else { + x.TCPSocket.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq1459[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn1462 { + r.EncodeNil() + } else { + if x.TCPSocket == nil { + r.EncodeNil() + } else { + x.TCPSocket.CodecEncodeSelf(e) + } + } + } + } + if yyr1459 || yy2arr1459 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1459[3] { + yym1464 := z.EncBinary() + _ = yym1464 + if false { + } else { + r.EncodeInt(int64(x.InitialDelaySeconds)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq1459[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("initialDelaySeconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1465 := z.EncBinary() + _ = yym1465 + if false { + } else { + r.EncodeInt(int64(x.InitialDelaySeconds)) + } + } + } + if yyr1459 || yy2arr1459 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1459[4] { + yym1467 := z.EncBinary() + _ = yym1467 + if false { + } else { + r.EncodeInt(int64(x.TimeoutSeconds)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq1459[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1468 := z.EncBinary() + _ = yym1468 + if false { + } else { + r.EncodeInt(int64(x.TimeoutSeconds)) + } + } + } + if yyr1459 || yy2arr1459 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1459[5] { + yym1470 := z.EncBinary() + _ = yym1470 + if false { + } else { + r.EncodeInt(int64(x.PeriodSeconds)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq1459[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("periodSeconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1471 := z.EncBinary() + _ = yym1471 + if false { + } else { + r.EncodeInt(int64(x.PeriodSeconds)) + } + } + } + if yyr1459 || yy2arr1459 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1459[6] { + yym1473 := z.EncBinary() + _ = yym1473 + if false { + } else { + r.EncodeInt(int64(x.SuccessThreshold)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq1459[6] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("successThreshold")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1474 := z.EncBinary() + _ = yym1474 + if false { + } else { + r.EncodeInt(int64(x.SuccessThreshold)) + } + } + } + if yyr1459 || yy2arr1459 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1459[7] { + yym1476 := z.EncBinary() + _ = yym1476 + if false { + } else { + r.EncodeInt(int64(x.FailureThreshold)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq1459[7] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("failureThreshold")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1477 := z.EncBinary() + _ = yym1477 + if false { + } else { + r.EncodeInt(int64(x.FailureThreshold)) + } + } + } + if yyr1459 || yy2arr1459 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *Probe) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1478 := z.DecBinary() + _ = yym1478 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct1479 := r.ContainerType() + if yyct1479 == codecSelferValueTypeMap1234 { + yyl1479 := r.ReadMapStart() + if yyl1479 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl1479, d) + } + } else if yyct1479 == codecSelferValueTypeArray1234 { + yyl1479 := r.ReadArrayStart() + if yyl1479 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl1479, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys1480Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1480Slc + var yyhl1480 bool = l >= 0 + for yyj1480 := 0; ; yyj1480++ { + if yyhl1480 { + if yyj1480 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys1480Slc = r.DecodeBytes(yys1480Slc, true, true) + yys1480 := string(yys1480Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys1480 { case "exec": if x.Handler.Exec == nil { x.Handler.Exec = new(ExecAction) @@ -20083,9 +20557,9 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FailureThreshold = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys1452) - } // end switch yys1452 - } // end for yyj1452 + z.DecStructFieldNotFound(-1, yys1480) + } // end switch yys1480 + } // end for yyj1480 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20093,19 +20567,19 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1461 int - var yyb1461 bool - var yyhl1461 bool = l >= 0 + var yyj1489 int + var yyb1489 bool + var yyhl1489 bool = l >= 0 if x.Handler.Exec == nil { x.Handler.Exec = new(ExecAction) } - yyj1461++ - if yyhl1461 { - yyb1461 = yyj1461 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1461 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1461 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20123,13 +20597,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Handler.HTTPGet == nil { x.Handler.HTTPGet = new(HTTPGetAction) } - yyj1461++ - if yyhl1461 { - yyb1461 = yyj1461 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1461 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1461 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20147,13 +20621,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Handler.TCPSocket == nil { x.Handler.TCPSocket = new(TCPSocketAction) } - yyj1461++ - if yyhl1461 { - yyb1461 = yyj1461 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1461 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1461 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20168,13 +20642,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.TCPSocket.CodecDecodeSelf(d) } - yyj1461++ - if yyhl1461 { - yyb1461 = yyj1461 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1461 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1461 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20184,13 +20658,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.InitialDelaySeconds = int32(r.DecodeInt(32)) } - yyj1461++ - if yyhl1461 { - yyb1461 = yyj1461 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1461 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1461 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20200,13 +20674,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TimeoutSeconds = int32(r.DecodeInt(32)) } - yyj1461++ - if yyhl1461 { - yyb1461 = yyj1461 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1461 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1461 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20216,13 +20690,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PeriodSeconds = int32(r.DecodeInt(32)) } - yyj1461++ - if yyhl1461 { - yyb1461 = yyj1461 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1461 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1461 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20232,13 +20706,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SuccessThreshold = int32(r.DecodeInt(32)) } - yyj1461++ - if yyhl1461 { - yyb1461 = yyj1461 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1461 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1461 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20248,315 +20722,6 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.FailureThreshold = int32(r.DecodeInt(32)) } - for { - yyj1461++ - if yyhl1461 { - yyb1461 = yyj1461 > l - } else { - yyb1461 = r.CheckBreak() - } - if yyb1461 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1461-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x PullPolicy) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - yym1470 := z.EncBinary() - _ = yym1470 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x)) - } -} - -func (x *PullPolicy) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym1471 := z.DecBinary() - _ = yym1471 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - *((*string)(x)) = r.DecodeString() - } -} - -func (x Capability) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - yym1472 := z.EncBinary() - _ = yym1472 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x)) - } -} - -func (x *Capability) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym1473 := z.DecBinary() - _ = yym1473 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - *((*string)(x)) = r.DecodeString() - } -} - -func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym1474 := z.EncBinary() - _ = yym1474 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep1475 := !z.EncBinary() - yy2arr1475 := z.EncBasicHandle().StructToArray - var yyq1475 [2]bool - _, _, _ = yysep1475, yyq1475, yy2arr1475 - const yyr1475 bool = false - yyq1475[0] = len(x.Add) != 0 - yyq1475[1] = len(x.Drop) != 0 - var yynn1475 int - if yyr1475 || yy2arr1475 { - r.EncodeArrayStart(2) - } else { - yynn1475 = 0 - for _, b := range yyq1475 { - if b { - yynn1475++ - } - } - r.EncodeMapStart(yynn1475) - yynn1475 = 0 - } - if yyr1475 || yy2arr1475 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1475[0] { - if x.Add == nil { - r.EncodeNil() - } else { - yym1477 := z.EncBinary() - _ = yym1477 - if false { - } else { - h.encSliceCapability(([]Capability)(x.Add), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1475[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("add")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Add == nil { - r.EncodeNil() - } else { - yym1478 := z.EncBinary() - _ = yym1478 - if false { - } else { - h.encSliceCapability(([]Capability)(x.Add), e) - } - } - } - } - if yyr1475 || yy2arr1475 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1475[1] { - if x.Drop == nil { - r.EncodeNil() - } else { - yym1480 := z.EncBinary() - _ = yym1480 - if false { - } else { - h.encSliceCapability(([]Capability)(x.Drop), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1475[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("drop")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Drop == nil { - r.EncodeNil() - } else { - yym1481 := z.EncBinary() - _ = yym1481 - if false { - } else { - h.encSliceCapability(([]Capability)(x.Drop), e) - } - } - } - } - if yyr1475 || yy2arr1475 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *Capabilities) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym1482 := z.DecBinary() - _ = yym1482 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct1483 := r.ContainerType() - if yyct1483 == codecSelferValueTypeMap1234 { - yyl1483 := r.ReadMapStart() - if yyl1483 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl1483, d) - } - } else if yyct1483 == codecSelferValueTypeArray1234 { - yyl1483 := r.ReadArrayStart() - if yyl1483 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl1483, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *Capabilities) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys1484Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1484Slc - var yyhl1484 bool = l >= 0 - for yyj1484 := 0; ; yyj1484++ { - if yyhl1484 { - if yyj1484 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1484Slc = r.DecodeBytes(yys1484Slc, true, true) - yys1484 := string(yys1484Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1484 { - case "add": - if r.TryDecodeAsNil() { - x.Add = nil - } else { - yyv1485 := &x.Add - yym1486 := z.DecBinary() - _ = yym1486 - if false { - } else { - h.decSliceCapability((*[]Capability)(yyv1485), d) - } - } - case "drop": - if r.TryDecodeAsNil() { - x.Drop = nil - } else { - yyv1487 := &x.Drop - yym1488 := z.DecBinary() - _ = yym1488 - if false { - } else { - h.decSliceCapability((*[]Capability)(yyv1487), d) - } - } - default: - z.DecStructFieldNotFound(-1, yys1484) - } // end switch yys1484 - } // end for yyj1484 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj1489 int - var yyb1489 bool - var yyhl1489 bool = l >= 0 - yyj1489++ - if yyhl1489 { - yyb1489 = yyj1489 > l - } else { - yyb1489 = r.CheckBreak() - } - if yyb1489 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Add = nil - } else { - yyv1490 := &x.Add - yym1491 := z.DecBinary() - _ = yym1491 - if false { - } else { - h.decSliceCapability((*[]Capability)(yyv1490), d) - } - } - yyj1489++ - if yyhl1489 { - yyb1489 = yyj1489 > l - } else { - yyb1489 = r.CheckBreak() - } - if yyb1489 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Drop = nil - } else { - yyv1492 := &x.Drop - yym1493 := z.DecBinary() - _ = yym1493 - if false { - } else { - h.decSliceCapability((*[]Capability)(yyv1492), d) - } - } for { yyj1489++ if yyhl1489 { @@ -20573,6 +20738,315 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } +func (x PullPolicy) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + yym1498 := z.EncBinary() + _ = yym1498 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x)) + } +} + +func (x *PullPolicy) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1499 := z.DecBinary() + _ = yym1499 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + *((*string)(x)) = r.DecodeString() + } +} + +func (x Capability) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + yym1500 := z.EncBinary() + _ = yym1500 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x)) + } +} + +func (x *Capability) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1501 := z.DecBinary() + _ = yym1501 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + *((*string)(x)) = r.DecodeString() + } +} + +func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1502 := z.EncBinary() + _ = yym1502 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep1503 := !z.EncBinary() + yy2arr1503 := z.EncBasicHandle().StructToArray + var yyq1503 [2]bool + _, _, _ = yysep1503, yyq1503, yy2arr1503 + const yyr1503 bool = false + yyq1503[0] = len(x.Add) != 0 + yyq1503[1] = len(x.Drop) != 0 + var yynn1503 int + if yyr1503 || yy2arr1503 { + r.EncodeArrayStart(2) + } else { + yynn1503 = 0 + for _, b := range yyq1503 { + if b { + yynn1503++ + } + } + r.EncodeMapStart(yynn1503) + yynn1503 = 0 + } + if yyr1503 || yy2arr1503 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1503[0] { + if x.Add == nil { + r.EncodeNil() + } else { + yym1505 := z.EncBinary() + _ = yym1505 + if false { + } else { + h.encSliceCapability(([]Capability)(x.Add), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1503[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("add")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Add == nil { + r.EncodeNil() + } else { + yym1506 := z.EncBinary() + _ = yym1506 + if false { + } else { + h.encSliceCapability(([]Capability)(x.Add), e) + } + } + } + } + if yyr1503 || yy2arr1503 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1503[1] { + if x.Drop == nil { + r.EncodeNil() + } else { + yym1508 := z.EncBinary() + _ = yym1508 + if false { + } else { + h.encSliceCapability(([]Capability)(x.Drop), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1503[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("drop")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Drop == nil { + r.EncodeNil() + } else { + yym1509 := z.EncBinary() + _ = yym1509 + if false { + } else { + h.encSliceCapability(([]Capability)(x.Drop), e) + } + } + } + } + if yyr1503 || yy2arr1503 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *Capabilities) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1510 := z.DecBinary() + _ = yym1510 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct1511 := r.ContainerType() + if yyct1511 == codecSelferValueTypeMap1234 { + yyl1511 := r.ReadMapStart() + if yyl1511 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl1511, d) + } + } else if yyct1511 == codecSelferValueTypeArray1234 { + yyl1511 := r.ReadArrayStart() + if yyl1511 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl1511, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *Capabilities) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys1512Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1512Slc + var yyhl1512 bool = l >= 0 + for yyj1512 := 0; ; yyj1512++ { + if yyhl1512 { + if yyj1512 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys1512Slc = r.DecodeBytes(yys1512Slc, true, true) + yys1512 := string(yys1512Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys1512 { + case "add": + if r.TryDecodeAsNil() { + x.Add = nil + } else { + yyv1513 := &x.Add + yym1514 := z.DecBinary() + _ = yym1514 + if false { + } else { + h.decSliceCapability((*[]Capability)(yyv1513), d) + } + } + case "drop": + if r.TryDecodeAsNil() { + x.Drop = nil + } else { + yyv1515 := &x.Drop + yym1516 := z.DecBinary() + _ = yym1516 + if false { + } else { + h.decSliceCapability((*[]Capability)(yyv1515), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys1512) + } // end switch yys1512 + } // end for yyj1512 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj1517 int + var yyb1517 bool + var yyhl1517 bool = l >= 0 + yyj1517++ + if yyhl1517 { + yyb1517 = yyj1517 > l + } else { + yyb1517 = r.CheckBreak() + } + if yyb1517 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Add = nil + } else { + yyv1518 := &x.Add + yym1519 := z.DecBinary() + _ = yym1519 + if false { + } else { + h.decSliceCapability((*[]Capability)(yyv1518), d) + } + } + yyj1517++ + if yyhl1517 { + yyb1517 = yyj1517 > l + } else { + yyb1517 = r.CheckBreak() + } + if yyb1517 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Drop = nil + } else { + yyv1520 := &x.Drop + yym1521 := z.DecBinary() + _ = yym1521 + if false { + } else { + h.decSliceCapability((*[]Capability)(yyv1520), d) + } + } + for { + yyj1517++ + if yyhl1517 { + yyb1517 = yyj1517 > l + } else { + yyb1517 = r.CheckBreak() + } + if yyb1517 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj1517-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) @@ -20580,34 +21054,34 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1494 := z.EncBinary() - _ = yym1494 + yym1522 := z.EncBinary() + _ = yym1522 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1495 := !z.EncBinary() - yy2arr1495 := z.EncBasicHandle().StructToArray - var yyq1495 [2]bool - _, _, _ = yysep1495, yyq1495, yy2arr1495 - const yyr1495 bool = false - yyq1495[0] = len(x.Limits) != 0 - yyq1495[1] = len(x.Requests) != 0 - var yynn1495 int - if yyr1495 || yy2arr1495 { + yysep1523 := !z.EncBinary() + yy2arr1523 := z.EncBasicHandle().StructToArray + var yyq1523 [2]bool + _, _, _ = yysep1523, yyq1523, yy2arr1523 + const yyr1523 bool = false + yyq1523[0] = len(x.Limits) != 0 + yyq1523[1] = len(x.Requests) != 0 + var yynn1523 int + if yyr1523 || yy2arr1523 { r.EncodeArrayStart(2) } else { - yynn1495 = 0 - for _, b := range yyq1495 { + yynn1523 = 0 + for _, b := range yyq1523 { if b { - yynn1495++ + yynn1523++ } } - r.EncodeMapStart(yynn1495) - yynn1495 = 0 + r.EncodeMapStart(yynn1523) + yynn1523 = 0 } - if yyr1495 || yy2arr1495 { + if yyr1523 || yy2arr1523 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1495[0] { + if yyq1523[0] { if x.Limits == nil { r.EncodeNil() } else { @@ -20617,7 +21091,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1495[0] { + if yyq1523[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("limits")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20628,9 +21102,9 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1495 || yy2arr1495 { + if yyr1523 || yy2arr1523 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1495[1] { + if yyq1523[1] { if x.Requests == nil { r.EncodeNil() } else { @@ -20640,7 +21114,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1495[1] { + if yyq1523[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requests")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20651,7 +21125,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1495 || yy2arr1495 { + if yyr1523 || yy2arr1523 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20664,25 +21138,25 @@ func (x *ResourceRequirements) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1498 := z.DecBinary() - _ = yym1498 + yym1526 := z.DecBinary() + _ = yym1526 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1499 := r.ContainerType() - if yyct1499 == codecSelferValueTypeMap1234 { - yyl1499 := r.ReadMapStart() - if yyl1499 == 0 { + yyct1527 := r.ContainerType() + if yyct1527 == codecSelferValueTypeMap1234 { + yyl1527 := r.ReadMapStart() + if yyl1527 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1499, d) + x.codecDecodeSelfFromMap(yyl1527, d) } - } else if yyct1499 == codecSelferValueTypeArray1234 { - yyl1499 := r.ReadArrayStart() - if yyl1499 == 0 { + } else if yyct1527 == codecSelferValueTypeArray1234 { + yyl1527 := r.ReadArrayStart() + if yyl1527 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1499, d) + x.codecDecodeSelfFromArray(yyl1527, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20694,12 +21168,12 @@ func (x *ResourceRequirements) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1500Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1500Slc - var yyhl1500 bool = l >= 0 - for yyj1500 := 0; ; yyj1500++ { - if yyhl1500 { - if yyj1500 >= l { + var yys1528Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1528Slc + var yyhl1528 bool = l >= 0 + for yyj1528 := 0; ; yyj1528++ { + if yyhl1528 { + if yyj1528 >= l { break } } else { @@ -20708,28 +21182,28 @@ func (x *ResourceRequirements) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1500Slc = r.DecodeBytes(yys1500Slc, true, true) - yys1500 := string(yys1500Slc) + yys1528Slc = r.DecodeBytes(yys1528Slc, true, true) + yys1528 := string(yys1528Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1500 { + switch yys1528 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv1501 := &x.Limits - yyv1501.CodecDecodeSelf(d) + yyv1529 := &x.Limits + yyv1529.CodecDecodeSelf(d) } case "requests": if r.TryDecodeAsNil() { x.Requests = nil } else { - yyv1502 := &x.Requests - yyv1502.CodecDecodeSelf(d) + yyv1530 := &x.Requests + yyv1530.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1500) - } // end switch yys1500 - } // end for yyj1500 + z.DecStructFieldNotFound(-1, yys1528) + } // end switch yys1528 + } // end for yyj1528 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20737,16 +21211,16 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1503 int - var yyb1503 bool - var yyhl1503 bool = l >= 0 - yyj1503++ - if yyhl1503 { - yyb1503 = yyj1503 > l + var yyj1531 int + var yyb1531 bool + var yyhl1531 bool = l >= 0 + yyj1531++ + if yyhl1531 { + yyb1531 = yyj1531 > l } else { - yyb1503 = r.CheckBreak() + yyb1531 = r.CheckBreak() } - if yyb1503 { + if yyb1531 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20754,16 +21228,16 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv1504 := &x.Limits - yyv1504.CodecDecodeSelf(d) + yyv1532 := &x.Limits + yyv1532.CodecDecodeSelf(d) } - yyj1503++ - if yyhl1503 { - yyb1503 = yyj1503 > l + yyj1531++ + if yyhl1531 { + yyb1531 = yyj1531 > l } else { - yyb1503 = r.CheckBreak() + yyb1531 = r.CheckBreak() } - if yyb1503 { + if yyb1531 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20771,21 +21245,21 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Requests = nil } else { - yyv1505 := &x.Requests - yyv1505.CodecDecodeSelf(d) + yyv1533 := &x.Requests + yyv1533.CodecDecodeSelf(d) } for { - yyj1503++ - if yyhl1503 { - yyb1503 = yyj1503 > l + yyj1531++ + if yyhl1531 { + yyb1531 = yyj1531 > l } else { - yyb1503 = r.CheckBreak() + yyb1531 = r.CheckBreak() } - if yyb1503 { + if yyb1531 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1503-1, "") + z.DecStructFieldNotFound(yyj1531-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20797,48 +21271,48 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1506 := z.EncBinary() - _ = yym1506 + yym1534 := z.EncBinary() + _ = yym1534 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1507 := !z.EncBinary() - yy2arr1507 := z.EncBasicHandle().StructToArray - var yyq1507 [18]bool - _, _, _ = yysep1507, yyq1507, yy2arr1507 - const yyr1507 bool = false - yyq1507[2] = len(x.Command) != 0 - yyq1507[3] = len(x.Args) != 0 - yyq1507[4] = x.WorkingDir != "" - yyq1507[5] = len(x.Ports) != 0 - yyq1507[6] = len(x.Env) != 0 - yyq1507[7] = true - yyq1507[8] = len(x.VolumeMounts) != 0 - yyq1507[9] = x.LivenessProbe != nil - yyq1507[10] = x.ReadinessProbe != nil - yyq1507[11] = x.Lifecycle != nil - yyq1507[12] = x.TerminationMessagePath != "" - yyq1507[14] = x.SecurityContext != nil - yyq1507[15] = x.Stdin != false - yyq1507[16] = x.StdinOnce != false - yyq1507[17] = x.TTY != false - var yynn1507 int - if yyr1507 || yy2arr1507 { + yysep1535 := !z.EncBinary() + yy2arr1535 := z.EncBasicHandle().StructToArray + var yyq1535 [18]bool + _, _, _ = yysep1535, yyq1535, yy2arr1535 + const yyr1535 bool = false + yyq1535[2] = len(x.Command) != 0 + yyq1535[3] = len(x.Args) != 0 + yyq1535[4] = x.WorkingDir != "" + yyq1535[5] = len(x.Ports) != 0 + yyq1535[6] = len(x.Env) != 0 + yyq1535[7] = true + yyq1535[8] = len(x.VolumeMounts) != 0 + yyq1535[9] = x.LivenessProbe != nil + yyq1535[10] = x.ReadinessProbe != nil + yyq1535[11] = x.Lifecycle != nil + yyq1535[12] = x.TerminationMessagePath != "" + yyq1535[14] = x.SecurityContext != nil + yyq1535[15] = x.Stdin != false + yyq1535[16] = x.StdinOnce != false + yyq1535[17] = x.TTY != false + var yynn1535 int + if yyr1535 || yy2arr1535 { r.EncodeArrayStart(18) } else { - yynn1507 = 3 - for _, b := range yyq1507 { + yynn1535 = 3 + for _, b := range yyq1535 { if b { - yynn1507++ + yynn1535++ } } - r.EncodeMapStart(yynn1507) - yynn1507 = 0 + r.EncodeMapStart(yynn1535) + yynn1535 = 0 } - if yyr1507 || yy2arr1507 { + if yyr1535 || yy2arr1535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1509 := z.EncBinary() - _ = yym1509 + yym1537 := z.EncBinary() + _ = yym1537 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -20847,17 +21321,17 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1510 := z.EncBinary() - _ = yym1510 + yym1538 := z.EncBinary() + _ = yym1538 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1507 || yy2arr1507 { + if yyr1535 || yy2arr1535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1512 := z.EncBinary() - _ = yym1512 + yym1540 := z.EncBinary() + _ = yym1540 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) @@ -20866,21 +21340,21 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1513 := z.EncBinary() - _ = yym1513 + yym1541 := z.EncBinary() + _ = yym1541 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) } } - if yyr1507 || yy2arr1507 { + if yyr1535 || yy2arr1535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1507[2] { + if yyq1535[2] { if x.Command == nil { r.EncodeNil() } else { - yym1515 := z.EncBinary() - _ = yym1515 + yym1543 := z.EncBinary() + _ = yym1543 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -20890,15 +21364,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1507[2] { + if yyq1535[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("command")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Command == nil { r.EncodeNil() } else { - yym1516 := z.EncBinary() - _ = yym1516 + yym1544 := z.EncBinary() + _ = yym1544 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -20906,14 +21380,14 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1507 || yy2arr1507 { + if yyr1535 || yy2arr1535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1507[3] { + if yyq1535[3] { if x.Args == nil { r.EncodeNil() } else { - yym1518 := z.EncBinary() - _ = yym1518 + yym1546 := z.EncBinary() + _ = yym1546 if false { } else { z.F.EncSliceStringV(x.Args, false, e) @@ -20923,15 +21397,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1507[3] { + if yyq1535[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("args")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Args == nil { r.EncodeNil() } else { - yym1519 := z.EncBinary() - _ = yym1519 + yym1547 := z.EncBinary() + _ = yym1547 if false { } else { z.F.EncSliceStringV(x.Args, false, e) @@ -20939,11 +21413,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1507 || yy2arr1507 { + if yyr1535 || yy2arr1535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1507[4] { - yym1521 := z.EncBinary() - _ = yym1521 + if yyq1535[4] { + yym1549 := z.EncBinary() + _ = yym1549 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) @@ -20952,26 +21426,26 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1507[4] { + if yyq1535[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("workingDir")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1522 := z.EncBinary() - _ = yym1522 + yym1550 := z.EncBinary() + _ = yym1550 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) } } } - if yyr1507 || yy2arr1507 { + if yyr1535 || yy2arr1535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1507[5] { + if yyq1535[5] { if x.Ports == nil { r.EncodeNil() } else { - yym1524 := z.EncBinary() - _ = yym1524 + yym1552 := z.EncBinary() + _ = yym1552 if false { } else { h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) @@ -20981,15 +21455,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1507[5] { + if yyq1535[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ports")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ports == nil { r.EncodeNil() } else { - yym1525 := z.EncBinary() - _ = yym1525 + yym1553 := z.EncBinary() + _ = yym1553 if false { } else { h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) @@ -20997,14 +21471,14 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1507 || yy2arr1507 { + if yyr1535 || yy2arr1535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1507[6] { + if yyq1535[6] { if x.Env == nil { r.EncodeNil() } else { - yym1527 := z.EncBinary() - _ = yym1527 + yym1555 := z.EncBinary() + _ = yym1555 if false { } else { h.encSliceEnvVar(([]EnvVar)(x.Env), e) @@ -21014,15 +21488,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1507[6] { + if yyq1535[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("env")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Env == nil { r.EncodeNil() } else { - yym1528 := z.EncBinary() - _ = yym1528 + yym1556 := z.EncBinary() + _ = yym1556 if false { } else { h.encSliceEnvVar(([]EnvVar)(x.Env), e) @@ -21030,31 +21504,31 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1507 || yy2arr1507 { + if yyr1535 || yy2arr1535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1507[7] { - yy1530 := &x.Resources - yy1530.CodecEncodeSelf(e) + if yyq1535[7] { + yy1558 := &x.Resources + yy1558.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1507[7] { + if yyq1535[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resources")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1531 := &x.Resources - yy1531.CodecEncodeSelf(e) + yy1559 := &x.Resources + yy1559.CodecEncodeSelf(e) } } - if yyr1507 || yy2arr1507 { + if yyr1535 || yy2arr1535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1507[8] { + if yyq1535[8] { if x.VolumeMounts == nil { r.EncodeNil() } else { - yym1533 := z.EncBinary() - _ = yym1533 + yym1561 := z.EncBinary() + _ = yym1561 if false { } else { h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) @@ -21064,15 +21538,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1507[8] { + if yyq1535[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumeMounts")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumeMounts == nil { r.EncodeNil() } else { - yym1534 := z.EncBinary() - _ = yym1534 + yym1562 := z.EncBinary() + _ = yym1562 if false { } else { h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) @@ -21080,9 +21554,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1507 || yy2arr1507 { + if yyr1535 || yy2arr1535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1507[9] { + if yyq1535[9] { if x.LivenessProbe == nil { r.EncodeNil() } else { @@ -21092,7 +21566,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1507[9] { + if yyq1535[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("livenessProbe")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21103,9 +21577,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1507 || yy2arr1507 { + if yyr1535 || yy2arr1535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1507[10] { + if yyq1535[10] { if x.ReadinessProbe == nil { r.EncodeNil() } else { @@ -21115,7 +21589,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1507[10] { + if yyq1535[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readinessProbe")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21126,9 +21600,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1507 || yy2arr1507 { + if yyr1535 || yy2arr1535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1507[11] { + if yyq1535[11] { if x.Lifecycle == nil { r.EncodeNil() } else { @@ -21138,7 +21612,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1507[11] { + if yyq1535[11] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lifecycle")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21149,11 +21623,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1507 || yy2arr1507 { + if yyr1535 || yy2arr1535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1507[12] { - yym1539 := z.EncBinary() - _ = yym1539 + if yyq1535[12] { + yym1567 := z.EncBinary() + _ = yym1567 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TerminationMessagePath)) @@ -21162,19 +21636,19 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1507[12] { + if yyq1535[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminationMessagePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1540 := z.EncBinary() - _ = yym1540 + yym1568 := z.EncBinary() + _ = yym1568 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TerminationMessagePath)) } } } - if yyr1507 || yy2arr1507 { + if yyr1535 || yy2arr1535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.ImagePullPolicy.CodecEncodeSelf(e) } else { @@ -21183,9 +21657,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.ImagePullPolicy.CodecEncodeSelf(e) } - if yyr1507 || yy2arr1507 { + if yyr1535 || yy2arr1535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1507[14] { + if yyq1535[14] { if x.SecurityContext == nil { r.EncodeNil() } else { @@ -21195,7 +21669,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1507[14] { + if yyq1535[14] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("securityContext")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21206,11 +21680,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1507 || yy2arr1507 { + if yyr1535 || yy2arr1535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1507[15] { - yym1544 := z.EncBinary() - _ = yym1544 + if yyq1535[15] { + yym1572 := z.EncBinary() + _ = yym1572 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -21219,23 +21693,23 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1507[15] { + if yyq1535[15] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1545 := z.EncBinary() - _ = yym1545 + yym1573 := z.EncBinary() + _ = yym1573 if false { } else { r.EncodeBool(bool(x.Stdin)) } } } - if yyr1507 || yy2arr1507 { + if yyr1535 || yy2arr1535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1507[16] { - yym1547 := z.EncBinary() - _ = yym1547 + if yyq1535[16] { + yym1575 := z.EncBinary() + _ = yym1575 if false { } else { r.EncodeBool(bool(x.StdinOnce)) @@ -21244,23 +21718,23 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1507[16] { + if yyq1535[16] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdinOnce")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1548 := z.EncBinary() - _ = yym1548 + yym1576 := z.EncBinary() + _ = yym1576 if false { } else { r.EncodeBool(bool(x.StdinOnce)) } } } - if yyr1507 || yy2arr1507 { + if yyr1535 || yy2arr1535 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1507[17] { - yym1550 := z.EncBinary() - _ = yym1550 + if yyq1535[17] { + yym1578 := z.EncBinary() + _ = yym1578 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -21269,19 +21743,19 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1507[17] { + if yyq1535[17] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1551 := z.EncBinary() - _ = yym1551 + yym1579 := z.EncBinary() + _ = yym1579 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr1507 || yy2arr1507 { + if yyr1535 || yy2arr1535 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21294,25 +21768,25 @@ func (x *Container) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1552 := z.DecBinary() - _ = yym1552 + yym1580 := z.DecBinary() + _ = yym1580 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1553 := r.ContainerType() - if yyct1553 == codecSelferValueTypeMap1234 { - yyl1553 := r.ReadMapStart() - if yyl1553 == 0 { + yyct1581 := r.ContainerType() + if yyct1581 == codecSelferValueTypeMap1234 { + yyl1581 := r.ReadMapStart() + if yyl1581 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1553, d) + x.codecDecodeSelfFromMap(yyl1581, d) } - } else if yyct1553 == codecSelferValueTypeArray1234 { - yyl1553 := r.ReadArrayStart() - if yyl1553 == 0 { + } else if yyct1581 == codecSelferValueTypeArray1234 { + yyl1581 := r.ReadArrayStart() + if yyl1581 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1553, d) + x.codecDecodeSelfFromArray(yyl1581, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21324,12 +21798,12 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1554Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1554Slc - var yyhl1554 bool = l >= 0 - for yyj1554 := 0; ; yyj1554++ { - if yyhl1554 { - if yyj1554 >= l { + var yys1582Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1582Slc + var yyhl1582 bool = l >= 0 + for yyj1582 := 0; ; yyj1582++ { + if yyhl1582 { + if yyj1582 >= l { break } } else { @@ -21338,10 +21812,10 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1554Slc = r.DecodeBytes(yys1554Slc, true, true) - yys1554 := string(yys1554Slc) + yys1582Slc = r.DecodeBytes(yys1582Slc, true, true) + yys1582 := string(yys1582Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1554 { + switch yys1582 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -21358,24 +21832,24 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1557 := &x.Command - yym1558 := z.DecBinary() - _ = yym1558 + yyv1585 := &x.Command + yym1586 := z.DecBinary() + _ = yym1586 if false { } else { - z.F.DecSliceStringX(yyv1557, false, d) + z.F.DecSliceStringX(yyv1585, false, d) } } case "args": if r.TryDecodeAsNil() { x.Args = nil } else { - yyv1559 := &x.Args - yym1560 := z.DecBinary() - _ = yym1560 + yyv1587 := &x.Args + yym1588 := z.DecBinary() + _ = yym1588 if false { } else { - z.F.DecSliceStringX(yyv1559, false, d) + z.F.DecSliceStringX(yyv1587, false, d) } } case "workingDir": @@ -21388,43 +21862,43 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1562 := &x.Ports - yym1563 := z.DecBinary() - _ = yym1563 + yyv1590 := &x.Ports + yym1591 := z.DecBinary() + _ = yym1591 if false { } else { - h.decSliceContainerPort((*[]ContainerPort)(yyv1562), d) + h.decSliceContainerPort((*[]ContainerPort)(yyv1590), d) } } case "env": if r.TryDecodeAsNil() { x.Env = nil } else { - yyv1564 := &x.Env - yym1565 := z.DecBinary() - _ = yym1565 + yyv1592 := &x.Env + yym1593 := z.DecBinary() + _ = yym1593 if false { } else { - h.decSliceEnvVar((*[]EnvVar)(yyv1564), d) + h.decSliceEnvVar((*[]EnvVar)(yyv1592), d) } } case "resources": if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv1566 := &x.Resources - yyv1566.CodecDecodeSelf(d) + yyv1594 := &x.Resources + yyv1594.CodecDecodeSelf(d) } case "volumeMounts": if r.TryDecodeAsNil() { x.VolumeMounts = nil } else { - yyv1567 := &x.VolumeMounts - yym1568 := z.DecBinary() - _ = yym1568 + yyv1595 := &x.VolumeMounts + yym1596 := z.DecBinary() + _ = yym1596 if false { } else { - h.decSliceVolumeMount((*[]VolumeMount)(yyv1567), d) + h.decSliceVolumeMount((*[]VolumeMount)(yyv1595), d) } } case "livenessProbe": @@ -21502,9 +21976,9 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TTY = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys1554) - } // end switch yys1554 - } // end for yyj1554 + z.DecStructFieldNotFound(-1, yys1582) + } // end switch yys1582 + } // end for yyj1582 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21512,16 +21986,16 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1578 int - var yyb1578 bool - var yyhl1578 bool = l >= 0 - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + var yyj1606 int + var yyb1606 bool + var yyhl1606 bool = l >= 0 + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21531,13 +22005,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21547,13 +22021,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Image = string(r.DecodeString()) } - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21561,21 +22035,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1581 := &x.Command - yym1582 := z.DecBinary() - _ = yym1582 + yyv1609 := &x.Command + yym1610 := z.DecBinary() + _ = yym1610 if false { } else { - z.F.DecSliceStringX(yyv1581, false, d) + z.F.DecSliceStringX(yyv1609, false, d) } } - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21583,21 +22057,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Args = nil } else { - yyv1583 := &x.Args - yym1584 := z.DecBinary() - _ = yym1584 + yyv1611 := &x.Args + yym1612 := z.DecBinary() + _ = yym1612 if false { } else { - z.F.DecSliceStringX(yyv1583, false, d) + z.F.DecSliceStringX(yyv1611, false, d) } } - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21607,13 +22081,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.WorkingDir = string(r.DecodeString()) } - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21621,21 +22095,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1586 := &x.Ports - yym1587 := z.DecBinary() - _ = yym1587 + yyv1614 := &x.Ports + yym1615 := z.DecBinary() + _ = yym1615 if false { } else { - h.decSliceContainerPort((*[]ContainerPort)(yyv1586), d) + h.decSliceContainerPort((*[]ContainerPort)(yyv1614), d) } } - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21643,21 +22117,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Env = nil } else { - yyv1588 := &x.Env - yym1589 := z.DecBinary() - _ = yym1589 + yyv1616 := &x.Env + yym1617 := z.DecBinary() + _ = yym1617 if false { } else { - h.decSliceEnvVar((*[]EnvVar)(yyv1588), d) + h.decSliceEnvVar((*[]EnvVar)(yyv1616), d) } } - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21665,16 +22139,16 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv1590 := &x.Resources - yyv1590.CodecDecodeSelf(d) + yyv1618 := &x.Resources + yyv1618.CodecDecodeSelf(d) } - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21682,21 +22156,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumeMounts = nil } else { - yyv1591 := &x.VolumeMounts - yym1592 := z.DecBinary() - _ = yym1592 + yyv1619 := &x.VolumeMounts + yym1620 := z.DecBinary() + _ = yym1620 if false { } else { - h.decSliceVolumeMount((*[]VolumeMount)(yyv1591), d) + h.decSliceVolumeMount((*[]VolumeMount)(yyv1619), d) } } - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21711,13 +22185,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.LivenessProbe.CodecDecodeSelf(d) } - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21732,13 +22206,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ReadinessProbe.CodecDecodeSelf(d) } - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21753,13 +22227,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Lifecycle.CodecDecodeSelf(d) } - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21769,13 +22243,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TerminationMessagePath = string(r.DecodeString()) } - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21785,13 +22259,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ImagePullPolicy = PullPolicy(r.DecodeString()) } - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21806,13 +22280,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.SecurityContext.CodecDecodeSelf(d) } - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21822,13 +22296,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21838,13 +22312,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.StdinOnce = bool(r.DecodeBool()) } - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21855,17 +22329,17 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.TTY = bool(r.DecodeBool()) } for { - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1578-1, "") + z.DecStructFieldNotFound(yyj1606-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21877,35 +22351,35 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1602 := z.EncBinary() - _ = yym1602 + yym1630 := z.EncBinary() + _ = yym1630 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1603 := !z.EncBinary() - yy2arr1603 := z.EncBasicHandle().StructToArray - var yyq1603 [3]bool - _, _, _ = yysep1603, yyq1603, yy2arr1603 - const yyr1603 bool = false - yyq1603[0] = x.Exec != nil - yyq1603[1] = x.HTTPGet != nil - yyq1603[2] = x.TCPSocket != nil - var yynn1603 int - if yyr1603 || yy2arr1603 { + yysep1631 := !z.EncBinary() + yy2arr1631 := z.EncBasicHandle().StructToArray + var yyq1631 [3]bool + _, _, _ = yysep1631, yyq1631, yy2arr1631 + const yyr1631 bool = false + yyq1631[0] = x.Exec != nil + yyq1631[1] = x.HTTPGet != nil + yyq1631[2] = x.TCPSocket != nil + var yynn1631 int + if yyr1631 || yy2arr1631 { r.EncodeArrayStart(3) } else { - yynn1603 = 0 - for _, b := range yyq1603 { + yynn1631 = 0 + for _, b := range yyq1631 { if b { - yynn1603++ + yynn1631++ } } - r.EncodeMapStart(yynn1603) - yynn1603 = 0 + r.EncodeMapStart(yynn1631) + yynn1631 = 0 } - if yyr1603 || yy2arr1603 { + if yyr1631 || yy2arr1631 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1603[0] { + if yyq1631[0] { if x.Exec == nil { r.EncodeNil() } else { @@ -21915,7 +22389,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1603[0] { + if yyq1631[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21926,9 +22400,9 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1603 || yy2arr1603 { + if yyr1631 || yy2arr1631 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1603[1] { + if yyq1631[1] { if x.HTTPGet == nil { r.EncodeNil() } else { @@ -21938,7 +22412,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1603[1] { + if yyq1631[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpGet")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21949,9 +22423,9 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1603 || yy2arr1603 { + if yyr1631 || yy2arr1631 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1603[2] { + if yyq1631[2] { if x.TCPSocket == nil { r.EncodeNil() } else { @@ -21961,7 +22435,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1603[2] { + if yyq1631[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21972,7 +22446,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1603 || yy2arr1603 { + if yyr1631 || yy2arr1631 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21985,25 +22459,25 @@ func (x *Handler) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1607 := z.DecBinary() - _ = yym1607 + yym1635 := z.DecBinary() + _ = yym1635 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1608 := r.ContainerType() - if yyct1608 == codecSelferValueTypeMap1234 { - yyl1608 := r.ReadMapStart() - if yyl1608 == 0 { + yyct1636 := r.ContainerType() + if yyct1636 == codecSelferValueTypeMap1234 { + yyl1636 := r.ReadMapStart() + if yyl1636 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1608, d) + x.codecDecodeSelfFromMap(yyl1636, d) } - } else if yyct1608 == codecSelferValueTypeArray1234 { - yyl1608 := r.ReadArrayStart() - if yyl1608 == 0 { + } else if yyct1636 == codecSelferValueTypeArray1234 { + yyl1636 := r.ReadArrayStart() + if yyl1636 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1608, d) + x.codecDecodeSelfFromArray(yyl1636, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22015,12 +22489,12 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1609Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1609Slc - var yyhl1609 bool = l >= 0 - for yyj1609 := 0; ; yyj1609++ { - if yyhl1609 { - if yyj1609 >= l { + var yys1637Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1637Slc + var yyhl1637 bool = l >= 0 + for yyj1637 := 0; ; yyj1637++ { + if yyhl1637 { + if yyj1637 >= l { break } } else { @@ -22029,10 +22503,10 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1609Slc = r.DecodeBytes(yys1609Slc, true, true) - yys1609 := string(yys1609Slc) + yys1637Slc = r.DecodeBytes(yys1637Slc, true, true) + yys1637 := string(yys1637Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1609 { + switch yys1637 { case "exec": if r.TryDecodeAsNil() { if x.Exec != nil { @@ -22067,9 +22541,9 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TCPSocket.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1609) - } // end switch yys1609 - } // end for yyj1609 + z.DecStructFieldNotFound(-1, yys1637) + } // end switch yys1637 + } // end for yyj1637 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22077,16 +22551,16 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1613 int - var yyb1613 bool - var yyhl1613 bool = l >= 0 - yyj1613++ - if yyhl1613 { - yyb1613 = yyj1613 > l + var yyj1641 int + var yyb1641 bool + var yyhl1641 bool = l >= 0 + yyj1641++ + if yyhl1641 { + yyb1641 = yyj1641 > l } else { - yyb1613 = r.CheckBreak() + yyb1641 = r.CheckBreak() } - if yyb1613 { + if yyb1641 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22101,13 +22575,13 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Exec.CodecDecodeSelf(d) } - yyj1613++ - if yyhl1613 { - yyb1613 = yyj1613 > l + yyj1641++ + if yyhl1641 { + yyb1641 = yyj1641 > l } else { - yyb1613 = r.CheckBreak() + yyb1641 = r.CheckBreak() } - if yyb1613 { + if yyb1641 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22122,13 +22596,13 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.HTTPGet.CodecDecodeSelf(d) } - yyj1613++ - if yyhl1613 { - yyb1613 = yyj1613 > l + yyj1641++ + if yyhl1641 { + yyb1641 = yyj1641 > l } else { - yyb1613 = r.CheckBreak() + yyb1641 = r.CheckBreak() } - if yyb1613 { + if yyb1641 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22144,17 +22618,17 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.TCPSocket.CodecDecodeSelf(d) } for { - yyj1613++ - if yyhl1613 { - yyb1613 = yyj1613 > l + yyj1641++ + if yyhl1641 { + yyb1641 = yyj1641 > l } else { - yyb1613 = r.CheckBreak() + yyb1641 = r.CheckBreak() } - if yyb1613 { + if yyb1641 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1613-1, "") + z.DecStructFieldNotFound(yyj1641-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22166,34 +22640,34 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1617 := z.EncBinary() - _ = yym1617 + yym1645 := z.EncBinary() + _ = yym1645 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1618 := !z.EncBinary() - yy2arr1618 := z.EncBasicHandle().StructToArray - var yyq1618 [2]bool - _, _, _ = yysep1618, yyq1618, yy2arr1618 - const yyr1618 bool = false - yyq1618[0] = x.PostStart != nil - yyq1618[1] = x.PreStop != nil - var yynn1618 int - if yyr1618 || yy2arr1618 { + yysep1646 := !z.EncBinary() + yy2arr1646 := z.EncBasicHandle().StructToArray + var yyq1646 [2]bool + _, _, _ = yysep1646, yyq1646, yy2arr1646 + const yyr1646 bool = false + yyq1646[0] = x.PostStart != nil + yyq1646[1] = x.PreStop != nil + var yynn1646 int + if yyr1646 || yy2arr1646 { r.EncodeArrayStart(2) } else { - yynn1618 = 0 - for _, b := range yyq1618 { + yynn1646 = 0 + for _, b := range yyq1646 { if b { - yynn1618++ + yynn1646++ } } - r.EncodeMapStart(yynn1618) - yynn1618 = 0 + r.EncodeMapStart(yynn1646) + yynn1646 = 0 } - if yyr1618 || yy2arr1618 { + if yyr1646 || yy2arr1646 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1618[0] { + if yyq1646[0] { if x.PostStart == nil { r.EncodeNil() } else { @@ -22203,7 +22677,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1618[0] { + if yyq1646[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("postStart")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -22214,9 +22688,9 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1618 || yy2arr1618 { + if yyr1646 || yy2arr1646 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1618[1] { + if yyq1646[1] { if x.PreStop == nil { r.EncodeNil() } else { @@ -22226,7 +22700,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1618[1] { + if yyq1646[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preStop")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -22237,7 +22711,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1618 || yy2arr1618 { + if yyr1646 || yy2arr1646 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22250,25 +22724,25 @@ func (x *Lifecycle) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1621 := z.DecBinary() - _ = yym1621 + yym1649 := z.DecBinary() + _ = yym1649 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1622 := r.ContainerType() - if yyct1622 == codecSelferValueTypeMap1234 { - yyl1622 := r.ReadMapStart() - if yyl1622 == 0 { + yyct1650 := r.ContainerType() + if yyct1650 == codecSelferValueTypeMap1234 { + yyl1650 := r.ReadMapStart() + if yyl1650 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1622, d) + x.codecDecodeSelfFromMap(yyl1650, d) } - } else if yyct1622 == codecSelferValueTypeArray1234 { - yyl1622 := r.ReadArrayStart() - if yyl1622 == 0 { + } else if yyct1650 == codecSelferValueTypeArray1234 { + yyl1650 := r.ReadArrayStart() + if yyl1650 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1622, d) + x.codecDecodeSelfFromArray(yyl1650, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22280,12 +22754,12 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1623Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1623Slc - var yyhl1623 bool = l >= 0 - for yyj1623 := 0; ; yyj1623++ { - if yyhl1623 { - if yyj1623 >= l { + var yys1651Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1651Slc + var yyhl1651 bool = l >= 0 + for yyj1651 := 0; ; yyj1651++ { + if yyhl1651 { + if yyj1651 >= l { break } } else { @@ -22294,10 +22768,10 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1623Slc = r.DecodeBytes(yys1623Slc, true, true) - yys1623 := string(yys1623Slc) + yys1651Slc = r.DecodeBytes(yys1651Slc, true, true) + yys1651 := string(yys1651Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1623 { + switch yys1651 { case "postStart": if r.TryDecodeAsNil() { if x.PostStart != nil { @@ -22321,9 +22795,9 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PreStop.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1623) - } // end switch yys1623 - } // end for yyj1623 + z.DecStructFieldNotFound(-1, yys1651) + } // end switch yys1651 + } // end for yyj1651 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22331,16 +22805,16 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1626 int - var yyb1626 bool - var yyhl1626 bool = l >= 0 - yyj1626++ - if yyhl1626 { - yyb1626 = yyj1626 > l + var yyj1654 int + var yyb1654 bool + var yyhl1654 bool = l >= 0 + yyj1654++ + if yyhl1654 { + yyb1654 = yyj1654 > l } else { - yyb1626 = r.CheckBreak() + yyb1654 = r.CheckBreak() } - if yyb1626 { + if yyb1654 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22355,13 +22829,13 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.PostStart.CodecDecodeSelf(d) } - yyj1626++ - if yyhl1626 { - yyb1626 = yyj1626 > l + yyj1654++ + if yyhl1654 { + yyb1654 = yyj1654 > l } else { - yyb1626 = r.CheckBreak() + yyb1654 = r.CheckBreak() } - if yyb1626 { + if yyb1654 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22377,17 +22851,17 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PreStop.CodecDecodeSelf(d) } for { - yyj1626++ - if yyhl1626 { - yyb1626 = yyj1626 > l + yyj1654++ + if yyhl1654 { + yyb1654 = yyj1654 > l } else { - yyb1626 = r.CheckBreak() + yyb1654 = r.CheckBreak() } - if yyb1626 { + if yyb1654 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1626-1, "") + z.DecStructFieldNotFound(yyj1654-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22396,8 +22870,8 @@ func (x ConditionStatus) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1629 := z.EncBinary() - _ = yym1629 + yym1657 := z.EncBinary() + _ = yym1657 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -22409,8 +22883,8 @@ func (x *ConditionStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1630 := z.DecBinary() - _ = yym1630 + yym1658 := z.DecBinary() + _ = yym1658 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -22425,36 +22899,36 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1631 := z.EncBinary() - _ = yym1631 + yym1659 := z.EncBinary() + _ = yym1659 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1632 := !z.EncBinary() - yy2arr1632 := z.EncBasicHandle().StructToArray - var yyq1632 [2]bool - _, _, _ = yysep1632, yyq1632, yy2arr1632 - const yyr1632 bool = false - yyq1632[0] = x.Reason != "" - yyq1632[1] = x.Message != "" - var yynn1632 int - if yyr1632 || yy2arr1632 { + yysep1660 := !z.EncBinary() + yy2arr1660 := z.EncBasicHandle().StructToArray + var yyq1660 [2]bool + _, _, _ = yysep1660, yyq1660, yy2arr1660 + const yyr1660 bool = false + yyq1660[0] = x.Reason != "" + yyq1660[1] = x.Message != "" + var yynn1660 int + if yyr1660 || yy2arr1660 { r.EncodeArrayStart(2) } else { - yynn1632 = 0 - for _, b := range yyq1632 { + yynn1660 = 0 + for _, b := range yyq1660 { if b { - yynn1632++ + yynn1660++ } } - r.EncodeMapStart(yynn1632) - yynn1632 = 0 + r.EncodeMapStart(yynn1660) + yynn1660 = 0 } - if yyr1632 || yy2arr1632 { + if yyr1660 || yy2arr1660 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1632[0] { - yym1634 := z.EncBinary() - _ = yym1634 + if yyq1660[0] { + yym1662 := z.EncBinary() + _ = yym1662 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -22463,23 +22937,23 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1632[0] { + if yyq1660[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1635 := z.EncBinary() - _ = yym1635 + yym1663 := z.EncBinary() + _ = yym1663 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1632 || yy2arr1632 { + if yyr1660 || yy2arr1660 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1632[1] { - yym1637 := z.EncBinary() - _ = yym1637 + if yyq1660[1] { + yym1665 := z.EncBinary() + _ = yym1665 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -22488,19 +22962,19 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1632[1] { + if yyq1660[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1638 := z.EncBinary() - _ = yym1638 + yym1666 := z.EncBinary() + _ = yym1666 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1632 || yy2arr1632 { + if yyr1660 || yy2arr1660 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22513,25 +22987,25 @@ func (x *ContainerStateWaiting) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1639 := z.DecBinary() - _ = yym1639 + yym1667 := z.DecBinary() + _ = yym1667 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1640 := r.ContainerType() - if yyct1640 == codecSelferValueTypeMap1234 { - yyl1640 := r.ReadMapStart() - if yyl1640 == 0 { + yyct1668 := r.ContainerType() + if yyct1668 == codecSelferValueTypeMap1234 { + yyl1668 := r.ReadMapStart() + if yyl1668 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1640, d) + x.codecDecodeSelfFromMap(yyl1668, d) } - } else if yyct1640 == codecSelferValueTypeArray1234 { - yyl1640 := r.ReadArrayStart() - if yyl1640 == 0 { + } else if yyct1668 == codecSelferValueTypeArray1234 { + yyl1668 := r.ReadArrayStart() + if yyl1668 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1640, d) + x.codecDecodeSelfFromArray(yyl1668, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22543,12 +23017,12 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1641Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1641Slc - var yyhl1641 bool = l >= 0 - for yyj1641 := 0; ; yyj1641++ { - if yyhl1641 { - if yyj1641 >= l { + var yys1669Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1669Slc + var yyhl1669 bool = l >= 0 + for yyj1669 := 0; ; yyj1669++ { + if yyhl1669 { + if yyj1669 >= l { break } } else { @@ -22557,10 +23031,10 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1641Slc = r.DecodeBytes(yys1641Slc, true, true) - yys1641 := string(yys1641Slc) + yys1669Slc = r.DecodeBytes(yys1669Slc, true, true) + yys1669 := string(yys1669Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1641 { + switch yys1669 { case "reason": if r.TryDecodeAsNil() { x.Reason = "" @@ -22574,9 +23048,9 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1641) - } // end switch yys1641 - } // end for yyj1641 + z.DecStructFieldNotFound(-1, yys1669) + } // end switch yys1669 + } // end for yyj1669 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22584,16 +23058,16 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1644 int - var yyb1644 bool - var yyhl1644 bool = l >= 0 - yyj1644++ - if yyhl1644 { - yyb1644 = yyj1644 > l + var yyj1672 int + var yyb1672 bool + var yyhl1672 bool = l >= 0 + yyj1672++ + if yyhl1672 { + yyb1672 = yyj1672 > l } else { - yyb1644 = r.CheckBreak() + yyb1672 = r.CheckBreak() } - if yyb1644 { + if yyb1672 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22603,13 +23077,13 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Reason = string(r.DecodeString()) } - yyj1644++ - if yyhl1644 { - yyb1644 = yyj1644 > l + yyj1672++ + if yyhl1672 { + yyb1672 = yyj1672 > l } else { - yyb1644 = r.CheckBreak() + yyb1672 = r.CheckBreak() } - if yyb1644 { + if yyb1672 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22620,17 +23094,17 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.Message = string(r.DecodeString()) } for { - yyj1644++ - if yyhl1644 { - yyb1644 = yyj1644 > l + yyj1672++ + if yyhl1672 { + yyb1672 = yyj1672 > l } else { - yyb1644 = r.CheckBreak() + yyb1672 = r.CheckBreak() } - if yyb1644 { + if yyb1672 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1644-1, "") + z.DecStructFieldNotFound(yyj1672-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22642,68 +23116,68 @@ func (x *ContainerStateRunning) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1647 := z.EncBinary() - _ = yym1647 + yym1675 := z.EncBinary() + _ = yym1675 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1648 := !z.EncBinary() - yy2arr1648 := z.EncBasicHandle().StructToArray - var yyq1648 [1]bool - _, _, _ = yysep1648, yyq1648, yy2arr1648 - const yyr1648 bool = false - yyq1648[0] = true - var yynn1648 int - if yyr1648 || yy2arr1648 { + yysep1676 := !z.EncBinary() + yy2arr1676 := z.EncBasicHandle().StructToArray + var yyq1676 [1]bool + _, _, _ = yysep1676, yyq1676, yy2arr1676 + const yyr1676 bool = false + yyq1676[0] = true + var yynn1676 int + if yyr1676 || yy2arr1676 { r.EncodeArrayStart(1) } else { - yynn1648 = 0 - for _, b := range yyq1648 { + yynn1676 = 0 + for _, b := range yyq1676 { if b { - yynn1648++ + yynn1676++ } } - r.EncodeMapStart(yynn1648) - yynn1648 = 0 + r.EncodeMapStart(yynn1676) + yynn1676 = 0 } - if yyr1648 || yy2arr1648 { + if yyr1676 || yy2arr1676 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1648[0] { - yy1650 := &x.StartedAt - yym1651 := z.EncBinary() - _ = yym1651 + if yyq1676[0] { + yy1678 := &x.StartedAt + yym1679 := z.EncBinary() + _ = yym1679 if false { - } else if z.HasExtensions() && z.EncExt(yy1650) { - } else if yym1651 { - z.EncBinaryMarshal(yy1650) - } else if !yym1651 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1650) + } else if z.HasExtensions() && z.EncExt(yy1678) { + } else if yym1679 { + z.EncBinaryMarshal(yy1678) + } else if !yym1679 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1678) } else { - z.EncFallback(yy1650) + z.EncFallback(yy1678) } } else { r.EncodeNil() } } else { - if yyq1648[0] { + if yyq1676[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1652 := &x.StartedAt - yym1653 := z.EncBinary() - _ = yym1653 + yy1680 := &x.StartedAt + yym1681 := z.EncBinary() + _ = yym1681 if false { - } else if z.HasExtensions() && z.EncExt(yy1652) { - } else if yym1653 { - z.EncBinaryMarshal(yy1652) - } else if !yym1653 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1652) + } else if z.HasExtensions() && z.EncExt(yy1680) { + } else if yym1681 { + z.EncBinaryMarshal(yy1680) + } else if !yym1681 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1680) } else { - z.EncFallback(yy1652) + z.EncFallback(yy1680) } } } - if yyr1648 || yy2arr1648 { + if yyr1676 || yy2arr1676 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22716,25 +23190,25 @@ func (x *ContainerStateRunning) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1654 := z.DecBinary() - _ = yym1654 + yym1682 := z.DecBinary() + _ = yym1682 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1655 := r.ContainerType() - if yyct1655 == codecSelferValueTypeMap1234 { - yyl1655 := r.ReadMapStart() - if yyl1655 == 0 { + yyct1683 := r.ContainerType() + if yyct1683 == codecSelferValueTypeMap1234 { + yyl1683 := r.ReadMapStart() + if yyl1683 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1655, d) + x.codecDecodeSelfFromMap(yyl1683, d) } - } else if yyct1655 == codecSelferValueTypeArray1234 { - yyl1655 := r.ReadArrayStart() - if yyl1655 == 0 { + } else if yyct1683 == codecSelferValueTypeArray1234 { + yyl1683 := r.ReadArrayStart() + if yyl1683 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1655, d) + x.codecDecodeSelfFromArray(yyl1683, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22746,12 +23220,12 @@ func (x *ContainerStateRunning) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1656Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1656Slc - var yyhl1656 bool = l >= 0 - for yyj1656 := 0; ; yyj1656++ { - if yyhl1656 { - if yyj1656 >= l { + var yys1684Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1684Slc + var yyhl1684 bool = l >= 0 + for yyj1684 := 0; ; yyj1684++ { + if yyhl1684 { + if yyj1684 >= l { break } } else { @@ -22760,31 +23234,31 @@ func (x *ContainerStateRunning) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1656Slc = r.DecodeBytes(yys1656Slc, true, true) - yys1656 := string(yys1656Slc) + yys1684Slc = r.DecodeBytes(yys1684Slc, true, true) + yys1684 := string(yys1684Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1656 { + switch yys1684 { case "startedAt": if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1657 := &x.StartedAt - yym1658 := z.DecBinary() - _ = yym1658 + yyv1685 := &x.StartedAt + yym1686 := z.DecBinary() + _ = yym1686 if false { - } else if z.HasExtensions() && z.DecExt(yyv1657) { - } else if yym1658 { - z.DecBinaryUnmarshal(yyv1657) - } else if !yym1658 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1657) + } else if z.HasExtensions() && z.DecExt(yyv1685) { + } else if yym1686 { + z.DecBinaryUnmarshal(yyv1685) + } else if !yym1686 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1685) } else { - z.DecFallback(yyv1657, false) + z.DecFallback(yyv1685, false) } } default: - z.DecStructFieldNotFound(-1, yys1656) - } // end switch yys1656 - } // end for yyj1656 + z.DecStructFieldNotFound(-1, yys1684) + } // end switch yys1684 + } // end for yyj1684 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22792,16 +23266,16 @@ func (x *ContainerStateRunning) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1659 int - var yyb1659 bool - var yyhl1659 bool = l >= 0 - yyj1659++ - if yyhl1659 { - yyb1659 = yyj1659 > l + var yyj1687 int + var yyb1687 bool + var yyhl1687 bool = l >= 0 + yyj1687++ + if yyhl1687 { + yyb1687 = yyj1687 > l } else { - yyb1659 = r.CheckBreak() + yyb1687 = r.CheckBreak() } - if yyb1659 { + if yyb1687 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22809,31 +23283,31 @@ func (x *ContainerStateRunning) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1660 := &x.StartedAt - yym1661 := z.DecBinary() - _ = yym1661 + yyv1688 := &x.StartedAt + yym1689 := z.DecBinary() + _ = yym1689 if false { - } else if z.HasExtensions() && z.DecExt(yyv1660) { - } else if yym1661 { - z.DecBinaryUnmarshal(yyv1660) - } else if !yym1661 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1660) + } else if z.HasExtensions() && z.DecExt(yyv1688) { + } else if yym1689 { + z.DecBinaryUnmarshal(yyv1688) + } else if !yym1689 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1688) } else { - z.DecFallback(yyv1660, false) + z.DecFallback(yyv1688, false) } } for { - yyj1659++ - if yyhl1659 { - yyb1659 = yyj1659 > l + yyj1687++ + if yyhl1687 { + yyb1687 = yyj1687 > l } else { - yyb1659 = r.CheckBreak() + yyb1687 = r.CheckBreak() } - if yyb1659 { + if yyb1687 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1659-1, "") + z.DecStructFieldNotFound(yyj1687-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22845,39 +23319,39 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1662 := z.EncBinary() - _ = yym1662 + yym1690 := z.EncBinary() + _ = yym1690 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1663 := !z.EncBinary() - yy2arr1663 := z.EncBasicHandle().StructToArray - var yyq1663 [7]bool - _, _, _ = yysep1663, yyq1663, yy2arr1663 - const yyr1663 bool = false - yyq1663[1] = x.Signal != 0 - yyq1663[2] = x.Reason != "" - yyq1663[3] = x.Message != "" - yyq1663[4] = true - yyq1663[5] = true - yyq1663[6] = x.ContainerID != "" - var yynn1663 int - if yyr1663 || yy2arr1663 { + yysep1691 := !z.EncBinary() + yy2arr1691 := z.EncBasicHandle().StructToArray + var yyq1691 [7]bool + _, _, _ = yysep1691, yyq1691, yy2arr1691 + const yyr1691 bool = false + yyq1691[1] = x.Signal != 0 + yyq1691[2] = x.Reason != "" + yyq1691[3] = x.Message != "" + yyq1691[4] = true + yyq1691[5] = true + yyq1691[6] = x.ContainerID != "" + var yynn1691 int + if yyr1691 || yy2arr1691 { r.EncodeArrayStart(7) } else { - yynn1663 = 1 - for _, b := range yyq1663 { + yynn1691 = 1 + for _, b := range yyq1691 { if b { - yynn1663++ + yynn1691++ } } - r.EncodeMapStart(yynn1663) - yynn1663 = 0 + r.EncodeMapStart(yynn1691) + yynn1691 = 0 } - if yyr1663 || yy2arr1663 { + if yyr1691 || yy2arr1691 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1665 := z.EncBinary() - _ = yym1665 + yym1693 := z.EncBinary() + _ = yym1693 if false { } else { r.EncodeInt(int64(x.ExitCode)) @@ -22886,18 +23360,18 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exitCode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1666 := z.EncBinary() - _ = yym1666 + yym1694 := z.EncBinary() + _ = yym1694 if false { } else { r.EncodeInt(int64(x.ExitCode)) } } - if yyr1663 || yy2arr1663 { + if yyr1691 || yy2arr1691 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1663[1] { - yym1668 := z.EncBinary() - _ = yym1668 + if yyq1691[1] { + yym1696 := z.EncBinary() + _ = yym1696 if false { } else { r.EncodeInt(int64(x.Signal)) @@ -22906,23 +23380,23 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1663[1] { + if yyq1691[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("signal")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1669 := z.EncBinary() - _ = yym1669 + yym1697 := z.EncBinary() + _ = yym1697 if false { } else { r.EncodeInt(int64(x.Signal)) } } } - if yyr1663 || yy2arr1663 { + if yyr1691 || yy2arr1691 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1663[2] { - yym1671 := z.EncBinary() - _ = yym1671 + if yyq1691[2] { + yym1699 := z.EncBinary() + _ = yym1699 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -22931,23 +23405,23 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1663[2] { + if yyq1691[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1672 := z.EncBinary() - _ = yym1672 + yym1700 := z.EncBinary() + _ = yym1700 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1663 || yy2arr1663 { + if yyr1691 || yy2arr1691 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1663[3] { - yym1674 := z.EncBinary() - _ = yym1674 + if yyq1691[3] { + yym1702 := z.EncBinary() + _ = yym1702 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -22956,97 +23430,97 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1663[3] { + if yyq1691[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1675 := z.EncBinary() - _ = yym1675 + yym1703 := z.EncBinary() + _ = yym1703 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1663 || yy2arr1663 { + if yyr1691 || yy2arr1691 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1663[4] { - yy1677 := &x.StartedAt - yym1678 := z.EncBinary() - _ = yym1678 + if yyq1691[4] { + yy1705 := &x.StartedAt + yym1706 := z.EncBinary() + _ = yym1706 if false { - } else if z.HasExtensions() && z.EncExt(yy1677) { - } else if yym1678 { - z.EncBinaryMarshal(yy1677) - } else if !yym1678 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1677) + } else if z.HasExtensions() && z.EncExt(yy1705) { + } else if yym1706 { + z.EncBinaryMarshal(yy1705) + } else if !yym1706 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1705) } else { - z.EncFallback(yy1677) + z.EncFallback(yy1705) } } else { r.EncodeNil() } } else { - if yyq1663[4] { + if yyq1691[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1679 := &x.StartedAt - yym1680 := z.EncBinary() - _ = yym1680 + yy1707 := &x.StartedAt + yym1708 := z.EncBinary() + _ = yym1708 if false { - } else if z.HasExtensions() && z.EncExt(yy1679) { - } else if yym1680 { - z.EncBinaryMarshal(yy1679) - } else if !yym1680 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1679) + } else if z.HasExtensions() && z.EncExt(yy1707) { + } else if yym1708 { + z.EncBinaryMarshal(yy1707) + } else if !yym1708 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1707) } else { - z.EncFallback(yy1679) + z.EncFallback(yy1707) } } } - if yyr1663 || yy2arr1663 { + if yyr1691 || yy2arr1691 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1663[5] { - yy1682 := &x.FinishedAt - yym1683 := z.EncBinary() - _ = yym1683 + if yyq1691[5] { + yy1710 := &x.FinishedAt + yym1711 := z.EncBinary() + _ = yym1711 if false { - } else if z.HasExtensions() && z.EncExt(yy1682) { - } else if yym1683 { - z.EncBinaryMarshal(yy1682) - } else if !yym1683 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1682) + } else if z.HasExtensions() && z.EncExt(yy1710) { + } else if yym1711 { + z.EncBinaryMarshal(yy1710) + } else if !yym1711 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1710) } else { - z.EncFallback(yy1682) + z.EncFallback(yy1710) } } else { r.EncodeNil() } } else { - if yyq1663[5] { + if yyq1691[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("finishedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1684 := &x.FinishedAt - yym1685 := z.EncBinary() - _ = yym1685 + yy1712 := &x.FinishedAt + yym1713 := z.EncBinary() + _ = yym1713 if false { - } else if z.HasExtensions() && z.EncExt(yy1684) { - } else if yym1685 { - z.EncBinaryMarshal(yy1684) - } else if !yym1685 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1684) + } else if z.HasExtensions() && z.EncExt(yy1712) { + } else if yym1713 { + z.EncBinaryMarshal(yy1712) + } else if !yym1713 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1712) } else { - z.EncFallback(yy1684) + z.EncFallback(yy1712) } } } - if yyr1663 || yy2arr1663 { + if yyr1691 || yy2arr1691 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1663[6] { - yym1687 := z.EncBinary() - _ = yym1687 + if yyq1691[6] { + yym1715 := z.EncBinary() + _ = yym1715 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) @@ -23055,19 +23529,19 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1663[6] { + if yyq1691[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1688 := z.EncBinary() - _ = yym1688 + yym1716 := z.EncBinary() + _ = yym1716 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) } } } - if yyr1663 || yy2arr1663 { + if yyr1691 || yy2arr1691 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23080,25 +23554,25 @@ func (x *ContainerStateTerminated) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1689 := z.DecBinary() - _ = yym1689 + yym1717 := z.DecBinary() + _ = yym1717 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1690 := r.ContainerType() - if yyct1690 == codecSelferValueTypeMap1234 { - yyl1690 := r.ReadMapStart() - if yyl1690 == 0 { + yyct1718 := r.ContainerType() + if yyct1718 == codecSelferValueTypeMap1234 { + yyl1718 := r.ReadMapStart() + if yyl1718 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1690, d) + x.codecDecodeSelfFromMap(yyl1718, d) } - } else if yyct1690 == codecSelferValueTypeArray1234 { - yyl1690 := r.ReadArrayStart() - if yyl1690 == 0 { + } else if yyct1718 == codecSelferValueTypeArray1234 { + yyl1718 := r.ReadArrayStart() + if yyl1718 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1690, d) + x.codecDecodeSelfFromArray(yyl1718, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23110,12 +23584,12 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1691Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1691Slc - var yyhl1691 bool = l >= 0 - for yyj1691 := 0; ; yyj1691++ { - if yyhl1691 { - if yyj1691 >= l { + var yys1719Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1719Slc + var yyhl1719 bool = l >= 0 + for yyj1719 := 0; ; yyj1719++ { + if yyhl1719 { + if yyj1719 >= l { break } } else { @@ -23124,10 +23598,10 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1691Slc = r.DecodeBytes(yys1691Slc, true, true) - yys1691 := string(yys1691Slc) + yys1719Slc = r.DecodeBytes(yys1719Slc, true, true) + yys1719 := string(yys1719Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1691 { + switch yys1719 { case "exitCode": if r.TryDecodeAsNil() { x.ExitCode = 0 @@ -23156,34 +23630,34 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1696 := &x.StartedAt - yym1697 := z.DecBinary() - _ = yym1697 + yyv1724 := &x.StartedAt + yym1725 := z.DecBinary() + _ = yym1725 if false { - } else if z.HasExtensions() && z.DecExt(yyv1696) { - } else if yym1697 { - z.DecBinaryUnmarshal(yyv1696) - } else if !yym1697 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1696) + } else if z.HasExtensions() && z.DecExt(yyv1724) { + } else if yym1725 { + z.DecBinaryUnmarshal(yyv1724) + } else if !yym1725 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1724) } else { - z.DecFallback(yyv1696, false) + z.DecFallback(yyv1724, false) } } case "finishedAt": if r.TryDecodeAsNil() { x.FinishedAt = pkg2_unversioned.Time{} } else { - yyv1698 := &x.FinishedAt - yym1699 := z.DecBinary() - _ = yym1699 + yyv1726 := &x.FinishedAt + yym1727 := z.DecBinary() + _ = yym1727 if false { - } else if z.HasExtensions() && z.DecExt(yyv1698) { - } else if yym1699 { - z.DecBinaryUnmarshal(yyv1698) - } else if !yym1699 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1698) + } else if z.HasExtensions() && z.DecExt(yyv1726) { + } else if yym1727 { + z.DecBinaryUnmarshal(yyv1726) + } else if !yym1727 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1726) } else { - z.DecFallback(yyv1698, false) + z.DecFallback(yyv1726, false) } } case "containerID": @@ -23193,9 +23667,9 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De x.ContainerID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1691) - } // end switch yys1691 - } // end for yyj1691 + z.DecStructFieldNotFound(-1, yys1719) + } // end switch yys1719 + } // end for yyj1719 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23203,16 +23677,16 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1701 int - var yyb1701 bool - var yyhl1701 bool = l >= 0 - yyj1701++ - if yyhl1701 { - yyb1701 = yyj1701 > l + var yyj1729 int + var yyb1729 bool + var yyhl1729 bool = l >= 0 + yyj1729++ + if yyhl1729 { + yyb1729 = yyj1729 > l } else { - yyb1701 = r.CheckBreak() + yyb1729 = r.CheckBreak() } - if yyb1701 { + if yyb1729 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23222,13 +23696,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.ExitCode = int32(r.DecodeInt(32)) } - yyj1701++ - if yyhl1701 { - yyb1701 = yyj1701 > l + yyj1729++ + if yyhl1729 { + yyb1729 = yyj1729 > l } else { - yyb1701 = r.CheckBreak() + yyb1729 = r.CheckBreak() } - if yyb1701 { + if yyb1729 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23238,13 +23712,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Signal = int32(r.DecodeInt(32)) } - yyj1701++ - if yyhl1701 { - yyb1701 = yyj1701 > l + yyj1729++ + if yyhl1729 { + yyb1729 = yyj1729 > l } else { - yyb1701 = r.CheckBreak() + yyb1729 = r.CheckBreak() } - if yyb1701 { + if yyb1729 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23254,13 +23728,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Reason = string(r.DecodeString()) } - yyj1701++ - if yyhl1701 { - yyb1701 = yyj1701 > l + yyj1729++ + if yyhl1729 { + yyb1729 = yyj1729 > l } else { - yyb1701 = r.CheckBreak() + yyb1729 = r.CheckBreak() } - if yyb1701 { + if yyb1729 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23270,13 +23744,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Message = string(r.DecodeString()) } - yyj1701++ - if yyhl1701 { - yyb1701 = yyj1701 > l + yyj1729++ + if yyhl1729 { + yyb1729 = yyj1729 > l } else { - yyb1701 = r.CheckBreak() + yyb1729 = r.CheckBreak() } - if yyb1701 { + if yyb1729 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23284,26 +23758,26 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1706 := &x.StartedAt - yym1707 := z.DecBinary() - _ = yym1707 + yyv1734 := &x.StartedAt + yym1735 := z.DecBinary() + _ = yym1735 if false { - } else if z.HasExtensions() && z.DecExt(yyv1706) { - } else if yym1707 { - z.DecBinaryUnmarshal(yyv1706) - } else if !yym1707 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1706) + } else if z.HasExtensions() && z.DecExt(yyv1734) { + } else if yym1735 { + z.DecBinaryUnmarshal(yyv1734) + } else if !yym1735 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1734) } else { - z.DecFallback(yyv1706, false) + z.DecFallback(yyv1734, false) } } - yyj1701++ - if yyhl1701 { - yyb1701 = yyj1701 > l + yyj1729++ + if yyhl1729 { + yyb1729 = yyj1729 > l } else { - yyb1701 = r.CheckBreak() + yyb1729 = r.CheckBreak() } - if yyb1701 { + if yyb1729 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23311,26 +23785,26 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.FinishedAt = pkg2_unversioned.Time{} } else { - yyv1708 := &x.FinishedAt - yym1709 := z.DecBinary() - _ = yym1709 + yyv1736 := &x.FinishedAt + yym1737 := z.DecBinary() + _ = yym1737 if false { - } else if z.HasExtensions() && z.DecExt(yyv1708) { - } else if yym1709 { - z.DecBinaryUnmarshal(yyv1708) - } else if !yym1709 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1708) + } else if z.HasExtensions() && z.DecExt(yyv1736) { + } else if yym1737 { + z.DecBinaryUnmarshal(yyv1736) + } else if !yym1737 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1736) } else { - z.DecFallback(yyv1708, false) + z.DecFallback(yyv1736, false) } } - yyj1701++ - if yyhl1701 { - yyb1701 = yyj1701 > l + yyj1729++ + if yyhl1729 { + yyb1729 = yyj1729 > l } else { - yyb1701 = r.CheckBreak() + yyb1729 = r.CheckBreak() } - if yyb1701 { + if yyb1729 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23341,17 +23815,17 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. x.ContainerID = string(r.DecodeString()) } for { - yyj1701++ - if yyhl1701 { - yyb1701 = yyj1701 > l + yyj1729++ + if yyhl1729 { + yyb1729 = yyj1729 > l } else { - yyb1701 = r.CheckBreak() + yyb1729 = r.CheckBreak() } - if yyb1701 { + if yyb1729 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1701-1, "") + z.DecStructFieldNotFound(yyj1729-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23363,35 +23837,35 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1711 := z.EncBinary() - _ = yym1711 + yym1739 := z.EncBinary() + _ = yym1739 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1712 := !z.EncBinary() - yy2arr1712 := z.EncBasicHandle().StructToArray - var yyq1712 [3]bool - _, _, _ = yysep1712, yyq1712, yy2arr1712 - const yyr1712 bool = false - yyq1712[0] = x.Waiting != nil - yyq1712[1] = x.Running != nil - yyq1712[2] = x.Terminated != nil - var yynn1712 int - if yyr1712 || yy2arr1712 { + yysep1740 := !z.EncBinary() + yy2arr1740 := z.EncBasicHandle().StructToArray + var yyq1740 [3]bool + _, _, _ = yysep1740, yyq1740, yy2arr1740 + const yyr1740 bool = false + yyq1740[0] = x.Waiting != nil + yyq1740[1] = x.Running != nil + yyq1740[2] = x.Terminated != nil + var yynn1740 int + if yyr1740 || yy2arr1740 { r.EncodeArrayStart(3) } else { - yynn1712 = 0 - for _, b := range yyq1712 { + yynn1740 = 0 + for _, b := range yyq1740 { if b { - yynn1712++ + yynn1740++ } } - r.EncodeMapStart(yynn1712) - yynn1712 = 0 + r.EncodeMapStart(yynn1740) + yynn1740 = 0 } - if yyr1712 || yy2arr1712 { + if yyr1740 || yy2arr1740 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1712[0] { + if yyq1740[0] { if x.Waiting == nil { r.EncodeNil() } else { @@ -23401,7 +23875,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1712[0] { + if yyq1740[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("waiting")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -23412,9 +23886,9 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1712 || yy2arr1712 { + if yyr1740 || yy2arr1740 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1712[1] { + if yyq1740[1] { if x.Running == nil { r.EncodeNil() } else { @@ -23424,7 +23898,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1712[1] { + if yyq1740[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("running")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -23435,9 +23909,9 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1712 || yy2arr1712 { + if yyr1740 || yy2arr1740 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1712[2] { + if yyq1740[2] { if x.Terminated == nil { r.EncodeNil() } else { @@ -23447,7 +23921,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1712[2] { + if yyq1740[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminated")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -23458,7 +23932,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1712 || yy2arr1712 { + if yyr1740 || yy2arr1740 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23471,25 +23945,25 @@ func (x *ContainerState) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1716 := z.DecBinary() - _ = yym1716 + yym1744 := z.DecBinary() + _ = yym1744 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1717 := r.ContainerType() - if yyct1717 == codecSelferValueTypeMap1234 { - yyl1717 := r.ReadMapStart() - if yyl1717 == 0 { + yyct1745 := r.ContainerType() + if yyct1745 == codecSelferValueTypeMap1234 { + yyl1745 := r.ReadMapStart() + if yyl1745 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1717, d) + x.codecDecodeSelfFromMap(yyl1745, d) } - } else if yyct1717 == codecSelferValueTypeArray1234 { - yyl1717 := r.ReadArrayStart() - if yyl1717 == 0 { + } else if yyct1745 == codecSelferValueTypeArray1234 { + yyl1745 := r.ReadArrayStart() + if yyl1745 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1717, d) + x.codecDecodeSelfFromArray(yyl1745, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23501,12 +23975,12 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1718Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1718Slc - var yyhl1718 bool = l >= 0 - for yyj1718 := 0; ; yyj1718++ { - if yyhl1718 { - if yyj1718 >= l { + var yys1746Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1746Slc + var yyhl1746 bool = l >= 0 + for yyj1746 := 0; ; yyj1746++ { + if yyhl1746 { + if yyj1746 >= l { break } } else { @@ -23515,10 +23989,10 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1718Slc = r.DecodeBytes(yys1718Slc, true, true) - yys1718 := string(yys1718Slc) + yys1746Slc = r.DecodeBytes(yys1746Slc, true, true) + yys1746 := string(yys1746Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1718 { + switch yys1746 { case "waiting": if r.TryDecodeAsNil() { if x.Waiting != nil { @@ -23553,9 +24027,9 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Terminated.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1718) - } // end switch yys1718 - } // end for yyj1718 + z.DecStructFieldNotFound(-1, yys1746) + } // end switch yys1746 + } // end for yyj1746 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23563,16 +24037,16 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1722 int - var yyb1722 bool - var yyhl1722 bool = l >= 0 - yyj1722++ - if yyhl1722 { - yyb1722 = yyj1722 > l + var yyj1750 int + var yyb1750 bool + var yyhl1750 bool = l >= 0 + yyj1750++ + if yyhl1750 { + yyb1750 = yyj1750 > l } else { - yyb1722 = r.CheckBreak() + yyb1750 = r.CheckBreak() } - if yyb1722 { + if yyb1750 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23587,13 +24061,13 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Waiting.CodecDecodeSelf(d) } - yyj1722++ - if yyhl1722 { - yyb1722 = yyj1722 > l + yyj1750++ + if yyhl1750 { + yyb1750 = yyj1750 > l } else { - yyb1722 = r.CheckBreak() + yyb1750 = r.CheckBreak() } - if yyb1722 { + if yyb1750 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23608,13 +24082,13 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Running.CodecDecodeSelf(d) } - yyj1722++ - if yyhl1722 { - yyb1722 = yyj1722 > l + yyj1750++ + if yyhl1750 { + yyb1750 = yyj1750 > l } else { - yyb1722 = r.CheckBreak() + yyb1750 = r.CheckBreak() } - if yyb1722 { + if yyb1750 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23630,17 +24104,17 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Terminated.CodecDecodeSelf(d) } for { - yyj1722++ - if yyhl1722 { - yyb1722 = yyj1722 > l + yyj1750++ + if yyhl1750 { + yyb1750 = yyj1750 > l } else { - yyb1722 = r.CheckBreak() + yyb1750 = r.CheckBreak() } - if yyb1722 { + if yyb1750 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1722-1, "") + z.DecStructFieldNotFound(yyj1750-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23652,36 +24126,36 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1726 := z.EncBinary() - _ = yym1726 + yym1754 := z.EncBinary() + _ = yym1754 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1727 := !z.EncBinary() - yy2arr1727 := z.EncBasicHandle().StructToArray - var yyq1727 [8]bool - _, _, _ = yysep1727, yyq1727, yy2arr1727 - const yyr1727 bool = false - yyq1727[1] = true - yyq1727[2] = true - yyq1727[7] = x.ContainerID != "" - var yynn1727 int - if yyr1727 || yy2arr1727 { + yysep1755 := !z.EncBinary() + yy2arr1755 := z.EncBasicHandle().StructToArray + var yyq1755 [8]bool + _, _, _ = yysep1755, yyq1755, yy2arr1755 + const yyr1755 bool = false + yyq1755[1] = true + yyq1755[2] = true + yyq1755[7] = x.ContainerID != "" + var yynn1755 int + if yyr1755 || yy2arr1755 { r.EncodeArrayStart(8) } else { - yynn1727 = 5 - for _, b := range yyq1727 { + yynn1755 = 5 + for _, b := range yyq1755 { if b { - yynn1727++ + yynn1755++ } } - r.EncodeMapStart(yynn1727) - yynn1727 = 0 + r.EncodeMapStart(yynn1755) + yynn1755 = 0 } - if yyr1727 || yy2arr1727 { + if yyr1755 || yy2arr1755 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1729 := z.EncBinary() - _ = yym1729 + yym1757 := z.EncBinary() + _ = yym1757 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -23690,51 +24164,51 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1730 := z.EncBinary() - _ = yym1730 + yym1758 := z.EncBinary() + _ = yym1758 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1727 || yy2arr1727 { + if yyr1755 || yy2arr1755 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1727[1] { - yy1732 := &x.State - yy1732.CodecEncodeSelf(e) + if yyq1755[1] { + yy1760 := &x.State + yy1760.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1727[1] { + if yyq1755[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("state")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1733 := &x.State - yy1733.CodecEncodeSelf(e) + yy1761 := &x.State + yy1761.CodecEncodeSelf(e) } } - if yyr1727 || yy2arr1727 { + if yyr1755 || yy2arr1755 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1727[2] { - yy1735 := &x.LastTerminationState - yy1735.CodecEncodeSelf(e) + if yyq1755[2] { + yy1763 := &x.LastTerminationState + yy1763.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1727[2] { + if yyq1755[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastState")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1736 := &x.LastTerminationState - yy1736.CodecEncodeSelf(e) + yy1764 := &x.LastTerminationState + yy1764.CodecEncodeSelf(e) } } - if yyr1727 || yy2arr1727 { + if yyr1755 || yy2arr1755 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1738 := z.EncBinary() - _ = yym1738 + yym1766 := z.EncBinary() + _ = yym1766 if false { } else { r.EncodeBool(bool(x.Ready)) @@ -23743,17 +24217,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ready")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1739 := z.EncBinary() - _ = yym1739 + yym1767 := z.EncBinary() + _ = yym1767 if false { } else { r.EncodeBool(bool(x.Ready)) } } - if yyr1727 || yy2arr1727 { + if yyr1755 || yy2arr1755 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1741 := z.EncBinary() - _ = yym1741 + yym1769 := z.EncBinary() + _ = yym1769 if false { } else { r.EncodeInt(int64(x.RestartCount)) @@ -23762,17 +24236,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("restartCount")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1742 := z.EncBinary() - _ = yym1742 + yym1770 := z.EncBinary() + _ = yym1770 if false { } else { r.EncodeInt(int64(x.RestartCount)) } } - if yyr1727 || yy2arr1727 { + if yyr1755 || yy2arr1755 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1744 := z.EncBinary() - _ = yym1744 + yym1772 := z.EncBinary() + _ = yym1772 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) @@ -23781,17 +24255,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1745 := z.EncBinary() - _ = yym1745 + yym1773 := z.EncBinary() + _ = yym1773 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) } } - if yyr1727 || yy2arr1727 { + if yyr1755 || yy2arr1755 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1747 := z.EncBinary() - _ = yym1747 + yym1775 := z.EncBinary() + _ = yym1775 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ImageID)) @@ -23800,18 +24274,18 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imageID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1748 := z.EncBinary() - _ = yym1748 + yym1776 := z.EncBinary() + _ = yym1776 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ImageID)) } } - if yyr1727 || yy2arr1727 { + if yyr1755 || yy2arr1755 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1727[7] { - yym1750 := z.EncBinary() - _ = yym1750 + if yyq1755[7] { + yym1778 := z.EncBinary() + _ = yym1778 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) @@ -23820,19 +24294,19 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1727[7] { + if yyq1755[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1751 := z.EncBinary() - _ = yym1751 + yym1779 := z.EncBinary() + _ = yym1779 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) } } } - if yyr1727 || yy2arr1727 { + if yyr1755 || yy2arr1755 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23845,25 +24319,25 @@ func (x *ContainerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1752 := z.DecBinary() - _ = yym1752 + yym1780 := z.DecBinary() + _ = yym1780 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1753 := r.ContainerType() - if yyct1753 == codecSelferValueTypeMap1234 { - yyl1753 := r.ReadMapStart() - if yyl1753 == 0 { + yyct1781 := r.ContainerType() + if yyct1781 == codecSelferValueTypeMap1234 { + yyl1781 := r.ReadMapStart() + if yyl1781 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1753, d) + x.codecDecodeSelfFromMap(yyl1781, d) } - } else if yyct1753 == codecSelferValueTypeArray1234 { - yyl1753 := r.ReadArrayStart() - if yyl1753 == 0 { + } else if yyct1781 == codecSelferValueTypeArray1234 { + yyl1781 := r.ReadArrayStart() + if yyl1781 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1753, d) + x.codecDecodeSelfFromArray(yyl1781, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23875,12 +24349,12 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1754Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1754Slc - var yyhl1754 bool = l >= 0 - for yyj1754 := 0; ; yyj1754++ { - if yyhl1754 { - if yyj1754 >= 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 { @@ -23889,10 +24363,10 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1754Slc = r.DecodeBytes(yys1754Slc, true, true) - yys1754 := string(yys1754Slc) + yys1782Slc = r.DecodeBytes(yys1782Slc, true, true) + yys1782 := string(yys1782Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1754 { + switch yys1782 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -23903,15 +24377,15 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.State = ContainerState{} } else { - yyv1756 := &x.State - yyv1756.CodecDecodeSelf(d) + yyv1784 := &x.State + yyv1784.CodecDecodeSelf(d) } case "lastState": if r.TryDecodeAsNil() { x.LastTerminationState = ContainerState{} } else { - yyv1757 := &x.LastTerminationState - yyv1757.CodecDecodeSelf(d) + yyv1785 := &x.LastTerminationState + yyv1785.CodecDecodeSelf(d) } case "ready": if r.TryDecodeAsNil() { @@ -23944,9 +24418,9 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ContainerID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1754) - } // end switch yys1754 - } // end for yyj1754 + z.DecStructFieldNotFound(-1, yys1782) + } // end switch yys1782 + } // end for yyj1782 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23954,16 +24428,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1763 int - var yyb1763 bool - var yyhl1763 bool = l >= 0 - yyj1763++ - if yyhl1763 { - yyb1763 = yyj1763 > l + var yyj1791 int + var yyb1791 bool + var yyhl1791 bool = l >= 0 + yyj1791++ + if yyhl1791 { + yyb1791 = yyj1791 > l } else { - yyb1763 = r.CheckBreak() + yyb1791 = r.CheckBreak() } - if yyb1763 { + if yyb1791 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23973,13 +24447,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj1763++ - if yyhl1763 { - yyb1763 = yyj1763 > l + yyj1791++ + if yyhl1791 { + yyb1791 = yyj1791 > l } else { - yyb1763 = r.CheckBreak() + yyb1791 = r.CheckBreak() } - if yyb1763 { + if yyb1791 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23987,16 +24461,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.State = ContainerState{} } else { - yyv1765 := &x.State - yyv1765.CodecDecodeSelf(d) + yyv1793 := &x.State + yyv1793.CodecDecodeSelf(d) } - yyj1763++ - if yyhl1763 { - yyb1763 = yyj1763 > l + yyj1791++ + if yyhl1791 { + yyb1791 = yyj1791 > l } else { - yyb1763 = r.CheckBreak() + yyb1791 = r.CheckBreak() } - if yyb1763 { + if yyb1791 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24004,16 +24478,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.LastTerminationState = ContainerState{} } else { - yyv1766 := &x.LastTerminationState - yyv1766.CodecDecodeSelf(d) + yyv1794 := &x.LastTerminationState + yyv1794.CodecDecodeSelf(d) } - yyj1763++ - if yyhl1763 { - yyb1763 = yyj1763 > l + yyj1791++ + if yyhl1791 { + yyb1791 = yyj1791 > l } else { - yyb1763 = r.CheckBreak() + yyb1791 = r.CheckBreak() } - if yyb1763 { + if yyb1791 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24023,13 +24497,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Ready = bool(r.DecodeBool()) } - yyj1763++ - if yyhl1763 { - yyb1763 = yyj1763 > l + yyj1791++ + if yyhl1791 { + yyb1791 = yyj1791 > l } else { - yyb1763 = r.CheckBreak() + yyb1791 = r.CheckBreak() } - if yyb1763 { + if yyb1791 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24039,13 +24513,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RestartCount = int32(r.DecodeInt(32)) } - yyj1763++ - if yyhl1763 { - yyb1763 = yyj1763 > l + yyj1791++ + if yyhl1791 { + yyb1791 = yyj1791 > l } else { - yyb1763 = r.CheckBreak() + yyb1791 = r.CheckBreak() } - if yyb1763 { + if yyb1791 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24055,13 +24529,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Image = string(r.DecodeString()) } - yyj1763++ - if yyhl1763 { - yyb1763 = yyj1763 > l + yyj1791++ + if yyhl1791 { + yyb1791 = yyj1791 > l } else { - yyb1763 = r.CheckBreak() + yyb1791 = r.CheckBreak() } - if yyb1763 { + if yyb1791 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24071,13 +24545,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ImageID = string(r.DecodeString()) } - yyj1763++ - if yyhl1763 { - yyb1763 = yyj1763 > l + yyj1791++ + if yyhl1791 { + yyb1791 = yyj1791 > l } else { - yyb1763 = r.CheckBreak() + yyb1791 = r.CheckBreak() } - if yyb1763 { + if yyb1791 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24088,17 +24562,17 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ContainerID = string(r.DecodeString()) } for { - yyj1763++ - if yyhl1763 { - yyb1763 = yyj1763 > l + yyj1791++ + if yyhl1791 { + yyb1791 = yyj1791 > l } else { - yyb1763 = r.CheckBreak() + yyb1791 = r.CheckBreak() } - if yyb1763 { + if yyb1791 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1763-1, "") + z.DecStructFieldNotFound(yyj1791-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24107,8 +24581,8 @@ func (x PodPhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1772 := z.EncBinary() - _ = yym1772 + yym1800 := z.EncBinary() + _ = yym1800 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -24120,8 +24594,8 @@ func (x *PodPhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1773 := z.DecBinary() - _ = yym1773 + yym1801 := z.DecBinary() + _ = yym1801 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -24133,8 +24607,8 @@ func (x PodConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1774 := z.EncBinary() - _ = yym1774 + yym1802 := z.EncBinary() + _ = yym1802 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -24146,8 +24620,8 @@ func (x *PodConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1775 := z.DecBinary() - _ = yym1775 + yym1803 := z.DecBinary() + _ = yym1803 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -24162,34 +24636,34 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1776 := z.EncBinary() - _ = yym1776 + yym1804 := z.EncBinary() + _ = yym1804 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1777 := !z.EncBinary() - yy2arr1777 := z.EncBasicHandle().StructToArray - var yyq1777 [6]bool - _, _, _ = yysep1777, yyq1777, yy2arr1777 - const yyr1777 bool = false - yyq1777[2] = true - yyq1777[3] = true - yyq1777[4] = x.Reason != "" - yyq1777[5] = x.Message != "" - var yynn1777 int - if yyr1777 || yy2arr1777 { + yysep1805 := !z.EncBinary() + yy2arr1805 := z.EncBasicHandle().StructToArray + var yyq1805 [6]bool + _, _, _ = yysep1805, yyq1805, yy2arr1805 + const yyr1805 bool = false + yyq1805[2] = true + yyq1805[3] = true + yyq1805[4] = x.Reason != "" + yyq1805[5] = x.Message != "" + var yynn1805 int + if yyr1805 || yy2arr1805 { r.EncodeArrayStart(6) } else { - yynn1777 = 2 - for _, b := range yyq1777 { + yynn1805 = 2 + for _, b := range yyq1805 { if b { - yynn1777++ + yynn1805++ } } - r.EncodeMapStart(yynn1777) - yynn1777 = 0 + r.EncodeMapStart(yynn1805) + yynn1805 = 0 } - if yyr1777 || yy2arr1777 { + if yyr1805 || yy2arr1805 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -24198,7 +24672,7 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr1777 || yy2arr1777 { + if yyr1805 || yy2arr1805 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -24207,85 +24681,85 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr1777 || yy2arr1777 { + if yyr1805 || yy2arr1805 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1777[2] { - yy1781 := &x.LastProbeTime - yym1782 := z.EncBinary() - _ = yym1782 + if yyq1805[2] { + yy1809 := &x.LastProbeTime + yym1810 := z.EncBinary() + _ = yym1810 if false { - } else if z.HasExtensions() && z.EncExt(yy1781) { - } else if yym1782 { - z.EncBinaryMarshal(yy1781) - } else if !yym1782 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1781) + } else if z.HasExtensions() && z.EncExt(yy1809) { + } else if yym1810 { + z.EncBinaryMarshal(yy1809) + } else if !yym1810 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1809) } else { - z.EncFallback(yy1781) + z.EncFallback(yy1809) } } else { r.EncodeNil() } } else { - if yyq1777[2] { + if yyq1805[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1783 := &x.LastProbeTime - yym1784 := z.EncBinary() - _ = yym1784 + yy1811 := &x.LastProbeTime + yym1812 := z.EncBinary() + _ = yym1812 if false { - } else if z.HasExtensions() && z.EncExt(yy1783) { - } else if yym1784 { - z.EncBinaryMarshal(yy1783) - } else if !yym1784 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1783) + } else if z.HasExtensions() && z.EncExt(yy1811) { + } else if yym1812 { + z.EncBinaryMarshal(yy1811) + } else if !yym1812 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1811) } else { - z.EncFallback(yy1783) + z.EncFallback(yy1811) } } } - if yyr1777 || yy2arr1777 { + if yyr1805 || yy2arr1805 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1777[3] { - yy1786 := &x.LastTransitionTime - yym1787 := z.EncBinary() - _ = yym1787 + if yyq1805[3] { + yy1814 := &x.LastTransitionTime + yym1815 := z.EncBinary() + _ = yym1815 if false { - } else if z.HasExtensions() && z.EncExt(yy1786) { - } else if yym1787 { - z.EncBinaryMarshal(yy1786) - } else if !yym1787 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1786) + } else if z.HasExtensions() && z.EncExt(yy1814) { + } else if yym1815 { + z.EncBinaryMarshal(yy1814) + } else if !yym1815 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1814) } else { - z.EncFallback(yy1786) + z.EncFallback(yy1814) } } else { r.EncodeNil() } } else { - if yyq1777[3] { + if yyq1805[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1788 := &x.LastTransitionTime - yym1789 := z.EncBinary() - _ = yym1789 + yy1816 := &x.LastTransitionTime + yym1817 := z.EncBinary() + _ = yym1817 if false { - } else if z.HasExtensions() && z.EncExt(yy1788) { - } else if yym1789 { - z.EncBinaryMarshal(yy1788) - } else if !yym1789 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1788) + } else if z.HasExtensions() && z.EncExt(yy1816) { + } else if yym1817 { + z.EncBinaryMarshal(yy1816) + } else if !yym1817 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1816) } else { - z.EncFallback(yy1788) + z.EncFallback(yy1816) } } } - if yyr1777 || yy2arr1777 { + if yyr1805 || yy2arr1805 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1777[4] { - yym1791 := z.EncBinary() - _ = yym1791 + if yyq1805[4] { + yym1819 := z.EncBinary() + _ = yym1819 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -24294,23 +24768,23 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1777[4] { + if yyq1805[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1792 := z.EncBinary() - _ = yym1792 + yym1820 := z.EncBinary() + _ = yym1820 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1777 || yy2arr1777 { + if yyr1805 || yy2arr1805 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1777[5] { - yym1794 := z.EncBinary() - _ = yym1794 + if yyq1805[5] { + yym1822 := z.EncBinary() + _ = yym1822 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -24319,19 +24793,19 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1777[5] { + if yyq1805[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1795 := z.EncBinary() - _ = yym1795 + yym1823 := z.EncBinary() + _ = yym1823 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1777 || yy2arr1777 { + if yyr1805 || yy2arr1805 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24344,25 +24818,25 @@ func (x *PodCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1796 := z.DecBinary() - _ = yym1796 + yym1824 := z.DecBinary() + _ = yym1824 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1797 := r.ContainerType() - if yyct1797 == codecSelferValueTypeMap1234 { - yyl1797 := r.ReadMapStart() - if yyl1797 == 0 { + yyct1825 := r.ContainerType() + if yyct1825 == codecSelferValueTypeMap1234 { + yyl1825 := r.ReadMapStart() + if yyl1825 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1797, d) + x.codecDecodeSelfFromMap(yyl1825, d) } - } else if yyct1797 == codecSelferValueTypeArray1234 { - yyl1797 := r.ReadArrayStart() - if yyl1797 == 0 { + } else if yyct1825 == codecSelferValueTypeArray1234 { + yyl1825 := r.ReadArrayStart() + if yyl1825 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1797, d) + x.codecDecodeSelfFromArray(yyl1825, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24374,12 +24848,12 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1798Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1798Slc - var yyhl1798 bool = l >= 0 - for yyj1798 := 0; ; yyj1798++ { - if yyhl1798 { - if yyj1798 >= l { + var yys1826Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1826Slc + var yyhl1826 bool = l >= 0 + for yyj1826 := 0; ; yyj1826++ { + if yyhl1826 { + if yyj1826 >= l { break } } else { @@ -24388,10 +24862,10 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1798Slc = r.DecodeBytes(yys1798Slc, true, true) - yys1798 := string(yys1798Slc) + yys1826Slc = r.DecodeBytes(yys1826Slc, true, true) + yys1826 := string(yys1826Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1798 { + switch yys1826 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -24408,34 +24882,34 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg2_unversioned.Time{} } else { - yyv1801 := &x.LastProbeTime - yym1802 := z.DecBinary() - _ = yym1802 + yyv1829 := &x.LastProbeTime + yym1830 := z.DecBinary() + _ = yym1830 if false { - } else if z.HasExtensions() && z.DecExt(yyv1801) { - } else if yym1802 { - z.DecBinaryUnmarshal(yyv1801) - } else if !yym1802 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1801) + } else if z.HasExtensions() && z.DecExt(yyv1829) { + } else if yym1830 { + z.DecBinaryUnmarshal(yyv1829) + } else if !yym1830 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1829) } else { - z.DecFallback(yyv1801, false) + z.DecFallback(yyv1829, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv1803 := &x.LastTransitionTime - yym1804 := z.DecBinary() - _ = yym1804 + yyv1831 := &x.LastTransitionTime + yym1832 := z.DecBinary() + _ = yym1832 if false { - } else if z.HasExtensions() && z.DecExt(yyv1803) { - } else if yym1804 { - z.DecBinaryUnmarshal(yyv1803) - } else if !yym1804 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1803) + } else if z.HasExtensions() && z.DecExt(yyv1831) { + } else if yym1832 { + z.DecBinaryUnmarshal(yyv1831) + } else if !yym1832 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1831) } else { - z.DecFallback(yyv1803, false) + z.DecFallback(yyv1831, false) } } case "reason": @@ -24451,9 +24925,9 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1798) - } // end switch yys1798 - } // end for yyj1798 + z.DecStructFieldNotFound(-1, yys1826) + } // end switch yys1826 + } // end for yyj1826 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24461,16 +24935,16 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1807 int - var yyb1807 bool - var yyhl1807 bool = l >= 0 - yyj1807++ - if yyhl1807 { - yyb1807 = yyj1807 > l + var yyj1835 int + var yyb1835 bool + var yyhl1835 bool = l >= 0 + yyj1835++ + if yyhl1835 { + yyb1835 = yyj1835 > l } else { - yyb1807 = r.CheckBreak() + yyb1835 = r.CheckBreak() } - if yyb1807 { + if yyb1835 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24480,13 +24954,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = PodConditionType(r.DecodeString()) } - yyj1807++ - if yyhl1807 { - yyb1807 = yyj1807 > l + yyj1835++ + if yyhl1835 { + yyb1835 = yyj1835 > l } else { - yyb1807 = r.CheckBreak() + yyb1835 = r.CheckBreak() } - if yyb1807 { + if yyb1835 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24496,13 +24970,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj1807++ - if yyhl1807 { - yyb1807 = yyj1807 > l + yyj1835++ + if yyhl1835 { + yyb1835 = yyj1835 > l } else { - yyb1807 = r.CheckBreak() + yyb1835 = r.CheckBreak() } - if yyb1807 { + if yyb1835 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24510,26 +24984,26 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg2_unversioned.Time{} } else { - yyv1810 := &x.LastProbeTime - yym1811 := z.DecBinary() - _ = yym1811 + yyv1838 := &x.LastProbeTime + yym1839 := z.DecBinary() + _ = yym1839 if false { - } else if z.HasExtensions() && z.DecExt(yyv1810) { - } else if yym1811 { - z.DecBinaryUnmarshal(yyv1810) - } else if !yym1811 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1810) + } else if z.HasExtensions() && z.DecExt(yyv1838) { + } else if yym1839 { + z.DecBinaryUnmarshal(yyv1838) + } else if !yym1839 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1838) } else { - z.DecFallback(yyv1810, false) + z.DecFallback(yyv1838, false) } } - yyj1807++ - if yyhl1807 { - yyb1807 = yyj1807 > l + yyj1835++ + if yyhl1835 { + yyb1835 = yyj1835 > l } else { - yyb1807 = r.CheckBreak() + yyb1835 = r.CheckBreak() } - if yyb1807 { + if yyb1835 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24537,26 +25011,26 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv1812 := &x.LastTransitionTime - yym1813 := z.DecBinary() - _ = yym1813 + yyv1840 := &x.LastTransitionTime + yym1841 := z.DecBinary() + _ = yym1841 if false { - } else if z.HasExtensions() && z.DecExt(yyv1812) { - } else if yym1813 { - z.DecBinaryUnmarshal(yyv1812) - } else if !yym1813 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1812) + } else if z.HasExtensions() && z.DecExt(yyv1840) { + } else if yym1841 { + z.DecBinaryUnmarshal(yyv1840) + } else if !yym1841 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1840) } else { - z.DecFallback(yyv1812, false) + z.DecFallback(yyv1840, false) } } - yyj1807++ - if yyhl1807 { - yyb1807 = yyj1807 > l + yyj1835++ + if yyhl1835 { + yyb1835 = yyj1835 > l } else { - yyb1807 = r.CheckBreak() + yyb1835 = r.CheckBreak() } - if yyb1807 { + if yyb1835 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24566,13 +25040,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj1807++ - if yyhl1807 { - yyb1807 = yyj1807 > l + yyj1835++ + if yyhl1835 { + yyb1835 = yyj1835 > l } else { - yyb1807 = r.CheckBreak() + yyb1835 = r.CheckBreak() } - if yyb1807 { + if yyb1835 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24583,17 +25057,17 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj1807++ - if yyhl1807 { - yyb1807 = yyj1807 > l + yyj1835++ + if yyhl1835 { + yyb1835 = yyj1835 > l } else { - yyb1807 = r.CheckBreak() + yyb1835 = r.CheckBreak() } - if yyb1807 { + if yyb1835 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1807-1, "") + z.DecStructFieldNotFound(yyj1835-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24602,8 +25076,8 @@ func (x RestartPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1816 := z.EncBinary() - _ = yym1816 + yym1844 := z.EncBinary() + _ = yym1844 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -24615,8 +25089,8 @@ func (x *RestartPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1817 := z.DecBinary() - _ = yym1817 + yym1845 := z.DecBinary() + _ = yym1845 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -24631,37 +25105,37 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1818 := z.EncBinary() - _ = yym1818 + yym1846 := z.EncBinary() + _ = yym1846 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1819 := !z.EncBinary() - yy2arr1819 := z.EncBasicHandle().StructToArray - var yyq1819 [4]bool - _, _, _ = yysep1819, yyq1819, yy2arr1819 - const yyr1819 bool = false - yyq1819[0] = x.Kind != "" - yyq1819[1] = x.APIVersion != "" - yyq1819[2] = true - var yynn1819 int - if yyr1819 || yy2arr1819 { + yysep1847 := !z.EncBinary() + yy2arr1847 := z.EncBasicHandle().StructToArray + var yyq1847 [4]bool + _, _, _ = yysep1847, yyq1847, yy2arr1847 + const yyr1847 bool = false + yyq1847[0] = x.Kind != "" + yyq1847[1] = x.APIVersion != "" + yyq1847[2] = true + var yynn1847 int + if yyr1847 || yy2arr1847 { r.EncodeArrayStart(4) } else { - yynn1819 = 1 - for _, b := range yyq1819 { + yynn1847 = 1 + for _, b := range yyq1847 { if b { - yynn1819++ + yynn1847++ } } - r.EncodeMapStart(yynn1819) - yynn1819 = 0 + r.EncodeMapStart(yynn1847) + yynn1847 = 0 } - if yyr1819 || yy2arr1819 { + if yyr1847 || yy2arr1847 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1819[0] { - yym1821 := z.EncBinary() - _ = yym1821 + if yyq1847[0] { + yym1849 := z.EncBinary() + _ = yym1849 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -24670,23 +25144,23 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1819[0] { + if yyq1847[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1822 := z.EncBinary() - _ = yym1822 + yym1850 := z.EncBinary() + _ = yym1850 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1819 || yy2arr1819 { + if yyr1847 || yy2arr1847 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1819[1] { - yym1824 := z.EncBinary() - _ = yym1824 + if yyq1847[1] { + yym1852 := z.EncBinary() + _ = yym1852 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -24695,54 +25169,54 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1819[1] { + if yyq1847[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1825 := z.EncBinary() - _ = yym1825 + yym1853 := z.EncBinary() + _ = yym1853 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1819 || yy2arr1819 { + if yyr1847 || yy2arr1847 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1819[2] { - yy1827 := &x.ListMeta - yym1828 := z.EncBinary() - _ = yym1828 + if yyq1847[2] { + yy1855 := &x.ListMeta + yym1856 := z.EncBinary() + _ = yym1856 if false { - } else if z.HasExtensions() && z.EncExt(yy1827) { + } else if z.HasExtensions() && z.EncExt(yy1855) { } else { - z.EncFallback(yy1827) + z.EncFallback(yy1855) } } else { r.EncodeNil() } } else { - if yyq1819[2] { + if yyq1847[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1829 := &x.ListMeta - yym1830 := z.EncBinary() - _ = yym1830 + yy1857 := &x.ListMeta + yym1858 := z.EncBinary() + _ = yym1858 if false { - } else if z.HasExtensions() && z.EncExt(yy1829) { + } else if z.HasExtensions() && z.EncExt(yy1857) { } else { - z.EncFallback(yy1829) + z.EncFallback(yy1857) } } } - if yyr1819 || yy2arr1819 { + if yyr1847 || yy2arr1847 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1832 := z.EncBinary() - _ = yym1832 + yym1860 := z.EncBinary() + _ = yym1860 if false { } else { h.encSlicePod(([]Pod)(x.Items), e) @@ -24755,15 +25229,15 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1833 := z.EncBinary() - _ = yym1833 + yym1861 := z.EncBinary() + _ = yym1861 if false { } else { h.encSlicePod(([]Pod)(x.Items), e) } } } - if yyr1819 || yy2arr1819 { + if yyr1847 || yy2arr1847 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24776,25 +25250,25 @@ func (x *PodList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1834 := z.DecBinary() - _ = yym1834 + yym1862 := z.DecBinary() + _ = yym1862 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1835 := r.ContainerType() - if yyct1835 == codecSelferValueTypeMap1234 { - yyl1835 := r.ReadMapStart() - if yyl1835 == 0 { + yyct1863 := r.ContainerType() + if yyct1863 == codecSelferValueTypeMap1234 { + yyl1863 := r.ReadMapStart() + if yyl1863 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1835, d) + x.codecDecodeSelfFromMap(yyl1863, d) } - } else if yyct1835 == codecSelferValueTypeArray1234 { - yyl1835 := r.ReadArrayStart() - if yyl1835 == 0 { + } else if yyct1863 == codecSelferValueTypeArray1234 { + yyl1863 := r.ReadArrayStart() + if yyl1863 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1835, d) + x.codecDecodeSelfFromArray(yyl1863, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24806,12 +25280,12 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1836Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1836Slc - var yyhl1836 bool = l >= 0 - for yyj1836 := 0; ; yyj1836++ { - if yyhl1836 { - if yyj1836 >= l { + var yys1864Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1864Slc + var yyhl1864 bool = l >= 0 + for yyj1864 := 0; ; yyj1864++ { + if yyhl1864 { + if yyj1864 >= l { break } } else { @@ -24820,10 +25294,10 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1836Slc = r.DecodeBytes(yys1836Slc, true, true) - yys1836 := string(yys1836Slc) + yys1864Slc = r.DecodeBytes(yys1864Slc, true, true) + yys1864 := string(yys1864Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1836 { + switch yys1864 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -24840,31 +25314,31 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1839 := &x.ListMeta - yym1840 := z.DecBinary() - _ = yym1840 + yyv1867 := &x.ListMeta + yym1868 := z.DecBinary() + _ = yym1868 if false { - } else if z.HasExtensions() && z.DecExt(yyv1839) { + } else if z.HasExtensions() && z.DecExt(yyv1867) { } else { - z.DecFallback(yyv1839, false) + z.DecFallback(yyv1867, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1841 := &x.Items - yym1842 := z.DecBinary() - _ = yym1842 + yyv1869 := &x.Items + yym1870 := z.DecBinary() + _ = yym1870 if false { } else { - h.decSlicePod((*[]Pod)(yyv1841), d) + h.decSlicePod((*[]Pod)(yyv1869), d) } } default: - z.DecStructFieldNotFound(-1, yys1836) - } // end switch yys1836 - } // end for yyj1836 + z.DecStructFieldNotFound(-1, yys1864) + } // end switch yys1864 + } // end for yyj1864 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24872,16 +25346,16 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { 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 yyj1871 int + var yyb1871 bool + var yyhl1871 bool = l >= 0 + yyj1871++ + if yyhl1871 { + yyb1871 = yyj1871 > l } else { - yyb1843 = r.CheckBreak() + yyb1871 = r.CheckBreak() } - if yyb1843 { + if yyb1871 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24891,13 +25365,13 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1843++ - if yyhl1843 { - yyb1843 = yyj1843 > l + yyj1871++ + if yyhl1871 { + yyb1871 = yyj1871 > l } else { - yyb1843 = r.CheckBreak() + yyb1871 = r.CheckBreak() } - if yyb1843 { + if yyb1871 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24907,13 +25381,13 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1843++ - if yyhl1843 { - yyb1843 = yyj1843 > l + yyj1871++ + if yyhl1871 { + yyb1871 = yyj1871 > l } else { - yyb1843 = r.CheckBreak() + yyb1871 = r.CheckBreak() } - if yyb1843 { + if yyb1871 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24921,22 +25395,22 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1846 := &x.ListMeta - yym1847 := z.DecBinary() - _ = yym1847 + yyv1874 := &x.ListMeta + yym1875 := z.DecBinary() + _ = yym1875 if false { - } else if z.HasExtensions() && z.DecExt(yyv1846) { + } else if z.HasExtensions() && z.DecExt(yyv1874) { } else { - z.DecFallback(yyv1846, false) + z.DecFallback(yyv1874, false) } } - yyj1843++ - if yyhl1843 { - yyb1843 = yyj1843 > l + yyj1871++ + if yyhl1871 { + yyb1871 = yyj1871 > l } else { - yyb1843 = r.CheckBreak() + yyb1871 = r.CheckBreak() } - if yyb1843 { + if yyb1871 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24944,26 +25418,26 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1848 := &x.Items - yym1849 := z.DecBinary() - _ = yym1849 + yyv1876 := &x.Items + yym1877 := z.DecBinary() + _ = yym1877 if false { } else { - h.decSlicePod((*[]Pod)(yyv1848), d) + h.decSlicePod((*[]Pod)(yyv1876), d) } } for { - yyj1843++ - if yyhl1843 { - yyb1843 = yyj1843 > l + yyj1871++ + if yyhl1871 { + yyb1871 = yyj1871 > l } else { - yyb1843 = r.CheckBreak() + yyb1871 = r.CheckBreak() } - if yyb1843 { + if yyb1871 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1843-1, "") + z.DecStructFieldNotFound(yyj1871-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24972,8 +25446,8 @@ func (x DNSPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1850 := z.EncBinary() - _ = yym1850 + yym1878 := z.EncBinary() + _ = yym1878 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -24985,8 +25459,8 @@ func (x *DNSPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1851 := z.DecBinary() - _ = yym1851 + yym1879 := z.DecBinary() + _ = yym1879 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -25001,36 +25475,36 @@ func (x *NodeSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1852 := z.EncBinary() - _ = yym1852 + yym1880 := z.EncBinary() + _ = yym1880 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1853 := !z.EncBinary() - yy2arr1853 := z.EncBasicHandle().StructToArray - var yyq1853 [1]bool - _, _, _ = yysep1853, yyq1853, yy2arr1853 - const yyr1853 bool = false - var yynn1853 int - if yyr1853 || yy2arr1853 { + yysep1881 := !z.EncBinary() + yy2arr1881 := z.EncBasicHandle().StructToArray + var yyq1881 [1]bool + _, _, _ = yysep1881, yyq1881, yy2arr1881 + const yyr1881 bool = false + var yynn1881 int + if yyr1881 || yy2arr1881 { r.EncodeArrayStart(1) } else { - yynn1853 = 1 - for _, b := range yyq1853 { + yynn1881 = 1 + for _, b := range yyq1881 { if b { - yynn1853++ + yynn1881++ } } - r.EncodeMapStart(yynn1853) - yynn1853 = 0 + r.EncodeMapStart(yynn1881) + yynn1881 = 0 } - if yyr1853 || yy2arr1853 { + if yyr1881 || yy2arr1881 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.NodeSelectorTerms == nil { r.EncodeNil() } else { - yym1855 := z.EncBinary() - _ = yym1855 + yym1883 := z.EncBinary() + _ = yym1883 if false { } else { h.encSliceNodeSelectorTerm(([]NodeSelectorTerm)(x.NodeSelectorTerms), e) @@ -25043,15 +25517,15 @@ func (x *NodeSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x.NodeSelectorTerms == nil { r.EncodeNil() } else { - yym1856 := z.EncBinary() - _ = yym1856 + yym1884 := z.EncBinary() + _ = yym1884 if false { } else { h.encSliceNodeSelectorTerm(([]NodeSelectorTerm)(x.NodeSelectorTerms), e) } } } - if yyr1853 || yy2arr1853 { + if yyr1881 || yy2arr1881 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25064,25 +25538,25 @@ func (x *NodeSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1857 := z.DecBinary() - _ = yym1857 + yym1885 := z.DecBinary() + _ = yym1885 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1858 := r.ContainerType() - if yyct1858 == codecSelferValueTypeMap1234 { - yyl1858 := r.ReadMapStart() - if yyl1858 == 0 { + yyct1886 := r.ContainerType() + if yyct1886 == codecSelferValueTypeMap1234 { + yyl1886 := r.ReadMapStart() + if yyl1886 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1858, d) + x.codecDecodeSelfFromMap(yyl1886, d) } - } else if yyct1858 == codecSelferValueTypeArray1234 { - yyl1858 := r.ReadArrayStart() - if yyl1858 == 0 { + } else if yyct1886 == codecSelferValueTypeArray1234 { + yyl1886 := r.ReadArrayStart() + if yyl1886 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1858, d) + x.codecDecodeSelfFromArray(yyl1886, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25094,12 +25568,12 @@ func (x *NodeSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1859Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1859Slc - var yyhl1859 bool = l >= 0 - for yyj1859 := 0; ; yyj1859++ { - if yyhl1859 { - if yyj1859 >= l { + var yys1887Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1887Slc + var yyhl1887 bool = l >= 0 + for yyj1887 := 0; ; yyj1887++ { + if yyhl1887 { + if yyj1887 >= l { break } } else { @@ -25108,26 +25582,26 @@ func (x *NodeSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1859Slc = r.DecodeBytes(yys1859Slc, true, true) - yys1859 := string(yys1859Slc) + yys1887Slc = r.DecodeBytes(yys1887Slc, true, true) + yys1887 := string(yys1887Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1859 { + switch yys1887 { case "nodeSelectorTerms": if r.TryDecodeAsNil() { x.NodeSelectorTerms = nil } else { - yyv1860 := &x.NodeSelectorTerms - yym1861 := z.DecBinary() - _ = yym1861 + yyv1888 := &x.NodeSelectorTerms + yym1889 := z.DecBinary() + _ = yym1889 if false { } else { - h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1860), d) + h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1888), d) } } default: - z.DecStructFieldNotFound(-1, yys1859) - } // end switch yys1859 - } // end for yyj1859 + z.DecStructFieldNotFound(-1, yys1887) + } // end switch yys1887 + } // end for yyj1887 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25135,16 +25609,16 @@ func (x *NodeSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1862 int - var yyb1862 bool - var yyhl1862 bool = l >= 0 - yyj1862++ - if yyhl1862 { - yyb1862 = yyj1862 > l + var yyj1890 int + var yyb1890 bool + var yyhl1890 bool = l >= 0 + yyj1890++ + if yyhl1890 { + yyb1890 = yyj1890 > l } else { - yyb1862 = r.CheckBreak() + yyb1890 = r.CheckBreak() } - if yyb1862 { + if yyb1890 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25152,26 +25626,26 @@ func (x *NodeSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelectorTerms = nil } else { - yyv1863 := &x.NodeSelectorTerms - yym1864 := z.DecBinary() - _ = yym1864 + yyv1891 := &x.NodeSelectorTerms + yym1892 := z.DecBinary() + _ = yym1892 if false { } else { - h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1863), d) + h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1891), d) } } for { - yyj1862++ - if yyhl1862 { - yyb1862 = yyj1862 > l + yyj1890++ + if yyhl1890 { + yyb1890 = yyj1890 > l } else { - yyb1862 = r.CheckBreak() + yyb1890 = r.CheckBreak() } - if yyb1862 { + if yyb1890 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1862-1, "") + z.DecStructFieldNotFound(yyj1890-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25183,36 +25657,36 @@ func (x *NodeSelectorTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1865 := z.EncBinary() - _ = yym1865 + yym1893 := z.EncBinary() + _ = yym1893 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1866 := !z.EncBinary() - yy2arr1866 := z.EncBasicHandle().StructToArray - var yyq1866 [1]bool - _, _, _ = yysep1866, yyq1866, yy2arr1866 - const yyr1866 bool = false - var yynn1866 int - if yyr1866 || yy2arr1866 { + yysep1894 := !z.EncBinary() + yy2arr1894 := z.EncBasicHandle().StructToArray + var yyq1894 [1]bool + _, _, _ = yysep1894, yyq1894, yy2arr1894 + const yyr1894 bool = false + var yynn1894 int + if yyr1894 || yy2arr1894 { r.EncodeArrayStart(1) } else { - yynn1866 = 1 - for _, b := range yyq1866 { + yynn1894 = 1 + for _, b := range yyq1894 { if b { - yynn1866++ + yynn1894++ } } - r.EncodeMapStart(yynn1866) - yynn1866 = 0 + r.EncodeMapStart(yynn1894) + yynn1894 = 0 } - if yyr1866 || yy2arr1866 { + if yyr1894 || yy2arr1894 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.MatchExpressions == nil { r.EncodeNil() } else { - yym1868 := z.EncBinary() - _ = yym1868 + yym1896 := z.EncBinary() + _ = yym1896 if false { } else { h.encSliceNodeSelectorRequirement(([]NodeSelectorRequirement)(x.MatchExpressions), e) @@ -25225,15 +25699,15 @@ func (x *NodeSelectorTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x.MatchExpressions == nil { r.EncodeNil() } else { - yym1869 := z.EncBinary() - _ = yym1869 + yym1897 := z.EncBinary() + _ = yym1897 if false { } else { h.encSliceNodeSelectorRequirement(([]NodeSelectorRequirement)(x.MatchExpressions), e) } } } - if yyr1866 || yy2arr1866 { + if yyr1894 || yy2arr1894 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25246,25 +25720,25 @@ func (x *NodeSelectorTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1870 := z.DecBinary() - _ = yym1870 + yym1898 := z.DecBinary() + _ = yym1898 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1871 := r.ContainerType() - if yyct1871 == codecSelferValueTypeMap1234 { - yyl1871 := r.ReadMapStart() - if yyl1871 == 0 { + yyct1899 := r.ContainerType() + if yyct1899 == codecSelferValueTypeMap1234 { + yyl1899 := r.ReadMapStart() + if yyl1899 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1871, d) + x.codecDecodeSelfFromMap(yyl1899, d) } - } else if yyct1871 == codecSelferValueTypeArray1234 { - yyl1871 := r.ReadArrayStart() - if yyl1871 == 0 { + } else if yyct1899 == codecSelferValueTypeArray1234 { + yyl1899 := r.ReadArrayStart() + if yyl1899 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1871, d) + x.codecDecodeSelfFromArray(yyl1899, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25276,12 +25750,12 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1872Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1872Slc - var yyhl1872 bool = l >= 0 - for yyj1872 := 0; ; yyj1872++ { - if yyhl1872 { - if yyj1872 >= l { + var yys1900Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1900Slc + var yyhl1900 bool = l >= 0 + for yyj1900 := 0; ; yyj1900++ { + if yyhl1900 { + if yyj1900 >= l { break } } else { @@ -25290,26 +25764,26 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1872Slc = r.DecodeBytes(yys1872Slc, true, true) - yys1872 := string(yys1872Slc) + yys1900Slc = r.DecodeBytes(yys1900Slc, true, true) + yys1900 := string(yys1900Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1872 { + switch yys1900 { case "matchExpressions": if r.TryDecodeAsNil() { x.MatchExpressions = nil } else { - yyv1873 := &x.MatchExpressions - yym1874 := z.DecBinary() - _ = yym1874 + yyv1901 := &x.MatchExpressions + yym1902 := z.DecBinary() + _ = yym1902 if false { } else { - h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1873), d) + h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1901), d) } } default: - z.DecStructFieldNotFound(-1, yys1872) - } // end switch yys1872 - } // end for yyj1872 + z.DecStructFieldNotFound(-1, yys1900) + } // end switch yys1900 + } // end for yyj1900 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25317,16 +25791,16 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1875 int - var yyb1875 bool - var yyhl1875 bool = l >= 0 - yyj1875++ - if yyhl1875 { - yyb1875 = yyj1875 > l + var yyj1903 int + var yyb1903 bool + var yyhl1903 bool = l >= 0 + yyj1903++ + if yyhl1903 { + yyb1903 = yyj1903 > l } else { - yyb1875 = r.CheckBreak() + yyb1903 = r.CheckBreak() } - if yyb1875 { + if yyb1903 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25334,26 +25808,26 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.MatchExpressions = nil } else { - yyv1876 := &x.MatchExpressions - yym1877 := z.DecBinary() - _ = yym1877 + yyv1904 := &x.MatchExpressions + yym1905 := z.DecBinary() + _ = yym1905 if false { } else { - h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1876), d) + h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1904), d) } } for { - yyj1875++ - if yyhl1875 { - yyb1875 = yyj1875 > l + yyj1903++ + if yyhl1903 { + yyb1903 = yyj1903 > l } else { - yyb1875 = r.CheckBreak() + yyb1903 = r.CheckBreak() } - if yyb1875 { + if yyb1903 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1875-1, "") + z.DecStructFieldNotFound(yyj1903-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25365,34 +25839,34 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1878 := z.EncBinary() - _ = yym1878 + yym1906 := z.EncBinary() + _ = yym1906 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1879 := !z.EncBinary() - yy2arr1879 := z.EncBasicHandle().StructToArray - var yyq1879 [3]bool - _, _, _ = yysep1879, yyq1879, yy2arr1879 - const yyr1879 bool = false - yyq1879[2] = len(x.Values) != 0 - var yynn1879 int - if yyr1879 || yy2arr1879 { + yysep1907 := !z.EncBinary() + yy2arr1907 := z.EncBasicHandle().StructToArray + var yyq1907 [3]bool + _, _, _ = yysep1907, yyq1907, yy2arr1907 + const yyr1907 bool = false + yyq1907[2] = len(x.Values) != 0 + var yynn1907 int + if yyr1907 || yy2arr1907 { r.EncodeArrayStart(3) } else { - yynn1879 = 2 - for _, b := range yyq1879 { + yynn1907 = 2 + for _, b := range yyq1907 { if b { - yynn1879++ + yynn1907++ } } - r.EncodeMapStart(yynn1879) - yynn1879 = 0 + r.EncodeMapStart(yynn1907) + yynn1907 = 0 } - if yyr1879 || yy2arr1879 { + if yyr1907 || yy2arr1907 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1881 := z.EncBinary() - _ = yym1881 + yym1909 := z.EncBinary() + _ = yym1909 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -25401,14 +25875,14 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1882 := z.EncBinary() - _ = yym1882 + yym1910 := z.EncBinary() + _ = yym1910 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1879 || yy2arr1879 { + if yyr1907 || yy2arr1907 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Operator.CodecEncodeSelf(e) } else { @@ -25417,14 +25891,14 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Operator.CodecEncodeSelf(e) } - if yyr1879 || yy2arr1879 { + if yyr1907 || yy2arr1907 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1879[2] { + if yyq1907[2] { if x.Values == nil { r.EncodeNil() } else { - yym1885 := z.EncBinary() - _ = yym1885 + yym1913 := z.EncBinary() + _ = yym1913 if false { } else { z.F.EncSliceStringV(x.Values, false, e) @@ -25434,15 +25908,15 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1879[2] { + if yyq1907[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("values")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Values == nil { r.EncodeNil() } else { - yym1886 := z.EncBinary() - _ = yym1886 + yym1914 := z.EncBinary() + _ = yym1914 if false { } else { z.F.EncSliceStringV(x.Values, false, e) @@ -25450,7 +25924,7 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1879 || yy2arr1879 { + if yyr1907 || yy2arr1907 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25463,25 +25937,25 @@ func (x *NodeSelectorRequirement) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1887 := z.DecBinary() - _ = yym1887 + yym1915 := z.DecBinary() + _ = yym1915 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1888 := r.ContainerType() - if yyct1888 == codecSelferValueTypeMap1234 { - yyl1888 := r.ReadMapStart() - if yyl1888 == 0 { + yyct1916 := r.ContainerType() + if yyct1916 == codecSelferValueTypeMap1234 { + yyl1916 := r.ReadMapStart() + if yyl1916 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1888, d) + x.codecDecodeSelfFromMap(yyl1916, d) } - } else if yyct1888 == codecSelferValueTypeArray1234 { - yyl1888 := r.ReadArrayStart() - if yyl1888 == 0 { + } else if yyct1916 == codecSelferValueTypeArray1234 { + yyl1916 := r.ReadArrayStart() + if yyl1916 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1888, d) + x.codecDecodeSelfFromArray(yyl1916, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25493,12 +25967,12 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1889Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1889Slc - var yyhl1889 bool = l >= 0 - for yyj1889 := 0; ; yyj1889++ { - if yyhl1889 { - if yyj1889 >= l { + var yys1917Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1917Slc + var yyhl1917 bool = l >= 0 + for yyj1917 := 0; ; yyj1917++ { + if yyhl1917 { + if yyj1917 >= l { break } } else { @@ -25507,10 +25981,10 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1889Slc = r.DecodeBytes(yys1889Slc, true, true) - yys1889 := string(yys1889Slc) + yys1917Slc = r.DecodeBytes(yys1917Slc, true, true) + yys1917 := string(yys1917Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1889 { + switch yys1917 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -25527,18 +26001,18 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Values = nil } else { - yyv1892 := &x.Values - yym1893 := z.DecBinary() - _ = yym1893 + yyv1920 := &x.Values + yym1921 := z.DecBinary() + _ = yym1921 if false { } else { - z.F.DecSliceStringX(yyv1892, false, d) + z.F.DecSliceStringX(yyv1920, false, d) } } default: - z.DecStructFieldNotFound(-1, yys1889) - } // end switch yys1889 - } // end for yyj1889 + z.DecStructFieldNotFound(-1, yys1917) + } // end switch yys1917 + } // end for yyj1917 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25546,16 +26020,16 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D 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 yyj1922 int + var yyb1922 bool + var yyhl1922 bool = l >= 0 + yyj1922++ + if yyhl1922 { + yyb1922 = yyj1922 > l } else { - yyb1894 = r.CheckBreak() + yyb1922 = r.CheckBreak() } - if yyb1894 { + if yyb1922 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25565,13 +26039,13 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Key = string(r.DecodeString()) } - yyj1894++ - if yyhl1894 { - yyb1894 = yyj1894 > l + yyj1922++ + if yyhl1922 { + yyb1922 = yyj1922 > l } else { - yyb1894 = r.CheckBreak() + yyb1922 = r.CheckBreak() } - if yyb1894 { + if yyb1922 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25581,13 +26055,13 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Operator = NodeSelectorOperator(r.DecodeString()) } - yyj1894++ - if yyhl1894 { - yyb1894 = yyj1894 > l + yyj1922++ + if yyhl1922 { + yyb1922 = yyj1922 > l } else { - yyb1894 = r.CheckBreak() + yyb1922 = r.CheckBreak() } - if yyb1894 { + if yyb1922 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25595,26 +26069,26 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Values = nil } else { - yyv1897 := &x.Values - yym1898 := z.DecBinary() - _ = yym1898 + yyv1925 := &x.Values + yym1926 := z.DecBinary() + _ = yym1926 if false { } else { - z.F.DecSliceStringX(yyv1897, false, d) + z.F.DecSliceStringX(yyv1925, false, d) } } for { - yyj1894++ - if yyhl1894 { - yyb1894 = yyj1894 > l + yyj1922++ + if yyhl1922 { + yyb1922 = yyj1922 > l } else { - yyb1894 = r.CheckBreak() + yyb1922 = r.CheckBreak() } - if yyb1894 { + if yyb1922 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1894-1, "") + z.DecStructFieldNotFound(yyj1922-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25623,8 +26097,8 @@ func (x NodeSelectorOperator) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1899 := z.EncBinary() - _ = yym1899 + yym1927 := z.EncBinary() + _ = yym1927 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -25636,8 +26110,8 @@ func (x *NodeSelectorOperator) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1900 := z.DecBinary() - _ = yym1900 + yym1928 := z.DecBinary() + _ = yym1928 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -25652,35 +26126,35 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1901 := z.EncBinary() - _ = yym1901 + yym1929 := z.EncBinary() + _ = yym1929 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1902 := !z.EncBinary() - yy2arr1902 := z.EncBasicHandle().StructToArray - var yyq1902 [3]bool - _, _, _ = yysep1902, yyq1902, yy2arr1902 - const yyr1902 bool = false - yyq1902[0] = x.NodeAffinity != nil - yyq1902[1] = x.PodAffinity != nil - yyq1902[2] = x.PodAntiAffinity != nil - var yynn1902 int - if yyr1902 || yy2arr1902 { + yysep1930 := !z.EncBinary() + yy2arr1930 := z.EncBasicHandle().StructToArray + var yyq1930 [3]bool + _, _, _ = yysep1930, yyq1930, yy2arr1930 + const yyr1930 bool = false + yyq1930[0] = x.NodeAffinity != nil + yyq1930[1] = x.PodAffinity != nil + yyq1930[2] = x.PodAntiAffinity != nil + var yynn1930 int + if yyr1930 || yy2arr1930 { r.EncodeArrayStart(3) } else { - yynn1902 = 0 - for _, b := range yyq1902 { + yynn1930 = 0 + for _, b := range yyq1930 { if b { - yynn1902++ + yynn1930++ } } - r.EncodeMapStart(yynn1902) - yynn1902 = 0 + r.EncodeMapStart(yynn1930) + yynn1930 = 0 } - if yyr1902 || yy2arr1902 { + if yyr1930 || yy2arr1930 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1902[0] { + if yyq1930[0] { if x.NodeAffinity == nil { r.EncodeNil() } else { @@ -25690,7 +26164,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1902[0] { + if yyq1930[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -25701,9 +26175,9 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1902 || yy2arr1902 { + if yyr1930 || yy2arr1930 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1902[1] { + if yyq1930[1] { if x.PodAffinity == nil { r.EncodeNil() } else { @@ -25713,7 +26187,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1902[1] { + if yyq1930[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -25724,9 +26198,9 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1902 || yy2arr1902 { + if yyr1930 || yy2arr1930 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1902[2] { + if yyq1930[2] { if x.PodAntiAffinity == nil { r.EncodeNil() } else { @@ -25736,7 +26210,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1902[2] { + if yyq1930[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podAntiAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -25747,7 +26221,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1902 || yy2arr1902 { + if yyr1930 || yy2arr1930 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25760,25 +26234,25 @@ func (x *Affinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1906 := z.DecBinary() - _ = yym1906 + yym1934 := z.DecBinary() + _ = yym1934 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1907 := r.ContainerType() - if yyct1907 == codecSelferValueTypeMap1234 { - yyl1907 := r.ReadMapStart() - if yyl1907 == 0 { + yyct1935 := r.ContainerType() + if yyct1935 == codecSelferValueTypeMap1234 { + yyl1935 := r.ReadMapStart() + if yyl1935 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1907, d) + x.codecDecodeSelfFromMap(yyl1935, d) } - } else if yyct1907 == codecSelferValueTypeArray1234 { - yyl1907 := r.ReadArrayStart() - if yyl1907 == 0 { + } else if yyct1935 == codecSelferValueTypeArray1234 { + yyl1935 := r.ReadArrayStart() + if yyl1935 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1907, d) + x.codecDecodeSelfFromArray(yyl1935, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25790,12 +26264,12 @@ func (x *Affinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1908Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1908Slc - var yyhl1908 bool = l >= 0 - for yyj1908 := 0; ; yyj1908++ { - if yyhl1908 { - if yyj1908 >= l { + var yys1936Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1936Slc + var yyhl1936 bool = l >= 0 + for yyj1936 := 0; ; yyj1936++ { + if yyhl1936 { + if yyj1936 >= l { break } } else { @@ -25804,10 +26278,10 @@ func (x *Affinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1908Slc = r.DecodeBytes(yys1908Slc, true, true) - yys1908 := string(yys1908Slc) + yys1936Slc = r.DecodeBytes(yys1936Slc, true, true) + yys1936 := string(yys1936Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1908 { + switch yys1936 { case "nodeAffinity": if r.TryDecodeAsNil() { if x.NodeAffinity != nil { @@ -25842,9 +26316,9 @@ func (x *Affinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PodAntiAffinity.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1908) - } // end switch yys1908 - } // end for yyj1908 + z.DecStructFieldNotFound(-1, yys1936) + } // end switch yys1936 + } // end for yyj1936 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25852,16 +26326,16 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1912 int - var yyb1912 bool - var yyhl1912 bool = l >= 0 - yyj1912++ - if yyhl1912 { - yyb1912 = yyj1912 > l + var yyj1940 int + var yyb1940 bool + var yyhl1940 bool = l >= 0 + yyj1940++ + if yyhl1940 { + yyb1940 = yyj1940 > l } else { - yyb1912 = r.CheckBreak() + yyb1940 = r.CheckBreak() } - if yyb1912 { + if yyb1940 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25876,13 +26350,13 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.NodeAffinity.CodecDecodeSelf(d) } - yyj1912++ - if yyhl1912 { - yyb1912 = yyj1912 > l + yyj1940++ + if yyhl1940 { + yyb1940 = yyj1940 > l } else { - yyb1912 = r.CheckBreak() + yyb1940 = r.CheckBreak() } - if yyb1912 { + if yyb1940 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25897,13 +26371,13 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.PodAffinity.CodecDecodeSelf(d) } - yyj1912++ - if yyhl1912 { - yyb1912 = yyj1912 > l + yyj1940++ + if yyhl1940 { + yyb1940 = yyj1940 > l } else { - yyb1912 = r.CheckBreak() + yyb1940 = r.CheckBreak() } - if yyb1912 { + if yyb1940 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25919,17 +26393,17 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PodAntiAffinity.CodecDecodeSelf(d) } for { - yyj1912++ - if yyhl1912 { - yyb1912 = yyj1912 > l + yyj1940++ + if yyhl1940 { + yyb1940 = yyj1940 > l } else { - yyb1912 = r.CheckBreak() + yyb1940 = r.CheckBreak() } - if yyb1912 { + if yyb1940 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1912-1, "") + z.DecStructFieldNotFound(yyj1940-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25941,39 +26415,39 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1916 := z.EncBinary() - _ = yym1916 + yym1944 := z.EncBinary() + _ = yym1944 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1917 := !z.EncBinary() - yy2arr1917 := z.EncBasicHandle().StructToArray - var yyq1917 [2]bool - _, _, _ = yysep1917, yyq1917, yy2arr1917 - const yyr1917 bool = false - yyq1917[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 - yyq1917[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 - var yynn1917 int - if yyr1917 || yy2arr1917 { + yysep1945 := !z.EncBinary() + yy2arr1945 := z.EncBasicHandle().StructToArray + var yyq1945 [2]bool + _, _, _ = yysep1945, yyq1945, yy2arr1945 + const yyr1945 bool = false + yyq1945[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 + yyq1945[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 + var yynn1945 int + if yyr1945 || yy2arr1945 { r.EncodeArrayStart(2) } else { - yynn1917 = 0 - for _, b := range yyq1917 { + yynn1945 = 0 + for _, b := range yyq1945 { if b { - yynn1917++ + yynn1945++ } } - r.EncodeMapStart(yynn1917) - yynn1917 = 0 + r.EncodeMapStart(yynn1945) + yynn1945 = 0 } - if yyr1917 || yy2arr1917 { + if yyr1945 || yy2arr1945 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1917[0] { + if yyq1945[0] { if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1919 := z.EncBinary() - _ = yym1919 + yym1947 := z.EncBinary() + _ = yym1947 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -25983,15 +26457,15 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1917[0] { + if yyq1945[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requiredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1920 := z.EncBinary() - _ = yym1920 + yym1948 := z.EncBinary() + _ = yym1948 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -25999,14 +26473,14 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1917 || yy2arr1917 { + if yyr1945 || yy2arr1945 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1917[1] { + if yyq1945[1] { if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1922 := z.EncBinary() - _ = yym1922 + yym1950 := z.EncBinary() + _ = yym1950 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -26016,15 +26490,15 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1917[1] { + if yyq1945[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1923 := z.EncBinary() - _ = yym1923 + yym1951 := z.EncBinary() + _ = yym1951 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -26032,7 +26506,7 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1917 || yy2arr1917 { + if yyr1945 || yy2arr1945 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26045,25 +26519,25 @@ func (x *PodAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1924 := z.DecBinary() - _ = yym1924 + yym1952 := z.DecBinary() + _ = yym1952 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1925 := r.ContainerType() - if yyct1925 == codecSelferValueTypeMap1234 { - yyl1925 := r.ReadMapStart() - if yyl1925 == 0 { + yyct1953 := r.ContainerType() + if yyct1953 == codecSelferValueTypeMap1234 { + yyl1953 := r.ReadMapStart() + if yyl1953 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1925, d) + x.codecDecodeSelfFromMap(yyl1953, d) } - } else if yyct1925 == codecSelferValueTypeArray1234 { - yyl1925 := r.ReadArrayStart() - if yyl1925 == 0 { + } else if yyct1953 == codecSelferValueTypeArray1234 { + yyl1953 := r.ReadArrayStart() + if yyl1953 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1925, d) + x.codecDecodeSelfFromArray(yyl1953, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26075,12 +26549,12 @@ func (x *PodAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1926Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1926Slc - var yyhl1926 bool = l >= 0 - for yyj1926 := 0; ; yyj1926++ { - if yyhl1926 { - if yyj1926 >= l { + var yys1954Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1954Slc + var yyhl1954 bool = l >= 0 + for yyj1954 := 0; ; yyj1954++ { + if yyhl1954 { + if yyj1954 >= l { break } } else { @@ -26089,38 +26563,38 @@ func (x *PodAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1926Slc = r.DecodeBytes(yys1926Slc, true, true) - yys1926 := string(yys1926Slc) + yys1954Slc = r.DecodeBytes(yys1954Slc, true, true) + yys1954 := string(yys1954Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1926 { + switch yys1954 { case "requiredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1927 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1928 := z.DecBinary() - _ = yym1928 + yyv1955 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1956 := z.DecBinary() + _ = yym1956 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1927), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1955), d) } } case "preferredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1929 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1930 := z.DecBinary() - _ = yym1930 + yyv1957 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1958 := z.DecBinary() + _ = yym1958 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1929), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1957), d) } } default: - z.DecStructFieldNotFound(-1, yys1926) - } // end switch yys1926 - } // end for yyj1926 + z.DecStructFieldNotFound(-1, yys1954) + } // end switch yys1954 + } // end for yyj1954 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26128,16 +26602,16 @@ func (x *PodAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1931 int - var yyb1931 bool - var yyhl1931 bool = l >= 0 - yyj1931++ - if yyhl1931 { - yyb1931 = yyj1931 > l + var yyj1959 int + var yyb1959 bool + var yyhl1959 bool = l >= 0 + yyj1959++ + if yyhl1959 { + yyb1959 = yyj1959 > l } else { - yyb1931 = r.CheckBreak() + yyb1959 = r.CheckBreak() } - if yyb1931 { + if yyb1959 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26145,21 +26619,21 @@ func (x *PodAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1932 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1933 := z.DecBinary() - _ = yym1933 + yyv1960 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1961 := z.DecBinary() + _ = yym1961 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1932), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1960), d) } } - yyj1931++ - if yyhl1931 { - yyb1931 = yyj1931 > l + yyj1959++ + if yyhl1959 { + yyb1959 = yyj1959 > l } else { - yyb1931 = r.CheckBreak() + yyb1959 = r.CheckBreak() } - if yyb1931 { + if yyb1959 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26167,26 +26641,26 @@ func (x *PodAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1934 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1935 := z.DecBinary() - _ = yym1935 + yyv1962 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1963 := z.DecBinary() + _ = yym1963 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1934), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1962), d) } } for { - yyj1931++ - if yyhl1931 { - yyb1931 = yyj1931 > l + yyj1959++ + if yyhl1959 { + yyb1959 = yyj1959 > l } else { - yyb1931 = r.CheckBreak() + yyb1959 = r.CheckBreak() } - if yyb1931 { + if yyb1959 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1931-1, "") + z.DecStructFieldNotFound(yyj1959-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26198,39 +26672,39 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1936 := z.EncBinary() - _ = yym1936 + yym1964 := z.EncBinary() + _ = yym1964 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1937 := !z.EncBinary() - yy2arr1937 := z.EncBasicHandle().StructToArray - var yyq1937 [2]bool - _, _, _ = yysep1937, yyq1937, yy2arr1937 - const yyr1937 bool = false - yyq1937[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 - yyq1937[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 - var yynn1937 int - if yyr1937 || yy2arr1937 { + yysep1965 := !z.EncBinary() + yy2arr1965 := z.EncBasicHandle().StructToArray + var yyq1965 [2]bool + _, _, _ = yysep1965, yyq1965, yy2arr1965 + const yyr1965 bool = false + yyq1965[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 + yyq1965[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 + var yynn1965 int + if yyr1965 || yy2arr1965 { r.EncodeArrayStart(2) } else { - yynn1937 = 0 - for _, b := range yyq1937 { + yynn1965 = 0 + for _, b := range yyq1965 { if b { - yynn1937++ + yynn1965++ } } - r.EncodeMapStart(yynn1937) - yynn1937 = 0 + r.EncodeMapStart(yynn1965) + yynn1965 = 0 } - if yyr1937 || yy2arr1937 { + if yyr1965 || yy2arr1965 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1937[0] { + if yyq1965[0] { if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1939 := z.EncBinary() - _ = yym1939 + yym1967 := z.EncBinary() + _ = yym1967 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -26240,15 +26714,15 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1937[0] { + if yyq1965[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requiredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1940 := z.EncBinary() - _ = yym1940 + yym1968 := z.EncBinary() + _ = yym1968 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -26256,14 +26730,14 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1937 || yy2arr1937 { + if yyr1965 || yy2arr1965 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1937[1] { + if yyq1965[1] { if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1942 := z.EncBinary() - _ = yym1942 + yym1970 := z.EncBinary() + _ = yym1970 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -26273,15 +26747,15 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1937[1] { + if yyq1965[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1943 := z.EncBinary() - _ = yym1943 + yym1971 := z.EncBinary() + _ = yym1971 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -26289,7 +26763,7 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1937 || yy2arr1937 { + if yyr1965 || yy2arr1965 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26302,25 +26776,25 @@ func (x *PodAntiAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1944 := z.DecBinary() - _ = yym1944 + yym1972 := z.DecBinary() + _ = yym1972 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1945 := r.ContainerType() - if yyct1945 == codecSelferValueTypeMap1234 { - yyl1945 := r.ReadMapStart() - if yyl1945 == 0 { + yyct1973 := r.ContainerType() + if yyct1973 == codecSelferValueTypeMap1234 { + yyl1973 := r.ReadMapStart() + if yyl1973 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1945, d) + x.codecDecodeSelfFromMap(yyl1973, d) } - } else if yyct1945 == codecSelferValueTypeArray1234 { - yyl1945 := r.ReadArrayStart() - if yyl1945 == 0 { + } else if yyct1973 == codecSelferValueTypeArray1234 { + yyl1973 := r.ReadArrayStart() + if yyl1973 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1945, d) + x.codecDecodeSelfFromArray(yyl1973, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26332,12 +26806,12 @@ func (x *PodAntiAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1946Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1946Slc - var yyhl1946 bool = l >= 0 - for yyj1946 := 0; ; yyj1946++ { - if yyhl1946 { - if yyj1946 >= 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 { @@ -26346,38 +26820,38 @@ func (x *PodAntiAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1946Slc = r.DecodeBytes(yys1946Slc, true, true) - yys1946 := string(yys1946Slc) + yys1974Slc = r.DecodeBytes(yys1974Slc, true, true) + yys1974 := string(yys1974Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1946 { + switch yys1974 { case "requiredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1947 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1948 := z.DecBinary() - _ = yym1948 + yyv1975 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1976 := z.DecBinary() + _ = yym1976 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1947), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1975), d) } } case "preferredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1949 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1950 := z.DecBinary() - _ = yym1950 + yyv1977 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1978 := z.DecBinary() + _ = yym1978 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1949), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1977), d) } } default: - z.DecStructFieldNotFound(-1, yys1946) - } // end switch yys1946 - } // end for yyj1946 + z.DecStructFieldNotFound(-1, yys1974) + } // end switch yys1974 + } // end for yyj1974 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26385,16 +26859,16 @@ func (x *PodAntiAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1951 int - var yyb1951 bool - var yyhl1951 bool = l >= 0 - yyj1951++ - if yyhl1951 { - yyb1951 = yyj1951 > l + var yyj1979 int + var yyb1979 bool + var yyhl1979 bool = l >= 0 + yyj1979++ + if yyhl1979 { + yyb1979 = yyj1979 > l } else { - yyb1951 = r.CheckBreak() + yyb1979 = r.CheckBreak() } - if yyb1951 { + if yyb1979 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26402,21 +26876,21 @@ func (x *PodAntiAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1952 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1953 := z.DecBinary() - _ = yym1953 + yyv1980 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1981 := z.DecBinary() + _ = yym1981 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1952), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1980), d) } } - yyj1951++ - if yyhl1951 { - yyb1951 = yyj1951 > l + yyj1979++ + if yyhl1979 { + yyb1979 = yyj1979 > l } else { - yyb1951 = r.CheckBreak() + yyb1979 = r.CheckBreak() } - if yyb1951 { + if yyb1979 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26424,26 +26898,26 @@ func (x *PodAntiAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1954 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1955 := z.DecBinary() - _ = yym1955 + yyv1982 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1983 := z.DecBinary() + _ = yym1983 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1954), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1982), d) } } for { - yyj1951++ - if yyhl1951 { - yyb1951 = yyj1951 > l + yyj1979++ + if yyhl1979 { + yyb1979 = yyj1979 > l } else { - yyb1951 = r.CheckBreak() + yyb1979 = r.CheckBreak() } - if yyb1951 { + if yyb1979 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1951-1, "") + z.DecStructFieldNotFound(yyj1979-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26455,33 +26929,33 @@ func (x *WeightedPodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1956 := z.EncBinary() - _ = yym1956 + yym1984 := z.EncBinary() + _ = yym1984 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1957 := !z.EncBinary() - yy2arr1957 := z.EncBasicHandle().StructToArray - var yyq1957 [2]bool - _, _, _ = yysep1957, yyq1957, yy2arr1957 - const yyr1957 bool = false - var yynn1957 int - if yyr1957 || yy2arr1957 { + yysep1985 := !z.EncBinary() + yy2arr1985 := z.EncBasicHandle().StructToArray + var yyq1985 [2]bool + _, _, _ = yysep1985, yyq1985, yy2arr1985 + const yyr1985 bool = false + var yynn1985 int + if yyr1985 || yy2arr1985 { r.EncodeArrayStart(2) } else { - yynn1957 = 2 - for _, b := range yyq1957 { + yynn1985 = 2 + for _, b := range yyq1985 { if b { - yynn1957++ + yynn1985++ } } - r.EncodeMapStart(yynn1957) - yynn1957 = 0 + r.EncodeMapStart(yynn1985) + yynn1985 = 0 } - if yyr1957 || yy2arr1957 { + if yyr1985 || yy2arr1985 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1959 := z.EncBinary() - _ = yym1959 + yym1987 := z.EncBinary() + _ = yym1987 if false { } else { r.EncodeInt(int64(x.Weight)) @@ -26490,25 +26964,25 @@ func (x *WeightedPodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("weight")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1960 := z.EncBinary() - _ = yym1960 + yym1988 := z.EncBinary() + _ = yym1988 if false { } else { r.EncodeInt(int64(x.Weight)) } } - if yyr1957 || yy2arr1957 { + if yyr1985 || yy2arr1985 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1962 := &x.PodAffinityTerm - yy1962.CodecEncodeSelf(e) + yy1990 := &x.PodAffinityTerm + yy1990.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podAffinityTerm")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1963 := &x.PodAffinityTerm - yy1963.CodecEncodeSelf(e) + yy1991 := &x.PodAffinityTerm + yy1991.CodecEncodeSelf(e) } - if yyr1957 || yy2arr1957 { + if yyr1985 || yy2arr1985 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26521,25 +26995,25 @@ func (x *WeightedPodAffinityTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1964 := z.DecBinary() - _ = yym1964 + yym1992 := z.DecBinary() + _ = yym1992 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1965 := r.ContainerType() - if yyct1965 == codecSelferValueTypeMap1234 { - yyl1965 := r.ReadMapStart() - if yyl1965 == 0 { + yyct1993 := r.ContainerType() + if yyct1993 == codecSelferValueTypeMap1234 { + yyl1993 := r.ReadMapStart() + if yyl1993 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1965, d) + x.codecDecodeSelfFromMap(yyl1993, d) } - } else if yyct1965 == codecSelferValueTypeArray1234 { - yyl1965 := r.ReadArrayStart() - if yyl1965 == 0 { + } else if yyct1993 == codecSelferValueTypeArray1234 { + yyl1993 := r.ReadArrayStart() + if yyl1993 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1965, d) + x.codecDecodeSelfFromArray(yyl1993, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26551,12 +27025,12 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1966Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1966Slc - var yyhl1966 bool = l >= 0 - for yyj1966 := 0; ; yyj1966++ { - if yyhl1966 { - if yyj1966 >= l { + var yys1994Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1994Slc + var yyhl1994 bool = l >= 0 + for yyj1994 := 0; ; yyj1994++ { + if yyhl1994 { + if yyj1994 >= l { break } } else { @@ -26565,10 +27039,10 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1966Slc = r.DecodeBytes(yys1966Slc, true, true) - yys1966 := string(yys1966Slc) + yys1994Slc = r.DecodeBytes(yys1994Slc, true, true) + yys1994 := string(yys1994Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1966 { + switch yys1994 { case "weight": if r.TryDecodeAsNil() { x.Weight = 0 @@ -26579,13 +27053,13 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.PodAffinityTerm = PodAffinityTerm{} } else { - yyv1968 := &x.PodAffinityTerm - yyv1968.CodecDecodeSelf(d) + yyv1996 := &x.PodAffinityTerm + yyv1996.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1966) - } // end switch yys1966 - } // end for yyj1966 + z.DecStructFieldNotFound(-1, yys1994) + } // end switch yys1994 + } // end for yyj1994 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26593,16 +27067,16 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1969 int - var yyb1969 bool - var yyhl1969 bool = l >= 0 - yyj1969++ - if yyhl1969 { - yyb1969 = yyj1969 > l + var yyj1997 int + var yyb1997 bool + var yyhl1997 bool = l >= 0 + yyj1997++ + if yyhl1997 { + yyb1997 = yyj1997 > l } else { - yyb1969 = r.CheckBreak() + yyb1997 = r.CheckBreak() } - if yyb1969 { + if yyb1997 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26612,13 +27086,13 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Weight = int32(r.DecodeInt(32)) } - yyj1969++ - if yyhl1969 { - yyb1969 = yyj1969 > l + yyj1997++ + if yyhl1997 { + yyb1997 = yyj1997 > l } else { - yyb1969 = r.CheckBreak() + yyb1997 = r.CheckBreak() } - if yyb1969 { + if yyb1997 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26626,21 +27100,21 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.PodAffinityTerm = PodAffinityTerm{} } else { - yyv1971 := &x.PodAffinityTerm - yyv1971.CodecDecodeSelf(d) + yyv1999 := &x.PodAffinityTerm + yyv1999.CodecDecodeSelf(d) } for { - yyj1969++ - if yyhl1969 { - yyb1969 = yyj1969 > l + yyj1997++ + if yyhl1997 { + yyb1997 = yyj1997 > l } else { - yyb1969 = r.CheckBreak() + yyb1997 = r.CheckBreak() } - if yyb1969 { + if yyb1997 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1969-1, "") + z.DecStructFieldNotFound(yyj1997-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26652,39 +27126,39 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1972 := z.EncBinary() - _ = yym1972 + yym2000 := z.EncBinary() + _ = yym2000 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1973 := !z.EncBinary() - yy2arr1973 := z.EncBasicHandle().StructToArray - var yyq1973 [3]bool - _, _, _ = yysep1973, yyq1973, yy2arr1973 - const yyr1973 bool = false - yyq1973[0] = x.LabelSelector != nil - yyq1973[2] = x.TopologyKey != "" - var yynn1973 int - if yyr1973 || yy2arr1973 { + yysep2001 := !z.EncBinary() + yy2arr2001 := z.EncBasicHandle().StructToArray + var yyq2001 [3]bool + _, _, _ = yysep2001, yyq2001, yy2arr2001 + const yyr2001 bool = false + yyq2001[0] = x.LabelSelector != nil + yyq2001[2] = x.TopologyKey != "" + var yynn2001 int + if yyr2001 || yy2arr2001 { r.EncodeArrayStart(3) } else { - yynn1973 = 1 - for _, b := range yyq1973 { + yynn2001 = 1 + for _, b := range yyq2001 { if b { - yynn1973++ + yynn2001++ } } - r.EncodeMapStart(yynn1973) - yynn1973 = 0 + r.EncodeMapStart(yynn2001) + yynn2001 = 0 } - if yyr1973 || yy2arr1973 { + if yyr2001 || yy2arr2001 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1973[0] { + if yyq2001[0] { if x.LabelSelector == nil { r.EncodeNil() } else { - yym1975 := z.EncBinary() - _ = yym1975 + yym2003 := z.EncBinary() + _ = yym2003 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -26695,15 +27169,15 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1973[0] { + if yyq2001[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("labelSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LabelSelector == nil { r.EncodeNil() } else { - yym1976 := z.EncBinary() - _ = yym1976 + yym2004 := z.EncBinary() + _ = yym2004 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -26712,13 +27186,13 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1973 || yy2arr1973 { + if yyr2001 || yy2arr2001 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Namespaces == nil { r.EncodeNil() } else { - yym1978 := z.EncBinary() - _ = yym1978 + yym2006 := z.EncBinary() + _ = yym2006 if false { } else { z.F.EncSliceStringV(x.Namespaces, false, e) @@ -26731,19 +27205,19 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x.Namespaces == nil { r.EncodeNil() } else { - yym1979 := z.EncBinary() - _ = yym1979 + yym2007 := z.EncBinary() + _ = yym2007 if false { } else { z.F.EncSliceStringV(x.Namespaces, false, e) } } } - if yyr1973 || yy2arr1973 { + if yyr2001 || yy2arr2001 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1973[2] { - yym1981 := z.EncBinary() - _ = yym1981 + if yyq2001[2] { + yym2009 := z.EncBinary() + _ = yym2009 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TopologyKey)) @@ -26752,19 +27226,19 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1973[2] { + if yyq2001[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("topologyKey")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1982 := z.EncBinary() - _ = yym1982 + yym2010 := z.EncBinary() + _ = yym2010 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TopologyKey)) } } } - if yyr1973 || yy2arr1973 { + if yyr2001 || yy2arr2001 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26777,25 +27251,25 @@ func (x *PodAffinityTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1983 := z.DecBinary() - _ = yym1983 + yym2011 := z.DecBinary() + _ = yym2011 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1984 := r.ContainerType() - if yyct1984 == codecSelferValueTypeMap1234 { - yyl1984 := r.ReadMapStart() - if yyl1984 == 0 { + yyct2012 := r.ContainerType() + if yyct2012 == codecSelferValueTypeMap1234 { + yyl2012 := r.ReadMapStart() + if yyl2012 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1984, d) + x.codecDecodeSelfFromMap(yyl2012, d) } - } else if yyct1984 == codecSelferValueTypeArray1234 { - yyl1984 := r.ReadArrayStart() - if yyl1984 == 0 { + } else if yyct2012 == codecSelferValueTypeArray1234 { + yyl2012 := r.ReadArrayStart() + if yyl2012 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1984, d) + x.codecDecodeSelfFromArray(yyl2012, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26807,12 +27281,12 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1985Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1985Slc - var yyhl1985 bool = l >= 0 - for yyj1985 := 0; ; yyj1985++ { - if yyhl1985 { - if yyj1985 >= l { + var 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 { @@ -26821,10 +27295,10 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1985Slc = r.DecodeBytes(yys1985Slc, true, true) - yys1985 := string(yys1985Slc) + yys2013Slc = r.DecodeBytes(yys2013Slc, true, true) + yys2013 := string(yys2013Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1985 { + switch yys2013 { case "labelSelector": if r.TryDecodeAsNil() { if x.LabelSelector != nil { @@ -26834,8 +27308,8 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LabelSelector == nil { x.LabelSelector = new(pkg2_unversioned.LabelSelector) } - yym1987 := z.DecBinary() - _ = yym1987 + yym2015 := z.DecBinary() + _ = yym2015 if false { } else if z.HasExtensions() && z.DecExt(x.LabelSelector) { } else { @@ -26846,12 +27320,12 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Namespaces = nil } else { - yyv1988 := &x.Namespaces - yym1989 := z.DecBinary() - _ = yym1989 + yyv2016 := &x.Namespaces + yym2017 := z.DecBinary() + _ = yym2017 if false { } else { - z.F.DecSliceStringX(yyv1988, false, d) + z.F.DecSliceStringX(yyv2016, false, d) } } case "topologyKey": @@ -26861,9 +27335,9 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TopologyKey = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1985) - } // end switch yys1985 - } // end for yyj1985 + z.DecStructFieldNotFound(-1, yys2013) + } // end switch yys2013 + } // end for yyj2013 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26871,16 +27345,16 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1991 int - var yyb1991 bool - var yyhl1991 bool = l >= 0 - yyj1991++ - if yyhl1991 { - yyb1991 = yyj1991 > l + var yyj2019 int + var yyb2019 bool + var yyhl2019 bool = l >= 0 + yyj2019++ + if yyhl2019 { + yyb2019 = yyj2019 > l } else { - yyb1991 = r.CheckBreak() + yyb2019 = r.CheckBreak() } - if yyb1991 { + if yyb2019 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26893,21 +27367,21 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.LabelSelector == nil { x.LabelSelector = new(pkg2_unversioned.LabelSelector) } - yym1993 := z.DecBinary() - _ = yym1993 + yym2021 := z.DecBinary() + _ = yym2021 if false { } else if z.HasExtensions() && z.DecExt(x.LabelSelector) { } else { z.DecFallback(x.LabelSelector, false) } } - yyj1991++ - if yyhl1991 { - yyb1991 = yyj1991 > l + yyj2019++ + if yyhl2019 { + yyb2019 = yyj2019 > l } else { - yyb1991 = r.CheckBreak() + yyb2019 = r.CheckBreak() } - if yyb1991 { + if yyb2019 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26915,21 +27389,21 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Namespaces = nil } else { - yyv1994 := &x.Namespaces - yym1995 := z.DecBinary() - _ = yym1995 + yyv2022 := &x.Namespaces + yym2023 := z.DecBinary() + _ = yym2023 if false { } else { - z.F.DecSliceStringX(yyv1994, false, d) + z.F.DecSliceStringX(yyv2022, false, d) } } - yyj1991++ - if yyhl1991 { - yyb1991 = yyj1991 > l + yyj2019++ + if yyhl2019 { + yyb2019 = yyj2019 > l } else { - yyb1991 = r.CheckBreak() + yyb2019 = r.CheckBreak() } - if yyb1991 { + if yyb2019 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26940,17 +27414,17 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TopologyKey = string(r.DecodeString()) } for { - yyj1991++ - if yyhl1991 { - yyb1991 = yyj1991 > l + yyj2019++ + if yyhl2019 { + yyb2019 = yyj2019 > l } else { - yyb1991 = r.CheckBreak() + yyb2019 = r.CheckBreak() } - if yyb1991 { + if yyb2019 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1991-1, "") + z.DecStructFieldNotFound(yyj2019-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26962,34 +27436,34 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1997 := z.EncBinary() - _ = yym1997 + yym2025 := z.EncBinary() + _ = yym2025 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1998 := !z.EncBinary() - yy2arr1998 := z.EncBasicHandle().StructToArray - var yyq1998 [2]bool - _, _, _ = yysep1998, yyq1998, yy2arr1998 - const yyr1998 bool = false - yyq1998[0] = x.RequiredDuringSchedulingIgnoredDuringExecution != nil - yyq1998[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 - var yynn1998 int - if yyr1998 || yy2arr1998 { + yysep2026 := !z.EncBinary() + yy2arr2026 := z.EncBasicHandle().StructToArray + var yyq2026 [2]bool + _, _, _ = yysep2026, yyq2026, yy2arr2026 + const yyr2026 bool = false + yyq2026[0] = x.RequiredDuringSchedulingIgnoredDuringExecution != nil + yyq2026[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 + var yynn2026 int + if yyr2026 || yy2arr2026 { r.EncodeArrayStart(2) } else { - yynn1998 = 0 - for _, b := range yyq1998 { + yynn2026 = 0 + for _, b := range yyq2026 { if b { - yynn1998++ + yynn2026++ } } - r.EncodeMapStart(yynn1998) - yynn1998 = 0 + r.EncodeMapStart(yynn2026) + yynn2026 = 0 } - if yyr1998 || yy2arr1998 { + if yyr2026 || yy2arr2026 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1998[0] { + if yyq2026[0] { if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { @@ -26999,7 +27473,7 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1998[0] { + if yyq2026[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requiredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -27010,14 +27484,14 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1998 || yy2arr1998 { + if yyr2026 || yy2arr2026 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1998[1] { + if yyq2026[1] { if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym2001 := z.EncBinary() - _ = yym2001 + yym2029 := z.EncBinary() + _ = yym2029 if false { } else { h.encSlicePreferredSchedulingTerm(([]PreferredSchedulingTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -27027,15 +27501,15 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1998[1] { + if yyq2026[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym2002 := z.EncBinary() - _ = yym2002 + yym2030 := z.EncBinary() + _ = yym2030 if false { } else { h.encSlicePreferredSchedulingTerm(([]PreferredSchedulingTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -27043,7 +27517,7 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1998 || yy2arr1998 { + if yyr2026 || yy2arr2026 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27056,25 +27530,25 @@ func (x *NodeAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2003 := z.DecBinary() - _ = yym2003 + yym2031 := z.DecBinary() + _ = yym2031 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2004 := r.ContainerType() - if yyct2004 == codecSelferValueTypeMap1234 { - yyl2004 := r.ReadMapStart() - if yyl2004 == 0 { + yyct2032 := r.ContainerType() + if yyct2032 == codecSelferValueTypeMap1234 { + yyl2032 := r.ReadMapStart() + if yyl2032 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2004, d) + x.codecDecodeSelfFromMap(yyl2032, d) } - } else if yyct2004 == codecSelferValueTypeArray1234 { - yyl2004 := r.ReadArrayStart() - if yyl2004 == 0 { + } else if yyct2032 == codecSelferValueTypeArray1234 { + yyl2032 := r.ReadArrayStart() + if yyl2032 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2004, d) + x.codecDecodeSelfFromArray(yyl2032, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27086,12 +27560,12 @@ func (x *NodeAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2005Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2005Slc - var yyhl2005 bool = l >= 0 - for yyj2005 := 0; ; yyj2005++ { - if yyhl2005 { - if yyj2005 >= l { + var yys2033Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2033Slc + var yyhl2033 bool = l >= 0 + for yyj2033 := 0; ; yyj2033++ { + if yyhl2033 { + if yyj2033 >= l { break } } else { @@ -27100,10 +27574,10 @@ func (x *NodeAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2005Slc = r.DecodeBytes(yys2005Slc, true, true) - yys2005 := string(yys2005Slc) + yys2033Slc = r.DecodeBytes(yys2033Slc, true, true) + yys2033 := string(yys2033Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2005 { + switch yys2033 { case "requiredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { if x.RequiredDuringSchedulingIgnoredDuringExecution != nil { @@ -27119,18 +27593,18 @@ func (x *NodeAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv2007 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym2008 := z.DecBinary() - _ = yym2008 + yyv2035 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym2036 := z.DecBinary() + _ = yym2036 if false { } else { - h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv2007), d) + h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv2035), d) } } default: - z.DecStructFieldNotFound(-1, yys2005) - } // end switch yys2005 - } // end for yyj2005 + z.DecStructFieldNotFound(-1, yys2033) + } // end switch yys2033 + } // end for yyj2033 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27138,16 +27612,16 @@ func (x *NodeAffinity) 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 yyj2037 int + var yyb2037 bool + var yyhl2037 bool = l >= 0 + yyj2037++ + if yyhl2037 { + yyb2037 = yyj2037 > l } else { - yyb2009 = r.CheckBreak() + yyb2037 = r.CheckBreak() } - if yyb2009 { + if yyb2037 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27162,13 +27636,13 @@ func (x *NodeAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.RequiredDuringSchedulingIgnoredDuringExecution.CodecDecodeSelf(d) } - yyj2009++ - if yyhl2009 { - yyb2009 = yyj2009 > l + yyj2037++ + if yyhl2037 { + yyb2037 = yyj2037 > l } else { - yyb2009 = r.CheckBreak() + yyb2037 = r.CheckBreak() } - if yyb2009 { + if yyb2037 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27176,26 +27650,26 @@ func (x *NodeAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv2011 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym2012 := z.DecBinary() - _ = yym2012 + yyv2039 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym2040 := z.DecBinary() + _ = yym2040 if false { } else { - h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv2011), d) + h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv2039), d) } } for { - yyj2009++ - if yyhl2009 { - yyb2009 = yyj2009 > l + yyj2037++ + if yyhl2037 { + yyb2037 = yyj2037 > l } else { - yyb2009 = r.CheckBreak() + yyb2037 = r.CheckBreak() } - if yyb2009 { + if yyb2037 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2009-1, "") + z.DecStructFieldNotFound(yyj2037-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27207,33 +27681,33 @@ func (x *PreferredSchedulingTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2013 := z.EncBinary() - _ = yym2013 + yym2041 := z.EncBinary() + _ = yym2041 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2014 := !z.EncBinary() - yy2arr2014 := z.EncBasicHandle().StructToArray - var yyq2014 [2]bool - _, _, _ = yysep2014, yyq2014, yy2arr2014 - const yyr2014 bool = false - var yynn2014 int - if yyr2014 || yy2arr2014 { + yysep2042 := !z.EncBinary() + yy2arr2042 := z.EncBasicHandle().StructToArray + var yyq2042 [2]bool + _, _, _ = yysep2042, yyq2042, yy2arr2042 + const yyr2042 bool = false + var yynn2042 int + if yyr2042 || yy2arr2042 { r.EncodeArrayStart(2) } else { - yynn2014 = 2 - for _, b := range yyq2014 { + yynn2042 = 2 + for _, b := range yyq2042 { if b { - yynn2014++ + yynn2042++ } } - r.EncodeMapStart(yynn2014) - yynn2014 = 0 + r.EncodeMapStart(yynn2042) + yynn2042 = 0 } - if yyr2014 || yy2arr2014 { + if yyr2042 || yy2arr2042 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2016 := z.EncBinary() - _ = yym2016 + yym2044 := z.EncBinary() + _ = yym2044 if false { } else { r.EncodeInt(int64(x.Weight)) @@ -27242,25 +27716,25 @@ func (x *PreferredSchedulingTerm) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("weight")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2017 := z.EncBinary() - _ = yym2017 + yym2045 := z.EncBinary() + _ = yym2045 if false { } else { r.EncodeInt(int64(x.Weight)) } } - if yyr2014 || yy2arr2014 { + if yyr2042 || yy2arr2042 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy2019 := &x.Preference - yy2019.CodecEncodeSelf(e) + yy2047 := &x.Preference + yy2047.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preference")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2020 := &x.Preference - yy2020.CodecEncodeSelf(e) + yy2048 := &x.Preference + yy2048.CodecEncodeSelf(e) } - if yyr2014 || yy2arr2014 { + if yyr2042 || yy2arr2042 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27273,25 +27747,25 @@ func (x *PreferredSchedulingTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2021 := z.DecBinary() - _ = yym2021 + yym2049 := z.DecBinary() + _ = yym2049 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2022 := r.ContainerType() - if yyct2022 == codecSelferValueTypeMap1234 { - yyl2022 := r.ReadMapStart() - if yyl2022 == 0 { + yyct2050 := r.ContainerType() + if yyct2050 == codecSelferValueTypeMap1234 { + yyl2050 := r.ReadMapStart() + if yyl2050 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2022, d) + x.codecDecodeSelfFromMap(yyl2050, d) } - } else if yyct2022 == codecSelferValueTypeArray1234 { - yyl2022 := r.ReadArrayStart() - if yyl2022 == 0 { + } else if yyct2050 == codecSelferValueTypeArray1234 { + yyl2050 := r.ReadArrayStart() + if yyl2050 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2022, d) + x.codecDecodeSelfFromArray(yyl2050, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27303,12 +27777,12 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2023Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2023Slc - var yyhl2023 bool = l >= 0 - for yyj2023 := 0; ; yyj2023++ { - if yyhl2023 { - if yyj2023 >= l { + var yys2051Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2051Slc + var yyhl2051 bool = l >= 0 + for yyj2051 := 0; ; yyj2051++ { + if yyhl2051 { + if yyj2051 >= l { break } } else { @@ -27317,10 +27791,10 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2023Slc = r.DecodeBytes(yys2023Slc, true, true) - yys2023 := string(yys2023Slc) + yys2051Slc = r.DecodeBytes(yys2051Slc, true, true) + yys2051 := string(yys2051Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2023 { + switch yys2051 { case "weight": if r.TryDecodeAsNil() { x.Weight = 0 @@ -27331,13 +27805,13 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Preference = NodeSelectorTerm{} } else { - yyv2025 := &x.Preference - yyv2025.CodecDecodeSelf(d) + yyv2053 := &x.Preference + yyv2053.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2023) - } // end switch yys2023 - } // end for yyj2023 + z.DecStructFieldNotFound(-1, yys2051) + } // end switch yys2051 + } // end for yyj2051 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27345,16 +27819,16 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2026 int - var yyb2026 bool - var yyhl2026 bool = l >= 0 - yyj2026++ - if yyhl2026 { - yyb2026 = yyj2026 > l + var yyj2054 int + var yyb2054 bool + var yyhl2054 bool = l >= 0 + yyj2054++ + if yyhl2054 { + yyb2054 = yyj2054 > l } else { - yyb2026 = r.CheckBreak() + yyb2054 = r.CheckBreak() } - if yyb2026 { + if yyb2054 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27364,13 +27838,13 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Weight = int32(r.DecodeInt(32)) } - yyj2026++ - if yyhl2026 { - yyb2026 = yyj2026 > l + yyj2054++ + if yyhl2054 { + yyb2054 = yyj2054 > l } else { - yyb2026 = r.CheckBreak() + yyb2054 = r.CheckBreak() } - if yyb2026 { + if yyb2054 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27378,21 +27852,21 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Preference = NodeSelectorTerm{} } else { - yyv2028 := &x.Preference - yyv2028.CodecDecodeSelf(d) + yyv2056 := &x.Preference + yyv2056.CodecDecodeSelf(d) } for { - yyj2026++ - if yyhl2026 { - yyb2026 = yyj2026 > l + yyj2054++ + if yyhl2054 { + yyb2054 = yyj2054 > l } else { - yyb2026 = r.CheckBreak() + yyb2054 = r.CheckBreak() } - if yyb2026 { + if yyb2054 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2026-1, "") + z.DecStructFieldNotFound(yyj2054-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27404,34 +27878,34 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2029 := z.EncBinary() - _ = yym2029 + yym2057 := z.EncBinary() + _ = yym2057 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2030 := !z.EncBinary() - yy2arr2030 := z.EncBasicHandle().StructToArray - var yyq2030 [3]bool - _, _, _ = yysep2030, yyq2030, yy2arr2030 - const yyr2030 bool = false - yyq2030[1] = x.Value != "" - var yynn2030 int - if yyr2030 || yy2arr2030 { + yysep2058 := !z.EncBinary() + yy2arr2058 := z.EncBasicHandle().StructToArray + var yyq2058 [3]bool + _, _, _ = yysep2058, yyq2058, yy2arr2058 + const yyr2058 bool = false + yyq2058[1] = x.Value != "" + var yynn2058 int + if yyr2058 || yy2arr2058 { r.EncodeArrayStart(3) } else { - yynn2030 = 2 - for _, b := range yyq2030 { + yynn2058 = 2 + for _, b := range yyq2058 { if b { - yynn2030++ + yynn2058++ } } - r.EncodeMapStart(yynn2030) - yynn2030 = 0 + r.EncodeMapStart(yynn2058) + yynn2058 = 0 } - if yyr2030 || yy2arr2030 { + if yyr2058 || yy2arr2058 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2032 := z.EncBinary() - _ = yym2032 + yym2060 := z.EncBinary() + _ = yym2060 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -27440,18 +27914,18 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2033 := z.EncBinary() - _ = yym2033 + yym2061 := z.EncBinary() + _ = yym2061 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr2030 || yy2arr2030 { + if yyr2058 || yy2arr2058 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2030[1] { - yym2035 := z.EncBinary() - _ = yym2035 + if yyq2058[1] { + yym2063 := z.EncBinary() + _ = yym2063 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -27460,19 +27934,19 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2030[1] { + if yyq2058[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2036 := z.EncBinary() - _ = yym2036 + yym2064 := z.EncBinary() + _ = yym2064 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } } - if yyr2030 || yy2arr2030 { + if yyr2058 || yy2arr2058 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Effect.CodecEncodeSelf(e) } else { @@ -27481,7 +27955,7 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Effect.CodecEncodeSelf(e) } - if yyr2030 || yy2arr2030 { + if yyr2058 || yy2arr2058 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27494,25 +27968,25 @@ func (x *Taint) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2038 := z.DecBinary() - _ = yym2038 + yym2066 := z.DecBinary() + _ = yym2066 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2039 := r.ContainerType() - if yyct2039 == codecSelferValueTypeMap1234 { - yyl2039 := r.ReadMapStart() - if yyl2039 == 0 { + yyct2067 := r.ContainerType() + if yyct2067 == codecSelferValueTypeMap1234 { + yyl2067 := r.ReadMapStart() + if yyl2067 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2039, d) + x.codecDecodeSelfFromMap(yyl2067, d) } - } else if yyct2039 == codecSelferValueTypeArray1234 { - yyl2039 := r.ReadArrayStart() - if yyl2039 == 0 { + } else if yyct2067 == codecSelferValueTypeArray1234 { + yyl2067 := r.ReadArrayStart() + if yyl2067 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2039, d) + x.codecDecodeSelfFromArray(yyl2067, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27524,12 +27998,12 @@ func (x *Taint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2040Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2040Slc - var yyhl2040 bool = l >= 0 - for yyj2040 := 0; ; yyj2040++ { - if yyhl2040 { - if yyj2040 >= l { + var yys2068Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2068Slc + var yyhl2068 bool = l >= 0 + for yyj2068 := 0; ; yyj2068++ { + if yyhl2068 { + if yyj2068 >= l { break } } else { @@ -27538,10 +28012,10 @@ func (x *Taint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2040Slc = r.DecodeBytes(yys2040Slc, true, true) - yys2040 := string(yys2040Slc) + yys2068Slc = r.DecodeBytes(yys2068Slc, true, true) + yys2068 := string(yys2068Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2040 { + switch yys2068 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -27561,9 +28035,9 @@ func (x *Taint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2040) - } // end switch yys2040 - } // end for yyj2040 + z.DecStructFieldNotFound(-1, yys2068) + } // end switch yys2068 + } // end for yyj2068 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27571,16 +28045,16 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2044 int - var yyb2044 bool - var yyhl2044 bool = l >= 0 - yyj2044++ - if yyhl2044 { - yyb2044 = yyj2044 > l + var yyj2072 int + var yyb2072 bool + var yyhl2072 bool = l >= 0 + yyj2072++ + if yyhl2072 { + yyb2072 = yyj2072 > l } else { - yyb2044 = r.CheckBreak() + yyb2072 = r.CheckBreak() } - if yyb2044 { + if yyb2072 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27590,13 +28064,13 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Key = string(r.DecodeString()) } - yyj2044++ - if yyhl2044 { - yyb2044 = yyj2044 > l + yyj2072++ + if yyhl2072 { + yyb2072 = yyj2072 > l } else { - yyb2044 = r.CheckBreak() + yyb2072 = r.CheckBreak() } - if yyb2044 { + if yyb2072 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27606,13 +28080,13 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Value = string(r.DecodeString()) } - yyj2044++ - if yyhl2044 { - yyb2044 = yyj2044 > l + yyj2072++ + if yyhl2072 { + yyb2072 = yyj2072 > l } else { - yyb2044 = r.CheckBreak() + yyb2072 = r.CheckBreak() } - if yyb2044 { + if yyb2072 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27623,17 +28097,17 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } for { - yyj2044++ - if yyhl2044 { - yyb2044 = yyj2044 > l + yyj2072++ + if yyhl2072 { + yyb2072 = yyj2072 > l } else { - yyb2044 = r.CheckBreak() + yyb2072 = r.CheckBreak() } - if yyb2044 { + if yyb2072 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2044-1, "") + z.DecStructFieldNotFound(yyj2072-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27642,8 +28116,8 @@ func (x TaintEffect) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2048 := z.EncBinary() - _ = yym2048 + yym2076 := z.EncBinary() + _ = yym2076 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -27655,8 +28129,8 @@ func (x *TaintEffect) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2049 := z.DecBinary() - _ = yym2049 + yym2077 := z.DecBinary() + _ = yym2077 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -27671,38 +28145,38 @@ func (x *Toleration) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2050 := z.EncBinary() - _ = yym2050 + yym2078 := z.EncBinary() + _ = yym2078 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2051 := !z.EncBinary() - yy2arr2051 := z.EncBasicHandle().StructToArray - var yyq2051 [4]bool - _, _, _ = yysep2051, yyq2051, yy2arr2051 - const yyr2051 bool = false - yyq2051[0] = x.Key != "" - yyq2051[1] = x.Operator != "" - yyq2051[2] = x.Value != "" - yyq2051[3] = x.Effect != "" - var yynn2051 int - if yyr2051 || yy2arr2051 { + yysep2079 := !z.EncBinary() + yy2arr2079 := z.EncBasicHandle().StructToArray + var yyq2079 [4]bool + _, _, _ = yysep2079, yyq2079, yy2arr2079 + const yyr2079 bool = false + yyq2079[0] = x.Key != "" + yyq2079[1] = x.Operator != "" + yyq2079[2] = x.Value != "" + yyq2079[3] = x.Effect != "" + var yynn2079 int + if yyr2079 || yy2arr2079 { r.EncodeArrayStart(4) } else { - yynn2051 = 0 - for _, b := range yyq2051 { + yynn2079 = 0 + for _, b := range yyq2079 { if b { - yynn2051++ + yynn2079++ } } - r.EncodeMapStart(yynn2051) - yynn2051 = 0 + r.EncodeMapStart(yynn2079) + yynn2079 = 0 } - if yyr2051 || yy2arr2051 { + if yyr2079 || yy2arr2079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2051[0] { - yym2053 := z.EncBinary() - _ = yym2053 + if yyq2079[0] { + yym2081 := z.EncBinary() + _ = yym2081 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -27711,38 +28185,38 @@ func (x *Toleration) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2051[0] { + if yyq2079[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2054 := z.EncBinary() - _ = yym2054 + yym2082 := z.EncBinary() + _ = yym2082 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } } - if yyr2051 || yy2arr2051 { + if yyr2079 || yy2arr2079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2051[1] { + if yyq2079[1] { x.Operator.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2051[1] { + if yyq2079[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("operator")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Operator.CodecEncodeSelf(e) } } - if yyr2051 || yy2arr2051 { + if yyr2079 || yy2arr2079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2051[2] { - yym2057 := z.EncBinary() - _ = yym2057 + if yyq2079[2] { + yym2085 := z.EncBinary() + _ = yym2085 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -27751,34 +28225,34 @@ func (x *Toleration) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2051[2] { + if yyq2079[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2058 := z.EncBinary() - _ = yym2058 + yym2086 := z.EncBinary() + _ = yym2086 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } } - if yyr2051 || yy2arr2051 { + if yyr2079 || yy2arr2079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2051[3] { + if yyq2079[3] { x.Effect.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2051[3] { + if yyq2079[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("effect")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Effect.CodecEncodeSelf(e) } } - if yyr2051 || yy2arr2051 { + if yyr2079 || yy2arr2079 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27791,25 +28265,25 @@ func (x *Toleration) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2060 := z.DecBinary() - _ = yym2060 + yym2088 := z.DecBinary() + _ = yym2088 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2061 := r.ContainerType() - if yyct2061 == codecSelferValueTypeMap1234 { - yyl2061 := r.ReadMapStart() - if yyl2061 == 0 { + yyct2089 := r.ContainerType() + if yyct2089 == codecSelferValueTypeMap1234 { + yyl2089 := r.ReadMapStart() + if yyl2089 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2061, d) + x.codecDecodeSelfFromMap(yyl2089, d) } - } else if yyct2061 == codecSelferValueTypeArray1234 { - yyl2061 := r.ReadArrayStart() - if yyl2061 == 0 { + } else if yyct2089 == codecSelferValueTypeArray1234 { + yyl2089 := r.ReadArrayStart() + if yyl2089 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2061, d) + x.codecDecodeSelfFromArray(yyl2089, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27821,12 +28295,12 @@ func (x *Toleration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2062Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2062Slc - var yyhl2062 bool = l >= 0 - for yyj2062 := 0; ; yyj2062++ { - if yyhl2062 { - if yyj2062 >= l { + var yys2090Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2090Slc + var yyhl2090 bool = l >= 0 + for yyj2090 := 0; ; yyj2090++ { + if yyhl2090 { + if yyj2090 >= l { break } } else { @@ -27835,10 +28309,10 @@ func (x *Toleration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2062Slc = r.DecodeBytes(yys2062Slc, true, true) - yys2062 := string(yys2062Slc) + yys2090Slc = r.DecodeBytes(yys2090Slc, true, true) + yys2090 := string(yys2090Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2062 { + switch yys2090 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -27864,9 +28338,9 @@ func (x *Toleration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2062) - } // end switch yys2062 - } // end for yyj2062 + z.DecStructFieldNotFound(-1, yys2090) + } // end switch yys2090 + } // end for yyj2090 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27874,16 +28348,16 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2067 int - var yyb2067 bool - var yyhl2067 bool = l >= 0 - yyj2067++ - if yyhl2067 { - yyb2067 = yyj2067 > l + var yyj2095 int + var yyb2095 bool + var yyhl2095 bool = l >= 0 + yyj2095++ + if yyhl2095 { + yyb2095 = yyj2095 > l } else { - yyb2067 = r.CheckBreak() + yyb2095 = r.CheckBreak() } - if yyb2067 { + if yyb2095 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27893,13 +28367,13 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Key = string(r.DecodeString()) } - yyj2067++ - if yyhl2067 { - yyb2067 = yyj2067 > l + yyj2095++ + if yyhl2095 { + yyb2095 = yyj2095 > l } else { - yyb2067 = r.CheckBreak() + yyb2095 = r.CheckBreak() } - if yyb2067 { + if yyb2095 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27909,13 +28383,13 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Operator = TolerationOperator(r.DecodeString()) } - yyj2067++ - if yyhl2067 { - yyb2067 = yyj2067 > l + yyj2095++ + if yyhl2095 { + yyb2095 = yyj2095 > l } else { - yyb2067 = r.CheckBreak() + yyb2095 = r.CheckBreak() } - if yyb2067 { + if yyb2095 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27925,13 +28399,13 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Value = string(r.DecodeString()) } - yyj2067++ - if yyhl2067 { - yyb2067 = yyj2067 > l + yyj2095++ + if yyhl2095 { + yyb2095 = yyj2095 > l } else { - yyb2067 = r.CheckBreak() + yyb2095 = r.CheckBreak() } - if yyb2067 { + if yyb2095 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27942,17 +28416,17 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } for { - yyj2067++ - if yyhl2067 { - yyb2067 = yyj2067 > l + yyj2095++ + if yyhl2095 { + yyb2095 = yyj2095 > l } else { - yyb2067 = r.CheckBreak() + yyb2095 = r.CheckBreak() } - if yyb2067 { + if yyb2095 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2067-1, "") + z.DecStructFieldNotFound(yyj2095-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27961,8 +28435,8 @@ func (x TolerationOperator) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2072 := z.EncBinary() - _ = yym2072 + yym2100 := z.EncBinary() + _ = yym2100 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -27974,8 +28448,8 @@ func (x *TolerationOperator) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2073 := z.DecBinary() - _ = yym2073 + yym2101 := z.DecBinary() + _ = yym2101 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -27990,46 +28464,46 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2074 := z.EncBinary() - _ = yym2074 + yym2102 := z.EncBinary() + _ = yym2102 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2075 := !z.EncBinary() - yy2arr2075 := z.EncBasicHandle().StructToArray - var yyq2075 [13]bool - _, _, _ = yysep2075, yyq2075, yy2arr2075 - const yyr2075 bool = false - yyq2075[2] = x.RestartPolicy != "" - yyq2075[3] = x.TerminationGracePeriodSeconds != nil - yyq2075[4] = x.ActiveDeadlineSeconds != nil - yyq2075[5] = x.DNSPolicy != "" - yyq2075[6] = len(x.NodeSelector) != 0 - yyq2075[8] = x.NodeName != "" - yyq2075[9] = x.SecurityContext != nil - yyq2075[10] = len(x.ImagePullSecrets) != 0 - yyq2075[11] = x.Hostname != "" - yyq2075[12] = x.Subdomain != "" - var yynn2075 int - if yyr2075 || yy2arr2075 { + yysep2103 := !z.EncBinary() + yy2arr2103 := z.EncBasicHandle().StructToArray + var yyq2103 [13]bool + _, _, _ = yysep2103, yyq2103, yy2arr2103 + const yyr2103 bool = false + yyq2103[2] = x.RestartPolicy != "" + yyq2103[3] = x.TerminationGracePeriodSeconds != nil + yyq2103[4] = x.ActiveDeadlineSeconds != nil + yyq2103[5] = x.DNSPolicy != "" + yyq2103[6] = len(x.NodeSelector) != 0 + yyq2103[8] = x.NodeName != "" + yyq2103[9] = x.SecurityContext != nil + yyq2103[10] = len(x.ImagePullSecrets) != 0 + yyq2103[11] = x.Hostname != "" + yyq2103[12] = x.Subdomain != "" + var yynn2103 int + if yyr2103 || yy2arr2103 { r.EncodeArrayStart(13) } else { - yynn2075 = 3 - for _, b := range yyq2075 { + yynn2103 = 3 + for _, b := range yyq2103 { if b { - yynn2075++ + yynn2103++ } } - r.EncodeMapStart(yynn2075) - yynn2075 = 0 + r.EncodeMapStart(yynn2103) + yynn2103 = 0 } - if yyr2075 || yy2arr2075 { + if yyr2103 || yy2arr2103 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Volumes == nil { r.EncodeNil() } else { - yym2077 := z.EncBinary() - _ = yym2077 + yym2105 := z.EncBinary() + _ = yym2105 if false { } else { h.encSliceVolume(([]Volume)(x.Volumes), e) @@ -28042,21 +28516,21 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Volumes == nil { r.EncodeNil() } else { - yym2078 := z.EncBinary() - _ = yym2078 + yym2106 := z.EncBinary() + _ = yym2106 if false { } else { h.encSliceVolume(([]Volume)(x.Volumes), e) } } } - if yyr2075 || yy2arr2075 { + if yyr2103 || yy2arr2103 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Containers == nil { r.EncodeNil() } else { - yym2080 := z.EncBinary() - _ = yym2080 + yym2108 := z.EncBinary() + _ = yym2108 if false { } else { h.encSliceContainer(([]Container)(x.Containers), e) @@ -28069,122 +28543,122 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Containers == nil { r.EncodeNil() } else { - yym2081 := z.EncBinary() - _ = yym2081 + yym2109 := z.EncBinary() + _ = yym2109 if false { } else { h.encSliceContainer(([]Container)(x.Containers), e) } } } - if yyr2075 || yy2arr2075 { + if yyr2103 || yy2arr2103 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2075[2] { + if yyq2103[2] { x.RestartPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2075[2] { + if yyq2103[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("restartPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.RestartPolicy.CodecEncodeSelf(e) } } - if yyr2075 || yy2arr2075 { + if yyr2103 || yy2arr2103 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2075[3] { + if yyq2103[3] { if x.TerminationGracePeriodSeconds == nil { r.EncodeNil() } else { - yy2084 := *x.TerminationGracePeriodSeconds - yym2085 := z.EncBinary() - _ = yym2085 + yy2112 := *x.TerminationGracePeriodSeconds + yym2113 := z.EncBinary() + _ = yym2113 if false { } else { - r.EncodeInt(int64(yy2084)) + r.EncodeInt(int64(yy2112)) } } } else { r.EncodeNil() } } else { - if yyq2075[3] { + if yyq2103[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminationGracePeriodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TerminationGracePeriodSeconds == nil { r.EncodeNil() } else { - yy2086 := *x.TerminationGracePeriodSeconds - yym2087 := z.EncBinary() - _ = yym2087 + yy2114 := *x.TerminationGracePeriodSeconds + yym2115 := z.EncBinary() + _ = yym2115 if false { } else { - r.EncodeInt(int64(yy2086)) + r.EncodeInt(int64(yy2114)) } } } } - if yyr2075 || yy2arr2075 { + if yyr2103 || yy2arr2103 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2075[4] { + if yyq2103[4] { if x.ActiveDeadlineSeconds == nil { r.EncodeNil() } else { - yy2089 := *x.ActiveDeadlineSeconds - yym2090 := z.EncBinary() - _ = yym2090 + yy2117 := *x.ActiveDeadlineSeconds + yym2118 := z.EncBinary() + _ = yym2118 if false { } else { - r.EncodeInt(int64(yy2089)) + r.EncodeInt(int64(yy2117)) } } } else { r.EncodeNil() } } else { - if yyq2075[4] { + if yyq2103[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("activeDeadlineSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ActiveDeadlineSeconds == nil { r.EncodeNil() } else { - yy2091 := *x.ActiveDeadlineSeconds - yym2092 := z.EncBinary() - _ = yym2092 + yy2119 := *x.ActiveDeadlineSeconds + yym2120 := z.EncBinary() + _ = yym2120 if false { } else { - r.EncodeInt(int64(yy2091)) + r.EncodeInt(int64(yy2119)) } } } } - if yyr2075 || yy2arr2075 { + if yyr2103 || yy2arr2103 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2075[5] { + if yyq2103[5] { x.DNSPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2075[5] { + if yyq2103[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("dnsPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.DNSPolicy.CodecEncodeSelf(e) } } - if yyr2075 || yy2arr2075 { + if yyr2103 || yy2arr2103 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2075[6] { + if yyq2103[6] { if x.NodeSelector == nil { r.EncodeNil() } else { - yym2095 := z.EncBinary() - _ = yym2095 + yym2123 := z.EncBinary() + _ = yym2123 if false { } else { z.F.EncMapStringStringV(x.NodeSelector, false, e) @@ -28194,15 +28668,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2075[6] { + if yyq2103[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NodeSelector == nil { r.EncodeNil() } else { - yym2096 := z.EncBinary() - _ = yym2096 + yym2124 := z.EncBinary() + _ = yym2124 if false { } else { z.F.EncMapStringStringV(x.NodeSelector, false, e) @@ -28210,10 +28684,10 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2075 || yy2arr2075 { + if yyr2103 || yy2arr2103 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2098 := z.EncBinary() - _ = yym2098 + yym2126 := z.EncBinary() + _ = yym2126 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) @@ -28222,18 +28696,18 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("serviceAccountName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2099 := z.EncBinary() - _ = yym2099 + yym2127 := z.EncBinary() + _ = yym2127 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) } } - if yyr2075 || yy2arr2075 { + if yyr2103 || yy2arr2103 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2075[8] { - yym2101 := z.EncBinary() - _ = yym2101 + if yyq2103[8] { + yym2129 := z.EncBinary() + _ = yym2129 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeName)) @@ -28242,21 +28716,21 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2075[8] { + if yyq2103[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2102 := z.EncBinary() - _ = yym2102 + yym2130 := z.EncBinary() + _ = yym2130 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeName)) } } } - if yyr2075 || yy2arr2075 { + if yyr2103 || yy2arr2103 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2075[9] { + if yyq2103[9] { if x.SecurityContext == nil { r.EncodeNil() } else { @@ -28266,7 +28740,7 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2075[9] { + if yyq2103[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("securityContext")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -28277,14 +28751,14 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2075 || yy2arr2075 { + if yyr2103 || yy2arr2103 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2075[10] { + if yyq2103[10] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2105 := z.EncBinary() - _ = yym2105 + yym2133 := z.EncBinary() + _ = yym2133 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -28294,15 +28768,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2075[10] { + if yyq2103[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2106 := z.EncBinary() - _ = yym2106 + yym2134 := z.EncBinary() + _ = yym2134 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -28310,11 +28784,11 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2075 || yy2arr2075 { + if yyr2103 || yy2arr2103 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2075[11] { - yym2108 := z.EncBinary() - _ = yym2108 + if yyq2103[11] { + yym2136 := z.EncBinary() + _ = yym2136 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -28323,23 +28797,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2075[11] { + if yyq2103[11] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2109 := z.EncBinary() - _ = yym2109 + yym2137 := z.EncBinary() + _ = yym2137 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr2075 || yy2arr2075 { + if yyr2103 || yy2arr2103 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2075[12] { - yym2111 := z.EncBinary() - _ = yym2111 + if yyq2103[12] { + yym2139 := z.EncBinary() + _ = yym2139 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Subdomain)) @@ -28348,19 +28822,19 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2075[12] { + if yyq2103[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("subdomain")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2112 := z.EncBinary() - _ = yym2112 + yym2140 := z.EncBinary() + _ = yym2140 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Subdomain)) } } } - if yyr2075 || yy2arr2075 { + if yyr2103 || yy2arr2103 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28373,25 +28847,25 @@ func (x *PodSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2113 := z.DecBinary() - _ = yym2113 + yym2141 := z.DecBinary() + _ = yym2141 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2114 := r.ContainerType() - if yyct2114 == codecSelferValueTypeMap1234 { - yyl2114 := r.ReadMapStart() - if yyl2114 == 0 { + yyct2142 := r.ContainerType() + if yyct2142 == codecSelferValueTypeMap1234 { + yyl2142 := r.ReadMapStart() + if yyl2142 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2114, d) + x.codecDecodeSelfFromMap(yyl2142, d) } - } else if yyct2114 == codecSelferValueTypeArray1234 { - yyl2114 := r.ReadArrayStart() - if yyl2114 == 0 { + } else if yyct2142 == codecSelferValueTypeArray1234 { + yyl2142 := r.ReadArrayStart() + if yyl2142 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2114, d) + x.codecDecodeSelfFromArray(yyl2142, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28403,12 +28877,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2115Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2115Slc - var yyhl2115 bool = l >= 0 - for yyj2115 := 0; ; yyj2115++ { - if yyhl2115 { - if yyj2115 >= 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 { @@ -28417,32 +28891,32 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2115Slc = r.DecodeBytes(yys2115Slc, true, true) - yys2115 := string(yys2115Slc) + yys2143Slc = r.DecodeBytes(yys2143Slc, true, true) + yys2143 := string(yys2143Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2115 { + switch yys2143 { case "volumes": if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv2116 := &x.Volumes - yym2117 := z.DecBinary() - _ = yym2117 + yyv2144 := &x.Volumes + yym2145 := z.DecBinary() + _ = yym2145 if false { } else { - h.decSliceVolume((*[]Volume)(yyv2116), d) + h.decSliceVolume((*[]Volume)(yyv2144), d) } } case "containers": if r.TryDecodeAsNil() { x.Containers = nil } else { - yyv2118 := &x.Containers - yym2119 := z.DecBinary() - _ = yym2119 + yyv2146 := &x.Containers + yym2147 := z.DecBinary() + _ = yym2147 if false { } else { - h.decSliceContainer((*[]Container)(yyv2118), d) + h.decSliceContainer((*[]Container)(yyv2146), d) } } case "restartPolicy": @@ -28460,8 +28934,8 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TerminationGracePeriodSeconds == nil { x.TerminationGracePeriodSeconds = new(int64) } - yym2122 := z.DecBinary() - _ = yym2122 + yym2150 := z.DecBinary() + _ = yym2150 if false { } else { *((*int64)(x.TerminationGracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -28476,8 +28950,8 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym2124 := z.DecBinary() - _ = yym2124 + yym2152 := z.DecBinary() + _ = yym2152 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) @@ -28493,12 +28967,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelector = nil } else { - yyv2126 := &x.NodeSelector - yym2127 := z.DecBinary() - _ = yym2127 + yyv2154 := &x.NodeSelector + yym2155 := z.DecBinary() + _ = yym2155 if false { } else { - z.F.DecMapStringStringX(yyv2126, false, d) + z.F.DecMapStringStringX(yyv2154, false, d) } } case "serviceAccountName": @@ -28528,12 +29002,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2131 := &x.ImagePullSecrets - yym2132 := z.DecBinary() - _ = yym2132 + yyv2159 := &x.ImagePullSecrets + yym2160 := z.DecBinary() + _ = yym2160 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2131), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2159), d) } } case "hostname": @@ -28549,9 +29023,9 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Subdomain = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2115) - } // end switch yys2115 - } // end for yyj2115 + z.DecStructFieldNotFound(-1, yys2143) + } // end switch yys2143 + } // end for yyj2143 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28559,16 +29033,16 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2135 int - var yyb2135 bool - var yyhl2135 bool = l >= 0 - yyj2135++ - if yyhl2135 { - yyb2135 = yyj2135 > l + var yyj2163 int + var yyb2163 bool + var yyhl2163 bool = l >= 0 + yyj2163++ + if yyhl2163 { + yyb2163 = yyj2163 > l } else { - yyb2135 = r.CheckBreak() + yyb2163 = r.CheckBreak() } - if yyb2135 { + if yyb2163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28576,21 +29050,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv2136 := &x.Volumes - yym2137 := z.DecBinary() - _ = yym2137 + yyv2164 := &x.Volumes + yym2165 := z.DecBinary() + _ = yym2165 if false { } else { - h.decSliceVolume((*[]Volume)(yyv2136), d) + h.decSliceVolume((*[]Volume)(yyv2164), d) } } - yyj2135++ - if yyhl2135 { - yyb2135 = yyj2135 > l + yyj2163++ + if yyhl2163 { + yyb2163 = yyj2163 > l } else { - yyb2135 = r.CheckBreak() + yyb2163 = r.CheckBreak() } - if yyb2135 { + if yyb2163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28598,21 +29072,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Containers = nil } else { - yyv2138 := &x.Containers - yym2139 := z.DecBinary() - _ = yym2139 + yyv2166 := &x.Containers + yym2167 := z.DecBinary() + _ = yym2167 if false { } else { - h.decSliceContainer((*[]Container)(yyv2138), d) + h.decSliceContainer((*[]Container)(yyv2166), d) } } - yyj2135++ - if yyhl2135 { - yyb2135 = yyj2135 > l + yyj2163++ + if yyhl2163 { + yyb2163 = yyj2163 > l } else { - yyb2135 = r.CheckBreak() + yyb2163 = r.CheckBreak() } - if yyb2135 { + if yyb2163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28622,13 +29096,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.RestartPolicy = RestartPolicy(r.DecodeString()) } - yyj2135++ - if yyhl2135 { - yyb2135 = yyj2135 > l + yyj2163++ + if yyhl2163 { + yyb2163 = yyj2163 > l } else { - yyb2135 = r.CheckBreak() + yyb2163 = r.CheckBreak() } - if yyb2135 { + if yyb2163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28641,20 +29115,20 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TerminationGracePeriodSeconds == nil { x.TerminationGracePeriodSeconds = new(int64) } - yym2142 := z.DecBinary() - _ = yym2142 + yym2170 := z.DecBinary() + _ = yym2170 if false { } else { *((*int64)(x.TerminationGracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj2135++ - if yyhl2135 { - yyb2135 = yyj2135 > l + yyj2163++ + if yyhl2163 { + yyb2163 = yyj2163 > l } else { - yyb2135 = r.CheckBreak() + yyb2163 = r.CheckBreak() } - if yyb2135 { + if yyb2163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28667,20 +29141,20 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym2144 := z.DecBinary() - _ = yym2144 + yym2172 := z.DecBinary() + _ = yym2172 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) } } - yyj2135++ - if yyhl2135 { - yyb2135 = yyj2135 > l + yyj2163++ + if yyhl2163 { + yyb2163 = yyj2163 > l } else { - yyb2135 = r.CheckBreak() + yyb2163 = r.CheckBreak() } - if yyb2135 { + if yyb2163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28690,13 +29164,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.DNSPolicy = DNSPolicy(r.DecodeString()) } - yyj2135++ - if yyhl2135 { - yyb2135 = yyj2135 > l + yyj2163++ + if yyhl2163 { + yyb2163 = yyj2163 > l } else { - yyb2135 = r.CheckBreak() + yyb2163 = r.CheckBreak() } - if yyb2135 { + if yyb2163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28704,21 +29178,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelector = nil } else { - yyv2146 := &x.NodeSelector - yym2147 := z.DecBinary() - _ = yym2147 + yyv2174 := &x.NodeSelector + yym2175 := z.DecBinary() + _ = yym2175 if false { } else { - z.F.DecMapStringStringX(yyv2146, false, d) + z.F.DecMapStringStringX(yyv2174, false, d) } } - yyj2135++ - if yyhl2135 { - yyb2135 = yyj2135 > l + yyj2163++ + if yyhl2163 { + yyb2163 = yyj2163 > l } else { - yyb2135 = r.CheckBreak() + yyb2163 = r.CheckBreak() } - if yyb2135 { + if yyb2163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28728,13 +29202,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ServiceAccountName = string(r.DecodeString()) } - yyj2135++ - if yyhl2135 { - yyb2135 = yyj2135 > l + yyj2163++ + if yyhl2163 { + yyb2163 = yyj2163 > l } else { - yyb2135 = r.CheckBreak() + yyb2163 = r.CheckBreak() } - if yyb2135 { + if yyb2163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28744,13 +29218,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.NodeName = string(r.DecodeString()) } - yyj2135++ - if yyhl2135 { - yyb2135 = yyj2135 > l + yyj2163++ + if yyhl2163 { + yyb2163 = yyj2163 > l } else { - yyb2135 = r.CheckBreak() + yyb2163 = r.CheckBreak() } - if yyb2135 { + if yyb2163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28765,13 +29239,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.SecurityContext.CodecDecodeSelf(d) } - yyj2135++ - if yyhl2135 { - yyb2135 = yyj2135 > l + yyj2163++ + if yyhl2163 { + yyb2163 = yyj2163 > l } else { - yyb2135 = r.CheckBreak() + yyb2163 = r.CheckBreak() } - if yyb2135 { + if yyb2163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28779,21 +29253,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2151 := &x.ImagePullSecrets - yym2152 := z.DecBinary() - _ = yym2152 + yyv2179 := &x.ImagePullSecrets + yym2180 := z.DecBinary() + _ = yym2180 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2151), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2179), d) } } - yyj2135++ - if yyhl2135 { - yyb2135 = yyj2135 > l + yyj2163++ + if yyhl2163 { + yyb2163 = yyj2163 > l } else { - yyb2135 = r.CheckBreak() + yyb2163 = r.CheckBreak() } - if yyb2135 { + if yyb2163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28803,13 +29277,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Hostname = string(r.DecodeString()) } - yyj2135++ - if yyhl2135 { - yyb2135 = yyj2135 > l + yyj2163++ + if yyhl2163 { + yyb2163 = yyj2163 > l } else { - yyb2135 = r.CheckBreak() + yyb2163 = r.CheckBreak() } - if yyb2135 { + if yyb2163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28820,17 +29294,17 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Subdomain = string(r.DecodeString()) } for { - yyj2135++ - if yyhl2135 { - yyb2135 = yyj2135 > l + yyj2163++ + if yyhl2163 { + yyb2163 = yyj2163 > l } else { - yyb2135 = r.CheckBreak() + yyb2163 = r.CheckBreak() } - if yyb2135 { + if yyb2163 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2135-1, "") + z.DecStructFieldNotFound(yyj2163-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28842,33 +29316,33 @@ func (x *Sysctl) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2155 := z.EncBinary() - _ = yym2155 + yym2183 := z.EncBinary() + _ = yym2183 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2156 := !z.EncBinary() - yy2arr2156 := z.EncBasicHandle().StructToArray - var yyq2156 [2]bool - _, _, _ = yysep2156, yyq2156, yy2arr2156 - const yyr2156 bool = false - var yynn2156 int - if yyr2156 || yy2arr2156 { + yysep2184 := !z.EncBinary() + yy2arr2184 := z.EncBasicHandle().StructToArray + var yyq2184 [2]bool + _, _, _ = yysep2184, yyq2184, yy2arr2184 + const yyr2184 bool = false + var yynn2184 int + if yyr2184 || yy2arr2184 { r.EncodeArrayStart(2) } else { - yynn2156 = 2 - for _, b := range yyq2156 { + yynn2184 = 2 + for _, b := range yyq2184 { if b { - yynn2156++ + yynn2184++ } } - r.EncodeMapStart(yynn2156) - yynn2156 = 0 + r.EncodeMapStart(yynn2184) + yynn2184 = 0 } - if yyr2156 || yy2arr2156 { + if yyr2184 || yy2arr2184 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2158 := z.EncBinary() - _ = yym2158 + yym2186 := z.EncBinary() + _ = yym2186 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -28877,17 +29351,17 @@ func (x *Sysctl) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2159 := z.EncBinary() - _ = yym2159 + yym2187 := z.EncBinary() + _ = yym2187 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr2156 || yy2arr2156 { + if yyr2184 || yy2arr2184 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2161 := z.EncBinary() - _ = yym2161 + yym2189 := z.EncBinary() + _ = yym2189 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -28896,14 +29370,14 @@ func (x *Sysctl) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2162 := z.EncBinary() - _ = yym2162 + yym2190 := z.EncBinary() + _ = yym2190 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } - if yyr2156 || yy2arr2156 { + if yyr2184 || yy2arr2184 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28916,25 +29390,25 @@ func (x *Sysctl) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2163 := z.DecBinary() - _ = yym2163 + yym2191 := z.DecBinary() + _ = yym2191 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2164 := r.ContainerType() - if yyct2164 == codecSelferValueTypeMap1234 { - yyl2164 := r.ReadMapStart() - if yyl2164 == 0 { + yyct2192 := r.ContainerType() + if yyct2192 == codecSelferValueTypeMap1234 { + yyl2192 := r.ReadMapStart() + if yyl2192 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2164, d) + x.codecDecodeSelfFromMap(yyl2192, d) } - } else if yyct2164 == codecSelferValueTypeArray1234 { - yyl2164 := r.ReadArrayStart() - if yyl2164 == 0 { + } else if yyct2192 == codecSelferValueTypeArray1234 { + yyl2192 := r.ReadArrayStart() + if yyl2192 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2164, d) + x.codecDecodeSelfFromArray(yyl2192, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28946,12 +29420,12 @@ func (x *Sysctl) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2165Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2165Slc - var yyhl2165 bool = l >= 0 - for yyj2165 := 0; ; yyj2165++ { - if yyhl2165 { - if yyj2165 >= l { + var yys2193Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2193Slc + var yyhl2193 bool = l >= 0 + for yyj2193 := 0; ; yyj2193++ { + if yyhl2193 { + if yyj2193 >= l { break } } else { @@ -28960,10 +29434,10 @@ func (x *Sysctl) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2165Slc = r.DecodeBytes(yys2165Slc, true, true) - yys2165 := string(yys2165Slc) + yys2193Slc = r.DecodeBytes(yys2193Slc, true, true) + yys2193 := string(yys2193Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2165 { + switch yys2193 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -28977,9 +29451,9 @@ func (x *Sysctl) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Value = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2165) - } // end switch yys2165 - } // end for yyj2165 + z.DecStructFieldNotFound(-1, yys2193) + } // end switch yys2193 + } // end for yyj2193 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28987,16 +29461,16 @@ func (x *Sysctl) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2168 int - var yyb2168 bool - var yyhl2168 bool = l >= 0 - yyj2168++ - if yyhl2168 { - yyb2168 = yyj2168 > l + var yyj2196 int + var yyb2196 bool + var yyhl2196 bool = l >= 0 + yyj2196++ + if yyhl2196 { + yyb2196 = yyj2196 > l } else { - yyb2168 = r.CheckBreak() + yyb2196 = r.CheckBreak() } - if yyb2168 { + if yyb2196 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29006,13 +29480,13 @@ func (x *Sysctl) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2168++ - if yyhl2168 { - yyb2168 = yyj2168 > l + yyj2196++ + if yyhl2196 { + yyb2196 = yyj2196 > l } else { - yyb2168 = r.CheckBreak() + yyb2196 = r.CheckBreak() } - if yyb2168 { + if yyb2196 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29023,17 +29497,17 @@ func (x *Sysctl) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Value = string(r.DecodeString()) } for { - yyj2168++ - if yyhl2168 { - yyb2168 = yyj2168 > l + yyj2196++ + if yyhl2196 { + yyb2196 = yyj2196 > l } else { - yyb2168 = r.CheckBreak() + yyb2196 = r.CheckBreak() } - if yyb2168 { + if yyb2196 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2168-1, "") + z.DecStructFieldNotFound(yyj2196-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29045,42 +29519,42 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2171 := z.EncBinary() - _ = yym2171 + yym2199 := z.EncBinary() + _ = yym2199 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2172 := !z.EncBinary() - yy2arr2172 := z.EncBasicHandle().StructToArray - var yyq2172 [8]bool - _, _, _ = yysep2172, yyq2172, yy2arr2172 - const yyr2172 bool = false - yyq2172[0] = x.HostNetwork != false - yyq2172[1] = x.HostPID != false - yyq2172[2] = x.HostIPC != false - yyq2172[3] = x.SELinuxOptions != nil - yyq2172[4] = x.RunAsUser != nil - yyq2172[5] = x.RunAsNonRoot != nil - yyq2172[6] = len(x.SupplementalGroups) != 0 - yyq2172[7] = x.FSGroup != nil - var yynn2172 int - if yyr2172 || yy2arr2172 { + yysep2200 := !z.EncBinary() + yy2arr2200 := z.EncBasicHandle().StructToArray + var yyq2200 [8]bool + _, _, _ = yysep2200, yyq2200, yy2arr2200 + const yyr2200 bool = false + yyq2200[0] = x.HostNetwork != false + yyq2200[1] = x.HostPID != false + yyq2200[2] = x.HostIPC != false + yyq2200[3] = x.SELinuxOptions != nil + yyq2200[4] = x.RunAsUser != nil + yyq2200[5] = x.RunAsNonRoot != nil + yyq2200[6] = len(x.SupplementalGroups) != 0 + yyq2200[7] = x.FSGroup != nil + var yynn2200 int + if yyr2200 || yy2arr2200 { r.EncodeArrayStart(8) } else { - yynn2172 = 0 - for _, b := range yyq2172 { + yynn2200 = 0 + for _, b := range yyq2200 { if b { - yynn2172++ + yynn2200++ } } - r.EncodeMapStart(yynn2172) - yynn2172 = 0 + r.EncodeMapStart(yynn2200) + yynn2200 = 0 } - if yyr2172 || yy2arr2172 { + if yyr2200 || yy2arr2200 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2172[0] { - yym2174 := z.EncBinary() - _ = yym2174 + if yyq2200[0] { + yym2202 := z.EncBinary() + _ = yym2202 if false { } else { r.EncodeBool(bool(x.HostNetwork)) @@ -29089,23 +29563,23 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2172[0] { + if yyq2200[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostNetwork")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2175 := z.EncBinary() - _ = yym2175 + yym2203 := z.EncBinary() + _ = yym2203 if false { } else { r.EncodeBool(bool(x.HostNetwork)) } } } - if yyr2172 || yy2arr2172 { + if yyr2200 || yy2arr2200 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2172[1] { - yym2177 := z.EncBinary() - _ = yym2177 + if yyq2200[1] { + yym2205 := z.EncBinary() + _ = yym2205 if false { } else { r.EncodeBool(bool(x.HostPID)) @@ -29114,23 +29588,23 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2172[1] { + if yyq2200[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2178 := z.EncBinary() - _ = yym2178 + yym2206 := z.EncBinary() + _ = yym2206 if false { } else { r.EncodeBool(bool(x.HostPID)) } } } - if yyr2172 || yy2arr2172 { + if yyr2200 || yy2arr2200 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2172[2] { - yym2180 := z.EncBinary() - _ = yym2180 + if yyq2200[2] { + yym2208 := z.EncBinary() + _ = yym2208 if false { } else { r.EncodeBool(bool(x.HostIPC)) @@ -29139,21 +29613,21 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2172[2] { + if yyq2200[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIPC")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2181 := z.EncBinary() - _ = yym2181 + yym2209 := z.EncBinary() + _ = yym2209 if false { } else { r.EncodeBool(bool(x.HostIPC)) } } } - if yyr2172 || yy2arr2172 { + if yyr2200 || yy2arr2200 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2172[3] { + if yyq2200[3] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -29163,7 +29637,7 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2172[3] { + if yyq2200[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -29174,84 +29648,84 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2172 || yy2arr2172 { + if yyr2200 || yy2arr2200 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2172[4] { + if yyq2200[4] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy2184 := *x.RunAsUser - yym2185 := z.EncBinary() - _ = yym2185 + yy2212 := *x.RunAsUser + yym2213 := z.EncBinary() + _ = yym2213 if false { } else { - r.EncodeInt(int64(yy2184)) + r.EncodeInt(int64(yy2212)) } } } else { r.EncodeNil() } } else { - if yyq2172[4] { + if yyq2200[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy2186 := *x.RunAsUser - yym2187 := z.EncBinary() - _ = yym2187 + yy2214 := *x.RunAsUser + yym2215 := z.EncBinary() + _ = yym2215 if false { } else { - r.EncodeInt(int64(yy2186)) + r.EncodeInt(int64(yy2214)) } } } } - if yyr2172 || yy2arr2172 { + if yyr2200 || yy2arr2200 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2172[5] { + if yyq2200[5] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy2189 := *x.RunAsNonRoot - yym2190 := z.EncBinary() - _ = yym2190 + yy2217 := *x.RunAsNonRoot + yym2218 := z.EncBinary() + _ = yym2218 if false { } else { - r.EncodeBool(bool(yy2189)) + r.EncodeBool(bool(yy2217)) } } } else { r.EncodeNil() } } else { - if yyq2172[5] { + if yyq2200[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy2191 := *x.RunAsNonRoot - yym2192 := z.EncBinary() - _ = yym2192 + yy2219 := *x.RunAsNonRoot + yym2220 := z.EncBinary() + _ = yym2220 if false { } else { - r.EncodeBool(bool(yy2191)) + r.EncodeBool(bool(yy2219)) } } } } - if yyr2172 || yy2arr2172 { + if yyr2200 || yy2arr2200 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2172[6] { + if yyq2200[6] { if x.SupplementalGroups == nil { r.EncodeNil() } else { - yym2194 := z.EncBinary() - _ = yym2194 + yym2222 := z.EncBinary() + _ = yym2222 if false { } else { z.F.EncSliceInt64V(x.SupplementalGroups, false, e) @@ -29261,15 +29735,15 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2172[6] { + if yyq2200[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("supplementalGroups")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SupplementalGroups == nil { r.EncodeNil() } else { - yym2195 := z.EncBinary() - _ = yym2195 + yym2223 := z.EncBinary() + _ = yym2223 if false { } else { z.F.EncSliceInt64V(x.SupplementalGroups, false, e) @@ -29277,42 +29751,42 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2172 || yy2arr2172 { + if yyr2200 || yy2arr2200 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2172[7] { + if yyq2200[7] { if x.FSGroup == nil { r.EncodeNil() } else { - yy2197 := *x.FSGroup - yym2198 := z.EncBinary() - _ = yym2198 + yy2225 := *x.FSGroup + yym2226 := z.EncBinary() + _ = yym2226 if false { } else { - r.EncodeInt(int64(yy2197)) + r.EncodeInt(int64(yy2225)) } } } else { r.EncodeNil() } } else { - if yyq2172[7] { + if yyq2200[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsGroup")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.FSGroup == nil { r.EncodeNil() } else { - yy2199 := *x.FSGroup - yym2200 := z.EncBinary() - _ = yym2200 + yy2227 := *x.FSGroup + yym2228 := z.EncBinary() + _ = yym2228 if false { } else { - r.EncodeInt(int64(yy2199)) + r.EncodeInt(int64(yy2227)) } } } } - if yyr2172 || yy2arr2172 { + if yyr2200 || yy2arr2200 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29325,25 +29799,25 @@ func (x *PodSecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2201 := z.DecBinary() - _ = yym2201 + yym2229 := z.DecBinary() + _ = yym2229 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2202 := r.ContainerType() - if yyct2202 == codecSelferValueTypeMap1234 { - yyl2202 := r.ReadMapStart() - if yyl2202 == 0 { + yyct2230 := r.ContainerType() + if yyct2230 == codecSelferValueTypeMap1234 { + yyl2230 := r.ReadMapStart() + if yyl2230 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2202, d) + x.codecDecodeSelfFromMap(yyl2230, d) } - } else if yyct2202 == codecSelferValueTypeArray1234 { - yyl2202 := r.ReadArrayStart() - if yyl2202 == 0 { + } else if yyct2230 == codecSelferValueTypeArray1234 { + yyl2230 := r.ReadArrayStart() + if yyl2230 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2202, d) + x.codecDecodeSelfFromArray(yyl2230, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29355,12 +29829,12 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2203Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2203Slc - var yyhl2203 bool = l >= 0 - for yyj2203 := 0; ; yyj2203++ { - if yyhl2203 { - if yyj2203 >= l { + var yys2231Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2231Slc + var yyhl2231 bool = l >= 0 + for yyj2231 := 0; ; yyj2231++ { + if yyhl2231 { + if yyj2231 >= l { break } } else { @@ -29369,10 +29843,10 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2203Slc = r.DecodeBytes(yys2203Slc, true, true) - yys2203 := string(yys2203Slc) + yys2231Slc = r.DecodeBytes(yys2231Slc, true, true) + yys2231 := string(yys2231Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2203 { + switch yys2231 { case "hostNetwork": if r.TryDecodeAsNil() { x.HostNetwork = false @@ -29411,8 +29885,8 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym2209 := z.DecBinary() - _ = yym2209 + yym2237 := z.DecBinary() + _ = yym2237 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -29427,8 +29901,8 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym2211 := z.DecBinary() - _ = yym2211 + yym2239 := z.DecBinary() + _ = yym2239 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -29438,12 +29912,12 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.SupplementalGroups = nil } else { - yyv2212 := &x.SupplementalGroups - yym2213 := z.DecBinary() - _ = yym2213 + yyv2240 := &x.SupplementalGroups + yym2241 := z.DecBinary() + _ = yym2241 if false { } else { - z.F.DecSliceInt64X(yyv2212, false, d) + z.F.DecSliceInt64X(yyv2240, false, d) } } case "fsGroup": @@ -29455,17 +29929,17 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.FSGroup == nil { x.FSGroup = new(int64) } - yym2215 := z.DecBinary() - _ = yym2215 + yym2243 := z.DecBinary() + _ = yym2243 if false { } else { *((*int64)(x.FSGroup)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys2203) - } // end switch yys2203 - } // end for yyj2203 + z.DecStructFieldNotFound(-1, yys2231) + } // end switch yys2231 + } // end for yyj2231 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29473,16 +29947,16 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2216 int - var yyb2216 bool - var yyhl2216 bool = l >= 0 - yyj2216++ - if yyhl2216 { - yyb2216 = yyj2216 > l + var yyj2244 int + var yyb2244 bool + var yyhl2244 bool = l >= 0 + yyj2244++ + if yyhl2244 { + yyb2244 = yyj2244 > l } else { - yyb2216 = r.CheckBreak() + yyb2244 = r.CheckBreak() } - if yyb2216 { + if yyb2244 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29492,13 +29966,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.HostNetwork = bool(r.DecodeBool()) } - yyj2216++ - if yyhl2216 { - yyb2216 = yyj2216 > l + yyj2244++ + if yyhl2244 { + yyb2244 = yyj2244 > l } else { - yyb2216 = r.CheckBreak() + yyb2244 = r.CheckBreak() } - if yyb2216 { + if yyb2244 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29508,13 +29982,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.HostPID = bool(r.DecodeBool()) } - yyj2216++ - if yyhl2216 { - yyb2216 = yyj2216 > l + yyj2244++ + if yyhl2244 { + yyb2244 = yyj2244 > l } else { - yyb2216 = r.CheckBreak() + yyb2244 = r.CheckBreak() } - if yyb2216 { + if yyb2244 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29524,13 +29998,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.HostIPC = bool(r.DecodeBool()) } - yyj2216++ - if yyhl2216 { - yyb2216 = yyj2216 > l + yyj2244++ + if yyhl2244 { + yyb2244 = yyj2244 > l } else { - yyb2216 = r.CheckBreak() + yyb2244 = r.CheckBreak() } - if yyb2216 { + if yyb2244 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29545,13 +30019,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj2216++ - if yyhl2216 { - yyb2216 = yyj2216 > l + yyj2244++ + if yyhl2244 { + yyb2244 = yyj2244 > l } else { - yyb2216 = r.CheckBreak() + yyb2244 = r.CheckBreak() } - if yyb2216 { + if yyb2244 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29564,20 +30038,20 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym2222 := z.DecBinary() - _ = yym2222 + yym2250 := z.DecBinary() + _ = yym2250 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj2216++ - if yyhl2216 { - yyb2216 = yyj2216 > l + yyj2244++ + if yyhl2244 { + yyb2244 = yyj2244 > l } else { - yyb2216 = r.CheckBreak() + yyb2244 = r.CheckBreak() } - if yyb2216 { + if yyb2244 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29590,20 +30064,20 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym2224 := z.DecBinary() - _ = yym2224 + yym2252 := z.DecBinary() + _ = yym2252 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj2216++ - if yyhl2216 { - yyb2216 = yyj2216 > l + yyj2244++ + if yyhl2244 { + yyb2244 = yyj2244 > l } else { - yyb2216 = r.CheckBreak() + yyb2244 = r.CheckBreak() } - if yyb2216 { + if yyb2244 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29611,21 +30085,21 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.SupplementalGroups = nil } else { - yyv2225 := &x.SupplementalGroups - yym2226 := z.DecBinary() - _ = yym2226 + yyv2253 := &x.SupplementalGroups + yym2254 := z.DecBinary() + _ = yym2254 if false { } else { - z.F.DecSliceInt64X(yyv2225, false, d) + z.F.DecSliceInt64X(yyv2253, false, d) } } - yyj2216++ - if yyhl2216 { - yyb2216 = yyj2216 > l + yyj2244++ + if yyhl2244 { + yyb2244 = yyj2244 > l } else { - yyb2216 = r.CheckBreak() + yyb2244 = r.CheckBreak() } - if yyb2216 { + if yyb2244 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29638,25 +30112,25 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.FSGroup == nil { x.FSGroup = new(int64) } - yym2228 := z.DecBinary() - _ = yym2228 + yym2256 := z.DecBinary() + _ = yym2256 if false { } else { *((*int64)(x.FSGroup)) = int64(r.DecodeInt(64)) } } for { - yyj2216++ - if yyhl2216 { - yyb2216 = yyj2216 > l + yyj2244++ + if yyhl2244 { + yyb2244 = yyj2244 > l } else { - yyb2216 = r.CheckBreak() + yyb2244 = r.CheckBreak() } - if yyb2216 { + if yyb2244 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2216-1, "") + z.DecStructFieldNotFound(yyj2244-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29668,60 +30142,60 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2229 := z.EncBinary() - _ = yym2229 + yym2257 := z.EncBinary() + _ = yym2257 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2230 := !z.EncBinary() - yy2arr2230 := z.EncBasicHandle().StructToArray - var yyq2230 [8]bool - _, _, _ = yysep2230, yyq2230, yy2arr2230 - const yyr2230 bool = false - yyq2230[0] = x.Phase != "" - yyq2230[1] = len(x.Conditions) != 0 - yyq2230[2] = x.Message != "" - yyq2230[3] = x.Reason != "" - yyq2230[4] = x.HostIP != "" - yyq2230[5] = x.PodIP != "" - yyq2230[6] = x.StartTime != nil - yyq2230[7] = len(x.ContainerStatuses) != 0 - var yynn2230 int - if yyr2230 || yy2arr2230 { + yysep2258 := !z.EncBinary() + yy2arr2258 := z.EncBasicHandle().StructToArray + var yyq2258 [8]bool + _, _, _ = yysep2258, yyq2258, yy2arr2258 + const yyr2258 bool = false + yyq2258[0] = x.Phase != "" + yyq2258[1] = len(x.Conditions) != 0 + yyq2258[2] = x.Message != "" + yyq2258[3] = x.Reason != "" + yyq2258[4] = x.HostIP != "" + yyq2258[5] = x.PodIP != "" + yyq2258[6] = x.StartTime != nil + yyq2258[7] = len(x.ContainerStatuses) != 0 + var yynn2258 int + if yyr2258 || yy2arr2258 { r.EncodeArrayStart(8) } else { - yynn2230 = 0 - for _, b := range yyq2230 { + yynn2258 = 0 + for _, b := range yyq2258 { if b { - yynn2230++ + yynn2258++ } } - r.EncodeMapStart(yynn2230) - yynn2230 = 0 + r.EncodeMapStart(yynn2258) + yynn2258 = 0 } - if yyr2230 || yy2arr2230 { + if yyr2258 || yy2arr2258 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2230[0] { + if yyq2258[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2230[0] { + if yyq2258[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr2230 || yy2arr2230 { + if yyr2258 || yy2arr2258 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2230[1] { + if yyq2258[1] { if x.Conditions == nil { r.EncodeNil() } else { - yym2233 := z.EncBinary() - _ = yym2233 + yym2261 := z.EncBinary() + _ = yym2261 if false { } else { h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) @@ -29731,15 +30205,15 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2230[1] { + if yyq2258[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym2234 := z.EncBinary() - _ = yym2234 + yym2262 := z.EncBinary() + _ = yym2262 if false { } else { h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) @@ -29747,11 +30221,11 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2230 || yy2arr2230 { + if yyr2258 || yy2arr2258 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2230[2] { - yym2236 := z.EncBinary() - _ = yym2236 + if yyq2258[2] { + yym2264 := z.EncBinary() + _ = yym2264 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -29760,23 +30234,23 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2230[2] { + if yyq2258[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2237 := z.EncBinary() - _ = yym2237 + yym2265 := z.EncBinary() + _ = yym2265 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr2230 || yy2arr2230 { + if yyr2258 || yy2arr2258 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2230[3] { - yym2239 := z.EncBinary() - _ = yym2239 + if yyq2258[3] { + yym2267 := z.EncBinary() + _ = yym2267 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -29785,23 +30259,23 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2230[3] { + if yyq2258[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2240 := z.EncBinary() - _ = yym2240 + yym2268 := z.EncBinary() + _ = yym2268 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr2230 || yy2arr2230 { + if yyr2258 || yy2arr2258 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2230[4] { - yym2242 := z.EncBinary() - _ = yym2242 + if yyq2258[4] { + yym2270 := z.EncBinary() + _ = yym2270 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) @@ -29810,23 +30284,23 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2230[4] { + if yyq2258[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2243 := z.EncBinary() - _ = yym2243 + yym2271 := z.EncBinary() + _ = yym2271 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) } } } - if yyr2230 || yy2arr2230 { + if yyr2258 || yy2arr2258 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2230[5] { - yym2245 := z.EncBinary() - _ = yym2245 + if yyq2258[5] { + yym2273 := z.EncBinary() + _ = yym2273 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) @@ -29835,31 +30309,31 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2230[5] { + if yyq2258[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2246 := z.EncBinary() - _ = yym2246 + yym2274 := z.EncBinary() + _ = yym2274 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) } } } - if yyr2230 || yy2arr2230 { + if yyr2258 || yy2arr2258 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2230[6] { + if yyq2258[6] { if x.StartTime == nil { r.EncodeNil() } else { - yym2248 := z.EncBinary() - _ = yym2248 + yym2276 := z.EncBinary() + _ = yym2276 if false { } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym2248 { + } else if yym2276 { z.EncBinaryMarshal(x.StartTime) - } else if !yym2248 && z.IsJSONHandle() { + } else if !yym2276 && z.IsJSONHandle() { z.EncJSONMarshal(x.StartTime) } else { z.EncFallback(x.StartTime) @@ -29869,20 +30343,20 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2230[6] { + if yyq2258[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.StartTime == nil { r.EncodeNil() } else { - yym2249 := z.EncBinary() - _ = yym2249 + yym2277 := z.EncBinary() + _ = yym2277 if false { } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym2249 { + } else if yym2277 { z.EncBinaryMarshal(x.StartTime) - } else if !yym2249 && z.IsJSONHandle() { + } else if !yym2277 && z.IsJSONHandle() { z.EncJSONMarshal(x.StartTime) } else { z.EncFallback(x.StartTime) @@ -29890,14 +30364,14 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2230 || yy2arr2230 { + if yyr2258 || yy2arr2258 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2230[7] { + if yyq2258[7] { if x.ContainerStatuses == nil { r.EncodeNil() } else { - yym2251 := z.EncBinary() - _ = yym2251 + yym2279 := z.EncBinary() + _ = yym2279 if false { } else { h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) @@ -29907,15 +30381,15 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2230[7] { + if yyq2258[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerStatuses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ContainerStatuses == nil { r.EncodeNil() } else { - yym2252 := z.EncBinary() - _ = yym2252 + yym2280 := z.EncBinary() + _ = yym2280 if false { } else { h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) @@ -29923,7 +30397,7 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2230 || yy2arr2230 { + if yyr2258 || yy2arr2258 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29936,25 +30410,25 @@ func (x *PodStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2253 := z.DecBinary() - _ = yym2253 + yym2281 := z.DecBinary() + _ = yym2281 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2254 := r.ContainerType() - if yyct2254 == codecSelferValueTypeMap1234 { - yyl2254 := r.ReadMapStart() - if yyl2254 == 0 { + yyct2282 := r.ContainerType() + if yyct2282 == codecSelferValueTypeMap1234 { + yyl2282 := r.ReadMapStart() + if yyl2282 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2254, d) + x.codecDecodeSelfFromMap(yyl2282, d) } - } else if yyct2254 == codecSelferValueTypeArray1234 { - yyl2254 := r.ReadArrayStart() - if yyl2254 == 0 { + } else if yyct2282 == codecSelferValueTypeArray1234 { + yyl2282 := r.ReadArrayStart() + if yyl2282 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2254, d) + x.codecDecodeSelfFromArray(yyl2282, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29966,12 +30440,12 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2255Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2255Slc - var yyhl2255 bool = l >= 0 - for yyj2255 := 0; ; yyj2255++ { - if yyhl2255 { - if yyj2255 >= l { + var yys2283Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2283Slc + var yyhl2283 bool = l >= 0 + for yyj2283 := 0; ; yyj2283++ { + if yyhl2283 { + if yyj2283 >= l { break } } else { @@ -29980,10 +30454,10 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2255Slc = r.DecodeBytes(yys2255Slc, true, true) - yys2255 := string(yys2255Slc) + yys2283Slc = r.DecodeBytes(yys2283Slc, true, true) + yys2283 := string(yys2283Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2255 { + switch yys2283 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -29994,12 +30468,12 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2257 := &x.Conditions - yym2258 := z.DecBinary() - _ = yym2258 + yyv2285 := &x.Conditions + yym2286 := z.DecBinary() + _ = yym2286 if false { } else { - h.decSlicePodCondition((*[]PodCondition)(yyv2257), d) + h.decSlicePodCondition((*[]PodCondition)(yyv2285), d) } } case "message": @@ -30035,13 +30509,13 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg2_unversioned.Time) } - yym2264 := z.DecBinary() - _ = yym2264 + yym2292 := z.DecBinary() + _ = yym2292 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym2264 { + } else if yym2292 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym2264 && z.IsJSONHandle() { + } else if !yym2292 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) @@ -30051,18 +30525,18 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ContainerStatuses = nil } else { - yyv2265 := &x.ContainerStatuses - yym2266 := z.DecBinary() - _ = yym2266 + yyv2293 := &x.ContainerStatuses + yym2294 := z.DecBinary() + _ = yym2294 if false { } else { - h.decSliceContainerStatus((*[]ContainerStatus)(yyv2265), d) + h.decSliceContainerStatus((*[]ContainerStatus)(yyv2293), d) } } default: - z.DecStructFieldNotFound(-1, yys2255) - } // end switch yys2255 - } // end for yyj2255 + z.DecStructFieldNotFound(-1, yys2283) + } // end switch yys2283 + } // end for yyj2283 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30070,16 +30544,16 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2267 int - var yyb2267 bool - var yyhl2267 bool = l >= 0 - yyj2267++ - if yyhl2267 { - yyb2267 = yyj2267 > l + var yyj2295 int + var yyb2295 bool + var yyhl2295 bool = l >= 0 + yyj2295++ + if yyhl2295 { + yyb2295 = yyj2295 > l } else { - yyb2267 = r.CheckBreak() + yyb2295 = r.CheckBreak() } - if yyb2267 { + if yyb2295 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30089,13 +30563,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = PodPhase(r.DecodeString()) } - yyj2267++ - if yyhl2267 { - yyb2267 = yyj2267 > l + yyj2295++ + if yyhl2295 { + yyb2295 = yyj2295 > l } else { - yyb2267 = r.CheckBreak() + yyb2295 = r.CheckBreak() } - if yyb2267 { + if yyb2295 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30103,21 +30577,21 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2269 := &x.Conditions - yym2270 := z.DecBinary() - _ = yym2270 + yyv2297 := &x.Conditions + yym2298 := z.DecBinary() + _ = yym2298 if false { } else { - h.decSlicePodCondition((*[]PodCondition)(yyv2269), d) + h.decSlicePodCondition((*[]PodCondition)(yyv2297), d) } } - yyj2267++ - if yyhl2267 { - yyb2267 = yyj2267 > l + yyj2295++ + if yyhl2295 { + yyb2295 = yyj2295 > l } else { - yyb2267 = r.CheckBreak() + yyb2295 = r.CheckBreak() } - if yyb2267 { + if yyb2295 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30127,13 +30601,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj2267++ - if yyhl2267 { - yyb2267 = yyj2267 > l + yyj2295++ + if yyhl2295 { + yyb2295 = yyj2295 > l } else { - yyb2267 = r.CheckBreak() + yyb2295 = r.CheckBreak() } - if yyb2267 { + if yyb2295 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30143,13 +30617,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj2267++ - if yyhl2267 { - yyb2267 = yyj2267 > l + yyj2295++ + if yyhl2295 { + yyb2295 = yyj2295 > l } else { - yyb2267 = r.CheckBreak() + yyb2295 = r.CheckBreak() } - if yyb2267 { + if yyb2295 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30159,13 +30633,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostIP = string(r.DecodeString()) } - yyj2267++ - if yyhl2267 { - yyb2267 = yyj2267 > l + yyj2295++ + if yyhl2295 { + yyb2295 = yyj2295 > l } else { - yyb2267 = r.CheckBreak() + yyb2295 = r.CheckBreak() } - if yyb2267 { + if yyb2295 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30175,13 +30649,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodIP = string(r.DecodeString()) } - yyj2267++ - if yyhl2267 { - yyb2267 = yyj2267 > l + yyj2295++ + if yyhl2295 { + yyb2295 = yyj2295 > l } else { - yyb2267 = r.CheckBreak() + yyb2295 = r.CheckBreak() } - if yyb2267 { + if yyb2295 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30194,25 +30668,25 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg2_unversioned.Time) } - yym2276 := z.DecBinary() - _ = yym2276 + yym2304 := z.DecBinary() + _ = yym2304 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym2276 { + } else if yym2304 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym2276 && z.IsJSONHandle() { + } else if !yym2304 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) } } - yyj2267++ - if yyhl2267 { - yyb2267 = yyj2267 > l + yyj2295++ + if yyhl2295 { + yyb2295 = yyj2295 > l } else { - yyb2267 = r.CheckBreak() + yyb2295 = r.CheckBreak() } - if yyb2267 { + if yyb2295 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30220,26 +30694,26 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ContainerStatuses = nil } else { - yyv2277 := &x.ContainerStatuses - yym2278 := z.DecBinary() - _ = yym2278 + yyv2305 := &x.ContainerStatuses + yym2306 := z.DecBinary() + _ = yym2306 if false { } else { - h.decSliceContainerStatus((*[]ContainerStatus)(yyv2277), d) + h.decSliceContainerStatus((*[]ContainerStatus)(yyv2305), d) } } for { - yyj2267++ - if yyhl2267 { - yyb2267 = yyj2267 > l + yyj2295++ + if yyhl2295 { + yyb2295 = yyj2295 > l } else { - yyb2267 = r.CheckBreak() + yyb2295 = r.CheckBreak() } - if yyb2267 { + if yyb2295 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2267-1, "") + z.DecStructFieldNotFound(yyj2295-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30251,38 +30725,38 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2279 := z.EncBinary() - _ = yym2279 + yym2307 := z.EncBinary() + _ = yym2307 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2280 := !z.EncBinary() - yy2arr2280 := z.EncBasicHandle().StructToArray - var yyq2280 [4]bool - _, _, _ = yysep2280, yyq2280, yy2arr2280 - const yyr2280 bool = false - yyq2280[0] = x.Kind != "" - yyq2280[1] = x.APIVersion != "" - yyq2280[2] = true - yyq2280[3] = true - var yynn2280 int - if yyr2280 || yy2arr2280 { + yysep2308 := !z.EncBinary() + yy2arr2308 := z.EncBasicHandle().StructToArray + var yyq2308 [4]bool + _, _, _ = yysep2308, yyq2308, yy2arr2308 + const yyr2308 bool = false + yyq2308[0] = x.Kind != "" + yyq2308[1] = x.APIVersion != "" + yyq2308[2] = true + yyq2308[3] = true + var yynn2308 int + if yyr2308 || yy2arr2308 { r.EncodeArrayStart(4) } else { - yynn2280 = 0 - for _, b := range yyq2280 { + yynn2308 = 0 + for _, b := range yyq2308 { if b { - yynn2280++ + yynn2308++ } } - r.EncodeMapStart(yynn2280) - yynn2280 = 0 + r.EncodeMapStart(yynn2308) + yynn2308 = 0 } - if yyr2280 || yy2arr2280 { + if yyr2308 || yy2arr2308 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2280[0] { - yym2282 := z.EncBinary() - _ = yym2282 + if yyq2308[0] { + yym2310 := z.EncBinary() + _ = yym2310 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -30291,23 +30765,23 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2280[0] { + if yyq2308[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2283 := z.EncBinary() - _ = yym2283 + yym2311 := z.EncBinary() + _ = yym2311 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2280 || yy2arr2280 { + if yyr2308 || yy2arr2308 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2280[1] { - yym2285 := z.EncBinary() - _ = yym2285 + if yyq2308[1] { + yym2313 := z.EncBinary() + _ = yym2313 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -30316,53 +30790,53 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2280[1] { + if yyq2308[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2286 := z.EncBinary() - _ = yym2286 + yym2314 := z.EncBinary() + _ = yym2314 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2280 || yy2arr2280 { + if yyr2308 || yy2arr2308 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2280[2] { - yy2288 := &x.ObjectMeta - yy2288.CodecEncodeSelf(e) + if yyq2308[2] { + yy2316 := &x.ObjectMeta + yy2316.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2280[2] { + if yyq2308[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2289 := &x.ObjectMeta - yy2289.CodecEncodeSelf(e) + yy2317 := &x.ObjectMeta + yy2317.CodecEncodeSelf(e) } } - if yyr2280 || yy2arr2280 { + if yyr2308 || yy2arr2308 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2280[3] { - yy2291 := &x.Status - yy2291.CodecEncodeSelf(e) + if yyq2308[3] { + yy2319 := &x.Status + yy2319.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2280[3] { + if yyq2308[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2292 := &x.Status - yy2292.CodecEncodeSelf(e) + yy2320 := &x.Status + yy2320.CodecEncodeSelf(e) } } - if yyr2280 || yy2arr2280 { + if yyr2308 || yy2arr2308 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30375,25 +30849,25 @@ func (x *PodStatusResult) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2293 := z.DecBinary() - _ = yym2293 + yym2321 := z.DecBinary() + _ = yym2321 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2294 := r.ContainerType() - if yyct2294 == codecSelferValueTypeMap1234 { - yyl2294 := r.ReadMapStart() - if yyl2294 == 0 { + yyct2322 := r.ContainerType() + if yyct2322 == codecSelferValueTypeMap1234 { + yyl2322 := r.ReadMapStart() + if yyl2322 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2294, d) + x.codecDecodeSelfFromMap(yyl2322, d) } - } else if yyct2294 == codecSelferValueTypeArray1234 { - yyl2294 := r.ReadArrayStart() - if yyl2294 == 0 { + } else if yyct2322 == codecSelferValueTypeArray1234 { + yyl2322 := r.ReadArrayStart() + if yyl2322 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2294, d) + x.codecDecodeSelfFromArray(yyl2322, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30405,12 +30879,12 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2295Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2295Slc - var yyhl2295 bool = l >= 0 - for yyj2295 := 0; ; yyj2295++ { - if yyhl2295 { - if yyj2295 >= 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 { @@ -30419,10 +30893,10 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2295Slc = r.DecodeBytes(yys2295Slc, true, true) - yys2295 := string(yys2295Slc) + yys2323Slc = r.DecodeBytes(yys2323Slc, true, true) + yys2323 := string(yys2323Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2295 { + switch yys2323 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -30439,20 +30913,20 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2298 := &x.ObjectMeta - yyv2298.CodecDecodeSelf(d) + yyv2326 := &x.ObjectMeta + yyv2326.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2299 := &x.Status - yyv2299.CodecDecodeSelf(d) + yyv2327 := &x.Status + yyv2327.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2295) - } // end switch yys2295 - } // end for yyj2295 + z.DecStructFieldNotFound(-1, yys2323) + } // end switch yys2323 + } // end for yyj2323 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30460,16 +30934,16 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2300 int - var yyb2300 bool - var yyhl2300 bool = l >= 0 - yyj2300++ - if yyhl2300 { - yyb2300 = yyj2300 > l + var yyj2328 int + var yyb2328 bool + var yyhl2328 bool = l >= 0 + yyj2328++ + if yyhl2328 { + yyb2328 = yyj2328 > l } else { - yyb2300 = r.CheckBreak() + yyb2328 = r.CheckBreak() } - if yyb2300 { + if yyb2328 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30479,13 +30953,13 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2300++ - if yyhl2300 { - yyb2300 = yyj2300 > l + yyj2328++ + if yyhl2328 { + yyb2328 = yyj2328 > l } else { - yyb2300 = r.CheckBreak() + yyb2328 = r.CheckBreak() } - if yyb2300 { + if yyb2328 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30495,13 +30969,13 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2300++ - if yyhl2300 { - yyb2300 = yyj2300 > l + yyj2328++ + if yyhl2328 { + yyb2328 = yyj2328 > l } else { - yyb2300 = r.CheckBreak() + yyb2328 = r.CheckBreak() } - if yyb2300 { + if yyb2328 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30509,16 +30983,16 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2303 := &x.ObjectMeta - yyv2303.CodecDecodeSelf(d) + yyv2331 := &x.ObjectMeta + yyv2331.CodecDecodeSelf(d) } - yyj2300++ - if yyhl2300 { - yyb2300 = yyj2300 > l + yyj2328++ + if yyhl2328 { + yyb2328 = yyj2328 > l } else { - yyb2300 = r.CheckBreak() + yyb2328 = r.CheckBreak() } - if yyb2300 { + if yyb2328 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30526,21 +31000,21 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2304 := &x.Status - yyv2304.CodecDecodeSelf(d) + yyv2332 := &x.Status + yyv2332.CodecDecodeSelf(d) } for { - yyj2300++ - if yyhl2300 { - yyb2300 = yyj2300 > l + yyj2328++ + if yyhl2328 { + yyb2328 = yyj2328 > l } else { - yyb2300 = r.CheckBreak() + yyb2328 = r.CheckBreak() } - if yyb2300 { + if yyb2328 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2300-1, "") + z.DecStructFieldNotFound(yyj2328-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30552,39 +31026,39 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2305 := z.EncBinary() - _ = yym2305 + yym2333 := z.EncBinary() + _ = yym2333 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2306 := !z.EncBinary() - yy2arr2306 := z.EncBasicHandle().StructToArray - var yyq2306 [5]bool - _, _, _ = yysep2306, yyq2306, yy2arr2306 - const yyr2306 bool = false - yyq2306[0] = x.Kind != "" - yyq2306[1] = x.APIVersion != "" - yyq2306[2] = true - yyq2306[3] = true - yyq2306[4] = true - var yynn2306 int - if yyr2306 || yy2arr2306 { + yysep2334 := !z.EncBinary() + yy2arr2334 := z.EncBasicHandle().StructToArray + var yyq2334 [5]bool + _, _, _ = yysep2334, yyq2334, yy2arr2334 + const yyr2334 bool = false + yyq2334[0] = x.Kind != "" + yyq2334[1] = x.APIVersion != "" + yyq2334[2] = true + yyq2334[3] = true + yyq2334[4] = true + var yynn2334 int + if yyr2334 || yy2arr2334 { r.EncodeArrayStart(5) } else { - yynn2306 = 0 - for _, b := range yyq2306 { + yynn2334 = 0 + for _, b := range yyq2334 { if b { - yynn2306++ + yynn2334++ } } - r.EncodeMapStart(yynn2306) - yynn2306 = 0 + r.EncodeMapStart(yynn2334) + yynn2334 = 0 } - if yyr2306 || yy2arr2306 { + if yyr2334 || yy2arr2334 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2306[0] { - yym2308 := z.EncBinary() - _ = yym2308 + if yyq2334[0] { + yym2336 := z.EncBinary() + _ = yym2336 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -30593,23 +31067,23 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2306[0] { + if yyq2334[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2309 := z.EncBinary() - _ = yym2309 + yym2337 := z.EncBinary() + _ = yym2337 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2306 || yy2arr2306 { + if yyr2334 || yy2arr2334 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2306[1] { - yym2311 := z.EncBinary() - _ = yym2311 + if yyq2334[1] { + yym2339 := z.EncBinary() + _ = yym2339 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -30618,70 +31092,70 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2306[1] { + if yyq2334[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2312 := z.EncBinary() - _ = yym2312 + yym2340 := z.EncBinary() + _ = yym2340 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2306 || yy2arr2306 { + if yyr2334 || yy2arr2334 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2306[2] { - yy2314 := &x.ObjectMeta - yy2314.CodecEncodeSelf(e) + if yyq2334[2] { + yy2342 := &x.ObjectMeta + yy2342.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2306[2] { + if yyq2334[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2315 := &x.ObjectMeta - yy2315.CodecEncodeSelf(e) + yy2343 := &x.ObjectMeta + yy2343.CodecEncodeSelf(e) } } - if yyr2306 || yy2arr2306 { + if yyr2334 || yy2arr2334 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2306[3] { - yy2317 := &x.Spec - yy2317.CodecEncodeSelf(e) + if yyq2334[3] { + yy2345 := &x.Spec + yy2345.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2306[3] { + if yyq2334[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2318 := &x.Spec - yy2318.CodecEncodeSelf(e) + yy2346 := &x.Spec + yy2346.CodecEncodeSelf(e) } } - if yyr2306 || yy2arr2306 { + if yyr2334 || yy2arr2334 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2306[4] { - yy2320 := &x.Status - yy2320.CodecEncodeSelf(e) + if yyq2334[4] { + yy2348 := &x.Status + yy2348.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2306[4] { + if yyq2334[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2321 := &x.Status - yy2321.CodecEncodeSelf(e) + yy2349 := &x.Status + yy2349.CodecEncodeSelf(e) } } - if yyr2306 || yy2arr2306 { + if yyr2334 || yy2arr2334 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30694,25 +31168,25 @@ func (x *Pod) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2322 := z.DecBinary() - _ = yym2322 + yym2350 := z.DecBinary() + _ = yym2350 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2323 := r.ContainerType() - if yyct2323 == codecSelferValueTypeMap1234 { - yyl2323 := r.ReadMapStart() - if yyl2323 == 0 { + yyct2351 := r.ContainerType() + if yyct2351 == codecSelferValueTypeMap1234 { + yyl2351 := r.ReadMapStart() + if yyl2351 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2323, d) + x.codecDecodeSelfFromMap(yyl2351, d) } - } else if yyct2323 == codecSelferValueTypeArray1234 { - yyl2323 := r.ReadArrayStart() - if yyl2323 == 0 { + } else if yyct2351 == codecSelferValueTypeArray1234 { + yyl2351 := r.ReadArrayStart() + if yyl2351 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2323, d) + x.codecDecodeSelfFromArray(yyl2351, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30724,12 +31198,12 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2324Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2324Slc - var yyhl2324 bool = l >= 0 - for yyj2324 := 0; ; yyj2324++ { - if yyhl2324 { - if yyj2324 >= l { + var yys2352Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2352Slc + var yyhl2352 bool = l >= 0 + for yyj2352 := 0; ; yyj2352++ { + if yyhl2352 { + if yyj2352 >= l { break } } else { @@ -30738,10 +31212,10 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2324Slc = r.DecodeBytes(yys2324Slc, true, true) - yys2324 := string(yys2324Slc) + yys2352Slc = r.DecodeBytes(yys2352Slc, true, true) + yys2352 := string(yys2352Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2324 { + switch yys2352 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -30758,27 +31232,27 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2327 := &x.ObjectMeta - yyv2327.CodecDecodeSelf(d) + yyv2355 := &x.ObjectMeta + yyv2355.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2328 := &x.Spec - yyv2328.CodecDecodeSelf(d) + yyv2356 := &x.Spec + yyv2356.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2329 := &x.Status - yyv2329.CodecDecodeSelf(d) + yyv2357 := &x.Status + yyv2357.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2324) - } // end switch yys2324 - } // end for yyj2324 + z.DecStructFieldNotFound(-1, yys2352) + } // end switch yys2352 + } // end for yyj2352 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30786,16 +31260,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2330 int - var yyb2330 bool - var yyhl2330 bool = l >= 0 - yyj2330++ - if yyhl2330 { - yyb2330 = yyj2330 > l + var yyj2358 int + var yyb2358 bool + var yyhl2358 bool = l >= 0 + yyj2358++ + if yyhl2358 { + yyb2358 = yyj2358 > l } else { - yyb2330 = r.CheckBreak() + yyb2358 = r.CheckBreak() } - if yyb2330 { + if yyb2358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30805,13 +31279,13 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2330++ - if yyhl2330 { - yyb2330 = yyj2330 > l + yyj2358++ + if yyhl2358 { + yyb2358 = yyj2358 > l } else { - yyb2330 = r.CheckBreak() + yyb2358 = r.CheckBreak() } - if yyb2330 { + if yyb2358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30821,13 +31295,13 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2330++ - if yyhl2330 { - yyb2330 = yyj2330 > l + yyj2358++ + if yyhl2358 { + yyb2358 = yyj2358 > l } else { - yyb2330 = r.CheckBreak() + yyb2358 = r.CheckBreak() } - if yyb2330 { + if yyb2358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30835,16 +31309,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2333 := &x.ObjectMeta - yyv2333.CodecDecodeSelf(d) + yyv2361 := &x.ObjectMeta + yyv2361.CodecDecodeSelf(d) } - yyj2330++ - if yyhl2330 { - yyb2330 = yyj2330 > l + yyj2358++ + if yyhl2358 { + yyb2358 = yyj2358 > l } else { - yyb2330 = r.CheckBreak() + yyb2358 = r.CheckBreak() } - if yyb2330 { + if yyb2358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30852,16 +31326,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2334 := &x.Spec - yyv2334.CodecDecodeSelf(d) + yyv2362 := &x.Spec + yyv2362.CodecDecodeSelf(d) } - yyj2330++ - if yyhl2330 { - yyb2330 = yyj2330 > l + yyj2358++ + if yyhl2358 { + yyb2358 = yyj2358 > l } else { - yyb2330 = r.CheckBreak() + yyb2358 = r.CheckBreak() } - if yyb2330 { + if yyb2358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30869,21 +31343,21 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2335 := &x.Status - yyv2335.CodecDecodeSelf(d) + yyv2363 := &x.Status + yyv2363.CodecDecodeSelf(d) } for { - yyj2330++ - if yyhl2330 { - yyb2330 = yyj2330 > l + yyj2358++ + if yyhl2358 { + yyb2358 = yyj2358 > l } else { - yyb2330 = r.CheckBreak() + yyb2358 = r.CheckBreak() } - if yyb2330 { + if yyb2358 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2330-1, "") + z.DecStructFieldNotFound(yyj2358-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30895,66 +31369,66 @@ func (x *PodTemplateSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2336 := z.EncBinary() - _ = yym2336 + yym2364 := z.EncBinary() + _ = yym2364 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2337 := !z.EncBinary() - yy2arr2337 := z.EncBasicHandle().StructToArray - var yyq2337 [2]bool - _, _, _ = yysep2337, yyq2337, yy2arr2337 - const yyr2337 bool = false - yyq2337[0] = true - yyq2337[1] = true - var yynn2337 int - if yyr2337 || yy2arr2337 { + yysep2365 := !z.EncBinary() + yy2arr2365 := z.EncBasicHandle().StructToArray + var yyq2365 [2]bool + _, _, _ = yysep2365, yyq2365, yy2arr2365 + const yyr2365 bool = false + yyq2365[0] = true + yyq2365[1] = true + var yynn2365 int + if yyr2365 || yy2arr2365 { r.EncodeArrayStart(2) } else { - yynn2337 = 0 - for _, b := range yyq2337 { + yynn2365 = 0 + for _, b := range yyq2365 { if b { - yynn2337++ + yynn2365++ } } - r.EncodeMapStart(yynn2337) - yynn2337 = 0 + r.EncodeMapStart(yynn2365) + yynn2365 = 0 } - if yyr2337 || yy2arr2337 { + if yyr2365 || yy2arr2365 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2337[0] { - yy2339 := &x.ObjectMeta - yy2339.CodecEncodeSelf(e) + if yyq2365[0] { + yy2367 := &x.ObjectMeta + yy2367.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2337[0] { + if yyq2365[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2340 := &x.ObjectMeta - yy2340.CodecEncodeSelf(e) + yy2368 := &x.ObjectMeta + yy2368.CodecEncodeSelf(e) } } - if yyr2337 || yy2arr2337 { + if yyr2365 || yy2arr2365 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2337[1] { - yy2342 := &x.Spec - yy2342.CodecEncodeSelf(e) + if yyq2365[1] { + yy2370 := &x.Spec + yy2370.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2337[1] { + if yyq2365[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2343 := &x.Spec - yy2343.CodecEncodeSelf(e) + yy2371 := &x.Spec + yy2371.CodecEncodeSelf(e) } } - if yyr2337 || yy2arr2337 { + if yyr2365 || yy2arr2365 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30967,25 +31441,25 @@ func (x *PodTemplateSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2344 := z.DecBinary() - _ = yym2344 + yym2372 := z.DecBinary() + _ = yym2372 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2345 := r.ContainerType() - if yyct2345 == codecSelferValueTypeMap1234 { - yyl2345 := r.ReadMapStart() - if yyl2345 == 0 { + yyct2373 := r.ContainerType() + if yyct2373 == codecSelferValueTypeMap1234 { + yyl2373 := r.ReadMapStart() + if yyl2373 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2345, d) + x.codecDecodeSelfFromMap(yyl2373, d) } - } else if yyct2345 == codecSelferValueTypeArray1234 { - yyl2345 := r.ReadArrayStart() - if yyl2345 == 0 { + } else if yyct2373 == codecSelferValueTypeArray1234 { + yyl2373 := r.ReadArrayStart() + if yyl2373 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2345, d) + x.codecDecodeSelfFromArray(yyl2373, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30997,12 +31471,12 @@ func (x *PodTemplateSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2346Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2346Slc - var yyhl2346 bool = l >= 0 - for yyj2346 := 0; ; yyj2346++ { - if yyhl2346 { - if yyj2346 >= l { + var yys2374Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2374Slc + var yyhl2374 bool = l >= 0 + for yyj2374 := 0; ; yyj2374++ { + if yyhl2374 { + if yyj2374 >= l { break } } else { @@ -31011,28 +31485,28 @@ func (x *PodTemplateSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2346Slc = r.DecodeBytes(yys2346Slc, true, true) - yys2346 := string(yys2346Slc) + yys2374Slc = r.DecodeBytes(yys2374Slc, true, true) + yys2374 := string(yys2374Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2346 { + switch yys2374 { case "metadata": if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2347 := &x.ObjectMeta - yyv2347.CodecDecodeSelf(d) + yyv2375 := &x.ObjectMeta + yyv2375.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2348 := &x.Spec - yyv2348.CodecDecodeSelf(d) + yyv2376 := &x.Spec + yyv2376.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2346) - } // end switch yys2346 - } // end for yyj2346 + z.DecStructFieldNotFound(-1, yys2374) + } // end switch yys2374 + } // end for yyj2374 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31040,16 +31514,16 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2349 int - var yyb2349 bool - var yyhl2349 bool = l >= 0 - yyj2349++ - if yyhl2349 { - yyb2349 = yyj2349 > l + var yyj2377 int + var yyb2377 bool + var yyhl2377 bool = l >= 0 + yyj2377++ + if yyhl2377 { + yyb2377 = yyj2377 > l } else { - yyb2349 = r.CheckBreak() + yyb2377 = r.CheckBreak() } - if yyb2349 { + if yyb2377 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31057,16 +31531,16 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2350 := &x.ObjectMeta - yyv2350.CodecDecodeSelf(d) + yyv2378 := &x.ObjectMeta + yyv2378.CodecDecodeSelf(d) } - yyj2349++ - if yyhl2349 { - yyb2349 = yyj2349 > l + yyj2377++ + if yyhl2377 { + yyb2377 = yyj2377 > l } else { - yyb2349 = r.CheckBreak() + yyb2377 = r.CheckBreak() } - if yyb2349 { + if yyb2377 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31074,21 +31548,21 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2351 := &x.Spec - yyv2351.CodecDecodeSelf(d) + yyv2379 := &x.Spec + yyv2379.CodecDecodeSelf(d) } for { - yyj2349++ - if yyhl2349 { - yyb2349 = yyj2349 > l + yyj2377++ + if yyhl2377 { + yyb2377 = yyj2377 > l } else { - yyb2349 = r.CheckBreak() + yyb2377 = r.CheckBreak() } - if yyb2349 { + if yyb2377 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2349-1, "") + z.DecStructFieldNotFound(yyj2377-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31100,38 +31574,38 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2352 := z.EncBinary() - _ = yym2352 + yym2380 := z.EncBinary() + _ = yym2380 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2353 := !z.EncBinary() - yy2arr2353 := z.EncBasicHandle().StructToArray - var yyq2353 [4]bool - _, _, _ = yysep2353, yyq2353, yy2arr2353 - const yyr2353 bool = false - yyq2353[0] = x.Kind != "" - yyq2353[1] = x.APIVersion != "" - yyq2353[2] = true - yyq2353[3] = true - var yynn2353 int - if yyr2353 || yy2arr2353 { + yysep2381 := !z.EncBinary() + yy2arr2381 := z.EncBasicHandle().StructToArray + var yyq2381 [4]bool + _, _, _ = yysep2381, yyq2381, yy2arr2381 + const yyr2381 bool = false + yyq2381[0] = x.Kind != "" + yyq2381[1] = x.APIVersion != "" + yyq2381[2] = true + yyq2381[3] = true + var yynn2381 int + if yyr2381 || yy2arr2381 { r.EncodeArrayStart(4) } else { - yynn2353 = 0 - for _, b := range yyq2353 { + yynn2381 = 0 + for _, b := range yyq2381 { if b { - yynn2353++ + yynn2381++ } } - r.EncodeMapStart(yynn2353) - yynn2353 = 0 + r.EncodeMapStart(yynn2381) + yynn2381 = 0 } - if yyr2353 || yy2arr2353 { + if yyr2381 || yy2arr2381 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2353[0] { - yym2355 := z.EncBinary() - _ = yym2355 + if yyq2381[0] { + yym2383 := z.EncBinary() + _ = yym2383 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -31140,23 +31614,23 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2353[0] { + if yyq2381[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2356 := z.EncBinary() - _ = yym2356 + yym2384 := z.EncBinary() + _ = yym2384 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2353 || yy2arr2353 { + if yyr2381 || yy2arr2381 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2353[1] { - yym2358 := z.EncBinary() - _ = yym2358 + if yyq2381[1] { + yym2386 := z.EncBinary() + _ = yym2386 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -31165,53 +31639,53 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2353[1] { + if yyq2381[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2359 := z.EncBinary() - _ = yym2359 + yym2387 := z.EncBinary() + _ = yym2387 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2353 || yy2arr2353 { + if yyr2381 || yy2arr2381 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2353[2] { - yy2361 := &x.ObjectMeta - yy2361.CodecEncodeSelf(e) + if yyq2381[2] { + yy2389 := &x.ObjectMeta + yy2389.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2353[2] { + if yyq2381[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2362 := &x.ObjectMeta - yy2362.CodecEncodeSelf(e) + yy2390 := &x.ObjectMeta + yy2390.CodecEncodeSelf(e) } } - if yyr2353 || yy2arr2353 { + if yyr2381 || yy2arr2381 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2353[3] { - yy2364 := &x.Template - yy2364.CodecEncodeSelf(e) + if yyq2381[3] { + yy2392 := &x.Template + yy2392.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2353[3] { + if yyq2381[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2365 := &x.Template - yy2365.CodecEncodeSelf(e) + yy2393 := &x.Template + yy2393.CodecEncodeSelf(e) } } - if yyr2353 || yy2arr2353 { + if yyr2381 || yy2arr2381 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31221,328 +31695,6 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { } func (x *PodTemplate) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym2366 := z.DecBinary() - _ = yym2366 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct2367 := r.ContainerType() - if yyct2367 == codecSelferValueTypeMap1234 { - yyl2367 := r.ReadMapStart() - if yyl2367 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl2367, d) - } - } else if yyct2367 == codecSelferValueTypeArray1234 { - yyl2367 := r.ReadArrayStart() - if yyl2367 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl2367, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys2368Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2368Slc - var yyhl2368 bool = l >= 0 - for yyj2368 := 0; ; yyj2368++ { - if yyhl2368 { - if yyj2368 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2368Slc = r.DecodeBytes(yys2368Slc, true, true) - yys2368 := string(yys2368Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2368 { - 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 { - yyv2371 := &x.ObjectMeta - yyv2371.CodecDecodeSelf(d) - } - case "template": - if r.TryDecodeAsNil() { - x.Template = PodTemplateSpec{} - } else { - yyv2372 := &x.Template - yyv2372.CodecDecodeSelf(d) - } - default: - z.DecStructFieldNotFound(-1, yys2368) - } // end switch yys2368 - } // end for yyj2368 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj2373 int - var yyb2373 bool - var yyhl2373 bool = l >= 0 - yyj2373++ - if yyhl2373 { - yyb2373 = yyj2373 > l - } else { - yyb2373 = r.CheckBreak() - } - if yyb2373 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj2373++ - if yyhl2373 { - yyb2373 = yyj2373 > l - } else { - yyb2373 = r.CheckBreak() - } - if yyb2373 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj2373++ - if yyhl2373 { - yyb2373 = yyj2373 > l - } else { - yyb2373 = r.CheckBreak() - } - if yyb2373 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} - } else { - yyv2376 := &x.ObjectMeta - yyv2376.CodecDecodeSelf(d) - } - yyj2373++ - if yyhl2373 { - yyb2373 = yyj2373 > l - } else { - yyb2373 = r.CheckBreak() - } - if yyb2373 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Template = PodTemplateSpec{} - } else { - yyv2377 := &x.Template - yyv2377.CodecDecodeSelf(d) - } - for { - yyj2373++ - if yyhl2373 { - yyb2373 = yyj2373 > l - } else { - yyb2373 = r.CheckBreak() - } - if yyb2373 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2373-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym2378 := z.EncBinary() - _ = yym2378 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep2379 := !z.EncBinary() - yy2arr2379 := z.EncBasicHandle().StructToArray - var yyq2379 [4]bool - _, _, _ = yysep2379, yyq2379, yy2arr2379 - const yyr2379 bool = false - yyq2379[0] = x.Kind != "" - yyq2379[1] = x.APIVersion != "" - yyq2379[2] = true - var yynn2379 int - if yyr2379 || yy2arr2379 { - r.EncodeArrayStart(4) - } else { - yynn2379 = 1 - for _, b := range yyq2379 { - if b { - yynn2379++ - } - } - r.EncodeMapStart(yynn2379) - yynn2379 = 0 - } - if yyr2379 || yy2arr2379 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2379[0] { - yym2381 := z.EncBinary() - _ = yym2381 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2379[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2382 := z.EncBinary() - _ = yym2382 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr2379 || yy2arr2379 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2379[1] { - yym2384 := z.EncBinary() - _ = yym2384 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2379[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2385 := z.EncBinary() - _ = yym2385 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr2379 || yy2arr2379 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2379[2] { - yy2387 := &x.ListMeta - yym2388 := z.EncBinary() - _ = yym2388 - if false { - } else if z.HasExtensions() && z.EncExt(yy2387) { - } else { - z.EncFallback(yy2387) - } - } else { - r.EncodeNil() - } - } else { - if yyq2379[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2389 := &x.ListMeta - yym2390 := z.EncBinary() - _ = yym2390 - if false { - } else if z.HasExtensions() && z.EncExt(yy2389) { - } else { - z.EncFallback(yy2389) - } - } - } - if yyr2379 || yy2arr2379 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if x.Items == nil { - r.EncodeNil() - } else { - yym2392 := z.EncBinary() - _ = yym2392 - if false { - } else { - h.encSlicePodTemplate(([]PodTemplate)(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 { - yym2393 := z.EncBinary() - _ = yym2393 - if false { - } else { - h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) - } - } - } - if yyr2379 || yy2arr2379 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *PodTemplateList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -31572,7 +31724,7 @@ func (x *PodTemplateList) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -31608,28 +31760,17 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } case "metadata": if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} + x.ObjectMeta = ObjectMeta{} } else { - yyv2399 := &x.ListMeta - yym2400 := z.DecBinary() - _ = yym2400 - if false { - } else if z.HasExtensions() && z.DecExt(yyv2399) { - } else { - z.DecFallback(yyv2399, false) - } + yyv2399 := &x.ObjectMeta + yyv2399.CodecDecodeSelf(d) } - case "items": + case "template": if r.TryDecodeAsNil() { - x.Items = nil + x.Template = PodTemplateSpec{} } else { - yyv2401 := &x.Items - yym2402 := z.DecBinary() - _ = yym2402 - if false { - } else { - h.decSlicePodTemplate((*[]PodTemplate)(yyv2401), d) - } + yyv2400 := &x.Template + yyv2400.CodecDecodeSelf(d) } default: z.DecStructFieldNotFound(-1, yys2396) @@ -31638,20 +31779,20 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } -func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { +func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2403 int - var yyb2403 bool - var yyhl2403 bool = l >= 0 - yyj2403++ - if yyhl2403 { - yyb2403 = yyj2403 > l + var yyj2401 int + var yyb2401 bool + var yyhl2401 bool = l >= 0 + yyj2401++ + if yyhl2401 { + yyb2401 = yyj2401 > l } else { - yyb2403 = r.CheckBreak() + yyb2401 = r.CheckBreak() } - if yyb2403 { + if yyb2401 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31661,13 +31802,13 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2403++ - if yyhl2403 { - yyb2403 = yyj2403 > l + yyj2401++ + if yyhl2401 { + yyb2401 = yyj2401 > l } else { - yyb2403 = r.CheckBreak() + yyb2401 = r.CheckBreak() } - if yyb2403 { + if yyb2401 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31677,194 +31818,196 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2403++ - if yyhl2403 { - yyb2403 = yyj2403 > l + yyj2401++ + if yyhl2401 { + yyb2401 = yyj2401 > l } else { - yyb2403 = r.CheckBreak() + yyb2401 = r.CheckBreak() } - if yyb2403 { + if yyb2401 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} + x.ObjectMeta = ObjectMeta{} } else { - yyv2406 := &x.ListMeta - yym2407 := z.DecBinary() - _ = yym2407 - if false { - } else if z.HasExtensions() && z.DecExt(yyv2406) { - } else { - z.DecFallback(yyv2406, false) - } + yyv2404 := &x.ObjectMeta + yyv2404.CodecDecodeSelf(d) } - yyj2403++ - if yyhl2403 { - yyb2403 = yyj2403 > l + yyj2401++ + if yyhl2401 { + yyb2401 = yyj2401 > l } else { - yyb2403 = r.CheckBreak() + yyb2401 = r.CheckBreak() } - if yyb2403 { + if yyb2401 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.Items = nil + x.Template = PodTemplateSpec{} } else { - yyv2408 := &x.Items - yym2409 := z.DecBinary() - _ = yym2409 - if false { - } else { - h.decSlicePodTemplate((*[]PodTemplate)(yyv2408), d) - } + yyv2405 := &x.Template + yyv2405.CodecDecodeSelf(d) } for { - yyj2403++ - if yyhl2403 { - yyb2403 = yyj2403 > l + yyj2401++ + if yyhl2401 { + yyb2401 = yyj2401 > l } else { - yyb2403 = r.CheckBreak() + yyb2401 = r.CheckBreak() } - if yyb2403 { + if yyb2401 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2403-1, "") + z.DecStructFieldNotFound(yyj2401-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { +func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r if x == nil { r.EncodeNil() } else { - yym2410 := z.EncBinary() - _ = yym2410 + yym2406 := z.EncBinary() + _ = yym2406 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2411 := !z.EncBinary() - yy2arr2411 := z.EncBasicHandle().StructToArray - var yyq2411 [4]bool - _, _, _ = yysep2411, yyq2411, yy2arr2411 - const yyr2411 bool = false - yyq2411[1] = x.MinReadySeconds != 0 - yyq2411[3] = x.Template != nil - var yynn2411 int - if yyr2411 || yy2arr2411 { + yysep2407 := !z.EncBinary() + yy2arr2407 := z.EncBasicHandle().StructToArray + var yyq2407 [4]bool + _, _, _ = yysep2407, yyq2407, yy2arr2407 + const yyr2407 bool = false + yyq2407[0] = x.Kind != "" + yyq2407[1] = x.APIVersion != "" + yyq2407[2] = true + var yynn2407 int + if yyr2407 || yy2arr2407 { r.EncodeArrayStart(4) } else { - yynn2411 = 2 - for _, b := range yyq2411 { + yynn2407 = 1 + for _, b := range yyq2407 { if b { - yynn2411++ + yynn2407++ } } - r.EncodeMapStart(yynn2411) - yynn2411 = 0 + r.EncodeMapStart(yynn2407) + yynn2407 = 0 } - if yyr2411 || yy2arr2411 { + if yyr2407 || yy2arr2407 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2413 := z.EncBinary() - _ = yym2413 - if false { + if yyq2407[0] { + yym2409 := z.EncBinary() + _ = yym2409 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } } else { - r.EncodeInt(int64(x.Replicas)) + r.EncodeString(codecSelferC_UTF81234, "") } } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("replicas")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2414 := z.EncBinary() - _ = yym2414 - if false { - } else { - r.EncodeInt(int64(x.Replicas)) + if yyq2407[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2410 := z.EncBinary() + _ = yym2410 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } } } - if yyr2411 || yy2arr2411 { + if yyr2407 || yy2arr2407 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2411[1] { + if yyq2407[1] { + yym2412 := z.EncBinary() + _ = yym2412 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2407[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2413 := z.EncBinary() + _ = yym2413 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr2407 || yy2arr2407 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2407[2] { + yy2415 := &x.ListMeta yym2416 := z.EncBinary() _ = yym2416 if false { + } else if z.HasExtensions() && z.EncExt(yy2415) { } else { - r.EncodeInt(int64(x.MinReadySeconds)) + z.EncFallback(yy2415) } } else { - r.EncodeInt(0) + r.EncodeNil() } } else { - if yyq2411[1] { + if yyq2407[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("minReadySeconds")) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2417 := z.EncBinary() - _ = yym2417 + yy2417 := &x.ListMeta + yym2418 := z.EncBinary() + _ = yym2418 if false { + } else if z.HasExtensions() && z.EncExt(yy2417) { } else { - r.EncodeInt(int64(x.MinReadySeconds)) + z.EncFallback(yy2417) } } } - if yyr2411 || yy2arr2411 { + if yyr2407 || yy2arr2407 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if x.Selector == nil { - r.EncodeNil() - } else { - yym2419 := z.EncBinary() - _ = yym2419 - if false { - } else { - z.F.EncMapStringStringV(x.Selector, false, e) - } - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("selector")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Selector == nil { + if x.Items == nil { r.EncodeNil() } else { yym2420 := z.EncBinary() _ = yym2420 if false { } else { - z.F.EncMapStringStringV(x.Selector, false, e) + h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) } } - } - if yyr2411 || yy2arr2411 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2411[3] { - if x.Template == nil { - r.EncodeNil() - } else { - x.Template.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } } else { - if yyq2411[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("template")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Template == nil { - r.EncodeNil() + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("items")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Items == nil { + r.EncodeNil() + } else { + yym2421 := z.EncBinary() + _ = yym2421 + if false { } else { - x.Template.CodecEncodeSelf(e) + h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) } } } - if yyr2411 || yy2arr2411 { + if yyr2407 || yy2arr2407 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31873,7 +32016,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } -func (x *ReplicationControllerSpec) CodecDecodeSelf(d *codec1978.Decoder) { +func (x *PodTemplateList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -31903,7 +32046,7 @@ func (x *ReplicationControllerSpec) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -31925,6 +32068,337 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D yys2424 := string(yys2424Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) switch yys2424 { + 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 { + yyv2427 := &x.ListMeta + yym2428 := z.DecBinary() + _ = yym2428 + if false { + } else if z.HasExtensions() && z.DecExt(yyv2427) { + } else { + z.DecFallback(yyv2427, false) + } + } + case "items": + if r.TryDecodeAsNil() { + x.Items = nil + } else { + yyv2429 := &x.Items + yym2430 := z.DecBinary() + _ = yym2430 + if false { + } else { + h.decSlicePodTemplate((*[]PodTemplate)(yyv2429), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys2424) + } // end switch yys2424 + } // end for yyj2424 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj2431 int + var yyb2431 bool + var yyhl2431 bool = l >= 0 + yyj2431++ + if yyhl2431 { + yyb2431 = yyj2431 > l + } else { + yyb2431 = r.CheckBreak() + } + if yyb2431 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj2431++ + if yyhl2431 { + yyb2431 = yyj2431 > l + } else { + yyb2431 = r.CheckBreak() + } + if yyb2431 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj2431++ + if yyhl2431 { + yyb2431 = yyj2431 > l + } else { + yyb2431 = r.CheckBreak() + } + if yyb2431 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ListMeta = pkg2_unversioned.ListMeta{} + } else { + yyv2434 := &x.ListMeta + yym2435 := z.DecBinary() + _ = yym2435 + if false { + } else if z.HasExtensions() && z.DecExt(yyv2434) { + } else { + z.DecFallback(yyv2434, false) + } + } + yyj2431++ + if yyhl2431 { + yyb2431 = yyj2431 > l + } else { + yyb2431 = r.CheckBreak() + } + if yyb2431 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Items = nil + } else { + yyv2436 := &x.Items + yym2437 := z.DecBinary() + _ = yym2437 + if false { + } else { + h.decSlicePodTemplate((*[]PodTemplate)(yyv2436), d) + } + } + for { + yyj2431++ + if yyhl2431 { + yyb2431 = yyj2431 > l + } else { + yyb2431 = r.CheckBreak() + } + if yyb2431 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj2431-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym2438 := z.EncBinary() + _ = yym2438 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2439 := !z.EncBinary() + yy2arr2439 := z.EncBasicHandle().StructToArray + var yyq2439 [4]bool + _, _, _ = yysep2439, yyq2439, yy2arr2439 + const yyr2439 bool = false + yyq2439[1] = x.MinReadySeconds != 0 + yyq2439[3] = x.Template != nil + var yynn2439 int + if yyr2439 || yy2arr2439 { + r.EncodeArrayStart(4) + } else { + yynn2439 = 2 + for _, b := range yyq2439 { + if b { + yynn2439++ + } + } + r.EncodeMapStart(yynn2439) + yynn2439 = 0 + } + if yyr2439 || yy2arr2439 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym2441 := z.EncBinary() + _ = yym2441 + if false { + } else { + r.EncodeInt(int64(x.Replicas)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("replicas")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2442 := z.EncBinary() + _ = yym2442 + if false { + } else { + r.EncodeInt(int64(x.Replicas)) + } + } + if yyr2439 || yy2arr2439 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2439[1] { + yym2444 := z.EncBinary() + _ = yym2444 + if false { + } else { + r.EncodeInt(int64(x.MinReadySeconds)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq2439[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("minReadySeconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2445 := z.EncBinary() + _ = yym2445 + if false { + } else { + r.EncodeInt(int64(x.MinReadySeconds)) + } + } + } + if yyr2439 || yy2arr2439 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.Selector == nil { + r.EncodeNil() + } else { + yym2447 := z.EncBinary() + _ = yym2447 + if false { + } else { + z.F.EncMapStringStringV(x.Selector, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("selector")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Selector == nil { + r.EncodeNil() + } else { + yym2448 := z.EncBinary() + _ = yym2448 + if false { + } else { + z.F.EncMapStringStringV(x.Selector, false, e) + } + } + } + if yyr2439 || yy2arr2439 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2439[3] { + if x.Template == nil { + r.EncodeNil() + } else { + x.Template.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq2439[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("template")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Template == nil { + r.EncodeNil() + } else { + x.Template.CodecEncodeSelf(e) + } + } + } + if yyr2439 || yy2arr2439 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *ReplicationControllerSpec) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym2450 := z.DecBinary() + _ = yym2450 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2451 := r.ContainerType() + if yyct2451 == codecSelferValueTypeMap1234 { + yyl2451 := r.ReadMapStart() + if yyl2451 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl2451, d) + } + } else if yyct2451 == codecSelferValueTypeArray1234 { + yyl2451 := r.ReadArrayStart() + if yyl2451 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl2451, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys2452Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2452Slc + var yyhl2452 bool = l >= 0 + for yyj2452 := 0; ; yyj2452++ { + if yyhl2452 { + if yyj2452 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys2452Slc = r.DecodeBytes(yys2452Slc, true, true) + yys2452 := string(yys2452Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys2452 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -31941,12 +32415,12 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2427 := &x.Selector - yym2428 := z.DecBinary() - _ = yym2428 + yyv2455 := &x.Selector + yym2456 := z.DecBinary() + _ = yym2456 if false { } else { - z.F.DecMapStringStringX(yyv2427, false, d) + z.F.DecMapStringStringX(yyv2455, false, d) } } case "template": @@ -31961,9 +32435,9 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D x.Template.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2424) - } // end switch yys2424 - } // end for yyj2424 + z.DecStructFieldNotFound(-1, yys2452) + } // end switch yys2452 + } // end for yyj2452 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31971,16 +32445,16 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2430 int - var yyb2430 bool - var yyhl2430 bool = l >= 0 - yyj2430++ - if yyhl2430 { - yyb2430 = yyj2430 > l + var yyj2458 int + var yyb2458 bool + var yyhl2458 bool = l >= 0 + yyj2458++ + if yyhl2458 { + yyb2458 = yyj2458 > l } else { - yyb2430 = r.CheckBreak() + yyb2458 = r.CheckBreak() } - if yyb2430 { + if yyb2458 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31990,13 +32464,13 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Replicas = int32(r.DecodeInt(32)) } - yyj2430++ - if yyhl2430 { - yyb2430 = yyj2430 > l + yyj2458++ + if yyhl2458 { + yyb2458 = yyj2458 > l } else { - yyb2430 = r.CheckBreak() + yyb2458 = r.CheckBreak() } - if yyb2430 { + if yyb2458 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32006,13 +32480,13 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.MinReadySeconds = int32(r.DecodeInt(32)) } - yyj2430++ - if yyhl2430 { - yyb2430 = yyj2430 > l + yyj2458++ + if yyhl2458 { + yyb2458 = yyj2458 > l } else { - yyb2430 = r.CheckBreak() + yyb2458 = r.CheckBreak() } - if yyb2430 { + if yyb2458 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32020,21 +32494,21 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2433 := &x.Selector - yym2434 := z.DecBinary() - _ = yym2434 + yyv2461 := &x.Selector + yym2462 := z.DecBinary() + _ = yym2462 if false { } else { - z.F.DecMapStringStringX(yyv2433, false, d) + z.F.DecMapStringStringX(yyv2461, false, d) } } - yyj2430++ - if yyhl2430 { - yyb2430 = yyj2430 > l + yyj2458++ + if yyhl2458 { + yyb2458 = yyj2458 > l } else { - yyb2430 = r.CheckBreak() + yyb2458 = r.CheckBreak() } - if yyb2430 { + if yyb2458 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32050,17 +32524,17 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 x.Template.CodecDecodeSelf(d) } for { - yyj2430++ - if yyhl2430 { - yyb2430 = yyj2430 > l + yyj2458++ + if yyhl2458 { + yyb2458 = yyj2458 > l } else { - yyb2430 = r.CheckBreak() + yyb2458 = r.CheckBreak() } - if yyb2430 { + if yyb2458 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2430-1, "") + z.DecStructFieldNotFound(yyj2458-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32072,38 +32546,38 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2436 := z.EncBinary() - _ = yym2436 + yym2464 := z.EncBinary() + _ = yym2464 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2437 := !z.EncBinary() - yy2arr2437 := z.EncBasicHandle().StructToArray - var yyq2437 [6]bool - _, _, _ = yysep2437, yyq2437, yy2arr2437 - const yyr2437 bool = false - yyq2437[1] = x.FullyLabeledReplicas != 0 - yyq2437[2] = x.ReadyReplicas != 0 - yyq2437[3] = x.AvailableReplicas != 0 - yyq2437[4] = x.ObservedGeneration != 0 - yyq2437[5] = len(x.Conditions) != 0 - var yynn2437 int - if yyr2437 || yy2arr2437 { + yysep2465 := !z.EncBinary() + yy2arr2465 := z.EncBasicHandle().StructToArray + var yyq2465 [6]bool + _, _, _ = yysep2465, yyq2465, yy2arr2465 + const yyr2465 bool = false + yyq2465[1] = x.FullyLabeledReplicas != 0 + yyq2465[2] = x.ReadyReplicas != 0 + yyq2465[3] = x.AvailableReplicas != 0 + yyq2465[4] = x.ObservedGeneration != 0 + yyq2465[5] = len(x.Conditions) != 0 + var yynn2465 int + if yyr2465 || yy2arr2465 { r.EncodeArrayStart(6) } else { - yynn2437 = 1 - for _, b := range yyq2437 { + yynn2465 = 1 + for _, b := range yyq2465 { if b { - yynn2437++ + yynn2465++ } } - r.EncodeMapStart(yynn2437) - yynn2437 = 0 + r.EncodeMapStart(yynn2465) + yynn2465 = 0 } - if yyr2437 || yy2arr2437 { + if yyr2465 || yy2arr2465 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2439 := z.EncBinary() - _ = yym2439 + yym2467 := z.EncBinary() + _ = yym2467 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -32112,18 +32586,18 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2440 := z.EncBinary() - _ = yym2440 + yym2468 := z.EncBinary() + _ = yym2468 if false { } else { r.EncodeInt(int64(x.Replicas)) } } - if yyr2437 || yy2arr2437 { + if yyr2465 || yy2arr2465 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2437[1] { - yym2442 := z.EncBinary() - _ = yym2442 + if yyq2465[1] { + yym2470 := z.EncBinary() + _ = yym2470 if false { } else { r.EncodeInt(int64(x.FullyLabeledReplicas)) @@ -32132,23 +32606,23 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2437[1] { + if yyq2465[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fullyLabeledReplicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2443 := z.EncBinary() - _ = yym2443 + yym2471 := z.EncBinary() + _ = yym2471 if false { } else { r.EncodeInt(int64(x.FullyLabeledReplicas)) } } } - if yyr2437 || yy2arr2437 { + if yyr2465 || yy2arr2465 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2437[2] { - yym2445 := z.EncBinary() - _ = yym2445 + if yyq2465[2] { + yym2473 := z.EncBinary() + _ = yym2473 if false { } else { r.EncodeInt(int64(x.ReadyReplicas)) @@ -32157,23 +32631,23 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2437[2] { + if yyq2465[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readyReplicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2446 := z.EncBinary() - _ = yym2446 + yym2474 := z.EncBinary() + _ = yym2474 if false { } else { r.EncodeInt(int64(x.ReadyReplicas)) } } } - if yyr2437 || yy2arr2437 { + if yyr2465 || yy2arr2465 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2437[3] { - yym2448 := z.EncBinary() - _ = yym2448 + if yyq2465[3] { + yym2476 := z.EncBinary() + _ = yym2476 if false { } else { r.EncodeInt(int64(x.AvailableReplicas)) @@ -32182,23 +32656,23 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2437[3] { + if yyq2465[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("availableReplicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2449 := z.EncBinary() - _ = yym2449 + yym2477 := z.EncBinary() + _ = yym2477 if false { } else { r.EncodeInt(int64(x.AvailableReplicas)) } } } - if yyr2437 || yy2arr2437 { + if yyr2465 || yy2arr2465 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2437[4] { - yym2451 := z.EncBinary() - _ = yym2451 + if yyq2465[4] { + yym2479 := z.EncBinary() + _ = yym2479 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) @@ -32207,26 +32681,26 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2437[4] { + if yyq2465[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("observedGeneration")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2452 := z.EncBinary() - _ = yym2452 + yym2480 := z.EncBinary() + _ = yym2480 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } } } - if yyr2437 || yy2arr2437 { + if yyr2465 || yy2arr2465 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2437[5] { + if yyq2465[5] { if x.Conditions == nil { r.EncodeNil() } else { - yym2454 := z.EncBinary() - _ = yym2454 + yym2482 := z.EncBinary() + _ = yym2482 if false { } else { h.encSliceReplicationControllerCondition(([]ReplicationControllerCondition)(x.Conditions), e) @@ -32236,15 +32710,15 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2437[5] { + if yyq2465[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym2455 := z.EncBinary() - _ = yym2455 + yym2483 := z.EncBinary() + _ = yym2483 if false { } else { h.encSliceReplicationControllerCondition(([]ReplicationControllerCondition)(x.Conditions), e) @@ -32252,7 +32726,7 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2437 || yy2arr2437 { + if yyr2465 || yy2arr2465 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32265,25 +32739,25 @@ func (x *ReplicationControllerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2456 := z.DecBinary() - _ = yym2456 + yym2484 := z.DecBinary() + _ = yym2484 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2457 := r.ContainerType() - if yyct2457 == codecSelferValueTypeMap1234 { - yyl2457 := r.ReadMapStart() - if yyl2457 == 0 { + yyct2485 := r.ContainerType() + if yyct2485 == codecSelferValueTypeMap1234 { + yyl2485 := r.ReadMapStart() + if yyl2485 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2457, d) + x.codecDecodeSelfFromMap(yyl2485, d) } - } else if yyct2457 == codecSelferValueTypeArray1234 { - yyl2457 := r.ReadArrayStart() - if yyl2457 == 0 { + } else if yyct2485 == codecSelferValueTypeArray1234 { + yyl2485 := r.ReadArrayStart() + if yyl2485 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2457, d) + x.codecDecodeSelfFromArray(yyl2485, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32295,12 +32769,12 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2458Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2458Slc - var yyhl2458 bool = l >= 0 - for yyj2458 := 0; ; yyj2458++ { - if yyhl2458 { - if yyj2458 >= l { + var yys2486Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2486Slc + var yyhl2486 bool = l >= 0 + for yyj2486 := 0; ; yyj2486++ { + if yyhl2486 { + if yyj2486 >= l { break } } else { @@ -32309,10 +32783,10 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2458Slc = r.DecodeBytes(yys2458Slc, true, true) - yys2458 := string(yys2458Slc) + yys2486Slc = r.DecodeBytes(yys2486Slc, true, true) + yys2486 := string(yys2486Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2458 { + switch yys2486 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -32347,18 +32821,18 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2464 := &x.Conditions - yym2465 := z.DecBinary() - _ = yym2465 + yyv2492 := &x.Conditions + yym2493 := z.DecBinary() + _ = yym2493 if false { } else { - h.decSliceReplicationControllerCondition((*[]ReplicationControllerCondition)(yyv2464), d) + h.decSliceReplicationControllerCondition((*[]ReplicationControllerCondition)(yyv2492), d) } } default: - z.DecStructFieldNotFound(-1, yys2458) - } // end switch yys2458 - } // end for yyj2458 + z.DecStructFieldNotFound(-1, yys2486) + } // end switch yys2486 + } // end for yyj2486 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32366,16 +32840,16 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2466 int - var yyb2466 bool - var yyhl2466 bool = l >= 0 - yyj2466++ - if yyhl2466 { - yyb2466 = yyj2466 > l + var yyj2494 int + var yyb2494 bool + var yyhl2494 bool = l >= 0 + yyj2494++ + if yyhl2494 { + yyb2494 = yyj2494 > l } else { - yyb2466 = r.CheckBreak() + yyb2494 = r.CheckBreak() } - if yyb2466 { + if yyb2494 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32385,13 +32859,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.Replicas = int32(r.DecodeInt(32)) } - yyj2466++ - if yyhl2466 { - yyb2466 = yyj2466 > l + yyj2494++ + if yyhl2494 { + yyb2494 = yyj2494 > l } else { - yyb2466 = r.CheckBreak() + yyb2494 = r.CheckBreak() } - if yyb2466 { + if yyb2494 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32401,13 +32875,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.FullyLabeledReplicas = int32(r.DecodeInt(32)) } - yyj2466++ - if yyhl2466 { - yyb2466 = yyj2466 > l + yyj2494++ + if yyhl2494 { + yyb2494 = yyj2494 > l } else { - yyb2466 = r.CheckBreak() + yyb2494 = r.CheckBreak() } - if yyb2466 { + if yyb2494 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32417,13 +32891,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.ReadyReplicas = int32(r.DecodeInt(32)) } - yyj2466++ - if yyhl2466 { - yyb2466 = yyj2466 > l + yyj2494++ + if yyhl2494 { + yyb2494 = yyj2494 > l } else { - yyb2466 = r.CheckBreak() + yyb2494 = r.CheckBreak() } - if yyb2466 { + if yyb2494 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32433,13 +32907,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.AvailableReplicas = int32(r.DecodeInt(32)) } - yyj2466++ - if yyhl2466 { - yyb2466 = yyj2466 > l + yyj2494++ + if yyhl2494 { + yyb2494 = yyj2494 > l } else { - yyb2466 = r.CheckBreak() + yyb2494 = r.CheckBreak() } - if yyb2466 { + if yyb2494 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32449,13 +32923,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.ObservedGeneration = int64(r.DecodeInt(64)) } - yyj2466++ - if yyhl2466 { - yyb2466 = yyj2466 > l + yyj2494++ + if yyhl2494 { + yyb2494 = yyj2494 > l } else { - yyb2466 = r.CheckBreak() + yyb2494 = r.CheckBreak() } - if yyb2466 { + if yyb2494 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32463,26 +32937,26 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2472 := &x.Conditions - yym2473 := z.DecBinary() - _ = yym2473 + yyv2500 := &x.Conditions + yym2501 := z.DecBinary() + _ = yym2501 if false { } else { - h.decSliceReplicationControllerCondition((*[]ReplicationControllerCondition)(yyv2472), d) + h.decSliceReplicationControllerCondition((*[]ReplicationControllerCondition)(yyv2500), d) } } for { - yyj2466++ - if yyhl2466 { - yyb2466 = yyj2466 > l + yyj2494++ + if yyhl2494 { + yyb2494 = yyj2494 > l } else { - yyb2466 = r.CheckBreak() + yyb2494 = r.CheckBreak() } - if yyb2466 { + if yyb2494 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2466-1, "") + z.DecStructFieldNotFound(yyj2494-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32491,8 +32965,8 @@ func (x ReplicationControllerConditionType) CodecEncodeSelf(e *codec1978.Encoder var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2474 := z.EncBinary() - _ = yym2474 + yym2502 := z.EncBinary() + _ = yym2502 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -32504,8 +32978,8 @@ func (x *ReplicationControllerConditionType) CodecDecodeSelf(d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2475 := z.DecBinary() - _ = yym2475 + yym2503 := z.DecBinary() + _ = yym2503 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -32520,33 +32994,33 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2476 := z.EncBinary() - _ = yym2476 + yym2504 := z.EncBinary() + _ = yym2504 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2477 := !z.EncBinary() - yy2arr2477 := z.EncBasicHandle().StructToArray - var yyq2477 [5]bool - _, _, _ = yysep2477, yyq2477, yy2arr2477 - const yyr2477 bool = false - yyq2477[2] = true - yyq2477[3] = x.Reason != "" - yyq2477[4] = x.Message != "" - var yynn2477 int - if yyr2477 || yy2arr2477 { + yysep2505 := !z.EncBinary() + yy2arr2505 := z.EncBasicHandle().StructToArray + var yyq2505 [5]bool + _, _, _ = yysep2505, yyq2505, yy2arr2505 + const yyr2505 bool = false + yyq2505[2] = true + yyq2505[3] = x.Reason != "" + yyq2505[4] = x.Message != "" + var yynn2505 int + if yyr2505 || yy2arr2505 { r.EncodeArrayStart(5) } else { - yynn2477 = 2 - for _, b := range yyq2477 { + yynn2505 = 2 + for _, b := range yyq2505 { if b { - yynn2477++ + yynn2505++ } } - r.EncodeMapStart(yynn2477) - yynn2477 = 0 + r.EncodeMapStart(yynn2505) + yynn2505 = 0 } - if yyr2477 || yy2arr2477 { + if yyr2505 || yy2arr2505 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -32555,7 +33029,7 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr2477 || yy2arr2477 { + if yyr2505 || yy2arr2505 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -32564,48 +33038,48 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr2477 || yy2arr2477 { + if yyr2505 || yy2arr2505 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2477[2] { - yy2481 := &x.LastTransitionTime - yym2482 := z.EncBinary() - _ = yym2482 + if yyq2505[2] { + yy2509 := &x.LastTransitionTime + yym2510 := z.EncBinary() + _ = yym2510 if false { - } else if z.HasExtensions() && z.EncExt(yy2481) { - } else if yym2482 { - z.EncBinaryMarshal(yy2481) - } else if !yym2482 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2481) + } else if z.HasExtensions() && z.EncExt(yy2509) { + } else if yym2510 { + z.EncBinaryMarshal(yy2509) + } else if !yym2510 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2509) } else { - z.EncFallback(yy2481) + z.EncFallback(yy2509) } } else { r.EncodeNil() } } else { - if yyq2477[2] { + if yyq2505[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2483 := &x.LastTransitionTime - yym2484 := z.EncBinary() - _ = yym2484 + yy2511 := &x.LastTransitionTime + yym2512 := z.EncBinary() + _ = yym2512 if false { - } else if z.HasExtensions() && z.EncExt(yy2483) { - } else if yym2484 { - z.EncBinaryMarshal(yy2483) - } else if !yym2484 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2483) + } else if z.HasExtensions() && z.EncExt(yy2511) { + } else if yym2512 { + z.EncBinaryMarshal(yy2511) + } else if !yym2512 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2511) } else { - z.EncFallback(yy2483) + z.EncFallback(yy2511) } } } - if yyr2477 || yy2arr2477 { + if yyr2505 || yy2arr2505 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2477[3] { - yym2486 := z.EncBinary() - _ = yym2486 + if yyq2505[3] { + yym2514 := z.EncBinary() + _ = yym2514 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -32614,23 +33088,23 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2477[3] { + if yyq2505[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2487 := z.EncBinary() - _ = yym2487 + yym2515 := z.EncBinary() + _ = yym2515 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr2477 || yy2arr2477 { + if yyr2505 || yy2arr2505 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2477[4] { - yym2489 := z.EncBinary() - _ = yym2489 + if yyq2505[4] { + yym2517 := z.EncBinary() + _ = yym2517 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -32639,19 +33113,19 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2477[4] { + if yyq2505[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2490 := z.EncBinary() - _ = yym2490 + yym2518 := z.EncBinary() + _ = yym2518 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr2477 || yy2arr2477 { + if yyr2505 || yy2arr2505 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32664,25 +33138,25 @@ func (x *ReplicationControllerCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2491 := z.DecBinary() - _ = yym2491 + yym2519 := z.DecBinary() + _ = yym2519 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2492 := r.ContainerType() - if yyct2492 == codecSelferValueTypeMap1234 { - yyl2492 := r.ReadMapStart() - if yyl2492 == 0 { + yyct2520 := r.ContainerType() + if yyct2520 == codecSelferValueTypeMap1234 { + yyl2520 := r.ReadMapStart() + if yyl2520 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2492, d) + x.codecDecodeSelfFromMap(yyl2520, d) } - } else if yyct2492 == codecSelferValueTypeArray1234 { - yyl2492 := r.ReadArrayStart() - if yyl2492 == 0 { + } else if yyct2520 == codecSelferValueTypeArray1234 { + yyl2520 := r.ReadArrayStart() + if yyl2520 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2492, d) + x.codecDecodeSelfFromArray(yyl2520, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32694,12 +33168,12 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromMap(l int, d *codec1 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2493Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2493Slc - var yyhl2493 bool = l >= 0 - for yyj2493 := 0; ; yyj2493++ { - if yyhl2493 { - if yyj2493 >= l { + var yys2521Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2521Slc + var yyhl2521 bool = l >= 0 + for yyj2521 := 0; ; yyj2521++ { + if yyhl2521 { + if yyj2521 >= l { break } } else { @@ -32708,10 +33182,10 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromMap(l int, d *codec1 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2493Slc = r.DecodeBytes(yys2493Slc, true, true) - yys2493 := string(yys2493Slc) + yys2521Slc = r.DecodeBytes(yys2521Slc, true, true) + yys2521 := string(yys2521Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2493 { + switch yys2521 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -32728,17 +33202,17 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromMap(l int, d *codec1 if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv2496 := &x.LastTransitionTime - yym2497 := z.DecBinary() - _ = yym2497 + yyv2524 := &x.LastTransitionTime + yym2525 := z.DecBinary() + _ = yym2525 if false { - } else if z.HasExtensions() && z.DecExt(yyv2496) { - } else if yym2497 { - z.DecBinaryUnmarshal(yyv2496) - } else if !yym2497 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2496) + } else if z.HasExtensions() && z.DecExt(yyv2524) { + } else if yym2525 { + z.DecBinaryUnmarshal(yyv2524) + } else if !yym2525 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2524) } else { - z.DecFallback(yyv2496, false) + z.DecFallback(yyv2524, false) } } case "reason": @@ -32754,9 +33228,9 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromMap(l int, d *codec1 x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2493) - } // end switch yys2493 - } // end for yyj2493 + z.DecStructFieldNotFound(-1, yys2521) + } // end switch yys2521 + } // end for yyj2521 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32764,16 +33238,16 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2500 int - var yyb2500 bool - var yyhl2500 bool = l >= 0 - yyj2500++ - if yyhl2500 { - yyb2500 = yyj2500 > l + var yyj2528 int + var yyb2528 bool + var yyhl2528 bool = l >= 0 + yyj2528++ + if yyhl2528 { + yyb2528 = yyj2528 > l } else { - yyb2500 = r.CheckBreak() + yyb2528 = r.CheckBreak() } - if yyb2500 { + if yyb2528 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32783,13 +33257,13 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code } else { x.Type = ReplicationControllerConditionType(r.DecodeString()) } - yyj2500++ - if yyhl2500 { - yyb2500 = yyj2500 > l + yyj2528++ + if yyhl2528 { + yyb2528 = yyj2528 > l } else { - yyb2500 = r.CheckBreak() + yyb2528 = r.CheckBreak() } - if yyb2500 { + if yyb2528 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32799,13 +33273,13 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj2500++ - if yyhl2500 { - yyb2500 = yyj2500 > l + yyj2528++ + if yyhl2528 { + yyb2528 = yyj2528 > l } else { - yyb2500 = r.CheckBreak() + yyb2528 = r.CheckBreak() } - if yyb2500 { + if yyb2528 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32813,26 +33287,26 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv2503 := &x.LastTransitionTime - yym2504 := z.DecBinary() - _ = yym2504 + yyv2531 := &x.LastTransitionTime + yym2532 := z.DecBinary() + _ = yym2532 if false { - } else if z.HasExtensions() && z.DecExt(yyv2503) { - } else if yym2504 { - z.DecBinaryUnmarshal(yyv2503) - } else if !yym2504 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2503) + } else if z.HasExtensions() && z.DecExt(yyv2531) { + } else if yym2532 { + z.DecBinaryUnmarshal(yyv2531) + } else if !yym2532 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2531) } else { - z.DecFallback(yyv2503, false) + z.DecFallback(yyv2531, false) } } - yyj2500++ - if yyhl2500 { - yyb2500 = yyj2500 > l + yyj2528++ + if yyhl2528 { + yyb2528 = yyj2528 > l } else { - yyb2500 = r.CheckBreak() + yyb2528 = r.CheckBreak() } - if yyb2500 { + if yyb2528 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32842,13 +33316,13 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code } else { x.Reason = string(r.DecodeString()) } - yyj2500++ - if yyhl2500 { - yyb2500 = yyj2500 > l + yyj2528++ + if yyhl2528 { + yyb2528 = yyj2528 > l } else { - yyb2500 = r.CheckBreak() + yyb2528 = r.CheckBreak() } - if yyb2500 { + if yyb2528 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32859,17 +33333,17 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code x.Message = string(r.DecodeString()) } for { - yyj2500++ - if yyhl2500 { - yyb2500 = yyj2500 > l + yyj2528++ + if yyhl2528 { + yyb2528 = yyj2528 > l } else { - yyb2500 = r.CheckBreak() + yyb2528 = r.CheckBreak() } - if yyb2500 { + if yyb2528 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2500-1, "") + z.DecStructFieldNotFound(yyj2528-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32881,39 +33355,39 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2507 := z.EncBinary() - _ = yym2507 + yym2535 := z.EncBinary() + _ = yym2535 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2508 := !z.EncBinary() - yy2arr2508 := z.EncBasicHandle().StructToArray - var yyq2508 [5]bool - _, _, _ = yysep2508, yyq2508, yy2arr2508 - const yyr2508 bool = false - yyq2508[0] = x.Kind != "" - yyq2508[1] = x.APIVersion != "" - yyq2508[2] = true - yyq2508[3] = true - yyq2508[4] = true - var yynn2508 int - if yyr2508 || yy2arr2508 { + yysep2536 := !z.EncBinary() + yy2arr2536 := z.EncBasicHandle().StructToArray + var yyq2536 [5]bool + _, _, _ = yysep2536, yyq2536, yy2arr2536 + const yyr2536 bool = false + yyq2536[0] = x.Kind != "" + yyq2536[1] = x.APIVersion != "" + yyq2536[2] = true + yyq2536[3] = true + yyq2536[4] = true + var yynn2536 int + if yyr2536 || yy2arr2536 { r.EncodeArrayStart(5) } else { - yynn2508 = 0 - for _, b := range yyq2508 { + yynn2536 = 0 + for _, b := range yyq2536 { if b { - yynn2508++ + yynn2536++ } } - r.EncodeMapStart(yynn2508) - yynn2508 = 0 + r.EncodeMapStart(yynn2536) + yynn2536 = 0 } - if yyr2508 || yy2arr2508 { + if yyr2536 || yy2arr2536 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2508[0] { - yym2510 := z.EncBinary() - _ = yym2510 + if yyq2536[0] { + yym2538 := z.EncBinary() + _ = yym2538 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32922,23 +33396,23 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2508[0] { + if yyq2536[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2511 := z.EncBinary() - _ = yym2511 + yym2539 := z.EncBinary() + _ = yym2539 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2508 || yy2arr2508 { + if yyr2536 || yy2arr2536 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2508[1] { - yym2513 := z.EncBinary() - _ = yym2513 + if yyq2536[1] { + yym2541 := z.EncBinary() + _ = yym2541 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32947,70 +33421,70 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2508[1] { + if yyq2536[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2514 := z.EncBinary() - _ = yym2514 + yym2542 := z.EncBinary() + _ = yym2542 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2508 || yy2arr2508 { + if yyr2536 || yy2arr2536 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2508[2] { - yy2516 := &x.ObjectMeta - yy2516.CodecEncodeSelf(e) + if yyq2536[2] { + yy2544 := &x.ObjectMeta + yy2544.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2508[2] { + if yyq2536[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2517 := &x.ObjectMeta - yy2517.CodecEncodeSelf(e) + yy2545 := &x.ObjectMeta + yy2545.CodecEncodeSelf(e) } } - if yyr2508 || yy2arr2508 { + if yyr2536 || yy2arr2536 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2508[3] { - yy2519 := &x.Spec - yy2519.CodecEncodeSelf(e) + if yyq2536[3] { + yy2547 := &x.Spec + yy2547.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2508[3] { + if yyq2536[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2520 := &x.Spec - yy2520.CodecEncodeSelf(e) + yy2548 := &x.Spec + yy2548.CodecEncodeSelf(e) } } - if yyr2508 || yy2arr2508 { + if yyr2536 || yy2arr2536 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2508[4] { - yy2522 := &x.Status - yy2522.CodecEncodeSelf(e) + if yyq2536[4] { + yy2550 := &x.Status + yy2550.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2508[4] { + if yyq2536[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2523 := &x.Status - yy2523.CodecEncodeSelf(e) + yy2551 := &x.Status + yy2551.CodecEncodeSelf(e) } } - if yyr2508 || yy2arr2508 { + if yyr2536 || yy2arr2536 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33023,25 +33497,25 @@ func (x *ReplicationController) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2524 := z.DecBinary() - _ = yym2524 + yym2552 := z.DecBinary() + _ = yym2552 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2525 := r.ContainerType() - if yyct2525 == codecSelferValueTypeMap1234 { - yyl2525 := r.ReadMapStart() - if yyl2525 == 0 { + yyct2553 := r.ContainerType() + if yyct2553 == codecSelferValueTypeMap1234 { + yyl2553 := r.ReadMapStart() + if yyl2553 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2525, d) + x.codecDecodeSelfFromMap(yyl2553, d) } - } else if yyct2525 == codecSelferValueTypeArray1234 { - yyl2525 := r.ReadArrayStart() - if yyl2525 == 0 { + } else if yyct2553 == codecSelferValueTypeArray1234 { + yyl2553 := r.ReadArrayStart() + if yyl2553 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2525, d) + x.codecDecodeSelfFromArray(yyl2553, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33053,12 +33527,12 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2526Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2526Slc - var yyhl2526 bool = l >= 0 - for yyj2526 := 0; ; yyj2526++ { - if yyhl2526 { - if yyj2526 >= l { + var yys2554Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2554Slc + var yyhl2554 bool = l >= 0 + for yyj2554 := 0; ; yyj2554++ { + if yyhl2554 { + if yyj2554 >= l { break } } else { @@ -33067,10 +33541,10 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2526Slc = r.DecodeBytes(yys2526Slc, true, true) - yys2526 := string(yys2526Slc) + yys2554Slc = r.DecodeBytes(yys2554Slc, true, true) + yys2554 := string(yys2554Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2526 { + switch yys2554 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33087,27 +33561,27 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2529 := &x.ObjectMeta - yyv2529.CodecDecodeSelf(d) + yyv2557 := &x.ObjectMeta + yyv2557.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv2530 := &x.Spec - yyv2530.CodecDecodeSelf(d) + yyv2558 := &x.Spec + yyv2558.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv2531 := &x.Status - yyv2531.CodecDecodeSelf(d) + yyv2559 := &x.Status + yyv2559.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2526) - } // end switch yys2526 - } // end for yyj2526 + z.DecStructFieldNotFound(-1, yys2554) + } // end switch yys2554 + } // end for yyj2554 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33115,16 +33589,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2532 int - var yyb2532 bool - var yyhl2532 bool = l >= 0 - yyj2532++ - if yyhl2532 { - yyb2532 = yyj2532 > l + var yyj2560 int + var yyb2560 bool + var yyhl2560 bool = l >= 0 + yyj2560++ + if yyhl2560 { + yyb2560 = yyj2560 > l } else { - yyb2532 = r.CheckBreak() + yyb2560 = r.CheckBreak() } - if yyb2532 { + if yyb2560 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33134,13 +33608,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj2532++ - if yyhl2532 { - yyb2532 = yyj2532 > l + yyj2560++ + if yyhl2560 { + yyb2560 = yyj2560 > l } else { - yyb2532 = r.CheckBreak() + yyb2560 = r.CheckBreak() } - if yyb2532 { + if yyb2560 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33150,13 +33624,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj2532++ - if yyhl2532 { - yyb2532 = yyj2532 > l + yyj2560++ + if yyhl2560 { + yyb2560 = yyj2560 > l } else { - yyb2532 = r.CheckBreak() + yyb2560 = r.CheckBreak() } - if yyb2532 { + if yyb2560 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33164,16 +33638,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2535 := &x.ObjectMeta - yyv2535.CodecDecodeSelf(d) + yyv2563 := &x.ObjectMeta + yyv2563.CodecDecodeSelf(d) } - yyj2532++ - if yyhl2532 { - yyb2532 = yyj2532 > l + yyj2560++ + if yyhl2560 { + yyb2560 = yyj2560 > l } else { - yyb2532 = r.CheckBreak() + yyb2560 = r.CheckBreak() } - if yyb2532 { + if yyb2560 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33181,16 +33655,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv2536 := &x.Spec - yyv2536.CodecDecodeSelf(d) + yyv2564 := &x.Spec + yyv2564.CodecDecodeSelf(d) } - yyj2532++ - if yyhl2532 { - yyb2532 = yyj2532 > l + yyj2560++ + if yyhl2560 { + yyb2560 = yyj2560 > l } else { - yyb2532 = r.CheckBreak() + yyb2560 = r.CheckBreak() } - if yyb2532 { + if yyb2560 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33198,21 +33672,21 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv2537 := &x.Status - yyv2537.CodecDecodeSelf(d) + yyv2565 := &x.Status + yyv2565.CodecDecodeSelf(d) } for { - yyj2532++ - if yyhl2532 { - yyb2532 = yyj2532 > l + yyj2560++ + if yyhl2560 { + yyb2560 = yyj2560 > l } else { - yyb2532 = r.CheckBreak() + yyb2560 = r.CheckBreak() } - if yyb2532 { + if yyb2560 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2532-1, "") + z.DecStructFieldNotFound(yyj2560-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33224,37 +33698,37 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2538 := z.EncBinary() - _ = yym2538 + yym2566 := z.EncBinary() + _ = yym2566 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2539 := !z.EncBinary() - yy2arr2539 := z.EncBasicHandle().StructToArray - var yyq2539 [4]bool - _, _, _ = yysep2539, yyq2539, yy2arr2539 - const yyr2539 bool = false - yyq2539[0] = x.Kind != "" - yyq2539[1] = x.APIVersion != "" - yyq2539[2] = true - var yynn2539 int - if yyr2539 || yy2arr2539 { + yysep2567 := !z.EncBinary() + yy2arr2567 := z.EncBasicHandle().StructToArray + var yyq2567 [4]bool + _, _, _ = yysep2567, yyq2567, yy2arr2567 + const yyr2567 bool = false + yyq2567[0] = x.Kind != "" + yyq2567[1] = x.APIVersion != "" + yyq2567[2] = true + var yynn2567 int + if yyr2567 || yy2arr2567 { r.EncodeArrayStart(4) } else { - yynn2539 = 1 - for _, b := range yyq2539 { + yynn2567 = 1 + for _, b := range yyq2567 { if b { - yynn2539++ + yynn2567++ } } - r.EncodeMapStart(yynn2539) - yynn2539 = 0 + r.EncodeMapStart(yynn2567) + yynn2567 = 0 } - if yyr2539 || yy2arr2539 { + if yyr2567 || yy2arr2567 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2539[0] { - yym2541 := z.EncBinary() - _ = yym2541 + if yyq2567[0] { + yym2569 := z.EncBinary() + _ = yym2569 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33263,23 +33737,23 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2539[0] { + if yyq2567[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2542 := z.EncBinary() - _ = yym2542 + yym2570 := z.EncBinary() + _ = yym2570 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2539 || yy2arr2539 { + if yyr2567 || yy2arr2567 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2539[1] { - yym2544 := z.EncBinary() - _ = yym2544 + if yyq2567[1] { + yym2572 := z.EncBinary() + _ = yym2572 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -33288,54 +33762,54 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2539[1] { + if yyq2567[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2545 := z.EncBinary() - _ = yym2545 + yym2573 := z.EncBinary() + _ = yym2573 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2539 || yy2arr2539 { + if yyr2567 || yy2arr2567 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2539[2] { - yy2547 := &x.ListMeta - yym2548 := z.EncBinary() - _ = yym2548 + if yyq2567[2] { + yy2575 := &x.ListMeta + yym2576 := z.EncBinary() + _ = yym2576 if false { - } else if z.HasExtensions() && z.EncExt(yy2547) { + } else if z.HasExtensions() && z.EncExt(yy2575) { } else { - z.EncFallback(yy2547) + z.EncFallback(yy2575) } } else { r.EncodeNil() } } else { - if yyq2539[2] { + if yyq2567[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2549 := &x.ListMeta - yym2550 := z.EncBinary() - _ = yym2550 + yy2577 := &x.ListMeta + yym2578 := z.EncBinary() + _ = yym2578 if false { - } else if z.HasExtensions() && z.EncExt(yy2549) { + } else if z.HasExtensions() && z.EncExt(yy2577) { } else { - z.EncFallback(yy2549) + z.EncFallback(yy2577) } } } - if yyr2539 || yy2arr2539 { + if yyr2567 || yy2arr2567 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2552 := z.EncBinary() - _ = yym2552 + yym2580 := z.EncBinary() + _ = yym2580 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) @@ -33348,15 +33822,15 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2553 := z.EncBinary() - _ = yym2553 + yym2581 := z.EncBinary() + _ = yym2581 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) } } } - if yyr2539 || yy2arr2539 { + if yyr2567 || yy2arr2567 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33369,25 +33843,25 @@ func (x *ReplicationControllerList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2554 := z.DecBinary() - _ = yym2554 + yym2582 := z.DecBinary() + _ = yym2582 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2555 := r.ContainerType() - if yyct2555 == codecSelferValueTypeMap1234 { - yyl2555 := r.ReadMapStart() - if yyl2555 == 0 { + yyct2583 := r.ContainerType() + if yyct2583 == codecSelferValueTypeMap1234 { + yyl2583 := r.ReadMapStart() + if yyl2583 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2555, d) + x.codecDecodeSelfFromMap(yyl2583, d) } - } else if yyct2555 == codecSelferValueTypeArray1234 { - yyl2555 := r.ReadArrayStart() - if yyl2555 == 0 { + } else if yyct2583 == codecSelferValueTypeArray1234 { + yyl2583 := r.ReadArrayStart() + if yyl2583 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2555, d) + x.codecDecodeSelfFromArray(yyl2583, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33399,12 +33873,12 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2556Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2556Slc - var yyhl2556 bool = l >= 0 - for yyj2556 := 0; ; yyj2556++ { - if yyhl2556 { - if yyj2556 >= l { + var yys2584Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2584Slc + var yyhl2584 bool = l >= 0 + for yyj2584 := 0; ; yyj2584++ { + if yyhl2584 { + if yyj2584 >= l { break } } else { @@ -33413,10 +33887,10 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2556Slc = r.DecodeBytes(yys2556Slc, true, true) - yys2556 := string(yys2556Slc) + yys2584Slc = r.DecodeBytes(yys2584Slc, true, true) + yys2584 := string(yys2584Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2556 { + switch yys2584 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33433,31 +33907,31 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2559 := &x.ListMeta - yym2560 := z.DecBinary() - _ = yym2560 + yyv2587 := &x.ListMeta + yym2588 := z.DecBinary() + _ = yym2588 if false { - } else if z.HasExtensions() && z.DecExt(yyv2559) { + } else if z.HasExtensions() && z.DecExt(yyv2587) { } else { - z.DecFallback(yyv2559, false) + z.DecFallback(yyv2587, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2561 := &x.Items - yym2562 := z.DecBinary() - _ = yym2562 + yyv2589 := &x.Items + yym2590 := z.DecBinary() + _ = yym2590 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv2561), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv2589), d) } } default: - z.DecStructFieldNotFound(-1, yys2556) - } // end switch yys2556 - } // end for yyj2556 + z.DecStructFieldNotFound(-1, yys2584) + } // end switch yys2584 + } // end for yyj2584 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33465,16 +33939,16 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2563 int - var yyb2563 bool - var yyhl2563 bool = l >= 0 - yyj2563++ - if yyhl2563 { - yyb2563 = yyj2563 > l + var yyj2591 int + var yyb2591 bool + var yyhl2591 bool = l >= 0 + yyj2591++ + if yyhl2591 { + yyb2591 = yyj2591 > l } else { - yyb2563 = r.CheckBreak() + yyb2591 = r.CheckBreak() } - if yyb2563 { + if yyb2591 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33484,13 +33958,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Kind = string(r.DecodeString()) } - yyj2563++ - if yyhl2563 { - yyb2563 = yyj2563 > l + yyj2591++ + if yyhl2591 { + yyb2591 = yyj2591 > l } else { - yyb2563 = r.CheckBreak() + yyb2591 = r.CheckBreak() } - if yyb2563 { + if yyb2591 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33500,13 +33974,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.APIVersion = string(r.DecodeString()) } - yyj2563++ - if yyhl2563 { - yyb2563 = yyj2563 > l + yyj2591++ + if yyhl2591 { + yyb2591 = yyj2591 > l } else { - yyb2563 = r.CheckBreak() + yyb2591 = r.CheckBreak() } - if yyb2563 { + if yyb2591 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33514,22 +33988,22 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2566 := &x.ListMeta - yym2567 := z.DecBinary() - _ = yym2567 + yyv2594 := &x.ListMeta + yym2595 := z.DecBinary() + _ = yym2595 if false { - } else if z.HasExtensions() && z.DecExt(yyv2566) { + } else if z.HasExtensions() && z.DecExt(yyv2594) { } else { - z.DecFallback(yyv2566, false) + z.DecFallback(yyv2594, false) } } - yyj2563++ - if yyhl2563 { - yyb2563 = yyj2563 > l + yyj2591++ + if yyhl2591 { + yyb2591 = yyj2591 > l } else { - yyb2563 = r.CheckBreak() + yyb2591 = r.CheckBreak() } - if yyb2563 { + if yyb2591 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33537,26 +34011,26 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2568 := &x.Items - yym2569 := z.DecBinary() - _ = yym2569 + yyv2596 := &x.Items + yym2597 := z.DecBinary() + _ = yym2597 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv2568), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv2596), d) } } for { - yyj2563++ - if yyhl2563 { - yyb2563 = yyj2563 > l + yyj2591++ + if yyhl2591 { + yyb2591 = yyj2591 > l } else { - yyb2563 = r.CheckBreak() + yyb2591 = r.CheckBreak() } - if yyb2563 { + if yyb2591 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2563-1, "") + z.DecStructFieldNotFound(yyj2591-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33568,37 +34042,37 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2570 := z.EncBinary() - _ = yym2570 + yym2598 := z.EncBinary() + _ = yym2598 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2571 := !z.EncBinary() - yy2arr2571 := z.EncBasicHandle().StructToArray - var yyq2571 [4]bool - _, _, _ = yysep2571, yyq2571, yy2arr2571 - const yyr2571 bool = false - yyq2571[0] = x.Kind != "" - yyq2571[1] = x.APIVersion != "" - yyq2571[2] = true - var yynn2571 int - if yyr2571 || yy2arr2571 { + yysep2599 := !z.EncBinary() + yy2arr2599 := z.EncBasicHandle().StructToArray + var yyq2599 [4]bool + _, _, _ = yysep2599, yyq2599, yy2arr2599 + const yyr2599 bool = false + yyq2599[0] = x.Kind != "" + yyq2599[1] = x.APIVersion != "" + yyq2599[2] = true + var yynn2599 int + if yyr2599 || yy2arr2599 { r.EncodeArrayStart(4) } else { - yynn2571 = 1 - for _, b := range yyq2571 { + yynn2599 = 1 + for _, b := range yyq2599 { if b { - yynn2571++ + yynn2599++ } } - r.EncodeMapStart(yynn2571) - yynn2571 = 0 + r.EncodeMapStart(yynn2599) + yynn2599 = 0 } - if yyr2571 || yy2arr2571 { + if yyr2599 || yy2arr2599 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2571[0] { - yym2573 := z.EncBinary() - _ = yym2573 + if yyq2599[0] { + yym2601 := z.EncBinary() + _ = yym2601 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33607,23 +34081,23 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2571[0] { + if yyq2599[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2574 := z.EncBinary() - _ = yym2574 + yym2602 := z.EncBinary() + _ = yym2602 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2571 || yy2arr2571 { + if yyr2599 || yy2arr2599 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2571[1] { - yym2576 := z.EncBinary() - _ = yym2576 + if yyq2599[1] { + yym2604 := z.EncBinary() + _ = yym2604 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -33632,54 +34106,54 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2571[1] { + if yyq2599[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2577 := z.EncBinary() - _ = yym2577 + yym2605 := z.EncBinary() + _ = yym2605 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2571 || yy2arr2571 { + if yyr2599 || yy2arr2599 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2571[2] { - yy2579 := &x.ListMeta - yym2580 := z.EncBinary() - _ = yym2580 + if yyq2599[2] { + yy2607 := &x.ListMeta + yym2608 := z.EncBinary() + _ = yym2608 if false { - } else if z.HasExtensions() && z.EncExt(yy2579) { + } else if z.HasExtensions() && z.EncExt(yy2607) { } else { - z.EncFallback(yy2579) + z.EncFallback(yy2607) } } else { r.EncodeNil() } } else { - if yyq2571[2] { + if yyq2599[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2581 := &x.ListMeta - yym2582 := z.EncBinary() - _ = yym2582 + yy2609 := &x.ListMeta + yym2610 := z.EncBinary() + _ = yym2610 if false { - } else if z.HasExtensions() && z.EncExt(yy2581) { + } else if z.HasExtensions() && z.EncExt(yy2609) { } else { - z.EncFallback(yy2581) + z.EncFallback(yy2609) } } } - if yyr2571 || yy2arr2571 { + if yyr2599 || yy2arr2599 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2584 := z.EncBinary() - _ = yym2584 + yym2612 := z.EncBinary() + _ = yym2612 if false { } else { h.encSliceService(([]Service)(x.Items), e) @@ -33692,15 +34166,15 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2585 := z.EncBinary() - _ = yym2585 + yym2613 := z.EncBinary() + _ = yym2613 if false { } else { h.encSliceService(([]Service)(x.Items), e) } } } - if yyr2571 || yy2arr2571 { + if yyr2599 || yy2arr2599 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33713,25 +34187,25 @@ func (x *ServiceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2586 := z.DecBinary() - _ = yym2586 + yym2614 := z.DecBinary() + _ = yym2614 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2587 := r.ContainerType() - if yyct2587 == codecSelferValueTypeMap1234 { - yyl2587 := r.ReadMapStart() - if yyl2587 == 0 { + yyct2615 := r.ContainerType() + if yyct2615 == codecSelferValueTypeMap1234 { + yyl2615 := r.ReadMapStart() + if yyl2615 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2587, d) + x.codecDecodeSelfFromMap(yyl2615, d) } - } else if yyct2587 == codecSelferValueTypeArray1234 { - yyl2587 := r.ReadArrayStart() - if yyl2587 == 0 { + } else if yyct2615 == codecSelferValueTypeArray1234 { + yyl2615 := r.ReadArrayStart() + if yyl2615 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2587, d) + x.codecDecodeSelfFromArray(yyl2615, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33743,12 +34217,12 @@ func (x *ServiceList) 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 yys2616Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2616Slc + var yyhl2616 bool = l >= 0 + for yyj2616 := 0; ; yyj2616++ { + if yyhl2616 { + if yyj2616 >= l { break } } else { @@ -33757,10 +34231,10 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2588Slc = r.DecodeBytes(yys2588Slc, true, true) - yys2588 := string(yys2588Slc) + yys2616Slc = r.DecodeBytes(yys2616Slc, true, true) + yys2616 := string(yys2616Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2588 { + switch yys2616 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33777,31 +34251,31 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2591 := &x.ListMeta - yym2592 := z.DecBinary() - _ = yym2592 + yyv2619 := &x.ListMeta + yym2620 := z.DecBinary() + _ = yym2620 if false { - } else if z.HasExtensions() && z.DecExt(yyv2591) { + } else if z.HasExtensions() && z.DecExt(yyv2619) { } else { - z.DecFallback(yyv2591, false) + z.DecFallback(yyv2619, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2593 := &x.Items - yym2594 := z.DecBinary() - _ = yym2594 + yyv2621 := &x.Items + yym2622 := z.DecBinary() + _ = yym2622 if false { } else { - h.decSliceService((*[]Service)(yyv2593), d) + h.decSliceService((*[]Service)(yyv2621), d) } } default: - z.DecStructFieldNotFound(-1, yys2588) - } // end switch yys2588 - } // end for yyj2588 + z.DecStructFieldNotFound(-1, yys2616) + } // end switch yys2616 + } // end for yyj2616 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33809,16 +34283,16 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2595 int - var yyb2595 bool - var yyhl2595 bool = l >= 0 - yyj2595++ - if yyhl2595 { - yyb2595 = yyj2595 > l + var yyj2623 int + var yyb2623 bool + var yyhl2623 bool = l >= 0 + yyj2623++ + if yyhl2623 { + yyb2623 = yyj2623 > l } else { - yyb2595 = r.CheckBreak() + yyb2623 = r.CheckBreak() } - if yyb2595 { + if yyb2623 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33828,13 +34302,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2595++ - if yyhl2595 { - yyb2595 = yyj2595 > l + yyj2623++ + if yyhl2623 { + yyb2623 = yyj2623 > l } else { - yyb2595 = r.CheckBreak() + yyb2623 = r.CheckBreak() } - if yyb2595 { + if yyb2623 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33844,13 +34318,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2595++ - if yyhl2595 { - yyb2595 = yyj2595 > l + yyj2623++ + if yyhl2623 { + yyb2623 = yyj2623 > l } else { - yyb2595 = r.CheckBreak() + yyb2623 = r.CheckBreak() } - if yyb2595 { + if yyb2623 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33858,22 +34332,22 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2598 := &x.ListMeta - yym2599 := z.DecBinary() - _ = yym2599 + yyv2626 := &x.ListMeta + yym2627 := z.DecBinary() + _ = yym2627 if false { - } else if z.HasExtensions() && z.DecExt(yyv2598) { + } else if z.HasExtensions() && z.DecExt(yyv2626) { } else { - z.DecFallback(yyv2598, false) + z.DecFallback(yyv2626, false) } } - yyj2595++ - if yyhl2595 { - yyb2595 = yyj2595 > l + yyj2623++ + if yyhl2623 { + yyb2623 = yyj2623 > l } else { - yyb2595 = r.CheckBreak() + yyb2623 = r.CheckBreak() } - if yyb2595 { + if yyb2623 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33881,26 +34355,26 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2600 := &x.Items - yym2601 := z.DecBinary() - _ = yym2601 + yyv2628 := &x.Items + yym2629 := z.DecBinary() + _ = yym2629 if false { } else { - h.decSliceService((*[]Service)(yyv2600), d) + h.decSliceService((*[]Service)(yyv2628), d) } } for { - yyj2595++ - if yyhl2595 { - yyb2595 = yyj2595 > l + yyj2623++ + if yyhl2623 { + yyb2623 = yyj2623 > l } else { - yyb2595 = r.CheckBreak() + yyb2623 = r.CheckBreak() } - if yyb2595 { + if yyb2623 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2595-1, "") + z.DecStructFieldNotFound(yyj2623-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33909,8 +34383,8 @@ func (x ServiceAffinity) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2602 := z.EncBinary() - _ = yym2602 + yym2630 := z.EncBinary() + _ = yym2630 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -33922,8 +34396,8 @@ func (x *ServiceAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2603 := z.DecBinary() - _ = yym2603 + yym2631 := z.DecBinary() + _ = yym2631 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -33935,8 +34409,8 @@ func (x ServiceType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2604 := z.EncBinary() - _ = yym2604 + yym2632 := z.EncBinary() + _ = yym2632 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -33948,8 +34422,8 @@ func (x *ServiceType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2605 := z.DecBinary() - _ = yym2605 + yym2633 := z.DecBinary() + _ = yym2633 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -33964,48 +34438,48 @@ func (x *ServiceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2606 := z.EncBinary() - _ = yym2606 + yym2634 := z.EncBinary() + _ = yym2634 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2607 := !z.EncBinary() - yy2arr2607 := z.EncBasicHandle().StructToArray - var yyq2607 [1]bool - _, _, _ = yysep2607, yyq2607, yy2arr2607 - const yyr2607 bool = false - yyq2607[0] = true - var yynn2607 int - if yyr2607 || yy2arr2607 { + yysep2635 := !z.EncBinary() + yy2arr2635 := z.EncBasicHandle().StructToArray + var yyq2635 [1]bool + _, _, _ = yysep2635, yyq2635, yy2arr2635 + const yyr2635 bool = false + yyq2635[0] = true + var yynn2635 int + if yyr2635 || yy2arr2635 { r.EncodeArrayStart(1) } else { - yynn2607 = 0 - for _, b := range yyq2607 { + yynn2635 = 0 + for _, b := range yyq2635 { if b { - yynn2607++ + yynn2635++ } } - r.EncodeMapStart(yynn2607) - yynn2607 = 0 + r.EncodeMapStart(yynn2635) + yynn2635 = 0 } - if yyr2607 || yy2arr2607 { + if yyr2635 || yy2arr2635 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2607[0] { - yy2609 := &x.LoadBalancer - yy2609.CodecEncodeSelf(e) + if yyq2635[0] { + yy2637 := &x.LoadBalancer + yy2637.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2607[0] { + if yyq2635[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancer")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2610 := &x.LoadBalancer - yy2610.CodecEncodeSelf(e) + yy2638 := &x.LoadBalancer + yy2638.CodecEncodeSelf(e) } } - if yyr2607 || yy2arr2607 { + if yyr2635 || yy2arr2635 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34018,25 +34492,25 @@ func (x *ServiceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2611 := z.DecBinary() - _ = yym2611 + yym2639 := z.DecBinary() + _ = yym2639 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2612 := r.ContainerType() - if yyct2612 == codecSelferValueTypeMap1234 { - yyl2612 := r.ReadMapStart() - if yyl2612 == 0 { + yyct2640 := r.ContainerType() + if yyct2640 == codecSelferValueTypeMap1234 { + yyl2640 := r.ReadMapStart() + if yyl2640 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2612, d) + x.codecDecodeSelfFromMap(yyl2640, d) } - } else if yyct2612 == codecSelferValueTypeArray1234 { - yyl2612 := r.ReadArrayStart() - if yyl2612 == 0 { + } else if yyct2640 == codecSelferValueTypeArray1234 { + yyl2640 := r.ReadArrayStart() + if yyl2640 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2612, d) + x.codecDecodeSelfFromArray(yyl2640, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34048,12 +34522,12 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2613Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2613Slc - var yyhl2613 bool = l >= 0 - for yyj2613 := 0; ; yyj2613++ { - if yyhl2613 { - if yyj2613 >= l { + var yys2641Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2641Slc + var yyhl2641 bool = l >= 0 + for yyj2641 := 0; ; yyj2641++ { + if yyhl2641 { + if yyj2641 >= l { break } } else { @@ -34062,416 +34536,25 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2613Slc = r.DecodeBytes(yys2613Slc, true, true) - yys2613 := string(yys2613Slc) + yys2641Slc = r.DecodeBytes(yys2641Slc, true, true) + yys2641 := string(yys2641Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2613 { + switch yys2641 { case "loadBalancer": if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv2614 := &x.LoadBalancer - yyv2614.CodecDecodeSelf(d) + yyv2642 := &x.LoadBalancer + yyv2642.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2613) - } // end switch yys2613 - } // end for yyj2613 + z.DecStructFieldNotFound(-1, yys2641) + } // end switch yys2641 + } // end for yyj2641 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj2615 int - var yyb2615 bool - var yyhl2615 bool = l >= 0 - yyj2615++ - if yyhl2615 { - yyb2615 = yyj2615 > l - } else { - yyb2615 = r.CheckBreak() - } - if yyb2615 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.LoadBalancer = LoadBalancerStatus{} - } else { - yyv2616 := &x.LoadBalancer - yyv2616.CodecDecodeSelf(d) - } - for { - yyj2615++ - if yyhl2615 { - yyb2615 = yyj2615 > l - } else { - yyb2615 = r.CheckBreak() - } - if yyb2615 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2615-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym2617 := z.EncBinary() - _ = yym2617 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep2618 := !z.EncBinary() - yy2arr2618 := z.EncBasicHandle().StructToArray - var yyq2618 [1]bool - _, _, _ = yysep2618, yyq2618, yy2arr2618 - const yyr2618 bool = false - yyq2618[0] = len(x.Ingress) != 0 - var yynn2618 int - if yyr2618 || yy2arr2618 { - r.EncodeArrayStart(1) - } else { - yynn2618 = 0 - for _, b := range yyq2618 { - if b { - yynn2618++ - } - } - r.EncodeMapStart(yynn2618) - yynn2618 = 0 - } - if yyr2618 || yy2arr2618 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2618[0] { - if x.Ingress == nil { - r.EncodeNil() - } else { - yym2620 := z.EncBinary() - _ = yym2620 - if false { - } else { - h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq2618[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("ingress")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Ingress == nil { - r.EncodeNil() - } else { - yym2621 := z.EncBinary() - _ = yym2621 - if false { - } else { - h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) - } - } - } - } - if yyr2618 || yy2arr2618 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *LoadBalancerStatus) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym2622 := z.DecBinary() - _ = yym2622 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct2623 := r.ContainerType() - if yyct2623 == codecSelferValueTypeMap1234 { - yyl2623 := r.ReadMapStart() - if yyl2623 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl2623, d) - } - } else if yyct2623 == codecSelferValueTypeArray1234 { - yyl2623 := r.ReadArrayStart() - if yyl2623 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl2623, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys2624Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2624Slc - var yyhl2624 bool = l >= 0 - for yyj2624 := 0; ; yyj2624++ { - if yyhl2624 { - if yyj2624 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2624Slc = r.DecodeBytes(yys2624Slc, true, true) - yys2624 := string(yys2624Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2624 { - case "ingress": - if r.TryDecodeAsNil() { - x.Ingress = nil - } else { - yyv2625 := &x.Ingress - yym2626 := z.DecBinary() - _ = yym2626 - if false { - } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2625), d) - } - } - default: - z.DecStructFieldNotFound(-1, yys2624) - } // end switch yys2624 - } // end for yyj2624 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj2627 int - var yyb2627 bool - var yyhl2627 bool = l >= 0 - yyj2627++ - if yyhl2627 { - yyb2627 = yyj2627 > l - } else { - yyb2627 = r.CheckBreak() - } - if yyb2627 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Ingress = nil - } else { - yyv2628 := &x.Ingress - yym2629 := z.DecBinary() - _ = yym2629 - if false { - } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2628), d) - } - } - for { - yyj2627++ - if yyhl2627 { - yyb2627 = yyj2627 > l - } else { - yyb2627 = r.CheckBreak() - } - if yyb2627 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2627-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym2630 := z.EncBinary() - _ = yym2630 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep2631 := !z.EncBinary() - yy2arr2631 := z.EncBasicHandle().StructToArray - var yyq2631 [2]bool - _, _, _ = yysep2631, yyq2631, yy2arr2631 - const yyr2631 bool = false - yyq2631[0] = x.IP != "" - yyq2631[1] = x.Hostname != "" - var yynn2631 int - if yyr2631 || yy2arr2631 { - r.EncodeArrayStart(2) - } else { - yynn2631 = 0 - for _, b := range yyq2631 { - if b { - yynn2631++ - } - } - r.EncodeMapStart(yynn2631) - yynn2631 = 0 - } - if yyr2631 || yy2arr2631 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2631[0] { - yym2633 := z.EncBinary() - _ = yym2633 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.IP)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2631[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("ip")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2634 := z.EncBinary() - _ = yym2634 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.IP)) - } - } - } - if yyr2631 || yy2arr2631 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2631[1] { - yym2636 := z.EncBinary() - _ = yym2636 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2631[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hostname")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2637 := z.EncBinary() - _ = yym2637 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) - } - } - } - if yyr2631 || yy2arr2631 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *LoadBalancerIngress) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym2638 := z.DecBinary() - _ = yym2638 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct2639 := r.ContainerType() - if yyct2639 == codecSelferValueTypeMap1234 { - yyl2639 := r.ReadMapStart() - if yyl2639 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl2639, d) - } - } else if yyct2639 == codecSelferValueTypeArray1234 { - yyl2639 := r.ReadArrayStart() - if yyl2639 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl2639, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys2640Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2640Slc - var yyhl2640 bool = l >= 0 - for yyj2640 := 0; ; yyj2640++ { - if yyhl2640 { - if yyj2640 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2640Slc = r.DecodeBytes(yys2640Slc, true, true) - yys2640 := string(yys2640Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2640 { - case "ip": - if r.TryDecodeAsNil() { - x.IP = "" - } else { - x.IP = string(r.DecodeString()) - } - case "hostname": - if r.TryDecodeAsNil() { - x.Hostname = "" - } else { - x.Hostname = string(r.DecodeString()) - } - default: - z.DecStructFieldNotFound(-1, yys2640) - } // end switch yys2640 - } // end for yyj2640 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -34490,25 +34573,10 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.IP = "" + x.LoadBalancer = LoadBalancerStatus{} } else { - x.IP = string(r.DecodeString()) - } - yyj2643++ - if yyhl2643 { - yyb2643 = yyj2643 > l - } else { - yyb2643 = r.CheckBreak() - } - if yyb2643 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Hostname = "" - } else { - x.Hostname = string(r.DecodeString()) + yyv2644 := &x.LoadBalancer + yyv2644.CodecDecodeSelf(d) } for { yyj2643++ @@ -34526,6 +34594,412 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } +func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym2645 := z.EncBinary() + _ = yym2645 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2646 := !z.EncBinary() + yy2arr2646 := z.EncBasicHandle().StructToArray + var yyq2646 [1]bool + _, _, _ = yysep2646, yyq2646, yy2arr2646 + const yyr2646 bool = false + yyq2646[0] = len(x.Ingress) != 0 + var yynn2646 int + if yyr2646 || yy2arr2646 { + r.EncodeArrayStart(1) + } else { + yynn2646 = 0 + for _, b := range yyq2646 { + if b { + yynn2646++ + } + } + r.EncodeMapStart(yynn2646) + yynn2646 = 0 + } + if yyr2646 || yy2arr2646 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2646[0] { + if x.Ingress == nil { + r.EncodeNil() + } else { + yym2648 := z.EncBinary() + _ = yym2648 + if false { + } else { + h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq2646[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("ingress")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Ingress == nil { + r.EncodeNil() + } else { + yym2649 := z.EncBinary() + _ = yym2649 + if false { + } else { + h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) + } + } + } + } + if yyr2646 || yy2arr2646 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *LoadBalancerStatus) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym2650 := z.DecBinary() + _ = yym2650 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2651 := r.ContainerType() + if yyct2651 == codecSelferValueTypeMap1234 { + yyl2651 := r.ReadMapStart() + if yyl2651 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl2651, d) + } + } else if yyct2651 == codecSelferValueTypeArray1234 { + yyl2651 := r.ReadArrayStart() + if yyl2651 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl2651, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys2652Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2652Slc + var yyhl2652 bool = l >= 0 + for yyj2652 := 0; ; yyj2652++ { + if yyhl2652 { + if yyj2652 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys2652Slc = r.DecodeBytes(yys2652Slc, true, true) + yys2652 := string(yys2652Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys2652 { + case "ingress": + if r.TryDecodeAsNil() { + x.Ingress = nil + } else { + yyv2653 := &x.Ingress + yym2654 := z.DecBinary() + _ = yym2654 + if false { + } else { + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2653), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys2652) + } // end switch yys2652 + } // end for yyj2652 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj2655 int + var yyb2655 bool + var yyhl2655 bool = l >= 0 + yyj2655++ + if yyhl2655 { + yyb2655 = yyj2655 > l + } else { + yyb2655 = r.CheckBreak() + } + if yyb2655 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Ingress = nil + } else { + yyv2656 := &x.Ingress + yym2657 := z.DecBinary() + _ = yym2657 + if false { + } else { + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2656), d) + } + } + for { + yyj2655++ + if yyhl2655 { + yyb2655 = yyj2655 > l + } else { + yyb2655 = r.CheckBreak() + } + if yyb2655 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj2655-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym2658 := z.EncBinary() + _ = yym2658 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2659 := !z.EncBinary() + yy2arr2659 := z.EncBasicHandle().StructToArray + var yyq2659 [2]bool + _, _, _ = yysep2659, yyq2659, yy2arr2659 + const yyr2659 bool = false + yyq2659[0] = x.IP != "" + yyq2659[1] = x.Hostname != "" + var yynn2659 int + if yyr2659 || yy2arr2659 { + r.EncodeArrayStart(2) + } else { + yynn2659 = 0 + for _, b := range yyq2659 { + if b { + yynn2659++ + } + } + r.EncodeMapStart(yynn2659) + yynn2659 = 0 + } + if yyr2659 || yy2arr2659 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2659[0] { + yym2661 := z.EncBinary() + _ = yym2661 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.IP)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2659[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("ip")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2662 := z.EncBinary() + _ = yym2662 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.IP)) + } + } + } + if yyr2659 || yy2arr2659 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2659[1] { + yym2664 := z.EncBinary() + _ = yym2664 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2659[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostname")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2665 := z.EncBinary() + _ = yym2665 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) + } + } + } + if yyr2659 || yy2arr2659 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *LoadBalancerIngress) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym2666 := z.DecBinary() + _ = yym2666 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2667 := r.ContainerType() + if yyct2667 == codecSelferValueTypeMap1234 { + yyl2667 := r.ReadMapStart() + if yyl2667 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl2667, d) + } + } else if yyct2667 == codecSelferValueTypeArray1234 { + yyl2667 := r.ReadArrayStart() + if yyl2667 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl2667, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys2668Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2668Slc + var yyhl2668 bool = l >= 0 + for yyj2668 := 0; ; yyj2668++ { + if yyhl2668 { + if yyj2668 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys2668Slc = r.DecodeBytes(yys2668Slc, true, true) + yys2668 := string(yys2668Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys2668 { + case "ip": + if r.TryDecodeAsNil() { + x.IP = "" + } else { + x.IP = string(r.DecodeString()) + } + case "hostname": + if r.TryDecodeAsNil() { + x.Hostname = "" + } else { + x.Hostname = string(r.DecodeString()) + } + default: + z.DecStructFieldNotFound(-1, yys2668) + } // end switch yys2668 + } // end for yyj2668 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj2671 int + var yyb2671 bool + var yyhl2671 bool = l >= 0 + yyj2671++ + if yyhl2671 { + yyb2671 = yyj2671 > l + } else { + yyb2671 = r.CheckBreak() + } + if yyb2671 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.IP = "" + } else { + x.IP = string(r.DecodeString()) + } + yyj2671++ + if yyhl2671 { + yyb2671 = yyj2671 > l + } else { + yyb2671 = r.CheckBreak() + } + if yyb2671 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Hostname = "" + } else { + x.Hostname = string(r.DecodeString()) + } + for { + yyj2671++ + if yyhl2671 { + yyb2671 = yyj2671 > l + } else { + yyb2671 = r.CheckBreak() + } + if yyb2671 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj2671-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) @@ -34533,57 +35007,57 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2646 := z.EncBinary() - _ = yym2646 + yym2674 := z.EncBinary() + _ = yym2674 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2647 := !z.EncBinary() - yy2arr2647 := z.EncBasicHandle().StructToArray - var yyq2647 [9]bool - _, _, _ = yysep2647, yyq2647, yy2arr2647 - const yyr2647 bool = false - yyq2647[0] = x.Type != "" - yyq2647[3] = x.ClusterIP != "" - yyq2647[5] = len(x.ExternalIPs) != 0 - yyq2647[6] = x.LoadBalancerIP != "" - yyq2647[7] = x.SessionAffinity != "" - yyq2647[8] = len(x.LoadBalancerSourceRanges) != 0 - var yynn2647 int - if yyr2647 || yy2arr2647 { + yysep2675 := !z.EncBinary() + yy2arr2675 := z.EncBasicHandle().StructToArray + var yyq2675 [9]bool + _, _, _ = yysep2675, yyq2675, yy2arr2675 + const yyr2675 bool = false + yyq2675[0] = x.Type != "" + yyq2675[3] = x.ClusterIP != "" + yyq2675[5] = len(x.ExternalIPs) != 0 + yyq2675[6] = x.LoadBalancerIP != "" + yyq2675[7] = x.SessionAffinity != "" + yyq2675[8] = len(x.LoadBalancerSourceRanges) != 0 + var yynn2675 int + if yyr2675 || yy2arr2675 { r.EncodeArrayStart(9) } else { - yynn2647 = 3 - for _, b := range yyq2647 { + yynn2675 = 3 + for _, b := range yyq2675 { if b { - yynn2647++ + yynn2675++ } } - r.EncodeMapStart(yynn2647) - yynn2647 = 0 + r.EncodeMapStart(yynn2675) + yynn2675 = 0 } - if yyr2647 || yy2arr2647 { + if yyr2675 || yy2arr2675 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2647[0] { + if yyq2675[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2647[0] { + if yyq2675[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr2647 || yy2arr2647 { + if yyr2675 || yy2arr2675 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym2650 := z.EncBinary() - _ = yym2650 + yym2678 := z.EncBinary() + _ = yym2678 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) @@ -34596,21 +35070,21 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym2651 := z.EncBinary() - _ = yym2651 + yym2679 := z.EncBinary() + _ = yym2679 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) } } } - if yyr2647 || yy2arr2647 { + if yyr2675 || yy2arr2675 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Selector == nil { r.EncodeNil() } else { - yym2653 := z.EncBinary() - _ = yym2653 + yym2681 := z.EncBinary() + _ = yym2681 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -34623,19 +35097,19 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Selector == nil { r.EncodeNil() } else { - yym2654 := z.EncBinary() - _ = yym2654 + yym2682 := z.EncBinary() + _ = yym2682 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) } } } - if yyr2647 || yy2arr2647 { + if yyr2675 || yy2arr2675 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2647[3] { - yym2656 := z.EncBinary() - _ = yym2656 + if yyq2675[3] { + yym2684 := z.EncBinary() + _ = yym2684 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) @@ -34644,22 +35118,22 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2647[3] { + if yyq2675[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("clusterIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2657 := z.EncBinary() - _ = yym2657 + yym2685 := z.EncBinary() + _ = yym2685 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) } } } - if yyr2647 || yy2arr2647 { + if yyr2675 || yy2arr2675 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2659 := z.EncBinary() - _ = yym2659 + yym2687 := z.EncBinary() + _ = yym2687 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalName)) @@ -34668,21 +35142,21 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ExternalName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2660 := z.EncBinary() - _ = yym2660 + yym2688 := z.EncBinary() + _ = yym2688 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalName)) } } - if yyr2647 || yy2arr2647 { + if yyr2675 || yy2arr2675 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2647[5] { + if yyq2675[5] { if x.ExternalIPs == nil { r.EncodeNil() } else { - yym2662 := z.EncBinary() - _ = yym2662 + yym2690 := z.EncBinary() + _ = yym2690 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -34692,15 +35166,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2647[5] { + if yyq2675[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalIPs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ExternalIPs == nil { r.EncodeNil() } else { - yym2663 := z.EncBinary() - _ = yym2663 + yym2691 := z.EncBinary() + _ = yym2691 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -34708,11 +35182,11 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2647 || yy2arr2647 { + if yyr2675 || yy2arr2675 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2647[6] { - yym2665 := z.EncBinary() - _ = yym2665 + if yyq2675[6] { + yym2693 := z.EncBinary() + _ = yym2693 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) @@ -34721,41 +35195,41 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2647[6] { + if yyq2675[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2666 := z.EncBinary() - _ = yym2666 + yym2694 := z.EncBinary() + _ = yym2694 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) } } } - if yyr2647 || yy2arr2647 { + if yyr2675 || yy2arr2675 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2647[7] { + if yyq2675[7] { x.SessionAffinity.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2647[7] { + if yyq2675[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sessionAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.SessionAffinity.CodecEncodeSelf(e) } } - if yyr2647 || yy2arr2647 { + if yyr2675 || yy2arr2675 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2647[8] { + if yyq2675[8] { if x.LoadBalancerSourceRanges == nil { r.EncodeNil() } else { - yym2669 := z.EncBinary() - _ = yym2669 + yym2697 := z.EncBinary() + _ = yym2697 if false { } else { z.F.EncSliceStringV(x.LoadBalancerSourceRanges, false, e) @@ -34765,15 +35239,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2647[8] { + if yyq2675[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerSourceRanges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LoadBalancerSourceRanges == nil { r.EncodeNil() } else { - yym2670 := z.EncBinary() - _ = yym2670 + yym2698 := z.EncBinary() + _ = yym2698 if false { } else { z.F.EncSliceStringV(x.LoadBalancerSourceRanges, false, e) @@ -34781,7 +35255,7 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2647 || yy2arr2647 { + if yyr2675 || yy2arr2675 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34794,25 +35268,25 @@ func (x *ServiceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2671 := z.DecBinary() - _ = yym2671 + yym2699 := z.DecBinary() + _ = yym2699 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2672 := r.ContainerType() - if yyct2672 == codecSelferValueTypeMap1234 { - yyl2672 := r.ReadMapStart() - if yyl2672 == 0 { + yyct2700 := r.ContainerType() + if yyct2700 == codecSelferValueTypeMap1234 { + yyl2700 := r.ReadMapStart() + if yyl2700 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2672, d) + x.codecDecodeSelfFromMap(yyl2700, d) } - } else if yyct2672 == codecSelferValueTypeArray1234 { - yyl2672 := r.ReadArrayStart() - if yyl2672 == 0 { + } else if yyct2700 == codecSelferValueTypeArray1234 { + yyl2700 := r.ReadArrayStart() + if yyl2700 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2672, d) + x.codecDecodeSelfFromArray(yyl2700, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34824,12 +35298,12 @@ func (x *ServiceSpec) 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 yys2701Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2701Slc + var yyhl2701 bool = l >= 0 + for yyj2701 := 0; ; yyj2701++ { + if yyhl2701 { + if yyj2701 >= l { break } } else { @@ -34838,10 +35312,10 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2673Slc = r.DecodeBytes(yys2673Slc, true, true) - yys2673 := string(yys2673Slc) + yys2701Slc = r.DecodeBytes(yys2701Slc, true, true) + yys2701 := string(yys2701Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2673 { + switch yys2701 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -34852,24 +35326,24 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2675 := &x.Ports - yym2676 := z.DecBinary() - _ = yym2676 + yyv2703 := &x.Ports + yym2704 := z.DecBinary() + _ = yym2704 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv2675), d) + h.decSliceServicePort((*[]ServicePort)(yyv2703), d) } } case "selector": if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2677 := &x.Selector - yym2678 := z.DecBinary() - _ = yym2678 + yyv2705 := &x.Selector + yym2706 := z.DecBinary() + _ = yym2706 if false { } else { - z.F.DecMapStringStringX(yyv2677, false, d) + z.F.DecMapStringStringX(yyv2705, false, d) } } case "clusterIP": @@ -34888,12 +35362,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv2681 := &x.ExternalIPs - yym2682 := z.DecBinary() - _ = yym2682 + yyv2709 := &x.ExternalIPs + yym2710 := z.DecBinary() + _ = yym2710 if false { } else { - z.F.DecSliceStringX(yyv2681, false, d) + z.F.DecSliceStringX(yyv2709, false, d) } } case "loadBalancerIP": @@ -34912,18 +35386,18 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancerSourceRanges = nil } else { - yyv2685 := &x.LoadBalancerSourceRanges - yym2686 := z.DecBinary() - _ = yym2686 + yyv2713 := &x.LoadBalancerSourceRanges + yym2714 := z.DecBinary() + _ = yym2714 if false { } else { - z.F.DecSliceStringX(yyv2685, false, d) + z.F.DecSliceStringX(yyv2713, false, d) } } default: - z.DecStructFieldNotFound(-1, yys2673) - } // end switch yys2673 - } // end for yyj2673 + z.DecStructFieldNotFound(-1, yys2701) + } // end switch yys2701 + } // end for yyj2701 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34931,16 +35405,16 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2687 int - var yyb2687 bool - var yyhl2687 bool = l >= 0 - yyj2687++ - if yyhl2687 { - yyb2687 = yyj2687 > l + var yyj2715 int + var yyb2715 bool + var yyhl2715 bool = l >= 0 + yyj2715++ + if yyhl2715 { + yyb2715 = yyj2715 > l } else { - yyb2687 = r.CheckBreak() + yyb2715 = r.CheckBreak() } - if yyb2687 { + if yyb2715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34950,13 +35424,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = ServiceType(r.DecodeString()) } - yyj2687++ - if yyhl2687 { - yyb2687 = yyj2687 > l + yyj2715++ + if yyhl2715 { + yyb2715 = yyj2715 > l } else { - yyb2687 = r.CheckBreak() + yyb2715 = r.CheckBreak() } - if yyb2687 { + if yyb2715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34964,21 +35438,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2689 := &x.Ports - yym2690 := z.DecBinary() - _ = yym2690 + yyv2717 := &x.Ports + yym2718 := z.DecBinary() + _ = yym2718 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv2689), d) + h.decSliceServicePort((*[]ServicePort)(yyv2717), d) } } - yyj2687++ - if yyhl2687 { - yyb2687 = yyj2687 > l + yyj2715++ + if yyhl2715 { + yyb2715 = yyj2715 > l } else { - yyb2687 = r.CheckBreak() + yyb2715 = r.CheckBreak() } - if yyb2687 { + if yyb2715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34986,21 +35460,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2691 := &x.Selector - yym2692 := z.DecBinary() - _ = yym2692 + yyv2719 := &x.Selector + yym2720 := z.DecBinary() + _ = yym2720 if false { } else { - z.F.DecMapStringStringX(yyv2691, false, d) + z.F.DecMapStringStringX(yyv2719, false, d) } } - yyj2687++ - if yyhl2687 { - yyb2687 = yyj2687 > l + yyj2715++ + if yyhl2715 { + yyb2715 = yyj2715 > l } else { - yyb2687 = r.CheckBreak() + yyb2715 = r.CheckBreak() } - if yyb2687 { + if yyb2715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35010,13 +35484,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ClusterIP = string(r.DecodeString()) } - yyj2687++ - if yyhl2687 { - yyb2687 = yyj2687 > l + yyj2715++ + if yyhl2715 { + yyb2715 = yyj2715 > l } else { - yyb2687 = r.CheckBreak() + yyb2715 = r.CheckBreak() } - if yyb2687 { + if yyb2715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35026,13 +35500,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ExternalName = string(r.DecodeString()) } - yyj2687++ - if yyhl2687 { - yyb2687 = yyj2687 > l + yyj2715++ + if yyhl2715 { + yyb2715 = yyj2715 > l } else { - yyb2687 = r.CheckBreak() + yyb2715 = r.CheckBreak() } - if yyb2687 { + if yyb2715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35040,21 +35514,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv2695 := &x.ExternalIPs - yym2696 := z.DecBinary() - _ = yym2696 + yyv2723 := &x.ExternalIPs + yym2724 := z.DecBinary() + _ = yym2724 if false { } else { - z.F.DecSliceStringX(yyv2695, false, d) + z.F.DecSliceStringX(yyv2723, false, d) } } - yyj2687++ - if yyhl2687 { - yyb2687 = yyj2687 > l + yyj2715++ + if yyhl2715 { + yyb2715 = yyj2715 > l } else { - yyb2687 = r.CheckBreak() + yyb2715 = r.CheckBreak() } - if yyb2687 { + if yyb2715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35064,13 +35538,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.LoadBalancerIP = string(r.DecodeString()) } - yyj2687++ - if yyhl2687 { - yyb2687 = yyj2687 > l + yyj2715++ + if yyhl2715 { + yyb2715 = yyj2715 > l } else { - yyb2687 = r.CheckBreak() + yyb2715 = r.CheckBreak() } - if yyb2687 { + if yyb2715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35080,13 +35554,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SessionAffinity = ServiceAffinity(r.DecodeString()) } - yyj2687++ - if yyhl2687 { - yyb2687 = yyj2687 > l + yyj2715++ + if yyhl2715 { + yyb2715 = yyj2715 > l } else { - yyb2687 = r.CheckBreak() + yyb2715 = r.CheckBreak() } - if yyb2687 { + if yyb2715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35094,26 +35568,26 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancerSourceRanges = nil } else { - yyv2699 := &x.LoadBalancerSourceRanges - yym2700 := z.DecBinary() - _ = yym2700 + yyv2727 := &x.LoadBalancerSourceRanges + yym2728 := z.DecBinary() + _ = yym2728 if false { } else { - z.F.DecSliceStringX(yyv2699, false, d) + z.F.DecSliceStringX(yyv2727, false, d) } } for { - yyj2687++ - if yyhl2687 { - yyb2687 = yyj2687 > l + yyj2715++ + if yyhl2715 { + yyb2715 = yyj2715 > l } else { - yyb2687 = r.CheckBreak() + yyb2715 = r.CheckBreak() } - if yyb2687 { + if yyb2715 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2687-1, "") + z.DecStructFieldNotFound(yyj2715-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35125,33 +35599,33 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2701 := z.EncBinary() - _ = yym2701 + yym2729 := z.EncBinary() + _ = yym2729 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2702 := !z.EncBinary() - yy2arr2702 := z.EncBasicHandle().StructToArray - var yyq2702 [5]bool - _, _, _ = yysep2702, yyq2702, yy2arr2702 - const yyr2702 bool = false - var yynn2702 int - if yyr2702 || yy2arr2702 { + yysep2730 := !z.EncBinary() + yy2arr2730 := z.EncBasicHandle().StructToArray + var yyq2730 [5]bool + _, _, _ = yysep2730, yyq2730, yy2arr2730 + const yyr2730 bool = false + var yynn2730 int + if yyr2730 || yy2arr2730 { r.EncodeArrayStart(5) } else { - yynn2702 = 5 - for _, b := range yyq2702 { + yynn2730 = 5 + for _, b := range yyq2730 { if b { - yynn2702++ + yynn2730++ } } - r.EncodeMapStart(yynn2702) - yynn2702 = 0 + r.EncodeMapStart(yynn2730) + yynn2730 = 0 } - if yyr2702 || yy2arr2702 { + if yyr2730 || yy2arr2730 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2704 := z.EncBinary() - _ = yym2704 + yym2732 := z.EncBinary() + _ = yym2732 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -35160,14 +35634,14 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2705 := z.EncBinary() - _ = yym2705 + yym2733 := z.EncBinary() + _ = yym2733 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr2702 || yy2arr2702 { + if yyr2730 || yy2arr2730 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Protocol.CodecEncodeSelf(e) } else { @@ -35176,10 +35650,10 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } - if yyr2702 || yy2arr2702 { + if yyr2730 || yy2arr2730 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2708 := z.EncBinary() - _ = yym2708 + yym2736 := z.EncBinary() + _ = yym2736 if false { } else { r.EncodeInt(int64(x.Port)) @@ -35188,44 +35662,44 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2709 := z.EncBinary() - _ = yym2709 + yym2737 := z.EncBinary() + _ = yym2737 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2702 || yy2arr2702 { + if yyr2730 || yy2arr2730 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy2711 := &x.TargetPort - yym2712 := z.EncBinary() - _ = yym2712 + yy2739 := &x.TargetPort + yym2740 := z.EncBinary() + _ = yym2740 if false { - } else if z.HasExtensions() && z.EncExt(yy2711) { - } else if !yym2712 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2711) + } else if z.HasExtensions() && z.EncExt(yy2739) { + } else if !yym2740 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2739) } else { - z.EncFallback(yy2711) + z.EncFallback(yy2739) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2713 := &x.TargetPort - yym2714 := z.EncBinary() - _ = yym2714 + yy2741 := &x.TargetPort + yym2742 := z.EncBinary() + _ = yym2742 if false { - } else if z.HasExtensions() && z.EncExt(yy2713) { - } else if !yym2714 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2713) + } else if z.HasExtensions() && z.EncExt(yy2741) { + } else if !yym2742 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2741) } else { - z.EncFallback(yy2713) + z.EncFallback(yy2741) } } - if yyr2702 || yy2arr2702 { + if yyr2730 || yy2arr2730 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2716 := z.EncBinary() - _ = yym2716 + yym2744 := z.EncBinary() + _ = yym2744 if false { } else { r.EncodeInt(int64(x.NodePort)) @@ -35234,14 +35708,14 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodePort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2717 := z.EncBinary() - _ = yym2717 + yym2745 := z.EncBinary() + _ = yym2745 if false { } else { r.EncodeInt(int64(x.NodePort)) } } - if yyr2702 || yy2arr2702 { + if yyr2730 || yy2arr2730 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35254,25 +35728,25 @@ func (x *ServicePort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2718 := z.DecBinary() - _ = yym2718 + yym2746 := z.DecBinary() + _ = yym2746 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2719 := r.ContainerType() - if yyct2719 == codecSelferValueTypeMap1234 { - yyl2719 := r.ReadMapStart() - if yyl2719 == 0 { + yyct2747 := r.ContainerType() + if yyct2747 == codecSelferValueTypeMap1234 { + yyl2747 := r.ReadMapStart() + if yyl2747 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2719, d) + x.codecDecodeSelfFromMap(yyl2747, d) } - } else if yyct2719 == codecSelferValueTypeArray1234 { - yyl2719 := r.ReadArrayStart() - if yyl2719 == 0 { + } else if yyct2747 == codecSelferValueTypeArray1234 { + yyl2747 := r.ReadArrayStart() + if yyl2747 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2719, d) + x.codecDecodeSelfFromArray(yyl2747, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35284,12 +35758,12 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2720Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2720Slc - var yyhl2720 bool = l >= 0 - for yyj2720 := 0; ; yyj2720++ { - if yyhl2720 { - if yyj2720 >= l { + var yys2748Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2748Slc + var yyhl2748 bool = l >= 0 + for yyj2748 := 0; ; yyj2748++ { + if yyhl2748 { + if yyj2748 >= l { break } } else { @@ -35298,10 +35772,10 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2720Slc = r.DecodeBytes(yys2720Slc, true, true) - yys2720 := string(yys2720Slc) + yys2748Slc = r.DecodeBytes(yys2748Slc, true, true) + yys2748 := string(yys2748Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2720 { + switch yys2748 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -35324,15 +35798,15 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg4_intstr.IntOrString{} } else { - yyv2724 := &x.TargetPort - yym2725 := z.DecBinary() - _ = yym2725 + yyv2752 := &x.TargetPort + yym2753 := z.DecBinary() + _ = yym2753 if false { - } else if z.HasExtensions() && z.DecExt(yyv2724) { - } else if !yym2725 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2724) + } else if z.HasExtensions() && z.DecExt(yyv2752) { + } else if !yym2753 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2752) } else { - z.DecFallback(yyv2724, false) + z.DecFallback(yyv2752, false) } } case "nodePort": @@ -35342,9 +35816,9 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2720) - } // end switch yys2720 - } // end for yyj2720 + z.DecStructFieldNotFound(-1, yys2748) + } // end switch yys2748 + } // end for yyj2748 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35352,16 +35826,16 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2727 int - var yyb2727 bool - var yyhl2727 bool = l >= 0 - yyj2727++ - if yyhl2727 { - yyb2727 = yyj2727 > l + var yyj2755 int + var yyb2755 bool + var yyhl2755 bool = l >= 0 + yyj2755++ + if yyhl2755 { + yyb2755 = yyj2755 > l } else { - yyb2727 = r.CheckBreak() + yyb2755 = r.CheckBreak() } - if yyb2727 { + if yyb2755 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35371,13 +35845,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2727++ - if yyhl2727 { - yyb2727 = yyj2727 > l + yyj2755++ + if yyhl2755 { + yyb2755 = yyj2755 > l } else { - yyb2727 = r.CheckBreak() + yyb2755 = r.CheckBreak() } - if yyb2727 { + if yyb2755 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35387,13 +35861,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj2727++ - if yyhl2727 { - yyb2727 = yyj2727 > l + yyj2755++ + if yyhl2755 { + yyb2755 = yyj2755 > l } else { - yyb2727 = r.CheckBreak() + yyb2755 = r.CheckBreak() } - if yyb2727 { + if yyb2755 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35403,13 +35877,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2727++ - if yyhl2727 { - yyb2727 = yyj2727 > l + yyj2755++ + if yyhl2755 { + yyb2755 = yyj2755 > l } else { - yyb2727 = r.CheckBreak() + yyb2755 = r.CheckBreak() } - if yyb2727 { + if yyb2755 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35417,24 +35891,24 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg4_intstr.IntOrString{} } else { - yyv2731 := &x.TargetPort - yym2732 := z.DecBinary() - _ = yym2732 + yyv2759 := &x.TargetPort + yym2760 := z.DecBinary() + _ = yym2760 if false { - } else if z.HasExtensions() && z.DecExt(yyv2731) { - } else if !yym2732 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2731) + } else if z.HasExtensions() && z.DecExt(yyv2759) { + } else if !yym2760 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2759) } else { - z.DecFallback(yyv2731, false) + z.DecFallback(yyv2759, false) } } - yyj2727++ - if yyhl2727 { - yyb2727 = yyj2727 > l + yyj2755++ + if yyhl2755 { + yyb2755 = yyj2755 > l } else { - yyb2727 = r.CheckBreak() + yyb2755 = r.CheckBreak() } - if yyb2727 { + if yyb2755 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35445,17 +35919,17 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } for { - yyj2727++ - if yyhl2727 { - yyb2727 = yyj2727 > l + yyj2755++ + if yyhl2755 { + yyb2755 = yyj2755 > l } else { - yyb2727 = r.CheckBreak() + yyb2755 = r.CheckBreak() } - if yyb2727 { + if yyb2755 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2727-1, "") + z.DecStructFieldNotFound(yyj2755-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35467,39 +35941,39 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2734 := z.EncBinary() - _ = yym2734 + yym2762 := z.EncBinary() + _ = yym2762 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2735 := !z.EncBinary() - yy2arr2735 := z.EncBasicHandle().StructToArray - var yyq2735 [5]bool - _, _, _ = yysep2735, yyq2735, yy2arr2735 - const yyr2735 bool = false - yyq2735[0] = x.Kind != "" - yyq2735[1] = x.APIVersion != "" - yyq2735[2] = true - yyq2735[3] = true - yyq2735[4] = true - var yynn2735 int - if yyr2735 || yy2arr2735 { + yysep2763 := !z.EncBinary() + yy2arr2763 := z.EncBasicHandle().StructToArray + var yyq2763 [5]bool + _, _, _ = yysep2763, yyq2763, yy2arr2763 + const yyr2763 bool = false + yyq2763[0] = x.Kind != "" + yyq2763[1] = x.APIVersion != "" + yyq2763[2] = true + yyq2763[3] = true + yyq2763[4] = true + var yynn2763 int + if yyr2763 || yy2arr2763 { r.EncodeArrayStart(5) } else { - yynn2735 = 0 - for _, b := range yyq2735 { + yynn2763 = 0 + for _, b := range yyq2763 { if b { - yynn2735++ + yynn2763++ } } - r.EncodeMapStart(yynn2735) - yynn2735 = 0 + r.EncodeMapStart(yynn2763) + yynn2763 = 0 } - if yyr2735 || yy2arr2735 { + if yyr2763 || yy2arr2763 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2735[0] { - yym2737 := z.EncBinary() - _ = yym2737 + if yyq2763[0] { + yym2765 := z.EncBinary() + _ = yym2765 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35508,23 +35982,23 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2735[0] { + if yyq2763[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2738 := z.EncBinary() - _ = yym2738 + yym2766 := z.EncBinary() + _ = yym2766 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2735 || yy2arr2735 { + if yyr2763 || yy2arr2763 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2735[1] { - yym2740 := z.EncBinary() - _ = yym2740 + if yyq2763[1] { + yym2768 := z.EncBinary() + _ = yym2768 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35533,70 +36007,70 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2735[1] { + if yyq2763[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2741 := z.EncBinary() - _ = yym2741 + yym2769 := z.EncBinary() + _ = yym2769 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2735 || yy2arr2735 { + if yyr2763 || yy2arr2763 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2735[2] { - yy2743 := &x.ObjectMeta - yy2743.CodecEncodeSelf(e) + if yyq2763[2] { + yy2771 := &x.ObjectMeta + yy2771.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2735[2] { + if yyq2763[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2744 := &x.ObjectMeta - yy2744.CodecEncodeSelf(e) + yy2772 := &x.ObjectMeta + yy2772.CodecEncodeSelf(e) } } - if yyr2735 || yy2arr2735 { + if yyr2763 || yy2arr2763 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2735[3] { - yy2746 := &x.Spec - yy2746.CodecEncodeSelf(e) + if yyq2763[3] { + yy2774 := &x.Spec + yy2774.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2735[3] { + if yyq2763[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2747 := &x.Spec - yy2747.CodecEncodeSelf(e) + yy2775 := &x.Spec + yy2775.CodecEncodeSelf(e) } } - if yyr2735 || yy2arr2735 { + if yyr2763 || yy2arr2763 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2735[4] { - yy2749 := &x.Status - yy2749.CodecEncodeSelf(e) + if yyq2763[4] { + yy2777 := &x.Status + yy2777.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2735[4] { + if yyq2763[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2750 := &x.Status - yy2750.CodecEncodeSelf(e) + yy2778 := &x.Status + yy2778.CodecEncodeSelf(e) } } - if yyr2735 || yy2arr2735 { + if yyr2763 || yy2arr2763 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35609,25 +36083,25 @@ func (x *Service) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2751 := z.DecBinary() - _ = yym2751 + yym2779 := z.DecBinary() + _ = yym2779 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2752 := r.ContainerType() - if yyct2752 == codecSelferValueTypeMap1234 { - yyl2752 := r.ReadMapStart() - if yyl2752 == 0 { + yyct2780 := r.ContainerType() + if yyct2780 == codecSelferValueTypeMap1234 { + yyl2780 := r.ReadMapStart() + if yyl2780 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2752, d) + x.codecDecodeSelfFromMap(yyl2780, d) } - } else if yyct2752 == codecSelferValueTypeArray1234 { - yyl2752 := r.ReadArrayStart() - if yyl2752 == 0 { + } else if yyct2780 == codecSelferValueTypeArray1234 { + yyl2780 := r.ReadArrayStart() + if yyl2780 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2752, d) + x.codecDecodeSelfFromArray(yyl2780, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35639,12 +36113,12 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2753Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2753Slc - var yyhl2753 bool = l >= 0 - for yyj2753 := 0; ; yyj2753++ { - if yyhl2753 { - if yyj2753 >= l { + var yys2781Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2781Slc + var yyhl2781 bool = l >= 0 + for yyj2781 := 0; ; yyj2781++ { + if yyhl2781 { + if yyj2781 >= l { break } } else { @@ -35653,10 +36127,10 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2753Slc = r.DecodeBytes(yys2753Slc, true, true) - yys2753 := string(yys2753Slc) + yys2781Slc = r.DecodeBytes(yys2781Slc, true, true) + yys2781 := string(yys2781Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2753 { + switch yys2781 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35673,27 +36147,27 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2756 := &x.ObjectMeta - yyv2756.CodecDecodeSelf(d) + yyv2784 := &x.ObjectMeta + yyv2784.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2757 := &x.Spec - yyv2757.CodecDecodeSelf(d) + yyv2785 := &x.Spec + yyv2785.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2758 := &x.Status - yyv2758.CodecDecodeSelf(d) + yyv2786 := &x.Status + yyv2786.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2753) - } // end switch yys2753 - } // end for yyj2753 + z.DecStructFieldNotFound(-1, yys2781) + } // end switch yys2781 + } // end for yyj2781 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35701,16 +36175,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2759 int - var yyb2759 bool - var yyhl2759 bool = l >= 0 - yyj2759++ - if yyhl2759 { - yyb2759 = yyj2759 > l + var yyj2787 int + var yyb2787 bool + var yyhl2787 bool = l >= 0 + yyj2787++ + if yyhl2787 { + yyb2787 = yyj2787 > l } else { - yyb2759 = r.CheckBreak() + yyb2787 = r.CheckBreak() } - if yyb2759 { + if yyb2787 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35720,13 +36194,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2759++ - if yyhl2759 { - yyb2759 = yyj2759 > l + yyj2787++ + if yyhl2787 { + yyb2787 = yyj2787 > l } else { - yyb2759 = r.CheckBreak() + yyb2787 = r.CheckBreak() } - if yyb2759 { + if yyb2787 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35736,13 +36210,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2759++ - if yyhl2759 { - yyb2759 = yyj2759 > l + yyj2787++ + if yyhl2787 { + yyb2787 = yyj2787 > l } else { - yyb2759 = r.CheckBreak() + yyb2787 = r.CheckBreak() } - if yyb2759 { + if yyb2787 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35750,16 +36224,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2762 := &x.ObjectMeta - yyv2762.CodecDecodeSelf(d) + yyv2790 := &x.ObjectMeta + yyv2790.CodecDecodeSelf(d) } - yyj2759++ - if yyhl2759 { - yyb2759 = yyj2759 > l + yyj2787++ + if yyhl2787 { + yyb2787 = yyj2787 > l } else { - yyb2759 = r.CheckBreak() + yyb2787 = r.CheckBreak() } - if yyb2759 { + if yyb2787 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35767,16 +36241,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2763 := &x.Spec - yyv2763.CodecDecodeSelf(d) + yyv2791 := &x.Spec + yyv2791.CodecDecodeSelf(d) } - yyj2759++ - if yyhl2759 { - yyb2759 = yyj2759 > l + yyj2787++ + if yyhl2787 { + yyb2787 = yyj2787 > l } else { - yyb2759 = r.CheckBreak() + yyb2787 = r.CheckBreak() } - if yyb2759 { + if yyb2787 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35784,21 +36258,21 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2764 := &x.Status - yyv2764.CodecDecodeSelf(d) + yyv2792 := &x.Status + yyv2792.CodecDecodeSelf(d) } for { - yyj2759++ - if yyhl2759 { - yyb2759 = yyj2759 > l + yyj2787++ + if yyhl2787 { + yyb2787 = yyj2787 > l } else { - yyb2759 = r.CheckBreak() + yyb2787 = r.CheckBreak() } - if yyb2759 { + if yyb2787 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2759-1, "") + z.DecStructFieldNotFound(yyj2787-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35810,38 +36284,38 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2765 := z.EncBinary() - _ = yym2765 + yym2793 := z.EncBinary() + _ = yym2793 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2766 := !z.EncBinary() - yy2arr2766 := z.EncBasicHandle().StructToArray - var yyq2766 [5]bool - _, _, _ = yysep2766, yyq2766, yy2arr2766 - const yyr2766 bool = false - yyq2766[0] = x.Kind != "" - yyq2766[1] = x.APIVersion != "" - yyq2766[2] = true - yyq2766[4] = len(x.ImagePullSecrets) != 0 - var yynn2766 int - if yyr2766 || yy2arr2766 { + yysep2794 := !z.EncBinary() + yy2arr2794 := z.EncBasicHandle().StructToArray + var yyq2794 [5]bool + _, _, _ = yysep2794, yyq2794, yy2arr2794 + const yyr2794 bool = false + yyq2794[0] = x.Kind != "" + yyq2794[1] = x.APIVersion != "" + yyq2794[2] = true + yyq2794[4] = len(x.ImagePullSecrets) != 0 + var yynn2794 int + if yyr2794 || yy2arr2794 { r.EncodeArrayStart(5) } else { - yynn2766 = 1 - for _, b := range yyq2766 { + yynn2794 = 1 + for _, b := range yyq2794 { if b { - yynn2766++ + yynn2794++ } } - r.EncodeMapStart(yynn2766) - yynn2766 = 0 + r.EncodeMapStart(yynn2794) + yynn2794 = 0 } - if yyr2766 || yy2arr2766 { + if yyr2794 || yy2arr2794 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2766[0] { - yym2768 := z.EncBinary() - _ = yym2768 + if yyq2794[0] { + yym2796 := z.EncBinary() + _ = yym2796 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35850,23 +36324,23 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2766[0] { + if yyq2794[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2769 := z.EncBinary() - _ = yym2769 + yym2797 := z.EncBinary() + _ = yym2797 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2766 || yy2arr2766 { + if yyr2794 || yy2arr2794 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2766[1] { - yym2771 := z.EncBinary() - _ = yym2771 + if yyq2794[1] { + yym2799 := z.EncBinary() + _ = yym2799 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35875,42 +36349,42 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2766[1] { + if yyq2794[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2772 := z.EncBinary() - _ = yym2772 + yym2800 := z.EncBinary() + _ = yym2800 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2766 || yy2arr2766 { + if yyr2794 || yy2arr2794 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2766[2] { - yy2774 := &x.ObjectMeta - yy2774.CodecEncodeSelf(e) + if yyq2794[2] { + yy2802 := &x.ObjectMeta + yy2802.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2766[2] { + if yyq2794[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2775 := &x.ObjectMeta - yy2775.CodecEncodeSelf(e) + yy2803 := &x.ObjectMeta + yy2803.CodecEncodeSelf(e) } } - if yyr2766 || yy2arr2766 { + if yyr2794 || yy2arr2794 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Secrets == nil { r.EncodeNil() } else { - yym2777 := z.EncBinary() - _ = yym2777 + yym2805 := z.EncBinary() + _ = yym2805 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -35923,22 +36397,22 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x.Secrets == nil { r.EncodeNil() } else { - yym2778 := z.EncBinary() - _ = yym2778 + yym2806 := z.EncBinary() + _ = yym2806 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) } } } - if yyr2766 || yy2arr2766 { + if yyr2794 || yy2arr2794 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2766[4] { + if yyq2794[4] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2780 := z.EncBinary() - _ = yym2780 + yym2808 := z.EncBinary() + _ = yym2808 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -35948,15 +36422,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2766[4] { + if yyq2794[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2781 := z.EncBinary() - _ = yym2781 + yym2809 := z.EncBinary() + _ = yym2809 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -35964,7 +36438,7 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2766 || yy2arr2766 { + if yyr2794 || yy2arr2794 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35977,25 +36451,25 @@ func (x *ServiceAccount) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2782 := z.DecBinary() - _ = yym2782 + yym2810 := z.DecBinary() + _ = yym2810 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2783 := r.ContainerType() - if yyct2783 == codecSelferValueTypeMap1234 { - yyl2783 := r.ReadMapStart() - if yyl2783 == 0 { + yyct2811 := r.ContainerType() + if yyct2811 == codecSelferValueTypeMap1234 { + yyl2811 := r.ReadMapStart() + if yyl2811 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2783, d) + x.codecDecodeSelfFromMap(yyl2811, d) } - } else if yyct2783 == codecSelferValueTypeArray1234 { - yyl2783 := r.ReadArrayStart() - if yyl2783 == 0 { + } else if yyct2811 == codecSelferValueTypeArray1234 { + yyl2811 := r.ReadArrayStart() + if yyl2811 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2783, d) + x.codecDecodeSelfFromArray(yyl2811, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36007,12 +36481,12 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2784Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2784Slc - var yyhl2784 bool = l >= 0 - for yyj2784 := 0; ; yyj2784++ { - if yyhl2784 { - if yyj2784 >= l { + var yys2812Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2812Slc + var yyhl2812 bool = l >= 0 + for yyj2812 := 0; ; yyj2812++ { + if yyhl2812 { + if yyj2812 >= l { break } } else { @@ -36021,10 +36495,10 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2784Slc = r.DecodeBytes(yys2784Slc, true, true) - yys2784 := string(yys2784Slc) + yys2812Slc = r.DecodeBytes(yys2812Slc, true, true) + yys2812 := string(yys2812Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2784 { + switch yys2812 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -36041,37 +36515,37 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2787 := &x.ObjectMeta - yyv2787.CodecDecodeSelf(d) + yyv2815 := &x.ObjectMeta + yyv2815.CodecDecodeSelf(d) } case "secrets": if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2788 := &x.Secrets - yym2789 := z.DecBinary() - _ = yym2789 + yyv2816 := &x.Secrets + yym2817 := z.DecBinary() + _ = yym2817 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2788), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2816), d) } } case "imagePullSecrets": if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2790 := &x.ImagePullSecrets - yym2791 := z.DecBinary() - _ = yym2791 + yyv2818 := &x.ImagePullSecrets + yym2819 := z.DecBinary() + _ = yym2819 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2790), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2818), d) } } default: - z.DecStructFieldNotFound(-1, yys2784) - } // end switch yys2784 - } // end for yyj2784 + z.DecStructFieldNotFound(-1, yys2812) + } // end switch yys2812 + } // end for yyj2812 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36079,16 +36553,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2792 int - var yyb2792 bool - var yyhl2792 bool = l >= 0 - yyj2792++ - if yyhl2792 { - yyb2792 = yyj2792 > l + var yyj2820 int + var yyb2820 bool + var yyhl2820 bool = l >= 0 + yyj2820++ + if yyhl2820 { + yyb2820 = yyj2820 > l } else { - yyb2792 = r.CheckBreak() + yyb2820 = r.CheckBreak() } - if yyb2792 { + if yyb2820 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36098,13 +36572,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2792++ - if yyhl2792 { - yyb2792 = yyj2792 > l + yyj2820++ + if yyhl2820 { + yyb2820 = yyj2820 > l } else { - yyb2792 = r.CheckBreak() + yyb2820 = r.CheckBreak() } - if yyb2792 { + if yyb2820 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36114,13 +36588,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2792++ - if yyhl2792 { - yyb2792 = yyj2792 > l + yyj2820++ + if yyhl2820 { + yyb2820 = yyj2820 > l } else { - yyb2792 = r.CheckBreak() + yyb2820 = r.CheckBreak() } - if yyb2792 { + if yyb2820 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36128,16 +36602,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2795 := &x.ObjectMeta - yyv2795.CodecDecodeSelf(d) + yyv2823 := &x.ObjectMeta + yyv2823.CodecDecodeSelf(d) } - yyj2792++ - if yyhl2792 { - yyb2792 = yyj2792 > l + yyj2820++ + if yyhl2820 { + yyb2820 = yyj2820 > l } else { - yyb2792 = r.CheckBreak() + yyb2820 = r.CheckBreak() } - if yyb2792 { + if yyb2820 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36145,21 +36619,21 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2796 := &x.Secrets - yym2797 := z.DecBinary() - _ = yym2797 + yyv2824 := &x.Secrets + yym2825 := z.DecBinary() + _ = yym2825 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2796), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2824), d) } } - yyj2792++ - if yyhl2792 { - yyb2792 = yyj2792 > l + yyj2820++ + if yyhl2820 { + yyb2820 = yyj2820 > l } else { - yyb2792 = r.CheckBreak() + yyb2820 = r.CheckBreak() } - if yyb2792 { + if yyb2820 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36167,26 +36641,26 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2798 := &x.ImagePullSecrets - yym2799 := z.DecBinary() - _ = yym2799 + yyv2826 := &x.ImagePullSecrets + yym2827 := z.DecBinary() + _ = yym2827 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2798), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2826), d) } } for { - yyj2792++ - if yyhl2792 { - yyb2792 = yyj2792 > l + yyj2820++ + if yyhl2820 { + yyb2820 = yyj2820 > l } else { - yyb2792 = r.CheckBreak() + yyb2820 = r.CheckBreak() } - if yyb2792 { + if yyb2820 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2792-1, "") + z.DecStructFieldNotFound(yyj2820-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36198,37 +36672,37 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2800 := z.EncBinary() - _ = yym2800 + yym2828 := z.EncBinary() + _ = yym2828 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2801 := !z.EncBinary() - yy2arr2801 := z.EncBasicHandle().StructToArray - var yyq2801 [4]bool - _, _, _ = yysep2801, yyq2801, yy2arr2801 - const yyr2801 bool = false - yyq2801[0] = x.Kind != "" - yyq2801[1] = x.APIVersion != "" - yyq2801[2] = true - var yynn2801 int - if yyr2801 || yy2arr2801 { + yysep2829 := !z.EncBinary() + yy2arr2829 := z.EncBasicHandle().StructToArray + var yyq2829 [4]bool + _, _, _ = yysep2829, yyq2829, yy2arr2829 + const yyr2829 bool = false + yyq2829[0] = x.Kind != "" + yyq2829[1] = x.APIVersion != "" + yyq2829[2] = true + var yynn2829 int + if yyr2829 || yy2arr2829 { r.EncodeArrayStart(4) } else { - yynn2801 = 1 - for _, b := range yyq2801 { + yynn2829 = 1 + for _, b := range yyq2829 { if b { - yynn2801++ + yynn2829++ } } - r.EncodeMapStart(yynn2801) - yynn2801 = 0 + r.EncodeMapStart(yynn2829) + yynn2829 = 0 } - if yyr2801 || yy2arr2801 { + if yyr2829 || yy2arr2829 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2801[0] { - yym2803 := z.EncBinary() - _ = yym2803 + if yyq2829[0] { + yym2831 := z.EncBinary() + _ = yym2831 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -36237,23 +36711,23 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2801[0] { + if yyq2829[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2804 := z.EncBinary() - _ = yym2804 + yym2832 := z.EncBinary() + _ = yym2832 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2801 || yy2arr2801 { + if yyr2829 || yy2arr2829 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2801[1] { - yym2806 := z.EncBinary() - _ = yym2806 + if yyq2829[1] { + yym2834 := z.EncBinary() + _ = yym2834 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -36262,54 +36736,54 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2801[1] { + if yyq2829[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2807 := z.EncBinary() - _ = yym2807 + yym2835 := z.EncBinary() + _ = yym2835 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2801 || yy2arr2801 { + if yyr2829 || yy2arr2829 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2801[2] { - yy2809 := &x.ListMeta - yym2810 := z.EncBinary() - _ = yym2810 + if yyq2829[2] { + yy2837 := &x.ListMeta + yym2838 := z.EncBinary() + _ = yym2838 if false { - } else if z.HasExtensions() && z.EncExt(yy2809) { + } else if z.HasExtensions() && z.EncExt(yy2837) { } else { - z.EncFallback(yy2809) + z.EncFallback(yy2837) } } else { r.EncodeNil() } } else { - if yyq2801[2] { + if yyq2829[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2811 := &x.ListMeta - yym2812 := z.EncBinary() - _ = yym2812 + yy2839 := &x.ListMeta + yym2840 := z.EncBinary() + _ = yym2840 if false { - } else if z.HasExtensions() && z.EncExt(yy2811) { + } else if z.HasExtensions() && z.EncExt(yy2839) { } else { - z.EncFallback(yy2811) + z.EncFallback(yy2839) } } } - if yyr2801 || yy2arr2801 { + if yyr2829 || yy2arr2829 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2814 := z.EncBinary() - _ = yym2814 + yym2842 := z.EncBinary() + _ = yym2842 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) @@ -36322,15 +36796,15 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2815 := z.EncBinary() - _ = yym2815 + yym2843 := z.EncBinary() + _ = yym2843 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) } } } - if yyr2801 || yy2arr2801 { + if yyr2829 || yy2arr2829 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36343,25 +36817,25 @@ func (x *ServiceAccountList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2816 := z.DecBinary() - _ = yym2816 + yym2844 := z.DecBinary() + _ = yym2844 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2817 := r.ContainerType() - if yyct2817 == codecSelferValueTypeMap1234 { - yyl2817 := r.ReadMapStart() - if yyl2817 == 0 { + yyct2845 := r.ContainerType() + if yyct2845 == codecSelferValueTypeMap1234 { + yyl2845 := r.ReadMapStart() + if yyl2845 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2817, d) + x.codecDecodeSelfFromMap(yyl2845, d) } - } else if yyct2817 == codecSelferValueTypeArray1234 { - yyl2817 := r.ReadArrayStart() - if yyl2817 == 0 { + } else if yyct2845 == codecSelferValueTypeArray1234 { + yyl2845 := r.ReadArrayStart() + if yyl2845 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2817, d) + x.codecDecodeSelfFromArray(yyl2845, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36373,12 +36847,12 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2818Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2818Slc - var yyhl2818 bool = l >= 0 - for yyj2818 := 0; ; yyj2818++ { - if yyhl2818 { - if yyj2818 >= l { + var yys2846Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2846Slc + var yyhl2846 bool = l >= 0 + for yyj2846 := 0; ; yyj2846++ { + if yyhl2846 { + if yyj2846 >= l { break } } else { @@ -36387,10 +36861,10 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2818Slc = r.DecodeBytes(yys2818Slc, true, true) - yys2818 := string(yys2818Slc) + yys2846Slc = r.DecodeBytes(yys2846Slc, true, true) + yys2846 := string(yys2846Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2818 { + switch yys2846 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -36407,31 +36881,31 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2821 := &x.ListMeta - yym2822 := z.DecBinary() - _ = yym2822 + yyv2849 := &x.ListMeta + yym2850 := z.DecBinary() + _ = yym2850 if false { - } else if z.HasExtensions() && z.DecExt(yyv2821) { + } else if z.HasExtensions() && z.DecExt(yyv2849) { } else { - z.DecFallback(yyv2821, false) + z.DecFallback(yyv2849, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2823 := &x.Items - yym2824 := z.DecBinary() - _ = yym2824 + yyv2851 := &x.Items + yym2852 := z.DecBinary() + _ = yym2852 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2823), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2851), d) } } default: - z.DecStructFieldNotFound(-1, yys2818) - } // end switch yys2818 - } // end for yyj2818 + z.DecStructFieldNotFound(-1, yys2846) + } // end switch yys2846 + } // end for yyj2846 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36439,16 +36913,16 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2825 int - var yyb2825 bool - var yyhl2825 bool = l >= 0 - yyj2825++ - if yyhl2825 { - yyb2825 = yyj2825 > l + var yyj2853 int + var yyb2853 bool + var yyhl2853 bool = l >= 0 + yyj2853++ + if yyhl2853 { + yyb2853 = yyj2853 > l } else { - yyb2825 = r.CheckBreak() + yyb2853 = r.CheckBreak() } - if yyb2825 { + if yyb2853 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36458,13 +36932,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Kind = string(r.DecodeString()) } - yyj2825++ - if yyhl2825 { - yyb2825 = yyj2825 > l + yyj2853++ + if yyhl2853 { + yyb2853 = yyj2853 > l } else { - yyb2825 = r.CheckBreak() + yyb2853 = r.CheckBreak() } - if yyb2825 { + if yyb2853 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36474,13 +36948,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.APIVersion = string(r.DecodeString()) } - yyj2825++ - if yyhl2825 { - yyb2825 = yyj2825 > l + yyj2853++ + if yyhl2853 { + yyb2853 = yyj2853 > l } else { - yyb2825 = r.CheckBreak() + yyb2853 = r.CheckBreak() } - if yyb2825 { + if yyb2853 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36488,22 +36962,22 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2828 := &x.ListMeta - yym2829 := z.DecBinary() - _ = yym2829 + yyv2856 := &x.ListMeta + yym2857 := z.DecBinary() + _ = yym2857 if false { - } else if z.HasExtensions() && z.DecExt(yyv2828) { + } else if z.HasExtensions() && z.DecExt(yyv2856) { } else { - z.DecFallback(yyv2828, false) + z.DecFallback(yyv2856, false) } } - yyj2825++ - if yyhl2825 { - yyb2825 = yyj2825 > l + yyj2853++ + if yyhl2853 { + yyb2853 = yyj2853 > l } else { - yyb2825 = r.CheckBreak() + yyb2853 = r.CheckBreak() } - if yyb2825 { + if yyb2853 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36511,26 +36985,26 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2830 := &x.Items - yym2831 := z.DecBinary() - _ = yym2831 + yyv2858 := &x.Items + yym2859 := z.DecBinary() + _ = yym2859 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2830), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2858), d) } } for { - yyj2825++ - if yyhl2825 { - yyb2825 = yyj2825 > l + yyj2853++ + if yyhl2853 { + yyb2853 = yyj2853 > l } else { - yyb2825 = r.CheckBreak() + yyb2853 = r.CheckBreak() } - if yyb2825 { + if yyb2853 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2825-1, "") + z.DecStructFieldNotFound(yyj2853-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36542,37 +37016,37 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2832 := z.EncBinary() - _ = yym2832 + yym2860 := z.EncBinary() + _ = yym2860 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2833 := !z.EncBinary() - yy2arr2833 := z.EncBasicHandle().StructToArray - var yyq2833 [4]bool - _, _, _ = yysep2833, yyq2833, yy2arr2833 - const yyr2833 bool = false - yyq2833[0] = x.Kind != "" - yyq2833[1] = x.APIVersion != "" - yyq2833[2] = true - var yynn2833 int - if yyr2833 || yy2arr2833 { + yysep2861 := !z.EncBinary() + yy2arr2861 := z.EncBasicHandle().StructToArray + var yyq2861 [4]bool + _, _, _ = yysep2861, yyq2861, yy2arr2861 + const yyr2861 bool = false + yyq2861[0] = x.Kind != "" + yyq2861[1] = x.APIVersion != "" + yyq2861[2] = true + var yynn2861 int + if yyr2861 || yy2arr2861 { r.EncodeArrayStart(4) } else { - yynn2833 = 1 - for _, b := range yyq2833 { + yynn2861 = 1 + for _, b := range yyq2861 { if b { - yynn2833++ + yynn2861++ } } - r.EncodeMapStart(yynn2833) - yynn2833 = 0 + r.EncodeMapStart(yynn2861) + yynn2861 = 0 } - if yyr2833 || yy2arr2833 { + if yyr2861 || yy2arr2861 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2833[0] { - yym2835 := z.EncBinary() - _ = yym2835 + if yyq2861[0] { + yym2863 := z.EncBinary() + _ = yym2863 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -36581,23 +37055,23 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2833[0] { + if yyq2861[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2836 := z.EncBinary() - _ = yym2836 + yym2864 := z.EncBinary() + _ = yym2864 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2833 || yy2arr2833 { + if yyr2861 || yy2arr2861 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2833[1] { - yym2838 := z.EncBinary() - _ = yym2838 + if yyq2861[1] { + yym2866 := z.EncBinary() + _ = yym2866 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -36606,42 +37080,42 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2833[1] { + if yyq2861[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2839 := z.EncBinary() - _ = yym2839 + yym2867 := z.EncBinary() + _ = yym2867 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2833 || yy2arr2833 { + if yyr2861 || yy2arr2861 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2833[2] { - yy2841 := &x.ObjectMeta - yy2841.CodecEncodeSelf(e) + if yyq2861[2] { + yy2869 := &x.ObjectMeta + yy2869.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2833[2] { + if yyq2861[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2842 := &x.ObjectMeta - yy2842.CodecEncodeSelf(e) + yy2870 := &x.ObjectMeta + yy2870.CodecEncodeSelf(e) } } - if yyr2833 || yy2arr2833 { + if yyr2861 || yy2arr2861 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Subsets == nil { r.EncodeNil() } else { - yym2844 := z.EncBinary() - _ = yym2844 + yym2872 := z.EncBinary() + _ = yym2872 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) @@ -36654,15 +37128,15 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x.Subsets == nil { r.EncodeNil() } else { - yym2845 := z.EncBinary() - _ = yym2845 + yym2873 := z.EncBinary() + _ = yym2873 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) } } } - if yyr2833 || yy2arr2833 { + if yyr2861 || yy2arr2861 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36675,25 +37149,25 @@ func (x *Endpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2846 := z.DecBinary() - _ = yym2846 + yym2874 := z.DecBinary() + _ = yym2874 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2847 := r.ContainerType() - if yyct2847 == codecSelferValueTypeMap1234 { - yyl2847 := r.ReadMapStart() - if yyl2847 == 0 { + yyct2875 := r.ContainerType() + if yyct2875 == codecSelferValueTypeMap1234 { + yyl2875 := r.ReadMapStart() + if yyl2875 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2847, d) + x.codecDecodeSelfFromMap(yyl2875, d) } - } else if yyct2847 == codecSelferValueTypeArray1234 { - yyl2847 := r.ReadArrayStart() - if yyl2847 == 0 { + } else if yyct2875 == codecSelferValueTypeArray1234 { + yyl2875 := r.ReadArrayStart() + if yyl2875 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2847, d) + x.codecDecodeSelfFromArray(yyl2875, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36705,12 +37179,12 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2848Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2848Slc - var yyhl2848 bool = l >= 0 - for yyj2848 := 0; ; yyj2848++ { - if yyhl2848 { - if yyj2848 >= l { + var yys2876Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2876Slc + var yyhl2876 bool = l >= 0 + for yyj2876 := 0; ; yyj2876++ { + if yyhl2876 { + if yyj2876 >= l { break } } else { @@ -36719,10 +37193,10 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2848Slc = r.DecodeBytes(yys2848Slc, true, true) - yys2848 := string(yys2848Slc) + yys2876Slc = r.DecodeBytes(yys2876Slc, true, true) + yys2876 := string(yys2876Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2848 { + switch yys2876 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -36739,25 +37213,25 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2851 := &x.ObjectMeta - yyv2851.CodecDecodeSelf(d) + yyv2879 := &x.ObjectMeta + yyv2879.CodecDecodeSelf(d) } case "Subsets": if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2852 := &x.Subsets - yym2853 := z.DecBinary() - _ = yym2853 + yyv2880 := &x.Subsets + yym2881 := z.DecBinary() + _ = yym2881 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2852), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2880), d) } } default: - z.DecStructFieldNotFound(-1, yys2848) - } // end switch yys2848 - } // end for yyj2848 + z.DecStructFieldNotFound(-1, yys2876) + } // end switch yys2876 + } // end for yyj2876 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36765,16 +37239,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2854 int - var yyb2854 bool - var yyhl2854 bool = l >= 0 - yyj2854++ - if yyhl2854 { - yyb2854 = yyj2854 > l + var yyj2882 int + var yyb2882 bool + var yyhl2882 bool = l >= 0 + yyj2882++ + if yyhl2882 { + yyb2882 = yyj2882 > l } else { - yyb2854 = r.CheckBreak() + yyb2882 = r.CheckBreak() } - if yyb2854 { + if yyb2882 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36784,13 +37258,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2854++ - if yyhl2854 { - yyb2854 = yyj2854 > l + yyj2882++ + if yyhl2882 { + yyb2882 = yyj2882 > l } else { - yyb2854 = r.CheckBreak() + yyb2882 = r.CheckBreak() } - if yyb2854 { + if yyb2882 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36800,13 +37274,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2854++ - if yyhl2854 { - yyb2854 = yyj2854 > l + yyj2882++ + if yyhl2882 { + yyb2882 = yyj2882 > l } else { - yyb2854 = r.CheckBreak() + yyb2882 = r.CheckBreak() } - if yyb2854 { + if yyb2882 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36814,16 +37288,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2857 := &x.ObjectMeta - yyv2857.CodecDecodeSelf(d) + yyv2885 := &x.ObjectMeta + yyv2885.CodecDecodeSelf(d) } - yyj2854++ - if yyhl2854 { - yyb2854 = yyj2854 > l + yyj2882++ + if yyhl2882 { + yyb2882 = yyj2882 > l } else { - yyb2854 = r.CheckBreak() + yyb2882 = r.CheckBreak() } - if yyb2854 { + if yyb2882 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36831,26 +37305,26 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2858 := &x.Subsets - yym2859 := z.DecBinary() - _ = yym2859 + yyv2886 := &x.Subsets + yym2887 := z.DecBinary() + _ = yym2887 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2858), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2886), d) } } for { - yyj2854++ - if yyhl2854 { - yyb2854 = yyj2854 > l + yyj2882++ + if yyhl2882 { + yyb2882 = yyj2882 > l } else { - yyb2854 = r.CheckBreak() + yyb2882 = r.CheckBreak() } - if yyb2854 { + if yyb2882 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2854-1, "") + z.DecStructFieldNotFound(yyj2882-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36862,36 +37336,36 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2860 := z.EncBinary() - _ = yym2860 + yym2888 := z.EncBinary() + _ = yym2888 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2861 := !z.EncBinary() - yy2arr2861 := z.EncBasicHandle().StructToArray - var yyq2861 [3]bool - _, _, _ = yysep2861, yyq2861, yy2arr2861 - const yyr2861 bool = false - var yynn2861 int - if yyr2861 || yy2arr2861 { + yysep2889 := !z.EncBinary() + yy2arr2889 := z.EncBasicHandle().StructToArray + var yyq2889 [3]bool + _, _, _ = yysep2889, yyq2889, yy2arr2889 + const yyr2889 bool = false + var yynn2889 int + if yyr2889 || yy2arr2889 { r.EncodeArrayStart(3) } else { - yynn2861 = 3 - for _, b := range yyq2861 { + yynn2889 = 3 + for _, b := range yyq2889 { if b { - yynn2861++ + yynn2889++ } } - r.EncodeMapStart(yynn2861) - yynn2861 = 0 + r.EncodeMapStart(yynn2889) + yynn2889 = 0 } - if yyr2861 || yy2arr2861 { + if yyr2889 || yy2arr2889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2863 := z.EncBinary() - _ = yym2863 + yym2891 := z.EncBinary() + _ = yym2891 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) @@ -36904,21 +37378,21 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.Addresses == nil { r.EncodeNil() } else { - yym2864 := z.EncBinary() - _ = yym2864 + yym2892 := z.EncBinary() + _ = yym2892 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) } } } - if yyr2861 || yy2arr2861 { + if yyr2889 || yy2arr2889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2866 := z.EncBinary() - _ = yym2866 + yym2894 := z.EncBinary() + _ = yym2894 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) @@ -36931,21 +37405,21 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2867 := z.EncBinary() - _ = yym2867 + yym2895 := z.EncBinary() + _ = yym2895 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) } } } - if yyr2861 || yy2arr2861 { + if yyr2889 || yy2arr2889 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym2869 := z.EncBinary() - _ = yym2869 + yym2897 := z.EncBinary() + _ = yym2897 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) @@ -36958,15 +37432,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym2870 := z.EncBinary() - _ = yym2870 + yym2898 := z.EncBinary() + _ = yym2898 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) } } } - if yyr2861 || yy2arr2861 { + if yyr2889 || yy2arr2889 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36979,25 +37453,25 @@ func (x *EndpointSubset) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2871 := z.DecBinary() - _ = yym2871 + yym2899 := z.DecBinary() + _ = yym2899 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2872 := r.ContainerType() - if yyct2872 == codecSelferValueTypeMap1234 { - yyl2872 := r.ReadMapStart() - if yyl2872 == 0 { + yyct2900 := r.ContainerType() + if yyct2900 == codecSelferValueTypeMap1234 { + yyl2900 := r.ReadMapStart() + if yyl2900 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2872, d) + x.codecDecodeSelfFromMap(yyl2900, d) } - } else if yyct2872 == codecSelferValueTypeArray1234 { - yyl2872 := r.ReadArrayStart() - if yyl2872 == 0 { + } else if yyct2900 == codecSelferValueTypeArray1234 { + yyl2900 := r.ReadArrayStart() + if yyl2900 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2872, d) + x.codecDecodeSelfFromArray(yyl2900, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37009,12 +37483,12 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2873Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2873Slc - var yyhl2873 bool = l >= 0 - for yyj2873 := 0; ; yyj2873++ { - if yyhl2873 { - if yyj2873 >= l { + var yys2901Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2901Slc + var yyhl2901 bool = l >= 0 + for yyj2901 := 0; ; yyj2901++ { + if yyhl2901 { + if yyj2901 >= l { break } } else { @@ -37023,50 +37497,50 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2873Slc = r.DecodeBytes(yys2873Slc, true, true) - yys2873 := string(yys2873Slc) + yys2901Slc = r.DecodeBytes(yys2901Slc, true, true) + yys2901 := string(yys2901Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2873 { + switch yys2901 { case "Addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2874 := &x.Addresses - yym2875 := z.DecBinary() - _ = yym2875 + yyv2902 := &x.Addresses + yym2903 := z.DecBinary() + _ = yym2903 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2874), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2902), d) } } case "NotReadyAddresses": if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2876 := &x.NotReadyAddresses - yym2877 := z.DecBinary() - _ = yym2877 + yyv2904 := &x.NotReadyAddresses + yym2905 := z.DecBinary() + _ = yym2905 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2876), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2904), d) } } case "Ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2878 := &x.Ports - yym2879 := z.DecBinary() - _ = yym2879 + yyv2906 := &x.Ports + yym2907 := z.DecBinary() + _ = yym2907 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2878), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2906), d) } } default: - z.DecStructFieldNotFound(-1, yys2873) - } // end switch yys2873 - } // end for yyj2873 + z.DecStructFieldNotFound(-1, yys2901) + } // end switch yys2901 + } // end for yyj2901 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37074,16 +37548,16 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2880 int - var yyb2880 bool - var yyhl2880 bool = l >= 0 - yyj2880++ - if yyhl2880 { - yyb2880 = yyj2880 > l + var yyj2908 int + var yyb2908 bool + var yyhl2908 bool = l >= 0 + yyj2908++ + if yyhl2908 { + yyb2908 = yyj2908 > l } else { - yyb2880 = r.CheckBreak() + yyb2908 = r.CheckBreak() } - if yyb2880 { + if yyb2908 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37091,21 +37565,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2881 := &x.Addresses - yym2882 := z.DecBinary() - _ = yym2882 + yyv2909 := &x.Addresses + yym2910 := z.DecBinary() + _ = yym2910 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2881), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2909), d) } } - yyj2880++ - if yyhl2880 { - yyb2880 = yyj2880 > l + yyj2908++ + if yyhl2908 { + yyb2908 = yyj2908 > l } else { - yyb2880 = r.CheckBreak() + yyb2908 = r.CheckBreak() } - if yyb2880 { + if yyb2908 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37113,21 +37587,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2883 := &x.NotReadyAddresses - yym2884 := z.DecBinary() - _ = yym2884 + yyv2911 := &x.NotReadyAddresses + yym2912 := z.DecBinary() + _ = yym2912 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2883), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2911), d) } } - yyj2880++ - if yyhl2880 { - yyb2880 = yyj2880 > l + yyj2908++ + if yyhl2908 { + yyb2908 = yyj2908 > l } else { - yyb2880 = r.CheckBreak() + yyb2908 = r.CheckBreak() } - if yyb2880 { + if yyb2908 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37135,26 +37609,26 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2885 := &x.Ports - yym2886 := z.DecBinary() - _ = yym2886 + yyv2913 := &x.Ports + yym2914 := z.DecBinary() + _ = yym2914 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2885), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2913), d) } } for { - yyj2880++ - if yyhl2880 { - yyb2880 = yyj2880 > l + yyj2908++ + if yyhl2908 { + yyb2908 = yyj2908 > l } else { - yyb2880 = r.CheckBreak() + yyb2908 = r.CheckBreak() } - if yyb2880 { + if yyb2908 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2880-1, "") + z.DecStructFieldNotFound(yyj2908-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37166,35 +37640,35 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2887 := z.EncBinary() - _ = yym2887 + yym2915 := z.EncBinary() + _ = yym2915 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2888 := !z.EncBinary() - yy2arr2888 := z.EncBasicHandle().StructToArray - var yyq2888 [4]bool - _, _, _ = yysep2888, yyq2888, yy2arr2888 - const yyr2888 bool = false - yyq2888[1] = x.Hostname != "" - yyq2888[2] = x.NodeName != nil - var yynn2888 int - if yyr2888 || yy2arr2888 { + yysep2916 := !z.EncBinary() + yy2arr2916 := z.EncBasicHandle().StructToArray + var yyq2916 [4]bool + _, _, _ = yysep2916, yyq2916, yy2arr2916 + const yyr2916 bool = false + yyq2916[1] = x.Hostname != "" + yyq2916[2] = x.NodeName != nil + var yynn2916 int + if yyr2916 || yy2arr2916 { r.EncodeArrayStart(4) } else { - yynn2888 = 2 - for _, b := range yyq2888 { + yynn2916 = 2 + for _, b := range yyq2916 { if b { - yynn2888++ + yynn2916++ } } - r.EncodeMapStart(yynn2888) - yynn2888 = 0 + r.EncodeMapStart(yynn2916) + yynn2916 = 0 } - if yyr2888 || yy2arr2888 { + if yyr2916 || yy2arr2916 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2890 := z.EncBinary() - _ = yym2890 + yym2918 := z.EncBinary() + _ = yym2918 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -37203,18 +37677,18 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("IP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2891 := z.EncBinary() - _ = yym2891 + yym2919 := z.EncBinary() + _ = yym2919 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } - if yyr2888 || yy2arr2888 { + if yyr2916 || yy2arr2916 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2888[1] { - yym2893 := z.EncBinary() - _ = yym2893 + if yyq2916[1] { + yym2921 := z.EncBinary() + _ = yym2921 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -37223,54 +37697,54 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2888[1] { + if yyq2916[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2894 := z.EncBinary() - _ = yym2894 + yym2922 := z.EncBinary() + _ = yym2922 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr2888 || yy2arr2888 { + if yyr2916 || yy2arr2916 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2888[2] { + if yyq2916[2] { if x.NodeName == nil { r.EncodeNil() } else { - yy2896 := *x.NodeName - yym2897 := z.EncBinary() - _ = yym2897 + yy2924 := *x.NodeName + yym2925 := z.EncBinary() + _ = yym2925 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy2896)) + r.EncodeString(codecSelferC_UTF81234, string(yy2924)) } } } else { r.EncodeNil() } } else { - if yyq2888[2] { + if yyq2916[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NodeName == nil { r.EncodeNil() } else { - yy2898 := *x.NodeName - yym2899 := z.EncBinary() - _ = yym2899 + yy2926 := *x.NodeName + yym2927 := z.EncBinary() + _ = yym2927 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy2898)) + r.EncodeString(codecSelferC_UTF81234, string(yy2926)) } } } } - if yyr2888 || yy2arr2888 { + if yyr2916 || yy2arr2916 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TargetRef == nil { r.EncodeNil() @@ -37287,7 +37761,7 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { x.TargetRef.CodecEncodeSelf(e) } } - if yyr2888 || yy2arr2888 { + if yyr2916 || yy2arr2916 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37300,25 +37774,25 @@ func (x *EndpointAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2901 := z.DecBinary() - _ = yym2901 + yym2929 := z.DecBinary() + _ = yym2929 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2902 := r.ContainerType() - if yyct2902 == codecSelferValueTypeMap1234 { - yyl2902 := r.ReadMapStart() - if yyl2902 == 0 { + yyct2930 := r.ContainerType() + if yyct2930 == codecSelferValueTypeMap1234 { + yyl2930 := r.ReadMapStart() + if yyl2930 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2902, d) + x.codecDecodeSelfFromMap(yyl2930, d) } - } else if yyct2902 == codecSelferValueTypeArray1234 { - yyl2902 := r.ReadArrayStart() - if yyl2902 == 0 { + } else if yyct2930 == codecSelferValueTypeArray1234 { + yyl2930 := r.ReadArrayStart() + if yyl2930 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2902, d) + x.codecDecodeSelfFromArray(yyl2930, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37330,12 +37804,12 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2903Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2903Slc - var yyhl2903 bool = l >= 0 - for yyj2903 := 0; ; yyj2903++ { - if yyhl2903 { - if yyj2903 >= l { + var yys2931Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2931Slc + var yyhl2931 bool = l >= 0 + for yyj2931 := 0; ; yyj2931++ { + if yyhl2931 { + if yyj2931 >= l { break } } else { @@ -37344,10 +37818,10 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2903Slc = r.DecodeBytes(yys2903Slc, true, true) - yys2903 := string(yys2903Slc) + yys2931Slc = r.DecodeBytes(yys2931Slc, true, true) + yys2931 := string(yys2931Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2903 { + switch yys2931 { case "IP": if r.TryDecodeAsNil() { x.IP = "" @@ -37369,8 +37843,8 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.NodeName == nil { x.NodeName = new(string) } - yym2907 := z.DecBinary() - _ = yym2907 + yym2935 := z.DecBinary() + _ = yym2935 if false { } else { *((*string)(x.NodeName)) = r.DecodeString() @@ -37388,9 +37862,9 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TargetRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2903) - } // end switch yys2903 - } // end for yyj2903 + z.DecStructFieldNotFound(-1, yys2931) + } // end switch yys2931 + } // end for yyj2931 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37398,16 +37872,16 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2909 int - var yyb2909 bool - var yyhl2909 bool = l >= 0 - yyj2909++ - if yyhl2909 { - yyb2909 = yyj2909 > l + var yyj2937 int + var yyb2937 bool + var yyhl2937 bool = l >= 0 + yyj2937++ + if yyhl2937 { + yyb2937 = yyj2937 > l } else { - yyb2909 = r.CheckBreak() + yyb2937 = r.CheckBreak() } - if yyb2909 { + if yyb2937 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37417,13 +37891,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.IP = string(r.DecodeString()) } - yyj2909++ - if yyhl2909 { - yyb2909 = yyj2909 > l + yyj2937++ + if yyhl2937 { + yyb2937 = yyj2937 > l } else { - yyb2909 = r.CheckBreak() + yyb2937 = r.CheckBreak() } - if yyb2909 { + if yyb2937 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37433,13 +37907,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Hostname = string(r.DecodeString()) } - yyj2909++ - if yyhl2909 { - yyb2909 = yyj2909 > l + yyj2937++ + if yyhl2937 { + yyb2937 = yyj2937 > l } else { - yyb2909 = r.CheckBreak() + yyb2937 = r.CheckBreak() } - if yyb2909 { + if yyb2937 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37452,20 +37926,20 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.NodeName == nil { x.NodeName = new(string) } - yym2913 := z.DecBinary() - _ = yym2913 + yym2941 := z.DecBinary() + _ = yym2941 if false { } else { *((*string)(x.NodeName)) = r.DecodeString() } } - yyj2909++ - if yyhl2909 { - yyb2909 = yyj2909 > l + yyj2937++ + if yyhl2937 { + yyb2937 = yyj2937 > l } else { - yyb2909 = r.CheckBreak() + yyb2937 = r.CheckBreak() } - if yyb2909 { + if yyb2937 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37481,17 +37955,17 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TargetRef.CodecDecodeSelf(d) } for { - yyj2909++ - if yyhl2909 { - yyb2909 = yyj2909 > l + yyj2937++ + if yyhl2937 { + yyb2937 = yyj2937 > l } else { - yyb2909 = r.CheckBreak() + yyb2937 = r.CheckBreak() } - if yyb2909 { + if yyb2937 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2909-1, "") + z.DecStructFieldNotFound(yyj2937-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37503,33 +37977,33 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2915 := z.EncBinary() - _ = yym2915 + yym2943 := z.EncBinary() + _ = yym2943 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2916 := !z.EncBinary() - yy2arr2916 := z.EncBasicHandle().StructToArray - var yyq2916 [3]bool - _, _, _ = yysep2916, yyq2916, yy2arr2916 - const yyr2916 bool = false - var yynn2916 int - if yyr2916 || yy2arr2916 { + yysep2944 := !z.EncBinary() + yy2arr2944 := z.EncBasicHandle().StructToArray + var yyq2944 [3]bool + _, _, _ = yysep2944, yyq2944, yy2arr2944 + const yyr2944 bool = false + var yynn2944 int + if yyr2944 || yy2arr2944 { r.EncodeArrayStart(3) } else { - yynn2916 = 3 - for _, b := range yyq2916 { + yynn2944 = 3 + for _, b := range yyq2944 { if b { - yynn2916++ + yynn2944++ } } - r.EncodeMapStart(yynn2916) - yynn2916 = 0 + r.EncodeMapStart(yynn2944) + yynn2944 = 0 } - if yyr2916 || yy2arr2916 { + if yyr2944 || yy2arr2944 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2918 := z.EncBinary() - _ = yym2918 + yym2946 := z.EncBinary() + _ = yym2946 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -37538,17 +38012,17 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2919 := z.EncBinary() - _ = yym2919 + yym2947 := z.EncBinary() + _ = yym2947 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr2916 || yy2arr2916 { + if yyr2944 || yy2arr2944 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2921 := z.EncBinary() - _ = yym2921 + yym2949 := z.EncBinary() + _ = yym2949 if false { } else { r.EncodeInt(int64(x.Port)) @@ -37557,14 +38031,14 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2922 := z.EncBinary() - _ = yym2922 + yym2950 := z.EncBinary() + _ = yym2950 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2916 || yy2arr2916 { + if yyr2944 || yy2arr2944 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Protocol.CodecEncodeSelf(e) } else { @@ -37573,7 +38047,7 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } - if yyr2916 || yy2arr2916 { + if yyr2944 || yy2arr2944 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37586,25 +38060,25 @@ func (x *EndpointPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2924 := z.DecBinary() - _ = yym2924 + yym2952 := z.DecBinary() + _ = yym2952 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2925 := r.ContainerType() - if yyct2925 == codecSelferValueTypeMap1234 { - yyl2925 := r.ReadMapStart() - if yyl2925 == 0 { + yyct2953 := r.ContainerType() + if yyct2953 == codecSelferValueTypeMap1234 { + yyl2953 := r.ReadMapStart() + if yyl2953 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2925, d) + x.codecDecodeSelfFromMap(yyl2953, d) } - } else if yyct2925 == codecSelferValueTypeArray1234 { - yyl2925 := r.ReadArrayStart() - if yyl2925 == 0 { + } else if yyct2953 == codecSelferValueTypeArray1234 { + yyl2953 := r.ReadArrayStart() + if yyl2953 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2925, d) + x.codecDecodeSelfFromArray(yyl2953, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37616,12 +38090,12 @@ func (x *EndpointPort) 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 yys2954Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2954Slc + var yyhl2954 bool = l >= 0 + for yyj2954 := 0; ; yyj2954++ { + if yyhl2954 { + if yyj2954 >= l { break } } else { @@ -37630,10 +38104,10 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2926Slc = r.DecodeBytes(yys2926Slc, true, true) - yys2926 := string(yys2926Slc) + yys2954Slc = r.DecodeBytes(yys2954Slc, true, true) + yys2954 := string(yys2954Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2926 { + switch yys2954 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -37653,9 +38127,9 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2926) - } // end switch yys2926 - } // end for yyj2926 + z.DecStructFieldNotFound(-1, yys2954) + } // end switch yys2954 + } // end for yyj2954 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37663,16 +38137,16 @@ func (x *EndpointPort) 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 yyj2958 int + var yyb2958 bool + var yyhl2958 bool = l >= 0 + yyj2958++ + if yyhl2958 { + yyb2958 = yyj2958 > l } else { - yyb2930 = r.CheckBreak() + yyb2958 = r.CheckBreak() } - if yyb2930 { + if yyb2958 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37682,13 +38156,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2930++ - if yyhl2930 { - yyb2930 = yyj2930 > l + yyj2958++ + if yyhl2958 { + yyb2958 = yyj2958 > l } else { - yyb2930 = r.CheckBreak() + yyb2958 = r.CheckBreak() } - if yyb2930 { + if yyb2958 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37698,13 +38172,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2930++ - if yyhl2930 { - yyb2930 = yyj2930 > l + yyj2958++ + if yyhl2958 { + yyb2958 = yyj2958 > l } else { - yyb2930 = r.CheckBreak() + yyb2958 = r.CheckBreak() } - if yyb2930 { + if yyb2958 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37715,17 +38189,17 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } for { - yyj2930++ - if yyhl2930 { - yyb2930 = yyj2930 > l + yyj2958++ + if yyhl2958 { + yyb2958 = yyj2958 > l } else { - yyb2930 = r.CheckBreak() + yyb2958 = r.CheckBreak() } - if yyb2930 { + if yyb2958 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2930-1, "") + z.DecStructFieldNotFound(yyj2958-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37737,37 +38211,37 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2934 := z.EncBinary() - _ = yym2934 + yym2962 := z.EncBinary() + _ = yym2962 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2935 := !z.EncBinary() - yy2arr2935 := z.EncBasicHandle().StructToArray - var yyq2935 [4]bool - _, _, _ = yysep2935, yyq2935, yy2arr2935 - const yyr2935 bool = false - yyq2935[0] = x.Kind != "" - yyq2935[1] = x.APIVersion != "" - yyq2935[2] = true - var yynn2935 int - if yyr2935 || yy2arr2935 { + yysep2963 := !z.EncBinary() + yy2arr2963 := z.EncBasicHandle().StructToArray + var yyq2963 [4]bool + _, _, _ = yysep2963, yyq2963, yy2arr2963 + const yyr2963 bool = false + yyq2963[0] = x.Kind != "" + yyq2963[1] = x.APIVersion != "" + yyq2963[2] = true + var yynn2963 int + if yyr2963 || yy2arr2963 { r.EncodeArrayStart(4) } else { - yynn2935 = 1 - for _, b := range yyq2935 { + yynn2963 = 1 + for _, b := range yyq2963 { if b { - yynn2935++ + yynn2963++ } } - r.EncodeMapStart(yynn2935) - yynn2935 = 0 + r.EncodeMapStart(yynn2963) + yynn2963 = 0 } - if yyr2935 || yy2arr2935 { + if yyr2963 || yy2arr2963 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2935[0] { - yym2937 := z.EncBinary() - _ = yym2937 + if yyq2963[0] { + yym2965 := z.EncBinary() + _ = yym2965 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -37776,23 +38250,23 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2935[0] { + if yyq2963[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2938 := z.EncBinary() - _ = yym2938 + yym2966 := z.EncBinary() + _ = yym2966 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2935 || yy2arr2935 { + if yyr2963 || yy2arr2963 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2935[1] { - yym2940 := z.EncBinary() - _ = yym2940 + if yyq2963[1] { + yym2968 := z.EncBinary() + _ = yym2968 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -37801,54 +38275,54 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2935[1] { + if yyq2963[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2941 := z.EncBinary() - _ = yym2941 + yym2969 := z.EncBinary() + _ = yym2969 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2935 || yy2arr2935 { + if yyr2963 || yy2arr2963 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2935[2] { - yy2943 := &x.ListMeta - yym2944 := z.EncBinary() - _ = yym2944 + if yyq2963[2] { + yy2971 := &x.ListMeta + yym2972 := z.EncBinary() + _ = yym2972 if false { - } else if z.HasExtensions() && z.EncExt(yy2943) { + } else if z.HasExtensions() && z.EncExt(yy2971) { } else { - z.EncFallback(yy2943) + z.EncFallback(yy2971) } } else { r.EncodeNil() } } else { - if yyq2935[2] { + if yyq2963[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2945 := &x.ListMeta - yym2946 := z.EncBinary() - _ = yym2946 + yy2973 := &x.ListMeta + yym2974 := z.EncBinary() + _ = yym2974 if false { - } else if z.HasExtensions() && z.EncExt(yy2945) { + } else if z.HasExtensions() && z.EncExt(yy2973) { } else { - z.EncFallback(yy2945) + z.EncFallback(yy2973) } } } - if yyr2935 || yy2arr2935 { + if yyr2963 || yy2arr2963 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2948 := z.EncBinary() - _ = yym2948 + yym2976 := z.EncBinary() + _ = yym2976 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) @@ -37861,15 +38335,15 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2949 := z.EncBinary() - _ = yym2949 + yym2977 := z.EncBinary() + _ = yym2977 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) } } } - if yyr2935 || yy2arr2935 { + if yyr2963 || yy2arr2963 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37882,25 +38356,25 @@ func (x *EndpointsList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2950 := z.DecBinary() - _ = yym2950 + yym2978 := z.DecBinary() + _ = yym2978 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2951 := r.ContainerType() - if yyct2951 == codecSelferValueTypeMap1234 { - yyl2951 := r.ReadMapStart() - if yyl2951 == 0 { + yyct2979 := r.ContainerType() + if yyct2979 == codecSelferValueTypeMap1234 { + yyl2979 := r.ReadMapStart() + if yyl2979 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2951, d) + x.codecDecodeSelfFromMap(yyl2979, d) } - } else if yyct2951 == codecSelferValueTypeArray1234 { - yyl2951 := r.ReadArrayStart() - if yyl2951 == 0 { + } else if yyct2979 == codecSelferValueTypeArray1234 { + yyl2979 := r.ReadArrayStart() + if yyl2979 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2951, d) + x.codecDecodeSelfFromArray(yyl2979, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37912,12 +38386,12 @@ func (x *EndpointsList) 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 yys2980Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2980Slc + var yyhl2980 bool = l >= 0 + for yyj2980 := 0; ; yyj2980++ { + if yyhl2980 { + if yyj2980 >= l { break } } else { @@ -37926,10 +38400,10 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2952Slc = r.DecodeBytes(yys2952Slc, true, true) - yys2952 := string(yys2952Slc) + yys2980Slc = r.DecodeBytes(yys2980Slc, true, true) + yys2980 := string(yys2980Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2952 { + switch yys2980 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -37946,361 +38420,35 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2955 := &x.ListMeta - yym2956 := z.DecBinary() - _ = yym2956 + yyv2983 := &x.ListMeta + yym2984 := z.DecBinary() + _ = yym2984 if false { - } else if z.HasExtensions() && z.DecExt(yyv2955) { + } else if z.HasExtensions() && z.DecExt(yyv2983) { } else { - z.DecFallback(yyv2955, false) + z.DecFallback(yyv2983, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2957 := &x.Items - yym2958 := z.DecBinary() - _ = yym2958 + yyv2985 := &x.Items + yym2986 := z.DecBinary() + _ = yym2986 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2957), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2985), d) } } default: - z.DecStructFieldNotFound(-1, yys2952) - } // end switch yys2952 - } // end for yyj2952 + z.DecStructFieldNotFound(-1, yys2980) + } // end switch yys2980 + } // end for yyj2980 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj2959 int - var yyb2959 bool - var yyhl2959 bool = l >= 0 - yyj2959++ - if yyhl2959 { - yyb2959 = yyj2959 > l - } else { - yyb2959 = r.CheckBreak() - } - if yyb2959 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj2959++ - if yyhl2959 { - yyb2959 = yyj2959 > l - } else { - yyb2959 = r.CheckBreak() - } - if yyb2959 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj2959++ - if yyhl2959 { - yyb2959 = yyj2959 > l - } else { - yyb2959 = r.CheckBreak() - } - if yyb2959 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} - } else { - yyv2962 := &x.ListMeta - yym2963 := z.DecBinary() - _ = yym2963 - if false { - } else if z.HasExtensions() && z.DecExt(yyv2962) { - } else { - z.DecFallback(yyv2962, false) - } - } - yyj2959++ - if yyhl2959 { - yyb2959 = yyj2959 > l - } else { - yyb2959 = r.CheckBreak() - } - if yyb2959 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Items = nil - } else { - yyv2964 := &x.Items - yym2965 := z.DecBinary() - _ = yym2965 - if false { - } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2964), d) - } - } - for { - yyj2959++ - if yyhl2959 { - yyb2959 = yyj2959 > l - } else { - yyb2959 = r.CheckBreak() - } - if yyb2959 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2959-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym2966 := z.EncBinary() - _ = yym2966 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep2967 := !z.EncBinary() - yy2arr2967 := z.EncBasicHandle().StructToArray - var yyq2967 [4]bool - _, _, _ = yysep2967, yyq2967, yy2arr2967 - const yyr2967 bool = false - yyq2967[0] = x.PodCIDR != "" - yyq2967[1] = x.ExternalID != "" - yyq2967[2] = x.ProviderID != "" - yyq2967[3] = x.Unschedulable != false - var yynn2967 int - if yyr2967 || yy2arr2967 { - r.EncodeArrayStart(4) - } else { - yynn2967 = 0 - for _, b := range yyq2967 { - if b { - yynn2967++ - } - } - r.EncodeMapStart(yynn2967) - yynn2967 = 0 - } - if yyr2967 || yy2arr2967 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2967[0] { - yym2969 := z.EncBinary() - _ = yym2969 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2967[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2970 := z.EncBinary() - _ = yym2970 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) - } - } - } - if yyr2967 || yy2arr2967 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2967[1] { - yym2972 := z.EncBinary() - _ = yym2972 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2967[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("externalID")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2973 := z.EncBinary() - _ = yym2973 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) - } - } - } - if yyr2967 || yy2arr2967 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2967[2] { - yym2975 := z.EncBinary() - _ = yym2975 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2967[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("providerID")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2976 := z.EncBinary() - _ = yym2976 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) - } - } - } - if yyr2967 || yy2arr2967 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2967[3] { - yym2978 := z.EncBinary() - _ = yym2978 - if false { - } else { - r.EncodeBool(bool(x.Unschedulable)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq2967[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("unschedulable")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2979 := z.EncBinary() - _ = yym2979 - if false { - } else { - r.EncodeBool(bool(x.Unschedulable)) - } - } - } - if yyr2967 || yy2arr2967 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *NodeSpec) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym2980 := z.DecBinary() - _ = yym2980 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct2981 := r.ContainerType() - if yyct2981 == codecSelferValueTypeMap1234 { - yyl2981 := r.ReadMapStart() - if yyl2981 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl2981, d) - } - } else if yyct2981 == codecSelferValueTypeArray1234 { - yyl2981 := r.ReadArrayStart() - if yyl2981 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl2981, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - 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 { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2982Slc = r.DecodeBytes(yys2982Slc, true, true) - yys2982 := string(yys2982Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2982 { - case "podCIDR": - if r.TryDecodeAsNil() { - x.PodCIDR = "" - } else { - x.PodCIDR = string(r.DecodeString()) - } - case "externalID": - if r.TryDecodeAsNil() { - x.ExternalID = "" - } else { - x.ExternalID = string(r.DecodeString()) - } - case "providerID": - if r.TryDecodeAsNil() { - x.ProviderID = "" - } else { - x.ProviderID = string(r.DecodeString()) - } - case "unschedulable": - if r.TryDecodeAsNil() { - x.Unschedulable = false - } else { - x.Unschedulable = bool(r.DecodeBool()) - } - default: - z.DecStructFieldNotFound(-1, yys2982) - } // end switch yys2982 - } // end for yyj2982 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -38319,9 +38467,9 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.PodCIDR = "" + x.Kind = "" } else { - x.PodCIDR = string(r.DecodeString()) + x.Kind = string(r.DecodeString()) } yyj2987++ if yyhl2987 { @@ -38335,9 +38483,9 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.ExternalID = "" + x.APIVersion = "" } else { - x.ExternalID = string(r.DecodeString()) + x.APIVersion = string(r.DecodeString()) } yyj2987++ if yyhl2987 { @@ -38351,9 +38499,16 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.ProviderID = "" + x.ListMeta = pkg2_unversioned.ListMeta{} } else { - x.ProviderID = string(r.DecodeString()) + yyv2990 := &x.ListMeta + yym2991 := z.DecBinary() + _ = yym2991 + if false { + } else if z.HasExtensions() && z.DecExt(yyv2990) { + } else { + z.DecFallback(yyv2990, false) + } } yyj2987++ if yyhl2987 { @@ -38367,9 +38522,15 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.Unschedulable = false + x.Items = nil } else { - x.Unschedulable = bool(r.DecodeBool()) + yyv2992 := &x.Items + yym2993 := z.DecBinary() + _ = yym2993 + if false { + } else { + h.decSliceEndpoints((*[]Endpoints)(yyv2992), d) + } } for { yyj2987++ @@ -38387,217 +38548,141 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { +func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r if x == nil { r.EncodeNil() } else { - yym2992 := z.EncBinary() - _ = yym2992 + yym2994 := z.EncBinary() + _ = yym2994 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2993 := !z.EncBinary() - yy2arr2993 := z.EncBasicHandle().StructToArray - var yyq2993 [1]bool - _, _, _ = yysep2993, yyq2993, yy2arr2993 - const yyr2993 bool = false - var yynn2993 int - if yyr2993 || yy2arr2993 { - r.EncodeArrayStart(1) + yysep2995 := !z.EncBinary() + yy2arr2995 := z.EncBasicHandle().StructToArray + var yyq2995 [4]bool + _, _, _ = yysep2995, yyq2995, yy2arr2995 + const yyr2995 bool = false + yyq2995[0] = x.PodCIDR != "" + yyq2995[1] = x.ExternalID != "" + yyq2995[2] = x.ProviderID != "" + yyq2995[3] = x.Unschedulable != false + var yynn2995 int + if yyr2995 || yy2arr2995 { + r.EncodeArrayStart(4) } else { - yynn2993 = 1 - for _, b := range yyq2993 { + yynn2995 = 0 + for _, b := range yyq2995 { if b { - yynn2993++ + yynn2995++ } } - r.EncodeMapStart(yynn2993) - yynn2993 = 0 + r.EncodeMapStart(yynn2995) + yynn2995 = 0 } - if yyr2993 || yy2arr2993 { + if yyr2995 || yy2arr2995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2995 := z.EncBinary() - _ = yym2995 - if false { - } else { - r.EncodeInt(int64(x.Port)) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("Port")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2996 := z.EncBinary() - _ = yym2996 - if false { - } else { - r.EncodeInt(int64(x.Port)) - } - } - if yyr2993 || yy2arr2993 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *DaemonEndpoint) 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 *DaemonEndpoint) 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 "Port": - if r.TryDecodeAsNil() { - x.Port = 0 - } else { - x.Port = int32(r.DecodeInt(32)) - } - default: - z.DecStructFieldNotFound(-1, yys2999) - } // end switch yys2999 - } // end for yyj2999 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj3001 int - var yyb3001 bool - var yyhl3001 bool = l >= 0 - yyj3001++ - if yyhl3001 { - yyb3001 = yyj3001 > l - } else { - yyb3001 = r.CheckBreak() - } - if yyb3001 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Port = 0 - } else { - x.Port = int32(r.DecodeInt(32)) - } - for { - yyj3001++ - if yyhl3001 { - yyb3001 = yyj3001 > l - } else { - yyb3001 = r.CheckBreak() - } - if yyb3001 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3001-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *NodeDaemonEndpoints) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym3003 := z.EncBinary() - _ = yym3003 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep3004 := !z.EncBinary() - yy2arr3004 := z.EncBasicHandle().StructToArray - var yyq3004 [1]bool - _, _, _ = yysep3004, yyq3004, yy2arr3004 - const yyr3004 bool = false - yyq3004[0] = true - var yynn3004 int - if yyr3004 || yy2arr3004 { - r.EncodeArrayStart(1) - } else { - yynn3004 = 0 - for _, b := range yyq3004 { - if b { - yynn3004++ + if yyq2995[0] { + yym2997 := z.EncBinary() + _ = yym2997 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) } - } - r.EncodeMapStart(yynn3004) - yynn3004 = 0 - } - if yyr3004 || yy2arr3004 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3004[0] { - yy3006 := &x.KubeletEndpoint - yy3006.CodecEncodeSelf(e) } else { - r.EncodeNil() + r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3004[0] { + if yyq2995[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kubeletEndpoint")) + r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3007 := &x.KubeletEndpoint - yy3007.CodecEncodeSelf(e) + yym2998 := z.EncBinary() + _ = yym2998 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) + } } } - if yyr3004 || yy2arr3004 { + if yyr2995 || yy2arr2995 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2995[1] { + yym3000 := z.EncBinary() + _ = yym3000 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2995[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("externalID")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3001 := z.EncBinary() + _ = yym3001 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) + } + } + } + if yyr2995 || yy2arr2995 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2995[2] { + yym3003 := z.EncBinary() + _ = yym3003 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2995[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("providerID")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3004 := z.EncBinary() + _ = yym3004 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) + } + } + } + if yyr2995 || yy2arr2995 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2995[3] { + yym3006 := z.EncBinary() + _ = yym3006 + if false { + } else { + r.EncodeBool(bool(x.Unschedulable)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq2995[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("unschedulable")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3007 := z.EncBinary() + _ = yym3007 + if false { + } else { + r.EncodeBool(bool(x.Unschedulable)) + } + } + } + if yyr2995 || yy2arr2995 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38606,7 +38691,7 @@ func (x *NodeDaemonEndpoints) CodecEncodeSelf(e *codec1978.Encoder) { } } -func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder) { +func (x *NodeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -38636,7 +38721,7 @@ func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -38658,12 +38743,29 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder yys3010 := string(yys3010Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) switch yys3010 { - case "kubeletEndpoint": + case "podCIDR": if r.TryDecodeAsNil() { - x.KubeletEndpoint = DaemonEndpoint{} + x.PodCIDR = "" } else { - yyv3011 := &x.KubeletEndpoint - yyv3011.CodecDecodeSelf(d) + x.PodCIDR = string(r.DecodeString()) + } + case "externalID": + if r.TryDecodeAsNil() { + x.ExternalID = "" + } else { + x.ExternalID = string(r.DecodeString()) + } + case "providerID": + if r.TryDecodeAsNil() { + x.ProviderID = "" + } else { + x.ProviderID = string(r.DecodeString()) + } + case "unschedulable": + if r.TryDecodeAsNil() { + x.Unschedulable = false + } else { + x.Unschedulable = bool(r.DecodeBool()) } default: z.DecStructFieldNotFound(-1, yys3010) @@ -38672,20 +38774,392 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder z.DecSendContainerState(codecSelfer_containerMapEnd1234) } +func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj3015 int + var yyb3015 bool + var yyhl3015 bool = l >= 0 + yyj3015++ + if yyhl3015 { + yyb3015 = yyj3015 > l + } else { + yyb3015 = r.CheckBreak() + } + if yyb3015 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.PodCIDR = "" + } else { + x.PodCIDR = string(r.DecodeString()) + } + yyj3015++ + if yyhl3015 { + yyb3015 = yyj3015 > l + } else { + yyb3015 = r.CheckBreak() + } + if yyb3015 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ExternalID = "" + } else { + x.ExternalID = string(r.DecodeString()) + } + yyj3015++ + if yyhl3015 { + yyb3015 = yyj3015 > l + } else { + yyb3015 = r.CheckBreak() + } + if yyb3015 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ProviderID = "" + } else { + x.ProviderID = string(r.DecodeString()) + } + yyj3015++ + if yyhl3015 { + yyb3015 = yyj3015 > l + } else { + yyb3015 = r.CheckBreak() + } + if yyb3015 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Unschedulable = false + } else { + x.Unschedulable = bool(r.DecodeBool()) + } + for { + yyj3015++ + if yyhl3015 { + yyb3015 = yyj3015 > l + } else { + yyb3015 = r.CheckBreak() + } + if yyb3015 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3015-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3020 := z.EncBinary() + _ = yym3020 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + 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 { + yynn3021 = 1 + for _, b := range yyq3021 { + if b { + yynn3021++ + } + } + r.EncodeMapStart(yynn3021) + yynn3021 = 0 + } + if yyr3021 || yy2arr3021 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym3023 := z.EncBinary() + _ = yym3023 + if false { + } else { + r.EncodeInt(int64(x.Port)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("Port")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3024 := z.EncBinary() + _ = yym3024 + if false { + } else { + r.EncodeInt(int64(x.Port)) + } + } + if yyr3021 || yy2arr3021 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *DaemonEndpoint) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3025 := z.DecBinary() + _ = yym3025 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3026 := r.ContainerType() + if yyct3026 == codecSelferValueTypeMap1234 { + yyl3026 := r.ReadMapStart() + if yyl3026 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3026, d) + } + } else if yyct3026 == codecSelferValueTypeArray1234 { + yyl3026 := r.ReadArrayStart() + if yyl3026 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3026, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + 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 { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3027Slc = r.DecodeBytes(yys3027Slc, true, true) + yys3027 := string(yys3027Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3027 { + case "Port": + if r.TryDecodeAsNil() { + x.Port = 0 + } else { + x.Port = int32(r.DecodeInt(32)) + } + default: + z.DecStructFieldNotFound(-1, yys3027) + } // end switch yys3027 + } // end for yyj3027 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj3029 int + var yyb3029 bool + var yyhl3029 bool = l >= 0 + 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.Port = 0 + } else { + x.Port = int32(r.DecodeInt(32)) + } + for { + yyj3029++ + if yyhl3029 { + yyb3029 = yyj3029 > l + } else { + yyb3029 = r.CheckBreak() + } + if yyb3029 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3029-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *NodeDaemonEndpoints) 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 [1]bool + _, _, _ = yysep3032, yyq3032, yy2arr3032 + const yyr3032 bool = false + yyq3032[0] = true + var yynn3032 int + if yyr3032 || yy2arr3032 { + r.EncodeArrayStart(1) + } 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] { + yy3034 := &x.KubeletEndpoint + yy3034.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3032[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kubeletEndpoint")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3035 := &x.KubeletEndpoint + yy3035.CodecEncodeSelf(e) + } + } + if yyr3032 || yy2arr3032 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3036 := z.DecBinary() + _ = yym3036 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3037 := r.ContainerType() + if yyct3037 == codecSelferValueTypeMap1234 { + yyl3037 := r.ReadMapStart() + if yyl3037 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3037, d) + } + } else if yyct3037 == codecSelferValueTypeArray1234 { + yyl3037 := r.ReadArrayStart() + if yyl3037 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3037, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3038Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3038Slc + var yyhl3038 bool = l >= 0 + for yyj3038 := 0; ; yyj3038++ { + if yyhl3038 { + if yyj3038 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3038Slc = r.DecodeBytes(yys3038Slc, true, true) + yys3038 := string(yys3038Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3038 { + case "kubeletEndpoint": + if r.TryDecodeAsNil() { + x.KubeletEndpoint = DaemonEndpoint{} + } else { + yyv3039 := &x.KubeletEndpoint + yyv3039.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys3038) + } // end switch yys3038 + } // end for yyj3038 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3012 int - var yyb3012 bool - var yyhl3012 bool = l >= 0 - yyj3012++ - if yyhl3012 { - yyb3012 = yyj3012 > l + var yyj3040 int + var yyb3040 bool + var yyhl3040 bool = l >= 0 + yyj3040++ + if yyhl3040 { + yyb3040 = yyj3040 > l } else { - yyb3012 = r.CheckBreak() + yyb3040 = r.CheckBreak() } - if yyb3012 { + if yyb3040 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38693,21 +39167,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv3013 := &x.KubeletEndpoint - yyv3013.CodecDecodeSelf(d) + yyv3041 := &x.KubeletEndpoint + yyv3041.CodecDecodeSelf(d) } for { - yyj3012++ - if yyhl3012 { - yyb3012 = yyj3012 > l + yyj3040++ + if yyhl3040 { + yyb3040 = yyj3040 > l } else { - yyb3012 = r.CheckBreak() + yyb3040 = r.CheckBreak() } - if yyb3012 { + if yyb3040 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3012-1, "") + z.DecStructFieldNotFound(yyj3040-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38719,33 +39193,33 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3014 := z.EncBinary() - _ = yym3014 + yym3042 := z.EncBinary() + _ = yym3042 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3015 := !z.EncBinary() - yy2arr3015 := z.EncBasicHandle().StructToArray - var yyq3015 [10]bool - _, _, _ = yysep3015, yyq3015, yy2arr3015 - const yyr3015 bool = false - var yynn3015 int - if yyr3015 || yy2arr3015 { + yysep3043 := !z.EncBinary() + yy2arr3043 := z.EncBasicHandle().StructToArray + var yyq3043 [10]bool + _, _, _ = yysep3043, yyq3043, yy2arr3043 + const yyr3043 bool = false + var yynn3043 int + if yyr3043 || yy2arr3043 { r.EncodeArrayStart(10) } else { - yynn3015 = 10 - for _, b := range yyq3015 { + yynn3043 = 10 + for _, b := range yyq3043 { if b { - yynn3015++ + yynn3043++ } } - r.EncodeMapStart(yynn3015) - yynn3015 = 0 + r.EncodeMapStart(yynn3043) + yynn3043 = 0 } - if yyr3015 || yy2arr3015 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3017 := z.EncBinary() - _ = yym3017 + yym3045 := z.EncBinary() + _ = yym3045 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) @@ -38754,17 +39228,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("machineID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3018 := z.EncBinary() - _ = yym3018 + yym3046 := z.EncBinary() + _ = yym3046 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) } } - if yyr3015 || yy2arr3015 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3020 := z.EncBinary() - _ = yym3020 + yym3048 := z.EncBinary() + _ = yym3048 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) @@ -38773,17 +39247,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("systemUUID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3021 := z.EncBinary() - _ = yym3021 + yym3049 := z.EncBinary() + _ = yym3049 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) } } - if yyr3015 || yy2arr3015 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3023 := z.EncBinary() - _ = yym3023 + yym3051 := z.EncBinary() + _ = yym3051 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) @@ -38792,17 +39266,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("bootID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3024 := z.EncBinary() - _ = yym3024 + yym3052 := z.EncBinary() + _ = yym3052 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) } } - if yyr3015 || yy2arr3015 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3026 := z.EncBinary() - _ = yym3026 + yym3054 := z.EncBinary() + _ = yym3054 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) @@ -38811,17 +39285,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kernelVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3027 := z.EncBinary() - _ = yym3027 + yym3055 := z.EncBinary() + _ = yym3055 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) } } - if yyr3015 || yy2arr3015 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3029 := z.EncBinary() - _ = yym3029 + yym3057 := z.EncBinary() + _ = yym3057 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) @@ -38830,17 +39304,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("osImage")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3030 := z.EncBinary() - _ = yym3030 + yym3058 := z.EncBinary() + _ = yym3058 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) } } - if yyr3015 || yy2arr3015 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3032 := z.EncBinary() - _ = yym3032 + yym3060 := z.EncBinary() + _ = yym3060 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) @@ -38849,17 +39323,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerRuntimeVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3033 := z.EncBinary() - _ = yym3033 + yym3061 := z.EncBinary() + _ = yym3061 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) } } - if yyr3015 || yy2arr3015 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3035 := z.EncBinary() - _ = yym3035 + yym3063 := z.EncBinary() + _ = yym3063 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) @@ -38868,17 +39342,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3036 := z.EncBinary() - _ = yym3036 + yym3064 := z.EncBinary() + _ = yym3064 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) } } - if yyr3015 || yy2arr3015 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3038 := z.EncBinary() - _ = yym3038 + yym3066 := z.EncBinary() + _ = yym3066 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) @@ -38887,17 +39361,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeProxyVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3039 := z.EncBinary() - _ = yym3039 + yym3067 := z.EncBinary() + _ = yym3067 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) } } - if yyr3015 || yy2arr3015 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3041 := z.EncBinary() - _ = yym3041 + yym3069 := z.EncBinary() + _ = yym3069 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) @@ -38906,17 +39380,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("operatingSystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3042 := z.EncBinary() - _ = yym3042 + yym3070 := z.EncBinary() + _ = yym3070 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) } } - if yyr3015 || yy2arr3015 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3044 := z.EncBinary() - _ = yym3044 + yym3072 := z.EncBinary() + _ = yym3072 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) @@ -38925,14 +39399,14 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("architecture")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3045 := z.EncBinary() - _ = yym3045 + yym3073 := z.EncBinary() + _ = yym3073 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) } } - if yyr3015 || yy2arr3015 { + if yyr3043 || yy2arr3043 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38945,25 +39419,25 @@ func (x *NodeSystemInfo) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3046 := z.DecBinary() - _ = yym3046 + yym3074 := z.DecBinary() + _ = yym3074 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3047 := r.ContainerType() - if yyct3047 == codecSelferValueTypeMap1234 { - yyl3047 := r.ReadMapStart() - if yyl3047 == 0 { + yyct3075 := r.ContainerType() + if yyct3075 == codecSelferValueTypeMap1234 { + yyl3075 := r.ReadMapStart() + if yyl3075 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3047, d) + x.codecDecodeSelfFromMap(yyl3075, d) } - } else if yyct3047 == codecSelferValueTypeArray1234 { - yyl3047 := r.ReadArrayStart() - if yyl3047 == 0 { + } else if yyct3075 == codecSelferValueTypeArray1234 { + yyl3075 := r.ReadArrayStart() + if yyl3075 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3047, d) + x.codecDecodeSelfFromArray(yyl3075, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38975,12 +39449,12 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3048Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3048Slc - var yyhl3048 bool = l >= 0 - for yyj3048 := 0; ; yyj3048++ { - if yyhl3048 { - if yyj3048 >= l { + var yys3076Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3076Slc + var yyhl3076 bool = l >= 0 + for yyj3076 := 0; ; yyj3076++ { + if yyhl3076 { + if yyj3076 >= l { break } } else { @@ -38989,10 +39463,10 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3048Slc = r.DecodeBytes(yys3048Slc, true, true) - yys3048 := string(yys3048Slc) + yys3076Slc = r.DecodeBytes(yys3076Slc, true, true) + yys3076 := string(yys3076Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3048 { + switch yys3076 { case "machineID": if r.TryDecodeAsNil() { x.MachineID = "" @@ -39054,9 +39528,9 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3048) - } // end switch yys3048 - } // end for yyj3048 + z.DecStructFieldNotFound(-1, yys3076) + } // end switch yys3076 + } // end for yyj3076 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39064,16 +39538,16 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3059 int - var yyb3059 bool - var yyhl3059 bool = l >= 0 - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + var yyj3087 int + var yyb3087 bool + var yyhl3087 bool = l >= 0 + yyj3087++ + if yyhl3087 { + yyb3087 = yyj3087 > l } else { - yyb3059 = r.CheckBreak() + yyb3087 = r.CheckBreak() } - if yyb3059 { + if yyb3087 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39083,13 +39557,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MachineID = string(r.DecodeString()) } - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + yyj3087++ + if yyhl3087 { + yyb3087 = yyj3087 > l } else { - yyb3059 = r.CheckBreak() + yyb3087 = r.CheckBreak() } - if yyb3059 { + if yyb3087 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39099,13 +39573,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SystemUUID = string(r.DecodeString()) } - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + yyj3087++ + if yyhl3087 { + yyb3087 = yyj3087 > l } else { - yyb3059 = r.CheckBreak() + yyb3087 = r.CheckBreak() } - if yyb3059 { + if yyb3087 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39115,13 +39589,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.BootID = string(r.DecodeString()) } - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + yyj3087++ + if yyhl3087 { + yyb3087 = yyj3087 > l } else { - yyb3059 = r.CheckBreak() + yyb3087 = r.CheckBreak() } - if yyb3059 { + if yyb3087 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39131,13 +39605,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KernelVersion = string(r.DecodeString()) } - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + yyj3087++ + if yyhl3087 { + yyb3087 = yyj3087 > l } else { - yyb3059 = r.CheckBreak() + yyb3087 = r.CheckBreak() } - if yyb3059 { + if yyb3087 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39147,13 +39621,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OSImage = string(r.DecodeString()) } - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + yyj3087++ + if yyhl3087 { + yyb3087 = yyj3087 > l } else { - yyb3059 = r.CheckBreak() + yyb3087 = r.CheckBreak() } - if yyb3059 { + if yyb3087 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39163,13 +39637,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerRuntimeVersion = string(r.DecodeString()) } - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + yyj3087++ + if yyhl3087 { + yyb3087 = yyj3087 > l } else { - yyb3059 = r.CheckBreak() + yyb3087 = r.CheckBreak() } - if yyb3059 { + if yyb3087 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39179,13 +39653,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeletVersion = string(r.DecodeString()) } - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + yyj3087++ + if yyhl3087 { + yyb3087 = yyj3087 > l } else { - yyb3059 = r.CheckBreak() + yyb3087 = r.CheckBreak() } - if yyb3059 { + if yyb3087 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39195,13 +39669,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeProxyVersion = string(r.DecodeString()) } - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + yyj3087++ + if yyhl3087 { + yyb3087 = yyj3087 > l } else { - yyb3059 = r.CheckBreak() + yyb3087 = r.CheckBreak() } - if yyb3059 { + if yyb3087 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39211,13 +39685,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OperatingSystem = string(r.DecodeString()) } - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + yyj3087++ + if yyhl3087 { + yyb3087 = yyj3087 > l } else { - yyb3059 = r.CheckBreak() + yyb3087 = r.CheckBreak() } - if yyb3059 { + if yyb3087 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39228,17 +39702,17 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } for { - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + yyj3087++ + if yyhl3087 { + yyb3087 = yyj3087 > l } else { - yyb3059 = r.CheckBreak() + yyb3087 = r.CheckBreak() } - if yyb3059 { + if yyb3087 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3059-1, "") + z.DecStructFieldNotFound(yyj3087-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39250,42 +39724,42 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3070 := z.EncBinary() - _ = yym3070 + yym3098 := z.EncBinary() + _ = yym3098 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3071 := !z.EncBinary() - yy2arr3071 := z.EncBasicHandle().StructToArray - var yyq3071 [10]bool - _, _, _ = yysep3071, yyq3071, yy2arr3071 - const yyr3071 bool = false - yyq3071[0] = len(x.Capacity) != 0 - yyq3071[1] = len(x.Allocatable) != 0 - yyq3071[2] = x.Phase != "" - yyq3071[3] = len(x.Conditions) != 0 - yyq3071[4] = len(x.Addresses) != 0 - yyq3071[5] = true - yyq3071[6] = true - yyq3071[7] = len(x.Images) != 0 - yyq3071[8] = len(x.VolumesInUse) != 0 - yyq3071[9] = len(x.VolumesAttached) != 0 - var yynn3071 int - if yyr3071 || yy2arr3071 { + yysep3099 := !z.EncBinary() + yy2arr3099 := z.EncBasicHandle().StructToArray + var yyq3099 [10]bool + _, _, _ = yysep3099, yyq3099, yy2arr3099 + const yyr3099 bool = false + yyq3099[0] = len(x.Capacity) != 0 + yyq3099[1] = len(x.Allocatable) != 0 + yyq3099[2] = x.Phase != "" + yyq3099[3] = len(x.Conditions) != 0 + yyq3099[4] = len(x.Addresses) != 0 + yyq3099[5] = true + yyq3099[6] = true + yyq3099[7] = len(x.Images) != 0 + yyq3099[8] = len(x.VolumesInUse) != 0 + yyq3099[9] = len(x.VolumesAttached) != 0 + var yynn3099 int + if yyr3099 || yy2arr3099 { r.EncodeArrayStart(10) } else { - yynn3071 = 0 - for _, b := range yyq3071 { + yynn3099 = 0 + for _, b := range yyq3099 { if b { - yynn3071++ + yynn3099++ } } - r.EncodeMapStart(yynn3071) - yynn3071 = 0 + r.EncodeMapStart(yynn3099) + yynn3099 = 0 } - if yyr3071 || yy2arr3071 { + if yyr3099 || yy2arr3099 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3071[0] { + if yyq3099[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -39295,7 +39769,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3071[0] { + if yyq3099[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -39306,9 +39780,9 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3071 || yy2arr3071 { + if yyr3099 || yy2arr3099 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3071[1] { + if yyq3099[1] { if x.Allocatable == nil { r.EncodeNil() } else { @@ -39318,7 +39792,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3071[1] { + if yyq3099[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("allocatable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -39329,29 +39803,29 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3071 || yy2arr3071 { + if yyr3099 || yy2arr3099 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3071[2] { + if yyq3099[2] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3071[2] { + if yyq3099[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr3071 || yy2arr3071 { + if yyr3099 || yy2arr3099 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3071[3] { + if yyq3099[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym3076 := z.EncBinary() - _ = yym3076 + yym3104 := z.EncBinary() + _ = yym3104 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -39361,15 +39835,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3071[3] { + if yyq3099[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym3077 := z.EncBinary() - _ = yym3077 + yym3105 := z.EncBinary() + _ = yym3105 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -39377,14 +39851,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3071 || yy2arr3071 { + if yyr3099 || yy2arr3099 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3071[4] { + if yyq3099[4] { if x.Addresses == nil { r.EncodeNil() } else { - yym3079 := z.EncBinary() - _ = yym3079 + yym3107 := z.EncBinary() + _ = yym3107 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -39394,15 +39868,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3071[4] { + if yyq3099[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("addresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Addresses == nil { r.EncodeNil() } else { - yym3080 := z.EncBinary() - _ = yym3080 + yym3108 := z.EncBinary() + _ = yym3108 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -39410,48 +39884,48 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3071 || yy2arr3071 { + if yyr3099 || yy2arr3099 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3071[5] { - yy3082 := &x.DaemonEndpoints - yy3082.CodecEncodeSelf(e) + if yyq3099[5] { + yy3110 := &x.DaemonEndpoints + yy3110.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3071[5] { + if yyq3099[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("daemonEndpoints")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3083 := &x.DaemonEndpoints - yy3083.CodecEncodeSelf(e) + yy3111 := &x.DaemonEndpoints + yy3111.CodecEncodeSelf(e) } } - if yyr3071 || yy2arr3071 { + if yyr3099 || yy2arr3099 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3071[6] { - yy3085 := &x.NodeInfo - yy3085.CodecEncodeSelf(e) + if yyq3099[6] { + yy3113 := &x.NodeInfo + yy3113.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3071[6] { + if yyq3099[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeInfo")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3086 := &x.NodeInfo - yy3086.CodecEncodeSelf(e) + yy3114 := &x.NodeInfo + yy3114.CodecEncodeSelf(e) } } - if yyr3071 || yy2arr3071 { + if yyr3099 || yy2arr3099 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3071[7] { + if yyq3099[7] { if x.Images == nil { r.EncodeNil() } else { - yym3088 := z.EncBinary() - _ = yym3088 + yym3116 := z.EncBinary() + _ = yym3116 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -39461,15 +39935,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3071[7] { + if yyq3099[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("images")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Images == nil { r.EncodeNil() } else { - yym3089 := z.EncBinary() - _ = yym3089 + yym3117 := z.EncBinary() + _ = yym3117 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -39477,14 +39951,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3071 || yy2arr3071 { + if yyr3099 || yy2arr3099 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3071[8] { + if yyq3099[8] { if x.VolumesInUse == nil { r.EncodeNil() } else { - yym3091 := z.EncBinary() - _ = yym3091 + yym3119 := z.EncBinary() + _ = yym3119 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -39494,15 +39968,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3071[8] { + if yyq3099[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesInUse")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesInUse == nil { r.EncodeNil() } else { - yym3092 := z.EncBinary() - _ = yym3092 + yym3120 := z.EncBinary() + _ = yym3120 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -39510,14 +39984,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3071 || yy2arr3071 { + if yyr3099 || yy2arr3099 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3071[9] { + if yyq3099[9] { if x.VolumesAttached == nil { r.EncodeNil() } else { - yym3094 := z.EncBinary() - _ = yym3094 + yym3122 := z.EncBinary() + _ = yym3122 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -39527,15 +40001,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3071[9] { + if yyq3099[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesAttached")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesAttached == nil { r.EncodeNil() } else { - yym3095 := z.EncBinary() - _ = yym3095 + yym3123 := z.EncBinary() + _ = yym3123 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -39543,7 +40017,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3071 || yy2arr3071 { + if yyr3099 || yy2arr3099 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39556,25 +40030,25 @@ func (x *NodeStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3096 := z.DecBinary() - _ = yym3096 + yym3124 := z.DecBinary() + _ = yym3124 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3097 := r.ContainerType() - if yyct3097 == codecSelferValueTypeMap1234 { - yyl3097 := r.ReadMapStart() - if yyl3097 == 0 { + yyct3125 := r.ContainerType() + if yyct3125 == codecSelferValueTypeMap1234 { + yyl3125 := r.ReadMapStart() + if yyl3125 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3097, d) + x.codecDecodeSelfFromMap(yyl3125, d) } - } else if yyct3097 == codecSelferValueTypeArray1234 { - yyl3097 := r.ReadArrayStart() - if yyl3097 == 0 { + } else if yyct3125 == codecSelferValueTypeArray1234 { + yyl3125 := r.ReadArrayStart() + if yyl3125 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3097, d) + x.codecDecodeSelfFromArray(yyl3125, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39586,12 +40060,12 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3098Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3098Slc - var yyhl3098 bool = l >= 0 - for yyj3098 := 0; ; yyj3098++ { - if yyhl3098 { - if yyj3098 >= l { + var yys3126Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3126Slc + var yyhl3126 bool = l >= 0 + for yyj3126 := 0; ; yyj3126++ { + if yyhl3126 { + if yyj3126 >= l { break } } else { @@ -39600,23 +40074,23 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3098Slc = r.DecodeBytes(yys3098Slc, true, true) - yys3098 := string(yys3098Slc) + yys3126Slc = r.DecodeBytes(yys3126Slc, true, true) + yys3126 := string(yys3126Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3098 { + switch yys3126 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3099 := &x.Capacity - yyv3099.CodecDecodeSelf(d) + yyv3127 := &x.Capacity + yyv3127.CodecDecodeSelf(d) } case "allocatable": if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv3100 := &x.Allocatable - yyv3100.CodecDecodeSelf(d) + yyv3128 := &x.Allocatable + yyv3128.CodecDecodeSelf(d) } case "phase": if r.TryDecodeAsNil() { @@ -39628,80 +40102,80 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3102 := &x.Conditions - yym3103 := z.DecBinary() - _ = yym3103 + yyv3130 := &x.Conditions + yym3131 := z.DecBinary() + _ = yym3131 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv3102), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv3130), d) } } case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv3104 := &x.Addresses - yym3105 := z.DecBinary() - _ = yym3105 + yyv3132 := &x.Addresses + yym3133 := z.DecBinary() + _ = yym3133 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv3104), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv3132), d) } } case "daemonEndpoints": if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv3106 := &x.DaemonEndpoints - yyv3106.CodecDecodeSelf(d) + yyv3134 := &x.DaemonEndpoints + yyv3134.CodecDecodeSelf(d) } case "nodeInfo": if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv3107 := &x.NodeInfo - yyv3107.CodecDecodeSelf(d) + yyv3135 := &x.NodeInfo + yyv3135.CodecDecodeSelf(d) } case "images": if r.TryDecodeAsNil() { x.Images = nil } else { - yyv3108 := &x.Images - yym3109 := z.DecBinary() - _ = yym3109 + yyv3136 := &x.Images + yym3137 := z.DecBinary() + _ = yym3137 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv3108), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv3136), d) } } case "volumesInUse": if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv3110 := &x.VolumesInUse - yym3111 := z.DecBinary() - _ = yym3111 + yyv3138 := &x.VolumesInUse + yym3139 := z.DecBinary() + _ = yym3139 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3110), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3138), d) } } case "volumesAttached": if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv3112 := &x.VolumesAttached - yym3113 := z.DecBinary() - _ = yym3113 + yyv3140 := &x.VolumesAttached + yym3141 := z.DecBinary() + _ = yym3141 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3112), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3140), d) } } default: - z.DecStructFieldNotFound(-1, yys3098) - } // end switch yys3098 - } // end for yyj3098 + z.DecStructFieldNotFound(-1, yys3126) + } // end switch yys3126 + } // end for yyj3126 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39709,16 +40183,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3114 int - var yyb3114 bool - var yyhl3114 bool = l >= 0 - yyj3114++ - if yyhl3114 { - yyb3114 = yyj3114 > l + var yyj3142 int + var yyb3142 bool + var yyhl3142 bool = l >= 0 + yyj3142++ + if yyhl3142 { + yyb3142 = yyj3142 > l } else { - yyb3114 = r.CheckBreak() + yyb3142 = r.CheckBreak() } - if yyb3114 { + if yyb3142 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39726,16 +40200,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3115 := &x.Capacity - yyv3115.CodecDecodeSelf(d) + yyv3143 := &x.Capacity + yyv3143.CodecDecodeSelf(d) } - yyj3114++ - if yyhl3114 { - yyb3114 = yyj3114 > l + yyj3142++ + if yyhl3142 { + yyb3142 = yyj3142 > l } else { - yyb3114 = r.CheckBreak() + yyb3142 = r.CheckBreak() } - if yyb3114 { + if yyb3142 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39743,16 +40217,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv3116 := &x.Allocatable - yyv3116.CodecDecodeSelf(d) + yyv3144 := &x.Allocatable + yyv3144.CodecDecodeSelf(d) } - yyj3114++ - if yyhl3114 { - yyb3114 = yyj3114 > l + yyj3142++ + if yyhl3142 { + yyb3142 = yyj3142 > l } else { - yyb3114 = r.CheckBreak() + yyb3142 = r.CheckBreak() } - if yyb3114 { + if yyb3142 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39762,13 +40236,13 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = NodePhase(r.DecodeString()) } - yyj3114++ - if yyhl3114 { - yyb3114 = yyj3114 > l + yyj3142++ + if yyhl3142 { + yyb3142 = yyj3142 > l } else { - yyb3114 = r.CheckBreak() + yyb3142 = r.CheckBreak() } - if yyb3114 { + if yyb3142 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39776,21 +40250,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3118 := &x.Conditions - yym3119 := z.DecBinary() - _ = yym3119 + yyv3146 := &x.Conditions + yym3147 := z.DecBinary() + _ = yym3147 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv3118), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv3146), d) } } - yyj3114++ - if yyhl3114 { - yyb3114 = yyj3114 > l + yyj3142++ + if yyhl3142 { + yyb3142 = yyj3142 > l } else { - yyb3114 = r.CheckBreak() + yyb3142 = r.CheckBreak() } - if yyb3114 { + if yyb3142 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39798,21 +40272,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv3120 := &x.Addresses - yym3121 := z.DecBinary() - _ = yym3121 + yyv3148 := &x.Addresses + yym3149 := z.DecBinary() + _ = yym3149 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv3120), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv3148), d) } } - yyj3114++ - if yyhl3114 { - yyb3114 = yyj3114 > l + yyj3142++ + if yyhl3142 { + yyb3142 = yyj3142 > l } else { - yyb3114 = r.CheckBreak() + yyb3142 = r.CheckBreak() } - if yyb3114 { + if yyb3142 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39820,16 +40294,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv3122 := &x.DaemonEndpoints - yyv3122.CodecDecodeSelf(d) + yyv3150 := &x.DaemonEndpoints + yyv3150.CodecDecodeSelf(d) } - yyj3114++ - if yyhl3114 { - yyb3114 = yyj3114 > l + yyj3142++ + if yyhl3142 { + yyb3142 = yyj3142 > l } else { - yyb3114 = r.CheckBreak() + yyb3142 = r.CheckBreak() } - if yyb3114 { + if yyb3142 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39837,16 +40311,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv3123 := &x.NodeInfo - yyv3123.CodecDecodeSelf(d) + yyv3151 := &x.NodeInfo + yyv3151.CodecDecodeSelf(d) } - yyj3114++ - if yyhl3114 { - yyb3114 = yyj3114 > l + yyj3142++ + if yyhl3142 { + yyb3142 = yyj3142 > l } else { - yyb3114 = r.CheckBreak() + yyb3142 = r.CheckBreak() } - if yyb3114 { + if yyb3142 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39854,21 +40328,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Images = nil } else { - yyv3124 := &x.Images - yym3125 := z.DecBinary() - _ = yym3125 + yyv3152 := &x.Images + yym3153 := z.DecBinary() + _ = yym3153 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv3124), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv3152), d) } } - yyj3114++ - if yyhl3114 { - yyb3114 = yyj3114 > l + yyj3142++ + if yyhl3142 { + yyb3142 = yyj3142 > l } else { - yyb3114 = r.CheckBreak() + yyb3142 = r.CheckBreak() } - if yyb3114 { + if yyb3142 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39876,21 +40350,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv3126 := &x.VolumesInUse - yym3127 := z.DecBinary() - _ = yym3127 + yyv3154 := &x.VolumesInUse + yym3155 := z.DecBinary() + _ = yym3155 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3126), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3154), d) } } - yyj3114++ - if yyhl3114 { - yyb3114 = yyj3114 > l + yyj3142++ + if yyhl3142 { + yyb3142 = yyj3142 > l } else { - yyb3114 = r.CheckBreak() + yyb3142 = r.CheckBreak() } - if yyb3114 { + if yyb3142 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39898,26 +40372,26 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv3128 := &x.VolumesAttached - yym3129 := z.DecBinary() - _ = yym3129 + yyv3156 := &x.VolumesAttached + yym3157 := z.DecBinary() + _ = yym3157 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3128), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3156), d) } } for { - yyj3114++ - if yyhl3114 { - yyb3114 = yyj3114 > l + yyj3142++ + if yyhl3142 { + yyb3142 = yyj3142 > l } else { - yyb3114 = r.CheckBreak() + yyb3142 = r.CheckBreak() } - if yyb3114 { + if yyb3142 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3114-1, "") + z.DecStructFieldNotFound(yyj3142-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39926,8 +40400,8 @@ func (x UniqueVolumeName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3130 := z.EncBinary() - _ = yym3130 + yym3158 := z.EncBinary() + _ = yym3158 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -39939,8 +40413,8 @@ func (x *UniqueVolumeName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3131 := z.DecBinary() - _ = yym3131 + yym3159 := z.DecBinary() + _ = yym3159 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -39955,30 +40429,30 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3132 := z.EncBinary() - _ = yym3132 + yym3160 := z.EncBinary() + _ = yym3160 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3133 := !z.EncBinary() - yy2arr3133 := z.EncBasicHandle().StructToArray - var yyq3133 [2]bool - _, _, _ = yysep3133, yyq3133, yy2arr3133 - const yyr3133 bool = false - var yynn3133 int - if yyr3133 || yy2arr3133 { + yysep3161 := !z.EncBinary() + yy2arr3161 := z.EncBasicHandle().StructToArray + var yyq3161 [2]bool + _, _, _ = yysep3161, yyq3161, yy2arr3161 + const yyr3161 bool = false + var yynn3161 int + if yyr3161 || yy2arr3161 { r.EncodeArrayStart(2) } else { - yynn3133 = 2 - for _, b := range yyq3133 { + yynn3161 = 2 + for _, b := range yyq3161 { if b { - yynn3133++ + yynn3161++ } } - r.EncodeMapStart(yynn3133) - yynn3133 = 0 + r.EncodeMapStart(yynn3161) + yynn3161 = 0 } - if yyr3133 || yy2arr3133 { + if yyr3161 || yy2arr3161 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Name.CodecEncodeSelf(e) } else { @@ -39987,10 +40461,10 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Name.CodecEncodeSelf(e) } - if yyr3133 || yy2arr3133 { + if yyr3161 || yy2arr3161 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3136 := z.EncBinary() - _ = yym3136 + yym3164 := z.EncBinary() + _ = yym3164 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) @@ -39999,14 +40473,14 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("devicePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3137 := z.EncBinary() - _ = yym3137 + yym3165 := z.EncBinary() + _ = yym3165 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) } } - if yyr3133 || yy2arr3133 { + if yyr3161 || yy2arr3161 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40019,25 +40493,25 @@ func (x *AttachedVolume) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3138 := z.DecBinary() - _ = yym3138 + yym3166 := z.DecBinary() + _ = yym3166 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3139 := r.ContainerType() - if yyct3139 == codecSelferValueTypeMap1234 { - yyl3139 := r.ReadMapStart() - if yyl3139 == 0 { + yyct3167 := r.ContainerType() + if yyct3167 == codecSelferValueTypeMap1234 { + yyl3167 := r.ReadMapStart() + if yyl3167 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3139, d) + x.codecDecodeSelfFromMap(yyl3167, d) } - } else if yyct3139 == codecSelferValueTypeArray1234 { - yyl3139 := r.ReadArrayStart() - if yyl3139 == 0 { + } else if yyct3167 == codecSelferValueTypeArray1234 { + yyl3167 := r.ReadArrayStart() + if yyl3167 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3139, d) + x.codecDecodeSelfFromArray(yyl3167, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40049,12 +40523,12 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3140Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3140Slc - var yyhl3140 bool = l >= 0 - for yyj3140 := 0; ; yyj3140++ { - if yyhl3140 { - if yyj3140 >= l { + var yys3168Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3168Slc + var yyhl3168 bool = l >= 0 + for yyj3168 := 0; ; yyj3168++ { + if yyhl3168 { + if yyj3168 >= l { break } } else { @@ -40063,10 +40537,10 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3140Slc = r.DecodeBytes(yys3140Slc, true, true) - yys3140 := string(yys3140Slc) + yys3168Slc = r.DecodeBytes(yys3168Slc, true, true) + yys3168 := string(yys3168Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3140 { + switch yys3168 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -40080,9 +40554,9 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3140) - } // end switch yys3140 - } // end for yyj3140 + z.DecStructFieldNotFound(-1, yys3168) + } // end switch yys3168 + } // end for yyj3168 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40090,16 +40564,16 @@ func (x *AttachedVolume) 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 yyj3171 int + var yyb3171 bool + var yyhl3171 bool = l >= 0 + yyj3171++ + if yyhl3171 { + yyb3171 = yyj3171 > l } else { - yyb3143 = r.CheckBreak() + yyb3171 = r.CheckBreak() } - if yyb3143 { + if yyb3171 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40109,13 +40583,13 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = UniqueVolumeName(r.DecodeString()) } - yyj3143++ - if yyhl3143 { - yyb3143 = yyj3143 > l + yyj3171++ + if yyhl3171 { + yyb3171 = yyj3171 > l } else { - yyb3143 = r.CheckBreak() + yyb3171 = r.CheckBreak() } - if yyb3143 { + if yyb3171 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40126,17 +40600,17 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } for { - yyj3143++ - if yyhl3143 { - yyb3143 = yyj3143 > l + yyj3171++ + if yyhl3171 { + yyb3171 = yyj3171 > l } else { - yyb3143 = r.CheckBreak() + yyb3171 = r.CheckBreak() } - if yyb3143 { + if yyb3171 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3143-1, "") + z.DecStructFieldNotFound(yyj3171-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40148,38 +40622,38 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3146 := z.EncBinary() - _ = yym3146 + yym3174 := z.EncBinary() + _ = yym3174 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3147 := !z.EncBinary() - yy2arr3147 := z.EncBasicHandle().StructToArray - var yyq3147 [1]bool - _, _, _ = yysep3147, yyq3147, yy2arr3147 - const yyr3147 bool = false - yyq3147[0] = len(x.PreferAvoidPods) != 0 - var yynn3147 int - if yyr3147 || yy2arr3147 { + yysep3175 := !z.EncBinary() + yy2arr3175 := z.EncBasicHandle().StructToArray + var yyq3175 [1]bool + _, _, _ = yysep3175, yyq3175, yy2arr3175 + const yyr3175 bool = false + yyq3175[0] = len(x.PreferAvoidPods) != 0 + var yynn3175 int + if yyr3175 || yy2arr3175 { r.EncodeArrayStart(1) } else { - yynn3147 = 0 - for _, b := range yyq3147 { + yynn3175 = 0 + for _, b := range yyq3175 { if b { - yynn3147++ + yynn3175++ } } - r.EncodeMapStart(yynn3147) - yynn3147 = 0 + r.EncodeMapStart(yynn3175) + yynn3175 = 0 } - if yyr3147 || yy2arr3147 { + if yyr3175 || yy2arr3175 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3147[0] { + if yyq3175[0] { if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym3149 := z.EncBinary() - _ = yym3149 + yym3177 := z.EncBinary() + _ = yym3177 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -40189,15 +40663,15 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3147[0] { + if yyq3175[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferAvoidPods")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym3150 := z.EncBinary() - _ = yym3150 + yym3178 := z.EncBinary() + _ = yym3178 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -40205,7 +40679,7 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3147 || yy2arr3147 { + if yyr3175 || yy2arr3175 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40218,25 +40692,25 @@ func (x *AvoidPods) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3151 := z.DecBinary() - _ = yym3151 + yym3179 := z.DecBinary() + _ = yym3179 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3152 := r.ContainerType() - if yyct3152 == codecSelferValueTypeMap1234 { - yyl3152 := r.ReadMapStart() - if yyl3152 == 0 { + yyct3180 := r.ContainerType() + if yyct3180 == codecSelferValueTypeMap1234 { + yyl3180 := r.ReadMapStart() + if yyl3180 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3152, d) + x.codecDecodeSelfFromMap(yyl3180, d) } - } else if yyct3152 == codecSelferValueTypeArray1234 { - yyl3152 := r.ReadArrayStart() - if yyl3152 == 0 { + } else if yyct3180 == codecSelferValueTypeArray1234 { + yyl3180 := r.ReadArrayStart() + if yyl3180 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3152, d) + x.codecDecodeSelfFromArray(yyl3180, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40248,12 +40722,12 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3153Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3153Slc - var yyhl3153 bool = l >= 0 - for yyj3153 := 0; ; yyj3153++ { - if yyhl3153 { - if yyj3153 >= l { + var yys3181Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3181Slc + var yyhl3181 bool = l >= 0 + for yyj3181 := 0; ; yyj3181++ { + if yyhl3181 { + if yyj3181 >= l { break } } else { @@ -40262,26 +40736,26 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3153Slc = r.DecodeBytes(yys3153Slc, true, true) - yys3153 := string(yys3153Slc) + yys3181Slc = r.DecodeBytes(yys3181Slc, true, true) + yys3181 := string(yys3181Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3153 { + switch yys3181 { case "preferAvoidPods": if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv3154 := &x.PreferAvoidPods - yym3155 := z.DecBinary() - _ = yym3155 + yyv3182 := &x.PreferAvoidPods + yym3183 := z.DecBinary() + _ = yym3183 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3154), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3182), d) } } default: - z.DecStructFieldNotFound(-1, yys3153) - } // end switch yys3153 - } // end for yyj3153 + z.DecStructFieldNotFound(-1, yys3181) + } // end switch yys3181 + } // end for yyj3181 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40289,16 +40763,16 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3156 int - var yyb3156 bool - var yyhl3156 bool = l >= 0 - yyj3156++ - if yyhl3156 { - yyb3156 = yyj3156 > l + var yyj3184 int + var yyb3184 bool + var yyhl3184 bool = l >= 0 + yyj3184++ + if yyhl3184 { + yyb3184 = yyj3184 > l } else { - yyb3156 = r.CheckBreak() + yyb3184 = r.CheckBreak() } - if yyb3156 { + if yyb3184 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40306,26 +40780,26 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv3157 := &x.PreferAvoidPods - yym3158 := z.DecBinary() - _ = yym3158 + yyv3185 := &x.PreferAvoidPods + yym3186 := z.DecBinary() + _ = yym3186 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3157), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3185), d) } } for { - yyj3156++ - if yyhl3156 { - yyb3156 = yyj3156 > l + yyj3184++ + if yyhl3184 { + yyb3184 = yyj3184 > l } else { - yyb3156 = r.CheckBreak() + yyb3184 = r.CheckBreak() } - if yyb3156 { + if yyb3184 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3156-1, "") + z.DecStructFieldNotFound(yyj3184-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40337,85 +40811,85 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3159 := z.EncBinary() - _ = yym3159 + yym3187 := z.EncBinary() + _ = yym3187 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3160 := !z.EncBinary() - yy2arr3160 := z.EncBasicHandle().StructToArray - var yyq3160 [4]bool - _, _, _ = yysep3160, yyq3160, yy2arr3160 - const yyr3160 bool = false - yyq3160[1] = true - yyq3160[2] = x.Reason != "" - yyq3160[3] = x.Message != "" - var yynn3160 int - if yyr3160 || yy2arr3160 { + yysep3188 := !z.EncBinary() + yy2arr3188 := z.EncBasicHandle().StructToArray + var yyq3188 [4]bool + _, _, _ = yysep3188, yyq3188, yy2arr3188 + const yyr3188 bool = false + yyq3188[1] = true + yyq3188[2] = x.Reason != "" + yyq3188[3] = x.Message != "" + var yynn3188 int + if yyr3188 || yy2arr3188 { r.EncodeArrayStart(4) } else { - yynn3160 = 1 - for _, b := range yyq3160 { + yynn3188 = 1 + for _, b := range yyq3188 { if b { - yynn3160++ + yynn3188++ } } - r.EncodeMapStart(yynn3160) - yynn3160 = 0 + r.EncodeMapStart(yynn3188) + yynn3188 = 0 } - if yyr3160 || yy2arr3160 { + if yyr3188 || yy2arr3188 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3162 := &x.PodSignature - yy3162.CodecEncodeSelf(e) + yy3190 := &x.PodSignature + yy3190.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podSignature")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3163 := &x.PodSignature - yy3163.CodecEncodeSelf(e) + yy3191 := &x.PodSignature + yy3191.CodecEncodeSelf(e) } - if yyr3160 || yy2arr3160 { + if yyr3188 || yy2arr3188 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3160[1] { - yy3165 := &x.EvictionTime - yym3166 := z.EncBinary() - _ = yym3166 + if yyq3188[1] { + yy3193 := &x.EvictionTime + yym3194 := z.EncBinary() + _ = yym3194 if false { - } else if z.HasExtensions() && z.EncExt(yy3165) { - } else if yym3166 { - z.EncBinaryMarshal(yy3165) - } else if !yym3166 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3165) + } else if z.HasExtensions() && z.EncExt(yy3193) { + } else if yym3194 { + z.EncBinaryMarshal(yy3193) + } else if !yym3194 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3193) } else { - z.EncFallback(yy3165) + z.EncFallback(yy3193) } } else { r.EncodeNil() } } else { - if yyq3160[1] { + if yyq3188[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("evictionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3167 := &x.EvictionTime - yym3168 := z.EncBinary() - _ = yym3168 + yy3195 := &x.EvictionTime + yym3196 := z.EncBinary() + _ = yym3196 if false { - } else if z.HasExtensions() && z.EncExt(yy3167) { - } else if yym3168 { - z.EncBinaryMarshal(yy3167) - } else if !yym3168 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3167) + } else if z.HasExtensions() && z.EncExt(yy3195) { + } else if yym3196 { + z.EncBinaryMarshal(yy3195) + } else if !yym3196 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3195) } else { - z.EncFallback(yy3167) + z.EncFallback(yy3195) } } } - if yyr3160 || yy2arr3160 { + if yyr3188 || yy2arr3188 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3160[2] { - yym3170 := z.EncBinary() - _ = yym3170 + if yyq3188[2] { + yym3198 := z.EncBinary() + _ = yym3198 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -40424,23 +40898,23 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3160[2] { + if yyq3188[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3171 := z.EncBinary() - _ = yym3171 + yym3199 := z.EncBinary() + _ = yym3199 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3160 || yy2arr3160 { + if yyr3188 || yy2arr3188 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3160[3] { - yym3173 := z.EncBinary() - _ = yym3173 + if yyq3188[3] { + yym3201 := z.EncBinary() + _ = yym3201 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -40449,19 +40923,19 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3160[3] { + if yyq3188[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3174 := z.EncBinary() - _ = yym3174 + yym3202 := z.EncBinary() + _ = yym3202 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3160 || yy2arr3160 { + if yyr3188 || yy2arr3188 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40474,25 +40948,25 @@ func (x *PreferAvoidPodsEntry) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3175 := z.DecBinary() - _ = yym3175 + yym3203 := z.DecBinary() + _ = yym3203 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3176 := r.ContainerType() - if yyct3176 == codecSelferValueTypeMap1234 { - yyl3176 := r.ReadMapStart() - if yyl3176 == 0 { + yyct3204 := r.ContainerType() + if yyct3204 == codecSelferValueTypeMap1234 { + yyl3204 := r.ReadMapStart() + if yyl3204 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3176, d) + x.codecDecodeSelfFromMap(yyl3204, d) } - } else if yyct3176 == codecSelferValueTypeArray1234 { - yyl3176 := r.ReadArrayStart() - if yyl3176 == 0 { + } else if yyct3204 == codecSelferValueTypeArray1234 { + yyl3204 := r.ReadArrayStart() + if yyl3204 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3176, d) + x.codecDecodeSelfFromArray(yyl3204, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40504,12 +40978,12 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3177Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3177Slc - var yyhl3177 bool = l >= 0 - for yyj3177 := 0; ; yyj3177++ { - if yyhl3177 { - if yyj3177 >= l { + var yys3205Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3205Slc + var yyhl3205 bool = l >= 0 + for yyj3205 := 0; ; yyj3205++ { + if yyhl3205 { + if yyj3205 >= l { break } } else { @@ -40518,32 +40992,32 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3177Slc = r.DecodeBytes(yys3177Slc, true, true) - yys3177 := string(yys3177Slc) + yys3205Slc = r.DecodeBytes(yys3205Slc, true, true) + yys3205 := string(yys3205Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3177 { + switch yys3205 { case "podSignature": if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv3178 := &x.PodSignature - yyv3178.CodecDecodeSelf(d) + yyv3206 := &x.PodSignature + yyv3206.CodecDecodeSelf(d) } case "evictionTime": if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv3179 := &x.EvictionTime - yym3180 := z.DecBinary() - _ = yym3180 + yyv3207 := &x.EvictionTime + yym3208 := z.DecBinary() + _ = yym3208 if false { - } else if z.HasExtensions() && z.DecExt(yyv3179) { - } else if yym3180 { - z.DecBinaryUnmarshal(yyv3179) - } else if !yym3180 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3179) + } else if z.HasExtensions() && z.DecExt(yyv3207) { + } else if yym3208 { + z.DecBinaryUnmarshal(yyv3207) + } else if !yym3208 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3207) } else { - z.DecFallback(yyv3179, false) + z.DecFallback(yyv3207, false) } } case "reason": @@ -40559,9 +41033,9 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3177) - } // end switch yys3177 - } // end for yyj3177 + z.DecStructFieldNotFound(-1, yys3205) + } // end switch yys3205 + } // end for yyj3205 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40569,16 +41043,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3183 int - var yyb3183 bool - var yyhl3183 bool = l >= 0 - yyj3183++ - if yyhl3183 { - yyb3183 = yyj3183 > l + var yyj3211 int + var yyb3211 bool + var yyhl3211 bool = l >= 0 + yyj3211++ + if yyhl3211 { + yyb3211 = yyj3211 > l } else { - yyb3183 = r.CheckBreak() + yyb3211 = r.CheckBreak() } - if yyb3183 { + if yyb3211 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40586,16 +41060,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv3184 := &x.PodSignature - yyv3184.CodecDecodeSelf(d) + yyv3212 := &x.PodSignature + yyv3212.CodecDecodeSelf(d) } - yyj3183++ - if yyhl3183 { - yyb3183 = yyj3183 > l + yyj3211++ + if yyhl3211 { + yyb3211 = yyj3211 > l } else { - yyb3183 = r.CheckBreak() + yyb3211 = r.CheckBreak() } - if yyb3183 { + if yyb3211 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40603,26 +41077,26 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv3185 := &x.EvictionTime - yym3186 := z.DecBinary() - _ = yym3186 + yyv3213 := &x.EvictionTime + yym3214 := z.DecBinary() + _ = yym3214 if false { - } else if z.HasExtensions() && z.DecExt(yyv3185) { - } else if yym3186 { - z.DecBinaryUnmarshal(yyv3185) - } else if !yym3186 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3185) + } else if z.HasExtensions() && z.DecExt(yyv3213) { + } else if yym3214 { + z.DecBinaryUnmarshal(yyv3213) + } else if !yym3214 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3213) } else { - z.DecFallback(yyv3185, false) + z.DecFallback(yyv3213, false) } } - yyj3183++ - if yyhl3183 { - yyb3183 = yyj3183 > l + yyj3211++ + if yyhl3211 { + yyb3211 = yyj3211 > l } else { - yyb3183 = r.CheckBreak() + yyb3211 = r.CheckBreak() } - if yyb3183 { + if yyb3211 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40632,13 +41106,13 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Reason = string(r.DecodeString()) } - yyj3183++ - if yyhl3183 { - yyb3183 = yyj3183 > l + yyj3211++ + if yyhl3211 { + yyb3211 = yyj3211 > l } else { - yyb3183 = r.CheckBreak() + yyb3211 = r.CheckBreak() } - if yyb3183 { + if yyb3211 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40649,17 +41123,17 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Message = string(r.DecodeString()) } for { - yyj3183++ - if yyhl3183 { - yyb3183 = yyj3183 > l + yyj3211++ + if yyhl3211 { + yyb3211 = yyj3211 > l } else { - yyb3183 = r.CheckBreak() + yyb3211 = r.CheckBreak() } - if yyb3183 { + if yyb3211 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3183-1, "") + z.DecStructFieldNotFound(yyj3211-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40671,33 +41145,33 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3189 := z.EncBinary() - _ = yym3189 + yym3217 := z.EncBinary() + _ = yym3217 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3190 := !z.EncBinary() - yy2arr3190 := z.EncBasicHandle().StructToArray - var yyq3190 [1]bool - _, _, _ = yysep3190, yyq3190, yy2arr3190 - const yyr3190 bool = false - yyq3190[0] = x.PodController != nil - var yynn3190 int - if yyr3190 || yy2arr3190 { + yysep3218 := !z.EncBinary() + yy2arr3218 := z.EncBasicHandle().StructToArray + var yyq3218 [1]bool + _, _, _ = yysep3218, yyq3218, yy2arr3218 + const yyr3218 bool = false + yyq3218[0] = x.PodController != nil + var yynn3218 int + if yyr3218 || yy2arr3218 { r.EncodeArrayStart(1) } else { - yynn3190 = 0 - for _, b := range yyq3190 { + yynn3218 = 0 + for _, b := range yyq3218 { if b { - yynn3190++ + yynn3218++ } } - r.EncodeMapStart(yynn3190) - yynn3190 = 0 + r.EncodeMapStart(yynn3218) + yynn3218 = 0 } - if yyr3190 || yy2arr3190 { + if yyr3218 || yy2arr3218 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3190[0] { + if yyq3218[0] { if x.PodController == nil { r.EncodeNil() } else { @@ -40707,7 +41181,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3190[0] { + if yyq3218[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podController")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -40718,7 +41192,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3190 || yy2arr3190 { + if yyr3218 || yy2arr3218 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40731,25 +41205,25 @@ func (x *PodSignature) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3192 := z.DecBinary() - _ = yym3192 + yym3220 := z.DecBinary() + _ = yym3220 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3193 := r.ContainerType() - if yyct3193 == codecSelferValueTypeMap1234 { - yyl3193 := r.ReadMapStart() - if yyl3193 == 0 { + yyct3221 := r.ContainerType() + if yyct3221 == codecSelferValueTypeMap1234 { + yyl3221 := r.ReadMapStart() + if yyl3221 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3193, d) + x.codecDecodeSelfFromMap(yyl3221, d) } - } else if yyct3193 == codecSelferValueTypeArray1234 { - yyl3193 := r.ReadArrayStart() - if yyl3193 == 0 { + } else if yyct3221 == codecSelferValueTypeArray1234 { + yyl3221 := r.ReadArrayStart() + if yyl3221 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3193, d) + x.codecDecodeSelfFromArray(yyl3221, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40761,12 +41235,12 @@ func (x *PodSignature) 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 yys3222Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3222Slc + var yyhl3222 bool = l >= 0 + for yyj3222 := 0; ; yyj3222++ { + if yyhl3222 { + if yyj3222 >= l { break } } else { @@ -40775,10 +41249,10 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3194Slc = r.DecodeBytes(yys3194Slc, true, true) - yys3194 := string(yys3194Slc) + yys3222Slc = r.DecodeBytes(yys3222Slc, true, true) + yys3222 := string(yys3222Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3194 { + switch yys3222 { case "podController": if r.TryDecodeAsNil() { if x.PodController != nil { @@ -40791,9 +41265,9 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3194) - } // end switch yys3194 - } // end for yyj3194 + z.DecStructFieldNotFound(-1, yys3222) + } // end switch yys3222 + } // end for yyj3222 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40801,16 +41275,16 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3196 int - var yyb3196 bool - var yyhl3196 bool = l >= 0 - yyj3196++ - if yyhl3196 { - yyb3196 = yyj3196 > l + var yyj3224 int + var yyb3224 bool + var yyhl3224 bool = l >= 0 + yyj3224++ + if yyhl3224 { + yyb3224 = yyj3224 > l } else { - yyb3196 = r.CheckBreak() + yyb3224 = r.CheckBreak() } - if yyb3196 { + if yyb3224 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40826,17 +41300,17 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } for { - yyj3196++ - if yyhl3196 { - yyb3196 = yyj3196 > l + yyj3224++ + if yyhl3224 { + yyb3224 = yyj3224 > l } else { - yyb3196 = r.CheckBreak() + yyb3224 = r.CheckBreak() } - if yyb3196 { + if yyb3224 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3196-1, "") + z.DecStructFieldNotFound(yyj3224-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40848,37 +41322,37 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3198 := z.EncBinary() - _ = yym3198 + yym3226 := z.EncBinary() + _ = yym3226 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3199 := !z.EncBinary() - yy2arr3199 := z.EncBasicHandle().StructToArray - var yyq3199 [2]bool - _, _, _ = yysep3199, yyq3199, yy2arr3199 - const yyr3199 bool = false - yyq3199[1] = x.SizeBytes != 0 - var yynn3199 int - if yyr3199 || yy2arr3199 { + yysep3227 := !z.EncBinary() + yy2arr3227 := z.EncBasicHandle().StructToArray + var yyq3227 [2]bool + _, _, _ = yysep3227, yyq3227, yy2arr3227 + const yyr3227 bool = false + yyq3227[1] = x.SizeBytes != 0 + var yynn3227 int + if yyr3227 || yy2arr3227 { r.EncodeArrayStart(2) } else { - yynn3199 = 1 - for _, b := range yyq3199 { + yynn3227 = 1 + for _, b := range yyq3227 { if b { - yynn3199++ + yynn3227++ } } - r.EncodeMapStart(yynn3199) - yynn3199 = 0 + r.EncodeMapStart(yynn3227) + yynn3227 = 0 } - if yyr3199 || yy2arr3199 { + if yyr3227 || yy2arr3227 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Names == nil { r.EncodeNil() } else { - yym3201 := z.EncBinary() - _ = yym3201 + yym3229 := z.EncBinary() + _ = yym3229 if false { } else { z.F.EncSliceStringV(x.Names, false, e) @@ -40891,19 +41365,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x.Names == nil { r.EncodeNil() } else { - yym3202 := z.EncBinary() - _ = yym3202 + yym3230 := z.EncBinary() + _ = yym3230 if false { } else { z.F.EncSliceStringV(x.Names, false, e) } } } - if yyr3199 || yy2arr3199 { + if yyr3227 || yy2arr3227 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3199[1] { - yym3204 := z.EncBinary() - _ = yym3204 + if yyq3227[1] { + yym3232 := z.EncBinary() + _ = yym3232 if false { } else { r.EncodeInt(int64(x.SizeBytes)) @@ -40912,19 +41386,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3199[1] { + if yyq3227[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sizeBytes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3205 := z.EncBinary() - _ = yym3205 + yym3233 := z.EncBinary() + _ = yym3233 if false { } else { r.EncodeInt(int64(x.SizeBytes)) } } } - if yyr3199 || yy2arr3199 { + if yyr3227 || yy2arr3227 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40937,25 +41411,25 @@ func (x *ContainerImage) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3206 := z.DecBinary() - _ = yym3206 + yym3234 := z.DecBinary() + _ = yym3234 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3207 := r.ContainerType() - if yyct3207 == codecSelferValueTypeMap1234 { - yyl3207 := r.ReadMapStart() - if yyl3207 == 0 { + yyct3235 := r.ContainerType() + if yyct3235 == codecSelferValueTypeMap1234 { + yyl3235 := r.ReadMapStart() + if yyl3235 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3207, d) + x.codecDecodeSelfFromMap(yyl3235, d) } - } else if yyct3207 == codecSelferValueTypeArray1234 { - yyl3207 := r.ReadArrayStart() - if yyl3207 == 0 { + } else if yyct3235 == codecSelferValueTypeArray1234 { + yyl3235 := r.ReadArrayStart() + if yyl3235 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3207, d) + x.codecDecodeSelfFromArray(yyl3235, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40967,12 +41441,12 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3208Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3208Slc - var yyhl3208 bool = l >= 0 - for yyj3208 := 0; ; yyj3208++ { - if yyhl3208 { - if yyj3208 >= l { + var yys3236Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3236Slc + var yyhl3236 bool = l >= 0 + for yyj3236 := 0; ; yyj3236++ { + if yyhl3236 { + if yyj3236 >= l { break } } else { @@ -40981,20 +41455,20 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3208Slc = r.DecodeBytes(yys3208Slc, true, true) - yys3208 := string(yys3208Slc) + yys3236Slc = r.DecodeBytes(yys3236Slc, true, true) + yys3236 := string(yys3236Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3208 { + switch yys3236 { case "names": if r.TryDecodeAsNil() { x.Names = nil } else { - yyv3209 := &x.Names - yym3210 := z.DecBinary() - _ = yym3210 + yyv3237 := &x.Names + yym3238 := z.DecBinary() + _ = yym3238 if false { } else { - z.F.DecSliceStringX(yyv3209, false, d) + z.F.DecSliceStringX(yyv3237, false, d) } } case "sizeBytes": @@ -41004,9 +41478,9 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys3208) - } // end switch yys3208 - } // end for yyj3208 + z.DecStructFieldNotFound(-1, yys3236) + } // end switch yys3236 + } // end for yyj3236 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41014,16 +41488,16 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3212 int - var yyb3212 bool - var yyhl3212 bool = l >= 0 - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + var yyj3240 int + var yyb3240 bool + var yyhl3240 bool = l >= 0 + yyj3240++ + if yyhl3240 { + yyb3240 = yyj3240 > l } else { - yyb3212 = r.CheckBreak() + yyb3240 = r.CheckBreak() } - if yyb3212 { + if yyb3240 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41031,21 +41505,21 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Names = nil } else { - yyv3213 := &x.Names - yym3214 := z.DecBinary() - _ = yym3214 + yyv3241 := &x.Names + yym3242 := z.DecBinary() + _ = yym3242 if false { } else { - z.F.DecSliceStringX(yyv3213, false, d) + z.F.DecSliceStringX(yyv3241, false, d) } } - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + yyj3240++ + if yyhl3240 { + yyb3240 = yyj3240 > l } else { - yyb3212 = r.CheckBreak() + yyb3240 = r.CheckBreak() } - if yyb3212 { + if yyb3240 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41056,17 +41530,17 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } for { - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + yyj3240++ + if yyhl3240 { + yyb3240 = yyj3240 > l } else { - yyb3212 = r.CheckBreak() + yyb3240 = r.CheckBreak() } - if yyb3212 { + if yyb3240 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3212-1, "") + z.DecStructFieldNotFound(yyj3240-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41075,8 +41549,8 @@ func (x NodePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3216 := z.EncBinary() - _ = yym3216 + yym3244 := z.EncBinary() + _ = yym3244 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41088,8 +41562,8 @@ func (x *NodePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3217 := z.DecBinary() - _ = yym3217 + yym3245 := z.DecBinary() + _ = yym3245 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41101,8 +41575,8 @@ func (x NodeConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3218 := z.EncBinary() - _ = yym3218 + yym3246 := z.EncBinary() + _ = yym3246 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41114,8 +41588,8 @@ func (x *NodeConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3219 := z.DecBinary() - _ = yym3219 + yym3247 := z.DecBinary() + _ = yym3247 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41130,34 +41604,34 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3220 := z.EncBinary() - _ = yym3220 + yym3248 := z.EncBinary() + _ = yym3248 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3221 := !z.EncBinary() - yy2arr3221 := z.EncBasicHandle().StructToArray - var yyq3221 [6]bool - _, _, _ = yysep3221, yyq3221, yy2arr3221 - const yyr3221 bool = false - yyq3221[2] = true - yyq3221[3] = true - yyq3221[4] = x.Reason != "" - yyq3221[5] = x.Message != "" - var yynn3221 int - if yyr3221 || yy2arr3221 { + yysep3249 := !z.EncBinary() + yy2arr3249 := z.EncBasicHandle().StructToArray + var yyq3249 [6]bool + _, _, _ = yysep3249, yyq3249, yy2arr3249 + const yyr3249 bool = false + yyq3249[2] = true + yyq3249[3] = true + yyq3249[4] = x.Reason != "" + yyq3249[5] = x.Message != "" + var yynn3249 int + if yyr3249 || yy2arr3249 { r.EncodeArrayStart(6) } else { - yynn3221 = 2 - for _, b := range yyq3221 { + yynn3249 = 2 + for _, b := range yyq3249 { if b { - yynn3221++ + yynn3249++ } } - r.EncodeMapStart(yynn3221) - yynn3221 = 0 + r.EncodeMapStart(yynn3249) + yynn3249 = 0 } - if yyr3221 || yy2arr3221 { + if yyr3249 || yy2arr3249 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -41166,7 +41640,7 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3221 || yy2arr3221 { + if yyr3249 || yy2arr3249 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -41175,85 +41649,85 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr3221 || yy2arr3221 { + if yyr3249 || yy2arr3249 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3221[2] { - yy3225 := &x.LastHeartbeatTime - yym3226 := z.EncBinary() - _ = yym3226 + if yyq3249[2] { + yy3253 := &x.LastHeartbeatTime + yym3254 := z.EncBinary() + _ = yym3254 if false { - } else if z.HasExtensions() && z.EncExt(yy3225) { - } else if yym3226 { - z.EncBinaryMarshal(yy3225) - } else if !yym3226 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3225) + } else if z.HasExtensions() && z.EncExt(yy3253) { + } else if yym3254 { + z.EncBinaryMarshal(yy3253) + } else if !yym3254 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3253) } else { - z.EncFallback(yy3225) + z.EncFallback(yy3253) } } else { r.EncodeNil() } } else { - if yyq3221[2] { + if yyq3249[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3227 := &x.LastHeartbeatTime - yym3228 := z.EncBinary() - _ = yym3228 + yy3255 := &x.LastHeartbeatTime + yym3256 := z.EncBinary() + _ = yym3256 if false { - } else if z.HasExtensions() && z.EncExt(yy3227) { - } else if yym3228 { - z.EncBinaryMarshal(yy3227) - } else if !yym3228 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3227) + } else if z.HasExtensions() && z.EncExt(yy3255) { + } else if yym3256 { + z.EncBinaryMarshal(yy3255) + } else if !yym3256 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3255) } else { - z.EncFallback(yy3227) + z.EncFallback(yy3255) } } } - if yyr3221 || yy2arr3221 { + if yyr3249 || yy2arr3249 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3221[3] { - yy3230 := &x.LastTransitionTime - yym3231 := z.EncBinary() - _ = yym3231 + if yyq3249[3] { + yy3258 := &x.LastTransitionTime + yym3259 := z.EncBinary() + _ = yym3259 if false { - } else if z.HasExtensions() && z.EncExt(yy3230) { - } else if yym3231 { - z.EncBinaryMarshal(yy3230) - } else if !yym3231 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3230) + } else if z.HasExtensions() && z.EncExt(yy3258) { + } else if yym3259 { + z.EncBinaryMarshal(yy3258) + } else if !yym3259 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3258) } else { - z.EncFallback(yy3230) + z.EncFallback(yy3258) } } else { r.EncodeNil() } } else { - if yyq3221[3] { + if yyq3249[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3232 := &x.LastTransitionTime - yym3233 := z.EncBinary() - _ = yym3233 + yy3260 := &x.LastTransitionTime + yym3261 := z.EncBinary() + _ = yym3261 if false { - } else if z.HasExtensions() && z.EncExt(yy3232) { - } else if yym3233 { - z.EncBinaryMarshal(yy3232) - } else if !yym3233 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3232) + } else if z.HasExtensions() && z.EncExt(yy3260) { + } else if yym3261 { + z.EncBinaryMarshal(yy3260) + } else if !yym3261 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3260) } else { - z.EncFallback(yy3232) + z.EncFallback(yy3260) } } } - if yyr3221 || yy2arr3221 { + if yyr3249 || yy2arr3249 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3221[4] { - yym3235 := z.EncBinary() - _ = yym3235 + if yyq3249[4] { + yym3263 := z.EncBinary() + _ = yym3263 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -41262,23 +41736,23 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3221[4] { + if yyq3249[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3236 := z.EncBinary() - _ = yym3236 + yym3264 := z.EncBinary() + _ = yym3264 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3221 || yy2arr3221 { + if yyr3249 || yy2arr3249 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3221[5] { - yym3238 := z.EncBinary() - _ = yym3238 + if yyq3249[5] { + yym3266 := z.EncBinary() + _ = yym3266 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -41287,19 +41761,19 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3221[5] { + if yyq3249[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3239 := z.EncBinary() - _ = yym3239 + yym3267 := z.EncBinary() + _ = yym3267 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3221 || yy2arr3221 { + if yyr3249 || yy2arr3249 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41309,357 +41783,6 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { } func (x *NodeCondition) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym3240 := z.DecBinary() - _ = yym3240 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct3241 := r.ContainerType() - if yyct3241 == codecSelferValueTypeMap1234 { - yyl3241 := r.ReadMapStart() - if yyl3241 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl3241, d) - } - } else if yyct3241 == codecSelferValueTypeArray1234 { - yyl3241 := r.ReadArrayStart() - if yyl3241 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl3241, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys3242Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3242Slc - var yyhl3242 bool = l >= 0 - for yyj3242 := 0; ; yyj3242++ { - if yyhl3242 { - if yyj3242 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3242Slc = r.DecodeBytes(yys3242Slc, true, true) - yys3242 := string(yys3242Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3242 { - case "type": - if r.TryDecodeAsNil() { - x.Type = "" - } else { - x.Type = NodeConditionType(r.DecodeString()) - } - case "status": - if r.TryDecodeAsNil() { - x.Status = "" - } else { - x.Status = ConditionStatus(r.DecodeString()) - } - case "lastHeartbeatTime": - if r.TryDecodeAsNil() { - x.LastHeartbeatTime = pkg2_unversioned.Time{} - } else { - yyv3245 := &x.LastHeartbeatTime - yym3246 := z.DecBinary() - _ = yym3246 - if false { - } else if z.HasExtensions() && z.DecExt(yyv3245) { - } else if yym3246 { - z.DecBinaryUnmarshal(yyv3245) - } else if !yym3246 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3245) - } else { - z.DecFallback(yyv3245, false) - } - } - case "lastTransitionTime": - if r.TryDecodeAsNil() { - x.LastTransitionTime = pkg2_unversioned.Time{} - } else { - yyv3247 := &x.LastTransitionTime - yym3248 := z.DecBinary() - _ = yym3248 - if false { - } else if z.HasExtensions() && z.DecExt(yyv3247) { - } else if yym3248 { - z.DecBinaryUnmarshal(yyv3247) - } else if !yym3248 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3247) - } else { - z.DecFallback(yyv3247, false) - } - } - case "reason": - if r.TryDecodeAsNil() { - x.Reason = "" - } else { - x.Reason = string(r.DecodeString()) - } - case "message": - if r.TryDecodeAsNil() { - x.Message = "" - } else { - x.Message = string(r.DecodeString()) - } - default: - z.DecStructFieldNotFound(-1, yys3242) - } // end switch yys3242 - } // end for yyj3242 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj3251 int - var yyb3251 bool - var yyhl3251 bool = l >= 0 - yyj3251++ - if yyhl3251 { - yyb3251 = yyj3251 > l - } else { - yyb3251 = r.CheckBreak() - } - if yyb3251 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Type = "" - } else { - x.Type = NodeConditionType(r.DecodeString()) - } - yyj3251++ - if yyhl3251 { - yyb3251 = yyj3251 > l - } else { - yyb3251 = r.CheckBreak() - } - if yyb3251 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Status = "" - } else { - x.Status = ConditionStatus(r.DecodeString()) - } - yyj3251++ - if yyhl3251 { - yyb3251 = yyj3251 > l - } else { - yyb3251 = r.CheckBreak() - } - if yyb3251 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.LastHeartbeatTime = pkg2_unversioned.Time{} - } else { - yyv3254 := &x.LastHeartbeatTime - yym3255 := z.DecBinary() - _ = yym3255 - if false { - } else if z.HasExtensions() && z.DecExt(yyv3254) { - } else if yym3255 { - z.DecBinaryUnmarshal(yyv3254) - } else if !yym3255 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3254) - } else { - z.DecFallback(yyv3254, false) - } - } - yyj3251++ - if yyhl3251 { - yyb3251 = yyj3251 > l - } else { - yyb3251 = r.CheckBreak() - } - if yyb3251 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.LastTransitionTime = pkg2_unversioned.Time{} - } else { - yyv3256 := &x.LastTransitionTime - yym3257 := z.DecBinary() - _ = yym3257 - if false { - } else if z.HasExtensions() && z.DecExt(yyv3256) { - } else if yym3257 { - z.DecBinaryUnmarshal(yyv3256) - } else if !yym3257 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3256) - } else { - z.DecFallback(yyv3256, false) - } - } - yyj3251++ - if yyhl3251 { - yyb3251 = yyj3251 > l - } else { - yyb3251 = r.CheckBreak() - } - if yyb3251 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Reason = "" - } else { - x.Reason = string(r.DecodeString()) - } - yyj3251++ - if yyhl3251 { - yyb3251 = yyj3251 > l - } else { - yyb3251 = r.CheckBreak() - } - if yyb3251 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Message = "" - } else { - x.Message = string(r.DecodeString()) - } - for { - yyj3251++ - if yyhl3251 { - yyb3251 = yyj3251 > l - } else { - yyb3251 = r.CheckBreak() - } - if yyb3251 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3251-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x NodeAddressType) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - yym3260 := z.EncBinary() - _ = yym3260 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x)) - } -} - -func (x *NodeAddressType) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym3261 := z.DecBinary() - _ = yym3261 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - *((*string)(x)) = r.DecodeString() - } -} - -func (x *NodeAddress) 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 - var yynn3263 int - if yyr3263 || yy2arr3263 { - r.EncodeArrayStart(2) - } else { - yynn3263 = 2 - for _, b := range yyq3263 { - if b { - yynn3263++ - } - } - r.EncodeMapStart(yynn3263) - yynn3263 = 0 - } - if yyr3263 || yy2arr3263 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - x.Type.CodecEncodeSelf(e) - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("type")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - x.Type.CodecEncodeSelf(e) - } - if yyr3263 || yy2arr3263 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3266 := z.EncBinary() - _ = yym3266 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Address)) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("address")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3267 := z.EncBinary() - _ = yym3267 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Address)) - } - } - if yyr3263 || yy2arr3263 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *NodeAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -41689,7 +41812,7 @@ func (x *NodeAddress) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -41711,6 +41834,357 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { yys3270 := string(yys3270Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) switch yys3270 { + case "type": + if r.TryDecodeAsNil() { + x.Type = "" + } else { + x.Type = NodeConditionType(r.DecodeString()) + } + case "status": + if r.TryDecodeAsNil() { + x.Status = "" + } else { + x.Status = ConditionStatus(r.DecodeString()) + } + case "lastHeartbeatTime": + if r.TryDecodeAsNil() { + x.LastHeartbeatTime = pkg2_unversioned.Time{} + } else { + yyv3273 := &x.LastHeartbeatTime + yym3274 := z.DecBinary() + _ = yym3274 + if false { + } else if z.HasExtensions() && z.DecExt(yyv3273) { + } else if yym3274 { + z.DecBinaryUnmarshal(yyv3273) + } else if !yym3274 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3273) + } else { + z.DecFallback(yyv3273, false) + } + } + case "lastTransitionTime": + if r.TryDecodeAsNil() { + x.LastTransitionTime = pkg2_unversioned.Time{} + } else { + yyv3275 := &x.LastTransitionTime + yym3276 := z.DecBinary() + _ = yym3276 + if false { + } else if z.HasExtensions() && z.DecExt(yyv3275) { + } else if yym3276 { + z.DecBinaryUnmarshal(yyv3275) + } else if !yym3276 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3275) + } else { + z.DecFallback(yyv3275, false) + } + } + case "reason": + if r.TryDecodeAsNil() { + x.Reason = "" + } else { + x.Reason = string(r.DecodeString()) + } + case "message": + if r.TryDecodeAsNil() { + x.Message = "" + } else { + x.Message = string(r.DecodeString()) + } + default: + z.DecStructFieldNotFound(-1, yys3270) + } // end switch yys3270 + } // end for yyj3270 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *NodeCondition) 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.Type = "" + } else { + x.Type = NodeConditionType(r.DecodeString()) + } + 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.Status = "" + } else { + x.Status = ConditionStatus(r.DecodeString()) + } + 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.LastHeartbeatTime = pkg2_unversioned.Time{} + } else { + yyv3282 := &x.LastHeartbeatTime + yym3283 := z.DecBinary() + _ = yym3283 + if false { + } else if z.HasExtensions() && z.DecExt(yyv3282) { + } else if yym3283 { + z.DecBinaryUnmarshal(yyv3282) + } else if !yym3283 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3282) + } else { + z.DecFallback(yyv3282, false) + } + } + 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.LastTransitionTime = pkg2_unversioned.Time{} + } else { + yyv3284 := &x.LastTransitionTime + yym3285 := z.DecBinary() + _ = yym3285 + if false { + } else if z.HasExtensions() && z.DecExt(yyv3284) { + } else if yym3285 { + z.DecBinaryUnmarshal(yyv3284) + } else if !yym3285 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3284) + } else { + z.DecFallback(yyv3284, false) + } + } + 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.Reason = "" + } else { + x.Reason = string(r.DecodeString()) + } + 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.Message = "" + } else { + x.Message = string(r.DecodeString()) + } + 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 NodeAddressType) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + yym3288 := z.EncBinary() + _ = yym3288 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x)) + } +} + +func (x *NodeAddressType) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3289 := z.DecBinary() + _ = yym3289 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + *((*string)(x)) = r.DecodeString() + } +} + +func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3290 := z.EncBinary() + _ = yym3290 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep3291 := !z.EncBinary() + yy2arr3291 := z.EncBasicHandle().StructToArray + var yyq3291 [2]bool + _, _, _ = yysep3291, yyq3291, yy2arr3291 + const yyr3291 bool = false + var yynn3291 int + if yyr3291 || yy2arr3291 { + r.EncodeArrayStart(2) + } else { + yynn3291 = 2 + for _, b := range yyq3291 { + if b { + yynn3291++ + } + } + r.EncodeMapStart(yynn3291) + yynn3291 = 0 + } + if yyr3291 || yy2arr3291 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + x.Type.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("type")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + x.Type.CodecEncodeSelf(e) + } + if yyr3291 || yy2arr3291 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym3294 := z.EncBinary() + _ = yym3294 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Address)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("address")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3295 := z.EncBinary() + _ = yym3295 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Address)) + } + } + if yyr3291 || yy2arr3291 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *NodeAddress) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3296 := z.DecBinary() + _ = yym3296 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3297 := r.ContainerType() + if yyct3297 == codecSelferValueTypeMap1234 { + yyl3297 := r.ReadMapStart() + if yyl3297 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3297, d) + } + } else if yyct3297 == codecSelferValueTypeArray1234 { + yyl3297 := r.ReadArrayStart() + if yyl3297 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3297, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3298Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3298Slc + var yyhl3298 bool = l >= 0 + for yyj3298 := 0; ; yyj3298++ { + if yyhl3298 { + if yyj3298 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3298Slc = r.DecodeBytes(yys3298Slc, true, true) + yys3298 := string(yys3298Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3298 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -41724,9 +42198,9 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3270) - } // end switch yys3270 - } // end for yyj3270 + z.DecStructFieldNotFound(-1, yys3298) + } // end switch yys3298 + } // end for yyj3298 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41734,16 +42208,16 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3273 int - var yyb3273 bool - var yyhl3273 bool = l >= 0 - yyj3273++ - if yyhl3273 { - yyb3273 = yyj3273 > l + var yyj3301 int + var yyb3301 bool + var yyhl3301 bool = l >= 0 + yyj3301++ + if yyhl3301 { + yyb3301 = yyj3301 > l } else { - yyb3273 = r.CheckBreak() + yyb3301 = r.CheckBreak() } - if yyb3273 { + if yyb3301 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41753,13 +42227,13 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeAddressType(r.DecodeString()) } - yyj3273++ - if yyhl3273 { - yyb3273 = yyj3273 > l + yyj3301++ + if yyhl3301 { + yyb3301 = yyj3301 > l } else { - yyb3273 = r.CheckBreak() + yyb3301 = r.CheckBreak() } - if yyb3273 { + if yyb3301 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41770,17 +42244,17 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } for { - yyj3273++ - if yyhl3273 { - yyb3273 = yyj3273 > l + yyj3301++ + if yyhl3301 { + yyb3301 = yyj3301 > l } else { - yyb3273 = r.CheckBreak() + yyb3301 = r.CheckBreak() } - if yyb3273 { + if yyb3301 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3273-1, "") + z.DecStructFieldNotFound(yyj3301-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41792,33 +42266,33 @@ func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3276 := z.EncBinary() - _ = yym3276 + yym3304 := z.EncBinary() + _ = yym3304 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3277 := !z.EncBinary() - yy2arr3277 := z.EncBasicHandle().StructToArray - var yyq3277 [1]bool - _, _, _ = yysep3277, yyq3277, yy2arr3277 - const yyr3277 bool = false - yyq3277[0] = len(x.Capacity) != 0 - var yynn3277 int - if yyr3277 || yy2arr3277 { + yysep3305 := !z.EncBinary() + yy2arr3305 := z.EncBasicHandle().StructToArray + var yyq3305 [1]bool + _, _, _ = yysep3305, yyq3305, yy2arr3305 + const yyr3305 bool = false + yyq3305[0] = len(x.Capacity) != 0 + var yynn3305 int + if yyr3305 || yy2arr3305 { r.EncodeArrayStart(1) } else { - yynn3277 = 0 - for _, b := range yyq3277 { + yynn3305 = 0 + for _, b := range yyq3305 { if b { - yynn3277++ + yynn3305++ } } - r.EncodeMapStart(yynn3277) - yynn3277 = 0 + r.EncodeMapStart(yynn3305) + yynn3305 = 0 } - if yyr3277 || yy2arr3277 { + if yyr3305 || yy2arr3305 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3277[0] { + if yyq3305[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -41828,7 +42302,7 @@ func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3277[0] { + if yyq3305[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -41839,7 +42313,7 @@ func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3277 || yy2arr3277 { + if yyr3305 || yy2arr3305 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41852,25 +42326,25 @@ func (x *NodeResources) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3279 := z.DecBinary() - _ = yym3279 + yym3307 := z.DecBinary() + _ = yym3307 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3280 := r.ContainerType() - if yyct3280 == codecSelferValueTypeMap1234 { - yyl3280 := r.ReadMapStart() - if yyl3280 == 0 { + yyct3308 := r.ContainerType() + if yyct3308 == codecSelferValueTypeMap1234 { + yyl3308 := r.ReadMapStart() + if yyl3308 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3280, d) + x.codecDecodeSelfFromMap(yyl3308, d) } - } else if yyct3280 == codecSelferValueTypeArray1234 { - yyl3280 := r.ReadArrayStart() - if yyl3280 == 0 { + } else if yyct3308 == codecSelferValueTypeArray1234 { + yyl3308 := r.ReadArrayStart() + if yyl3308 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3280, d) + x.codecDecodeSelfFromArray(yyl3308, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41882,12 +42356,12 @@ func (x *NodeResources) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3281Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3281Slc - var yyhl3281 bool = l >= 0 - for yyj3281 := 0; ; yyj3281++ { - if yyhl3281 { - if yyj3281 >= l { + var yys3309Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3309Slc + var yyhl3309 bool = l >= 0 + for yyj3309 := 0; ; yyj3309++ { + if yyhl3309 { + if yyj3309 >= l { break } } else { @@ -41896,21 +42370,21 @@ func (x *NodeResources) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3281Slc = r.DecodeBytes(yys3281Slc, true, true) - yys3281 := string(yys3281Slc) + yys3309Slc = r.DecodeBytes(yys3309Slc, true, true) + yys3309 := string(yys3309Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3281 { + switch yys3309 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3282 := &x.Capacity - yyv3282.CodecDecodeSelf(d) + yyv3310 := &x.Capacity + yyv3310.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3281) - } // end switch yys3281 - } // end for yyj3281 + z.DecStructFieldNotFound(-1, yys3309) + } // end switch yys3309 + } // end for yyj3309 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41918,16 +42392,16 @@ func (x *NodeResources) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3283 int - var yyb3283 bool - var yyhl3283 bool = l >= 0 - yyj3283++ - if yyhl3283 { - yyb3283 = yyj3283 > l + var yyj3311 int + var yyb3311 bool + var yyhl3311 bool = l >= 0 + yyj3311++ + if yyhl3311 { + yyb3311 = yyj3311 > l } else { - yyb3283 = r.CheckBreak() + yyb3311 = r.CheckBreak() } - if yyb3283 { + if yyb3311 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41935,21 +42409,21 @@ func (x *NodeResources) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3284 := &x.Capacity - yyv3284.CodecDecodeSelf(d) + yyv3312 := &x.Capacity + yyv3312.CodecDecodeSelf(d) } for { - yyj3283++ - if yyhl3283 { - yyb3283 = yyj3283 > l + yyj3311++ + if yyhl3311 { + yyb3311 = yyj3311 > l } else { - yyb3283 = r.CheckBreak() + yyb3311 = r.CheckBreak() } - if yyb3283 { + if yyb3311 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3283-1, "") + z.DecStructFieldNotFound(yyj3311-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41958,8 +42432,8 @@ func (x ResourceName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3285 := z.EncBinary() - _ = yym3285 + yym3313 := z.EncBinary() + _ = yym3313 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41971,8 +42445,8 @@ func (x *ResourceName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3286 := z.DecBinary() - _ = yym3286 + yym3314 := z.DecBinary() + _ = yym3314 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41987,8 +42461,8 @@ func (x ResourceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3287 := z.EncBinary() - _ = yym3287 + yym3315 := z.EncBinary() + _ = yym3315 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -42001,8 +42475,8 @@ func (x *ResourceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3288 := z.DecBinary() - _ = yym3288 + yym3316 := z.DecBinary() + _ = yym3316 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -42017,39 +42491,39 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3289 := z.EncBinary() - _ = yym3289 + yym3317 := z.EncBinary() + _ = yym3317 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3290 := !z.EncBinary() - yy2arr3290 := z.EncBasicHandle().StructToArray - var yyq3290 [5]bool - _, _, _ = yysep3290, yyq3290, yy2arr3290 - const yyr3290 bool = false - yyq3290[0] = x.Kind != "" - yyq3290[1] = x.APIVersion != "" - yyq3290[2] = true - yyq3290[3] = true - yyq3290[4] = true - var yynn3290 int - if yyr3290 || yy2arr3290 { + yysep3318 := !z.EncBinary() + yy2arr3318 := z.EncBasicHandle().StructToArray + var yyq3318 [5]bool + _, _, _ = yysep3318, yyq3318, yy2arr3318 + const yyr3318 bool = false + yyq3318[0] = x.Kind != "" + yyq3318[1] = x.APIVersion != "" + yyq3318[2] = true + yyq3318[3] = true + yyq3318[4] = true + var yynn3318 int + if yyr3318 || yy2arr3318 { r.EncodeArrayStart(5) } else { - yynn3290 = 0 - for _, b := range yyq3290 { + yynn3318 = 0 + for _, b := range yyq3318 { if b { - yynn3290++ + yynn3318++ } } - r.EncodeMapStart(yynn3290) - yynn3290 = 0 + r.EncodeMapStart(yynn3318) + yynn3318 = 0 } - if yyr3290 || yy2arr3290 { + if yyr3318 || yy2arr3318 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3290[0] { - yym3292 := z.EncBinary() - _ = yym3292 + if yyq3318[0] { + yym3320 := z.EncBinary() + _ = yym3320 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42058,23 +42532,23 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3290[0] { + if yyq3318[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3293 := z.EncBinary() - _ = yym3293 + yym3321 := z.EncBinary() + _ = yym3321 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3290 || yy2arr3290 { + if yyr3318 || yy2arr3318 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3290[1] { - yym3295 := z.EncBinary() - _ = yym3295 + if yyq3318[1] { + yym3323 := z.EncBinary() + _ = yym3323 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42083,70 +42557,70 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3290[1] { + if yyq3318[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3296 := z.EncBinary() - _ = yym3296 + yym3324 := z.EncBinary() + _ = yym3324 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3290 || yy2arr3290 { + if yyr3318 || yy2arr3318 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3290[2] { - yy3298 := &x.ObjectMeta - yy3298.CodecEncodeSelf(e) + if yyq3318[2] { + yy3326 := &x.ObjectMeta + yy3326.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3290[2] { + if yyq3318[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3299 := &x.ObjectMeta - yy3299.CodecEncodeSelf(e) + yy3327 := &x.ObjectMeta + yy3327.CodecEncodeSelf(e) } } - if yyr3290 || yy2arr3290 { + if yyr3318 || yy2arr3318 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3290[3] { - yy3301 := &x.Spec - yy3301.CodecEncodeSelf(e) + if yyq3318[3] { + yy3329 := &x.Spec + yy3329.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3290[3] { + if yyq3318[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3302 := &x.Spec - yy3302.CodecEncodeSelf(e) + yy3330 := &x.Spec + yy3330.CodecEncodeSelf(e) } } - if yyr3290 || yy2arr3290 { + if yyr3318 || yy2arr3318 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3290[4] { - yy3304 := &x.Status - yy3304.CodecEncodeSelf(e) + if yyq3318[4] { + yy3332 := &x.Status + yy3332.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3290[4] { + if yyq3318[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3305 := &x.Status - yy3305.CodecEncodeSelf(e) + yy3333 := &x.Status + yy3333.CodecEncodeSelf(e) } } - if yyr3290 || yy2arr3290 { + if yyr3318 || yy2arr3318 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42159,25 +42633,25 @@ func (x *Node) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3306 := z.DecBinary() - _ = yym3306 + yym3334 := z.DecBinary() + _ = yym3334 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3307 := r.ContainerType() - if yyct3307 == codecSelferValueTypeMap1234 { - yyl3307 := r.ReadMapStart() - if yyl3307 == 0 { + yyct3335 := r.ContainerType() + if yyct3335 == codecSelferValueTypeMap1234 { + yyl3335 := r.ReadMapStart() + if yyl3335 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3307, d) + x.codecDecodeSelfFromMap(yyl3335, d) } - } else if yyct3307 == codecSelferValueTypeArray1234 { - yyl3307 := r.ReadArrayStart() - if yyl3307 == 0 { + } else if yyct3335 == codecSelferValueTypeArray1234 { + yyl3335 := r.ReadArrayStart() + if yyl3335 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3307, d) + x.codecDecodeSelfFromArray(yyl3335, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42189,12 +42663,12 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3308Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3308Slc - var yyhl3308 bool = l >= 0 - for yyj3308 := 0; ; yyj3308++ { - if yyhl3308 { - if yyj3308 >= l { + var yys3336Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3336Slc + var yyhl3336 bool = l >= 0 + for yyj3336 := 0; ; yyj3336++ { + if yyhl3336 { + if yyj3336 >= l { break } } else { @@ -42203,10 +42677,10 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3308Slc = r.DecodeBytes(yys3308Slc, true, true) - yys3308 := string(yys3308Slc) + yys3336Slc = r.DecodeBytes(yys3336Slc, true, true) + yys3336 := string(yys3336Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3308 { + switch yys3336 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42223,27 +42697,27 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3311 := &x.ObjectMeta - yyv3311.CodecDecodeSelf(d) + yyv3339 := &x.ObjectMeta + yyv3339.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3312 := &x.Spec - yyv3312.CodecDecodeSelf(d) + yyv3340 := &x.Spec + yyv3340.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3313 := &x.Status - yyv3313.CodecDecodeSelf(d) + yyv3341 := &x.Status + yyv3341.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3308) - } // end switch yys3308 - } // end for yyj3308 + z.DecStructFieldNotFound(-1, yys3336) + } // end switch yys3336 + } // end for yyj3336 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42251,16 +42725,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3314 int - var yyb3314 bool - var yyhl3314 bool = l >= 0 - yyj3314++ - if yyhl3314 { - yyb3314 = yyj3314 > l + var yyj3342 int + var yyb3342 bool + var yyhl3342 bool = l >= 0 + yyj3342++ + if yyhl3342 { + yyb3342 = yyj3342 > l } else { - yyb3314 = r.CheckBreak() + yyb3342 = r.CheckBreak() } - if yyb3314 { + if yyb3342 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42270,13 +42744,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3314++ - if yyhl3314 { - yyb3314 = yyj3314 > l + yyj3342++ + if yyhl3342 { + yyb3342 = yyj3342 > l } else { - yyb3314 = r.CheckBreak() + yyb3342 = r.CheckBreak() } - if yyb3314 { + if yyb3342 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42286,13 +42760,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3314++ - if yyhl3314 { - yyb3314 = yyj3314 > l + yyj3342++ + if yyhl3342 { + yyb3342 = yyj3342 > l } else { - yyb3314 = r.CheckBreak() + yyb3342 = r.CheckBreak() } - if yyb3314 { + if yyb3342 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42300,16 +42774,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3317 := &x.ObjectMeta - yyv3317.CodecDecodeSelf(d) + yyv3345 := &x.ObjectMeta + yyv3345.CodecDecodeSelf(d) } - yyj3314++ - if yyhl3314 { - yyb3314 = yyj3314 > l + yyj3342++ + if yyhl3342 { + yyb3342 = yyj3342 > l } else { - yyb3314 = r.CheckBreak() + yyb3342 = r.CheckBreak() } - if yyb3314 { + if yyb3342 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42317,16 +42791,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3318 := &x.Spec - yyv3318.CodecDecodeSelf(d) + yyv3346 := &x.Spec + yyv3346.CodecDecodeSelf(d) } - yyj3314++ - if yyhl3314 { - yyb3314 = yyj3314 > l + yyj3342++ + if yyhl3342 { + yyb3342 = yyj3342 > l } else { - yyb3314 = r.CheckBreak() + yyb3342 = r.CheckBreak() } - if yyb3314 { + if yyb3342 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42334,21 +42808,21 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3319 := &x.Status - yyv3319.CodecDecodeSelf(d) + yyv3347 := &x.Status + yyv3347.CodecDecodeSelf(d) } for { - yyj3314++ - if yyhl3314 { - yyb3314 = yyj3314 > l + yyj3342++ + if yyhl3342 { + yyb3342 = yyj3342 > l } else { - yyb3314 = r.CheckBreak() + yyb3342 = r.CheckBreak() } - if yyb3314 { + if yyb3342 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3314-1, "") + z.DecStructFieldNotFound(yyj3342-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42360,37 +42834,37 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3320 := z.EncBinary() - _ = yym3320 + yym3348 := z.EncBinary() + _ = yym3348 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3321 := !z.EncBinary() - yy2arr3321 := z.EncBasicHandle().StructToArray - var yyq3321 [4]bool - _, _, _ = yysep3321, yyq3321, yy2arr3321 - const yyr3321 bool = false - yyq3321[0] = x.Kind != "" - yyq3321[1] = x.APIVersion != "" - yyq3321[2] = true - var yynn3321 int - if yyr3321 || yy2arr3321 { + yysep3349 := !z.EncBinary() + yy2arr3349 := z.EncBasicHandle().StructToArray + var yyq3349 [4]bool + _, _, _ = yysep3349, yyq3349, yy2arr3349 + const yyr3349 bool = false + yyq3349[0] = x.Kind != "" + yyq3349[1] = x.APIVersion != "" + yyq3349[2] = true + var yynn3349 int + if yyr3349 || yy2arr3349 { r.EncodeArrayStart(4) } else { - yynn3321 = 1 - for _, b := range yyq3321 { + yynn3349 = 1 + for _, b := range yyq3349 { if b { - yynn3321++ + yynn3349++ } } - r.EncodeMapStart(yynn3321) - yynn3321 = 0 + r.EncodeMapStart(yynn3349) + yynn3349 = 0 } - if yyr3321 || yy2arr3321 { + if yyr3349 || yy2arr3349 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3321[0] { - yym3323 := z.EncBinary() - _ = yym3323 + if yyq3349[0] { + yym3351 := z.EncBinary() + _ = yym3351 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42399,23 +42873,23 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3321[0] { + if yyq3349[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3324 := z.EncBinary() - _ = yym3324 + yym3352 := z.EncBinary() + _ = yym3352 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3321 || yy2arr3321 { + if yyr3349 || yy2arr3349 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3321[1] { - yym3326 := z.EncBinary() - _ = yym3326 + if yyq3349[1] { + yym3354 := z.EncBinary() + _ = yym3354 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42424,54 +42898,54 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3321[1] { + if yyq3349[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3327 := z.EncBinary() - _ = yym3327 + yym3355 := z.EncBinary() + _ = yym3355 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3321 || yy2arr3321 { + if yyr3349 || yy2arr3349 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3321[2] { - yy3329 := &x.ListMeta - yym3330 := z.EncBinary() - _ = yym3330 + if yyq3349[2] { + yy3357 := &x.ListMeta + yym3358 := z.EncBinary() + _ = yym3358 if false { - } else if z.HasExtensions() && z.EncExt(yy3329) { + } else if z.HasExtensions() && z.EncExt(yy3357) { } else { - z.EncFallback(yy3329) + z.EncFallback(yy3357) } } else { r.EncodeNil() } } else { - if yyq3321[2] { + if yyq3349[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3331 := &x.ListMeta - yym3332 := z.EncBinary() - _ = yym3332 + yy3359 := &x.ListMeta + yym3360 := z.EncBinary() + _ = yym3360 if false { - } else if z.HasExtensions() && z.EncExt(yy3331) { + } else if z.HasExtensions() && z.EncExt(yy3359) { } else { - z.EncFallback(yy3331) + z.EncFallback(yy3359) } } } - if yyr3321 || yy2arr3321 { + if yyr3349 || yy2arr3349 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3334 := z.EncBinary() - _ = yym3334 + yym3362 := z.EncBinary() + _ = yym3362 if false { } else { h.encSliceNode(([]Node)(x.Items), e) @@ -42484,15 +42958,15 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3335 := z.EncBinary() - _ = yym3335 + yym3363 := z.EncBinary() + _ = yym3363 if false { } else { h.encSliceNode(([]Node)(x.Items), e) } } } - if yyr3321 || yy2arr3321 { + if yyr3349 || yy2arr3349 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42505,25 +42979,25 @@ func (x *NodeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3336 := z.DecBinary() - _ = yym3336 + yym3364 := z.DecBinary() + _ = yym3364 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3337 := r.ContainerType() - if yyct3337 == codecSelferValueTypeMap1234 { - yyl3337 := r.ReadMapStart() - if yyl3337 == 0 { + yyct3365 := r.ContainerType() + if yyct3365 == codecSelferValueTypeMap1234 { + yyl3365 := r.ReadMapStart() + if yyl3365 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3337, d) + x.codecDecodeSelfFromMap(yyl3365, d) } - } else if yyct3337 == codecSelferValueTypeArray1234 { - yyl3337 := r.ReadArrayStart() - if yyl3337 == 0 { + } else if yyct3365 == codecSelferValueTypeArray1234 { + yyl3365 := r.ReadArrayStart() + if yyl3365 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3337, d) + x.codecDecodeSelfFromArray(yyl3365, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42535,12 +43009,12 @@ func (x *NodeList) 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 { + var yys3366Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3366Slc + var yyhl3366 bool = l >= 0 + for yyj3366 := 0; ; yyj3366++ { + if yyhl3366 { + if yyj3366 >= l { break } } else { @@ -42549,10 +43023,10 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3338Slc = r.DecodeBytes(yys3338Slc, true, true) - yys3338 := string(yys3338Slc) + yys3366Slc = r.DecodeBytes(yys3366Slc, true, true) + yys3366 := string(yys3366Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3338 { + switch yys3366 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42569,31 +43043,31 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3341 := &x.ListMeta - yym3342 := z.DecBinary() - _ = yym3342 + yyv3369 := &x.ListMeta + yym3370 := z.DecBinary() + _ = yym3370 if false { - } else if z.HasExtensions() && z.DecExt(yyv3341) { + } else if z.HasExtensions() && z.DecExt(yyv3369) { } else { - z.DecFallback(yyv3341, false) + z.DecFallback(yyv3369, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3343 := &x.Items - yym3344 := z.DecBinary() - _ = yym3344 + yyv3371 := &x.Items + yym3372 := z.DecBinary() + _ = yym3372 if false { } else { - h.decSliceNode((*[]Node)(yyv3343), d) + h.decSliceNode((*[]Node)(yyv3371), d) } } default: - z.DecStructFieldNotFound(-1, yys3338) - } // end switch yys3338 - } // end for yyj3338 + z.DecStructFieldNotFound(-1, yys3366) + } // end switch yys3366 + } // end for yyj3366 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42601,16 +43075,16 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3345 int - var yyb3345 bool - var yyhl3345 bool = l >= 0 - yyj3345++ - if yyhl3345 { - yyb3345 = yyj3345 > l + var yyj3373 int + var yyb3373 bool + var yyhl3373 bool = l >= 0 + yyj3373++ + if yyhl3373 { + yyb3373 = yyj3373 > l } else { - yyb3345 = r.CheckBreak() + yyb3373 = r.CheckBreak() } - if yyb3345 { + if yyb3373 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42620,13 +43094,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3345++ - if yyhl3345 { - yyb3345 = yyj3345 > l + yyj3373++ + if yyhl3373 { + yyb3373 = yyj3373 > l } else { - yyb3345 = r.CheckBreak() + yyb3373 = r.CheckBreak() } - if yyb3345 { + if yyb3373 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42636,13 +43110,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3345++ - if yyhl3345 { - yyb3345 = yyj3345 > l + yyj3373++ + if yyhl3373 { + yyb3373 = yyj3373 > l } else { - yyb3345 = r.CheckBreak() + yyb3373 = r.CheckBreak() } - if yyb3345 { + if yyb3373 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42650,22 +43124,22 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3348 := &x.ListMeta - yym3349 := z.DecBinary() - _ = yym3349 + yyv3376 := &x.ListMeta + yym3377 := z.DecBinary() + _ = yym3377 if false { - } else if z.HasExtensions() && z.DecExt(yyv3348) { + } else if z.HasExtensions() && z.DecExt(yyv3376) { } else { - z.DecFallback(yyv3348, false) + z.DecFallback(yyv3376, false) } } - yyj3345++ - if yyhl3345 { - yyb3345 = yyj3345 > l + yyj3373++ + if yyhl3373 { + yyb3373 = yyj3373 > l } else { - yyb3345 = r.CheckBreak() + yyb3373 = r.CheckBreak() } - if yyb3345 { + if yyb3373 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42673,26 +43147,26 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3350 := &x.Items - yym3351 := z.DecBinary() - _ = yym3351 + yyv3378 := &x.Items + yym3379 := z.DecBinary() + _ = yym3379 if false { } else { - h.decSliceNode((*[]Node)(yyv3350), d) + h.decSliceNode((*[]Node)(yyv3378), d) } } for { - yyj3345++ - if yyhl3345 { - yyb3345 = yyj3345 > l + yyj3373++ + if yyhl3373 { + yyb3373 = yyj3373 > l } else { - yyb3345 = r.CheckBreak() + yyb3373 = r.CheckBreak() } - if yyb3345 { + if yyb3373 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3345-1, "") + z.DecStructFieldNotFound(yyj3373-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42704,36 +43178,36 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3352 := z.EncBinary() - _ = yym3352 + yym3380 := z.EncBinary() + _ = yym3380 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3353 := !z.EncBinary() - yy2arr3353 := z.EncBasicHandle().StructToArray - var yyq3353 [1]bool - _, _, _ = yysep3353, yyq3353, yy2arr3353 - const yyr3353 bool = false - var yynn3353 int - if yyr3353 || yy2arr3353 { + yysep3381 := !z.EncBinary() + yy2arr3381 := z.EncBasicHandle().StructToArray + var yyq3381 [1]bool + _, _, _ = yysep3381, yyq3381, yy2arr3381 + const yyr3381 bool = false + var yynn3381 int + if yyr3381 || yy2arr3381 { r.EncodeArrayStart(1) } else { - yynn3353 = 1 - for _, b := range yyq3353 { + yynn3381 = 1 + for _, b := range yyq3381 { if b { - yynn3353++ + yynn3381++ } } - r.EncodeMapStart(yynn3353) - yynn3353 = 0 + r.EncodeMapStart(yynn3381) + yynn3381 = 0 } - if yyr3353 || yy2arr3353 { + if yyr3381 || yy2arr3381 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Finalizers == nil { r.EncodeNil() } else { - yym3355 := z.EncBinary() - _ = yym3355 + yym3383 := z.EncBinary() + _ = yym3383 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -42746,15 +43220,15 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Finalizers == nil { r.EncodeNil() } else { - yym3356 := z.EncBinary() - _ = yym3356 + yym3384 := z.EncBinary() + _ = yym3384 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) } } } - if yyr3353 || yy2arr3353 { + if yyr3381 || yy2arr3381 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42767,25 +43241,25 @@ func (x *NamespaceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3357 := z.DecBinary() - _ = yym3357 + yym3385 := z.DecBinary() + _ = yym3385 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3358 := r.ContainerType() - if yyct3358 == codecSelferValueTypeMap1234 { - yyl3358 := r.ReadMapStart() - if yyl3358 == 0 { + yyct3386 := r.ContainerType() + if yyct3386 == codecSelferValueTypeMap1234 { + yyl3386 := r.ReadMapStart() + if yyl3386 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3358, d) + x.codecDecodeSelfFromMap(yyl3386, d) } - } else if yyct3358 == codecSelferValueTypeArray1234 { - yyl3358 := r.ReadArrayStart() - if yyl3358 == 0 { + } else if yyct3386 == codecSelferValueTypeArray1234 { + yyl3386 := r.ReadArrayStart() + if yyl3386 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3358, d) + x.codecDecodeSelfFromArray(yyl3386, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42797,12 +43271,12 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3359Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3359Slc - var yyhl3359 bool = l >= 0 - for yyj3359 := 0; ; yyj3359++ { - if yyhl3359 { - if yyj3359 >= l { + var yys3387Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3387Slc + var yyhl3387 bool = l >= 0 + for yyj3387 := 0; ; yyj3387++ { + if yyhl3387 { + if yyj3387 >= l { break } } else { @@ -42811,26 +43285,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3359Slc = r.DecodeBytes(yys3359Slc, true, true) - yys3359 := string(yys3359Slc) + yys3387Slc = r.DecodeBytes(yys3387Slc, true, true) + yys3387 := string(yys3387Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3359 { + switch yys3387 { case "Finalizers": if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3360 := &x.Finalizers - yym3361 := z.DecBinary() - _ = yym3361 + yyv3388 := &x.Finalizers + yym3389 := z.DecBinary() + _ = yym3389 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3360), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3388), d) } } default: - z.DecStructFieldNotFound(-1, yys3359) - } // end switch yys3359 - } // end for yyj3359 + z.DecStructFieldNotFound(-1, yys3387) + } // end switch yys3387 + } // end for yyj3387 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42838,16 +43312,16 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3362 int - var yyb3362 bool - var yyhl3362 bool = l >= 0 - yyj3362++ - if yyhl3362 { - yyb3362 = yyj3362 > l + var yyj3390 int + var yyb3390 bool + var yyhl3390 bool = l >= 0 + yyj3390++ + if yyhl3390 { + yyb3390 = yyj3390 > l } else { - yyb3362 = r.CheckBreak() + yyb3390 = r.CheckBreak() } - if yyb3362 { + if yyb3390 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42855,26 +43329,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3363 := &x.Finalizers - yym3364 := z.DecBinary() - _ = yym3364 + yyv3391 := &x.Finalizers + yym3392 := z.DecBinary() + _ = yym3392 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3363), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3391), d) } } for { - yyj3362++ - if yyhl3362 { - yyb3362 = yyj3362 > l + yyj3390++ + if yyhl3390 { + yyb3390 = yyj3390 > l } else { - yyb3362 = r.CheckBreak() + yyb3390 = r.CheckBreak() } - if yyb3362 { + if yyb3390 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3362-1, "") + z.DecStructFieldNotFound(yyj3390-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42883,8 +43357,8 @@ func (x FinalizerName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3365 := z.EncBinary() - _ = yym3365 + yym3393 := z.EncBinary() + _ = yym3393 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -42896,8 +43370,8 @@ func (x *FinalizerName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3366 := z.DecBinary() - _ = yym3366 + yym3394 := z.DecBinary() + _ = yym3394 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -42912,46 +43386,46 @@ func (x *NamespaceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3367 := z.EncBinary() - _ = yym3367 + yym3395 := z.EncBinary() + _ = yym3395 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3368 := !z.EncBinary() - yy2arr3368 := z.EncBasicHandle().StructToArray - var yyq3368 [1]bool - _, _, _ = yysep3368, yyq3368, yy2arr3368 - const yyr3368 bool = false - yyq3368[0] = x.Phase != "" - var yynn3368 int - if yyr3368 || yy2arr3368 { + yysep3396 := !z.EncBinary() + yy2arr3396 := z.EncBasicHandle().StructToArray + var yyq3396 [1]bool + _, _, _ = yysep3396, yyq3396, yy2arr3396 + const yyr3396 bool = false + yyq3396[0] = x.Phase != "" + var yynn3396 int + if yyr3396 || yy2arr3396 { r.EncodeArrayStart(1) } else { - yynn3368 = 0 - for _, b := range yyq3368 { + yynn3396 = 0 + for _, b := range yyq3396 { if b { - yynn3368++ + yynn3396++ } } - r.EncodeMapStart(yynn3368) - yynn3368 = 0 + r.EncodeMapStart(yynn3396) + yynn3396 = 0 } - if yyr3368 || yy2arr3368 { + if yyr3396 || yy2arr3396 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3368[0] { + if yyq3396[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3368[0] { + if yyq3396[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr3368 || yy2arr3368 { + if yyr3396 || yy2arr3396 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42964,25 +43438,25 @@ func (x *NamespaceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3370 := z.DecBinary() - _ = yym3370 + yym3398 := z.DecBinary() + _ = yym3398 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3371 := r.ContainerType() - if yyct3371 == codecSelferValueTypeMap1234 { - yyl3371 := r.ReadMapStart() - if yyl3371 == 0 { + yyct3399 := r.ContainerType() + if yyct3399 == codecSelferValueTypeMap1234 { + yyl3399 := r.ReadMapStart() + if yyl3399 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3371, d) + x.codecDecodeSelfFromMap(yyl3399, d) } - } else if yyct3371 == codecSelferValueTypeArray1234 { - yyl3371 := r.ReadArrayStart() - if yyl3371 == 0 { + } else if yyct3399 == codecSelferValueTypeArray1234 { + yyl3399 := r.ReadArrayStart() + if yyl3399 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3371, d) + x.codecDecodeSelfFromArray(yyl3399, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42994,12 +43468,12 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3372Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3372Slc - var yyhl3372 bool = l >= 0 - for yyj3372 := 0; ; yyj3372++ { - if yyhl3372 { - if yyj3372 >= l { + var yys3400Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3400Slc + var yyhl3400 bool = l >= 0 + for yyj3400 := 0; ; yyj3400++ { + if yyhl3400 { + if yyj3400 >= l { break } } else { @@ -43008,10 +43482,10 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3372Slc = r.DecodeBytes(yys3372Slc, true, true) - yys3372 := string(yys3372Slc) + yys3400Slc = r.DecodeBytes(yys3400Slc, true, true) + yys3400 := string(yys3400Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3372 { + switch yys3400 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -43019,9 +43493,9 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Phase = NamespacePhase(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3372) - } // end switch yys3372 - } // end for yyj3372 + z.DecStructFieldNotFound(-1, yys3400) + } // end switch yys3400 + } // end for yyj3400 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43029,16 +43503,16 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3374 int - var yyb3374 bool - var yyhl3374 bool = l >= 0 - yyj3374++ - if yyhl3374 { - yyb3374 = yyj3374 > l + var yyj3402 int + var yyb3402 bool + var yyhl3402 bool = l >= 0 + yyj3402++ + if yyhl3402 { + yyb3402 = yyj3402 > l } else { - yyb3374 = r.CheckBreak() + yyb3402 = r.CheckBreak() } - if yyb3374 { + if yyb3402 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43049,17 +43523,17 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Phase = NamespacePhase(r.DecodeString()) } for { - yyj3374++ - if yyhl3374 { - yyb3374 = yyj3374 > l + yyj3402++ + if yyhl3402 { + yyb3402 = yyj3402 > l } else { - yyb3374 = r.CheckBreak() + yyb3402 = r.CheckBreak() } - if yyb3374 { + if yyb3402 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3374-1, "") + z.DecStructFieldNotFound(yyj3402-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43068,8 +43542,8 @@ func (x NamespacePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3376 := z.EncBinary() - _ = yym3376 + yym3404 := z.EncBinary() + _ = yym3404 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -43081,8 +43555,8 @@ func (x *NamespacePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3377 := z.DecBinary() - _ = yym3377 + yym3405 := z.DecBinary() + _ = yym3405 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -43097,39 +43571,39 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3378 := z.EncBinary() - _ = yym3378 + yym3406 := z.EncBinary() + _ = yym3406 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3379 := !z.EncBinary() - yy2arr3379 := z.EncBasicHandle().StructToArray - var yyq3379 [5]bool - _, _, _ = yysep3379, yyq3379, yy2arr3379 - const yyr3379 bool = false - yyq3379[0] = x.Kind != "" - yyq3379[1] = x.APIVersion != "" - yyq3379[2] = true - yyq3379[3] = true - yyq3379[4] = true - var yynn3379 int - if yyr3379 || yy2arr3379 { + yysep3407 := !z.EncBinary() + yy2arr3407 := z.EncBasicHandle().StructToArray + var yyq3407 [5]bool + _, _, _ = yysep3407, yyq3407, yy2arr3407 + const yyr3407 bool = false + yyq3407[0] = x.Kind != "" + yyq3407[1] = x.APIVersion != "" + yyq3407[2] = true + yyq3407[3] = true + yyq3407[4] = true + var yynn3407 int + if yyr3407 || yy2arr3407 { r.EncodeArrayStart(5) } else { - yynn3379 = 0 - for _, b := range yyq3379 { + yynn3407 = 0 + for _, b := range yyq3407 { if b { - yynn3379++ + yynn3407++ } } - r.EncodeMapStart(yynn3379) - yynn3379 = 0 + r.EncodeMapStart(yynn3407) + yynn3407 = 0 } - if yyr3379 || yy2arr3379 { + if yyr3407 || yy2arr3407 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3379[0] { - yym3381 := z.EncBinary() - _ = yym3381 + if yyq3407[0] { + yym3409 := z.EncBinary() + _ = yym3409 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43138,23 +43612,23 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3379[0] { + if yyq3407[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3382 := z.EncBinary() - _ = yym3382 + yym3410 := z.EncBinary() + _ = yym3410 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3379 || yy2arr3379 { + if yyr3407 || yy2arr3407 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3379[1] { - yym3384 := z.EncBinary() - _ = yym3384 + if yyq3407[1] { + yym3412 := z.EncBinary() + _ = yym3412 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43163,70 +43637,70 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3379[1] { + if yyq3407[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3385 := z.EncBinary() - _ = yym3385 + yym3413 := z.EncBinary() + _ = yym3413 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3379 || yy2arr3379 { + if yyr3407 || yy2arr3407 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3379[2] { - yy3387 := &x.ObjectMeta - yy3387.CodecEncodeSelf(e) + if yyq3407[2] { + yy3415 := &x.ObjectMeta + yy3415.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3379[2] { + if yyq3407[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3388 := &x.ObjectMeta - yy3388.CodecEncodeSelf(e) + yy3416 := &x.ObjectMeta + yy3416.CodecEncodeSelf(e) } } - if yyr3379 || yy2arr3379 { + if yyr3407 || yy2arr3407 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3379[3] { - yy3390 := &x.Spec - yy3390.CodecEncodeSelf(e) + if yyq3407[3] { + yy3418 := &x.Spec + yy3418.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3379[3] { + if yyq3407[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3391 := &x.Spec - yy3391.CodecEncodeSelf(e) + yy3419 := &x.Spec + yy3419.CodecEncodeSelf(e) } } - if yyr3379 || yy2arr3379 { + if yyr3407 || yy2arr3407 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3379[4] { - yy3393 := &x.Status - yy3393.CodecEncodeSelf(e) + if yyq3407[4] { + yy3421 := &x.Status + yy3421.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3379[4] { + if yyq3407[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3394 := &x.Status - yy3394.CodecEncodeSelf(e) + yy3422 := &x.Status + yy3422.CodecEncodeSelf(e) } } - if yyr3379 || yy2arr3379 { + if yyr3407 || yy2arr3407 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43239,25 +43713,25 @@ func (x *Namespace) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3395 := z.DecBinary() - _ = yym3395 + yym3423 := z.DecBinary() + _ = yym3423 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3396 := r.ContainerType() - if yyct3396 == codecSelferValueTypeMap1234 { - yyl3396 := r.ReadMapStart() - if yyl3396 == 0 { + yyct3424 := r.ContainerType() + if yyct3424 == codecSelferValueTypeMap1234 { + yyl3424 := r.ReadMapStart() + if yyl3424 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3396, d) + x.codecDecodeSelfFromMap(yyl3424, d) } - } else if yyct3396 == codecSelferValueTypeArray1234 { - yyl3396 := r.ReadArrayStart() - if yyl3396 == 0 { + } else if yyct3424 == codecSelferValueTypeArray1234 { + yyl3424 := r.ReadArrayStart() + if yyl3424 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3396, d) + x.codecDecodeSelfFromArray(yyl3424, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43269,12 +43743,12 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3397Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3397Slc - var yyhl3397 bool = l >= 0 - for yyj3397 := 0; ; yyj3397++ { - if yyhl3397 { - if yyj3397 >= l { + var yys3425Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3425Slc + var yyhl3425 bool = l >= 0 + for yyj3425 := 0; ; yyj3425++ { + if yyhl3425 { + if yyj3425 >= l { break } } else { @@ -43283,10 +43757,10 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3397Slc = r.DecodeBytes(yys3397Slc, true, true) - yys3397 := string(yys3397Slc) + yys3425Slc = r.DecodeBytes(yys3425Slc, true, true) + yys3425 := string(yys3425Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3397 { + switch yys3425 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43303,27 +43777,27 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3400 := &x.ObjectMeta - yyv3400.CodecDecodeSelf(d) + yyv3428 := &x.ObjectMeta + yyv3428.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3401 := &x.Spec - yyv3401.CodecDecodeSelf(d) + yyv3429 := &x.Spec + yyv3429.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3402 := &x.Status - yyv3402.CodecDecodeSelf(d) + yyv3430 := &x.Status + yyv3430.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3397) - } // end switch yys3397 - } // end for yyj3397 + z.DecStructFieldNotFound(-1, yys3425) + } // end switch yys3425 + } // end for yyj3425 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43331,16 +43805,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3403 int - var yyb3403 bool - var yyhl3403 bool = l >= 0 - yyj3403++ - if yyhl3403 { - yyb3403 = yyj3403 > l + var yyj3431 int + var yyb3431 bool + var yyhl3431 bool = l >= 0 + yyj3431++ + if yyhl3431 { + yyb3431 = yyj3431 > l } else { - yyb3403 = r.CheckBreak() + yyb3431 = r.CheckBreak() } - if yyb3403 { + if yyb3431 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43350,13 +43824,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3403++ - if yyhl3403 { - yyb3403 = yyj3403 > l + yyj3431++ + if yyhl3431 { + yyb3431 = yyj3431 > l } else { - yyb3403 = r.CheckBreak() + yyb3431 = r.CheckBreak() } - if yyb3403 { + if yyb3431 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43366,13 +43840,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3403++ - if yyhl3403 { - yyb3403 = yyj3403 > l + yyj3431++ + if yyhl3431 { + yyb3431 = yyj3431 > l } else { - yyb3403 = r.CheckBreak() + yyb3431 = r.CheckBreak() } - if yyb3403 { + if yyb3431 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43380,16 +43854,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3406 := &x.ObjectMeta - yyv3406.CodecDecodeSelf(d) + yyv3434 := &x.ObjectMeta + yyv3434.CodecDecodeSelf(d) } - yyj3403++ - if yyhl3403 { - yyb3403 = yyj3403 > l + yyj3431++ + if yyhl3431 { + yyb3431 = yyj3431 > l } else { - yyb3403 = r.CheckBreak() + yyb3431 = r.CheckBreak() } - if yyb3403 { + if yyb3431 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43397,16 +43871,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3407 := &x.Spec - yyv3407.CodecDecodeSelf(d) + yyv3435 := &x.Spec + yyv3435.CodecDecodeSelf(d) } - yyj3403++ - if yyhl3403 { - yyb3403 = yyj3403 > l + yyj3431++ + if yyhl3431 { + yyb3431 = yyj3431 > l } else { - yyb3403 = r.CheckBreak() + yyb3431 = r.CheckBreak() } - if yyb3403 { + if yyb3431 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43414,21 +43888,21 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3408 := &x.Status - yyv3408.CodecDecodeSelf(d) + yyv3436 := &x.Status + yyv3436.CodecDecodeSelf(d) } for { - yyj3403++ - if yyhl3403 { - yyb3403 = yyj3403 > l + yyj3431++ + if yyhl3431 { + yyb3431 = yyj3431 > l } else { - yyb3403 = r.CheckBreak() + yyb3431 = r.CheckBreak() } - if yyb3403 { + if yyb3431 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3403-1, "") + z.DecStructFieldNotFound(yyj3431-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43440,37 +43914,37 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3409 := z.EncBinary() - _ = yym3409 + yym3437 := z.EncBinary() + _ = yym3437 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3410 := !z.EncBinary() - yy2arr3410 := z.EncBasicHandle().StructToArray - var yyq3410 [4]bool - _, _, _ = yysep3410, yyq3410, yy2arr3410 - const yyr3410 bool = false - yyq3410[0] = x.Kind != "" - yyq3410[1] = x.APIVersion != "" - yyq3410[2] = true - var yynn3410 int - if yyr3410 || yy2arr3410 { + yysep3438 := !z.EncBinary() + yy2arr3438 := z.EncBasicHandle().StructToArray + var yyq3438 [4]bool + _, _, _ = yysep3438, yyq3438, yy2arr3438 + const yyr3438 bool = false + yyq3438[0] = x.Kind != "" + yyq3438[1] = x.APIVersion != "" + yyq3438[2] = true + var yynn3438 int + if yyr3438 || yy2arr3438 { r.EncodeArrayStart(4) } else { - yynn3410 = 1 - for _, b := range yyq3410 { + yynn3438 = 1 + for _, b := range yyq3438 { if b { - yynn3410++ + yynn3438++ } } - r.EncodeMapStart(yynn3410) - yynn3410 = 0 + r.EncodeMapStart(yynn3438) + yynn3438 = 0 } - if yyr3410 || yy2arr3410 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3410[0] { - yym3412 := z.EncBinary() - _ = yym3412 + if yyq3438[0] { + yym3440 := z.EncBinary() + _ = yym3440 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43479,23 +43953,23 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3410[0] { + if yyq3438[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3413 := z.EncBinary() - _ = yym3413 + yym3441 := z.EncBinary() + _ = yym3441 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3410 || yy2arr3410 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3410[1] { - yym3415 := z.EncBinary() - _ = yym3415 + if yyq3438[1] { + yym3443 := z.EncBinary() + _ = yym3443 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43504,54 +43978,54 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3410[1] { + if yyq3438[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3416 := z.EncBinary() - _ = yym3416 + yym3444 := z.EncBinary() + _ = yym3444 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3410 || yy2arr3410 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3410[2] { - yy3418 := &x.ListMeta - yym3419 := z.EncBinary() - _ = yym3419 + if yyq3438[2] { + yy3446 := &x.ListMeta + yym3447 := z.EncBinary() + _ = yym3447 if false { - } else if z.HasExtensions() && z.EncExt(yy3418) { + } else if z.HasExtensions() && z.EncExt(yy3446) { } else { - z.EncFallback(yy3418) + z.EncFallback(yy3446) } } else { r.EncodeNil() } } else { - if yyq3410[2] { + if yyq3438[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3420 := &x.ListMeta - yym3421 := z.EncBinary() - _ = yym3421 + yy3448 := &x.ListMeta + yym3449 := z.EncBinary() + _ = yym3449 if false { - } else if z.HasExtensions() && z.EncExt(yy3420) { + } else if z.HasExtensions() && z.EncExt(yy3448) { } else { - z.EncFallback(yy3420) + z.EncFallback(yy3448) } } } - if yyr3410 || yy2arr3410 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3423 := z.EncBinary() - _ = yym3423 + yym3451 := z.EncBinary() + _ = yym3451 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) @@ -43564,15 +44038,15 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3424 := z.EncBinary() - _ = yym3424 + yym3452 := z.EncBinary() + _ = yym3452 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) } } } - if yyr3410 || yy2arr3410 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43585,25 +44059,25 @@ func (x *NamespaceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3425 := z.DecBinary() - _ = yym3425 + yym3453 := z.DecBinary() + _ = yym3453 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3426 := r.ContainerType() - if yyct3426 == codecSelferValueTypeMap1234 { - yyl3426 := r.ReadMapStart() - if yyl3426 == 0 { + yyct3454 := r.ContainerType() + if yyct3454 == codecSelferValueTypeMap1234 { + yyl3454 := r.ReadMapStart() + if yyl3454 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3426, d) + x.codecDecodeSelfFromMap(yyl3454, d) } - } else if yyct3426 == codecSelferValueTypeArray1234 { - yyl3426 := r.ReadArrayStart() - if yyl3426 == 0 { + } else if yyct3454 == codecSelferValueTypeArray1234 { + yyl3454 := r.ReadArrayStart() + if yyl3454 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3426, d) + x.codecDecodeSelfFromArray(yyl3454, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43615,12 +44089,12 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3427Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3427Slc - var yyhl3427 bool = l >= 0 - for yyj3427 := 0; ; yyj3427++ { - if yyhl3427 { - if yyj3427 >= l { + var yys3455Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3455Slc + var yyhl3455 bool = l >= 0 + for yyj3455 := 0; ; yyj3455++ { + if yyhl3455 { + if yyj3455 >= l { break } } else { @@ -43629,10 +44103,10 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3427Slc = r.DecodeBytes(yys3427Slc, true, true) - yys3427 := string(yys3427Slc) + yys3455Slc = r.DecodeBytes(yys3455Slc, true, true) + yys3455 := string(yys3455Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3427 { + switch yys3455 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43649,340 +44123,35 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3430 := &x.ListMeta - yym3431 := z.DecBinary() - _ = yym3431 + yyv3458 := &x.ListMeta + yym3459 := z.DecBinary() + _ = yym3459 if false { - } else if z.HasExtensions() && z.DecExt(yyv3430) { + } else if z.HasExtensions() && z.DecExt(yyv3458) { } else { - z.DecFallback(yyv3430, false) + z.DecFallback(yyv3458, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3432 := &x.Items - yym3433 := z.DecBinary() - _ = yym3433 + yyv3460 := &x.Items + yym3461 := z.DecBinary() + _ = yym3461 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3432), d) + h.decSliceNamespace((*[]Namespace)(yyv3460), d) } } default: - z.DecStructFieldNotFound(-1, yys3427) - } // end switch yys3427 - } // end for yyj3427 + z.DecStructFieldNotFound(-1, yys3455) + } // end switch yys3455 + } // end for yyj3455 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj3434 int - var yyb3434 bool - var yyhl3434 bool = l >= 0 - yyj3434++ - if yyhl3434 { - yyb3434 = yyj3434 > l - } else { - yyb3434 = r.CheckBreak() - } - if yyb3434 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj3434++ - if yyhl3434 { - yyb3434 = yyj3434 > l - } else { - yyb3434 = r.CheckBreak() - } - if yyb3434 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj3434++ - if yyhl3434 { - yyb3434 = yyj3434 > l - } else { - yyb3434 = r.CheckBreak() - } - if yyb3434 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} - } else { - yyv3437 := &x.ListMeta - yym3438 := z.DecBinary() - _ = yym3438 - if false { - } else if z.HasExtensions() && z.DecExt(yyv3437) { - } else { - z.DecFallback(yyv3437, false) - } - } - yyj3434++ - if yyhl3434 { - yyb3434 = yyj3434 > l - } else { - yyb3434 = r.CheckBreak() - } - if yyb3434 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Items = nil - } else { - yyv3439 := &x.Items - yym3440 := z.DecBinary() - _ = yym3440 - if false { - } else { - h.decSliceNamespace((*[]Namespace)(yyv3439), d) - } - } - for { - yyj3434++ - if yyhl3434 { - yyb3434 = yyj3434 > l - } else { - yyb3434 = r.CheckBreak() - } - if yyb3434 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3434-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym3441 := z.EncBinary() - _ = yym3441 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep3442 := !z.EncBinary() - yy2arr3442 := z.EncBasicHandle().StructToArray - var yyq3442 [4]bool - _, _, _ = yysep3442, yyq3442, yy2arr3442 - const yyr3442 bool = false - yyq3442[0] = x.Kind != "" - yyq3442[1] = x.APIVersion != "" - yyq3442[2] = true - var yynn3442 int - if yyr3442 || yy2arr3442 { - r.EncodeArrayStart(4) - } else { - yynn3442 = 1 - for _, b := range yyq3442 { - if b { - yynn3442++ - } - } - r.EncodeMapStart(yynn3442) - yynn3442 = 0 - } - if yyr3442 || yy2arr3442 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3442[0] { - yym3444 := z.EncBinary() - _ = yym3444 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3442[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3445 := z.EncBinary() - _ = yym3445 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3442 || yy2arr3442 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3442[1] { - yym3447 := z.EncBinary() - _ = yym3447 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3442[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3448 := z.EncBinary() - _ = yym3448 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3442 || yy2arr3442 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3442[2] { - yy3450 := &x.ObjectMeta - yy3450.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq3442[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3451 := &x.ObjectMeta - yy3451.CodecEncodeSelf(e) - } - } - if yyr3442 || yy2arr3442 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3453 := &x.Target - yy3453.CodecEncodeSelf(e) - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("target")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3454 := &x.Target - yy3454.CodecEncodeSelf(e) - } - if yyr3442 || yy2arr3442 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *Binding) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym3455 := z.DecBinary() - _ = yym3455 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct3456 := r.ContainerType() - if yyct3456 == codecSelferValueTypeMap1234 { - yyl3456 := r.ReadMapStart() - if yyl3456 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl3456, d) - } - } else if yyct3456 == codecSelferValueTypeArray1234 { - yyl3456 := r.ReadArrayStart() - if yyl3456 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl3456, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys3457Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3457Slc - var yyhl3457 bool = l >= 0 - for yyj3457 := 0; ; yyj3457++ { - if yyhl3457 { - if yyj3457 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3457Slc = r.DecodeBytes(yys3457Slc, true, true) - yys3457 := string(yys3457Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3457 { - 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 { - yyv3460 := &x.ObjectMeta - yyv3460.CodecDecodeSelf(d) - } - case "target": - if r.TryDecodeAsNil() { - x.Target = ObjectReference{} - } else { - yyv3461 := &x.Target - yyv3461.CodecDecodeSelf(d) - } - default: - z.DecStructFieldNotFound(-1, yys3457) - } // end switch yys3457 - } // end for yyj3457 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -44033,10 +44202,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} + x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3465 := &x.ObjectMeta - yyv3465.CodecDecodeSelf(d) + yyv3465 := &x.ListMeta + yym3466 := z.DecBinary() + _ = yym3466 + if false { + } else if z.HasExtensions() && z.DecExt(yyv3465) { + } else { + z.DecFallback(yyv3465, false) + } } yyj3462++ if yyhl3462 { @@ -44050,10 +44225,15 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.Target = ObjectReference{} + x.Items = nil } else { - yyv3466 := &x.Target - yyv3466.CodecDecodeSelf(d) + yyv3467 := &x.Items + yym3468 := z.DecBinary() + _ = yym3468 + if false { + } else { + h.decSliceNamespace((*[]Namespace)(yyv3467), d) + } } for { yyj3462++ @@ -44071,6 +44251,300 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } +func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3469 := z.EncBinary() + _ = yym3469 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep3470 := !z.EncBinary() + yy2arr3470 := z.EncBasicHandle().StructToArray + var yyq3470 [4]bool + _, _, _ = yysep3470, yyq3470, yy2arr3470 + const yyr3470 bool = false + yyq3470[0] = x.Kind != "" + yyq3470[1] = x.APIVersion != "" + yyq3470[2] = true + var yynn3470 int + if yyr3470 || yy2arr3470 { + r.EncodeArrayStart(4) + } else { + yynn3470 = 1 + for _, b := range yyq3470 { + if b { + yynn3470++ + } + } + r.EncodeMapStart(yynn3470) + yynn3470 = 0 + } + if yyr3470 || yy2arr3470 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3470[0] { + yym3472 := z.EncBinary() + _ = yym3472 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3470[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3473 := z.EncBinary() + _ = yym3473 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3470 || yy2arr3470 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3470[1] { + yym3475 := z.EncBinary() + _ = yym3475 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3470[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3476 := z.EncBinary() + _ = yym3476 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3470 || yy2arr3470 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3470[2] { + yy3478 := &x.ObjectMeta + yy3478.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3470[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3479 := &x.ObjectMeta + yy3479.CodecEncodeSelf(e) + } + } + if yyr3470 || yy2arr3470 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy3481 := &x.Target + yy3481.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("target")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3482 := &x.Target + yy3482.CodecEncodeSelf(e) + } + if yyr3470 || yy2arr3470 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *Binding) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3483 := z.DecBinary() + _ = yym3483 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3484 := r.ContainerType() + if yyct3484 == codecSelferValueTypeMap1234 { + yyl3484 := r.ReadMapStart() + if yyl3484 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3484, d) + } + } else if yyct3484 == codecSelferValueTypeArray1234 { + yyl3484 := r.ReadArrayStart() + if yyl3484 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3484, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3485Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3485Slc + var yyhl3485 bool = l >= 0 + for yyj3485 := 0; ; yyj3485++ { + if yyhl3485 { + if yyj3485 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3485Slc = r.DecodeBytes(yys3485Slc, true, true) + yys3485 := string(yys3485Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3485 { + 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 { + yyv3488 := &x.ObjectMeta + yyv3488.CodecDecodeSelf(d) + } + case "target": + if r.TryDecodeAsNil() { + x.Target = ObjectReference{} + } else { + yyv3489 := &x.Target + yyv3489.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys3485) + } // end switch yys3485 + } // end for yyj3485 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj3490 int + var yyb3490 bool + var yyhl3490 bool = l >= 0 + yyj3490++ + if yyhl3490 { + yyb3490 = yyj3490 > l + } else { + yyb3490 = r.CheckBreak() + } + if yyb3490 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj3490++ + if yyhl3490 { + yyb3490 = yyj3490 > l + } else { + yyb3490 = r.CheckBreak() + } + if yyb3490 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj3490++ + if yyhl3490 { + yyb3490 = yyj3490 > l + } else { + yyb3490 = r.CheckBreak() + } + if yyb3490 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ObjectMeta = ObjectMeta{} + } else { + yyv3493 := &x.ObjectMeta + yyv3493.CodecDecodeSelf(d) + } + yyj3490++ + if yyhl3490 { + yyb3490 = yyj3490 > l + } else { + yyb3490 = r.CheckBreak() + } + if yyb3490 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Target = ObjectReference{} + } else { + yyv3494 := &x.Target + yyv3494.CodecDecodeSelf(d) + } + for { + yyj3490++ + if yyhl3490 { + yyb3490 = yyj3490 > l + } else { + yyb3490 = r.CheckBreak() + } + if yyb3490 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3490-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + func (x *Preconditions) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) @@ -44078,68 +44552,68 @@ func (x *Preconditions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3467 := z.EncBinary() - _ = yym3467 + yym3495 := z.EncBinary() + _ = yym3495 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3468 := !z.EncBinary() - yy2arr3468 := z.EncBasicHandle().StructToArray - var yyq3468 [1]bool - _, _, _ = yysep3468, yyq3468, yy2arr3468 - const yyr3468 bool = false - yyq3468[0] = x.UID != nil - var yynn3468 int - if yyr3468 || yy2arr3468 { + yysep3496 := !z.EncBinary() + yy2arr3496 := z.EncBasicHandle().StructToArray + var yyq3496 [1]bool + _, _, _ = yysep3496, yyq3496, yy2arr3496 + const yyr3496 bool = false + yyq3496[0] = x.UID != nil + var yynn3496 int + if yyr3496 || yy2arr3496 { r.EncodeArrayStart(1) } else { - yynn3468 = 0 - for _, b := range yyq3468 { + yynn3496 = 0 + for _, b := range yyq3496 { if b { - yynn3468++ + yynn3496++ } } - r.EncodeMapStart(yynn3468) - yynn3468 = 0 + r.EncodeMapStart(yynn3496) + yynn3496 = 0 } - if yyr3468 || yy2arr3468 { + if yyr3496 || yy2arr3496 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3468[0] { + if yyq3496[0] { if x.UID == nil { r.EncodeNil() } else { - yy3470 := *x.UID - yym3471 := z.EncBinary() - _ = yym3471 + yy3498 := *x.UID + yym3499 := z.EncBinary() + _ = yym3499 if false { - } else if z.HasExtensions() && z.EncExt(yy3470) { + } else if z.HasExtensions() && z.EncExt(yy3498) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3470)) + r.EncodeString(codecSelferC_UTF81234, string(yy3498)) } } } else { r.EncodeNil() } } else { - if yyq3468[0] { + if yyq3496[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.UID == nil { r.EncodeNil() } else { - yy3472 := *x.UID - yym3473 := z.EncBinary() - _ = yym3473 + yy3500 := *x.UID + yym3501 := z.EncBinary() + _ = yym3501 if false { - } else if z.HasExtensions() && z.EncExt(yy3472) { + } else if z.HasExtensions() && z.EncExt(yy3500) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3472)) + r.EncodeString(codecSelferC_UTF81234, string(yy3500)) } } } } - if yyr3468 || yy2arr3468 { + if yyr3496 || yy2arr3496 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44152,25 +44626,25 @@ func (x *Preconditions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3474 := z.DecBinary() - _ = yym3474 + yym3502 := z.DecBinary() + _ = yym3502 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3475 := r.ContainerType() - if yyct3475 == codecSelferValueTypeMap1234 { - yyl3475 := r.ReadMapStart() - if yyl3475 == 0 { + yyct3503 := r.ContainerType() + if yyct3503 == codecSelferValueTypeMap1234 { + yyl3503 := r.ReadMapStart() + if yyl3503 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3475, d) + x.codecDecodeSelfFromMap(yyl3503, d) } - } else if yyct3475 == codecSelferValueTypeArray1234 { - yyl3475 := r.ReadArrayStart() - if yyl3475 == 0 { + } else if yyct3503 == codecSelferValueTypeArray1234 { + yyl3503 := r.ReadArrayStart() + if yyl3503 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3475, d) + x.codecDecodeSelfFromArray(yyl3503, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44182,12 +44656,12 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3476Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3476Slc - var yyhl3476 bool = l >= 0 - for yyj3476 := 0; ; yyj3476++ { - if yyhl3476 { - if yyj3476 >= l { + var yys3504Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3504Slc + var yyhl3504 bool = l >= 0 + for yyj3504 := 0; ; yyj3504++ { + if yyhl3504 { + if yyj3504 >= l { break } } else { @@ -44196,10 +44670,10 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3476Slc = r.DecodeBytes(yys3476Slc, true, true) - yys3476 := string(yys3476Slc) + yys3504Slc = r.DecodeBytes(yys3504Slc, true, true) + yys3504 := string(yys3504Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3476 { + switch yys3504 { case "uid": if r.TryDecodeAsNil() { if x.UID != nil { @@ -44209,8 +44683,8 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.UID == nil { x.UID = new(pkg1_types.UID) } - yym3478 := z.DecBinary() - _ = yym3478 + yym3506 := z.DecBinary() + _ = yym3506 if false { } else if z.HasExtensions() && z.DecExt(x.UID) { } else { @@ -44218,9 +44692,9 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } default: - z.DecStructFieldNotFound(-1, yys3476) - } // end switch yys3476 - } // end for yyj3476 + z.DecStructFieldNotFound(-1, yys3504) + } // end switch yys3504 + } // end for yyj3504 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44228,16 +44702,16 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { 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 yyj3507 int + var yyb3507 bool + var yyhl3507 bool = l >= 0 + yyj3507++ + if yyhl3507 { + yyb3507 = yyj3507 > l } else { - yyb3479 = r.CheckBreak() + yyb3507 = r.CheckBreak() } - if yyb3479 { + if yyb3507 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44250,8 +44724,8 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.UID == nil { x.UID = new(pkg1_types.UID) } - yym3481 := z.DecBinary() - _ = yym3481 + yym3509 := z.DecBinary() + _ = yym3509 if false { } else if z.HasExtensions() && z.DecExt(x.UID) { } else { @@ -44259,17 +44733,17 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } } for { - yyj3479++ - if yyhl3479 { - yyb3479 = yyj3479 > l + yyj3507++ + if yyhl3507 { + yyb3507 = yyj3507 > l } else { - yyb3479 = r.CheckBreak() + yyb3507 = r.CheckBreak() } - if yyb3479 { + if yyb3507 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3479-1, "") + z.DecStructFieldNotFound(yyj3507-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44281,39 +44755,39 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3482 := z.EncBinary() - _ = yym3482 + yym3510 := z.EncBinary() + _ = yym3510 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3483 := !z.EncBinary() - yy2arr3483 := z.EncBasicHandle().StructToArray - var yyq3483 [5]bool - _, _, _ = yysep3483, yyq3483, yy2arr3483 - const yyr3483 bool = false - yyq3483[0] = x.Kind != "" - yyq3483[1] = x.APIVersion != "" - yyq3483[2] = x.GracePeriodSeconds != nil - yyq3483[3] = x.Preconditions != nil - yyq3483[4] = x.OrphanDependents != nil - var yynn3483 int - if yyr3483 || yy2arr3483 { + yysep3511 := !z.EncBinary() + yy2arr3511 := z.EncBasicHandle().StructToArray + var yyq3511 [5]bool + _, _, _ = yysep3511, yyq3511, yy2arr3511 + const yyr3511 bool = false + yyq3511[0] = x.Kind != "" + yyq3511[1] = x.APIVersion != "" + yyq3511[2] = x.GracePeriodSeconds != nil + yyq3511[3] = x.Preconditions != nil + yyq3511[4] = x.OrphanDependents != nil + var yynn3511 int + if yyr3511 || yy2arr3511 { r.EncodeArrayStart(5) } else { - yynn3483 = 0 - for _, b := range yyq3483 { + yynn3511 = 0 + for _, b := range yyq3511 { if b { - yynn3483++ + yynn3511++ } } - r.EncodeMapStart(yynn3483) - yynn3483 = 0 + r.EncodeMapStart(yynn3511) + yynn3511 = 0 } - if yyr3483 || yy2arr3483 { + if yyr3511 || yy2arr3511 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3483[0] { - yym3485 := z.EncBinary() - _ = yym3485 + if yyq3511[0] { + yym3513 := z.EncBinary() + _ = yym3513 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44322,23 +44796,23 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3483[0] { + if yyq3511[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3486 := z.EncBinary() - _ = yym3486 + yym3514 := z.EncBinary() + _ = yym3514 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3483 || yy2arr3483 { + if yyr3511 || yy2arr3511 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3483[1] { - yym3488 := z.EncBinary() - _ = yym3488 + if yyq3511[1] { + yym3516 := z.EncBinary() + _ = yym3516 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44347,56 +44821,56 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3483[1] { + if yyq3511[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3489 := z.EncBinary() - _ = yym3489 + yym3517 := z.EncBinary() + _ = yym3517 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3483 || yy2arr3483 { + if yyr3511 || yy2arr3511 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3483[2] { + if yyq3511[2] { if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3491 := *x.GracePeriodSeconds - yym3492 := z.EncBinary() - _ = yym3492 + yy3519 := *x.GracePeriodSeconds + yym3520 := z.EncBinary() + _ = yym3520 if false { } else { - r.EncodeInt(int64(yy3491)) + r.EncodeInt(int64(yy3519)) } } } else { r.EncodeNil() } } else { - if yyq3483[2] { + if yyq3511[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("gracePeriodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3493 := *x.GracePeriodSeconds - yym3494 := z.EncBinary() - _ = yym3494 + yy3521 := *x.GracePeriodSeconds + yym3522 := z.EncBinary() + _ = yym3522 if false { } else { - r.EncodeInt(int64(yy3493)) + r.EncodeInt(int64(yy3521)) } } } } - if yyr3483 || yy2arr3483 { + if yyr3511 || yy2arr3511 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3483[3] { + if yyq3511[3] { if x.Preconditions == nil { r.EncodeNil() } else { @@ -44406,7 +44880,7 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3483[3] { + if yyq3511[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preconditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -44417,42 +44891,42 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3483 || yy2arr3483 { + if yyr3511 || yy2arr3511 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3483[4] { + if yyq3511[4] { if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3497 := *x.OrphanDependents - yym3498 := z.EncBinary() - _ = yym3498 + yy3525 := *x.OrphanDependents + yym3526 := z.EncBinary() + _ = yym3526 if false { } else { - r.EncodeBool(bool(yy3497)) + r.EncodeBool(bool(yy3525)) } } } else { r.EncodeNil() } } else { - if yyq3483[4] { + if yyq3511[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("orphanDependents")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3499 := *x.OrphanDependents - yym3500 := z.EncBinary() - _ = yym3500 + yy3527 := *x.OrphanDependents + yym3528 := z.EncBinary() + _ = yym3528 if false { } else { - r.EncodeBool(bool(yy3499)) + r.EncodeBool(bool(yy3527)) } } } } - if yyr3483 || yy2arr3483 { + if yyr3511 || yy2arr3511 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44465,25 +44939,25 @@ func (x *DeleteOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3501 := z.DecBinary() - _ = yym3501 + yym3529 := z.DecBinary() + _ = yym3529 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3502 := r.ContainerType() - if yyct3502 == codecSelferValueTypeMap1234 { - yyl3502 := r.ReadMapStart() - if yyl3502 == 0 { + yyct3530 := r.ContainerType() + if yyct3530 == codecSelferValueTypeMap1234 { + yyl3530 := r.ReadMapStart() + if yyl3530 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3502, d) + x.codecDecodeSelfFromMap(yyl3530, d) } - } else if yyct3502 == codecSelferValueTypeArray1234 { - yyl3502 := r.ReadArrayStart() - if yyl3502 == 0 { + } else if yyct3530 == codecSelferValueTypeArray1234 { + yyl3530 := r.ReadArrayStart() + if yyl3530 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3502, d) + x.codecDecodeSelfFromArray(yyl3530, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44495,12 +44969,12 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3503Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3503Slc - var yyhl3503 bool = l >= 0 - for yyj3503 := 0; ; yyj3503++ { - if yyhl3503 { - if yyj3503 >= l { + var yys3531Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3531Slc + var yyhl3531 bool = l >= 0 + for yyj3531 := 0; ; yyj3531++ { + if yyhl3531 { + if yyj3531 >= l { break } } else { @@ -44509,10 +44983,10 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3503Slc = r.DecodeBytes(yys3503Slc, true, true) - yys3503 := string(yys3503Slc) + yys3531Slc = r.DecodeBytes(yys3531Slc, true, true) + yys3531 := string(yys3531Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3503 { + switch yys3531 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44534,8 +45008,8 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3507 := z.DecBinary() - _ = yym3507 + yym3535 := z.DecBinary() + _ = yym3535 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -44561,17 +45035,17 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3510 := z.DecBinary() - _ = yym3510 + yym3538 := z.DecBinary() + _ = yym3538 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3503) - } // end switch yys3503 - } // end for yyj3503 + z.DecStructFieldNotFound(-1, yys3531) + } // end switch yys3531 + } // end for yyj3531 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44579,16 +45053,16 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3511 int - var yyb3511 bool - var yyhl3511 bool = l >= 0 - yyj3511++ - if yyhl3511 { - yyb3511 = yyj3511 > l + var yyj3539 int + var yyb3539 bool + var yyhl3539 bool = l >= 0 + yyj3539++ + if yyhl3539 { + yyb3539 = yyj3539 > l } else { - yyb3511 = r.CheckBreak() + yyb3539 = r.CheckBreak() } - if yyb3511 { + if yyb3539 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44598,13 +45072,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3511++ - if yyhl3511 { - yyb3511 = yyj3511 > l + yyj3539++ + if yyhl3539 { + yyb3539 = yyj3539 > l } else { - yyb3511 = r.CheckBreak() + yyb3539 = r.CheckBreak() } - if yyb3511 { + if yyb3539 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44614,13 +45088,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3511++ - if yyhl3511 { - yyb3511 = yyj3511 > l + yyj3539++ + if yyhl3539 { + yyb3539 = yyj3539 > l } else { - yyb3511 = r.CheckBreak() + yyb3539 = r.CheckBreak() } - if yyb3511 { + if yyb3539 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44633,20 +45107,20 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3515 := z.DecBinary() - _ = yym3515 + yym3543 := z.DecBinary() + _ = yym3543 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj3511++ - if yyhl3511 { - yyb3511 = yyj3511 > l + yyj3539++ + if yyhl3539 { + yyb3539 = yyj3539 > l } else { - yyb3511 = r.CheckBreak() + yyb3539 = r.CheckBreak() } - if yyb3511 { + if yyb3539 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44661,13 +45135,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Preconditions.CodecDecodeSelf(d) } - yyj3511++ - if yyhl3511 { - yyb3511 = yyj3511 > l + yyj3539++ + if yyhl3539 { + yyb3539 = yyj3539 > l } else { - yyb3511 = r.CheckBreak() + yyb3539 = r.CheckBreak() } - if yyb3511 { + if yyb3539 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44680,25 +45154,25 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3518 := z.DecBinary() - _ = yym3518 + yym3546 := z.DecBinary() + _ = yym3546 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } for { - yyj3511++ - if yyhl3511 { - yyb3511 = yyj3511 > l + yyj3539++ + if yyhl3539 { + yyb3539 = yyj3539 > l } else { - yyb3511 = r.CheckBreak() + yyb3539 = r.CheckBreak() } - if yyb3511 { + if yyb3539 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3511-1, "") + z.DecStructFieldNotFound(yyj3539-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44710,36 +45184,36 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3519 := z.EncBinary() - _ = yym3519 + yym3547 := z.EncBinary() + _ = yym3547 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3520 := !z.EncBinary() - yy2arr3520 := z.EncBasicHandle().StructToArray - var yyq3520 [4]bool - _, _, _ = yysep3520, yyq3520, yy2arr3520 - const yyr3520 bool = false - yyq3520[0] = x.Kind != "" - yyq3520[1] = x.APIVersion != "" - var yynn3520 int - if yyr3520 || yy2arr3520 { + yysep3548 := !z.EncBinary() + yy2arr3548 := z.EncBasicHandle().StructToArray + var yyq3548 [4]bool + _, _, _ = yysep3548, yyq3548, yy2arr3548 + const yyr3548 bool = false + yyq3548[0] = x.Kind != "" + yyq3548[1] = x.APIVersion != "" + var yynn3548 int + if yyr3548 || yy2arr3548 { r.EncodeArrayStart(4) } else { - yynn3520 = 2 - for _, b := range yyq3520 { + yynn3548 = 2 + for _, b := range yyq3548 { if b { - yynn3520++ + yynn3548++ } } - r.EncodeMapStart(yynn3520) - yynn3520 = 0 + r.EncodeMapStart(yynn3548) + yynn3548 = 0 } - if yyr3520 || yy2arr3520 { + if yyr3548 || yy2arr3548 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3520[0] { - yym3522 := z.EncBinary() - _ = yym3522 + if yyq3548[0] { + yym3550 := z.EncBinary() + _ = yym3550 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44748,23 +45222,23 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3520[0] { + if yyq3548[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3523 := z.EncBinary() - _ = yym3523 + yym3551 := z.EncBinary() + _ = yym3551 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3520 || yy2arr3520 { + if yyr3548 || yy2arr3548 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3520[1] { - yym3525 := z.EncBinary() - _ = yym3525 + if yyq3548[1] { + yym3553 := z.EncBinary() + _ = yym3553 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44773,22 +45247,22 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3520[1] { + if yyq3548[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3526 := z.EncBinary() - _ = yym3526 + yym3554 := z.EncBinary() + _ = yym3554 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3520 || yy2arr3520 { + if yyr3548 || yy2arr3548 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3528 := z.EncBinary() - _ = yym3528 + yym3556 := z.EncBinary() + _ = yym3556 if false { } else { r.EncodeBool(bool(x.Export)) @@ -44797,17 +45271,17 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("export")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3529 := z.EncBinary() - _ = yym3529 + yym3557 := z.EncBinary() + _ = yym3557 if false { } else { r.EncodeBool(bool(x.Export)) } } - if yyr3520 || yy2arr3520 { + if yyr3548 || yy2arr3548 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3531 := z.EncBinary() - _ = yym3531 + yym3559 := z.EncBinary() + _ = yym3559 if false { } else { r.EncodeBool(bool(x.Exact)) @@ -44816,14 +45290,14 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exact")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3532 := z.EncBinary() - _ = yym3532 + yym3560 := z.EncBinary() + _ = yym3560 if false { } else { r.EncodeBool(bool(x.Exact)) } } - if yyr3520 || yy2arr3520 { + if yyr3548 || yy2arr3548 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44836,25 +45310,25 @@ func (x *ExportOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3533 := z.DecBinary() - _ = yym3533 + yym3561 := z.DecBinary() + _ = yym3561 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3534 := r.ContainerType() - if yyct3534 == codecSelferValueTypeMap1234 { - yyl3534 := r.ReadMapStart() - if yyl3534 == 0 { + yyct3562 := r.ContainerType() + if yyct3562 == codecSelferValueTypeMap1234 { + yyl3562 := r.ReadMapStart() + if yyl3562 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3534, d) + x.codecDecodeSelfFromMap(yyl3562, d) } - } else if yyct3534 == codecSelferValueTypeArray1234 { - yyl3534 := r.ReadArrayStart() - if yyl3534 == 0 { + } else if yyct3562 == codecSelferValueTypeArray1234 { + yyl3562 := r.ReadArrayStart() + if yyl3562 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3534, d) + x.codecDecodeSelfFromArray(yyl3562, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44866,12 +45340,12 @@ func (x *ExportOptions) 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 yys3563Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3563Slc + var yyhl3563 bool = l >= 0 + for yyj3563 := 0; ; yyj3563++ { + if yyhl3563 { + if yyj3563 >= l { break } } else { @@ -44880,10 +45354,10 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3535Slc = r.DecodeBytes(yys3535Slc, true, true) - yys3535 := string(yys3535Slc) + yys3563Slc = r.DecodeBytes(yys3563Slc, true, true) + yys3563 := string(yys3563Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3535 { + switch yys3563 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44909,9 +45383,9 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys3535) - } // end switch yys3535 - } // end for yyj3535 + z.DecStructFieldNotFound(-1, yys3563) + } // end switch yys3563 + } // end for yyj3563 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44919,16 +45393,16 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3540 int - var yyb3540 bool - var yyhl3540 bool = l >= 0 - yyj3540++ - if yyhl3540 { - yyb3540 = yyj3540 > l + var yyj3568 int + var yyb3568 bool + var yyhl3568 bool = l >= 0 + yyj3568++ + if yyhl3568 { + yyb3568 = yyj3568 > l } else { - yyb3540 = r.CheckBreak() + yyb3568 = r.CheckBreak() } - if yyb3540 { + if yyb3568 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44938,13 +45412,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3540++ - if yyhl3540 { - yyb3540 = yyj3540 > l + yyj3568++ + if yyhl3568 { + yyb3568 = yyj3568 > l } else { - yyb3540 = r.CheckBreak() + yyb3568 = r.CheckBreak() } - if yyb3540 { + if yyb3568 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44954,13 +45428,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3540++ - if yyhl3540 { - yyb3540 = yyj3540 > l + yyj3568++ + if yyhl3568 { + yyb3568 = yyj3568 > l } else { - yyb3540 = r.CheckBreak() + yyb3568 = r.CheckBreak() } - if yyb3540 { + if yyb3568 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44970,13 +45444,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Export = bool(r.DecodeBool()) } - yyj3540++ - if yyhl3540 { - yyb3540 = yyj3540 > l + yyj3568++ + if yyhl3568 { + yyb3568 = yyj3568 > l } else { - yyb3540 = r.CheckBreak() + yyb3568 = r.CheckBreak() } - if yyb3540 { + if yyb3568 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44987,17 +45461,17 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } for { - yyj3540++ - if yyhl3540 { - yyb3540 = yyj3540 > l + yyj3568++ + if yyhl3568 { + yyb3568 = yyj3568 > l } else { - yyb3540 = r.CheckBreak() + yyb3568 = r.CheckBreak() } - if yyb3540 { + if yyb3568 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3540-1, "") + z.DecStructFieldNotFound(yyj3568-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45009,36 +45483,36 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3545 := z.EncBinary() - _ = yym3545 + yym3573 := z.EncBinary() + _ = yym3573 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3546 := !z.EncBinary() - yy2arr3546 := z.EncBasicHandle().StructToArray - var yyq3546 [7]bool - _, _, _ = yysep3546, yyq3546, yy2arr3546 - const yyr3546 bool = false - yyq3546[0] = x.Kind != "" - yyq3546[1] = x.APIVersion != "" - var yynn3546 int - if yyr3546 || yy2arr3546 { + yysep3574 := !z.EncBinary() + yy2arr3574 := z.EncBasicHandle().StructToArray + var yyq3574 [7]bool + _, _, _ = yysep3574, yyq3574, yy2arr3574 + const yyr3574 bool = false + yyq3574[0] = x.Kind != "" + yyq3574[1] = x.APIVersion != "" + var yynn3574 int + if yyr3574 || yy2arr3574 { r.EncodeArrayStart(7) } else { - yynn3546 = 5 - for _, b := range yyq3546 { + yynn3574 = 5 + for _, b := range yyq3574 { if b { - yynn3546++ + yynn3574++ } } - r.EncodeMapStart(yynn3546) - yynn3546 = 0 + r.EncodeMapStart(yynn3574) + yynn3574 = 0 } - if yyr3546 || yy2arr3546 { + if yyr3574 || yy2arr3574 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3546[0] { - yym3548 := z.EncBinary() - _ = yym3548 + if yyq3574[0] { + yym3576 := z.EncBinary() + _ = yym3576 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -45047,23 +45521,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3546[0] { + if yyq3574[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3549 := z.EncBinary() - _ = yym3549 + yym3577 := z.EncBinary() + _ = yym3577 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3546 || yy2arr3546 { + if yyr3574 || yy2arr3574 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3546[1] { - yym3551 := z.EncBinary() - _ = yym3551 + if yyq3574[1] { + yym3579 := z.EncBinary() + _ = yym3579 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -45072,25 +45546,25 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3546[1] { + if yyq3574[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3552 := z.EncBinary() - _ = yym3552 + yym3580 := z.EncBinary() + _ = yym3580 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3546 || yy2arr3546 { + if yyr3574 || yy2arr3574 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.LabelSelector == nil { r.EncodeNil() } else { - yym3554 := z.EncBinary() - _ = yym3554 + yym3582 := z.EncBinary() + _ = yym3582 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -45104,8 +45578,8 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.LabelSelector == nil { r.EncodeNil() } else { - yym3555 := z.EncBinary() - _ = yym3555 + yym3583 := z.EncBinary() + _ = yym3583 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -45113,13 +45587,13 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3546 || yy2arr3546 { + if yyr3574 || yy2arr3574 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.FieldSelector == nil { r.EncodeNil() } else { - yym3557 := z.EncBinary() - _ = yym3557 + yym3585 := z.EncBinary() + _ = yym3585 if false { } else if z.HasExtensions() && z.EncExt(x.FieldSelector) { } else { @@ -45133,8 +45607,8 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.FieldSelector == nil { r.EncodeNil() } else { - yym3558 := z.EncBinary() - _ = yym3558 + yym3586 := z.EncBinary() + _ = yym3586 if false { } else if z.HasExtensions() && z.EncExt(x.FieldSelector) { } else { @@ -45142,10 +45616,10 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3546 || yy2arr3546 { + if yyr3574 || yy2arr3574 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3560 := z.EncBinary() - _ = yym3560 + yym3588 := z.EncBinary() + _ = yym3588 if false { } else { r.EncodeBool(bool(x.Watch)) @@ -45154,17 +45628,17 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Watch")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3561 := z.EncBinary() - _ = yym3561 + yym3589 := z.EncBinary() + _ = yym3589 if false { } else { r.EncodeBool(bool(x.Watch)) } } - if yyr3546 || yy2arr3546 { + if yyr3574 || yy2arr3574 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3563 := z.EncBinary() - _ = yym3563 + yym3591 := z.EncBinary() + _ = yym3591 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -45173,24 +45647,24 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ResourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3564 := z.EncBinary() - _ = yym3564 + yym3592 := z.EncBinary() + _ = yym3592 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } - if yyr3546 || yy2arr3546 { + if yyr3574 || yy2arr3574 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3566 := *x.TimeoutSeconds - yym3567 := z.EncBinary() - _ = yym3567 + yy3594 := *x.TimeoutSeconds + yym3595 := z.EncBinary() + _ = yym3595 if false { } else { - r.EncodeInt(int64(yy3566)) + r.EncodeInt(int64(yy3594)) } } } else { @@ -45200,16 +45674,16 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3568 := *x.TimeoutSeconds - yym3569 := z.EncBinary() - _ = yym3569 + yy3596 := *x.TimeoutSeconds + yym3597 := z.EncBinary() + _ = yym3597 if false { } else { - r.EncodeInt(int64(yy3568)) + r.EncodeInt(int64(yy3596)) } } } - if yyr3546 || yy2arr3546 { + if yyr3574 || yy2arr3574 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45222,25 +45696,25 @@ func (x *ListOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3570 := z.DecBinary() - _ = yym3570 + yym3598 := z.DecBinary() + _ = yym3598 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3571 := r.ContainerType() - if yyct3571 == codecSelferValueTypeMap1234 { - yyl3571 := r.ReadMapStart() - if yyl3571 == 0 { + yyct3599 := r.ContainerType() + if yyct3599 == codecSelferValueTypeMap1234 { + yyl3599 := r.ReadMapStart() + if yyl3599 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3571, d) + x.codecDecodeSelfFromMap(yyl3599, d) } - } else if yyct3571 == codecSelferValueTypeArray1234 { - yyl3571 := r.ReadArrayStart() - if yyl3571 == 0 { + } else if yyct3599 == codecSelferValueTypeArray1234 { + yyl3599 := r.ReadArrayStart() + if yyl3599 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3571, d) + x.codecDecodeSelfFromArray(yyl3599, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45252,12 +45726,12 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3572Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3572Slc - var yyhl3572 bool = l >= 0 - for yyj3572 := 0; ; yyj3572++ { - if yyhl3572 { - if yyj3572 >= l { + var yys3600Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3600Slc + var yyhl3600 bool = l >= 0 + for yyj3600 := 0; ; yyj3600++ { + if yyhl3600 { + if yyj3600 >= l { break } } else { @@ -45266,10 +45740,10 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3572Slc = r.DecodeBytes(yys3572Slc, true, true) - yys3572 := string(yys3572Slc) + yys3600Slc = r.DecodeBytes(yys3600Slc, true, true) + yys3600 := string(yys3600Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3572 { + switch yys3600 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45286,26 +45760,26 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LabelSelector = nil } else { - yyv3575 := &x.LabelSelector - yym3576 := z.DecBinary() - _ = yym3576 + yyv3603 := &x.LabelSelector + yym3604 := z.DecBinary() + _ = yym3604 if false { - } else if z.HasExtensions() && z.DecExt(yyv3575) { + } else if z.HasExtensions() && z.DecExt(yyv3603) { } else { - z.DecFallback(yyv3575, true) + z.DecFallback(yyv3603, true) } } case "FieldSelector": if r.TryDecodeAsNil() { x.FieldSelector = nil } else { - yyv3577 := &x.FieldSelector - yym3578 := z.DecBinary() - _ = yym3578 + yyv3605 := &x.FieldSelector + yym3606 := z.DecBinary() + _ = yym3606 if false { - } else if z.HasExtensions() && z.DecExt(yyv3577) { + } else if z.HasExtensions() && z.DecExt(yyv3605) { } else { - z.DecFallback(yyv3577, true) + z.DecFallback(yyv3605, true) } } case "Watch": @@ -45329,17 +45803,17 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3582 := z.DecBinary() - _ = yym3582 + yym3610 := z.DecBinary() + _ = yym3610 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3572) - } // end switch yys3572 - } // end for yyj3572 + z.DecStructFieldNotFound(-1, yys3600) + } // end switch yys3600 + } // end for yyj3600 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45347,16 +45821,16 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3583 int - var yyb3583 bool - var yyhl3583 bool = l >= 0 - yyj3583++ - if yyhl3583 { - yyb3583 = yyj3583 > l + var yyj3611 int + var yyb3611 bool + var yyhl3611 bool = l >= 0 + yyj3611++ + if yyhl3611 { + yyb3611 = yyj3611 > l } else { - yyb3583 = r.CheckBreak() + yyb3611 = r.CheckBreak() } - if yyb3583 { + if yyb3611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45366,13 +45840,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3583++ - if yyhl3583 { - yyb3583 = yyj3583 > l + yyj3611++ + if yyhl3611 { + yyb3611 = yyj3611 > l } else { - yyb3583 = r.CheckBreak() + yyb3611 = r.CheckBreak() } - if yyb3583 { + if yyb3611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45382,13 +45856,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3583++ - if yyhl3583 { - yyb3583 = yyj3583 > l + yyj3611++ + if yyhl3611 { + yyb3611 = yyj3611 > l } else { - yyb3583 = r.CheckBreak() + yyb3611 = r.CheckBreak() } - if yyb3583 { + if yyb3611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45396,22 +45870,22 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LabelSelector = nil } else { - yyv3586 := &x.LabelSelector - yym3587 := z.DecBinary() - _ = yym3587 + yyv3614 := &x.LabelSelector + yym3615 := z.DecBinary() + _ = yym3615 if false { - } else if z.HasExtensions() && z.DecExt(yyv3586) { + } else if z.HasExtensions() && z.DecExt(yyv3614) { } else { - z.DecFallback(yyv3586, true) + z.DecFallback(yyv3614, true) } } - yyj3583++ - if yyhl3583 { - yyb3583 = yyj3583 > l + yyj3611++ + if yyhl3611 { + yyb3611 = yyj3611 > l } else { - yyb3583 = r.CheckBreak() + yyb3611 = r.CheckBreak() } - if yyb3583 { + if yyb3611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45419,22 +45893,22 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FieldSelector = nil } else { - yyv3588 := &x.FieldSelector - yym3589 := z.DecBinary() - _ = yym3589 + yyv3616 := &x.FieldSelector + yym3617 := z.DecBinary() + _ = yym3617 if false { - } else if z.HasExtensions() && z.DecExt(yyv3588) { + } else if z.HasExtensions() && z.DecExt(yyv3616) { } else { - z.DecFallback(yyv3588, true) + z.DecFallback(yyv3616, true) } } - yyj3583++ - if yyhl3583 { - yyb3583 = yyj3583 > l + yyj3611++ + if yyhl3611 { + yyb3611 = yyj3611 > l } else { - yyb3583 = r.CheckBreak() + yyb3611 = r.CheckBreak() } - if yyb3583 { + if yyb3611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45444,13 +45918,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Watch = bool(r.DecodeBool()) } - yyj3583++ - if yyhl3583 { - yyb3583 = yyj3583 > l + yyj3611++ + if yyhl3611 { + yyb3611 = yyj3611 > l } else { - yyb3583 = r.CheckBreak() + yyb3611 = r.CheckBreak() } - if yyb3583 { + if yyb3611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45460,13 +45934,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3583++ - if yyhl3583 { - yyb3583 = yyj3583 > l + yyj3611++ + if yyhl3611 { + yyb3611 = yyj3611 > l } else { - yyb3583 = r.CheckBreak() + yyb3611 = r.CheckBreak() } - if yyb3583 { + if yyb3611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45479,25 +45953,25 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3593 := z.DecBinary() - _ = yym3593 + yym3621 := z.DecBinary() + _ = yym3621 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } for { - yyj3583++ - if yyhl3583 { - yyb3583 = yyj3583 > l + yyj3611++ + if yyhl3611 { + yyb3611 = yyj3611 > l } else { - yyb3583 = r.CheckBreak() + yyb3611 = r.CheckBreak() } - if yyb3583 { + if yyb3611 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3583-1, "") + z.DecStructFieldNotFound(yyj3611-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45509,36 +45983,36 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3594 := z.EncBinary() - _ = yym3594 + yym3622 := z.EncBinary() + _ = yym3622 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3595 := !z.EncBinary() - yy2arr3595 := z.EncBasicHandle().StructToArray - var yyq3595 [10]bool - _, _, _ = yysep3595, yyq3595, yy2arr3595 - const yyr3595 bool = false - yyq3595[0] = x.Kind != "" - yyq3595[1] = x.APIVersion != "" - var yynn3595 int - if yyr3595 || yy2arr3595 { + yysep3623 := !z.EncBinary() + yy2arr3623 := z.EncBasicHandle().StructToArray + var yyq3623 [10]bool + _, _, _ = yysep3623, yyq3623, yy2arr3623 + const yyr3623 bool = false + yyq3623[0] = x.Kind != "" + yyq3623[1] = x.APIVersion != "" + var yynn3623 int + if yyr3623 || yy2arr3623 { r.EncodeArrayStart(10) } else { - yynn3595 = 8 - for _, b := range yyq3595 { + yynn3623 = 8 + for _, b := range yyq3623 { if b { - yynn3595++ + yynn3623++ } } - r.EncodeMapStart(yynn3595) - yynn3595 = 0 + r.EncodeMapStart(yynn3623) + yynn3623 = 0 } - if yyr3595 || yy2arr3595 { + if yyr3623 || yy2arr3623 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3595[0] { - yym3597 := z.EncBinary() - _ = yym3597 + if yyq3623[0] { + yym3625 := z.EncBinary() + _ = yym3625 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -45547,23 +46021,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3595[0] { + if yyq3623[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3598 := z.EncBinary() - _ = yym3598 + yym3626 := z.EncBinary() + _ = yym3626 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3595 || yy2arr3595 { + if yyr3623 || yy2arr3623 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3595[1] { - yym3600 := z.EncBinary() - _ = yym3600 + if yyq3623[1] { + yym3628 := z.EncBinary() + _ = yym3628 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -45572,22 +46046,22 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3595[1] { + if yyq3623[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3601 := z.EncBinary() - _ = yym3601 + yym3629 := z.EncBinary() + _ = yym3629 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3595 || yy2arr3595 { + if yyr3623 || yy2arr3623 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3603 := z.EncBinary() - _ = yym3603 + yym3631 := z.EncBinary() + _ = yym3631 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -45596,17 +46070,17 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3604 := z.EncBinary() - _ = yym3604 + yym3632 := z.EncBinary() + _ = yym3632 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } - if yyr3595 || yy2arr3595 { + if yyr3623 || yy2arr3623 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3606 := z.EncBinary() - _ = yym3606 + yym3634 := z.EncBinary() + _ = yym3634 if false { } else { r.EncodeBool(bool(x.Follow)) @@ -45615,17 +46089,17 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Follow")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3607 := z.EncBinary() - _ = yym3607 + yym3635 := z.EncBinary() + _ = yym3635 if false { } else { r.EncodeBool(bool(x.Follow)) } } - if yyr3595 || yy2arr3595 { + if yyr3623 || yy2arr3623 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3609 := z.EncBinary() - _ = yym3609 + yym3637 := z.EncBinary() + _ = yym3637 if false { } else { r.EncodeBool(bool(x.Previous)) @@ -45634,24 +46108,24 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Previous")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3610 := z.EncBinary() - _ = yym3610 + yym3638 := z.EncBinary() + _ = yym3638 if false { } else { r.EncodeBool(bool(x.Previous)) } } - if yyr3595 || yy2arr3595 { + if yyr3623 || yy2arr3623 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3612 := *x.SinceSeconds - yym3613 := z.EncBinary() - _ = yym3613 + yy3640 := *x.SinceSeconds + yym3641 := z.EncBinary() + _ = yym3641 if false { } else { - r.EncodeInt(int64(yy3612)) + r.EncodeInt(int64(yy3640)) } } } else { @@ -45661,27 +46135,27 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3614 := *x.SinceSeconds - yym3615 := z.EncBinary() - _ = yym3615 + yy3642 := *x.SinceSeconds + yym3643 := z.EncBinary() + _ = yym3643 if false { } else { - r.EncodeInt(int64(yy3614)) + r.EncodeInt(int64(yy3642)) } } } - if yyr3595 || yy2arr3595 { + if yyr3623 || yy2arr3623 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.SinceTime == nil { r.EncodeNil() } else { - yym3617 := z.EncBinary() - _ = yym3617 + yym3645 := z.EncBinary() + _ = yym3645 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3617 { + } else if yym3645 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3617 && z.IsJSONHandle() { + } else if !yym3645 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -45694,23 +46168,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.SinceTime == nil { r.EncodeNil() } else { - yym3618 := z.EncBinary() - _ = yym3618 + yym3646 := z.EncBinary() + _ = yym3646 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3618 { + } else if yym3646 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3618 && z.IsJSONHandle() { + } else if !yym3646 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) } } } - if yyr3595 || yy2arr3595 { + if yyr3623 || yy2arr3623 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3620 := z.EncBinary() - _ = yym3620 + yym3648 := z.EncBinary() + _ = yym3648 if false { } else { r.EncodeBool(bool(x.Timestamps)) @@ -45719,24 +46193,24 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Timestamps")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3621 := z.EncBinary() - _ = yym3621 + yym3649 := z.EncBinary() + _ = yym3649 if false { } else { r.EncodeBool(bool(x.Timestamps)) } } - if yyr3595 || yy2arr3595 { + if yyr3623 || yy2arr3623 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TailLines == nil { r.EncodeNil() } else { - yy3623 := *x.TailLines - yym3624 := z.EncBinary() - _ = yym3624 + yy3651 := *x.TailLines + yym3652 := z.EncBinary() + _ = yym3652 if false { } else { - r.EncodeInt(int64(yy3623)) + r.EncodeInt(int64(yy3651)) } } } else { @@ -45746,26 +46220,26 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.TailLines == nil { r.EncodeNil() } else { - yy3625 := *x.TailLines - yym3626 := z.EncBinary() - _ = yym3626 + yy3653 := *x.TailLines + yym3654 := z.EncBinary() + _ = yym3654 if false { } else { - r.EncodeInt(int64(yy3625)) + r.EncodeInt(int64(yy3653)) } } } - if yyr3595 || yy2arr3595 { + if yyr3623 || yy2arr3623 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.LimitBytes == nil { r.EncodeNil() } else { - yy3628 := *x.LimitBytes - yym3629 := z.EncBinary() - _ = yym3629 + yy3656 := *x.LimitBytes + yym3657 := z.EncBinary() + _ = yym3657 if false { } else { - r.EncodeInt(int64(yy3628)) + r.EncodeInt(int64(yy3656)) } } } else { @@ -45775,16 +46249,16 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.LimitBytes == nil { r.EncodeNil() } else { - yy3630 := *x.LimitBytes - yym3631 := z.EncBinary() - _ = yym3631 + yy3658 := *x.LimitBytes + yym3659 := z.EncBinary() + _ = yym3659 if false { } else { - r.EncodeInt(int64(yy3630)) + r.EncodeInt(int64(yy3658)) } } } - if yyr3595 || yy2arr3595 { + if yyr3623 || yy2arr3623 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45797,25 +46271,25 @@ func (x *PodLogOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3632 := z.DecBinary() - _ = yym3632 + yym3660 := z.DecBinary() + _ = yym3660 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3633 := r.ContainerType() - if yyct3633 == codecSelferValueTypeMap1234 { - yyl3633 := r.ReadMapStart() - if yyl3633 == 0 { + yyct3661 := r.ContainerType() + if yyct3661 == codecSelferValueTypeMap1234 { + yyl3661 := r.ReadMapStart() + if yyl3661 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3633, d) + x.codecDecodeSelfFromMap(yyl3661, d) } - } else if yyct3633 == codecSelferValueTypeArray1234 { - yyl3633 := r.ReadArrayStart() - if yyl3633 == 0 { + } else if yyct3661 == codecSelferValueTypeArray1234 { + yyl3661 := r.ReadArrayStart() + if yyl3661 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3633, d) + x.codecDecodeSelfFromArray(yyl3661, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45827,12 +46301,12 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3634Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3634Slc - var yyhl3634 bool = l >= 0 - for yyj3634 := 0; ; yyj3634++ { - if yyhl3634 { - if yyj3634 >= l { + var yys3662Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3662Slc + var yyhl3662 bool = l >= 0 + for yyj3662 := 0; ; yyj3662++ { + if yyhl3662 { + if yyj3662 >= l { break } } else { @@ -45841,10 +46315,10 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3634Slc = r.DecodeBytes(yys3634Slc, true, true) - yys3634 := string(yys3634Slc) + yys3662Slc = r.DecodeBytes(yys3662Slc, true, true) + yys3662 := string(yys3662Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3634 { + switch yys3662 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45884,8 +46358,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3641 := z.DecBinary() - _ = yym3641 + yym3669 := z.DecBinary() + _ = yym3669 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) @@ -45900,13 +46374,13 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3643 := z.DecBinary() - _ = yym3643 + yym3671 := z.DecBinary() + _ = yym3671 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3643 { + } else if yym3671 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3643 && z.IsJSONHandle() { + } else if !yym3671 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) @@ -45927,8 +46401,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3646 := z.DecBinary() - _ = yym3646 + yym3674 := z.DecBinary() + _ = yym3674 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) @@ -45943,17 +46417,17 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3648 := z.DecBinary() - _ = yym3648 + yym3676 := z.DecBinary() + _ = yym3676 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3634) - } // end switch yys3634 - } // end for yyj3634 + z.DecStructFieldNotFound(-1, yys3662) + } // end switch yys3662 + } // end for yyj3662 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45961,16 +46435,16 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3649 int - var yyb3649 bool - var yyhl3649 bool = l >= 0 - yyj3649++ - if yyhl3649 { - yyb3649 = yyj3649 > l + var yyj3677 int + var yyb3677 bool + var yyhl3677 bool = l >= 0 + yyj3677++ + if yyhl3677 { + yyb3677 = yyj3677 > l } else { - yyb3649 = r.CheckBreak() + yyb3677 = r.CheckBreak() } - if yyb3649 { + if yyb3677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45980,13 +46454,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3649++ - if yyhl3649 { - yyb3649 = yyj3649 > l + yyj3677++ + if yyhl3677 { + yyb3677 = yyj3677 > l } else { - yyb3649 = r.CheckBreak() + yyb3677 = r.CheckBreak() } - if yyb3649 { + if yyb3677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45996,13 +46470,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3649++ - if yyhl3649 { - yyb3649 = yyj3649 > l + yyj3677++ + if yyhl3677 { + yyb3677 = yyj3677 > l } else { - yyb3649 = r.CheckBreak() + yyb3677 = r.CheckBreak() } - if yyb3649 { + if yyb3677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46012,13 +46486,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3649++ - if yyhl3649 { - yyb3649 = yyj3649 > l + yyj3677++ + if yyhl3677 { + yyb3677 = yyj3677 > l } else { - yyb3649 = r.CheckBreak() + yyb3677 = r.CheckBreak() } - if yyb3649 { + if yyb3677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46028,13 +46502,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Follow = bool(r.DecodeBool()) } - yyj3649++ - if yyhl3649 { - yyb3649 = yyj3649 > l + yyj3677++ + if yyhl3677 { + yyb3677 = yyj3677 > l } else { - yyb3649 = r.CheckBreak() + yyb3677 = r.CheckBreak() } - if yyb3649 { + if yyb3677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46044,13 +46518,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Previous = bool(r.DecodeBool()) } - yyj3649++ - if yyhl3649 { - yyb3649 = yyj3649 > l + yyj3677++ + if yyhl3677 { + yyb3677 = yyj3677 > l } else { - yyb3649 = r.CheckBreak() + yyb3677 = r.CheckBreak() } - if yyb3649 { + if yyb3677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46063,20 +46537,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3656 := z.DecBinary() - _ = yym3656 + yym3684 := z.DecBinary() + _ = yym3684 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) } } - yyj3649++ - if yyhl3649 { - yyb3649 = yyj3649 > l + yyj3677++ + if yyhl3677 { + yyb3677 = yyj3677 > l } else { - yyb3649 = r.CheckBreak() + yyb3677 = r.CheckBreak() } - if yyb3649 { + if yyb3677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46089,25 +46563,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3658 := z.DecBinary() - _ = yym3658 + yym3686 := z.DecBinary() + _ = yym3686 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3658 { + } else if yym3686 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3658 && z.IsJSONHandle() { + } else if !yym3686 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) } } - yyj3649++ - if yyhl3649 { - yyb3649 = yyj3649 > l + yyj3677++ + if yyhl3677 { + yyb3677 = yyj3677 > l } else { - yyb3649 = r.CheckBreak() + yyb3677 = r.CheckBreak() } - if yyb3649 { + if yyb3677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46117,13 +46591,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Timestamps = bool(r.DecodeBool()) } - yyj3649++ - if yyhl3649 { - yyb3649 = yyj3649 > l + yyj3677++ + if yyhl3677 { + yyb3677 = yyj3677 > l } else { - yyb3649 = r.CheckBreak() + yyb3677 = r.CheckBreak() } - if yyb3649 { + if yyb3677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46136,20 +46610,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3661 := z.DecBinary() - _ = yym3661 + yym3689 := z.DecBinary() + _ = yym3689 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) } } - yyj3649++ - if yyhl3649 { - yyb3649 = yyj3649 > l + yyj3677++ + if yyhl3677 { + yyb3677 = yyj3677 > l } else { - yyb3649 = r.CheckBreak() + yyb3677 = r.CheckBreak() } - if yyb3649 { + if yyb3677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46162,25 +46636,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3663 := z.DecBinary() - _ = yym3663 + yym3691 := z.DecBinary() + _ = yym3691 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } for { - yyj3649++ - if yyhl3649 { - yyb3649 = yyj3649 > l + yyj3677++ + if yyhl3677 { + yyb3677 = yyj3677 > l } else { - yyb3649 = r.CheckBreak() + yyb3677 = r.CheckBreak() } - if yyb3649 { + if yyb3677 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3649-1, "") + z.DecStructFieldNotFound(yyj3677-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46192,41 +46666,41 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3664 := z.EncBinary() - _ = yym3664 + yym3692 := z.EncBinary() + _ = yym3692 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3665 := !z.EncBinary() - yy2arr3665 := z.EncBasicHandle().StructToArray - var yyq3665 [7]bool - _, _, _ = yysep3665, yyq3665, yy2arr3665 - const yyr3665 bool = false - yyq3665[0] = x.Kind != "" - yyq3665[1] = x.APIVersion != "" - yyq3665[2] = x.Stdin != false - yyq3665[3] = x.Stdout != false - yyq3665[4] = x.Stderr != false - yyq3665[5] = x.TTY != false - yyq3665[6] = x.Container != "" - var yynn3665 int - if yyr3665 || yy2arr3665 { + yysep3693 := !z.EncBinary() + yy2arr3693 := z.EncBasicHandle().StructToArray + var yyq3693 [7]bool + _, _, _ = yysep3693, yyq3693, yy2arr3693 + const yyr3693 bool = false + yyq3693[0] = x.Kind != "" + yyq3693[1] = x.APIVersion != "" + yyq3693[2] = x.Stdin != false + yyq3693[3] = x.Stdout != false + yyq3693[4] = x.Stderr != false + yyq3693[5] = x.TTY != false + yyq3693[6] = x.Container != "" + var yynn3693 int + if yyr3693 || yy2arr3693 { r.EncodeArrayStart(7) } else { - yynn3665 = 0 - for _, b := range yyq3665 { + yynn3693 = 0 + for _, b := range yyq3693 { if b { - yynn3665++ + yynn3693++ } } - r.EncodeMapStart(yynn3665) - yynn3665 = 0 + r.EncodeMapStart(yynn3693) + yynn3693 = 0 } - if yyr3665 || yy2arr3665 { + if yyr3693 || yy2arr3693 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3665[0] { - yym3667 := z.EncBinary() - _ = yym3667 + if yyq3693[0] { + yym3695 := z.EncBinary() + _ = yym3695 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46235,23 +46709,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3665[0] { + if yyq3693[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3668 := z.EncBinary() - _ = yym3668 + yym3696 := z.EncBinary() + _ = yym3696 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3665 || yy2arr3665 { + if yyr3693 || yy2arr3693 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3665[1] { - yym3670 := z.EncBinary() - _ = yym3670 + if yyq3693[1] { + yym3698 := z.EncBinary() + _ = yym3698 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46260,23 +46734,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3665[1] { + if yyq3693[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3671 := z.EncBinary() - _ = yym3671 + yym3699 := z.EncBinary() + _ = yym3699 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3665 || yy2arr3665 { + if yyr3693 || yy2arr3693 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3665[2] { - yym3673 := z.EncBinary() - _ = yym3673 + if yyq3693[2] { + yym3701 := z.EncBinary() + _ = yym3701 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -46285,23 +46759,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3665[2] { + if yyq3693[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3674 := z.EncBinary() - _ = yym3674 + yym3702 := z.EncBinary() + _ = yym3702 if false { } else { r.EncodeBool(bool(x.Stdin)) } } } - if yyr3665 || yy2arr3665 { + if yyr3693 || yy2arr3693 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3665[3] { - yym3676 := z.EncBinary() - _ = yym3676 + if yyq3693[3] { + yym3704 := z.EncBinary() + _ = yym3704 if false { } else { r.EncodeBool(bool(x.Stdout)) @@ -46310,23 +46784,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3665[3] { + if yyq3693[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3677 := z.EncBinary() - _ = yym3677 + yym3705 := z.EncBinary() + _ = yym3705 if false { } else { r.EncodeBool(bool(x.Stdout)) } } } - if yyr3665 || yy2arr3665 { + if yyr3693 || yy2arr3693 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3665[4] { - yym3679 := z.EncBinary() - _ = yym3679 + if yyq3693[4] { + yym3707 := z.EncBinary() + _ = yym3707 if false { } else { r.EncodeBool(bool(x.Stderr)) @@ -46335,23 +46809,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3665[4] { + if yyq3693[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stderr")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3680 := z.EncBinary() - _ = yym3680 + yym3708 := z.EncBinary() + _ = yym3708 if false { } else { r.EncodeBool(bool(x.Stderr)) } } } - if yyr3665 || yy2arr3665 { + if yyr3693 || yy2arr3693 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3665[5] { - yym3682 := z.EncBinary() - _ = yym3682 + if yyq3693[5] { + yym3710 := z.EncBinary() + _ = yym3710 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -46360,23 +46834,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3665[5] { + if yyq3693[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3683 := z.EncBinary() - _ = yym3683 + yym3711 := z.EncBinary() + _ = yym3711 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr3665 || yy2arr3665 { + if yyr3693 || yy2arr3693 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3665[6] { - yym3685 := z.EncBinary() - _ = yym3685 + if yyq3693[6] { + yym3713 := z.EncBinary() + _ = yym3713 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -46385,19 +46859,19 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3665[6] { + if yyq3693[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3686 := z.EncBinary() - _ = yym3686 + yym3714 := z.EncBinary() + _ = yym3714 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3665 || yy2arr3665 { + if yyr3693 || yy2arr3693 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46410,25 +46884,25 @@ func (x *PodAttachOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3687 := z.DecBinary() - _ = yym3687 + yym3715 := z.DecBinary() + _ = yym3715 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3688 := r.ContainerType() - if yyct3688 == codecSelferValueTypeMap1234 { - yyl3688 := r.ReadMapStart() - if yyl3688 == 0 { + yyct3716 := r.ContainerType() + if yyct3716 == codecSelferValueTypeMap1234 { + yyl3716 := r.ReadMapStart() + if yyl3716 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3688, d) + x.codecDecodeSelfFromMap(yyl3716, d) } - } else if yyct3688 == codecSelferValueTypeArray1234 { - yyl3688 := r.ReadArrayStart() - if yyl3688 == 0 { + } else if yyct3716 == codecSelferValueTypeArray1234 { + yyl3716 := r.ReadArrayStart() + if yyl3716 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3688, d) + x.codecDecodeSelfFromArray(yyl3716, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46440,12 +46914,12 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3689Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3689Slc - var yyhl3689 bool = l >= 0 - for yyj3689 := 0; ; yyj3689++ { - if yyhl3689 { - if yyj3689 >= l { + var yys3717Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3717Slc + var yyhl3717 bool = l >= 0 + for yyj3717 := 0; ; yyj3717++ { + if yyhl3717 { + if yyj3717 >= l { break } } else { @@ -46454,10 +46928,10 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3689Slc = r.DecodeBytes(yys3689Slc, true, true) - yys3689 := string(yys3689Slc) + yys3717Slc = r.DecodeBytes(yys3717Slc, true, true) + yys3717 := string(yys3717Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3689 { + switch yys3717 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46501,9 +46975,9 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Container = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3689) - } // end switch yys3689 - } // end for yyj3689 + z.DecStructFieldNotFound(-1, yys3717) + } // end switch yys3717 + } // end for yyj3717 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46511,16 +46985,16 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3697 int - var yyb3697 bool - var yyhl3697 bool = l >= 0 - yyj3697++ - if yyhl3697 { - yyb3697 = yyj3697 > l + var yyj3725 int + var yyb3725 bool + var yyhl3725 bool = l >= 0 + yyj3725++ + if yyhl3725 { + yyb3725 = yyj3725 > l } else { - yyb3697 = r.CheckBreak() + yyb3725 = r.CheckBreak() } - if yyb3697 { + if yyb3725 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46530,13 +47004,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3697++ - if yyhl3697 { - yyb3697 = yyj3697 > l + yyj3725++ + if yyhl3725 { + yyb3725 = yyj3725 > l } else { - yyb3697 = r.CheckBreak() + yyb3725 = r.CheckBreak() } - if yyb3697 { + if yyb3725 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46546,13 +47020,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3697++ - if yyhl3697 { - yyb3697 = yyj3697 > l + yyj3725++ + if yyhl3725 { + yyb3725 = yyj3725 > l } else { - yyb3697 = r.CheckBreak() + yyb3725 = r.CheckBreak() } - if yyb3697 { + if yyb3725 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46562,13 +47036,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdin = bool(r.DecodeBool()) } - yyj3697++ - if yyhl3697 { - yyb3697 = yyj3697 > l + yyj3725++ + if yyhl3725 { + yyb3725 = yyj3725 > l } else { - yyb3697 = r.CheckBreak() + yyb3725 = r.CheckBreak() } - if yyb3697 { + if yyb3725 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46578,13 +47052,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdout = bool(r.DecodeBool()) } - yyj3697++ - if yyhl3697 { - yyb3697 = yyj3697 > l + yyj3725++ + if yyhl3725 { + yyb3725 = yyj3725 > l } else { - yyb3697 = r.CheckBreak() + yyb3725 = r.CheckBreak() } - if yyb3697 { + if yyb3725 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46594,13 +47068,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stderr = bool(r.DecodeBool()) } - yyj3697++ - if yyhl3697 { - yyb3697 = yyj3697 > l + yyj3725++ + if yyhl3725 { + yyb3725 = yyj3725 > l } else { - yyb3697 = r.CheckBreak() + yyb3725 = r.CheckBreak() } - if yyb3697 { + if yyb3725 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46610,13 +47084,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.TTY = bool(r.DecodeBool()) } - yyj3697++ - if yyhl3697 { - yyb3697 = yyj3697 > l + yyj3725++ + if yyhl3725 { + yyb3725 = yyj3725 > l } else { - yyb3697 = r.CheckBreak() + yyb3725 = r.CheckBreak() } - if yyb3697 { + if yyb3725 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46627,17 +47101,17 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Container = string(r.DecodeString()) } for { - yyj3697++ - if yyhl3697 { - yyb3697 = yyj3697 > l + yyj3725++ + if yyhl3725 { + yyb3725 = yyj3725 > l } else { - yyb3697 = r.CheckBreak() + yyb3725 = r.CheckBreak() } - if yyb3697 { + if yyb3725 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3697-1, "") + z.DecStructFieldNotFound(yyj3725-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46649,36 +47123,36 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3705 := z.EncBinary() - _ = yym3705 + yym3733 := z.EncBinary() + _ = yym3733 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3706 := !z.EncBinary() - yy2arr3706 := z.EncBasicHandle().StructToArray - var yyq3706 [8]bool - _, _, _ = yysep3706, yyq3706, yy2arr3706 - const yyr3706 bool = false - yyq3706[0] = x.Kind != "" - yyq3706[1] = x.APIVersion != "" - var yynn3706 int - if yyr3706 || yy2arr3706 { + yysep3734 := !z.EncBinary() + yy2arr3734 := z.EncBasicHandle().StructToArray + var yyq3734 [8]bool + _, _, _ = yysep3734, yyq3734, yy2arr3734 + const yyr3734 bool = false + yyq3734[0] = x.Kind != "" + yyq3734[1] = x.APIVersion != "" + var yynn3734 int + if yyr3734 || yy2arr3734 { r.EncodeArrayStart(8) } else { - yynn3706 = 6 - for _, b := range yyq3706 { + yynn3734 = 6 + for _, b := range yyq3734 { if b { - yynn3706++ + yynn3734++ } } - r.EncodeMapStart(yynn3706) - yynn3706 = 0 + r.EncodeMapStart(yynn3734) + yynn3734 = 0 } - if yyr3706 || yy2arr3706 { + if yyr3734 || yy2arr3734 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3706[0] { - yym3708 := z.EncBinary() - _ = yym3708 + if yyq3734[0] { + yym3736 := z.EncBinary() + _ = yym3736 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46687,23 +47161,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3706[0] { + if yyq3734[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3709 := z.EncBinary() - _ = yym3709 + yym3737 := z.EncBinary() + _ = yym3737 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3706 || yy2arr3706 { + if yyr3734 || yy2arr3734 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3706[1] { - yym3711 := z.EncBinary() - _ = yym3711 + if yyq3734[1] { + yym3739 := z.EncBinary() + _ = yym3739 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46712,22 +47186,22 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3706[1] { + if yyq3734[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3712 := z.EncBinary() - _ = yym3712 + yym3740 := z.EncBinary() + _ = yym3740 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3706 || yy2arr3706 { + if yyr3734 || yy2arr3734 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3714 := z.EncBinary() - _ = yym3714 + yym3742 := z.EncBinary() + _ = yym3742 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -46736,17 +47210,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3715 := z.EncBinary() - _ = yym3715 + yym3743 := z.EncBinary() + _ = yym3743 if false { } else { r.EncodeBool(bool(x.Stdin)) } } - if yyr3706 || yy2arr3706 { + if yyr3734 || yy2arr3734 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3717 := z.EncBinary() - _ = yym3717 + yym3745 := z.EncBinary() + _ = yym3745 if false { } else { r.EncodeBool(bool(x.Stdout)) @@ -46755,17 +47229,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3718 := z.EncBinary() - _ = yym3718 + yym3746 := z.EncBinary() + _ = yym3746 if false { } else { r.EncodeBool(bool(x.Stdout)) } } - if yyr3706 || yy2arr3706 { + if yyr3734 || yy2arr3734 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3720 := z.EncBinary() - _ = yym3720 + yym3748 := z.EncBinary() + _ = yym3748 if false { } else { r.EncodeBool(bool(x.Stderr)) @@ -46774,17 +47248,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stderr")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3721 := z.EncBinary() - _ = yym3721 + yym3749 := z.EncBinary() + _ = yym3749 if false { } else { r.EncodeBool(bool(x.Stderr)) } } - if yyr3706 || yy2arr3706 { + if yyr3734 || yy2arr3734 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3723 := z.EncBinary() - _ = yym3723 + yym3751 := z.EncBinary() + _ = yym3751 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -46793,17 +47267,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("TTY")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3724 := z.EncBinary() - _ = yym3724 + yym3752 := z.EncBinary() + _ = yym3752 if false { } else { r.EncodeBool(bool(x.TTY)) } } - if yyr3706 || yy2arr3706 { + if yyr3734 || yy2arr3734 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3726 := z.EncBinary() - _ = yym3726 + yym3754 := z.EncBinary() + _ = yym3754 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -46812,20 +47286,20 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3727 := z.EncBinary() - _ = yym3727 + yym3755 := z.EncBinary() + _ = yym3755 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } - if yyr3706 || yy2arr3706 { + if yyr3734 || yy2arr3734 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Command == nil { r.EncodeNil() } else { - yym3729 := z.EncBinary() - _ = yym3729 + yym3757 := z.EncBinary() + _ = yym3757 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -46838,15 +47312,15 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.Command == nil { r.EncodeNil() } else { - yym3730 := z.EncBinary() - _ = yym3730 + yym3758 := z.EncBinary() + _ = yym3758 if false { } else { z.F.EncSliceStringV(x.Command, false, e) } } } - if yyr3706 || yy2arr3706 { + if yyr3734 || yy2arr3734 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46859,25 +47333,25 @@ func (x *PodExecOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3731 := z.DecBinary() - _ = yym3731 + yym3759 := z.DecBinary() + _ = yym3759 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3732 := r.ContainerType() - if yyct3732 == codecSelferValueTypeMap1234 { - yyl3732 := r.ReadMapStart() - if yyl3732 == 0 { + yyct3760 := r.ContainerType() + if yyct3760 == codecSelferValueTypeMap1234 { + yyl3760 := r.ReadMapStart() + if yyl3760 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3732, d) + x.codecDecodeSelfFromMap(yyl3760, d) } - } else if yyct3732 == codecSelferValueTypeArray1234 { - yyl3732 := r.ReadArrayStart() - if yyl3732 == 0 { + } else if yyct3760 == codecSelferValueTypeArray1234 { + yyl3760 := r.ReadArrayStart() + if yyl3760 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3732, d) + x.codecDecodeSelfFromArray(yyl3760, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46889,12 +47363,12 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3733Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3733Slc - var yyhl3733 bool = l >= 0 - for yyj3733 := 0; ; yyj3733++ { - if yyhl3733 { - if yyj3733 >= l { + var yys3761Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3761Slc + var yyhl3761 bool = l >= 0 + for yyj3761 := 0; ; yyj3761++ { + if yyhl3761 { + if yyj3761 >= l { break } } else { @@ -46903,10 +47377,10 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3733Slc = r.DecodeBytes(yys3733Slc, true, true) - yys3733 := string(yys3733Slc) + yys3761Slc = r.DecodeBytes(yys3761Slc, true, true) + yys3761 := string(yys3761Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3733 { + switch yys3761 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46953,18 +47427,18 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3741 := &x.Command - yym3742 := z.DecBinary() - _ = yym3742 + yyv3769 := &x.Command + yym3770 := z.DecBinary() + _ = yym3770 if false { } else { - z.F.DecSliceStringX(yyv3741, false, d) + z.F.DecSliceStringX(yyv3769, false, d) } } default: - z.DecStructFieldNotFound(-1, yys3733) - } // end switch yys3733 - } // end for yyj3733 + z.DecStructFieldNotFound(-1, yys3761) + } // end switch yys3761 + } // end for yyj3761 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46972,16 +47446,16 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3743 int - var yyb3743 bool - var yyhl3743 bool = l >= 0 - yyj3743++ - if yyhl3743 { - yyb3743 = yyj3743 > l + var yyj3771 int + var yyb3771 bool + var yyhl3771 bool = l >= 0 + yyj3771++ + if yyhl3771 { + yyb3771 = yyj3771 > l } else { - yyb3743 = r.CheckBreak() + yyb3771 = r.CheckBreak() } - if yyb3743 { + if yyb3771 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46991,13 +47465,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3743++ - if yyhl3743 { - yyb3743 = yyj3743 > l + yyj3771++ + if yyhl3771 { + yyb3771 = yyj3771 > l } else { - yyb3743 = r.CheckBreak() + yyb3771 = r.CheckBreak() } - if yyb3743 { + if yyb3771 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47007,13 +47481,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3743++ - if yyhl3743 { - yyb3743 = yyj3743 > l + yyj3771++ + if yyhl3771 { + yyb3771 = yyj3771 > l } else { - yyb3743 = r.CheckBreak() + yyb3771 = r.CheckBreak() } - if yyb3743 { + if yyb3771 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47023,13 +47497,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj3743++ - if yyhl3743 { - yyb3743 = yyj3743 > l + yyj3771++ + if yyhl3771 { + yyb3771 = yyj3771 > l } else { - yyb3743 = r.CheckBreak() + yyb3771 = r.CheckBreak() } - if yyb3743 { + if yyb3771 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47039,13 +47513,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdout = bool(r.DecodeBool()) } - yyj3743++ - if yyhl3743 { - yyb3743 = yyj3743 > l + yyj3771++ + if yyhl3771 { + yyb3771 = yyj3771 > l } else { - yyb3743 = r.CheckBreak() + yyb3771 = r.CheckBreak() } - if yyb3743 { + if yyb3771 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47055,13 +47529,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stderr = bool(r.DecodeBool()) } - yyj3743++ - if yyhl3743 { - yyb3743 = yyj3743 > l + yyj3771++ + if yyhl3771 { + yyb3771 = yyj3771 > l } else { - yyb3743 = r.CheckBreak() + yyb3771 = r.CheckBreak() } - if yyb3743 { + if yyb3771 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47071,13 +47545,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TTY = bool(r.DecodeBool()) } - yyj3743++ - if yyhl3743 { - yyb3743 = yyj3743 > l + yyj3771++ + if yyhl3771 { + yyb3771 = yyj3771 > l } else { - yyb3743 = r.CheckBreak() + yyb3771 = r.CheckBreak() } - if yyb3743 { + if yyb3771 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47087,13 +47561,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3743++ - if yyhl3743 { - yyb3743 = yyj3743 > l + yyj3771++ + if yyhl3771 { + yyb3771 = yyj3771 > l } else { - yyb3743 = r.CheckBreak() + yyb3771 = r.CheckBreak() } - if yyb3743 { + if yyb3771 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47101,26 +47575,26 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3751 := &x.Command - yym3752 := z.DecBinary() - _ = yym3752 + yyv3779 := &x.Command + yym3780 := z.DecBinary() + _ = yym3780 if false { } else { - z.F.DecSliceStringX(yyv3751, false, d) + z.F.DecSliceStringX(yyv3779, false, d) } } for { - yyj3743++ - if yyhl3743 { - yyb3743 = yyj3743 > l + yyj3771++ + if yyhl3771 { + yyb3771 = yyj3771 > l } else { - yyb3743 = r.CheckBreak() + yyb3771 = r.CheckBreak() } - if yyb3743 { + if yyb3771 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3743-1, "") + z.DecStructFieldNotFound(yyj3771-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47132,36 +47606,36 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3753 := z.EncBinary() - _ = yym3753 + yym3781 := z.EncBinary() + _ = yym3781 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3754 := !z.EncBinary() - yy2arr3754 := z.EncBasicHandle().StructToArray - var yyq3754 [3]bool - _, _, _ = yysep3754, yyq3754, yy2arr3754 - const yyr3754 bool = false - yyq3754[0] = x.Kind != "" - yyq3754[1] = x.APIVersion != "" - var yynn3754 int - if yyr3754 || yy2arr3754 { + yysep3782 := !z.EncBinary() + yy2arr3782 := z.EncBasicHandle().StructToArray + var yyq3782 [3]bool + _, _, _ = yysep3782, yyq3782, yy2arr3782 + const yyr3782 bool = false + yyq3782[0] = x.Kind != "" + yyq3782[1] = x.APIVersion != "" + var yynn3782 int + if yyr3782 || yy2arr3782 { r.EncodeArrayStart(3) } else { - yynn3754 = 1 - for _, b := range yyq3754 { + yynn3782 = 1 + for _, b := range yyq3782 { if b { - yynn3754++ + yynn3782++ } } - r.EncodeMapStart(yynn3754) - yynn3754 = 0 + r.EncodeMapStart(yynn3782) + yynn3782 = 0 } - if yyr3754 || yy2arr3754 { + if yyr3782 || yy2arr3782 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3754[0] { - yym3756 := z.EncBinary() - _ = yym3756 + if yyq3782[0] { + yym3784 := z.EncBinary() + _ = yym3784 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47170,23 +47644,23 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3754[0] { + if yyq3782[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3757 := z.EncBinary() - _ = yym3757 + yym3785 := z.EncBinary() + _ = yym3785 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3754 || yy2arr3754 { + if yyr3782 || yy2arr3782 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3754[1] { - yym3759 := z.EncBinary() - _ = yym3759 + if yyq3782[1] { + yym3787 := z.EncBinary() + _ = yym3787 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47195,22 +47669,22 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3754[1] { + if yyq3782[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3760 := z.EncBinary() - _ = yym3760 + yym3788 := z.EncBinary() + _ = yym3788 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3754 || yy2arr3754 { + if yyr3782 || yy2arr3782 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3762 := z.EncBinary() - _ = yym3762 + yym3790 := z.EncBinary() + _ = yym3790 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -47219,14 +47693,14 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3763 := z.EncBinary() - _ = yym3763 + yym3791 := z.EncBinary() + _ = yym3791 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr3754 || yy2arr3754 { + if yyr3782 || yy2arr3782 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47239,25 +47713,25 @@ func (x *PodProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3764 := z.DecBinary() - _ = yym3764 + yym3792 := z.DecBinary() + _ = yym3792 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3765 := r.ContainerType() - if yyct3765 == codecSelferValueTypeMap1234 { - yyl3765 := r.ReadMapStart() - if yyl3765 == 0 { + yyct3793 := r.ContainerType() + if yyct3793 == codecSelferValueTypeMap1234 { + yyl3793 := r.ReadMapStart() + if yyl3793 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3765, d) + x.codecDecodeSelfFromMap(yyl3793, d) } - } else if yyct3765 == codecSelferValueTypeArray1234 { - yyl3765 := r.ReadArrayStart() - if yyl3765 == 0 { + } else if yyct3793 == codecSelferValueTypeArray1234 { + yyl3793 := r.ReadArrayStart() + if yyl3793 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3765, d) + x.codecDecodeSelfFromArray(yyl3793, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47269,12 +47743,12 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3766Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3766Slc - var yyhl3766 bool = l >= 0 - for yyj3766 := 0; ; yyj3766++ { - if yyhl3766 { - if yyj3766 >= l { + var yys3794Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3794Slc + var yyhl3794 bool = l >= 0 + for yyj3794 := 0; ; yyj3794++ { + if yyhl3794 { + if yyj3794 >= l { break } } else { @@ -47283,10 +47757,10 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3766Slc = r.DecodeBytes(yys3766Slc, true, true) - yys3766 := string(yys3766Slc) + yys3794Slc = r.DecodeBytes(yys3794Slc, true, true) + yys3794 := string(yys3794Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3766 { + switch yys3794 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47306,9 +47780,9 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3766) - } // end switch yys3766 - } // end for yyj3766 + z.DecStructFieldNotFound(-1, yys3794) + } // end switch yys3794 + } // end for yyj3794 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47316,16 +47790,16 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3770 int - var yyb3770 bool - var yyhl3770 bool = l >= 0 - yyj3770++ - if yyhl3770 { - yyb3770 = yyj3770 > l + var yyj3798 int + var yyb3798 bool + var yyhl3798 bool = l >= 0 + yyj3798++ + if yyhl3798 { + yyb3798 = yyj3798 > l } else { - yyb3770 = r.CheckBreak() + yyb3798 = r.CheckBreak() } - if yyb3770 { + if yyb3798 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47335,13 +47809,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3770++ - if yyhl3770 { - yyb3770 = yyj3770 > l + yyj3798++ + if yyhl3798 { + yyb3798 = yyj3798 > l } else { - yyb3770 = r.CheckBreak() + yyb3798 = r.CheckBreak() } - if yyb3770 { + if yyb3798 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47351,13 +47825,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3770++ - if yyhl3770 { - yyb3770 = yyj3770 > l + yyj3798++ + if yyhl3798 { + yyb3798 = yyj3798 > l } else { - yyb3770 = r.CheckBreak() + yyb3798 = r.CheckBreak() } - if yyb3770 { + if yyb3798 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47368,17 +47842,17 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3770++ - if yyhl3770 { - yyb3770 = yyj3770 > l + yyj3798++ + if yyhl3798 { + yyb3798 = yyj3798 > l } else { - yyb3770 = r.CheckBreak() + yyb3798 = r.CheckBreak() } - if yyb3770 { + if yyb3798 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3770-1, "") + z.DecStructFieldNotFound(yyj3798-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47390,36 +47864,36 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3774 := z.EncBinary() - _ = yym3774 + yym3802 := z.EncBinary() + _ = yym3802 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3775 := !z.EncBinary() - yy2arr3775 := z.EncBasicHandle().StructToArray - var yyq3775 [3]bool - _, _, _ = yysep3775, yyq3775, yy2arr3775 - const yyr3775 bool = false - yyq3775[0] = x.Kind != "" - yyq3775[1] = x.APIVersion != "" - var yynn3775 int - if yyr3775 || yy2arr3775 { + yysep3803 := !z.EncBinary() + yy2arr3803 := z.EncBasicHandle().StructToArray + var yyq3803 [3]bool + _, _, _ = yysep3803, yyq3803, yy2arr3803 + const yyr3803 bool = false + yyq3803[0] = x.Kind != "" + yyq3803[1] = x.APIVersion != "" + var yynn3803 int + if yyr3803 || yy2arr3803 { r.EncodeArrayStart(3) } else { - yynn3775 = 1 - for _, b := range yyq3775 { + yynn3803 = 1 + for _, b := range yyq3803 { if b { - yynn3775++ + yynn3803++ } } - r.EncodeMapStart(yynn3775) - yynn3775 = 0 + r.EncodeMapStart(yynn3803) + yynn3803 = 0 } - if yyr3775 || yy2arr3775 { + if yyr3803 || yy2arr3803 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3775[0] { - yym3777 := z.EncBinary() - _ = yym3777 + if yyq3803[0] { + yym3805 := z.EncBinary() + _ = yym3805 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47428,23 +47902,23 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3775[0] { + if yyq3803[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3778 := z.EncBinary() - _ = yym3778 + yym3806 := z.EncBinary() + _ = yym3806 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3775 || yy2arr3775 { + if yyr3803 || yy2arr3803 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3775[1] { - yym3780 := z.EncBinary() - _ = yym3780 + if yyq3803[1] { + yym3808 := z.EncBinary() + _ = yym3808 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47453,22 +47927,22 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3775[1] { + if yyq3803[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3781 := z.EncBinary() - _ = yym3781 + yym3809 := z.EncBinary() + _ = yym3809 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3775 || yy2arr3775 { + if yyr3803 || yy2arr3803 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3783 := z.EncBinary() - _ = yym3783 + yym3811 := z.EncBinary() + _ = yym3811 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -47477,14 +47951,14 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3784 := z.EncBinary() - _ = yym3784 + yym3812 := z.EncBinary() + _ = yym3812 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr3775 || yy2arr3775 { + if yyr3803 || yy2arr3803 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47497,25 +47971,25 @@ func (x *NodeProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3785 := z.DecBinary() - _ = yym3785 + yym3813 := z.DecBinary() + _ = yym3813 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3786 := r.ContainerType() - if yyct3786 == codecSelferValueTypeMap1234 { - yyl3786 := r.ReadMapStart() - if yyl3786 == 0 { + yyct3814 := r.ContainerType() + if yyct3814 == codecSelferValueTypeMap1234 { + yyl3814 := r.ReadMapStart() + if yyl3814 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3786, d) + x.codecDecodeSelfFromMap(yyl3814, d) } - } else if yyct3786 == codecSelferValueTypeArray1234 { - yyl3786 := r.ReadArrayStart() - if yyl3786 == 0 { + } else if yyct3814 == codecSelferValueTypeArray1234 { + yyl3814 := r.ReadArrayStart() + if yyl3814 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3786, d) + x.codecDecodeSelfFromArray(yyl3814, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47527,12 +48001,12 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3787Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3787Slc - var yyhl3787 bool = l >= 0 - for yyj3787 := 0; ; yyj3787++ { - if yyhl3787 { - if yyj3787 >= l { + var yys3815Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3815Slc + var yyhl3815 bool = l >= 0 + for yyj3815 := 0; ; yyj3815++ { + if yyhl3815 { + if yyj3815 >= l { break } } else { @@ -47541,10 +48015,10 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3787Slc = r.DecodeBytes(yys3787Slc, true, true) - yys3787 := string(yys3787Slc) + yys3815Slc = r.DecodeBytes(yys3815Slc, true, true) + yys3815 := string(yys3815Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3787 { + switch yys3815 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47564,9 +48038,9 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3787) - } // end switch yys3787 - } // end for yyj3787 + z.DecStructFieldNotFound(-1, yys3815) + } // end switch yys3815 + } // end for yyj3815 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47574,16 +48048,16 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3791 int - var yyb3791 bool - var yyhl3791 bool = l >= 0 - yyj3791++ - if yyhl3791 { - yyb3791 = yyj3791 > l + var yyj3819 int + var yyb3819 bool + var yyhl3819 bool = l >= 0 + yyj3819++ + if yyhl3819 { + yyb3819 = yyj3819 > l } else { - yyb3791 = r.CheckBreak() + yyb3819 = r.CheckBreak() } - if yyb3791 { + if yyb3819 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47593,13 +48067,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3791++ - if yyhl3791 { - yyb3791 = yyj3791 > l + yyj3819++ + if yyhl3819 { + yyb3819 = yyj3819 > l } else { - yyb3791 = r.CheckBreak() + yyb3819 = r.CheckBreak() } - if yyb3791 { + if yyb3819 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47609,13 +48083,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3791++ - if yyhl3791 { - yyb3791 = yyj3791 > l + yyj3819++ + if yyhl3819 { + yyb3819 = yyj3819 > l } else { - yyb3791 = r.CheckBreak() + yyb3819 = r.CheckBreak() } - if yyb3791 { + if yyb3819 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47626,17 +48100,17 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3791++ - if yyhl3791 { - yyb3791 = yyj3791 > l + yyj3819++ + if yyhl3819 { + yyb3819 = yyj3819 > l } else { - yyb3791 = r.CheckBreak() + yyb3819 = r.CheckBreak() } - if yyb3791 { + if yyb3819 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3791-1, "") + z.DecStructFieldNotFound(yyj3819-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47648,36 +48122,36 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3795 := z.EncBinary() - _ = yym3795 + yym3823 := z.EncBinary() + _ = yym3823 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3796 := !z.EncBinary() - yy2arr3796 := z.EncBasicHandle().StructToArray - var yyq3796 [3]bool - _, _, _ = yysep3796, yyq3796, yy2arr3796 - const yyr3796 bool = false - yyq3796[0] = x.Kind != "" - yyq3796[1] = x.APIVersion != "" - var yynn3796 int - if yyr3796 || yy2arr3796 { + yysep3824 := !z.EncBinary() + yy2arr3824 := z.EncBasicHandle().StructToArray + var yyq3824 [3]bool + _, _, _ = yysep3824, yyq3824, yy2arr3824 + const yyr3824 bool = false + yyq3824[0] = x.Kind != "" + yyq3824[1] = x.APIVersion != "" + var yynn3824 int + if yyr3824 || yy2arr3824 { r.EncodeArrayStart(3) } else { - yynn3796 = 1 - for _, b := range yyq3796 { + yynn3824 = 1 + for _, b := range yyq3824 { if b { - yynn3796++ + yynn3824++ } } - r.EncodeMapStart(yynn3796) - yynn3796 = 0 + r.EncodeMapStart(yynn3824) + yynn3824 = 0 } - if yyr3796 || yy2arr3796 { + if yyr3824 || yy2arr3824 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3796[0] { - yym3798 := z.EncBinary() - _ = yym3798 + if yyq3824[0] { + yym3826 := z.EncBinary() + _ = yym3826 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47686,23 +48160,23 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3796[0] { + if yyq3824[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3799 := z.EncBinary() - _ = yym3799 + yym3827 := z.EncBinary() + _ = yym3827 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3796 || yy2arr3796 { + if yyr3824 || yy2arr3824 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3796[1] { - yym3801 := z.EncBinary() - _ = yym3801 + if yyq3824[1] { + yym3829 := z.EncBinary() + _ = yym3829 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47711,22 +48185,22 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3796[1] { + if yyq3824[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3802 := z.EncBinary() - _ = yym3802 + yym3830 := z.EncBinary() + _ = yym3830 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3796 || yy2arr3796 { + if yyr3824 || yy2arr3824 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3804 := z.EncBinary() - _ = yym3804 + yym3832 := z.EncBinary() + _ = yym3832 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -47735,14 +48209,14 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3805 := z.EncBinary() - _ = yym3805 + yym3833 := z.EncBinary() + _ = yym3833 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr3796 || yy2arr3796 { + if yyr3824 || yy2arr3824 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47755,25 +48229,25 @@ func (x *ServiceProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3806 := z.DecBinary() - _ = yym3806 + yym3834 := z.DecBinary() + _ = yym3834 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3807 := r.ContainerType() - if yyct3807 == codecSelferValueTypeMap1234 { - yyl3807 := r.ReadMapStart() - if yyl3807 == 0 { + yyct3835 := r.ContainerType() + if yyct3835 == codecSelferValueTypeMap1234 { + yyl3835 := r.ReadMapStart() + if yyl3835 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3807, d) + x.codecDecodeSelfFromMap(yyl3835, d) } - } else if yyct3807 == codecSelferValueTypeArray1234 { - yyl3807 := r.ReadArrayStart() - if yyl3807 == 0 { + } else if yyct3835 == codecSelferValueTypeArray1234 { + yyl3835 := r.ReadArrayStart() + if yyl3835 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3807, d) + x.codecDecodeSelfFromArray(yyl3835, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47785,12 +48259,12 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3808Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3808Slc - var yyhl3808 bool = l >= 0 - for yyj3808 := 0; ; yyj3808++ { - if yyhl3808 { - if yyj3808 >= l { + var yys3836Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3836Slc + var yyhl3836 bool = l >= 0 + for yyj3836 := 0; ; yyj3836++ { + if yyhl3836 { + if yyj3836 >= l { break } } else { @@ -47799,10 +48273,10 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3808Slc = r.DecodeBytes(yys3808Slc, true, true) - yys3808 := string(yys3808Slc) + yys3836Slc = r.DecodeBytes(yys3836Slc, true, true) + yys3836 := string(yys3836Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3808 { + switch yys3836 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47822,9 +48296,9 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3808) - } // end switch yys3808 - } // end for yyj3808 + z.DecStructFieldNotFound(-1, yys3836) + } // end switch yys3836 + } // end for yyj3836 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47832,16 +48306,16 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3812 int - var yyb3812 bool - var yyhl3812 bool = l >= 0 - yyj3812++ - if yyhl3812 { - yyb3812 = yyj3812 > l + var yyj3840 int + var yyb3840 bool + var yyhl3840 bool = l >= 0 + yyj3840++ + if yyhl3840 { + yyb3840 = yyj3840 > l } else { - yyb3812 = r.CheckBreak() + yyb3840 = r.CheckBreak() } - if yyb3812 { + if yyb3840 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47851,13 +48325,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3812++ - if yyhl3812 { - yyb3812 = yyj3812 > l + yyj3840++ + if yyhl3840 { + yyb3840 = yyj3840 > l } else { - yyb3812 = r.CheckBreak() + yyb3840 = r.CheckBreak() } - if yyb3812 { + if yyb3840 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47867,13 +48341,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3812++ - if yyhl3812 { - yyb3812 = yyj3812 > l + yyj3840++ + if yyhl3840 { + yyb3840 = yyj3840 > l } else { - yyb3812 = r.CheckBreak() + yyb3840 = r.CheckBreak() } - if yyb3812 { + if yyb3840 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47884,17 +48358,17 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Path = string(r.DecodeString()) } for { - yyj3812++ - if yyhl3812 { - yyb3812 = yyj3812 > l + yyj3840++ + if yyhl3840 { + yyb3840 = yyj3840 > l } else { - yyb3812 = r.CheckBreak() + yyb3840 = r.CheckBreak() } - if yyb3812 { + if yyb3840 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3812-1, "") + z.DecStructFieldNotFound(yyj3840-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47906,34 +48380,34 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3816 := z.EncBinary() - _ = yym3816 + yym3844 := z.EncBinary() + _ = yym3844 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3817 := !z.EncBinary() - yy2arr3817 := z.EncBasicHandle().StructToArray - var yyq3817 [5]bool - _, _, _ = yysep3817, yyq3817, yy2arr3817 - const yyr3817 bool = false - yyq3817[4] = x.Controller != nil - var yynn3817 int - if yyr3817 || yy2arr3817 { + yysep3845 := !z.EncBinary() + yy2arr3845 := z.EncBasicHandle().StructToArray + var yyq3845 [5]bool + _, _, _ = yysep3845, yyq3845, yy2arr3845 + const yyr3845 bool = false + yyq3845[4] = x.Controller != nil + var yynn3845 int + if yyr3845 || yy2arr3845 { r.EncodeArrayStart(5) } else { - yynn3817 = 4 - for _, b := range yyq3817 { + yynn3845 = 4 + for _, b := range yyq3845 { if b { - yynn3817++ + yynn3845++ } } - r.EncodeMapStart(yynn3817) - yynn3817 = 0 + r.EncodeMapStart(yynn3845) + yynn3845 = 0 } - if yyr3817 || yy2arr3817 { + if yyr3845 || yy2arr3845 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3819 := z.EncBinary() - _ = yym3819 + yym3847 := z.EncBinary() + _ = yym3847 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47942,17 +48416,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3820 := z.EncBinary() - _ = yym3820 + yym3848 := z.EncBinary() + _ = yym3848 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } - if yyr3817 || yy2arr3817 { + if yyr3845 || yy2arr3845 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3822 := z.EncBinary() - _ = yym3822 + yym3850 := z.EncBinary() + _ = yym3850 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47961,17 +48435,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3823 := z.EncBinary() - _ = yym3823 + yym3851 := z.EncBinary() + _ = yym3851 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } - if yyr3817 || yy2arr3817 { + if yyr3845 || yy2arr3845 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3825 := z.EncBinary() - _ = yym3825 + yym3853 := z.EncBinary() + _ = yym3853 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -47980,17 +48454,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3826 := z.EncBinary() - _ = yym3826 + yym3854 := z.EncBinary() + _ = yym3854 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr3817 || yy2arr3817 { + if yyr3845 || yy2arr3845 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3828 := z.EncBinary() - _ = yym3828 + yym3856 := z.EncBinary() + _ = yym3856 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -48000,50 +48474,50 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3829 := z.EncBinary() - _ = yym3829 + yym3857 := z.EncBinary() + _ = yym3857 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { r.EncodeString(codecSelferC_UTF81234, string(x.UID)) } } - if yyr3817 || yy2arr3817 { + if yyr3845 || yy2arr3845 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3817[4] { + if yyq3845[4] { if x.Controller == nil { r.EncodeNil() } else { - yy3831 := *x.Controller - yym3832 := z.EncBinary() - _ = yym3832 + yy3859 := *x.Controller + yym3860 := z.EncBinary() + _ = yym3860 if false { } else { - r.EncodeBool(bool(yy3831)) + r.EncodeBool(bool(yy3859)) } } } else { r.EncodeNil() } } else { - if yyq3817[4] { + if yyq3845[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("controller")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Controller == nil { r.EncodeNil() } else { - yy3833 := *x.Controller - yym3834 := z.EncBinary() - _ = yym3834 + yy3861 := *x.Controller + yym3862 := z.EncBinary() + _ = yym3862 if false { } else { - r.EncodeBool(bool(yy3833)) + r.EncodeBool(bool(yy3861)) } } } } - if yyr3817 || yy2arr3817 { + if yyr3845 || yy2arr3845 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48056,25 +48530,25 @@ func (x *OwnerReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3835 := z.DecBinary() - _ = yym3835 + yym3863 := z.DecBinary() + _ = yym3863 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3836 := r.ContainerType() - if yyct3836 == codecSelferValueTypeMap1234 { - yyl3836 := r.ReadMapStart() - if yyl3836 == 0 { + yyct3864 := r.ContainerType() + if yyct3864 == codecSelferValueTypeMap1234 { + yyl3864 := r.ReadMapStart() + if yyl3864 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3836, d) + x.codecDecodeSelfFromMap(yyl3864, d) } - } else if yyct3836 == codecSelferValueTypeArray1234 { - yyl3836 := r.ReadArrayStart() - if yyl3836 == 0 { + } else if yyct3864 == codecSelferValueTypeArray1234 { + yyl3864 := r.ReadArrayStart() + if yyl3864 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3836, d) + x.codecDecodeSelfFromArray(yyl3864, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48086,12 +48560,12 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3837Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3837Slc - var yyhl3837 bool = l >= 0 - for yyj3837 := 0; ; yyj3837++ { - if yyhl3837 { - if yyj3837 >= l { + var yys3865Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3865Slc + var yyhl3865 bool = l >= 0 + for yyj3865 := 0; ; yyj3865++ { + if yyhl3865 { + if yyj3865 >= l { break } } else { @@ -48100,10 +48574,10 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3837Slc = r.DecodeBytes(yys3837Slc, true, true) - yys3837 := string(yys3837Slc) + yys3865Slc = r.DecodeBytes(yys3865Slc, true, true) + yys3865 := string(yys3865Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3837 { + switch yys3865 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -48137,17 +48611,17 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3843 := z.DecBinary() - _ = yym3843 + yym3871 := z.DecBinary() + _ = yym3871 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3837) - } // end switch yys3837 - } // end for yyj3837 + z.DecStructFieldNotFound(-1, yys3865) + } // end switch yys3865 + } // end for yyj3865 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48155,16 +48629,16 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3844 int - var yyb3844 bool - var yyhl3844 bool = l >= 0 - yyj3844++ - if yyhl3844 { - yyb3844 = yyj3844 > l + var yyj3872 int + var yyb3872 bool + var yyhl3872 bool = l >= 0 + yyj3872++ + if yyhl3872 { + yyb3872 = yyj3872 > l } else { - yyb3844 = r.CheckBreak() + yyb3872 = r.CheckBreak() } - if yyb3844 { + if yyb3872 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48174,13 +48648,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3844++ - if yyhl3844 { - yyb3844 = yyj3844 > l + yyj3872++ + if yyhl3872 { + yyb3872 = yyj3872 > l } else { - yyb3844 = r.CheckBreak() + yyb3872 = r.CheckBreak() } - if yyb3844 { + if yyb3872 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48190,13 +48664,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3844++ - if yyhl3844 { - yyb3844 = yyj3844 > l + yyj3872++ + if yyhl3872 { + yyb3872 = yyj3872 > l } else { - yyb3844 = r.CheckBreak() + yyb3872 = r.CheckBreak() } - if yyb3844 { + if yyb3872 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48206,13 +48680,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj3844++ - if yyhl3844 { - yyb3844 = yyj3844 > l + yyj3872++ + if yyhl3872 { + yyb3872 = yyj3872 > l } else { - yyb3844 = r.CheckBreak() + yyb3872 = r.CheckBreak() } - if yyb3844 { + if yyb3872 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48222,13 +48696,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3844++ - if yyhl3844 { - yyb3844 = yyj3844 > l + yyj3872++ + if yyhl3872 { + yyb3872 = yyj3872 > l } else { - yyb3844 = r.CheckBreak() + yyb3872 = r.CheckBreak() } - if yyb3844 { + if yyb3872 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48241,25 +48715,25 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3850 := z.DecBinary() - _ = yym3850 + yym3878 := z.DecBinary() + _ = yym3878 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } for { - yyj3844++ - if yyhl3844 { - yyb3844 = yyj3844 > l + yyj3872++ + if yyhl3872 { + yyb3872 = yyj3872 > l } else { - yyb3844 = r.CheckBreak() + yyb3872 = r.CheckBreak() } - if yyb3844 { + if yyb3872 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3844-1, "") + z.DecStructFieldNotFound(yyj3872-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48271,41 +48745,41 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3851 := z.EncBinary() - _ = yym3851 + yym3879 := z.EncBinary() + _ = yym3879 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3852 := !z.EncBinary() - yy2arr3852 := z.EncBasicHandle().StructToArray - var yyq3852 [7]bool - _, _, _ = yysep3852, yyq3852, yy2arr3852 - const yyr3852 bool = false - yyq3852[0] = x.Kind != "" - yyq3852[1] = x.Namespace != "" - yyq3852[2] = x.Name != "" - yyq3852[3] = x.UID != "" - yyq3852[4] = x.APIVersion != "" - yyq3852[5] = x.ResourceVersion != "" - yyq3852[6] = x.FieldPath != "" - var yynn3852 int - if yyr3852 || yy2arr3852 { + yysep3880 := !z.EncBinary() + yy2arr3880 := z.EncBasicHandle().StructToArray + var yyq3880 [7]bool + _, _, _ = yysep3880, yyq3880, yy2arr3880 + const yyr3880 bool = false + yyq3880[0] = x.Kind != "" + yyq3880[1] = x.Namespace != "" + yyq3880[2] = x.Name != "" + yyq3880[3] = x.UID != "" + yyq3880[4] = x.APIVersion != "" + yyq3880[5] = x.ResourceVersion != "" + yyq3880[6] = x.FieldPath != "" + var yynn3880 int + if yyr3880 || yy2arr3880 { r.EncodeArrayStart(7) } else { - yynn3852 = 0 - for _, b := range yyq3852 { + yynn3880 = 0 + for _, b := range yyq3880 { if b { - yynn3852++ + yynn3880++ } } - r.EncodeMapStart(yynn3852) - yynn3852 = 0 + r.EncodeMapStart(yynn3880) + yynn3880 = 0 } - if yyr3852 || yy2arr3852 { + if yyr3880 || yy2arr3880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3852[0] { - yym3854 := z.EncBinary() - _ = yym3854 + if yyq3880[0] { + yym3882 := z.EncBinary() + _ = yym3882 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48314,23 +48788,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3852[0] { + if yyq3880[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3855 := z.EncBinary() - _ = yym3855 + yym3883 := z.EncBinary() + _ = yym3883 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3852 || yy2arr3852 { + if yyr3880 || yy2arr3880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3852[1] { - yym3857 := z.EncBinary() - _ = yym3857 + if yyq3880[1] { + yym3885 := z.EncBinary() + _ = yym3885 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) @@ -48339,23 +48813,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3852[1] { + if yyq3880[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("namespace")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3858 := z.EncBinary() - _ = yym3858 + yym3886 := z.EncBinary() + _ = yym3886 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) } } } - if yyr3852 || yy2arr3852 { + if yyr3880 || yy2arr3880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3852[2] { - yym3860 := z.EncBinary() - _ = yym3860 + if yyq3880[2] { + yym3888 := z.EncBinary() + _ = yym3888 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -48364,23 +48838,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3852[2] { + if yyq3880[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3861 := z.EncBinary() - _ = yym3861 + yym3889 := z.EncBinary() + _ = yym3889 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr3852 || yy2arr3852 { + if yyr3880 || yy2arr3880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3852[3] { - yym3863 := z.EncBinary() - _ = yym3863 + if yyq3880[3] { + yym3891 := z.EncBinary() + _ = yym3891 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -48390,12 +48864,12 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3852[3] { + if yyq3880[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3864 := z.EncBinary() - _ = yym3864 + yym3892 := z.EncBinary() + _ = yym3892 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -48403,11 +48877,11 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3852 || yy2arr3852 { + if yyr3880 || yy2arr3880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3852[4] { - yym3866 := z.EncBinary() - _ = yym3866 + if yyq3880[4] { + yym3894 := z.EncBinary() + _ = yym3894 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -48416,23 +48890,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3852[4] { + if yyq3880[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3867 := z.EncBinary() - _ = yym3867 + yym3895 := z.EncBinary() + _ = yym3895 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3852 || yy2arr3852 { + if yyr3880 || yy2arr3880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3852[5] { - yym3869 := z.EncBinary() - _ = yym3869 + if yyq3880[5] { + yym3897 := z.EncBinary() + _ = yym3897 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -48441,23 +48915,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3852[5] { + if yyq3880[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3870 := z.EncBinary() - _ = yym3870 + yym3898 := z.EncBinary() + _ = yym3898 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } } - if yyr3852 || yy2arr3852 { + if yyr3880 || yy2arr3880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3852[6] { - yym3872 := z.EncBinary() - _ = yym3872 + if yyq3880[6] { + yym3900 := z.EncBinary() + _ = yym3900 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) @@ -48466,19 +48940,19 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3852[6] { + if yyq3880[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3873 := z.EncBinary() - _ = yym3873 + yym3901 := z.EncBinary() + _ = yym3901 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } } - if yyr3852 || yy2arr3852 { + if yyr3880 || yy2arr3880 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48491,25 +48965,25 @@ func (x *ObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3874 := z.DecBinary() - _ = yym3874 + yym3902 := z.DecBinary() + _ = yym3902 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3875 := r.ContainerType() - if yyct3875 == codecSelferValueTypeMap1234 { - yyl3875 := r.ReadMapStart() - if yyl3875 == 0 { + yyct3903 := r.ContainerType() + if yyct3903 == codecSelferValueTypeMap1234 { + yyl3903 := r.ReadMapStart() + if yyl3903 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3875, d) + x.codecDecodeSelfFromMap(yyl3903, d) } - } else if yyct3875 == codecSelferValueTypeArray1234 { - yyl3875 := r.ReadArrayStart() - if yyl3875 == 0 { + } else if yyct3903 == codecSelferValueTypeArray1234 { + yyl3903 := r.ReadArrayStart() + if yyl3903 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3875, d) + x.codecDecodeSelfFromArray(yyl3903, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48521,12 +48995,12 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3876Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3876Slc - var yyhl3876 bool = l >= 0 - for yyj3876 := 0; ; yyj3876++ { - if yyhl3876 { - if yyj3876 >= l { + var yys3904Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3904Slc + var yyhl3904 bool = l >= 0 + for yyj3904 := 0; ; yyj3904++ { + if yyhl3904 { + if yyj3904 >= l { break } } else { @@ -48535,10 +49009,10 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3876Slc = r.DecodeBytes(yys3876Slc, true, true) - yys3876 := string(yys3876Slc) + yys3904Slc = r.DecodeBytes(yys3904Slc, true, true) + yys3904 := string(yys3904Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3876 { + switch yys3904 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -48582,9 +49056,9 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3876) - } // end switch yys3876 - } // end for yyj3876 + z.DecStructFieldNotFound(-1, yys3904) + } // end switch yys3904 + } // end for yyj3904 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48592,16 +49066,16 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3884 int - var yyb3884 bool - var yyhl3884 bool = l >= 0 - yyj3884++ - if yyhl3884 { - yyb3884 = yyj3884 > l + var yyj3912 int + var yyb3912 bool + var yyhl3912 bool = l >= 0 + yyj3912++ + if yyhl3912 { + yyb3912 = yyj3912 > l } else { - yyb3884 = r.CheckBreak() + yyb3912 = r.CheckBreak() } - if yyb3884 { + if yyb3912 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48611,13 +49085,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3884++ - if yyhl3884 { - yyb3884 = yyj3884 > l + yyj3912++ + if yyhl3912 { + yyb3912 = yyj3912 > l } else { - yyb3884 = r.CheckBreak() + yyb3912 = r.CheckBreak() } - if yyb3884 { + if yyb3912 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48627,13 +49101,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Namespace = string(r.DecodeString()) } - yyj3884++ - if yyhl3884 { - yyb3884 = yyj3884 > l + yyj3912++ + if yyhl3912 { + yyb3912 = yyj3912 > l } else { - yyb3884 = r.CheckBreak() + yyb3912 = r.CheckBreak() } - if yyb3884 { + if yyb3912 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48643,13 +49117,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj3884++ - if yyhl3884 { - yyb3884 = yyj3884 > l + yyj3912++ + if yyhl3912 { + yyb3912 = yyj3912 > l } else { - yyb3884 = r.CheckBreak() + yyb3912 = r.CheckBreak() } - if yyb3884 { + if yyb3912 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48659,13 +49133,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3884++ - if yyhl3884 { - yyb3884 = yyj3884 > l + yyj3912++ + if yyhl3912 { + yyb3912 = yyj3912 > l } else { - yyb3884 = r.CheckBreak() + yyb3912 = r.CheckBreak() } - if yyb3884 { + if yyb3912 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48675,13 +49149,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3884++ - if yyhl3884 { - yyb3884 = yyj3884 > l + yyj3912++ + if yyhl3912 { + yyb3912 = yyj3912 > l } else { - yyb3884 = r.CheckBreak() + yyb3912 = r.CheckBreak() } - if yyb3884 { + if yyb3912 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48691,13 +49165,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3884++ - if yyhl3884 { - yyb3884 = yyj3884 > l + yyj3912++ + if yyhl3912 { + yyb3912 = yyj3912 > l } else { - yyb3884 = r.CheckBreak() + yyb3912 = r.CheckBreak() } - if yyb3884 { + if yyb3912 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48708,17 +49182,17 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.FieldPath = string(r.DecodeString()) } for { - yyj3884++ - if yyhl3884 { - yyb3884 = yyj3884 > l + yyj3912++ + if yyhl3912 { + yyb3912 = yyj3912 > l } else { - yyb3884 = r.CheckBreak() + yyb3912 = r.CheckBreak() } - if yyb3884 { + if yyb3912 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3884-1, "") + z.DecStructFieldNotFound(yyj3912-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48730,33 +49204,33 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3892 := z.EncBinary() - _ = yym3892 + yym3920 := z.EncBinary() + _ = yym3920 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3893 := !z.EncBinary() - yy2arr3893 := z.EncBasicHandle().StructToArray - var yyq3893 [1]bool - _, _, _ = yysep3893, yyq3893, yy2arr3893 - const yyr3893 bool = false - var yynn3893 int - if yyr3893 || yy2arr3893 { + yysep3921 := !z.EncBinary() + yy2arr3921 := z.EncBasicHandle().StructToArray + var yyq3921 [1]bool + _, _, _ = yysep3921, yyq3921, yy2arr3921 + const yyr3921 bool = false + var yynn3921 int + if yyr3921 || yy2arr3921 { r.EncodeArrayStart(1) } else { - yynn3893 = 1 - for _, b := range yyq3893 { + yynn3921 = 1 + for _, b := range yyq3921 { if b { - yynn3893++ + yynn3921++ } } - r.EncodeMapStart(yynn3893) - yynn3893 = 0 + r.EncodeMapStart(yynn3921) + yynn3921 = 0 } - if yyr3893 || yy2arr3893 { + if yyr3921 || yy2arr3921 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3895 := z.EncBinary() - _ = yym3895 + yym3923 := z.EncBinary() + _ = yym3923 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -48765,14 +49239,14 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3896 := z.EncBinary() - _ = yym3896 + yym3924 := z.EncBinary() + _ = yym3924 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr3893 || yy2arr3893 { + if yyr3921 || yy2arr3921 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48785,25 +49259,25 @@ func (x *LocalObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3897 := z.DecBinary() - _ = yym3897 + yym3925 := z.DecBinary() + _ = yym3925 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3898 := r.ContainerType() - if yyct3898 == codecSelferValueTypeMap1234 { - yyl3898 := r.ReadMapStart() - if yyl3898 == 0 { + yyct3926 := r.ContainerType() + if yyct3926 == codecSelferValueTypeMap1234 { + yyl3926 := r.ReadMapStart() + if yyl3926 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3898, d) + x.codecDecodeSelfFromMap(yyl3926, d) } - } else if yyct3898 == codecSelferValueTypeArray1234 { - yyl3898 := r.ReadArrayStart() - if yyl3898 == 0 { + } else if yyct3926 == codecSelferValueTypeArray1234 { + yyl3926 := r.ReadArrayStart() + if yyl3926 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3898, d) + x.codecDecodeSelfFromArray(yyl3926, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48815,12 +49289,12 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3899Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3899Slc - var yyhl3899 bool = l >= 0 - for yyj3899 := 0; ; yyj3899++ { - if yyhl3899 { - if yyj3899 >= l { + var yys3927Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3927Slc + var yyhl3927 bool = l >= 0 + for yyj3927 := 0; ; yyj3927++ { + if yyhl3927 { + if yyj3927 >= l { break } } else { @@ -48829,10 +49303,10 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3899Slc = r.DecodeBytes(yys3899Slc, true, true) - yys3899 := string(yys3899Slc) + yys3927Slc = r.DecodeBytes(yys3927Slc, true, true) + yys3927 := string(yys3927Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3899 { + switch yys3927 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -48840,9 +49314,9 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Name = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3899) - } // end switch yys3899 - } // end for yyj3899 + z.DecStructFieldNotFound(-1, yys3927) + } // end switch yys3927 + } // end for yyj3927 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48850,16 +49324,16 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3901 int - var yyb3901 bool - var yyhl3901 bool = l >= 0 - yyj3901++ - if yyhl3901 { - yyb3901 = yyj3901 > l + var yyj3929 int + var yyb3929 bool + var yyhl3929 bool = l >= 0 + yyj3929++ + if yyhl3929 { + yyb3929 = yyj3929 > l } else { - yyb3901 = r.CheckBreak() + yyb3929 = r.CheckBreak() } - if yyb3901 { + if yyb3929 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48870,17 +49344,17 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Name = string(r.DecodeString()) } for { - yyj3901++ - if yyhl3901 { - yyb3901 = yyj3901 > l + yyj3929++ + if yyhl3929 { + yyb3929 = yyj3929 > l } else { - yyb3901 = r.CheckBreak() + yyb3929 = r.CheckBreak() } - if yyb3901 { + if yyb3929 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3901-1, "") + z.DecStructFieldNotFound(yyj3929-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48892,37 +49366,37 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3903 := z.EncBinary() - _ = yym3903 + yym3931 := z.EncBinary() + _ = yym3931 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3904 := !z.EncBinary() - yy2arr3904 := z.EncBasicHandle().StructToArray - var yyq3904 [3]bool - _, _, _ = yysep3904, yyq3904, yy2arr3904 - const yyr3904 bool = false - yyq3904[0] = x.Kind != "" - yyq3904[1] = x.APIVersion != "" - yyq3904[2] = true - var yynn3904 int - if yyr3904 || yy2arr3904 { + yysep3932 := !z.EncBinary() + yy2arr3932 := z.EncBasicHandle().StructToArray + var yyq3932 [3]bool + _, _, _ = yysep3932, yyq3932, yy2arr3932 + const yyr3932 bool = false + yyq3932[0] = x.Kind != "" + yyq3932[1] = x.APIVersion != "" + yyq3932[2] = true + var yynn3932 int + if yyr3932 || yy2arr3932 { r.EncodeArrayStart(3) } else { - yynn3904 = 0 - for _, b := range yyq3904 { + yynn3932 = 0 + for _, b := range yyq3932 { if b { - yynn3904++ + yynn3932++ } } - r.EncodeMapStart(yynn3904) - yynn3904 = 0 + r.EncodeMapStart(yynn3932) + yynn3932 = 0 } - if yyr3904 || yy2arr3904 { + if yyr3932 || yy2arr3932 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3904[0] { - yym3906 := z.EncBinary() - _ = yym3906 + if yyq3932[0] { + yym3934 := z.EncBinary() + _ = yym3934 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48931,23 +49405,23 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3904[0] { + if yyq3932[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3907 := z.EncBinary() - _ = yym3907 + yym3935 := z.EncBinary() + _ = yym3935 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3904 || yy2arr3904 { + if yyr3932 || yy2arr3932 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3904[1] { - yym3909 := z.EncBinary() - _ = yym3909 + if yyq3932[1] { + yym3937 := z.EncBinary() + _ = yym3937 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -48956,36 +49430,36 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3904[1] { + if yyq3932[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3910 := z.EncBinary() - _ = yym3910 + yym3938 := z.EncBinary() + _ = yym3938 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3904 || yy2arr3904 { + if yyr3932 || yy2arr3932 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3904[2] { - yy3912 := &x.Reference - yy3912.CodecEncodeSelf(e) + if yyq3932[2] { + yy3940 := &x.Reference + yy3940.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3904[2] { + if yyq3932[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reference")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3913 := &x.Reference - yy3913.CodecEncodeSelf(e) + yy3941 := &x.Reference + yy3941.CodecEncodeSelf(e) } } - if yyr3904 || yy2arr3904 { + if yyr3932 || yy2arr3932 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48998,25 +49472,25 @@ func (x *SerializedReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3914 := z.DecBinary() - _ = yym3914 + yym3942 := z.DecBinary() + _ = yym3942 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3915 := r.ContainerType() - if yyct3915 == codecSelferValueTypeMap1234 { - yyl3915 := r.ReadMapStart() - if yyl3915 == 0 { + yyct3943 := r.ContainerType() + if yyct3943 == codecSelferValueTypeMap1234 { + yyl3943 := r.ReadMapStart() + if yyl3943 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3915, d) + x.codecDecodeSelfFromMap(yyl3943, d) } - } else if yyct3915 == codecSelferValueTypeArray1234 { - yyl3915 := r.ReadArrayStart() - if yyl3915 == 0 { + } else if yyct3943 == codecSelferValueTypeArray1234 { + yyl3943 := r.ReadArrayStart() + if yyl3943 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3915, d) + x.codecDecodeSelfFromArray(yyl3943, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49028,12 +49502,12 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3916Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3916Slc - var yyhl3916 bool = l >= 0 - for yyj3916 := 0; ; yyj3916++ { - if yyhl3916 { - if yyj3916 >= l { + var yys3944Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3944Slc + var yyhl3944 bool = l >= 0 + for yyj3944 := 0; ; yyj3944++ { + if yyhl3944 { + if yyj3944 >= l { break } } else { @@ -49042,10 +49516,10 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3916Slc = r.DecodeBytes(yys3916Slc, true, true) - yys3916 := string(yys3916Slc) + yys3944Slc = r.DecodeBytes(yys3944Slc, true, true) + yys3944 := string(yys3944Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3916 { + switch yys3944 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49062,13 +49536,13 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3919 := &x.Reference - yyv3919.CodecDecodeSelf(d) + yyv3947 := &x.Reference + yyv3947.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3916) - } // end switch yys3916 - } // end for yyj3916 + z.DecStructFieldNotFound(-1, yys3944) + } // end switch yys3944 + } // end for yyj3944 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49076,16 +49550,16 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3920 int - var yyb3920 bool - var yyhl3920 bool = l >= 0 - yyj3920++ - if yyhl3920 { - yyb3920 = yyj3920 > l + var yyj3948 int + var yyb3948 bool + var yyhl3948 bool = l >= 0 + yyj3948++ + if yyhl3948 { + yyb3948 = yyj3948 > l } else { - yyb3920 = r.CheckBreak() + yyb3948 = r.CheckBreak() } - if yyb3920 { + if yyb3948 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49095,13 +49569,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3920++ - if yyhl3920 { - yyb3920 = yyj3920 > l + yyj3948++ + if yyhl3948 { + yyb3948 = yyj3948 > l } else { - yyb3920 = r.CheckBreak() + yyb3948 = r.CheckBreak() } - if yyb3920 { + if yyb3948 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49111,13 +49585,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3920++ - if yyhl3920 { - yyb3920 = yyj3920 > l + yyj3948++ + if yyhl3948 { + yyb3948 = yyj3948 > l } else { - yyb3920 = r.CheckBreak() + yyb3948 = r.CheckBreak() } - if yyb3920 { + if yyb3948 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49125,21 +49599,21 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3923 := &x.Reference - yyv3923.CodecDecodeSelf(d) + yyv3951 := &x.Reference + yyv3951.CodecDecodeSelf(d) } for { - yyj3920++ - if yyhl3920 { - yyb3920 = yyj3920 > l + yyj3948++ + if yyhl3948 { + yyb3948 = yyj3948 > l } else { - yyb3920 = r.CheckBreak() + yyb3948 = r.CheckBreak() } - if yyb3920 { + if yyb3948 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3920-1, "") + z.DecStructFieldNotFound(yyj3948-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49151,36 +49625,36 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3924 := z.EncBinary() - _ = yym3924 + yym3952 := z.EncBinary() + _ = yym3952 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3925 := !z.EncBinary() - yy2arr3925 := z.EncBasicHandle().StructToArray - var yyq3925 [2]bool - _, _, _ = yysep3925, yyq3925, yy2arr3925 - const yyr3925 bool = false - yyq3925[0] = x.Component != "" - yyq3925[1] = x.Host != "" - var yynn3925 int - if yyr3925 || yy2arr3925 { + yysep3953 := !z.EncBinary() + yy2arr3953 := z.EncBasicHandle().StructToArray + var yyq3953 [2]bool + _, _, _ = yysep3953, yyq3953, yy2arr3953 + const yyr3953 bool = false + yyq3953[0] = x.Component != "" + yyq3953[1] = x.Host != "" + var yynn3953 int + if yyr3953 || yy2arr3953 { r.EncodeArrayStart(2) } else { - yynn3925 = 0 - for _, b := range yyq3925 { + yynn3953 = 0 + for _, b := range yyq3953 { if b { - yynn3925++ + yynn3953++ } } - r.EncodeMapStart(yynn3925) - yynn3925 = 0 + r.EncodeMapStart(yynn3953) + yynn3953 = 0 } - if yyr3925 || yy2arr3925 { + if yyr3953 || yy2arr3953 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3925[0] { - yym3927 := z.EncBinary() - _ = yym3927 + if yyq3953[0] { + yym3955 := z.EncBinary() + _ = yym3955 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) @@ -49189,23 +49663,23 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3925[0] { + if yyq3953[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("component")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3928 := z.EncBinary() - _ = yym3928 + yym3956 := z.EncBinary() + _ = yym3956 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) } } } - if yyr3925 || yy2arr3925 { + if yyr3953 || yy2arr3953 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3925[1] { - yym3930 := z.EncBinary() - _ = yym3930 + if yyq3953[1] { + yym3958 := z.EncBinary() + _ = yym3958 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -49214,19 +49688,19 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3925[1] { + if yyq3953[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3931 := z.EncBinary() - _ = yym3931 + yym3959 := z.EncBinary() + _ = yym3959 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr3925 || yy2arr3925 { + if yyr3953 || yy2arr3953 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49239,25 +49713,25 @@ func (x *EventSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3932 := z.DecBinary() - _ = yym3932 + yym3960 := z.DecBinary() + _ = yym3960 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3933 := r.ContainerType() - if yyct3933 == codecSelferValueTypeMap1234 { - yyl3933 := r.ReadMapStart() - if yyl3933 == 0 { + yyct3961 := r.ContainerType() + if yyct3961 == codecSelferValueTypeMap1234 { + yyl3961 := r.ReadMapStart() + if yyl3961 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3933, d) + x.codecDecodeSelfFromMap(yyl3961, d) } - } else if yyct3933 == codecSelferValueTypeArray1234 { - yyl3933 := r.ReadArrayStart() - if yyl3933 == 0 { + } else if yyct3961 == codecSelferValueTypeArray1234 { + yyl3961 := r.ReadArrayStart() + if yyl3961 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3933, d) + x.codecDecodeSelfFromArray(yyl3961, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49269,12 +49743,12 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3934Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3934Slc - var yyhl3934 bool = l >= 0 - for yyj3934 := 0; ; yyj3934++ { - if yyhl3934 { - if yyj3934 >= l { + var yys3962Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3962Slc + var yyhl3962 bool = l >= 0 + for yyj3962 := 0; ; yyj3962++ { + if yyhl3962 { + if yyj3962 >= l { break } } else { @@ -49283,10 +49757,10 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3934Slc = r.DecodeBytes(yys3934Slc, true, true) - yys3934 := string(yys3934Slc) + yys3962Slc = r.DecodeBytes(yys3962Slc, true, true) + yys3962 := string(yys3962Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3934 { + switch yys3962 { case "component": if r.TryDecodeAsNil() { x.Component = "" @@ -49300,9 +49774,9 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3934) - } // end switch yys3934 - } // end for yyj3934 + z.DecStructFieldNotFound(-1, yys3962) + } // end switch yys3962 + } // end for yyj3962 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49310,16 +49784,16 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3937 int - var yyb3937 bool - var yyhl3937 bool = l >= 0 - yyj3937++ - if yyhl3937 { - yyb3937 = yyj3937 > l + var yyj3965 int + var yyb3965 bool + var yyhl3965 bool = l >= 0 + yyj3965++ + if yyhl3965 { + yyb3965 = yyj3965 > l } else { - yyb3937 = r.CheckBreak() + yyb3965 = r.CheckBreak() } - if yyb3937 { + if yyb3965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49329,13 +49803,13 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Component = string(r.DecodeString()) } - yyj3937++ - if yyhl3937 { - yyb3937 = yyj3937 > l + yyj3965++ + if yyhl3965 { + yyb3965 = yyj3965 > l } else { - yyb3937 = r.CheckBreak() + yyb3965 = r.CheckBreak() } - if yyb3937 { + if yyb3965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49346,17 +49820,17 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } for { - yyj3937++ - if yyhl3937 { - yyb3937 = yyj3937 > l + yyj3965++ + if yyhl3965 { + yyb3965 = yyj3965 > l } else { - yyb3937 = r.CheckBreak() + yyb3965 = r.CheckBreak() } - if yyb3937 { + if yyb3965 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3937-1, "") + z.DecStructFieldNotFound(yyj3965-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49368,45 +49842,45 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3940 := z.EncBinary() - _ = yym3940 + yym3968 := z.EncBinary() + _ = yym3968 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3941 := !z.EncBinary() - yy2arr3941 := z.EncBasicHandle().StructToArray - var yyq3941 [11]bool - _, _, _ = yysep3941, yyq3941, yy2arr3941 - const yyr3941 bool = false - yyq3941[0] = x.Kind != "" - yyq3941[1] = x.APIVersion != "" - yyq3941[2] = true - yyq3941[3] = true - yyq3941[4] = x.Reason != "" - yyq3941[5] = x.Message != "" - yyq3941[6] = true - yyq3941[7] = true - yyq3941[8] = true - yyq3941[9] = x.Count != 0 - yyq3941[10] = x.Type != "" - var yynn3941 int - if yyr3941 || yy2arr3941 { + yysep3969 := !z.EncBinary() + yy2arr3969 := z.EncBasicHandle().StructToArray + var yyq3969 [11]bool + _, _, _ = yysep3969, yyq3969, yy2arr3969 + const yyr3969 bool = false + yyq3969[0] = x.Kind != "" + yyq3969[1] = x.APIVersion != "" + yyq3969[2] = true + yyq3969[3] = true + yyq3969[4] = x.Reason != "" + yyq3969[5] = x.Message != "" + yyq3969[6] = true + yyq3969[7] = true + yyq3969[8] = true + yyq3969[9] = x.Count != 0 + yyq3969[10] = x.Type != "" + var yynn3969 int + if yyr3969 || yy2arr3969 { r.EncodeArrayStart(11) } else { - yynn3941 = 0 - for _, b := range yyq3941 { + yynn3969 = 0 + for _, b := range yyq3969 { if b { - yynn3941++ + yynn3969++ } } - r.EncodeMapStart(yynn3941) - yynn3941 = 0 + r.EncodeMapStart(yynn3969) + yynn3969 = 0 } - if yyr3941 || yy2arr3941 { + if yyr3969 || yy2arr3969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3941[0] { - yym3943 := z.EncBinary() - _ = yym3943 + if yyq3969[0] { + yym3971 := z.EncBinary() + _ = yym3971 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -49415,23 +49889,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3941[0] { + if yyq3969[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3944 := z.EncBinary() - _ = yym3944 + yym3972 := z.EncBinary() + _ = yym3972 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3941 || yy2arr3941 { + if yyr3969 || yy2arr3969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3941[1] { - yym3946 := z.EncBinary() - _ = yym3946 + if yyq3969[1] { + yym3974 := z.EncBinary() + _ = yym3974 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -49440,57 +49914,57 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3941[1] { + if yyq3969[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3947 := z.EncBinary() - _ = yym3947 + yym3975 := z.EncBinary() + _ = yym3975 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3941 || yy2arr3941 { + if yyr3969 || yy2arr3969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3941[2] { - yy3949 := &x.ObjectMeta - yy3949.CodecEncodeSelf(e) + if yyq3969[2] { + yy3977 := &x.ObjectMeta + yy3977.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3941[2] { + if yyq3969[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3950 := &x.ObjectMeta - yy3950.CodecEncodeSelf(e) + yy3978 := &x.ObjectMeta + yy3978.CodecEncodeSelf(e) } } - if yyr3941 || yy2arr3941 { + if yyr3969 || yy2arr3969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3941[3] { - yy3952 := &x.InvolvedObject - yy3952.CodecEncodeSelf(e) + if yyq3969[3] { + yy3980 := &x.InvolvedObject + yy3980.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3941[3] { + if yyq3969[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3953 := &x.InvolvedObject - yy3953.CodecEncodeSelf(e) + yy3981 := &x.InvolvedObject + yy3981.CodecEncodeSelf(e) } } - if yyr3941 || yy2arr3941 { + if yyr3969 || yy2arr3969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3941[4] { - yym3955 := z.EncBinary() - _ = yym3955 + if yyq3969[4] { + yym3983 := z.EncBinary() + _ = yym3983 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -49499,23 +49973,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3941[4] { + if yyq3969[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3956 := z.EncBinary() - _ = yym3956 + yym3984 := z.EncBinary() + _ = yym3984 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3941 || yy2arr3941 { + if yyr3969 || yy2arr3969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3941[5] { - yym3958 := z.EncBinary() - _ = yym3958 + if yyq3969[5] { + yym3986 := z.EncBinary() + _ = yym3986 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -49524,114 +49998,114 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3941[5] { + if yyq3969[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3959 := z.EncBinary() - _ = yym3959 + yym3987 := z.EncBinary() + _ = yym3987 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3941 || yy2arr3941 { + if yyr3969 || yy2arr3969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3941[6] { - yy3961 := &x.Source - yy3961.CodecEncodeSelf(e) + if yyq3969[6] { + yy3989 := &x.Source + yy3989.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3941[6] { + if yyq3969[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("source")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3962 := &x.Source - yy3962.CodecEncodeSelf(e) + yy3990 := &x.Source + yy3990.CodecEncodeSelf(e) } } - if yyr3941 || yy2arr3941 { + if yyr3969 || yy2arr3969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3941[7] { - yy3964 := &x.FirstTimestamp - yym3965 := z.EncBinary() - _ = yym3965 + if yyq3969[7] { + yy3992 := &x.FirstTimestamp + yym3993 := z.EncBinary() + _ = yym3993 if false { - } else if z.HasExtensions() && z.EncExt(yy3964) { - } else if yym3965 { - z.EncBinaryMarshal(yy3964) - } else if !yym3965 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3964) + } else if z.HasExtensions() && z.EncExt(yy3992) { + } else if yym3993 { + z.EncBinaryMarshal(yy3992) + } else if !yym3993 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3992) } else { - z.EncFallback(yy3964) + z.EncFallback(yy3992) } } else { r.EncodeNil() } } else { - if yyq3941[7] { + if yyq3969[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("firstTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3966 := &x.FirstTimestamp - yym3967 := z.EncBinary() - _ = yym3967 + yy3994 := &x.FirstTimestamp + yym3995 := z.EncBinary() + _ = yym3995 if false { - } else if z.HasExtensions() && z.EncExt(yy3966) { - } else if yym3967 { - z.EncBinaryMarshal(yy3966) - } else if !yym3967 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3966) + } else if z.HasExtensions() && z.EncExt(yy3994) { + } else if yym3995 { + z.EncBinaryMarshal(yy3994) + } else if !yym3995 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3994) } else { - z.EncFallback(yy3966) + z.EncFallback(yy3994) } } } - if yyr3941 || yy2arr3941 { + if yyr3969 || yy2arr3969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3941[8] { - yy3969 := &x.LastTimestamp - yym3970 := z.EncBinary() - _ = yym3970 + if yyq3969[8] { + yy3997 := &x.LastTimestamp + yym3998 := z.EncBinary() + _ = yym3998 if false { - } else if z.HasExtensions() && z.EncExt(yy3969) { - } else if yym3970 { - z.EncBinaryMarshal(yy3969) - } else if !yym3970 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3969) + } else if z.HasExtensions() && z.EncExt(yy3997) { + } else if yym3998 { + z.EncBinaryMarshal(yy3997) + } else if !yym3998 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3997) } else { - z.EncFallback(yy3969) + z.EncFallback(yy3997) } } else { r.EncodeNil() } } else { - if yyq3941[8] { + if yyq3969[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3971 := &x.LastTimestamp - yym3972 := z.EncBinary() - _ = yym3972 + yy3999 := &x.LastTimestamp + yym4000 := z.EncBinary() + _ = yym4000 if false { - } else if z.HasExtensions() && z.EncExt(yy3971) { - } else if yym3972 { - z.EncBinaryMarshal(yy3971) - } else if !yym3972 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3971) + } else if z.HasExtensions() && z.EncExt(yy3999) { + } else if yym4000 { + z.EncBinaryMarshal(yy3999) + } else if !yym4000 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3999) } else { - z.EncFallback(yy3971) + z.EncFallback(yy3999) } } } - if yyr3941 || yy2arr3941 { + if yyr3969 || yy2arr3969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3941[9] { - yym3974 := z.EncBinary() - _ = yym3974 + if yyq3969[9] { + yym4002 := z.EncBinary() + _ = yym4002 if false { } else { r.EncodeInt(int64(x.Count)) @@ -49640,23 +50114,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3941[9] { + if yyq3969[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("count")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3975 := z.EncBinary() - _ = yym3975 + yym4003 := z.EncBinary() + _ = yym4003 if false { } else { r.EncodeInt(int64(x.Count)) } } } - if yyr3941 || yy2arr3941 { + if yyr3969 || yy2arr3969 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3941[10] { - yym3977 := z.EncBinary() - _ = yym3977 + if yyq3969[10] { + yym4005 := z.EncBinary() + _ = yym4005 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -49665,19 +50139,19 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3941[10] { + if yyq3969[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3978 := z.EncBinary() - _ = yym3978 + yym4006 := z.EncBinary() + _ = yym4006 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr3941 || yy2arr3941 { + if yyr3969 || yy2arr3969 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49690,25 +50164,25 @@ func (x *Event) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3979 := z.DecBinary() - _ = yym3979 + yym4007 := z.DecBinary() + _ = yym4007 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3980 := r.ContainerType() - if yyct3980 == codecSelferValueTypeMap1234 { - yyl3980 := r.ReadMapStart() - if yyl3980 == 0 { + yyct4008 := r.ContainerType() + if yyct4008 == codecSelferValueTypeMap1234 { + yyl4008 := r.ReadMapStart() + if yyl4008 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3980, d) + x.codecDecodeSelfFromMap(yyl4008, d) } - } else if yyct3980 == codecSelferValueTypeArray1234 { - yyl3980 := r.ReadArrayStart() - if yyl3980 == 0 { + } else if yyct4008 == codecSelferValueTypeArray1234 { + yyl4008 := r.ReadArrayStart() + if yyl4008 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3980, d) + x.codecDecodeSelfFromArray(yyl4008, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49720,12 +50194,12 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3981Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3981Slc - var yyhl3981 bool = l >= 0 - for yyj3981 := 0; ; yyj3981++ { - if yyhl3981 { - if yyj3981 >= l { + var yys4009Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4009Slc + var yyhl4009 bool = l >= 0 + for yyj4009 := 0; ; yyj4009++ { + if yyhl4009 { + if yyj4009 >= l { break } } else { @@ -49734,10 +50208,10 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3981Slc = r.DecodeBytes(yys3981Slc, true, true) - yys3981 := string(yys3981Slc) + yys4009Slc = r.DecodeBytes(yys4009Slc, true, true) + yys4009 := string(yys4009Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3981 { + switch yys4009 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49754,15 +50228,15 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3984 := &x.ObjectMeta - yyv3984.CodecDecodeSelf(d) + yyv4012 := &x.ObjectMeta + yyv4012.CodecDecodeSelf(d) } case "involvedObject": if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3985 := &x.InvolvedObject - yyv3985.CodecDecodeSelf(d) + yyv4013 := &x.InvolvedObject + yyv4013.CodecDecodeSelf(d) } case "reason": if r.TryDecodeAsNil() { @@ -49780,41 +50254,41 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3988 := &x.Source - yyv3988.CodecDecodeSelf(d) + yyv4016 := &x.Source + yyv4016.CodecDecodeSelf(d) } case "firstTimestamp": if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3989 := &x.FirstTimestamp - yym3990 := z.DecBinary() - _ = yym3990 + yyv4017 := &x.FirstTimestamp + yym4018 := z.DecBinary() + _ = yym4018 if false { - } else if z.HasExtensions() && z.DecExt(yyv3989) { - } else if yym3990 { - z.DecBinaryUnmarshal(yyv3989) - } else if !yym3990 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3989) + } else if z.HasExtensions() && z.DecExt(yyv4017) { + } else if yym4018 { + z.DecBinaryUnmarshal(yyv4017) + } else if !yym4018 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4017) } else { - z.DecFallback(yyv3989, false) + z.DecFallback(yyv4017, false) } } case "lastTimestamp": if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3991 := &x.LastTimestamp - yym3992 := z.DecBinary() - _ = yym3992 + yyv4019 := &x.LastTimestamp + yym4020 := z.DecBinary() + _ = yym4020 if false { - } else if z.HasExtensions() && z.DecExt(yyv3991) { - } else if yym3992 { - z.DecBinaryUnmarshal(yyv3991) - } else if !yym3992 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3991) + } else if z.HasExtensions() && z.DecExt(yyv4019) { + } else if yym4020 { + z.DecBinaryUnmarshal(yyv4019) + } else if !yym4020 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4019) } else { - z.DecFallback(yyv3991, false) + z.DecFallback(yyv4019, false) } } case "count": @@ -49830,9 +50304,9 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3981) - } // end switch yys3981 - } // end for yyj3981 + z.DecStructFieldNotFound(-1, yys4009) + } // end switch yys4009 + } // end for yyj4009 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49840,16 +50314,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3995 int - var yyb3995 bool - var yyhl3995 bool = l >= 0 - yyj3995++ - if yyhl3995 { - yyb3995 = yyj3995 > l + var yyj4023 int + var yyb4023 bool + var yyhl4023 bool = l >= 0 + yyj4023++ + if yyhl4023 { + yyb4023 = yyj4023 > l } else { - yyb3995 = r.CheckBreak() + yyb4023 = r.CheckBreak() } - if yyb3995 { + if yyb4023 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49859,13 +50333,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3995++ - if yyhl3995 { - yyb3995 = yyj3995 > l + yyj4023++ + if yyhl4023 { + yyb4023 = yyj4023 > l } else { - yyb3995 = r.CheckBreak() + yyb4023 = r.CheckBreak() } - if yyb3995 { + if yyb4023 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49875,13 +50349,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3995++ - if yyhl3995 { - yyb3995 = yyj3995 > l + yyj4023++ + if yyhl4023 { + yyb4023 = yyj4023 > l } else { - yyb3995 = r.CheckBreak() + yyb4023 = r.CheckBreak() } - if yyb3995 { + if yyb4023 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49889,16 +50363,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3998 := &x.ObjectMeta - yyv3998.CodecDecodeSelf(d) + yyv4026 := &x.ObjectMeta + yyv4026.CodecDecodeSelf(d) } - yyj3995++ - if yyhl3995 { - yyb3995 = yyj3995 > l + yyj4023++ + if yyhl4023 { + yyb4023 = yyj4023 > l } else { - yyb3995 = r.CheckBreak() + yyb4023 = r.CheckBreak() } - if yyb3995 { + if yyb4023 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49906,16 +50380,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3999 := &x.InvolvedObject - yyv3999.CodecDecodeSelf(d) + yyv4027 := &x.InvolvedObject + yyv4027.CodecDecodeSelf(d) } - yyj3995++ - if yyhl3995 { - yyb3995 = yyj3995 > l + yyj4023++ + if yyhl4023 { + yyb4023 = yyj4023 > l } else { - yyb3995 = r.CheckBreak() + yyb4023 = r.CheckBreak() } - if yyb3995 { + if yyb4023 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49925,13 +50399,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3995++ - if yyhl3995 { - yyb3995 = yyj3995 > l + yyj4023++ + if yyhl4023 { + yyb4023 = yyj4023 > l } else { - yyb3995 = r.CheckBreak() + yyb4023 = r.CheckBreak() } - if yyb3995 { + if yyb4023 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49941,13 +50415,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj3995++ - if yyhl3995 { - yyb3995 = yyj3995 > l + yyj4023++ + if yyhl4023 { + yyb4023 = yyj4023 > l } else { - yyb3995 = r.CheckBreak() + yyb4023 = r.CheckBreak() } - if yyb3995 { + if yyb4023 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49955,16 +50429,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv4002 := &x.Source - yyv4002.CodecDecodeSelf(d) + yyv4030 := &x.Source + yyv4030.CodecDecodeSelf(d) } - yyj3995++ - if yyhl3995 { - yyb3995 = yyj3995 > l + yyj4023++ + if yyhl4023 { + yyb4023 = yyj4023 > l } else { - yyb3995 = r.CheckBreak() + yyb4023 = r.CheckBreak() } - if yyb3995 { + if yyb4023 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49972,26 +50446,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv4003 := &x.FirstTimestamp - yym4004 := z.DecBinary() - _ = yym4004 + yyv4031 := &x.FirstTimestamp + yym4032 := z.DecBinary() + _ = yym4032 if false { - } else if z.HasExtensions() && z.DecExt(yyv4003) { - } else if yym4004 { - z.DecBinaryUnmarshal(yyv4003) - } else if !yym4004 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4003) + } else if z.HasExtensions() && z.DecExt(yyv4031) { + } else if yym4032 { + z.DecBinaryUnmarshal(yyv4031) + } else if !yym4032 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4031) } else { - z.DecFallback(yyv4003, false) + z.DecFallback(yyv4031, false) } } - yyj3995++ - if yyhl3995 { - yyb3995 = yyj3995 > l + yyj4023++ + if yyhl4023 { + yyb4023 = yyj4023 > l } else { - yyb3995 = r.CheckBreak() + yyb4023 = r.CheckBreak() } - if yyb3995 { + if yyb4023 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49999,26 +50473,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv4005 := &x.LastTimestamp - yym4006 := z.DecBinary() - _ = yym4006 + yyv4033 := &x.LastTimestamp + yym4034 := z.DecBinary() + _ = yym4034 if false { - } else if z.HasExtensions() && z.DecExt(yyv4005) { - } else if yym4006 { - z.DecBinaryUnmarshal(yyv4005) - } else if !yym4006 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4005) + } else if z.HasExtensions() && z.DecExt(yyv4033) { + } else if yym4034 { + z.DecBinaryUnmarshal(yyv4033) + } else if !yym4034 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4033) } else { - z.DecFallback(yyv4005, false) + z.DecFallback(yyv4033, false) } } - yyj3995++ - if yyhl3995 { - yyb3995 = yyj3995 > l + yyj4023++ + if yyhl4023 { + yyb4023 = yyj4023 > l } else { - yyb3995 = r.CheckBreak() + yyb4023 = r.CheckBreak() } - if yyb3995 { + if yyb4023 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50028,13 +50502,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Count = int32(r.DecodeInt(32)) } - yyj3995++ - if yyhl3995 { - yyb3995 = yyj3995 > l + yyj4023++ + if yyhl4023 { + yyb4023 = yyj4023 > l } else { - yyb3995 = r.CheckBreak() + yyb4023 = r.CheckBreak() } - if yyb3995 { + if yyb4023 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50045,17 +50519,17 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } for { - yyj3995++ - if yyhl3995 { - yyb3995 = yyj3995 > l + yyj4023++ + if yyhl4023 { + yyb4023 = yyj4023 > l } else { - yyb3995 = r.CheckBreak() + yyb4023 = r.CheckBreak() } - if yyb3995 { + if yyb4023 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3995-1, "") + z.DecStructFieldNotFound(yyj4023-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50067,37 +50541,37 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4009 := z.EncBinary() - _ = yym4009 + yym4037 := z.EncBinary() + _ = yym4037 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4010 := !z.EncBinary() - yy2arr4010 := z.EncBasicHandle().StructToArray - var yyq4010 [4]bool - _, _, _ = yysep4010, yyq4010, yy2arr4010 - const yyr4010 bool = false - yyq4010[0] = x.Kind != "" - yyq4010[1] = x.APIVersion != "" - yyq4010[2] = true - var yynn4010 int - if yyr4010 || yy2arr4010 { + yysep4038 := !z.EncBinary() + yy2arr4038 := z.EncBasicHandle().StructToArray + var yyq4038 [4]bool + _, _, _ = yysep4038, yyq4038, yy2arr4038 + const yyr4038 bool = false + yyq4038[0] = x.Kind != "" + yyq4038[1] = x.APIVersion != "" + yyq4038[2] = true + var yynn4038 int + if yyr4038 || yy2arr4038 { r.EncodeArrayStart(4) } else { - yynn4010 = 1 - for _, b := range yyq4010 { + yynn4038 = 1 + for _, b := range yyq4038 { if b { - yynn4010++ + yynn4038++ } } - r.EncodeMapStart(yynn4010) - yynn4010 = 0 + r.EncodeMapStart(yynn4038) + yynn4038 = 0 } - if yyr4010 || yy2arr4010 { + if yyr4038 || yy2arr4038 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4010[0] { - yym4012 := z.EncBinary() - _ = yym4012 + if yyq4038[0] { + yym4040 := z.EncBinary() + _ = yym4040 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50106,23 +50580,23 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4010[0] { + if yyq4038[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4013 := z.EncBinary() - _ = yym4013 + yym4041 := z.EncBinary() + _ = yym4041 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4010 || yy2arr4010 { + if yyr4038 || yy2arr4038 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4010[1] { - yym4015 := z.EncBinary() - _ = yym4015 + if yyq4038[1] { + yym4043 := z.EncBinary() + _ = yym4043 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50131,54 +50605,54 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4010[1] { + if yyq4038[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4016 := z.EncBinary() - _ = yym4016 + yym4044 := z.EncBinary() + _ = yym4044 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4010 || yy2arr4010 { + if yyr4038 || yy2arr4038 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4010[2] { - yy4018 := &x.ListMeta - yym4019 := z.EncBinary() - _ = yym4019 + if yyq4038[2] { + yy4046 := &x.ListMeta + yym4047 := z.EncBinary() + _ = yym4047 if false { - } else if z.HasExtensions() && z.EncExt(yy4018) { + } else if z.HasExtensions() && z.EncExt(yy4046) { } else { - z.EncFallback(yy4018) + z.EncFallback(yy4046) } } else { r.EncodeNil() } } else { - if yyq4010[2] { + if yyq4038[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4020 := &x.ListMeta - yym4021 := z.EncBinary() - _ = yym4021 + yy4048 := &x.ListMeta + yym4049 := z.EncBinary() + _ = yym4049 if false { - } else if z.HasExtensions() && z.EncExt(yy4020) { + } else if z.HasExtensions() && z.EncExt(yy4048) { } else { - z.EncFallback(yy4020) + z.EncFallback(yy4048) } } } - if yyr4010 || yy2arr4010 { + if yyr4038 || yy2arr4038 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4023 := z.EncBinary() - _ = yym4023 + yym4051 := z.EncBinary() + _ = yym4051 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) @@ -50191,15 +50665,15 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4024 := z.EncBinary() - _ = yym4024 + yym4052 := z.EncBinary() + _ = yym4052 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) } } } - if yyr4010 || yy2arr4010 { + if yyr4038 || yy2arr4038 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50212,25 +50686,25 @@ func (x *EventList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4025 := z.DecBinary() - _ = yym4025 + yym4053 := z.DecBinary() + _ = yym4053 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4026 := r.ContainerType() - if yyct4026 == codecSelferValueTypeMap1234 { - yyl4026 := r.ReadMapStart() - if yyl4026 == 0 { + yyct4054 := r.ContainerType() + if yyct4054 == codecSelferValueTypeMap1234 { + yyl4054 := r.ReadMapStart() + if yyl4054 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4026, d) + x.codecDecodeSelfFromMap(yyl4054, d) } - } else if yyct4026 == codecSelferValueTypeArray1234 { - yyl4026 := r.ReadArrayStart() - if yyl4026 == 0 { + } else if yyct4054 == codecSelferValueTypeArray1234 { + yyl4054 := r.ReadArrayStart() + if yyl4054 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4026, d) + x.codecDecodeSelfFromArray(yyl4054, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50242,12 +50716,12 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4027Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4027Slc - var yyhl4027 bool = l >= 0 - for yyj4027 := 0; ; yyj4027++ { - if yyhl4027 { - if yyj4027 >= l { + var yys4055Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4055Slc + var yyhl4055 bool = l >= 0 + for yyj4055 := 0; ; yyj4055++ { + if yyhl4055 { + if yyj4055 >= l { break } } else { @@ -50256,10 +50730,10 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4027Slc = r.DecodeBytes(yys4027Slc, true, true) - yys4027 := string(yys4027Slc) + yys4055Slc = r.DecodeBytes(yys4055Slc, true, true) + yys4055 := string(yys4055Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4027 { + switch yys4055 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50276,31 +50750,31 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4030 := &x.ListMeta - yym4031 := z.DecBinary() - _ = yym4031 + yyv4058 := &x.ListMeta + yym4059 := z.DecBinary() + _ = yym4059 if false { - } else if z.HasExtensions() && z.DecExt(yyv4030) { + } else if z.HasExtensions() && z.DecExt(yyv4058) { } else { - z.DecFallback(yyv4030, false) + z.DecFallback(yyv4058, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4032 := &x.Items - yym4033 := z.DecBinary() - _ = yym4033 + yyv4060 := &x.Items + yym4061 := z.DecBinary() + _ = yym4061 if false { } else { - h.decSliceEvent((*[]Event)(yyv4032), d) + h.decSliceEvent((*[]Event)(yyv4060), d) } } default: - z.DecStructFieldNotFound(-1, yys4027) - } // end switch yys4027 - } // end for yyj4027 + z.DecStructFieldNotFound(-1, yys4055) + } // end switch yys4055 + } // end for yyj4055 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50308,16 +50782,16 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4034 int - var yyb4034 bool - var yyhl4034 bool = l >= 0 - yyj4034++ - if yyhl4034 { - yyb4034 = yyj4034 > l + var yyj4062 int + var yyb4062 bool + var yyhl4062 bool = l >= 0 + yyj4062++ + if yyhl4062 { + yyb4062 = yyj4062 > l } else { - yyb4034 = r.CheckBreak() + yyb4062 = r.CheckBreak() } - if yyb4034 { + if yyb4062 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50327,13 +50801,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4034++ - if yyhl4034 { - yyb4034 = yyj4034 > l + yyj4062++ + if yyhl4062 { + yyb4062 = yyj4062 > l } else { - yyb4034 = r.CheckBreak() + yyb4062 = r.CheckBreak() } - if yyb4034 { + if yyb4062 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50343,13 +50817,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4034++ - if yyhl4034 { - yyb4034 = yyj4034 > l + yyj4062++ + if yyhl4062 { + yyb4062 = yyj4062 > l } else { - yyb4034 = r.CheckBreak() + yyb4062 = r.CheckBreak() } - if yyb4034 { + if yyb4062 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50357,22 +50831,22 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4037 := &x.ListMeta - yym4038 := z.DecBinary() - _ = yym4038 + yyv4065 := &x.ListMeta + yym4066 := z.DecBinary() + _ = yym4066 if false { - } else if z.HasExtensions() && z.DecExt(yyv4037) { + } else if z.HasExtensions() && z.DecExt(yyv4065) { } else { - z.DecFallback(yyv4037, false) + z.DecFallback(yyv4065, false) } } - yyj4034++ - if yyhl4034 { - yyb4034 = yyj4034 > l + yyj4062++ + if yyhl4062 { + yyb4062 = yyj4062 > l } else { - yyb4034 = r.CheckBreak() + yyb4062 = r.CheckBreak() } - if yyb4034 { + if yyb4062 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50380,26 +50854,26 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4039 := &x.Items - yym4040 := z.DecBinary() - _ = yym4040 + yyv4067 := &x.Items + yym4068 := z.DecBinary() + _ = yym4068 if false { } else { - h.decSliceEvent((*[]Event)(yyv4039), d) + h.decSliceEvent((*[]Event)(yyv4067), d) } } for { - yyj4034++ - if yyhl4034 { - yyb4034 = yyj4034 > l + yyj4062++ + if yyhl4062 { + yyb4062 = yyj4062 > l } else { - yyb4034 = r.CheckBreak() + yyb4062 = r.CheckBreak() } - if yyb4034 { + if yyb4062 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4034-1, "") + z.DecStructFieldNotFound(yyj4062-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50411,37 +50885,37 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4041 := z.EncBinary() - _ = yym4041 + yym4069 := z.EncBinary() + _ = yym4069 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4042 := !z.EncBinary() - yy2arr4042 := z.EncBasicHandle().StructToArray - var yyq4042 [4]bool - _, _, _ = yysep4042, yyq4042, yy2arr4042 - const yyr4042 bool = false - yyq4042[0] = x.Kind != "" - yyq4042[1] = x.APIVersion != "" - yyq4042[2] = true - var yynn4042 int - if yyr4042 || yy2arr4042 { + yysep4070 := !z.EncBinary() + yy2arr4070 := z.EncBasicHandle().StructToArray + var yyq4070 [4]bool + _, _, _ = yysep4070, yyq4070, yy2arr4070 + const yyr4070 bool = false + yyq4070[0] = x.Kind != "" + yyq4070[1] = x.APIVersion != "" + yyq4070[2] = true + var yynn4070 int + if yyr4070 || yy2arr4070 { r.EncodeArrayStart(4) } else { - yynn4042 = 1 - for _, b := range yyq4042 { + yynn4070 = 1 + for _, b := range yyq4070 { if b { - yynn4042++ + yynn4070++ } } - r.EncodeMapStart(yynn4042) - yynn4042 = 0 + r.EncodeMapStart(yynn4070) + yynn4070 = 0 } - if yyr4042 || yy2arr4042 { + if yyr4070 || yy2arr4070 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4042[0] { - yym4044 := z.EncBinary() - _ = yym4044 + if yyq4070[0] { + yym4072 := z.EncBinary() + _ = yym4072 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50450,23 +50924,23 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4042[0] { + if yyq4070[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4045 := z.EncBinary() - _ = yym4045 + yym4073 := z.EncBinary() + _ = yym4073 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4042 || yy2arr4042 { + if yyr4070 || yy2arr4070 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4042[1] { - yym4047 := z.EncBinary() - _ = yym4047 + if yyq4070[1] { + yym4075 := z.EncBinary() + _ = yym4075 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50475,54 +50949,54 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4042[1] { + if yyq4070[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4048 := z.EncBinary() - _ = yym4048 + yym4076 := z.EncBinary() + _ = yym4076 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4042 || yy2arr4042 { + if yyr4070 || yy2arr4070 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4042[2] { - yy4050 := &x.ListMeta - yym4051 := z.EncBinary() - _ = yym4051 + if yyq4070[2] { + yy4078 := &x.ListMeta + yym4079 := z.EncBinary() + _ = yym4079 if false { - } else if z.HasExtensions() && z.EncExt(yy4050) { + } else if z.HasExtensions() && z.EncExt(yy4078) { } else { - z.EncFallback(yy4050) + z.EncFallback(yy4078) } } else { r.EncodeNil() } } else { - if yyq4042[2] { + if yyq4070[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4052 := &x.ListMeta - yym4053 := z.EncBinary() - _ = yym4053 + yy4080 := &x.ListMeta + yym4081 := z.EncBinary() + _ = yym4081 if false { - } else if z.HasExtensions() && z.EncExt(yy4052) { + } else if z.HasExtensions() && z.EncExt(yy4080) { } else { - z.EncFallback(yy4052) + z.EncFallback(yy4080) } } } - if yyr4042 || yy2arr4042 { + if yyr4070 || yy2arr4070 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4055 := z.EncBinary() - _ = yym4055 + yym4083 := z.EncBinary() + _ = yym4083 if false { } else { h.encSliceruntime_Object(([]pkg7_runtime.Object)(x.Items), e) @@ -50535,15 +51009,15 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4056 := z.EncBinary() - _ = yym4056 + yym4084 := z.EncBinary() + _ = yym4084 if false { } else { h.encSliceruntime_Object(([]pkg7_runtime.Object)(x.Items), e) } } } - if yyr4042 || yy2arr4042 { + if yyr4070 || yy2arr4070 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50556,25 +51030,25 @@ func (x *List) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4057 := z.DecBinary() - _ = yym4057 + yym4085 := z.DecBinary() + _ = yym4085 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4058 := r.ContainerType() - if yyct4058 == codecSelferValueTypeMap1234 { - yyl4058 := r.ReadMapStart() - if yyl4058 == 0 { + yyct4086 := r.ContainerType() + if yyct4086 == codecSelferValueTypeMap1234 { + yyl4086 := r.ReadMapStart() + if yyl4086 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4058, d) + x.codecDecodeSelfFromMap(yyl4086, d) } - } else if yyct4058 == codecSelferValueTypeArray1234 { - yyl4058 := r.ReadArrayStart() - if yyl4058 == 0 { + } else if yyct4086 == codecSelferValueTypeArray1234 { + yyl4086 := r.ReadArrayStart() + if yyl4086 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4058, d) + x.codecDecodeSelfFromArray(yyl4086, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50586,12 +51060,12 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4059Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4059Slc - var yyhl4059 bool = l >= 0 - for yyj4059 := 0; ; yyj4059++ { - if yyhl4059 { - if yyj4059 >= l { + var yys4087Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4087Slc + var yyhl4087 bool = l >= 0 + for yyj4087 := 0; ; yyj4087++ { + if yyhl4087 { + if yyj4087 >= l { break } } else { @@ -50600,10 +51074,10 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4059Slc = r.DecodeBytes(yys4059Slc, true, true) - yys4059 := string(yys4059Slc) + yys4087Slc = r.DecodeBytes(yys4087Slc, true, true) + yys4087 := string(yys4087Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4059 { + switch yys4087 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50620,31 +51094,31 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4062 := &x.ListMeta - yym4063 := z.DecBinary() - _ = yym4063 + yyv4090 := &x.ListMeta + yym4091 := z.DecBinary() + _ = yym4091 if false { - } else if z.HasExtensions() && z.DecExt(yyv4062) { + } else if z.HasExtensions() && z.DecExt(yyv4090) { } else { - z.DecFallback(yyv4062, false) + z.DecFallback(yyv4090, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4064 := &x.Items - yym4065 := z.DecBinary() - _ = yym4065 + yyv4092 := &x.Items + yym4093 := z.DecBinary() + _ = yym4093 if false { } else { - h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv4064), d) + h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv4092), d) } } default: - z.DecStructFieldNotFound(-1, yys4059) - } // end switch yys4059 - } // end for yyj4059 + z.DecStructFieldNotFound(-1, yys4087) + } // end switch yys4087 + } // end for yyj4087 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50652,16 +51126,16 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4066 int - var yyb4066 bool - var yyhl4066 bool = l >= 0 - yyj4066++ - if yyhl4066 { - yyb4066 = yyj4066 > l + var yyj4094 int + var yyb4094 bool + var yyhl4094 bool = l >= 0 + yyj4094++ + if yyhl4094 { + yyb4094 = yyj4094 > l } else { - yyb4066 = r.CheckBreak() + yyb4094 = r.CheckBreak() } - if yyb4066 { + if yyb4094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50671,13 +51145,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4066++ - if yyhl4066 { - yyb4066 = yyj4066 > l + yyj4094++ + if yyhl4094 { + yyb4094 = yyj4094 > l } else { - yyb4066 = r.CheckBreak() + yyb4094 = r.CheckBreak() } - if yyb4066 { + if yyb4094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50687,13 +51161,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4066++ - if yyhl4066 { - yyb4066 = yyj4066 > l + yyj4094++ + if yyhl4094 { + yyb4094 = yyj4094 > l } else { - yyb4066 = r.CheckBreak() + yyb4094 = r.CheckBreak() } - if yyb4066 { + if yyb4094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50701,22 +51175,22 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4069 := &x.ListMeta - yym4070 := z.DecBinary() - _ = yym4070 + yyv4097 := &x.ListMeta + yym4098 := z.DecBinary() + _ = yym4098 if false { - } else if z.HasExtensions() && z.DecExt(yyv4069) { + } else if z.HasExtensions() && z.DecExt(yyv4097) { } else { - z.DecFallback(yyv4069, false) + z.DecFallback(yyv4097, false) } } - yyj4066++ - if yyhl4066 { - yyb4066 = yyj4066 > l + yyj4094++ + if yyhl4094 { + yyb4094 = yyj4094 > l } else { - yyb4066 = r.CheckBreak() + yyb4094 = r.CheckBreak() } - if yyb4066 { + if yyb4094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50724,26 +51198,26 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4071 := &x.Items - yym4072 := z.DecBinary() - _ = yym4072 + yyv4099 := &x.Items + yym4100 := z.DecBinary() + _ = yym4100 if false { } else { - h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv4071), d) + h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv4099), d) } } for { - yyj4066++ - if yyhl4066 { - yyb4066 = yyj4066 > l + yyj4094++ + if yyhl4094 { + yyb4094 = yyj4094 > l } else { - yyb4066 = r.CheckBreak() + yyb4094 = r.CheckBreak() } - if yyb4066 { + if yyb4094 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4066-1, "") + z.DecStructFieldNotFound(yyj4094-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50752,8 +51226,8 @@ func (x LimitType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4073 := z.EncBinary() - _ = yym4073 + yym4101 := z.EncBinary() + _ = yym4101 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -50765,8 +51239,8 @@ func (x *LimitType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4074 := z.DecBinary() - _ = yym4074 + yym4102 := z.DecBinary() + _ = yym4102 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -50781,53 +51255,53 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4075 := z.EncBinary() - _ = yym4075 + yym4103 := z.EncBinary() + _ = yym4103 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4076 := !z.EncBinary() - yy2arr4076 := z.EncBasicHandle().StructToArray - var yyq4076 [6]bool - _, _, _ = yysep4076, yyq4076, yy2arr4076 - const yyr4076 bool = false - yyq4076[0] = x.Type != "" - yyq4076[1] = len(x.Max) != 0 - yyq4076[2] = len(x.Min) != 0 - yyq4076[3] = len(x.Default) != 0 - yyq4076[4] = len(x.DefaultRequest) != 0 - yyq4076[5] = len(x.MaxLimitRequestRatio) != 0 - var yynn4076 int - if yyr4076 || yy2arr4076 { + yysep4104 := !z.EncBinary() + yy2arr4104 := z.EncBasicHandle().StructToArray + var yyq4104 [6]bool + _, _, _ = yysep4104, yyq4104, yy2arr4104 + const yyr4104 bool = false + yyq4104[0] = x.Type != "" + yyq4104[1] = len(x.Max) != 0 + yyq4104[2] = len(x.Min) != 0 + yyq4104[3] = len(x.Default) != 0 + yyq4104[4] = len(x.DefaultRequest) != 0 + yyq4104[5] = len(x.MaxLimitRequestRatio) != 0 + var yynn4104 int + if yyr4104 || yy2arr4104 { r.EncodeArrayStart(6) } else { - yynn4076 = 0 - for _, b := range yyq4076 { + yynn4104 = 0 + for _, b := range yyq4104 { if b { - yynn4076++ + yynn4104++ } } - r.EncodeMapStart(yynn4076) - yynn4076 = 0 + r.EncodeMapStart(yynn4104) + yynn4104 = 0 } - if yyr4076 || yy2arr4076 { + if yyr4104 || yy2arr4104 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4076[0] { + if yyq4104[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4076[0] { + if yyq4104[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr4076 || yy2arr4076 { + if yyr4104 || yy2arr4104 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4076[1] { + if yyq4104[1] { if x.Max == nil { r.EncodeNil() } else { @@ -50837,7 +51311,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4076[1] { + if yyq4104[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50848,9 +51322,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4076 || yy2arr4076 { + if yyr4104 || yy2arr4104 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4076[2] { + if yyq4104[2] { if x.Min == nil { r.EncodeNil() } else { @@ -50860,7 +51334,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4076[2] { + if yyq4104[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50871,9 +51345,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4076 || yy2arr4076 { + if yyr4104 || yy2arr4104 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4076[3] { + if yyq4104[3] { if x.Default == nil { r.EncodeNil() } else { @@ -50883,7 +51357,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4076[3] { + if yyq4104[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("default")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50894,9 +51368,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4076 || yy2arr4076 { + if yyr4104 || yy2arr4104 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4076[4] { + if yyq4104[4] { if x.DefaultRequest == nil { r.EncodeNil() } else { @@ -50906,7 +51380,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4076[4] { + if yyq4104[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultRequest")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50917,9 +51391,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4076 || yy2arr4076 { + if yyr4104 || yy2arr4104 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4076[5] { + if yyq4104[5] { if x.MaxLimitRequestRatio == nil { r.EncodeNil() } else { @@ -50929,7 +51403,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4076[5] { + if yyq4104[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxLimitRequestRatio")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50940,7 +51414,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4076 || yy2arr4076 { + if yyr4104 || yy2arr4104 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50953,25 +51427,25 @@ func (x *LimitRangeItem) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4083 := z.DecBinary() - _ = yym4083 + yym4111 := z.DecBinary() + _ = yym4111 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4084 := r.ContainerType() - if yyct4084 == codecSelferValueTypeMap1234 { - yyl4084 := r.ReadMapStart() - if yyl4084 == 0 { + yyct4112 := r.ContainerType() + if yyct4112 == codecSelferValueTypeMap1234 { + yyl4112 := r.ReadMapStart() + if yyl4112 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4084, d) + x.codecDecodeSelfFromMap(yyl4112, d) } - } else if yyct4084 == codecSelferValueTypeArray1234 { - yyl4084 := r.ReadArrayStart() - if yyl4084 == 0 { + } else if yyct4112 == codecSelferValueTypeArray1234 { + yyl4112 := r.ReadArrayStart() + if yyl4112 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4084, d) + x.codecDecodeSelfFromArray(yyl4112, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50983,12 +51457,12 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4085Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4085Slc - var yyhl4085 bool = l >= 0 - for yyj4085 := 0; ; yyj4085++ { - if yyhl4085 { - if yyj4085 >= l { + var yys4113Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4113Slc + var yyhl4113 bool = l >= 0 + for yyj4113 := 0; ; yyj4113++ { + if yyhl4113 { + if yyj4113 >= l { break } } else { @@ -50997,10 +51471,10 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4085Slc = r.DecodeBytes(yys4085Slc, true, true) - yys4085 := string(yys4085Slc) + yys4113Slc = r.DecodeBytes(yys4113Slc, true, true) + yys4113 := string(yys4113Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4085 { + switch yys4113 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -51011,41 +51485,41 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv4087 := &x.Max - yyv4087.CodecDecodeSelf(d) + yyv4115 := &x.Max + yyv4115.CodecDecodeSelf(d) } case "min": if r.TryDecodeAsNil() { x.Min = nil } else { - yyv4088 := &x.Min - yyv4088.CodecDecodeSelf(d) + yyv4116 := &x.Min + yyv4116.CodecDecodeSelf(d) } case "default": if r.TryDecodeAsNil() { x.Default = nil } else { - yyv4089 := &x.Default - yyv4089.CodecDecodeSelf(d) + yyv4117 := &x.Default + yyv4117.CodecDecodeSelf(d) } case "defaultRequest": if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv4090 := &x.DefaultRequest - yyv4090.CodecDecodeSelf(d) + yyv4118 := &x.DefaultRequest + yyv4118.CodecDecodeSelf(d) } case "maxLimitRequestRatio": if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv4091 := &x.MaxLimitRequestRatio - yyv4091.CodecDecodeSelf(d) + yyv4119 := &x.MaxLimitRequestRatio + yyv4119.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4085) - } // end switch yys4085 - } // end for yyj4085 + z.DecStructFieldNotFound(-1, yys4113) + } // end switch yys4113 + } // end for yyj4113 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51053,16 +51527,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4092 int - var yyb4092 bool - var yyhl4092 bool = l >= 0 - yyj4092++ - if yyhl4092 { - yyb4092 = yyj4092 > l + var yyj4120 int + var yyb4120 bool + var yyhl4120 bool = l >= 0 + yyj4120++ + if yyhl4120 { + yyb4120 = yyj4120 > l } else { - yyb4092 = r.CheckBreak() + yyb4120 = r.CheckBreak() } - if yyb4092 { + if yyb4120 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51072,13 +51546,13 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = LimitType(r.DecodeString()) } - yyj4092++ - if yyhl4092 { - yyb4092 = yyj4092 > l + yyj4120++ + if yyhl4120 { + yyb4120 = yyj4120 > l } else { - yyb4092 = r.CheckBreak() + yyb4120 = r.CheckBreak() } - if yyb4092 { + if yyb4120 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51086,16 +51560,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv4094 := &x.Max - yyv4094.CodecDecodeSelf(d) + yyv4122 := &x.Max + yyv4122.CodecDecodeSelf(d) } - yyj4092++ - if yyhl4092 { - yyb4092 = yyj4092 > l + yyj4120++ + if yyhl4120 { + yyb4120 = yyj4120 > l } else { - yyb4092 = r.CheckBreak() + yyb4120 = r.CheckBreak() } - if yyb4092 { + if yyb4120 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51103,16 +51577,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Min = nil } else { - yyv4095 := &x.Min - yyv4095.CodecDecodeSelf(d) + yyv4123 := &x.Min + yyv4123.CodecDecodeSelf(d) } - yyj4092++ - if yyhl4092 { - yyb4092 = yyj4092 > l + yyj4120++ + if yyhl4120 { + yyb4120 = yyj4120 > l } else { - yyb4092 = r.CheckBreak() + yyb4120 = r.CheckBreak() } - if yyb4092 { + if yyb4120 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51120,16 +51594,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Default = nil } else { - yyv4096 := &x.Default - yyv4096.CodecDecodeSelf(d) + yyv4124 := &x.Default + yyv4124.CodecDecodeSelf(d) } - yyj4092++ - if yyhl4092 { - yyb4092 = yyj4092 > l + yyj4120++ + if yyhl4120 { + yyb4120 = yyj4120 > l } else { - yyb4092 = r.CheckBreak() + yyb4120 = r.CheckBreak() } - if yyb4092 { + if yyb4120 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51137,16 +51611,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv4097 := &x.DefaultRequest - yyv4097.CodecDecodeSelf(d) + yyv4125 := &x.DefaultRequest + yyv4125.CodecDecodeSelf(d) } - yyj4092++ - if yyhl4092 { - yyb4092 = yyj4092 > l + yyj4120++ + if yyhl4120 { + yyb4120 = yyj4120 > l } else { - yyb4092 = r.CheckBreak() + yyb4120 = r.CheckBreak() } - if yyb4092 { + if yyb4120 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51154,21 +51628,21 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv4098 := &x.MaxLimitRequestRatio - yyv4098.CodecDecodeSelf(d) + yyv4126 := &x.MaxLimitRequestRatio + yyv4126.CodecDecodeSelf(d) } for { - yyj4092++ - if yyhl4092 { - yyb4092 = yyj4092 > l + yyj4120++ + if yyhl4120 { + yyb4120 = yyj4120 > l } else { - yyb4092 = r.CheckBreak() + yyb4120 = r.CheckBreak() } - if yyb4092 { + if yyb4120 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4092-1, "") + z.DecStructFieldNotFound(yyj4120-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51180,36 +51654,36 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4099 := z.EncBinary() - _ = yym4099 + yym4127 := z.EncBinary() + _ = yym4127 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4100 := !z.EncBinary() - yy2arr4100 := z.EncBasicHandle().StructToArray - var yyq4100 [1]bool - _, _, _ = yysep4100, yyq4100, yy2arr4100 - const yyr4100 bool = false - var yynn4100 int - if yyr4100 || yy2arr4100 { + yysep4128 := !z.EncBinary() + yy2arr4128 := z.EncBasicHandle().StructToArray + var yyq4128 [1]bool + _, _, _ = yysep4128, yyq4128, yy2arr4128 + const yyr4128 bool = false + var yynn4128 int + if yyr4128 || yy2arr4128 { r.EncodeArrayStart(1) } else { - yynn4100 = 1 - for _, b := range yyq4100 { + yynn4128 = 1 + for _, b := range yyq4128 { if b { - yynn4100++ + yynn4128++ } } - r.EncodeMapStart(yynn4100) - yynn4100 = 0 + r.EncodeMapStart(yynn4128) + yynn4128 = 0 } - if yyr4100 || yy2arr4100 { + if yyr4128 || yy2arr4128 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Limits == nil { r.EncodeNil() } else { - yym4102 := z.EncBinary() - _ = yym4102 + yym4130 := z.EncBinary() + _ = yym4130 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) @@ -51222,15 +51696,15 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Limits == nil { r.EncodeNil() } else { - yym4103 := z.EncBinary() - _ = yym4103 + yym4131 := z.EncBinary() + _ = yym4131 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) } } } - if yyr4100 || yy2arr4100 { + if yyr4128 || yy2arr4128 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51243,25 +51717,25 @@ func (x *LimitRangeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4104 := z.DecBinary() - _ = yym4104 + yym4132 := z.DecBinary() + _ = yym4132 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4105 := r.ContainerType() - if yyct4105 == codecSelferValueTypeMap1234 { - yyl4105 := r.ReadMapStart() - if yyl4105 == 0 { + yyct4133 := r.ContainerType() + if yyct4133 == codecSelferValueTypeMap1234 { + yyl4133 := r.ReadMapStart() + if yyl4133 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4105, d) + x.codecDecodeSelfFromMap(yyl4133, d) } - } else if yyct4105 == codecSelferValueTypeArray1234 { - yyl4105 := r.ReadArrayStart() - if yyl4105 == 0 { + } else if yyct4133 == codecSelferValueTypeArray1234 { + yyl4133 := r.ReadArrayStart() + if yyl4133 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4105, d) + x.codecDecodeSelfFromArray(yyl4133, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51273,12 +51747,12 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4106Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4106Slc - var yyhl4106 bool = l >= 0 - for yyj4106 := 0; ; yyj4106++ { - if yyhl4106 { - if yyj4106 >= l { + var yys4134Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4134Slc + var yyhl4134 bool = l >= 0 + for yyj4134 := 0; ; yyj4134++ { + if yyhl4134 { + if yyj4134 >= l { break } } else { @@ -51287,26 +51761,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4106Slc = r.DecodeBytes(yys4106Slc, true, true) - yys4106 := string(yys4106Slc) + yys4134Slc = r.DecodeBytes(yys4134Slc, true, true) + yys4134 := string(yys4134Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4106 { + switch yys4134 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv4107 := &x.Limits - yym4108 := z.DecBinary() - _ = yym4108 + yyv4135 := &x.Limits + yym4136 := z.DecBinary() + _ = yym4136 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4107), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4135), d) } } default: - z.DecStructFieldNotFound(-1, yys4106) - } // end switch yys4106 - } // end for yyj4106 + z.DecStructFieldNotFound(-1, yys4134) + } // end switch yys4134 + } // end for yyj4134 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51314,16 +51788,16 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4109 int - var yyb4109 bool - var yyhl4109 bool = l >= 0 - yyj4109++ - if yyhl4109 { - yyb4109 = yyj4109 > l + var yyj4137 int + var yyb4137 bool + var yyhl4137 bool = l >= 0 + yyj4137++ + if yyhl4137 { + yyb4137 = yyj4137 > l } else { - yyb4109 = r.CheckBreak() + yyb4137 = r.CheckBreak() } - if yyb4109 { + if yyb4137 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51331,26 +51805,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv4110 := &x.Limits - yym4111 := z.DecBinary() - _ = yym4111 + yyv4138 := &x.Limits + yym4139 := z.DecBinary() + _ = yym4139 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4110), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4138), d) } } for { - yyj4109++ - if yyhl4109 { - yyb4109 = yyj4109 > l + yyj4137++ + if yyhl4137 { + yyb4137 = yyj4137 > l } else { - yyb4109 = r.CheckBreak() + yyb4137 = r.CheckBreak() } - if yyb4109 { + if yyb4137 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4109-1, "") + z.DecStructFieldNotFound(yyj4137-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51362,38 +51836,38 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4112 := z.EncBinary() - _ = yym4112 + yym4140 := z.EncBinary() + _ = yym4140 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4113 := !z.EncBinary() - yy2arr4113 := z.EncBasicHandle().StructToArray - var yyq4113 [4]bool - _, _, _ = yysep4113, yyq4113, yy2arr4113 - const yyr4113 bool = false - yyq4113[0] = x.Kind != "" - yyq4113[1] = x.APIVersion != "" - yyq4113[2] = true - yyq4113[3] = true - var yynn4113 int - if yyr4113 || yy2arr4113 { + yysep4141 := !z.EncBinary() + yy2arr4141 := z.EncBasicHandle().StructToArray + var yyq4141 [4]bool + _, _, _ = yysep4141, yyq4141, yy2arr4141 + const yyr4141 bool = false + yyq4141[0] = x.Kind != "" + yyq4141[1] = x.APIVersion != "" + yyq4141[2] = true + yyq4141[3] = true + var yynn4141 int + if yyr4141 || yy2arr4141 { r.EncodeArrayStart(4) } else { - yynn4113 = 0 - for _, b := range yyq4113 { + yynn4141 = 0 + for _, b := range yyq4141 { if b { - yynn4113++ + yynn4141++ } } - r.EncodeMapStart(yynn4113) - yynn4113 = 0 + r.EncodeMapStart(yynn4141) + yynn4141 = 0 } - if yyr4113 || yy2arr4113 { + if yyr4141 || yy2arr4141 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4113[0] { - yym4115 := z.EncBinary() - _ = yym4115 + if yyq4141[0] { + yym4143 := z.EncBinary() + _ = yym4143 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51402,23 +51876,23 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4113[0] { + if yyq4141[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4116 := z.EncBinary() - _ = yym4116 + yym4144 := z.EncBinary() + _ = yym4144 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4113 || yy2arr4113 { + if yyr4141 || yy2arr4141 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4113[1] { - yym4118 := z.EncBinary() - _ = yym4118 + if yyq4141[1] { + yym4146 := z.EncBinary() + _ = yym4146 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -51427,53 +51901,53 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4113[1] { + if yyq4141[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4119 := z.EncBinary() - _ = yym4119 + yym4147 := z.EncBinary() + _ = yym4147 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4113 || yy2arr4113 { + if yyr4141 || yy2arr4141 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4113[2] { - yy4121 := &x.ObjectMeta - yy4121.CodecEncodeSelf(e) + if yyq4141[2] { + yy4149 := &x.ObjectMeta + yy4149.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4113[2] { + if yyq4141[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4122 := &x.ObjectMeta - yy4122.CodecEncodeSelf(e) + yy4150 := &x.ObjectMeta + yy4150.CodecEncodeSelf(e) } } - if yyr4113 || yy2arr4113 { + if yyr4141 || yy2arr4141 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4113[3] { - yy4124 := &x.Spec - yy4124.CodecEncodeSelf(e) + if yyq4141[3] { + yy4152 := &x.Spec + yy4152.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4113[3] { + if yyq4141[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4125 := &x.Spec - yy4125.CodecEncodeSelf(e) + yy4153 := &x.Spec + yy4153.CodecEncodeSelf(e) } } - if yyr4113 || yy2arr4113 { + if yyr4141 || yy2arr4141 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51483,328 +51957,6 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { } func (x *LimitRange) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym4126 := z.DecBinary() - _ = yym4126 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct4127 := r.ContainerType() - if yyct4127 == codecSelferValueTypeMap1234 { - yyl4127 := r.ReadMapStart() - if yyl4127 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl4127, d) - } - } else if yyct4127 == codecSelferValueTypeArray1234 { - yyl4127 := r.ReadArrayStart() - if yyl4127 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl4127, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys4128Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4128Slc - var yyhl4128 bool = l >= 0 - for yyj4128 := 0; ; yyj4128++ { - if yyhl4128 { - if yyj4128 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4128Slc = r.DecodeBytes(yys4128Slc, true, true) - yys4128 := string(yys4128Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4128 { - 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 { - yyv4131 := &x.ObjectMeta - yyv4131.CodecDecodeSelf(d) - } - case "spec": - if r.TryDecodeAsNil() { - x.Spec = LimitRangeSpec{} - } else { - yyv4132 := &x.Spec - yyv4132.CodecDecodeSelf(d) - } - default: - z.DecStructFieldNotFound(-1, yys4128) - } // end switch yys4128 - } // end for yyj4128 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj4133 int - var yyb4133 bool - var yyhl4133 bool = l >= 0 - yyj4133++ - if yyhl4133 { - yyb4133 = yyj4133 > l - } else { - yyb4133 = r.CheckBreak() - } - if yyb4133 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj4133++ - if yyhl4133 { - yyb4133 = yyj4133 > l - } else { - yyb4133 = r.CheckBreak() - } - if yyb4133 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj4133++ - if yyhl4133 { - yyb4133 = yyj4133 > l - } else { - yyb4133 = r.CheckBreak() - } - if yyb4133 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} - } else { - yyv4136 := &x.ObjectMeta - yyv4136.CodecDecodeSelf(d) - } - yyj4133++ - if yyhl4133 { - yyb4133 = yyj4133 > l - } else { - yyb4133 = r.CheckBreak() - } - if yyb4133 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Spec = LimitRangeSpec{} - } else { - yyv4137 := &x.Spec - yyv4137.CodecDecodeSelf(d) - } - for { - yyj4133++ - if yyhl4133 { - yyb4133 = yyj4133 > l - } else { - yyb4133 = r.CheckBreak() - } - if yyb4133 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4133-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym4138 := z.EncBinary() - _ = yym4138 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep4139 := !z.EncBinary() - yy2arr4139 := z.EncBasicHandle().StructToArray - var yyq4139 [4]bool - _, _, _ = yysep4139, yyq4139, yy2arr4139 - const yyr4139 bool = false - yyq4139[0] = x.Kind != "" - yyq4139[1] = x.APIVersion != "" - yyq4139[2] = true - var yynn4139 int - if yyr4139 || yy2arr4139 { - r.EncodeArrayStart(4) - } else { - yynn4139 = 1 - for _, b := range yyq4139 { - if b { - yynn4139++ - } - } - r.EncodeMapStart(yynn4139) - yynn4139 = 0 - } - if yyr4139 || yy2arr4139 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4139[0] { - yym4141 := z.EncBinary() - _ = yym4141 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4139[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4142 := z.EncBinary() - _ = yym4142 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr4139 || yy2arr4139 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4139[1] { - yym4144 := z.EncBinary() - _ = yym4144 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4139[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4145 := z.EncBinary() - _ = yym4145 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr4139 || yy2arr4139 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4139[2] { - yy4147 := &x.ListMeta - yym4148 := z.EncBinary() - _ = yym4148 - if false { - } else if z.HasExtensions() && z.EncExt(yy4147) { - } else { - z.EncFallback(yy4147) - } - } else { - r.EncodeNil() - } - } else { - if yyq4139[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4149 := &x.ListMeta - yym4150 := z.EncBinary() - _ = yym4150 - if false { - } else if z.HasExtensions() && z.EncExt(yy4149) { - } else { - z.EncFallback(yy4149) - } - } - } - if yyr4139 || yy2arr4139 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if x.Items == nil { - r.EncodeNil() - } else { - yym4152 := z.EncBinary() - _ = yym4152 - if false { - } else { - h.encSliceLimitRange(([]LimitRange)(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 { - yym4153 := z.EncBinary() - _ = yym4153 - if false { - } else { - h.encSliceLimitRange(([]LimitRange)(x.Items), e) - } - } - } - if yyr4139 || yy2arr4139 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -51834,7 +51986,7 @@ func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -51870,28 +52022,17 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } case "metadata": if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} + x.ObjectMeta = ObjectMeta{} } else { - yyv4159 := &x.ListMeta - yym4160 := z.DecBinary() - _ = yym4160 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4159) { - } else { - z.DecFallback(yyv4159, false) - } + yyv4159 := &x.ObjectMeta + yyv4159.CodecDecodeSelf(d) } - case "items": + case "spec": if r.TryDecodeAsNil() { - x.Items = nil + x.Spec = LimitRangeSpec{} } else { - yyv4161 := &x.Items - yym4162 := z.DecBinary() - _ = yym4162 - if false { - } else { - h.decSliceLimitRange((*[]LimitRange)(yyv4161), d) - } + yyv4160 := &x.Spec + yyv4160.CodecDecodeSelf(d) } default: z.DecStructFieldNotFound(-1, yys4156) @@ -51900,20 +52041,20 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } -func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { +func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4163 int - var yyb4163 bool - var yyhl4163 bool = l >= 0 - yyj4163++ - if yyhl4163 { - yyb4163 = yyj4163 > l + var yyj4161 int + var yyb4161 bool + var yyhl4161 bool = l >= 0 + yyj4161++ + if yyhl4161 { + yyb4161 = yyj4161 > l } else { - yyb4163 = r.CheckBreak() + yyb4161 = r.CheckBreak() } - if yyb4163 { + if yyb4161 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51923,13 +52064,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4163++ - if yyhl4163 { - yyb4163 = yyj4163 > l + yyj4161++ + if yyhl4161 { + yyb4161 = yyj4161 > l } else { - yyb4163 = r.CheckBreak() + yyb4161 = r.CheckBreak() } - if yyb4163 { + if yyb4161 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51939,587 +52080,94 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4163++ - if yyhl4163 { - yyb4163 = yyj4163 > l + yyj4161++ + if yyhl4161 { + yyb4161 = yyj4161 > l } else { - yyb4163 = r.CheckBreak() + yyb4161 = r.CheckBreak() } - if yyb4163 { + if yyb4161 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} + x.ObjectMeta = ObjectMeta{} } else { - yyv4166 := &x.ListMeta - yym4167 := z.DecBinary() - _ = yym4167 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4166) { - } else { - z.DecFallback(yyv4166, false) - } + yyv4164 := &x.ObjectMeta + yyv4164.CodecDecodeSelf(d) } - yyj4163++ - if yyhl4163 { - yyb4163 = yyj4163 > l + yyj4161++ + if yyhl4161 { + yyb4161 = yyj4161 > l } else { - yyb4163 = r.CheckBreak() + yyb4161 = r.CheckBreak() } - if yyb4163 { + if yyb4161 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.Items = nil + x.Spec = LimitRangeSpec{} } else { - yyv4168 := &x.Items - yym4169 := z.DecBinary() - _ = yym4169 - if false { - } else { - h.decSliceLimitRange((*[]LimitRange)(yyv4168), d) - } + yyv4165 := &x.Spec + yyv4165.CodecDecodeSelf(d) } for { - yyj4163++ - if yyhl4163 { - yyb4163 = yyj4163 > l + yyj4161++ + if yyhl4161 { + yyb4161 = yyj4161 > l } else { - yyb4163 = r.CheckBreak() + yyb4161 = r.CheckBreak() } - if yyb4163 { + if yyb4161 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4163-1, "") + z.DecStructFieldNotFound(yyj4161-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x ResourceQuotaScope) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - yym4170 := z.EncBinary() - _ = yym4170 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x)) - } -} - -func (x *ResourceQuotaScope) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym4171 := z.DecBinary() - _ = yym4171 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - *((*string)(x)) = r.DecodeString() - } -} - -func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { +func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r if x == nil { r.EncodeNil() } else { - yym4172 := z.EncBinary() - _ = yym4172 + yym4166 := z.EncBinary() + _ = yym4166 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4173 := !z.EncBinary() - yy2arr4173 := z.EncBasicHandle().StructToArray - var yyq4173 [2]bool - _, _, _ = yysep4173, yyq4173, yy2arr4173 - const yyr4173 bool = false - yyq4173[0] = len(x.Hard) != 0 - yyq4173[1] = len(x.Scopes) != 0 - var yynn4173 int - if yyr4173 || yy2arr4173 { - r.EncodeArrayStart(2) + yysep4167 := !z.EncBinary() + yy2arr4167 := z.EncBasicHandle().StructToArray + var yyq4167 [4]bool + _, _, _ = yysep4167, yyq4167, yy2arr4167 + const yyr4167 bool = false + yyq4167[0] = x.Kind != "" + yyq4167[1] = x.APIVersion != "" + yyq4167[2] = true + var yynn4167 int + if yyr4167 || yy2arr4167 { + r.EncodeArrayStart(4) } else { - yynn4173 = 0 - for _, b := range yyq4173 { + yynn4167 = 1 + for _, b := range yyq4167 { if b { - yynn4173++ + yynn4167++ } } - r.EncodeMapStart(yynn4173) - yynn4173 = 0 + r.EncodeMapStart(yynn4167) + yynn4167 = 0 } - if yyr4173 || yy2arr4173 { + if yyr4167 || yy2arr4167 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4173[0] { - if x.Hard == nil { - r.EncodeNil() - } else { - x.Hard.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } else { - if yyq4173[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 yyr4173 || yy2arr4173 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4173[1] { - if x.Scopes == nil { - r.EncodeNil() - } else { - yym4176 := z.EncBinary() - _ = yym4176 - if false { - } else { - h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq4173[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("scopes")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Scopes == nil { - r.EncodeNil() - } else { - yym4177 := z.EncBinary() - _ = yym4177 - if false { - } else { - h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) - } - } - } - } - if yyr4173 || yy2arr4173 { - 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 - yym4178 := z.DecBinary() - _ = yym4178 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct4179 := r.ContainerType() - if yyct4179 == codecSelferValueTypeMap1234 { - yyl4179 := r.ReadMapStart() - if yyl4179 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl4179, d) - } - } else if yyct4179 == codecSelferValueTypeArray1234 { - yyl4179 := r.ReadArrayStart() - if yyl4179 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl4179, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys4180Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4180Slc - var yyhl4180 bool = l >= 0 - for yyj4180 := 0; ; yyj4180++ { - if yyhl4180 { - if yyj4180 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4180Slc = r.DecodeBytes(yys4180Slc, true, true) - yys4180 := string(yys4180Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4180 { - case "hard": - if r.TryDecodeAsNil() { - x.Hard = nil - } else { - yyv4181 := &x.Hard - yyv4181.CodecDecodeSelf(d) - } - case "scopes": - if r.TryDecodeAsNil() { - x.Scopes = nil - } else { - yyv4182 := &x.Scopes - yym4183 := z.DecBinary() - _ = yym4183 - if false { - } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4182), d) - } - } - default: - z.DecStructFieldNotFound(-1, yys4180) - } // end switch yys4180 - } // end for yyj4180 - 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 yyj4184 int - var yyb4184 bool - var yyhl4184 bool = l >= 0 - yyj4184++ - if yyhl4184 { - yyb4184 = yyj4184 > l - } else { - yyb4184 = r.CheckBreak() - } - if yyb4184 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Hard = nil - } else { - yyv4185 := &x.Hard - yyv4185.CodecDecodeSelf(d) - } - yyj4184++ - if yyhl4184 { - yyb4184 = yyj4184 > l - } else { - yyb4184 = r.CheckBreak() - } - if yyb4184 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Scopes = nil - } else { - yyv4186 := &x.Scopes - yym4187 := z.DecBinary() - _ = yym4187 - if false { - } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4186), d) - } - } - for { - yyj4184++ - if yyhl4184 { - yyb4184 = yyj4184 > l - } else { - yyb4184 = r.CheckBreak() - } - if yyb4184 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4184-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 { - yym4188 := z.EncBinary() - _ = yym4188 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep4189 := !z.EncBinary() - yy2arr4189 := z.EncBasicHandle().StructToArray - var yyq4189 [2]bool - _, _, _ = yysep4189, yyq4189, yy2arr4189 - const yyr4189 bool = false - yyq4189[0] = len(x.Hard) != 0 - yyq4189[1] = len(x.Used) != 0 - var yynn4189 int - if yyr4189 || yy2arr4189 { - r.EncodeArrayStart(2) - } else { - yynn4189 = 0 - for _, b := range yyq4189 { - if b { - yynn4189++ - } - } - r.EncodeMapStart(yynn4189) - yynn4189 = 0 - } - if yyr4189 || yy2arr4189 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4189[0] { - if x.Hard == nil { - r.EncodeNil() - } else { - x.Hard.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } else { - if yyq4189[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 yyr4189 || yy2arr4189 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4189[1] { - if x.Used == nil { - r.EncodeNil() - } else { - x.Used.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } else { - if yyq4189[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 yyr4189 || yy2arr4189 { - 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 - yym4192 := z.DecBinary() - _ = yym4192 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct4193 := r.ContainerType() - if yyct4193 == codecSelferValueTypeMap1234 { - yyl4193 := r.ReadMapStart() - if yyl4193 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl4193, d) - } - } else if yyct4193 == codecSelferValueTypeArray1234 { - yyl4193 := r.ReadArrayStart() - if yyl4193 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl4193, 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 yys4194Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4194Slc - var yyhl4194 bool = l >= 0 - for yyj4194 := 0; ; yyj4194++ { - if yyhl4194 { - if yyj4194 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4194Slc = r.DecodeBytes(yys4194Slc, true, true) - yys4194 := string(yys4194Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4194 { - case "hard": - if r.TryDecodeAsNil() { - x.Hard = nil - } else { - yyv4195 := &x.Hard - yyv4195.CodecDecodeSelf(d) - } - case "used": - if r.TryDecodeAsNil() { - x.Used = nil - } else { - yyv4196 := &x.Used - yyv4196.CodecDecodeSelf(d) - } - default: - z.DecStructFieldNotFound(-1, yys4194) - } // end switch yys4194 - } // end for yyj4194 - 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 yyj4197 int - var yyb4197 bool - var yyhl4197 bool = l >= 0 - yyj4197++ - if yyhl4197 { - yyb4197 = yyj4197 > l - } else { - yyb4197 = r.CheckBreak() - } - if yyb4197 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Hard = nil - } else { - yyv4198 := &x.Hard - yyv4198.CodecDecodeSelf(d) - } - yyj4197++ - if yyhl4197 { - yyb4197 = yyj4197 > l - } else { - yyb4197 = r.CheckBreak() - } - if yyb4197 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Used = nil - } else { - yyv4199 := &x.Used - yyv4199.CodecDecodeSelf(d) - } - for { - yyj4197++ - if yyhl4197 { - yyb4197 = yyj4197 > l - } else { - yyb4197 = r.CheckBreak() - } - if yyb4197 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4197-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 { - yym4200 := z.EncBinary() - _ = yym4200 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep4201 := !z.EncBinary() - yy2arr4201 := z.EncBasicHandle().StructToArray - var yyq4201 [5]bool - _, _, _ = yysep4201, yyq4201, yy2arr4201 - const yyr4201 bool = false - yyq4201[0] = x.Kind != "" - yyq4201[1] = x.APIVersion != "" - yyq4201[2] = true - yyq4201[3] = true - yyq4201[4] = true - var yynn4201 int - if yyr4201 || yy2arr4201 { - r.EncodeArrayStart(5) - } else { - yynn4201 = 0 - for _, b := range yyq4201 { - if b { - yynn4201++ - } - } - r.EncodeMapStart(yynn4201) - yynn4201 = 0 - } - if yyr4201 || yy2arr4201 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4201[0] { - yym4203 := z.EncBinary() - _ = yym4203 + if yyq4167[0] { + yym4169 := z.EncBinary() + _ = yym4169 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52528,23 +52176,23 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4201[0] { + if yyq4167[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4204 := z.EncBinary() - _ = yym4204 + yym4170 := z.EncBinary() + _ = yym4170 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4201 || yy2arr4201 { + if yyr4167 || yy2arr4167 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4201[1] { - yym4206 := z.EncBinary() - _ = yym4206 + if yyq4167[1] { + yym4172 := z.EncBinary() + _ = yym4172 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52553,70 +52201,75 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4201[1] { + if yyq4167[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4207 := z.EncBinary() - _ = yym4207 + yym4173 := z.EncBinary() + _ = yym4173 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4201 || yy2arr4201 { + if yyr4167 || yy2arr4167 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4201[2] { - yy4209 := &x.ObjectMeta - yy4209.CodecEncodeSelf(e) + if yyq4167[2] { + yy4175 := &x.ListMeta + yym4176 := z.EncBinary() + _ = yym4176 + if false { + } else if z.HasExtensions() && z.EncExt(yy4175) { + } else { + z.EncFallback(yy4175) + } } else { r.EncodeNil() } } else { - if yyq4201[2] { + if yyq4167[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4210 := &x.ObjectMeta - yy4210.CodecEncodeSelf(e) + yy4177 := &x.ListMeta + yym4178 := z.EncBinary() + _ = yym4178 + if false { + } else if z.HasExtensions() && z.EncExt(yy4177) { + } else { + z.EncFallback(yy4177) + } } } - if yyr4201 || yy2arr4201 { + if yyr4167 || yy2arr4167 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4201[3] { - yy4212 := &x.Spec - yy4212.CodecEncodeSelf(e) - } else { + if x.Items == nil { r.EncodeNil() + } else { + yym4180 := z.EncBinary() + _ = yym4180 + if false { + } else { + h.encSliceLimitRange(([]LimitRange)(x.Items), e) + } } } else { - if yyq4201[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("spec")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4213 := &x.Spec - yy4213.CodecEncodeSelf(e) - } - } - if yyr4201 || yy2arr4201 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4201[4] { - yy4215 := &x.Status - yy4215.CodecEncodeSelf(e) - } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("items")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Items == nil { r.EncodeNil() - } - } else { - if yyq4201[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("status")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4216 := &x.Status - yy4216.CodecEncodeSelf(e) + } else { + yym4181 := z.EncBinary() + _ = yym4181 + if false { + } else { + h.encSliceLimitRange(([]LimitRange)(x.Items), e) + } } } - if yyr4201 || yy2arr4201 { + if yyr4167 || yy2arr4167 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52625,29 +52278,29 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { } } -func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { +func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4217 := z.DecBinary() - _ = yym4217 + yym4182 := z.DecBinary() + _ = yym4182 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4218 := r.ContainerType() - if yyct4218 == codecSelferValueTypeMap1234 { - yyl4218 := r.ReadMapStart() - if yyl4218 == 0 { + yyct4183 := r.ContainerType() + if yyct4183 == codecSelferValueTypeMap1234 { + yyl4183 := r.ReadMapStart() + if yyl4183 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4218, d) + x.codecDecodeSelfFromMap(yyl4183, d) } - } else if yyct4218 == codecSelferValueTypeArray1234 { - yyl4218 := r.ReadArrayStart() - if yyl4218 == 0 { + } else if yyct4183 == codecSelferValueTypeArray1234 { + yyl4183 := r.ReadArrayStart() + if yyl4183 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4218, d) + x.codecDecodeSelfFromArray(yyl4183, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52655,16 +52308,16 @@ func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *ResourceQuota) 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 - var yys4219Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4219Slc - var yyhl4219 bool = l >= 0 - for yyj4219 := 0; ; yyj4219++ { - if yyhl4219 { - if yyj4219 >= l { + var yys4184Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4184Slc + var yyhl4184 bool = l >= 0 + for yyj4184 := 0; ; yyj4184++ { + if yyhl4184 { + if yyj4184 >= l { break } } else { @@ -52673,10 +52326,10 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4219Slc = r.DecodeBytes(yys4219Slc, true, true) - yys4219 := string(yys4219Slc) + yys4184Slc = r.DecodeBytes(yys4184Slc, true, true) + yys4184 := string(yys4184Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4219 { + switch yys4184 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52691,33 +52344,560 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } case "metadata": if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} + x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4222 := &x.ObjectMeta - yyv4222.CodecDecodeSelf(d) + yyv4187 := &x.ListMeta + yym4188 := z.DecBinary() + _ = yym4188 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4187) { + } else { + z.DecFallback(yyv4187, false) + } } - case "spec": + case "items": if r.TryDecodeAsNil() { - x.Spec = ResourceQuotaSpec{} + x.Items = nil } else { - yyv4223 := &x.Spec - yyv4223.CodecDecodeSelf(d) - } - case "status": - if r.TryDecodeAsNil() { - x.Status = ResourceQuotaStatus{} - } else { - yyv4224 := &x.Status - yyv4224.CodecDecodeSelf(d) + yyv4189 := &x.Items + yym4190 := z.DecBinary() + _ = yym4190 + if false { + } else { + h.decSliceLimitRange((*[]LimitRange)(yyv4189), d) + } } default: - z.DecStructFieldNotFound(-1, yys4219) - } // end switch yys4219 - } // end for yyj4219 + z.DecStructFieldNotFound(-1, yys4184) + } // end switch yys4184 + } // end for yyj4184 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } -func (x *ResourceQuota) 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 yyj4191 int + var yyb4191 bool + var yyhl4191 bool = l >= 0 + yyj4191++ + if yyhl4191 { + yyb4191 = yyj4191 > l + } else { + yyb4191 = r.CheckBreak() + } + if yyb4191 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj4191++ + if yyhl4191 { + yyb4191 = yyj4191 > l + } else { + yyb4191 = r.CheckBreak() + } + if yyb4191 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj4191++ + if yyhl4191 { + yyb4191 = yyj4191 > l + } else { + yyb4191 = r.CheckBreak() + } + if yyb4191 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ListMeta = pkg2_unversioned.ListMeta{} + } else { + yyv4194 := &x.ListMeta + yym4195 := z.DecBinary() + _ = yym4195 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4194) { + } else { + z.DecFallback(yyv4194, false) + } + } + yyj4191++ + if yyhl4191 { + yyb4191 = yyj4191 > l + } else { + yyb4191 = r.CheckBreak() + } + if yyb4191 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Items = nil + } else { + yyv4196 := &x.Items + yym4197 := z.DecBinary() + _ = yym4197 + if false { + } else { + h.decSliceLimitRange((*[]LimitRange)(yyv4196), d) + } + } + for { + yyj4191++ + if yyhl4191 { + yyb4191 = yyj4191 > l + } else { + yyb4191 = r.CheckBreak() + } + if yyb4191 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj4191-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x ResourceQuotaScope) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + yym4198 := z.EncBinary() + _ = yym4198 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x)) + } +} + +func (x *ResourceQuotaScope) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym4199 := z.DecBinary() + _ = yym4199 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + *((*string)(x)) = r.DecodeString() + } +} + +func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym4200 := z.EncBinary() + _ = yym4200 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep4201 := !z.EncBinary() + yy2arr4201 := z.EncBasicHandle().StructToArray + var yyq4201 [2]bool + _, _, _ = yysep4201, yyq4201, yy2arr4201 + const yyr4201 bool = false + yyq4201[0] = len(x.Hard) != 0 + yyq4201[1] = len(x.Scopes) != 0 + var yynn4201 int + if yyr4201 || yy2arr4201 { + r.EncodeArrayStart(2) + } else { + yynn4201 = 0 + for _, b := range yyq4201 { + if b { + yynn4201++ + } + } + r.EncodeMapStart(yynn4201) + yynn4201 = 0 + } + if yyr4201 || yy2arr4201 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4201[0] { + if x.Hard == nil { + r.EncodeNil() + } else { + x.Hard.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq4201[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 yyr4201 || yy2arr4201 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4201[1] { + if x.Scopes == nil { + r.EncodeNil() + } else { + yym4204 := z.EncBinary() + _ = yym4204 + if false { + } else { + h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq4201[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("scopes")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Scopes == nil { + r.EncodeNil() + } else { + yym4205 := z.EncBinary() + _ = yym4205 + if false { + } else { + h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) + } + } + } + } + if yyr4201 || yy2arr4201 { + 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 + yym4206 := z.DecBinary() + _ = yym4206 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct4207 := r.ContainerType() + if yyct4207 == codecSelferValueTypeMap1234 { + yyl4207 := r.ReadMapStart() + if yyl4207 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl4207, d) + } + } else if yyct4207 == codecSelferValueTypeArray1234 { + yyl4207 := r.ReadArrayStart() + if yyl4207 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl4207, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys4208Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4208Slc + var yyhl4208 bool = l >= 0 + for yyj4208 := 0; ; yyj4208++ { + if yyhl4208 { + if yyj4208 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys4208Slc = r.DecodeBytes(yys4208Slc, true, true) + yys4208 := string(yys4208Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys4208 { + case "hard": + if r.TryDecodeAsNil() { + x.Hard = nil + } else { + yyv4209 := &x.Hard + yyv4209.CodecDecodeSelf(d) + } + case "scopes": + if r.TryDecodeAsNil() { + x.Scopes = nil + } else { + yyv4210 := &x.Scopes + yym4211 := z.DecBinary() + _ = yym4211 + if false { + } else { + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4210), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys4208) + } // end switch yys4208 + } // end for yyj4208 + 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 yyj4212 int + var yyb4212 bool + var yyhl4212 bool = l >= 0 + yyj4212++ + if yyhl4212 { + yyb4212 = yyj4212 > l + } else { + yyb4212 = r.CheckBreak() + } + if yyb4212 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Hard = nil + } else { + yyv4213 := &x.Hard + yyv4213.CodecDecodeSelf(d) + } + yyj4212++ + if yyhl4212 { + yyb4212 = yyj4212 > l + } else { + yyb4212 = r.CheckBreak() + } + if yyb4212 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Scopes = nil + } else { + yyv4214 := &x.Scopes + yym4215 := z.DecBinary() + _ = yym4215 + if false { + } else { + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4214), d) + } + } + for { + yyj4212++ + if yyhl4212 { + yyb4212 = yyj4212 > l + } else { + yyb4212 = r.CheckBreak() + } + if yyb4212 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj4212-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 { + yym4216 := z.EncBinary() + _ = yym4216 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep4217 := !z.EncBinary() + yy2arr4217 := z.EncBasicHandle().StructToArray + var yyq4217 [2]bool + _, _, _ = yysep4217, yyq4217, yy2arr4217 + const yyr4217 bool = false + yyq4217[0] = len(x.Hard) != 0 + yyq4217[1] = len(x.Used) != 0 + var yynn4217 int + if yyr4217 || yy2arr4217 { + r.EncodeArrayStart(2) + } else { + yynn4217 = 0 + for _, b := range yyq4217 { + if b { + yynn4217++ + } + } + r.EncodeMapStart(yynn4217) + yynn4217 = 0 + } + if yyr4217 || yy2arr4217 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4217[0] { + if x.Hard == nil { + r.EncodeNil() + } else { + x.Hard.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq4217[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 yyr4217 || yy2arr4217 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4217[1] { + if x.Used == nil { + r.EncodeNil() + } else { + x.Used.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq4217[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 yyr4217 || yy2arr4217 { + 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 + yym4220 := z.DecBinary() + _ = yym4220 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct4221 := r.ContainerType() + if yyct4221 == codecSelferValueTypeMap1234 { + yyl4221 := r.ReadMapStart() + if yyl4221 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl4221, d) + } + } else if yyct4221 == codecSelferValueTypeArray1234 { + yyl4221 := r.ReadArrayStart() + if yyl4221 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl4221, 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 yys4222Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4222Slc + var yyhl4222 bool = l >= 0 + for yyj4222 := 0; ; yyj4222++ { + if yyhl4222 { + if yyj4222 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys4222Slc = r.DecodeBytes(yys4222Slc, true, true) + yys4222 := string(yys4222Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys4222 { + case "hard": + if r.TryDecodeAsNil() { + x.Hard = nil + } else { + yyv4223 := &x.Hard + yyv4223.CodecDecodeSelf(d) + } + case "used": + if r.TryDecodeAsNil() { + x.Used = nil + } else { + yyv4224 := &x.Used + yyv4224.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys4222) + } // end switch yys4222 + } // end for yyj4222 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -52736,9 +52916,10 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.Kind = "" + x.Hard = nil } else { - x.Kind = string(r.DecodeString()) + yyv4226 := &x.Hard + yyv4226.CodecDecodeSelf(d) } yyj4225++ if yyhl4225 { @@ -52752,60 +52933,10 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.APIVersion = "" + x.Used = nil } else { - x.APIVersion = string(r.DecodeString()) - } - yyj4225++ - if yyhl4225 { - yyb4225 = yyj4225 > l - } else { - yyb4225 = r.CheckBreak() - } - if yyb4225 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} - } else { - yyv4228 := &x.ObjectMeta - yyv4228.CodecDecodeSelf(d) - } - yyj4225++ - if yyhl4225 { - yyb4225 = yyj4225 > l - } else { - yyb4225 = r.CheckBreak() - } - if yyb4225 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Spec = ResourceQuotaSpec{} - } else { - yyv4229 := &x.Spec - yyv4229.CodecDecodeSelf(d) - } - yyj4225++ - if yyhl4225 { - yyb4225 = yyj4225 > l - } else { - yyb4225 = r.CheckBreak() - } - if yyb4225 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Status = ResourceQuotaStatus{} - } else { - yyv4230 := &x.Status - yyv4230.CodecDecodeSelf(d) + yyv4227 := &x.Used + yyv4227.CodecDecodeSelf(d) } for { yyj4225++ @@ -52823,44 +52954,46 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { +func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r if x == nil { r.EncodeNil() } else { - yym4231 := z.EncBinary() - _ = yym4231 + yym4228 := z.EncBinary() + _ = yym4228 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4232 := !z.EncBinary() - yy2arr4232 := z.EncBasicHandle().StructToArray - var yyq4232 [4]bool - _, _, _ = yysep4232, yyq4232, yy2arr4232 - const yyr4232 bool = false - yyq4232[0] = x.Kind != "" - yyq4232[1] = x.APIVersion != "" - yyq4232[2] = true - var yynn4232 int - if yyr4232 || yy2arr4232 { - r.EncodeArrayStart(4) + yysep4229 := !z.EncBinary() + yy2arr4229 := z.EncBasicHandle().StructToArray + var yyq4229 [5]bool + _, _, _ = yysep4229, yyq4229, yy2arr4229 + const yyr4229 bool = false + yyq4229[0] = x.Kind != "" + yyq4229[1] = x.APIVersion != "" + yyq4229[2] = true + yyq4229[3] = true + yyq4229[4] = true + var yynn4229 int + if yyr4229 || yy2arr4229 { + r.EncodeArrayStart(5) } else { - yynn4232 = 1 - for _, b := range yyq4232 { + yynn4229 = 0 + for _, b := range yyq4229 { if b { - yynn4232++ + yynn4229++ } } - r.EncodeMapStart(yynn4232) - yynn4232 = 0 + r.EncodeMapStart(yynn4229) + yynn4229 = 0 } - if yyr4232 || yy2arr4232 { + if yyr4229 || yy2arr4229 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4232[0] { - yym4234 := z.EncBinary() - _ = yym4234 + if yyq4229[0] { + yym4231 := z.EncBinary() + _ = yym4231 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52869,100 +53002,95 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4232[0] { + if yyq4229[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4232 := z.EncBinary() + _ = yym4232 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr4229 || yy2arr4229 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4229[1] { + yym4234 := z.EncBinary() + _ = yym4234 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4229[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) yym4235 := z.EncBinary() _ = yym4235 if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr4232 || yy2arr4232 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4232[1] { - yym4237 := z.EncBinary() - _ = yym4237 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4232[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4238 := z.EncBinary() - _ = yym4238 - if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4232 || yy2arr4232 { + if yyr4229 || yy2arr4229 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4232[2] { - yy4240 := &x.ListMeta - yym4241 := z.EncBinary() - _ = yym4241 - if false { - } else if z.HasExtensions() && z.EncExt(yy4240) { - } else { - z.EncFallback(yy4240) - } + if yyq4229[2] { + yy4237 := &x.ObjectMeta + yy4237.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4232[2] { + if yyq4229[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4242 := &x.ListMeta - yym4243 := z.EncBinary() - _ = yym4243 - if false { - } else if z.HasExtensions() && z.EncExt(yy4242) { - } else { - z.EncFallback(yy4242) - } + yy4238 := &x.ObjectMeta + yy4238.CodecEncodeSelf(e) } } - if yyr4232 || yy2arr4232 { + if yyr4229 || yy2arr4229 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if x.Items == nil { - r.EncodeNil() + if yyq4229[3] { + yy4240 := &x.Spec + yy4240.CodecEncodeSelf(e) } else { - yym4245 := z.EncBinary() - _ = yym4245 - if false { - } else { - h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) - } + r.EncodeNil() } } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("items")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Items == nil { - r.EncodeNil() - } else { - yym4246 := z.EncBinary() - _ = yym4246 - if false { - } else { - h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) - } + if yyq4229[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("spec")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy4241 := &x.Spec + yy4241.CodecEncodeSelf(e) } } - if yyr4232 || yy2arr4232 { + if yyr4229 || yy2arr4229 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4229[4] { + yy4243 := &x.Status + yy4243.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq4229[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("status")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy4244 := &x.Status + yy4244.CodecEncodeSelf(e) + } + } + if yyr4229 || yy2arr4229 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52971,29 +53099,29 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { } } -func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder) { +func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4247 := z.DecBinary() - _ = yym4247 + yym4245 := z.DecBinary() + _ = yym4245 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4248 := r.ContainerType() - if yyct4248 == codecSelferValueTypeMap1234 { - yyl4248 := r.ReadMapStart() - if yyl4248 == 0 { + yyct4246 := r.ContainerType() + if yyct4246 == codecSelferValueTypeMap1234 { + yyl4246 := r.ReadMapStart() + if yyl4246 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4248, d) + x.codecDecodeSelfFromMap(yyl4246, d) } - } else if yyct4248 == codecSelferValueTypeArray1234 { - yyl4248 := r.ReadArrayStart() - if yyl4248 == 0 { + } else if yyct4246 == codecSelferValueTypeArray1234 { + yyl4246 := r.ReadArrayStart() + if yyl4246 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4248, d) + x.codecDecodeSelfFromArray(yyl4246, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53001,16 +53129,16 @@ func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4249Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4249Slc - var yyhl4249 bool = l >= 0 - for yyj4249 := 0; ; yyj4249++ { - if yyhl4249 { - if yyj4249 >= l { + var yys4247Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4247Slc + var yyhl4247 bool = l >= 0 + for yyj4247 := 0; ; yyj4247++ { + if yyhl4247 { + if yyj4247 >= l { break } } else { @@ -53019,365 +53147,10 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4249Slc = r.DecodeBytes(yys4249Slc, true, true) - yys4249 := string(yys4249Slc) + yys4247Slc = r.DecodeBytes(yys4247Slc, true, true) + yys4247 := string(yys4247Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4249 { - 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 { - yyv4252 := &x.ListMeta - yym4253 := z.DecBinary() - _ = yym4253 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4252) { - } else { - z.DecFallback(yyv4252, false) - } - } - case "items": - if r.TryDecodeAsNil() { - x.Items = nil - } else { - yyv4254 := &x.Items - yym4255 := z.DecBinary() - _ = yym4255 - if false { - } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4254), d) - } - } - default: - z.DecStructFieldNotFound(-1, yys4249) - } // end switch yys4249 - } // end for yyj4249 - 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 yyj4256 int - var yyb4256 bool - var yyhl4256 bool = l >= 0 - yyj4256++ - if yyhl4256 { - yyb4256 = yyj4256 > l - } else { - yyb4256 = r.CheckBreak() - } - if yyb4256 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj4256++ - if yyhl4256 { - yyb4256 = yyj4256 > l - } else { - yyb4256 = r.CheckBreak() - } - if yyb4256 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj4256++ - if yyhl4256 { - yyb4256 = yyj4256 > l - } else { - yyb4256 = r.CheckBreak() - } - if yyb4256 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} - } else { - yyv4259 := &x.ListMeta - yym4260 := z.DecBinary() - _ = yym4260 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4259) { - } else { - z.DecFallback(yyv4259, false) - } - } - yyj4256++ - if yyhl4256 { - yyb4256 = yyj4256 > l - } else { - yyb4256 = r.CheckBreak() - } - if yyb4256 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Items = nil - } else { - yyv4261 := &x.Items - yym4262 := z.DecBinary() - _ = yym4262 - if false { - } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4261), d) - } - } - for { - yyj4256++ - if yyhl4256 { - yyb4256 = yyj4256 > l - } else { - yyb4256 = r.CheckBreak() - } - if yyb4256 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4256-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 { - yym4263 := z.EncBinary() - _ = yym4263 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep4264 := !z.EncBinary() - yy2arr4264 := z.EncBasicHandle().StructToArray - var yyq4264 [5]bool - _, _, _ = yysep4264, yyq4264, yy2arr4264 - const yyr4264 bool = false - yyq4264[0] = x.Kind != "" - yyq4264[1] = x.APIVersion != "" - yyq4264[2] = true - yyq4264[3] = len(x.Data) != 0 - yyq4264[4] = x.Type != "" - var yynn4264 int - if yyr4264 || yy2arr4264 { - r.EncodeArrayStart(5) - } else { - yynn4264 = 0 - for _, b := range yyq4264 { - if b { - yynn4264++ - } - } - r.EncodeMapStart(yynn4264) - yynn4264 = 0 - } - if yyr4264 || yy2arr4264 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4264[0] { - yym4266 := z.EncBinary() - _ = yym4266 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4264[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4267 := z.EncBinary() - _ = yym4267 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr4264 || yy2arr4264 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4264[1] { - yym4269 := z.EncBinary() - _ = yym4269 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4264[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4270 := z.EncBinary() - _ = yym4270 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr4264 || yy2arr4264 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4264[2] { - yy4272 := &x.ObjectMeta - yy4272.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq4264[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4273 := &x.ObjectMeta - yy4273.CodecEncodeSelf(e) - } - } - if yyr4264 || yy2arr4264 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4264[3] { - if x.Data == nil { - r.EncodeNil() - } else { - yym4275 := z.EncBinary() - _ = yym4275 - if false { - } else { - h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq4264[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("data")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Data == nil { - r.EncodeNil() - } else { - yym4276 := z.EncBinary() - _ = yym4276 - if false { - } else { - h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) - } - } - } - } - if yyr4264 || yy2arr4264 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4264[4] { - x.Type.CodecEncodeSelf(e) - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4264[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("type")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - x.Type.CodecEncodeSelf(e) - } - } - if yyr4264 || yy2arr4264 { - 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 - yym4278 := z.DecBinary() - _ = yym4278 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct4279 := r.ContainerType() - if yyct4279 == codecSelferValueTypeMap1234 { - yyl4279 := r.ReadMapStart() - if yyl4279 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl4279, d) - } - } else if yyct4279 == codecSelferValueTypeArray1234 { - yyl4279 := r.ReadArrayStart() - if yyl4279 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl4279, 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 yys4280Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4280Slc - var yyhl4280 bool = l >= 0 - for yyj4280 := 0; ; yyj4280++ { - if yyhl4280 { - if yyj4280 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4280Slc = r.DecodeBytes(yys4280Slc, true, true) - yys4280 := string(yys4280Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4280 { + switch yys4247 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53394,48 +53167,44 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4283 := &x.ObjectMeta - yyv4283.CodecDecodeSelf(d) + yyv4250 := &x.ObjectMeta + yyv4250.CodecDecodeSelf(d) } - case "data": + case "spec": if r.TryDecodeAsNil() { - x.Data = nil + x.Spec = ResourceQuotaSpec{} } else { - yyv4284 := &x.Data - yym4285 := z.DecBinary() - _ = yym4285 - if false { - } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4284), d) - } + yyv4251 := &x.Spec + yyv4251.CodecDecodeSelf(d) } - case "type": + case "status": if r.TryDecodeAsNil() { - x.Type = "" + x.Status = ResourceQuotaStatus{} } else { - x.Type = SecretType(r.DecodeString()) + yyv4252 := &x.Status + yyv4252.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4280) - } // end switch yys4280 - } // end for yyj4280 + z.DecStructFieldNotFound(-1, yys4247) + } // end switch yys4247 + } // end for yyj4247 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 yyj4287 int - var yyb4287 bool - var yyhl4287 bool = l >= 0 - yyj4287++ - if yyhl4287 { - yyb4287 = yyj4287 > l + var yyj4253 int + var yyb4253 bool + var yyhl4253 bool = l >= 0 + yyj4253++ + if yyhl4253 { + yyb4253 = yyj4253 > l } else { - yyb4287 = r.CheckBreak() + yyb4253 = r.CheckBreak() } - if yyb4287 { + if yyb4253 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53445,13 +53214,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4287++ - if yyhl4287 { - yyb4287 = yyj4287 > l + yyj4253++ + if yyhl4253 { + yyb4253 = yyj4253 > l } else { - yyb4287 = r.CheckBreak() + yyb4253 = r.CheckBreak() } - if yyb4287 { + if yyb4253 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53461,13 +53230,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4287++ - if yyhl4287 { - yyb4287 = yyj4287 > l + yyj4253++ + if yyhl4253 { + yyb4253 = yyj4253 > l } else { - yyb4287 = r.CheckBreak() + yyb4253 = r.CheckBreak() } - if yyb4287 { + if yyb4253 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53475,16 +53244,721 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4290 := &x.ObjectMeta - yyv4290.CodecDecodeSelf(d) + yyv4256 := &x.ObjectMeta + yyv4256.CodecDecodeSelf(d) } - yyj4287++ - if yyhl4287 { - yyb4287 = yyj4287 > l + yyj4253++ + if yyhl4253 { + yyb4253 = yyj4253 > l } else { - yyb4287 = r.CheckBreak() + yyb4253 = r.CheckBreak() } - if yyb4287 { + if yyb4253 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Spec = ResourceQuotaSpec{} + } else { + yyv4257 := &x.Spec + yyv4257.CodecDecodeSelf(d) + } + yyj4253++ + if yyhl4253 { + yyb4253 = yyj4253 > l + } else { + yyb4253 = r.CheckBreak() + } + if yyb4253 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Status = ResourceQuotaStatus{} + } else { + yyv4258 := &x.Status + yyv4258.CodecDecodeSelf(d) + } + for { + yyj4253++ + if yyhl4253 { + yyb4253 = yyj4253 > l + } else { + yyb4253 = r.CheckBreak() + } + if yyb4253 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj4253-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 { + yym4259 := z.EncBinary() + _ = yym4259 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep4260 := !z.EncBinary() + yy2arr4260 := z.EncBasicHandle().StructToArray + var yyq4260 [4]bool + _, _, _ = yysep4260, yyq4260, yy2arr4260 + const yyr4260 bool = false + yyq4260[0] = x.Kind != "" + yyq4260[1] = x.APIVersion != "" + yyq4260[2] = true + var yynn4260 int + if yyr4260 || yy2arr4260 { + r.EncodeArrayStart(4) + } else { + yynn4260 = 1 + for _, b := range yyq4260 { + if b { + yynn4260++ + } + } + r.EncodeMapStart(yynn4260) + yynn4260 = 0 + } + if yyr4260 || yy2arr4260 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4260[0] { + yym4262 := z.EncBinary() + _ = yym4262 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4260[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4263 := z.EncBinary() + _ = yym4263 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr4260 || yy2arr4260 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4260[1] { + yym4265 := z.EncBinary() + _ = yym4265 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4260[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4266 := z.EncBinary() + _ = yym4266 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr4260 || yy2arr4260 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4260[2] { + yy4268 := &x.ListMeta + yym4269 := z.EncBinary() + _ = yym4269 + if false { + } else if z.HasExtensions() && z.EncExt(yy4268) { + } else { + z.EncFallback(yy4268) + } + } else { + r.EncodeNil() + } + } else { + if yyq4260[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy4270 := &x.ListMeta + yym4271 := z.EncBinary() + _ = yym4271 + if false { + } else if z.HasExtensions() && z.EncExt(yy4270) { + } else { + z.EncFallback(yy4270) + } + } + } + if yyr4260 || yy2arr4260 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.Items == nil { + r.EncodeNil() + } else { + yym4273 := z.EncBinary() + _ = yym4273 + 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 { + yym4274 := z.EncBinary() + _ = yym4274 + if false { + } else { + h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) + } + } + } + if yyr4260 || yy2arr4260 { + 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 + yym4275 := z.DecBinary() + _ = yym4275 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct4276 := r.ContainerType() + if yyct4276 == codecSelferValueTypeMap1234 { + yyl4276 := r.ReadMapStart() + if yyl4276 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl4276, d) + } + } else if yyct4276 == codecSelferValueTypeArray1234 { + yyl4276 := r.ReadArrayStart() + if yyl4276 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl4276, 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 yys4277Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4277Slc + var yyhl4277 bool = l >= 0 + for yyj4277 := 0; ; yyj4277++ { + if yyhl4277 { + if yyj4277 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys4277Slc = r.DecodeBytes(yys4277Slc, true, true) + yys4277 := string(yys4277Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys4277 { + 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 { + yyv4280 := &x.ListMeta + yym4281 := z.DecBinary() + _ = yym4281 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4280) { + } else { + z.DecFallback(yyv4280, false) + } + } + case "items": + if r.TryDecodeAsNil() { + x.Items = nil + } else { + yyv4282 := &x.Items + yym4283 := z.DecBinary() + _ = yym4283 + if false { + } else { + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4282), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys4277) + } // end switch yys4277 + } // end for yyj4277 + 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 yyj4284 int + var yyb4284 bool + var yyhl4284 bool = l >= 0 + yyj4284++ + if yyhl4284 { + yyb4284 = yyj4284 > l + } else { + yyb4284 = r.CheckBreak() + } + if yyb4284 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj4284++ + if yyhl4284 { + yyb4284 = yyj4284 > l + } else { + yyb4284 = r.CheckBreak() + } + if yyb4284 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj4284++ + if yyhl4284 { + yyb4284 = yyj4284 > l + } else { + yyb4284 = r.CheckBreak() + } + if yyb4284 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ListMeta = pkg2_unversioned.ListMeta{} + } else { + yyv4287 := &x.ListMeta + yym4288 := z.DecBinary() + _ = yym4288 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4287) { + } else { + z.DecFallback(yyv4287, false) + } + } + yyj4284++ + if yyhl4284 { + yyb4284 = yyj4284 > l + } else { + yyb4284 = r.CheckBreak() + } + if yyb4284 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Items = nil + } else { + yyv4289 := &x.Items + yym4290 := z.DecBinary() + _ = yym4290 + if false { + } else { + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4289), d) + } + } + for { + yyj4284++ + if yyhl4284 { + yyb4284 = yyj4284 > l + } else { + yyb4284 = r.CheckBreak() + } + if yyb4284 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj4284-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 { + yym4291 := z.EncBinary() + _ = yym4291 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep4292 := !z.EncBinary() + yy2arr4292 := z.EncBasicHandle().StructToArray + var yyq4292 [5]bool + _, _, _ = yysep4292, yyq4292, yy2arr4292 + const yyr4292 bool = false + yyq4292[0] = x.Kind != "" + yyq4292[1] = x.APIVersion != "" + yyq4292[2] = true + yyq4292[3] = len(x.Data) != 0 + yyq4292[4] = x.Type != "" + var yynn4292 int + if yyr4292 || yy2arr4292 { + r.EncodeArrayStart(5) + } else { + yynn4292 = 0 + for _, b := range yyq4292 { + if b { + yynn4292++ + } + } + r.EncodeMapStart(yynn4292) + yynn4292 = 0 + } + if yyr4292 || yy2arr4292 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4292[0] { + yym4294 := z.EncBinary() + _ = yym4294 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4292[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4295 := z.EncBinary() + _ = yym4295 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr4292 || yy2arr4292 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4292[1] { + yym4297 := z.EncBinary() + _ = yym4297 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4292[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4298 := z.EncBinary() + _ = yym4298 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr4292 || yy2arr4292 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4292[2] { + yy4300 := &x.ObjectMeta + yy4300.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq4292[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy4301 := &x.ObjectMeta + yy4301.CodecEncodeSelf(e) + } + } + if yyr4292 || yy2arr4292 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4292[3] { + if x.Data == nil { + r.EncodeNil() + } else { + yym4303 := z.EncBinary() + _ = yym4303 + if false { + } else { + h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq4292[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("data")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Data == nil { + r.EncodeNil() + } else { + yym4304 := z.EncBinary() + _ = yym4304 + if false { + } else { + h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) + } + } + } + } + if yyr4292 || yy2arr4292 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4292[4] { + x.Type.CodecEncodeSelf(e) + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4292[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("type")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + x.Type.CodecEncodeSelf(e) + } + } + if yyr4292 || yy2arr4292 { + 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 + yym4306 := z.DecBinary() + _ = yym4306 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct4307 := r.ContainerType() + if yyct4307 == codecSelferValueTypeMap1234 { + yyl4307 := r.ReadMapStart() + if yyl4307 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl4307, d) + } + } else if yyct4307 == codecSelferValueTypeArray1234 { + yyl4307 := r.ReadArrayStart() + if yyl4307 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl4307, 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 yys4308Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4308Slc + var yyhl4308 bool = l >= 0 + for yyj4308 := 0; ; yyj4308++ { + if yyhl4308 { + if yyj4308 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys4308Slc = r.DecodeBytes(yys4308Slc, true, true) + yys4308 := string(yys4308Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys4308 { + 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 { + yyv4311 := &x.ObjectMeta + yyv4311.CodecDecodeSelf(d) + } + case "data": + if r.TryDecodeAsNil() { + x.Data = nil + } else { + yyv4312 := &x.Data + yym4313 := z.DecBinary() + _ = yym4313 + if false { + } else { + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4312), d) + } + } + case "type": + if r.TryDecodeAsNil() { + x.Type = "" + } else { + x.Type = SecretType(r.DecodeString()) + } + default: + z.DecStructFieldNotFound(-1, yys4308) + } // end switch yys4308 + } // end for yyj4308 + 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 yyj4315 int + var yyb4315 bool + var yyhl4315 bool = l >= 0 + yyj4315++ + if yyhl4315 { + yyb4315 = yyj4315 > l + } else { + yyb4315 = r.CheckBreak() + } + if yyb4315 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj4315++ + if yyhl4315 { + yyb4315 = yyj4315 > l + } else { + yyb4315 = r.CheckBreak() + } + if yyb4315 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj4315++ + if yyhl4315 { + yyb4315 = yyj4315 > l + } else { + yyb4315 = r.CheckBreak() + } + if yyb4315 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ObjectMeta = ObjectMeta{} + } else { + yyv4318 := &x.ObjectMeta + yyv4318.CodecDecodeSelf(d) + } + yyj4315++ + if yyhl4315 { + yyb4315 = yyj4315 > l + } else { + yyb4315 = r.CheckBreak() + } + if yyb4315 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53492,21 +53966,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4291 := &x.Data - yym4292 := z.DecBinary() - _ = yym4292 + yyv4319 := &x.Data + yym4320 := z.DecBinary() + _ = yym4320 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4291), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4319), d) } } - yyj4287++ - if yyhl4287 { - yyb4287 = yyj4287 > l + yyj4315++ + if yyhl4315 { + yyb4315 = yyj4315 > l } else { - yyb4287 = r.CheckBreak() + yyb4315 = r.CheckBreak() } - if yyb4287 { + if yyb4315 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53517,17 +53991,17 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } for { - yyj4287++ - if yyhl4287 { - yyb4287 = yyj4287 > l + yyj4315++ + if yyhl4315 { + yyb4315 = yyj4315 > l } else { - yyb4287 = r.CheckBreak() + yyb4315 = r.CheckBreak() } - if yyb4287 { + if yyb4315 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4287-1, "") + z.DecStructFieldNotFound(yyj4315-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53536,8 +54010,8 @@ func (x SecretType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4294 := z.EncBinary() - _ = yym4294 + yym4322 := z.EncBinary() + _ = yym4322 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -53549,8 +54023,8 @@ func (x *SecretType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4295 := z.DecBinary() - _ = yym4295 + yym4323 := z.DecBinary() + _ = yym4323 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -53565,37 +54039,37 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4296 := z.EncBinary() - _ = yym4296 + yym4324 := z.EncBinary() + _ = yym4324 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4297 := !z.EncBinary() - yy2arr4297 := z.EncBasicHandle().StructToArray - var yyq4297 [4]bool - _, _, _ = yysep4297, yyq4297, yy2arr4297 - const yyr4297 bool = false - yyq4297[0] = x.Kind != "" - yyq4297[1] = x.APIVersion != "" - yyq4297[2] = true - var yynn4297 int - if yyr4297 || yy2arr4297 { + yysep4325 := !z.EncBinary() + yy2arr4325 := z.EncBasicHandle().StructToArray + var yyq4325 [4]bool + _, _, _ = yysep4325, yyq4325, yy2arr4325 + const yyr4325 bool = false + yyq4325[0] = x.Kind != "" + yyq4325[1] = x.APIVersion != "" + yyq4325[2] = true + var yynn4325 int + if yyr4325 || yy2arr4325 { r.EncodeArrayStart(4) } else { - yynn4297 = 1 - for _, b := range yyq4297 { + yynn4325 = 1 + for _, b := range yyq4325 { if b { - yynn4297++ + yynn4325++ } } - r.EncodeMapStart(yynn4297) - yynn4297 = 0 + r.EncodeMapStart(yynn4325) + yynn4325 = 0 } - if yyr4297 || yy2arr4297 { + if yyr4325 || yy2arr4325 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4297[0] { - yym4299 := z.EncBinary() - _ = yym4299 + if yyq4325[0] { + yym4327 := z.EncBinary() + _ = yym4327 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -53604,23 +54078,23 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4297[0] { + if yyq4325[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4300 := z.EncBinary() - _ = yym4300 + yym4328 := z.EncBinary() + _ = yym4328 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4297 || yy2arr4297 { + if yyr4325 || yy2arr4325 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4297[1] { - yym4302 := z.EncBinary() - _ = yym4302 + if yyq4325[1] { + yym4330 := z.EncBinary() + _ = yym4330 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -53629,54 +54103,54 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4297[1] { + if yyq4325[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4303 := z.EncBinary() - _ = yym4303 + yym4331 := z.EncBinary() + _ = yym4331 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4297 || yy2arr4297 { + if yyr4325 || yy2arr4325 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4297[2] { - yy4305 := &x.ListMeta - yym4306 := z.EncBinary() - _ = yym4306 + if yyq4325[2] { + yy4333 := &x.ListMeta + yym4334 := z.EncBinary() + _ = yym4334 if false { - } else if z.HasExtensions() && z.EncExt(yy4305) { + } else if z.HasExtensions() && z.EncExt(yy4333) { } else { - z.EncFallback(yy4305) + z.EncFallback(yy4333) } } else { r.EncodeNil() } } else { - if yyq4297[2] { + if yyq4325[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4307 := &x.ListMeta - yym4308 := z.EncBinary() - _ = yym4308 + yy4335 := &x.ListMeta + yym4336 := z.EncBinary() + _ = yym4336 if false { - } else if z.HasExtensions() && z.EncExt(yy4307) { + } else if z.HasExtensions() && z.EncExt(yy4335) { } else { - z.EncFallback(yy4307) + z.EncFallback(yy4335) } } } - if yyr4297 || yy2arr4297 { + if yyr4325 || yy2arr4325 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4310 := z.EncBinary() - _ = yym4310 + yym4338 := z.EncBinary() + _ = yym4338 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) @@ -53689,15 +54163,15 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4311 := z.EncBinary() - _ = yym4311 + yym4339 := z.EncBinary() + _ = yym4339 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) } } } - if yyr4297 || yy2arr4297 { + if yyr4325 || yy2arr4325 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53710,25 +54184,25 @@ func (x *SecretList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4312 := z.DecBinary() - _ = yym4312 + yym4340 := z.DecBinary() + _ = yym4340 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4313 := r.ContainerType() - if yyct4313 == codecSelferValueTypeMap1234 { - yyl4313 := r.ReadMapStart() - if yyl4313 == 0 { + yyct4341 := r.ContainerType() + if yyct4341 == codecSelferValueTypeMap1234 { + yyl4341 := r.ReadMapStart() + if yyl4341 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4313, d) + x.codecDecodeSelfFromMap(yyl4341, d) } - } else if yyct4313 == codecSelferValueTypeArray1234 { - yyl4313 := r.ReadArrayStart() - if yyl4313 == 0 { + } else if yyct4341 == codecSelferValueTypeArray1234 { + yyl4341 := r.ReadArrayStart() + if yyl4341 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4313, d) + x.codecDecodeSelfFromArray(yyl4341, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53740,12 +54214,12 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4314Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4314Slc - var yyhl4314 bool = l >= 0 - for yyj4314 := 0; ; yyj4314++ { - if yyhl4314 { - if yyj4314 >= l { + var yys4342Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4342Slc + var yyhl4342 bool = l >= 0 + for yyj4342 := 0; ; yyj4342++ { + if yyhl4342 { + if yyj4342 >= l { break } } else { @@ -53754,10 +54228,10 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4314Slc = r.DecodeBytes(yys4314Slc, true, true) - yys4314 := string(yys4314Slc) + yys4342Slc = r.DecodeBytes(yys4342Slc, true, true) + yys4342 := string(yys4342Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4314 { + switch yys4342 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53774,31 +54248,31 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4317 := &x.ListMeta - yym4318 := z.DecBinary() - _ = yym4318 + yyv4345 := &x.ListMeta + yym4346 := z.DecBinary() + _ = yym4346 if false { - } else if z.HasExtensions() && z.DecExt(yyv4317) { + } else if z.HasExtensions() && z.DecExt(yyv4345) { } else { - z.DecFallback(yyv4317, false) + z.DecFallback(yyv4345, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4319 := &x.Items - yym4320 := z.DecBinary() - _ = yym4320 + yyv4347 := &x.Items + yym4348 := z.DecBinary() + _ = yym4348 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4319), d) + h.decSliceSecret((*[]Secret)(yyv4347), d) } } default: - z.DecStructFieldNotFound(-1, yys4314) - } // end switch yys4314 - } // end for yyj4314 + z.DecStructFieldNotFound(-1, yys4342) + } // end switch yys4342 + } // end for yyj4342 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53806,16 +54280,16 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4321 int - var yyb4321 bool - var yyhl4321 bool = l >= 0 - yyj4321++ - if yyhl4321 { - yyb4321 = yyj4321 > l + var yyj4349 int + var yyb4349 bool + var yyhl4349 bool = l >= 0 + yyj4349++ + if yyhl4349 { + yyb4349 = yyj4349 > l } else { - yyb4321 = r.CheckBreak() + yyb4349 = r.CheckBreak() } - if yyb4321 { + if yyb4349 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53825,13 +54299,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4321++ - if yyhl4321 { - yyb4321 = yyj4321 > l + yyj4349++ + if yyhl4349 { + yyb4349 = yyj4349 > l } else { - yyb4321 = r.CheckBreak() + yyb4349 = r.CheckBreak() } - if yyb4321 { + if yyb4349 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53841,13 +54315,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4321++ - if yyhl4321 { - yyb4321 = yyj4321 > l + yyj4349++ + if yyhl4349 { + yyb4349 = yyj4349 > l } else { - yyb4321 = r.CheckBreak() + yyb4349 = r.CheckBreak() } - if yyb4321 { + if yyb4349 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53855,22 +54329,22 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4324 := &x.ListMeta - yym4325 := z.DecBinary() - _ = yym4325 + yyv4352 := &x.ListMeta + yym4353 := z.DecBinary() + _ = yym4353 if false { - } else if z.HasExtensions() && z.DecExt(yyv4324) { + } else if z.HasExtensions() && z.DecExt(yyv4352) { } else { - z.DecFallback(yyv4324, false) + z.DecFallback(yyv4352, false) } } - yyj4321++ - if yyhl4321 { - yyb4321 = yyj4321 > l + yyj4349++ + if yyhl4349 { + yyb4349 = yyj4349 > l } else { - yyb4321 = r.CheckBreak() + yyb4349 = r.CheckBreak() } - if yyb4321 { + if yyb4349 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53878,358 +54352,31 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4326 := &x.Items - yym4327 := z.DecBinary() - _ = yym4327 + yyv4354 := &x.Items + yym4355 := z.DecBinary() + _ = yym4355 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4326), d) + h.decSliceSecret((*[]Secret)(yyv4354), d) } } for { - yyj4321++ - if yyhl4321 { - yyb4321 = yyj4321 > l + yyj4349++ + if yyhl4349 { + yyb4349 = yyj4349 > l } else { - yyb4321 = r.CheckBreak() + yyb4349 = r.CheckBreak() } - if yyb4321 { + if yyb4349 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4321-1, "") + z.DecStructFieldNotFound(yyj4349-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym4328 := z.EncBinary() - _ = yym4328 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep4329 := !z.EncBinary() - yy2arr4329 := z.EncBasicHandle().StructToArray - var yyq4329 [4]bool - _, _, _ = yysep4329, yyq4329, yy2arr4329 - const yyr4329 bool = false - yyq4329[0] = x.Kind != "" - yyq4329[1] = x.APIVersion != "" - yyq4329[2] = true - yyq4329[3] = len(x.Data) != 0 - var yynn4329 int - if yyr4329 || yy2arr4329 { - r.EncodeArrayStart(4) - } else { - yynn4329 = 0 - for _, b := range yyq4329 { - if b { - yynn4329++ - } - } - r.EncodeMapStart(yynn4329) - yynn4329 = 0 - } - if yyr4329 || yy2arr4329 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4329[0] { - yym4331 := z.EncBinary() - _ = yym4331 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4329[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4332 := z.EncBinary() - _ = yym4332 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr4329 || yy2arr4329 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4329[1] { - yym4334 := z.EncBinary() - _ = yym4334 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4329[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4335 := z.EncBinary() - _ = yym4335 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr4329 || yy2arr4329 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4329[2] { - yy4337 := &x.ObjectMeta - yy4337.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq4329[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4338 := &x.ObjectMeta - yy4338.CodecEncodeSelf(e) - } - } - if yyr4329 || yy2arr4329 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4329[3] { - if x.Data == nil { - r.EncodeNil() - } else { - yym4340 := z.EncBinary() - _ = yym4340 - if false { - } else { - z.F.EncMapStringStringV(x.Data, false, e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq4329[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("data")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Data == nil { - r.EncodeNil() - } else { - yym4341 := z.EncBinary() - _ = yym4341 - if false { - } else { - z.F.EncMapStringStringV(x.Data, false, e) - } - } - } - } - if yyr4329 || yy2arr4329 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *ConfigMap) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym4342 := z.DecBinary() - _ = yym4342 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct4343 := r.ContainerType() - if yyct4343 == codecSelferValueTypeMap1234 { - yyl4343 := r.ReadMapStart() - if yyl4343 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl4343, d) - } - } else if yyct4343 == codecSelferValueTypeArray1234 { - yyl4343 := r.ReadArrayStart() - if yyl4343 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl4343, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys4344Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4344Slc - var yyhl4344 bool = l >= 0 - for yyj4344 := 0; ; yyj4344++ { - if yyhl4344 { - if yyj4344 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4344Slc = r.DecodeBytes(yys4344Slc, true, true) - yys4344 := string(yys4344Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4344 { - 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 { - yyv4347 := &x.ObjectMeta - yyv4347.CodecDecodeSelf(d) - } - case "data": - if r.TryDecodeAsNil() { - x.Data = nil - } else { - yyv4348 := &x.Data - yym4349 := z.DecBinary() - _ = yym4349 - if false { - } else { - z.F.DecMapStringStringX(yyv4348, false, d) - } - } - default: - z.DecStructFieldNotFound(-1, yys4344) - } // end switch yys4344 - } // end for yyj4344 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj4350 int - var yyb4350 bool - var yyhl4350 bool = l >= 0 - yyj4350++ - if yyhl4350 { - yyb4350 = yyj4350 > l - } else { - yyb4350 = r.CheckBreak() - } - if yyb4350 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj4350++ - if yyhl4350 { - yyb4350 = yyj4350 > l - } else { - yyb4350 = r.CheckBreak() - } - if yyb4350 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj4350++ - if yyhl4350 { - yyb4350 = yyj4350 > l - } else { - yyb4350 = r.CheckBreak() - } - if yyb4350 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} - } else { - yyv4353 := &x.ObjectMeta - yyv4353.CodecDecodeSelf(d) - } - yyj4350++ - if yyhl4350 { - yyb4350 = yyj4350 > l - } else { - yyb4350 = r.CheckBreak() - } - if yyb4350 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Data = nil - } else { - yyv4354 := &x.Data - yym4355 := z.DecBinary() - _ = yym4355 - if false { - } else { - z.F.DecMapStringStringX(yyv4354, false, d) - } - } - for { - yyj4350++ - if yyhl4350 { - yyb4350 = yyj4350 > l - } else { - yyb4350 = r.CheckBreak() - } - if yyb4350 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4350-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r @@ -54249,11 +54396,12 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { yyq4357[0] = x.Kind != "" yyq4357[1] = x.APIVersion != "" yyq4357[2] = true + yyq4357[3] = len(x.Data) != 0 var yynn4357 int if yyr4357 || yy2arr4357 { r.EncodeArrayStart(4) } else { - yynn4357 = 1 + yynn4357 = 0 for _, b := range yyq4357 { if b { yynn4357++ @@ -54315,14 +54463,8 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if yyr4357 || yy2arr4357 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if yyq4357[2] { - yy4365 := &x.ListMeta - yym4366 := z.EncBinary() - _ = yym4366 - if false { - } else if z.HasExtensions() && z.EncExt(yy4365) { - } else { - z.EncFallback(yy4365) - } + yy4365 := &x.ObjectMeta + yy4365.CodecEncodeSelf(e) } else { r.EncodeNil() } @@ -54331,40 +54473,40 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4367 := &x.ListMeta - yym4368 := z.EncBinary() - _ = yym4368 - if false { - } else if z.HasExtensions() && z.EncExt(yy4367) { - } else { - z.EncFallback(yy4367) - } + yy4366 := &x.ObjectMeta + yy4366.CodecEncodeSelf(e) } } if yyr4357 || yy2arr4357 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if x.Items == nil { - r.EncodeNil() - } else { - yym4370 := z.EncBinary() - _ = yym4370 - if false { + if yyq4357[3] { + if x.Data == nil { + r.EncodeNil() } else { - h.encSliceConfigMap(([]ConfigMap)(x.Items), e) + yym4368 := z.EncBinary() + _ = yym4368 + if false { + } else { + z.F.EncMapStringStringV(x.Data, false, e) + } } + } else { + r.EncodeNil() } } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("items")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Items == nil { - r.EncodeNil() - } else { - yym4371 := z.EncBinary() - _ = yym4371 - if false { + if yyq4357[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("data")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Data == nil { + r.EncodeNil() } else { - h.encSliceConfigMap(([]ConfigMap)(x.Items), e) + yym4369 := z.EncBinary() + _ = yym4369 + if false { + } else { + z.F.EncMapStringStringV(x.Data, false, e) + } } } } @@ -54377,29 +54519,361 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { } } +func (x *ConfigMap) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym4370 := z.DecBinary() + _ = yym4370 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct4371 := r.ContainerType() + if yyct4371 == codecSelferValueTypeMap1234 { + yyl4371 := r.ReadMapStart() + if yyl4371 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl4371, d) + } + } else if yyct4371 == codecSelferValueTypeArray1234 { + yyl4371 := r.ReadArrayStart() + if yyl4371 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl4371, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys4372Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4372Slc + var yyhl4372 bool = l >= 0 + for yyj4372 := 0; ; yyj4372++ { + if yyhl4372 { + if yyj4372 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys4372Slc = r.DecodeBytes(yys4372Slc, true, true) + yys4372 := string(yys4372Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys4372 { + 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 { + yyv4375 := &x.ObjectMeta + yyv4375.CodecDecodeSelf(d) + } + case "data": + if r.TryDecodeAsNil() { + x.Data = nil + } else { + yyv4376 := &x.Data + yym4377 := z.DecBinary() + _ = yym4377 + if false { + } else { + z.F.DecMapStringStringX(yyv4376, false, d) + } + } + default: + z.DecStructFieldNotFound(-1, yys4372) + } // end switch yys4372 + } // end for yyj4372 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj4378 int + var yyb4378 bool + var yyhl4378 bool = l >= 0 + yyj4378++ + if yyhl4378 { + yyb4378 = yyj4378 > l + } else { + yyb4378 = r.CheckBreak() + } + if yyb4378 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj4378++ + if yyhl4378 { + yyb4378 = yyj4378 > l + } else { + yyb4378 = r.CheckBreak() + } + if yyb4378 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj4378++ + if yyhl4378 { + yyb4378 = yyj4378 > l + } else { + yyb4378 = r.CheckBreak() + } + if yyb4378 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ObjectMeta = ObjectMeta{} + } else { + yyv4381 := &x.ObjectMeta + yyv4381.CodecDecodeSelf(d) + } + yyj4378++ + if yyhl4378 { + yyb4378 = yyj4378 > l + } else { + yyb4378 = r.CheckBreak() + } + if yyb4378 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Data = nil + } else { + yyv4382 := &x.Data + yym4383 := z.DecBinary() + _ = yym4383 + if false { + } else { + z.F.DecMapStringStringX(yyv4382, false, d) + } + } + for { + yyj4378++ + if yyhl4378 { + yyb4378 = yyj4378 > l + } else { + yyb4378 = r.CheckBreak() + } + if yyb4378 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj4378-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym4384 := z.EncBinary() + _ = yym4384 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep4385 := !z.EncBinary() + yy2arr4385 := z.EncBasicHandle().StructToArray + var yyq4385 [4]bool + _, _, _ = yysep4385, yyq4385, yy2arr4385 + const yyr4385 bool = false + yyq4385[0] = x.Kind != "" + yyq4385[1] = x.APIVersion != "" + yyq4385[2] = true + var yynn4385 int + if yyr4385 || yy2arr4385 { + r.EncodeArrayStart(4) + } else { + yynn4385 = 1 + for _, b := range yyq4385 { + if b { + yynn4385++ + } + } + r.EncodeMapStart(yynn4385) + yynn4385 = 0 + } + if yyr4385 || yy2arr4385 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4385[0] { + yym4387 := z.EncBinary() + _ = yym4387 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4385[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4388 := z.EncBinary() + _ = yym4388 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr4385 || yy2arr4385 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4385[1] { + yym4390 := z.EncBinary() + _ = yym4390 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4385[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4391 := z.EncBinary() + _ = yym4391 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr4385 || yy2arr4385 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4385[2] { + yy4393 := &x.ListMeta + yym4394 := z.EncBinary() + _ = yym4394 + if false { + } else if z.HasExtensions() && z.EncExt(yy4393) { + } else { + z.EncFallback(yy4393) + } + } else { + r.EncodeNil() + } + } else { + if yyq4385[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy4395 := &x.ListMeta + yym4396 := z.EncBinary() + _ = yym4396 + if false { + } else if z.HasExtensions() && z.EncExt(yy4395) { + } else { + z.EncFallback(yy4395) + } + } + } + if yyr4385 || yy2arr4385 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.Items == nil { + r.EncodeNil() + } else { + yym4398 := z.EncBinary() + _ = yym4398 + if false { + } else { + h.encSliceConfigMap(([]ConfigMap)(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 { + yym4399 := z.EncBinary() + _ = yym4399 + if false { + } else { + h.encSliceConfigMap(([]ConfigMap)(x.Items), e) + } + } + } + if yyr4385 || yy2arr4385 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + func (x *ConfigMapList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4372 := z.DecBinary() - _ = yym4372 + yym4400 := z.DecBinary() + _ = yym4400 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4373 := r.ContainerType() - if yyct4373 == codecSelferValueTypeMap1234 { - yyl4373 := r.ReadMapStart() - if yyl4373 == 0 { + yyct4401 := r.ContainerType() + if yyct4401 == codecSelferValueTypeMap1234 { + yyl4401 := r.ReadMapStart() + if yyl4401 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4373, d) + x.codecDecodeSelfFromMap(yyl4401, d) } - } else if yyct4373 == codecSelferValueTypeArray1234 { - yyl4373 := r.ReadArrayStart() - if yyl4373 == 0 { + } else if yyct4401 == codecSelferValueTypeArray1234 { + yyl4401 := r.ReadArrayStart() + if yyl4401 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4373, d) + x.codecDecodeSelfFromArray(yyl4401, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54411,12 +54885,12 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4374Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4374Slc - var yyhl4374 bool = l >= 0 - for yyj4374 := 0; ; yyj4374++ { - if yyhl4374 { - if yyj4374 >= l { + var yys4402Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4402Slc + var yyhl4402 bool = l >= 0 + for yyj4402 := 0; ; yyj4402++ { + if yyhl4402 { + if yyj4402 >= l { break } } else { @@ -54425,10 +54899,10 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4374Slc = r.DecodeBytes(yys4374Slc, true, true) - yys4374 := string(yys4374Slc) + yys4402Slc = r.DecodeBytes(yys4402Slc, true, true) + yys4402 := string(yys4402Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4374 { + switch yys4402 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -54445,31 +54919,31 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4377 := &x.ListMeta - yym4378 := z.DecBinary() - _ = yym4378 + yyv4405 := &x.ListMeta + yym4406 := z.DecBinary() + _ = yym4406 if false { - } else if z.HasExtensions() && z.DecExt(yyv4377) { + } else if z.HasExtensions() && z.DecExt(yyv4405) { } else { - z.DecFallback(yyv4377, false) + z.DecFallback(yyv4405, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4379 := &x.Items - yym4380 := z.DecBinary() - _ = yym4380 + yyv4407 := &x.Items + yym4408 := z.DecBinary() + _ = yym4408 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4379), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4407), d) } } default: - z.DecStructFieldNotFound(-1, yys4374) - } // end switch yys4374 - } // end for yyj4374 + z.DecStructFieldNotFound(-1, yys4402) + } // end switch yys4402 + } // end for yyj4402 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54477,16 +54951,16 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4381 int - var yyb4381 bool - var yyhl4381 bool = l >= 0 - yyj4381++ - if yyhl4381 { - yyb4381 = yyj4381 > l + var yyj4409 int + var yyb4409 bool + var yyhl4409 bool = l >= 0 + yyj4409++ + if yyhl4409 { + yyb4409 = yyj4409 > l } else { - yyb4381 = r.CheckBreak() + yyb4409 = r.CheckBreak() } - if yyb4381 { + if yyb4409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54496,13 +54970,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4381++ - if yyhl4381 { - yyb4381 = yyj4381 > l + yyj4409++ + if yyhl4409 { + yyb4409 = yyj4409 > l } else { - yyb4381 = r.CheckBreak() + yyb4409 = r.CheckBreak() } - if yyb4381 { + if yyb4409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54512,13 +54986,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4381++ - if yyhl4381 { - yyb4381 = yyj4381 > l + yyj4409++ + if yyhl4409 { + yyb4409 = yyj4409 > l } else { - yyb4381 = r.CheckBreak() + yyb4409 = r.CheckBreak() } - if yyb4381 { + if yyb4409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54526,22 +55000,22 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4384 := &x.ListMeta - yym4385 := z.DecBinary() - _ = yym4385 + yyv4412 := &x.ListMeta + yym4413 := z.DecBinary() + _ = yym4413 if false { - } else if z.HasExtensions() && z.DecExt(yyv4384) { + } else if z.HasExtensions() && z.DecExt(yyv4412) { } else { - z.DecFallback(yyv4384, false) + z.DecFallback(yyv4412, false) } } - yyj4381++ - if yyhl4381 { - yyb4381 = yyj4381 > l + yyj4409++ + if yyhl4409 { + yyb4409 = yyj4409 > l } else { - yyb4381 = r.CheckBreak() + yyb4409 = r.CheckBreak() } - if yyb4381 { + if yyb4409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54549,26 +55023,26 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4386 := &x.Items - yym4387 := z.DecBinary() - _ = yym4387 + yyv4414 := &x.Items + yym4415 := z.DecBinary() + _ = yym4415 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4386), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4414), d) } } for { - yyj4381++ - if yyhl4381 { - yyb4381 = yyj4381 > l + yyj4409++ + if yyhl4409 { + yyb4409 = yyj4409 > l } else { - yyb4381 = r.CheckBreak() + yyb4409 = r.CheckBreak() } - if yyb4381 { + if yyb4409 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4381-1, "") + z.DecStructFieldNotFound(yyj4409-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54577,8 +55051,8 @@ func (x PatchType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4388 := z.EncBinary() - _ = yym4388 + yym4416 := z.EncBinary() + _ = yym4416 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -54590,8 +55064,8 @@ func (x *PatchType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4389 := z.DecBinary() - _ = yym4389 + yym4417 := z.DecBinary() + _ = yym4417 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -54603,8 +55077,8 @@ func (x ComponentConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4390 := z.EncBinary() - _ = yym4390 + yym4418 := z.EncBinary() + _ = yym4418 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -54616,8 +55090,8 @@ func (x *ComponentConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4391 := z.DecBinary() - _ = yym4391 + yym4419 := z.DecBinary() + _ = yym4419 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -54632,32 +55106,32 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4392 := z.EncBinary() - _ = yym4392 + yym4420 := z.EncBinary() + _ = yym4420 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4393 := !z.EncBinary() - yy2arr4393 := z.EncBasicHandle().StructToArray - var yyq4393 [4]bool - _, _, _ = yysep4393, yyq4393, yy2arr4393 - const yyr4393 bool = false - yyq4393[2] = x.Message != "" - yyq4393[3] = x.Error != "" - var yynn4393 int - if yyr4393 || yy2arr4393 { + yysep4421 := !z.EncBinary() + yy2arr4421 := z.EncBasicHandle().StructToArray + var yyq4421 [4]bool + _, _, _ = yysep4421, yyq4421, yy2arr4421 + const yyr4421 bool = false + yyq4421[2] = x.Message != "" + yyq4421[3] = x.Error != "" + var yynn4421 int + if yyr4421 || yy2arr4421 { r.EncodeArrayStart(4) } else { - yynn4393 = 2 - for _, b := range yyq4393 { + yynn4421 = 2 + for _, b := range yyq4421 { if b { - yynn4393++ + yynn4421++ } } - r.EncodeMapStart(yynn4393) - yynn4393 = 0 + r.EncodeMapStart(yynn4421) + yynn4421 = 0 } - if yyr4393 || yy2arr4393 { + if yyr4421 || yy2arr4421 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -54666,7 +55140,7 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr4393 || yy2arr4393 { + if yyr4421 || yy2arr4421 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -54675,11 +55149,11 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr4393 || yy2arr4393 { + if yyr4421 || yy2arr4421 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4393[2] { - yym4397 := z.EncBinary() - _ = yym4397 + if yyq4421[2] { + yym4425 := z.EncBinary() + _ = yym4425 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -54688,23 +55162,23 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4393[2] { + if yyq4421[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4398 := z.EncBinary() - _ = yym4398 + yym4426 := z.EncBinary() + _ = yym4426 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr4393 || yy2arr4393 { + if yyr4421 || yy2arr4421 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4393[3] { - yym4400 := z.EncBinary() - _ = yym4400 + if yyq4421[3] { + yym4428 := z.EncBinary() + _ = yym4428 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) @@ -54713,19 +55187,19 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4393[3] { + if yyq4421[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("error")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4401 := z.EncBinary() - _ = yym4401 + yym4429 := z.EncBinary() + _ = yym4429 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) } } } - if yyr4393 || yy2arr4393 { + if yyr4421 || yy2arr4421 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54738,25 +55212,25 @@ func (x *ComponentCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4402 := z.DecBinary() - _ = yym4402 + yym4430 := z.DecBinary() + _ = yym4430 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4403 := r.ContainerType() - if yyct4403 == codecSelferValueTypeMap1234 { - yyl4403 := r.ReadMapStart() - if yyl4403 == 0 { + yyct4431 := r.ContainerType() + if yyct4431 == codecSelferValueTypeMap1234 { + yyl4431 := r.ReadMapStart() + if yyl4431 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4403, d) + x.codecDecodeSelfFromMap(yyl4431, d) } - } else if yyct4403 == codecSelferValueTypeArray1234 { - yyl4403 := r.ReadArrayStart() - if yyl4403 == 0 { + } else if yyct4431 == codecSelferValueTypeArray1234 { + yyl4431 := r.ReadArrayStart() + if yyl4431 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4403, d) + x.codecDecodeSelfFromArray(yyl4431, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54768,12 +55242,12 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4404Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4404Slc - var yyhl4404 bool = l >= 0 - for yyj4404 := 0; ; yyj4404++ { - if yyhl4404 { - if yyj4404 >= l { + var yys4432Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4432Slc + var yyhl4432 bool = l >= 0 + for yyj4432 := 0; ; yyj4432++ { + if yyhl4432 { + if yyj4432 >= l { break } } else { @@ -54782,10 +55256,10 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4404Slc = r.DecodeBytes(yys4404Slc, true, true) - yys4404 := string(yys4404Slc) + yys4432Slc = r.DecodeBytes(yys4432Slc, true, true) + yys4432 := string(yys4432Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4404 { + switch yys4432 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -54811,9 +55285,9 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Error = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4404) - } // end switch yys4404 - } // end for yyj4404 + z.DecStructFieldNotFound(-1, yys4432) + } // end switch yys4432 + } // end for yyj4432 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54821,16 +55295,16 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4409 int - var yyb4409 bool - var yyhl4409 bool = l >= 0 - yyj4409++ - if yyhl4409 { - yyb4409 = yyj4409 > l + var yyj4437 int + var yyb4437 bool + var yyhl4437 bool = l >= 0 + yyj4437++ + if yyhl4437 { + yyb4437 = yyj4437 > l } else { - yyb4409 = r.CheckBreak() + yyb4437 = r.CheckBreak() } - if yyb4409 { + if yyb4437 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54840,13 +55314,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Type = ComponentConditionType(r.DecodeString()) } - yyj4409++ - if yyhl4409 { - yyb4409 = yyj4409 > l + yyj4437++ + if yyhl4437 { + yyb4437 = yyj4437 > l } else { - yyb4409 = r.CheckBreak() + yyb4437 = r.CheckBreak() } - if yyb4409 { + if yyb4437 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54856,13 +55330,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj4409++ - if yyhl4409 { - yyb4409 = yyj4409 > l + yyj4437++ + if yyhl4437 { + yyb4437 = yyj4437 > l } else { - yyb4409 = r.CheckBreak() + yyb4437 = r.CheckBreak() } - if yyb4409 { + if yyb4437 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54872,13 +55346,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Message = string(r.DecodeString()) } - yyj4409++ - if yyhl4409 { - yyb4409 = yyj4409 > l + yyj4437++ + if yyhl4437 { + yyb4437 = yyj4437 > l } else { - yyb4409 = r.CheckBreak() + yyb4437 = r.CheckBreak() } - if yyb4409 { + if yyb4437 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54889,349 +55363,22 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.Error = string(r.DecodeString()) } for { - yyj4409++ - if yyhl4409 { - yyb4409 = yyj4409 > l + yyj4437++ + if yyhl4437 { + yyb4437 = yyj4437 > l } else { - yyb4409 = r.CheckBreak() + yyb4437 = r.CheckBreak() } - if yyb4409 { + if yyb4437 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4409-1, "") + z.DecStructFieldNotFound(yyj4437-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym4414 := z.EncBinary() - _ = yym4414 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep4415 := !z.EncBinary() - yy2arr4415 := z.EncBasicHandle().StructToArray - var yyq4415 [4]bool - _, _, _ = yysep4415, yyq4415, yy2arr4415 - const yyr4415 bool = false - yyq4415[0] = x.Kind != "" - yyq4415[1] = x.APIVersion != "" - yyq4415[2] = true - yyq4415[3] = len(x.Conditions) != 0 - var yynn4415 int - if yyr4415 || yy2arr4415 { - r.EncodeArrayStart(4) - } else { - yynn4415 = 0 - for _, b := range yyq4415 { - if b { - yynn4415++ - } - } - r.EncodeMapStart(yynn4415) - yynn4415 = 0 - } - if yyr4415 || yy2arr4415 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4415[0] { - yym4417 := z.EncBinary() - _ = yym4417 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4415[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4418 := z.EncBinary() - _ = yym4418 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr4415 || yy2arr4415 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4415[1] { - yym4420 := z.EncBinary() - _ = yym4420 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4415[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4421 := z.EncBinary() - _ = yym4421 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr4415 || yy2arr4415 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4415[2] { - yy4423 := &x.ObjectMeta - yy4423.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq4415[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4424 := &x.ObjectMeta - yy4424.CodecEncodeSelf(e) - } - } - if yyr4415 || yy2arr4415 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4415[3] { - if x.Conditions == nil { - r.EncodeNil() - } else { - yym4426 := z.EncBinary() - _ = yym4426 - if false { - } else { - h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq4415[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("conditions")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Conditions == nil { - r.EncodeNil() - } else { - yym4427 := z.EncBinary() - _ = yym4427 - if false { - } else { - h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) - } - } - } - } - if yyr4415 || yy2arr4415 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *ComponentStatus) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym4428 := z.DecBinary() - _ = yym4428 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct4429 := r.ContainerType() - if yyct4429 == codecSelferValueTypeMap1234 { - yyl4429 := r.ReadMapStart() - if yyl4429 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl4429, d) - } - } else if yyct4429 == codecSelferValueTypeArray1234 { - yyl4429 := r.ReadArrayStart() - if yyl4429 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl4429, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys4430Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4430Slc - var yyhl4430 bool = l >= 0 - for yyj4430 := 0; ; yyj4430++ { - if yyhl4430 { - if yyj4430 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4430Slc = r.DecodeBytes(yys4430Slc, true, true) - yys4430 := string(yys4430Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4430 { - 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 { - yyv4433 := &x.ObjectMeta - yyv4433.CodecDecodeSelf(d) - } - case "conditions": - if r.TryDecodeAsNil() { - x.Conditions = nil - } else { - yyv4434 := &x.Conditions - yym4435 := z.DecBinary() - _ = yym4435 - if false { - } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4434), d) - } - } - default: - z.DecStructFieldNotFound(-1, yys4430) - } // end switch yys4430 - } // end for yyj4430 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj4436 int - var yyb4436 bool - var yyhl4436 bool = l >= 0 - yyj4436++ - if yyhl4436 { - yyb4436 = yyj4436 > l - } else { - yyb4436 = r.CheckBreak() - } - if yyb4436 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj4436++ - if yyhl4436 { - yyb4436 = yyj4436 > l - } else { - yyb4436 = r.CheckBreak() - } - if yyb4436 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj4436++ - if yyhl4436 { - yyb4436 = yyj4436 > l - } else { - yyb4436 = r.CheckBreak() - } - if yyb4436 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} - } else { - yyv4439 := &x.ObjectMeta - yyv4439.CodecDecodeSelf(d) - } - yyj4436++ - if yyhl4436 { - yyb4436 = yyj4436 > l - } else { - yyb4436 = r.CheckBreak() - } - if yyb4436 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Conditions = nil - } else { - yyv4440 := &x.Conditions - yym4441 := z.DecBinary() - _ = yym4441 - if false { - } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4440), d) - } - } - for { - yyj4436++ - if yyhl4436 { - yyb4436 = yyj4436 > l - } else { - yyb4436 = r.CheckBreak() - } - if yyb4436 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4436-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r @@ -55251,11 +55398,12 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { yyq4443[0] = x.Kind != "" yyq4443[1] = x.APIVersion != "" yyq4443[2] = true + yyq4443[3] = len(x.Conditions) != 0 var yynn4443 int if yyr4443 || yy2arr4443 { r.EncodeArrayStart(4) } else { - yynn4443 = 1 + yynn4443 = 0 for _, b := range yyq4443 { if b { yynn4443++ @@ -55317,14 +55465,8 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if yyr4443 || yy2arr4443 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if yyq4443[2] { - yy4451 := &x.ListMeta - yym4452 := z.EncBinary() - _ = yym4452 - if false { - } else if z.HasExtensions() && z.EncExt(yy4451) { - } else { - z.EncFallback(yy4451) - } + yy4451 := &x.ObjectMeta + yy4451.CodecEncodeSelf(e) } else { r.EncodeNil() } @@ -55333,40 +55475,40 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4453 := &x.ListMeta - yym4454 := z.EncBinary() - _ = yym4454 - if false { - } else if z.HasExtensions() && z.EncExt(yy4453) { - } else { - z.EncFallback(yy4453) - } + yy4452 := &x.ObjectMeta + yy4452.CodecEncodeSelf(e) } } if yyr4443 || yy2arr4443 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if x.Items == nil { - r.EncodeNil() - } else { - yym4456 := z.EncBinary() - _ = yym4456 - if false { + if yyq4443[3] { + if x.Conditions == nil { + r.EncodeNil() } else { - h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) + yym4454 := z.EncBinary() + _ = yym4454 + if false { + } else { + h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) + } } + } else { + r.EncodeNil() } } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("items")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Items == nil { - r.EncodeNil() - } else { - yym4457 := z.EncBinary() - _ = yym4457 - if false { + if yyq4443[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("conditions")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Conditions == nil { + r.EncodeNil() } else { - h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) + yym4455 := z.EncBinary() + _ = yym4455 + if false { + } else { + h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) + } } } } @@ -55379,29 +55521,361 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { } } +func (x *ComponentStatus) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym4456 := z.DecBinary() + _ = yym4456 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct4457 := r.ContainerType() + if yyct4457 == codecSelferValueTypeMap1234 { + yyl4457 := r.ReadMapStart() + if yyl4457 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl4457, d) + } + } else if yyct4457 == codecSelferValueTypeArray1234 { + yyl4457 := r.ReadArrayStart() + if yyl4457 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl4457, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys4458Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4458Slc + var yyhl4458 bool = l >= 0 + for yyj4458 := 0; ; yyj4458++ { + if yyhl4458 { + if yyj4458 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys4458Slc = r.DecodeBytes(yys4458Slc, true, true) + yys4458 := string(yys4458Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys4458 { + 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 { + yyv4461 := &x.ObjectMeta + yyv4461.CodecDecodeSelf(d) + } + case "conditions": + if r.TryDecodeAsNil() { + x.Conditions = nil + } else { + yyv4462 := &x.Conditions + yym4463 := z.DecBinary() + _ = yym4463 + if false { + } else { + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4462), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys4458) + } // end switch yys4458 + } // end for yyj4458 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj4464 int + var yyb4464 bool + var yyhl4464 bool = l >= 0 + yyj4464++ + if yyhl4464 { + yyb4464 = yyj4464 > l + } else { + yyb4464 = r.CheckBreak() + } + if yyb4464 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj4464++ + if yyhl4464 { + yyb4464 = yyj4464 > l + } else { + yyb4464 = r.CheckBreak() + } + if yyb4464 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj4464++ + if yyhl4464 { + yyb4464 = yyj4464 > l + } else { + yyb4464 = r.CheckBreak() + } + if yyb4464 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ObjectMeta = ObjectMeta{} + } else { + yyv4467 := &x.ObjectMeta + yyv4467.CodecDecodeSelf(d) + } + yyj4464++ + if yyhl4464 { + yyb4464 = yyj4464 > l + } else { + yyb4464 = r.CheckBreak() + } + if yyb4464 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Conditions = nil + } else { + yyv4468 := &x.Conditions + yym4469 := z.DecBinary() + _ = yym4469 + if false { + } else { + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4468), d) + } + } + for { + yyj4464++ + if yyhl4464 { + yyb4464 = yyj4464 > l + } else { + yyb4464 = r.CheckBreak() + } + if yyb4464 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj4464-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym4470 := z.EncBinary() + _ = yym4470 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep4471 := !z.EncBinary() + yy2arr4471 := z.EncBasicHandle().StructToArray + var yyq4471 [4]bool + _, _, _ = yysep4471, yyq4471, yy2arr4471 + const yyr4471 bool = false + yyq4471[0] = x.Kind != "" + yyq4471[1] = x.APIVersion != "" + yyq4471[2] = true + var yynn4471 int + if yyr4471 || yy2arr4471 { + r.EncodeArrayStart(4) + } else { + yynn4471 = 1 + for _, b := range yyq4471 { + if b { + yynn4471++ + } + } + r.EncodeMapStart(yynn4471) + yynn4471 = 0 + } + if yyr4471 || yy2arr4471 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4471[0] { + yym4473 := z.EncBinary() + _ = yym4473 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4471[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4474 := z.EncBinary() + _ = yym4474 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr4471 || yy2arr4471 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4471[1] { + yym4476 := z.EncBinary() + _ = yym4476 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4471[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4477 := z.EncBinary() + _ = yym4477 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr4471 || yy2arr4471 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4471[2] { + yy4479 := &x.ListMeta + yym4480 := z.EncBinary() + _ = yym4480 + if false { + } else if z.HasExtensions() && z.EncExt(yy4479) { + } else { + z.EncFallback(yy4479) + } + } else { + r.EncodeNil() + } + } else { + if yyq4471[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy4481 := &x.ListMeta + yym4482 := z.EncBinary() + _ = yym4482 + if false { + } else if z.HasExtensions() && z.EncExt(yy4481) { + } else { + z.EncFallback(yy4481) + } + } + } + if yyr4471 || yy2arr4471 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.Items == nil { + r.EncodeNil() + } else { + yym4484 := z.EncBinary() + _ = yym4484 + if false { + } else { + h.encSliceComponentStatus(([]ComponentStatus)(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 { + yym4485 := z.EncBinary() + _ = yym4485 + if false { + } else { + h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) + } + } + } + if yyr4471 || yy2arr4471 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + func (x *ComponentStatusList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4458 := z.DecBinary() - _ = yym4458 + yym4486 := z.DecBinary() + _ = yym4486 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4459 := r.ContainerType() - if yyct4459 == codecSelferValueTypeMap1234 { - yyl4459 := r.ReadMapStart() - if yyl4459 == 0 { + yyct4487 := r.ContainerType() + if yyct4487 == codecSelferValueTypeMap1234 { + yyl4487 := r.ReadMapStart() + if yyl4487 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4459, d) + x.codecDecodeSelfFromMap(yyl4487, d) } - } else if yyct4459 == codecSelferValueTypeArray1234 { - yyl4459 := r.ReadArrayStart() - if yyl4459 == 0 { + } else if yyct4487 == codecSelferValueTypeArray1234 { + yyl4487 := r.ReadArrayStart() + if yyl4487 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4459, d) + x.codecDecodeSelfFromArray(yyl4487, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -55413,12 +55887,12 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4460Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4460Slc - var yyhl4460 bool = l >= 0 - for yyj4460 := 0; ; yyj4460++ { - if yyhl4460 { - if yyj4460 >= l { + var yys4488Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4488Slc + var yyhl4488 bool = l >= 0 + for yyj4488 := 0; ; yyj4488++ { + if yyhl4488 { + if yyj4488 >= l { break } } else { @@ -55427,10 +55901,10 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4460Slc = r.DecodeBytes(yys4460Slc, true, true) - yys4460 := string(yys4460Slc) + yys4488Slc = r.DecodeBytes(yys4488Slc, true, true) + yys4488 := string(yys4488Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4460 { + switch yys4488 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -55447,31 +55921,31 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4463 := &x.ListMeta - yym4464 := z.DecBinary() - _ = yym4464 + yyv4491 := &x.ListMeta + yym4492 := z.DecBinary() + _ = yym4492 if false { - } else if z.HasExtensions() && z.DecExt(yyv4463) { + } else if z.HasExtensions() && z.DecExt(yyv4491) { } else { - z.DecFallback(yyv4463, false) + z.DecFallback(yyv4491, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4465 := &x.Items - yym4466 := z.DecBinary() - _ = yym4466 + yyv4493 := &x.Items + yym4494 := z.DecBinary() + _ = yym4494 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4465), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4493), d) } } default: - z.DecStructFieldNotFound(-1, yys4460) - } // end switch yys4460 - } // end for yyj4460 + z.DecStructFieldNotFound(-1, yys4488) + } // end switch yys4488 + } // end for yyj4488 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -55479,16 +55953,16 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4467 int - var yyb4467 bool - var yyhl4467 bool = l >= 0 - yyj4467++ - if yyhl4467 { - yyb4467 = yyj4467 > l + var yyj4495 int + var yyb4495 bool + var yyhl4495 bool = l >= 0 + yyj4495++ + if yyhl4495 { + yyb4495 = yyj4495 > l } else { - yyb4467 = r.CheckBreak() + yyb4495 = r.CheckBreak() } - if yyb4467 { + if yyb4495 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55498,13 +55972,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj4467++ - if yyhl4467 { - yyb4467 = yyj4467 > l + yyj4495++ + if yyhl4495 { + yyb4495 = yyj4495 > l } else { - yyb4467 = r.CheckBreak() + yyb4495 = r.CheckBreak() } - if yyb4467 { + if yyb4495 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55514,13 +55988,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj4467++ - if yyhl4467 { - yyb4467 = yyj4467 > l + yyj4495++ + if yyhl4495 { + yyb4495 = yyj4495 > l } else { - yyb4467 = r.CheckBreak() + yyb4495 = r.CheckBreak() } - if yyb4467 { + if yyb4495 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55528,22 +56002,22 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4470 := &x.ListMeta - yym4471 := z.DecBinary() - _ = yym4471 + yyv4498 := &x.ListMeta + yym4499 := z.DecBinary() + _ = yym4499 if false { - } else if z.HasExtensions() && z.DecExt(yyv4470) { + } else if z.HasExtensions() && z.DecExt(yyv4498) { } else { - z.DecFallback(yyv4470, false) + z.DecFallback(yyv4498, false) } } - yyj4467++ - if yyhl4467 { - yyb4467 = yyj4467 > l + yyj4495++ + if yyhl4495 { + yyb4495 = yyj4495 > l } else { - yyb4467 = r.CheckBreak() + yyb4495 = r.CheckBreak() } - if yyb4467 { + if yyb4495 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55551,26 +56025,26 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4472 := &x.Items - yym4473 := z.DecBinary() - _ = yym4473 + yyv4500 := &x.Items + yym4501 := z.DecBinary() + _ = yym4501 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4472), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4500), d) } } for { - yyj4467++ - if yyhl4467 { - yyb4467 = yyj4467 > l + yyj4495++ + if yyhl4495 { + yyb4495 = yyj4495 > l } else { - yyb4467 = r.CheckBreak() + yyb4495 = r.CheckBreak() } - if yyb4467 { + if yyb4495 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4467-1, "") + z.DecStructFieldNotFound(yyj4495-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55582,38 +56056,38 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4474 := z.EncBinary() - _ = yym4474 + yym4502 := z.EncBinary() + _ = yym4502 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4475 := !z.EncBinary() - yy2arr4475 := z.EncBasicHandle().StructToArray - var yyq4475 [6]bool - _, _, _ = yysep4475, yyq4475, yy2arr4475 - const yyr4475 bool = false - yyq4475[0] = x.Capabilities != nil - yyq4475[1] = x.Privileged != nil - yyq4475[2] = x.SELinuxOptions != nil - yyq4475[3] = x.RunAsUser != nil - yyq4475[4] = x.RunAsNonRoot != nil - yyq4475[5] = x.ReadOnlyRootFilesystem != nil - var yynn4475 int - if yyr4475 || yy2arr4475 { + yysep4503 := !z.EncBinary() + yy2arr4503 := z.EncBasicHandle().StructToArray + var yyq4503 [6]bool + _, _, _ = yysep4503, yyq4503, yy2arr4503 + const yyr4503 bool = false + yyq4503[0] = x.Capabilities != nil + yyq4503[1] = x.Privileged != nil + yyq4503[2] = x.SELinuxOptions != nil + yyq4503[3] = x.RunAsUser != nil + yyq4503[4] = x.RunAsNonRoot != nil + yyq4503[5] = x.ReadOnlyRootFilesystem != nil + var yynn4503 int + if yyr4503 || yy2arr4503 { r.EncodeArrayStart(6) } else { - yynn4475 = 0 - for _, b := range yyq4475 { + yynn4503 = 0 + for _, b := range yyq4503 { if b { - yynn4475++ + yynn4503++ } } - r.EncodeMapStart(yynn4475) - yynn4475 = 0 + r.EncodeMapStart(yynn4503) + yynn4503 = 0 } - if yyr4475 || yy2arr4475 { + if yyr4503 || yy2arr4503 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4475[0] { + if yyq4503[0] { if x.Capabilities == nil { r.EncodeNil() } else { @@ -55623,7 +56097,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4475[0] { + if yyq4503[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -55634,44 +56108,44 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4475 || yy2arr4475 { + if yyr4503 || yy2arr4503 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4475[1] { + if yyq4503[1] { if x.Privileged == nil { r.EncodeNil() } else { - yy4478 := *x.Privileged - yym4479 := z.EncBinary() - _ = yym4479 + yy4506 := *x.Privileged + yym4507 := z.EncBinary() + _ = yym4507 if false { } else { - r.EncodeBool(bool(yy4478)) + r.EncodeBool(bool(yy4506)) } } } else { r.EncodeNil() } } else { - if yyq4475[1] { + if yyq4503[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("privileged")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Privileged == nil { r.EncodeNil() } else { - yy4480 := *x.Privileged - yym4481 := z.EncBinary() - _ = yym4481 + yy4508 := *x.Privileged + yym4509 := z.EncBinary() + _ = yym4509 if false { } else { - r.EncodeBool(bool(yy4480)) + r.EncodeBool(bool(yy4508)) } } } } - if yyr4475 || yy2arr4475 { + if yyr4503 || yy2arr4503 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4475[2] { + if yyq4503[2] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -55681,7 +56155,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4475[2] { + if yyq4503[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -55692,112 +56166,112 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4475 || yy2arr4475 { + if yyr4503 || yy2arr4503 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4475[3] { + if yyq4503[3] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy4484 := *x.RunAsUser - yym4485 := z.EncBinary() - _ = yym4485 + yy4512 := *x.RunAsUser + yym4513 := z.EncBinary() + _ = yym4513 if false { } else { - r.EncodeInt(int64(yy4484)) + r.EncodeInt(int64(yy4512)) } } } else { r.EncodeNil() } } else { - if yyq4475[3] { + if yyq4503[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy4486 := *x.RunAsUser - yym4487 := z.EncBinary() - _ = yym4487 + yy4514 := *x.RunAsUser + yym4515 := z.EncBinary() + _ = yym4515 if false { } else { - r.EncodeInt(int64(yy4486)) + r.EncodeInt(int64(yy4514)) } } } } - if yyr4475 || yy2arr4475 { + if yyr4503 || yy2arr4503 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4475[4] { + if yyq4503[4] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4489 := *x.RunAsNonRoot - yym4490 := z.EncBinary() - _ = yym4490 + yy4517 := *x.RunAsNonRoot + yym4518 := z.EncBinary() + _ = yym4518 if false { } else { - r.EncodeBool(bool(yy4489)) + r.EncodeBool(bool(yy4517)) } } } else { r.EncodeNil() } } else { - if yyq4475[4] { + if yyq4503[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4491 := *x.RunAsNonRoot - yym4492 := z.EncBinary() - _ = yym4492 + yy4519 := *x.RunAsNonRoot + yym4520 := z.EncBinary() + _ = yym4520 if false { } else { - r.EncodeBool(bool(yy4491)) + r.EncodeBool(bool(yy4519)) } } } } - if yyr4475 || yy2arr4475 { + if yyr4503 || yy2arr4503 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4475[5] { + if yyq4503[5] { if x.ReadOnlyRootFilesystem == nil { r.EncodeNil() } else { - yy4494 := *x.ReadOnlyRootFilesystem - yym4495 := z.EncBinary() - _ = yym4495 + yy4522 := *x.ReadOnlyRootFilesystem + yym4523 := z.EncBinary() + _ = yym4523 if false { } else { - r.EncodeBool(bool(yy4494)) + r.EncodeBool(bool(yy4522)) } } } else { r.EncodeNil() } } else { - if yyq4475[5] { + if yyq4503[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnlyRootFilesystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ReadOnlyRootFilesystem == nil { r.EncodeNil() } else { - yy4496 := *x.ReadOnlyRootFilesystem - yym4497 := z.EncBinary() - _ = yym4497 + yy4524 := *x.ReadOnlyRootFilesystem + yym4525 := z.EncBinary() + _ = yym4525 if false { } else { - r.EncodeBool(bool(yy4496)) + r.EncodeBool(bool(yy4524)) } } } } - if yyr4475 || yy2arr4475 { + if yyr4503 || yy2arr4503 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -55810,25 +56284,25 @@ func (x *SecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4498 := z.DecBinary() - _ = yym4498 + yym4526 := z.DecBinary() + _ = yym4526 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4499 := r.ContainerType() - if yyct4499 == codecSelferValueTypeMap1234 { - yyl4499 := r.ReadMapStart() - if yyl4499 == 0 { + yyct4527 := r.ContainerType() + if yyct4527 == codecSelferValueTypeMap1234 { + yyl4527 := r.ReadMapStart() + if yyl4527 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4499, d) + x.codecDecodeSelfFromMap(yyl4527, d) } - } else if yyct4499 == codecSelferValueTypeArray1234 { - yyl4499 := r.ReadArrayStart() - if yyl4499 == 0 { + } else if yyct4527 == codecSelferValueTypeArray1234 { + yyl4527 := r.ReadArrayStart() + if yyl4527 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4499, d) + x.codecDecodeSelfFromArray(yyl4527, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -55840,12 +56314,12 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4500Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4500Slc - var yyhl4500 bool = l >= 0 - for yyj4500 := 0; ; yyj4500++ { - if yyhl4500 { - if yyj4500 >= l { + var yys4528Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4528Slc + var yyhl4528 bool = l >= 0 + for yyj4528 := 0; ; yyj4528++ { + if yyhl4528 { + if yyj4528 >= l { break } } else { @@ -55854,10 +56328,10 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4500Slc = r.DecodeBytes(yys4500Slc, true, true) - yys4500 := string(yys4500Slc) + yys4528Slc = r.DecodeBytes(yys4528Slc, true, true) + yys4528 := string(yys4528Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4500 { + switch yys4528 { case "capabilities": if r.TryDecodeAsNil() { if x.Capabilities != nil { @@ -55878,8 +56352,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Privileged == nil { x.Privileged = new(bool) } - yym4503 := z.DecBinary() - _ = yym4503 + yym4531 := z.DecBinary() + _ = yym4531 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() @@ -55905,8 +56379,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4506 := z.DecBinary() - _ = yym4506 + yym4534 := z.DecBinary() + _ = yym4534 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -55921,8 +56395,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4508 := z.DecBinary() - _ = yym4508 + yym4536 := z.DecBinary() + _ = yym4536 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -55937,17 +56411,17 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4510 := z.DecBinary() - _ = yym4510 + yym4538 := z.DecBinary() + _ = yym4538 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys4500) - } // end switch yys4500 - } // end for yyj4500 + z.DecStructFieldNotFound(-1, yys4528) + } // end switch yys4528 + } // end for yyj4528 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -55955,16 +56429,16 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4511 int - var yyb4511 bool - var yyhl4511 bool = l >= 0 - yyj4511++ - if yyhl4511 { - yyb4511 = yyj4511 > l + var yyj4539 int + var yyb4539 bool + var yyhl4539 bool = l >= 0 + yyj4539++ + if yyhl4539 { + yyb4539 = yyj4539 > l } else { - yyb4511 = r.CheckBreak() + yyb4539 = r.CheckBreak() } - if yyb4511 { + if yyb4539 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55979,13 +56453,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.Capabilities.CodecDecodeSelf(d) } - yyj4511++ - if yyhl4511 { - yyb4511 = yyj4511 > l + yyj4539++ + if yyhl4539 { + yyb4539 = yyj4539 > l } else { - yyb4511 = r.CheckBreak() + yyb4539 = r.CheckBreak() } - if yyb4511 { + if yyb4539 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55998,20 +56472,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.Privileged == nil { x.Privileged = new(bool) } - yym4514 := z.DecBinary() - _ = yym4514 + yym4542 := z.DecBinary() + _ = yym4542 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() } } - yyj4511++ - if yyhl4511 { - yyb4511 = yyj4511 > l + yyj4539++ + if yyhl4539 { + yyb4539 = yyj4539 > l } else { - yyb4511 = r.CheckBreak() + yyb4539 = r.CheckBreak() } - if yyb4511 { + if yyb4539 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56026,13 +56500,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj4511++ - if yyhl4511 { - yyb4511 = yyj4511 > l + yyj4539++ + if yyhl4539 { + yyb4539 = yyj4539 > l } else { - yyb4511 = r.CheckBreak() + yyb4539 = r.CheckBreak() } - if yyb4511 { + if yyb4539 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56045,20 +56519,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4517 := z.DecBinary() - _ = yym4517 + yym4545 := z.DecBinary() + _ = yym4545 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj4511++ - if yyhl4511 { - yyb4511 = yyj4511 > l + yyj4539++ + if yyhl4539 { + yyb4539 = yyj4539 > l } else { - yyb4511 = r.CheckBreak() + yyb4539 = r.CheckBreak() } - if yyb4511 { + if yyb4539 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56071,20 +56545,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4519 := z.DecBinary() - _ = yym4519 + yym4547 := z.DecBinary() + _ = yym4547 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj4511++ - if yyhl4511 { - yyb4511 = yyj4511 > l + yyj4539++ + if yyhl4539 { + yyb4539 = yyj4539 > l } else { - yyb4511 = r.CheckBreak() + yyb4539 = r.CheckBreak() } - if yyb4511 { + if yyb4539 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56097,25 +56571,25 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4521 := z.DecBinary() - _ = yym4521 + yym4549 := z.DecBinary() + _ = yym4549 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } for { - yyj4511++ - if yyhl4511 { - yyb4511 = yyj4511 > l + yyj4539++ + if yyhl4539 { + yyb4539 = yyj4539 > l } else { - yyb4511 = r.CheckBreak() + yyb4539 = r.CheckBreak() } - if yyb4511 { + if yyb4539 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4511-1, "") + z.DecStructFieldNotFound(yyj4539-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56127,38 +56601,38 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4522 := z.EncBinary() - _ = yym4522 + yym4550 := z.EncBinary() + _ = yym4550 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4523 := !z.EncBinary() - yy2arr4523 := z.EncBasicHandle().StructToArray - var yyq4523 [4]bool - _, _, _ = yysep4523, yyq4523, yy2arr4523 - const yyr4523 bool = false - yyq4523[0] = x.User != "" - yyq4523[1] = x.Role != "" - yyq4523[2] = x.Type != "" - yyq4523[3] = x.Level != "" - var yynn4523 int - if yyr4523 || yy2arr4523 { + yysep4551 := !z.EncBinary() + yy2arr4551 := z.EncBasicHandle().StructToArray + var yyq4551 [4]bool + _, _, _ = yysep4551, yyq4551, yy2arr4551 + const yyr4551 bool = false + yyq4551[0] = x.User != "" + yyq4551[1] = x.Role != "" + yyq4551[2] = x.Type != "" + yyq4551[3] = x.Level != "" + var yynn4551 int + if yyr4551 || yy2arr4551 { r.EncodeArrayStart(4) } else { - yynn4523 = 0 - for _, b := range yyq4523 { + yynn4551 = 0 + for _, b := range yyq4551 { if b { - yynn4523++ + yynn4551++ } } - r.EncodeMapStart(yynn4523) - yynn4523 = 0 + r.EncodeMapStart(yynn4551) + yynn4551 = 0 } - if yyr4523 || yy2arr4523 { + if yyr4551 || yy2arr4551 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4523[0] { - yym4525 := z.EncBinary() - _ = yym4525 + if yyq4551[0] { + yym4553 := z.EncBinary() + _ = yym4553 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -56167,23 +56641,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4523[0] { + if yyq4551[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4526 := z.EncBinary() - _ = yym4526 + yym4554 := z.EncBinary() + _ = yym4554 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) } } } - if yyr4523 || yy2arr4523 { + if yyr4551 || yy2arr4551 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4523[1] { - yym4528 := z.EncBinary() - _ = yym4528 + if yyq4551[1] { + yym4556 := z.EncBinary() + _ = yym4556 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Role)) @@ -56192,23 +56666,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4523[1] { + if yyq4551[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("role")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4529 := z.EncBinary() - _ = yym4529 + yym4557 := z.EncBinary() + _ = yym4557 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Role)) } } } - if yyr4523 || yy2arr4523 { + if yyr4551 || yy2arr4551 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4523[2] { - yym4531 := z.EncBinary() - _ = yym4531 + if yyq4551[2] { + yym4559 := z.EncBinary() + _ = yym4559 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -56217,23 +56691,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4523[2] { + if yyq4551[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4532 := z.EncBinary() - _ = yym4532 + yym4560 := z.EncBinary() + _ = yym4560 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr4523 || yy2arr4523 { + if yyr4551 || yy2arr4551 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4523[3] { - yym4534 := z.EncBinary() - _ = yym4534 + if yyq4551[3] { + yym4562 := z.EncBinary() + _ = yym4562 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) @@ -56242,19 +56716,19 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4523[3] { + if yyq4551[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("level")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4535 := z.EncBinary() - _ = yym4535 + yym4563 := z.EncBinary() + _ = yym4563 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) } } } - if yyr4523 || yy2arr4523 { + if yyr4551 || yy2arr4551 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -56267,25 +56741,25 @@ func (x *SELinuxOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4536 := z.DecBinary() - _ = yym4536 + yym4564 := z.DecBinary() + _ = yym4564 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4537 := r.ContainerType() - if yyct4537 == codecSelferValueTypeMap1234 { - yyl4537 := r.ReadMapStart() - if yyl4537 == 0 { + yyct4565 := r.ContainerType() + if yyct4565 == codecSelferValueTypeMap1234 { + yyl4565 := r.ReadMapStart() + if yyl4565 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4537, d) + x.codecDecodeSelfFromMap(yyl4565, d) } - } else if yyct4537 == codecSelferValueTypeArray1234 { - yyl4537 := r.ReadArrayStart() - if yyl4537 == 0 { + } else if yyct4565 == codecSelferValueTypeArray1234 { + yyl4565 := r.ReadArrayStart() + if yyl4565 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4537, d) + x.codecDecodeSelfFromArray(yyl4565, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -56297,12 +56771,12 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4538Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4538Slc - var yyhl4538 bool = l >= 0 - for yyj4538 := 0; ; yyj4538++ { - if yyhl4538 { - if yyj4538 >= l { + var yys4566Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4566Slc + var yyhl4566 bool = l >= 0 + for yyj4566 := 0; ; yyj4566++ { + if yyhl4566 { + if yyj4566 >= l { break } } else { @@ -56311,10 +56785,10 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4538Slc = r.DecodeBytes(yys4538Slc, true, true) - yys4538 := string(yys4538Slc) + yys4566Slc = r.DecodeBytes(yys4566Slc, true, true) + yys4566 := string(yys4566Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4538 { + switch yys4566 { case "user": if r.TryDecodeAsNil() { x.User = "" @@ -56340,9 +56814,9 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4538) - } // end switch yys4538 - } // end for yyj4538 + z.DecStructFieldNotFound(-1, yys4566) + } // end switch yys4566 + } // end for yyj4566 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -56350,16 +56824,16 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4543 int - var yyb4543 bool - var yyhl4543 bool = l >= 0 - yyj4543++ - if yyhl4543 { - yyb4543 = yyj4543 > l + var yyj4571 int + var yyb4571 bool + var yyhl4571 bool = l >= 0 + yyj4571++ + if yyhl4571 { + yyb4571 = yyj4571 > l } else { - yyb4543 = r.CheckBreak() + yyb4571 = r.CheckBreak() } - if yyb4543 { + if yyb4571 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56369,13 +56843,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.User = string(r.DecodeString()) } - yyj4543++ - if yyhl4543 { - yyb4543 = yyj4543 > l + yyj4571++ + if yyhl4571 { + yyb4571 = yyj4571 > l } else { - yyb4543 = r.CheckBreak() + yyb4571 = r.CheckBreak() } - if yyb4543 { + if yyb4571 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56385,13 +56859,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Role = string(r.DecodeString()) } - yyj4543++ - if yyhl4543 { - yyb4543 = yyj4543 > l + yyj4571++ + if yyhl4571 { + yyb4571 = yyj4571 > l } else { - yyb4543 = r.CheckBreak() + yyb4571 = r.CheckBreak() } - if yyb4543 { + if yyb4571 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56401,13 +56875,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = string(r.DecodeString()) } - yyj4543++ - if yyhl4543 { - yyb4543 = yyj4543 > l + yyj4571++ + if yyhl4571 { + yyb4571 = yyj4571 > l } else { - yyb4543 = r.CheckBreak() + yyb4571 = r.CheckBreak() } - if yyb4543 { + if yyb4571 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56418,17 +56892,17 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } for { - yyj4543++ - if yyhl4543 { - yyb4543 = yyj4543 > l + yyj4571++ + if yyhl4571 { + yyb4571 = yyj4571 > l } else { - yyb4543 = r.CheckBreak() + yyb4571 = r.CheckBreak() } - if yyb4543 { + if yyb4571 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4543-1, "") + z.DecStructFieldNotFound(yyj4571-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56440,37 +56914,37 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4548 := z.EncBinary() - _ = yym4548 + yym4576 := z.EncBinary() + _ = yym4576 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4549 := !z.EncBinary() - yy2arr4549 := z.EncBasicHandle().StructToArray - var yyq4549 [5]bool - _, _, _ = yysep4549, yyq4549, yy2arr4549 - const yyr4549 bool = false - yyq4549[0] = x.Kind != "" - yyq4549[1] = x.APIVersion != "" - yyq4549[2] = true - var yynn4549 int - if yyr4549 || yy2arr4549 { + yysep4577 := !z.EncBinary() + yy2arr4577 := z.EncBasicHandle().StructToArray + var yyq4577 [5]bool + _, _, _ = yysep4577, yyq4577, yy2arr4577 + const yyr4577 bool = false + yyq4577[0] = x.Kind != "" + yyq4577[1] = x.APIVersion != "" + yyq4577[2] = true + var yynn4577 int + if yyr4577 || yy2arr4577 { r.EncodeArrayStart(5) } else { - yynn4549 = 2 - for _, b := range yyq4549 { + yynn4577 = 2 + for _, b := range yyq4577 { if b { - yynn4549++ + yynn4577++ } } - r.EncodeMapStart(yynn4549) - yynn4549 = 0 + r.EncodeMapStart(yynn4577) + yynn4577 = 0 } - if yyr4549 || yy2arr4549 { + if yyr4577 || yy2arr4577 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4549[0] { - yym4551 := z.EncBinary() - _ = yym4551 + if yyq4577[0] { + yym4579 := z.EncBinary() + _ = yym4579 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -56479,23 +56953,23 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4549[0] { + if yyq4577[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4552 := z.EncBinary() - _ = yym4552 + yym4580 := z.EncBinary() + _ = yym4580 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4549 || yy2arr4549 { + if yyr4577 || yy2arr4577 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4549[1] { - yym4554 := z.EncBinary() - _ = yym4554 + if yyq4577[1] { + yym4582 := z.EncBinary() + _ = yym4582 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -56504,39 +56978,39 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4549[1] { + if yyq4577[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4555 := z.EncBinary() - _ = yym4555 + yym4583 := z.EncBinary() + _ = yym4583 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4549 || yy2arr4549 { + if yyr4577 || yy2arr4577 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4549[2] { - yy4557 := &x.ObjectMeta - yy4557.CodecEncodeSelf(e) + if yyq4577[2] { + yy4585 := &x.ObjectMeta + yy4585.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4549[2] { + if yyq4577[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4558 := &x.ObjectMeta - yy4558.CodecEncodeSelf(e) + yy4586 := &x.ObjectMeta + yy4586.CodecEncodeSelf(e) } } - if yyr4549 || yy2arr4549 { + if yyr4577 || yy2arr4577 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym4560 := z.EncBinary() - _ = yym4560 + yym4588 := z.EncBinary() + _ = yym4588 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) @@ -56545,20 +57019,20 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("range")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4561 := z.EncBinary() - _ = yym4561 + yym4589 := z.EncBinary() + _ = yym4589 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) } } - if yyr4549 || yy2arr4549 { + if yyr4577 || yy2arr4577 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Data == nil { r.EncodeNil() } else { - yym4563 := z.EncBinary() - _ = yym4563 + yym4591 := z.EncBinary() + _ = yym4591 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) @@ -56571,15 +57045,15 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x.Data == nil { r.EncodeNil() } else { - yym4564 := z.EncBinary() - _ = yym4564 + yym4592 := z.EncBinary() + _ = yym4592 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) } } } - if yyr4549 || yy2arr4549 { + if yyr4577 || yy2arr4577 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -56592,25 +57066,25 @@ func (x *RangeAllocation) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4565 := z.DecBinary() - _ = yym4565 + yym4593 := z.DecBinary() + _ = yym4593 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4566 := r.ContainerType() - if yyct4566 == codecSelferValueTypeMap1234 { - yyl4566 := r.ReadMapStart() - if yyl4566 == 0 { + yyct4594 := r.ContainerType() + if yyct4594 == codecSelferValueTypeMap1234 { + yyl4594 := r.ReadMapStart() + if yyl4594 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4566, d) + x.codecDecodeSelfFromMap(yyl4594, d) } - } else if yyct4566 == codecSelferValueTypeArray1234 { - yyl4566 := r.ReadArrayStart() - if yyl4566 == 0 { + } else if yyct4594 == codecSelferValueTypeArray1234 { + yyl4594 := r.ReadArrayStart() + if yyl4594 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4566, d) + x.codecDecodeSelfFromArray(yyl4594, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -56622,12 +57096,12 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4567Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4567Slc - var yyhl4567 bool = l >= 0 - for yyj4567 := 0; ; yyj4567++ { - if yyhl4567 { - if yyj4567 >= l { + var yys4595Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4595Slc + var yyhl4595 bool = l >= 0 + for yyj4595 := 0; ; yyj4595++ { + if yyhl4595 { + if yyj4595 >= l { break } } else { @@ -56636,10 +57110,10 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4567Slc = r.DecodeBytes(yys4567Slc, true, true) - yys4567 := string(yys4567Slc) + yys4595Slc = r.DecodeBytes(yys4595Slc, true, true) + yys4595 := string(yys4595Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4567 { + switch yys4595 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -56656,8 +57130,8 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4570 := &x.ObjectMeta - yyv4570.CodecDecodeSelf(d) + yyv4598 := &x.ObjectMeta + yyv4598.CodecDecodeSelf(d) } case "range": if r.TryDecodeAsNil() { @@ -56669,18 +57143,18 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4572 := &x.Data - yym4573 := z.DecBinary() - _ = yym4573 + yyv4600 := &x.Data + yym4601 := z.DecBinary() + _ = yym4601 if false { } else { - *yyv4572 = r.DecodeBytes(*(*[]byte)(yyv4572), false, false) + *yyv4600 = r.DecodeBytes(*(*[]byte)(yyv4600), false, false) } } default: - z.DecStructFieldNotFound(-1, yys4567) - } // end switch yys4567 - } // end for yyj4567 + z.DecStructFieldNotFound(-1, yys4595) + } // end switch yys4595 + } // end for yyj4595 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -56688,16 +57162,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4574 int - var yyb4574 bool - var yyhl4574 bool = l >= 0 - yyj4574++ - if yyhl4574 { - yyb4574 = yyj4574 > l + var yyj4602 int + var yyb4602 bool + var yyhl4602 bool = l >= 0 + yyj4602++ + if yyhl4602 { + yyb4602 = yyj4602 > l } else { - yyb4574 = r.CheckBreak() + yyb4602 = r.CheckBreak() } - if yyb4574 { + if yyb4602 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56707,13 +57181,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4574++ - if yyhl4574 { - yyb4574 = yyj4574 > l + yyj4602++ + if yyhl4602 { + yyb4602 = yyj4602 > l } else { - yyb4574 = r.CheckBreak() + yyb4602 = r.CheckBreak() } - if yyb4574 { + if yyb4602 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56723,13 +57197,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4574++ - if yyhl4574 { - yyb4574 = yyj4574 > l + yyj4602++ + if yyhl4602 { + yyb4602 = yyj4602 > l } else { - yyb4574 = r.CheckBreak() + yyb4602 = r.CheckBreak() } - if yyb4574 { + if yyb4602 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56737,16 +57211,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4577 := &x.ObjectMeta - yyv4577.CodecDecodeSelf(d) + yyv4605 := &x.ObjectMeta + yyv4605.CodecDecodeSelf(d) } - yyj4574++ - if yyhl4574 { - yyb4574 = yyj4574 > l + yyj4602++ + if yyhl4602 { + yyb4602 = yyj4602 > l } else { - yyb4574 = r.CheckBreak() + yyb4602 = r.CheckBreak() } - if yyb4574 { + if yyb4602 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56756,13 +57230,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Range = string(r.DecodeString()) } - yyj4574++ - if yyhl4574 { - yyb4574 = yyj4574 > l + yyj4602++ + if yyhl4602 { + yyb4602 = yyj4602 > l } else { - yyb4574 = r.CheckBreak() + yyb4602 = r.CheckBreak() } - if yyb4574 { + if yyb4602 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56770,26 +57244,26 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4579 := &x.Data - yym4580 := z.DecBinary() - _ = yym4580 + yyv4607 := &x.Data + yym4608 := z.DecBinary() + _ = yym4608 if false { } else { - *yyv4579 = r.DecodeBytes(*(*[]byte)(yyv4579), false, false) + *yyv4607 = r.DecodeBytes(*(*[]byte)(yyv4607), false, false) } } for { - yyj4574++ - if yyhl4574 { - yyb4574 = yyj4574 > l + yyj4602++ + if yyhl4602 { + yyb4602 = yyj4602 > l } else { - yyb4574 = r.CheckBreak() + yyb4602 = r.CheckBreak() } - if yyb4574 { + if yyb4602 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4574-1, "") + z.DecStructFieldNotFound(yyj4602-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56799,10 +57273,10 @@ func (x codecSelfer1234) encSliceOwnerReference(v []OwnerReference, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4581 := range v { + for _, yyv4609 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4582 := &yyv4581 - yy4582.CodecEncodeSelf(e) + yy4610 := &yyv4609 + yy4610.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56812,83 +57286,83 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4583 := *v - yyh4583, yyl4583 := z.DecSliceHelperStart() - var yyc4583 bool - if yyl4583 == 0 { - if yyv4583 == nil { - yyv4583 = []OwnerReference{} - yyc4583 = true - } else if len(yyv4583) != 0 { - yyv4583 = yyv4583[:0] - yyc4583 = true + yyv4611 := *v + yyh4611, yyl4611 := z.DecSliceHelperStart() + var yyc4611 bool + if yyl4611 == 0 { + if yyv4611 == nil { + yyv4611 = []OwnerReference{} + yyc4611 = true + } else if len(yyv4611) != 0 { + yyv4611 = yyv4611[:0] + yyc4611 = true } - } else if yyl4583 > 0 { - var yyrr4583, yyrl4583 int - var yyrt4583 bool - if yyl4583 > cap(yyv4583) { + } else if yyl4611 > 0 { + var yyrr4611, yyrl4611 int + var yyrt4611 bool + if yyl4611 > cap(yyv4611) { - yyrg4583 := len(yyv4583) > 0 - yyv24583 := yyv4583 - yyrl4583, yyrt4583 = z.DecInferLen(yyl4583, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4583 { - if yyrl4583 <= cap(yyv4583) { - yyv4583 = yyv4583[:yyrl4583] + yyrg4611 := len(yyv4611) > 0 + yyv24611 := yyv4611 + yyrl4611, yyrt4611 = z.DecInferLen(yyl4611, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4611 { + if yyrl4611 <= cap(yyv4611) { + yyv4611 = yyv4611[:yyrl4611] } else { - yyv4583 = make([]OwnerReference, yyrl4583) + yyv4611 = make([]OwnerReference, yyrl4611) } } else { - yyv4583 = make([]OwnerReference, yyrl4583) + yyv4611 = make([]OwnerReference, yyrl4611) } - yyc4583 = true - yyrr4583 = len(yyv4583) - if yyrg4583 { - copy(yyv4583, yyv24583) + yyc4611 = true + yyrr4611 = len(yyv4611) + if yyrg4611 { + copy(yyv4611, yyv24611) } - } else if yyl4583 != len(yyv4583) { - yyv4583 = yyv4583[:yyl4583] - yyc4583 = true + } else if yyl4611 != len(yyv4611) { + yyv4611 = yyv4611[:yyl4611] + yyc4611 = true } - yyj4583 := 0 - for ; yyj4583 < yyrr4583; yyj4583++ { - yyh4583.ElemContainerState(yyj4583) + yyj4611 := 0 + for ; yyj4611 < yyrr4611; yyj4611++ { + yyh4611.ElemContainerState(yyj4611) if r.TryDecodeAsNil() { - yyv4583[yyj4583] = OwnerReference{} + yyv4611[yyj4611] = OwnerReference{} } else { - yyv4584 := &yyv4583[yyj4583] - yyv4584.CodecDecodeSelf(d) + yyv4612 := &yyv4611[yyj4611] + yyv4612.CodecDecodeSelf(d) } } - if yyrt4583 { - for ; yyj4583 < yyl4583; yyj4583++ { - yyv4583 = append(yyv4583, OwnerReference{}) - yyh4583.ElemContainerState(yyj4583) + if yyrt4611 { + for ; yyj4611 < yyl4611; yyj4611++ { + yyv4611 = append(yyv4611, OwnerReference{}) + yyh4611.ElemContainerState(yyj4611) if r.TryDecodeAsNil() { - yyv4583[yyj4583] = OwnerReference{} + yyv4611[yyj4611] = OwnerReference{} } else { - yyv4585 := &yyv4583[yyj4583] - yyv4585.CodecDecodeSelf(d) + yyv4613 := &yyv4611[yyj4611] + yyv4613.CodecDecodeSelf(d) } } } } else { - yyj4583 := 0 - for ; !r.CheckBreak(); yyj4583++ { + yyj4611 := 0 + for ; !r.CheckBreak(); yyj4611++ { - if yyj4583 >= len(yyv4583) { - yyv4583 = append(yyv4583, OwnerReference{}) // var yyz4583 OwnerReference - yyc4583 = true + if yyj4611 >= len(yyv4611) { + yyv4611 = append(yyv4611, OwnerReference{}) // var yyz4611 OwnerReference + yyc4611 = true } - yyh4583.ElemContainerState(yyj4583) - if yyj4583 < len(yyv4583) { + yyh4611.ElemContainerState(yyj4611) + if yyj4611 < len(yyv4611) { if r.TryDecodeAsNil() { - yyv4583[yyj4583] = OwnerReference{} + yyv4611[yyj4611] = OwnerReference{} } else { - yyv4586 := &yyv4583[yyj4583] - yyv4586.CodecDecodeSelf(d) + yyv4614 := &yyv4611[yyj4611] + yyv4614.CodecDecodeSelf(d) } } else { @@ -56896,17 +57370,17 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 } } - if yyj4583 < len(yyv4583) { - yyv4583 = yyv4583[:yyj4583] - yyc4583 = true - } else if yyj4583 == 0 && yyv4583 == nil { - yyv4583 = []OwnerReference{} - yyc4583 = true + if yyj4611 < len(yyv4611) { + yyv4611 = yyv4611[:yyj4611] + yyc4611 = true + } else if yyj4611 == 0 && yyv4611 == nil { + yyv4611 = []OwnerReference{} + yyc4611 = true } } - yyh4583.End() - if yyc4583 { - *v = yyv4583 + yyh4611.End() + if yyc4611 { + *v = yyv4611 } } @@ -56915,9 +57389,9 @@ func (x codecSelfer1234) encSlicePersistentVolumeAccessMode(v []PersistentVolume z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4587 := range v { + for _, yyv4615 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4587.CodecEncodeSelf(e) + yyv4615.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56927,75 +57401,75 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4588 := *v - yyh4588, yyl4588 := z.DecSliceHelperStart() - var yyc4588 bool - if yyl4588 == 0 { - if yyv4588 == nil { - yyv4588 = []PersistentVolumeAccessMode{} - yyc4588 = true - } else if len(yyv4588) != 0 { - yyv4588 = yyv4588[:0] - yyc4588 = true + yyv4616 := *v + yyh4616, yyl4616 := z.DecSliceHelperStart() + var yyc4616 bool + if yyl4616 == 0 { + if yyv4616 == nil { + yyv4616 = []PersistentVolumeAccessMode{} + yyc4616 = true + } else if len(yyv4616) != 0 { + yyv4616 = yyv4616[:0] + yyc4616 = true } - } else if yyl4588 > 0 { - var yyrr4588, yyrl4588 int - var yyrt4588 bool - if yyl4588 > cap(yyv4588) { + } else if yyl4616 > 0 { + var yyrr4616, yyrl4616 int + var yyrt4616 bool + if yyl4616 > cap(yyv4616) { - yyrl4588, yyrt4588 = z.DecInferLen(yyl4588, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4588 { - if yyrl4588 <= cap(yyv4588) { - yyv4588 = yyv4588[:yyrl4588] + yyrl4616, yyrt4616 = z.DecInferLen(yyl4616, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4616 { + if yyrl4616 <= cap(yyv4616) { + yyv4616 = yyv4616[:yyrl4616] } else { - yyv4588 = make([]PersistentVolumeAccessMode, yyrl4588) + yyv4616 = make([]PersistentVolumeAccessMode, yyrl4616) } } else { - yyv4588 = make([]PersistentVolumeAccessMode, yyrl4588) + yyv4616 = make([]PersistentVolumeAccessMode, yyrl4616) } - yyc4588 = true - yyrr4588 = len(yyv4588) - } else if yyl4588 != len(yyv4588) { - yyv4588 = yyv4588[:yyl4588] - yyc4588 = true + yyc4616 = true + yyrr4616 = len(yyv4616) + } else if yyl4616 != len(yyv4616) { + yyv4616 = yyv4616[:yyl4616] + yyc4616 = true } - yyj4588 := 0 - for ; yyj4588 < yyrr4588; yyj4588++ { - yyh4588.ElemContainerState(yyj4588) + yyj4616 := 0 + for ; yyj4616 < yyrr4616; yyj4616++ { + yyh4616.ElemContainerState(yyj4616) if r.TryDecodeAsNil() { - yyv4588[yyj4588] = "" + yyv4616[yyj4616] = "" } else { - yyv4588[yyj4588] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4616[yyj4616] = PersistentVolumeAccessMode(r.DecodeString()) } } - if yyrt4588 { - for ; yyj4588 < yyl4588; yyj4588++ { - yyv4588 = append(yyv4588, "") - yyh4588.ElemContainerState(yyj4588) + if yyrt4616 { + for ; yyj4616 < yyl4616; yyj4616++ { + yyv4616 = append(yyv4616, "") + yyh4616.ElemContainerState(yyj4616) if r.TryDecodeAsNil() { - yyv4588[yyj4588] = "" + yyv4616[yyj4616] = "" } else { - yyv4588[yyj4588] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4616[yyj4616] = PersistentVolumeAccessMode(r.DecodeString()) } } } } else { - yyj4588 := 0 - for ; !r.CheckBreak(); yyj4588++ { + yyj4616 := 0 + for ; !r.CheckBreak(); yyj4616++ { - if yyj4588 >= len(yyv4588) { - yyv4588 = append(yyv4588, "") // var yyz4588 PersistentVolumeAccessMode - yyc4588 = true + if yyj4616 >= len(yyv4616) { + yyv4616 = append(yyv4616, "") // var yyz4616 PersistentVolumeAccessMode + yyc4616 = true } - yyh4588.ElemContainerState(yyj4588) - if yyj4588 < len(yyv4588) { + yyh4616.ElemContainerState(yyj4616) + if yyj4616 < len(yyv4616) { if r.TryDecodeAsNil() { - yyv4588[yyj4588] = "" + yyv4616[yyj4616] = "" } else { - yyv4588[yyj4588] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4616[yyj4616] = PersistentVolumeAccessMode(r.DecodeString()) } } else { @@ -57003,17 +57477,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum } } - if yyj4588 < len(yyv4588) { - yyv4588 = yyv4588[:yyj4588] - yyc4588 = true - } else if yyj4588 == 0 && yyv4588 == nil { - yyv4588 = []PersistentVolumeAccessMode{} - yyc4588 = true + if yyj4616 < len(yyv4616) { + yyv4616 = yyv4616[:yyj4616] + yyc4616 = true + } else if yyj4616 == 0 && yyv4616 == nil { + yyv4616 = []PersistentVolumeAccessMode{} + yyc4616 = true } } - yyh4588.End() - if yyc4588 { - *v = yyv4588 + yyh4616.End() + if yyc4616 { + *v = yyv4616 } } @@ -57022,10 +57496,10 @@ func (x codecSelfer1234) encSlicePersistentVolume(v []PersistentVolume, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4592 := range v { + for _, yyv4620 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4593 := &yyv4592 - yy4593.CodecEncodeSelf(e) + yy4621 := &yyv4620 + yy4621.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57035,83 +57509,83 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4594 := *v - yyh4594, yyl4594 := z.DecSliceHelperStart() - var yyc4594 bool - if yyl4594 == 0 { - if yyv4594 == nil { - yyv4594 = []PersistentVolume{} - yyc4594 = true - } else if len(yyv4594) != 0 { - yyv4594 = yyv4594[:0] - yyc4594 = true + yyv4622 := *v + yyh4622, yyl4622 := z.DecSliceHelperStart() + var yyc4622 bool + if yyl4622 == 0 { + if yyv4622 == nil { + yyv4622 = []PersistentVolume{} + yyc4622 = true + } else if len(yyv4622) != 0 { + yyv4622 = yyv4622[:0] + yyc4622 = true } - } else if yyl4594 > 0 { - var yyrr4594, yyrl4594 int - var yyrt4594 bool - if yyl4594 > cap(yyv4594) { + } else if yyl4622 > 0 { + var yyrr4622, yyrl4622 int + var yyrt4622 bool + if yyl4622 > cap(yyv4622) { - yyrg4594 := len(yyv4594) > 0 - yyv24594 := yyv4594 - yyrl4594, yyrt4594 = z.DecInferLen(yyl4594, z.DecBasicHandle().MaxInitLen, 488) - if yyrt4594 { - if yyrl4594 <= cap(yyv4594) { - yyv4594 = yyv4594[:yyrl4594] + yyrg4622 := len(yyv4622) > 0 + yyv24622 := yyv4622 + yyrl4622, yyrt4622 = z.DecInferLen(yyl4622, z.DecBasicHandle().MaxInitLen, 496) + if yyrt4622 { + if yyrl4622 <= cap(yyv4622) { + yyv4622 = yyv4622[:yyrl4622] } else { - yyv4594 = make([]PersistentVolume, yyrl4594) + yyv4622 = make([]PersistentVolume, yyrl4622) } } else { - yyv4594 = make([]PersistentVolume, yyrl4594) + yyv4622 = make([]PersistentVolume, yyrl4622) } - yyc4594 = true - yyrr4594 = len(yyv4594) - if yyrg4594 { - copy(yyv4594, yyv24594) + yyc4622 = true + yyrr4622 = len(yyv4622) + if yyrg4622 { + copy(yyv4622, yyv24622) } - } else if yyl4594 != len(yyv4594) { - yyv4594 = yyv4594[:yyl4594] - yyc4594 = true + } else if yyl4622 != len(yyv4622) { + yyv4622 = yyv4622[:yyl4622] + yyc4622 = true } - yyj4594 := 0 - for ; yyj4594 < yyrr4594; yyj4594++ { - yyh4594.ElemContainerState(yyj4594) + yyj4622 := 0 + for ; yyj4622 < yyrr4622; yyj4622++ { + yyh4622.ElemContainerState(yyj4622) if r.TryDecodeAsNil() { - yyv4594[yyj4594] = PersistentVolume{} + yyv4622[yyj4622] = PersistentVolume{} } else { - yyv4595 := &yyv4594[yyj4594] - yyv4595.CodecDecodeSelf(d) + yyv4623 := &yyv4622[yyj4622] + yyv4623.CodecDecodeSelf(d) } } - if yyrt4594 { - for ; yyj4594 < yyl4594; yyj4594++ { - yyv4594 = append(yyv4594, PersistentVolume{}) - yyh4594.ElemContainerState(yyj4594) + if yyrt4622 { + for ; yyj4622 < yyl4622; yyj4622++ { + yyv4622 = append(yyv4622, PersistentVolume{}) + yyh4622.ElemContainerState(yyj4622) if r.TryDecodeAsNil() { - yyv4594[yyj4594] = PersistentVolume{} + yyv4622[yyj4622] = PersistentVolume{} } else { - yyv4596 := &yyv4594[yyj4594] - yyv4596.CodecDecodeSelf(d) + yyv4624 := &yyv4622[yyj4622] + yyv4624.CodecDecodeSelf(d) } } } } else { - yyj4594 := 0 - for ; !r.CheckBreak(); yyj4594++ { + yyj4622 := 0 + for ; !r.CheckBreak(); yyj4622++ { - if yyj4594 >= len(yyv4594) { - yyv4594 = append(yyv4594, PersistentVolume{}) // var yyz4594 PersistentVolume - yyc4594 = true + if yyj4622 >= len(yyv4622) { + yyv4622 = append(yyv4622, PersistentVolume{}) // var yyz4622 PersistentVolume + yyc4622 = true } - yyh4594.ElemContainerState(yyj4594) - if yyj4594 < len(yyv4594) { + yyh4622.ElemContainerState(yyj4622) + if yyj4622 < len(yyv4622) { if r.TryDecodeAsNil() { - yyv4594[yyj4594] = PersistentVolume{} + yyv4622[yyj4622] = PersistentVolume{} } else { - yyv4597 := &yyv4594[yyj4594] - yyv4597.CodecDecodeSelf(d) + yyv4625 := &yyv4622[yyj4622] + yyv4625.CodecDecodeSelf(d) } } else { @@ -57119,17 +57593,17 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code } } - if yyj4594 < len(yyv4594) { - yyv4594 = yyv4594[:yyj4594] - yyc4594 = true - } else if yyj4594 == 0 && yyv4594 == nil { - yyv4594 = []PersistentVolume{} - yyc4594 = true + if yyj4622 < len(yyv4622) { + yyv4622 = yyv4622[:yyj4622] + yyc4622 = true + } else if yyj4622 == 0 && yyv4622 == nil { + yyv4622 = []PersistentVolume{} + yyc4622 = true } } - yyh4594.End() - if yyc4594 { - *v = yyv4594 + yyh4622.End() + if yyc4622 { + *v = yyv4622 } } @@ -57138,10 +57612,10 @@ func (x codecSelfer1234) encSlicePersistentVolumeClaim(v []PersistentVolumeClaim z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4598 := range v { + for _, yyv4626 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4599 := &yyv4598 - yy4599.CodecEncodeSelf(e) + yy4627 := &yyv4626 + yy4627.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57151,83 +57625,83 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4600 := *v - yyh4600, yyl4600 := z.DecSliceHelperStart() - var yyc4600 bool - if yyl4600 == 0 { - if yyv4600 == nil { - yyv4600 = []PersistentVolumeClaim{} - yyc4600 = true - } else if len(yyv4600) != 0 { - yyv4600 = yyv4600[:0] - yyc4600 = true + yyv4628 := *v + yyh4628, yyl4628 := z.DecSliceHelperStart() + var yyc4628 bool + if yyl4628 == 0 { + if yyv4628 == nil { + yyv4628 = []PersistentVolumeClaim{} + yyc4628 = true + } else if len(yyv4628) != 0 { + yyv4628 = yyv4628[:0] + yyc4628 = true } - } else if yyl4600 > 0 { - var yyrr4600, yyrl4600 int - var yyrt4600 bool - if yyl4600 > cap(yyv4600) { + } else if yyl4628 > 0 { + var yyrr4628, yyrl4628 int + var yyrt4628 bool + if yyl4628 > cap(yyv4628) { - yyrg4600 := len(yyv4600) > 0 - yyv24600 := yyv4600 - yyrl4600, yyrt4600 = z.DecInferLen(yyl4600, z.DecBasicHandle().MaxInitLen, 368) - if yyrt4600 { - if yyrl4600 <= cap(yyv4600) { - yyv4600 = yyv4600[:yyrl4600] + yyrg4628 := len(yyv4628) > 0 + yyv24628 := yyv4628 + yyrl4628, yyrt4628 = z.DecInferLen(yyl4628, z.DecBasicHandle().MaxInitLen, 368) + if yyrt4628 { + if yyrl4628 <= cap(yyv4628) { + yyv4628 = yyv4628[:yyrl4628] } else { - yyv4600 = make([]PersistentVolumeClaim, yyrl4600) + yyv4628 = make([]PersistentVolumeClaim, yyrl4628) } } else { - yyv4600 = make([]PersistentVolumeClaim, yyrl4600) + yyv4628 = make([]PersistentVolumeClaim, yyrl4628) } - yyc4600 = true - yyrr4600 = len(yyv4600) - if yyrg4600 { - copy(yyv4600, yyv24600) + yyc4628 = true + yyrr4628 = len(yyv4628) + if yyrg4628 { + copy(yyv4628, yyv24628) } - } else if yyl4600 != len(yyv4600) { - yyv4600 = yyv4600[:yyl4600] - yyc4600 = true + } else if yyl4628 != len(yyv4628) { + yyv4628 = yyv4628[:yyl4628] + yyc4628 = true } - yyj4600 := 0 - for ; yyj4600 < yyrr4600; yyj4600++ { - yyh4600.ElemContainerState(yyj4600) + yyj4628 := 0 + for ; yyj4628 < yyrr4628; yyj4628++ { + yyh4628.ElemContainerState(yyj4628) if r.TryDecodeAsNil() { - yyv4600[yyj4600] = PersistentVolumeClaim{} + yyv4628[yyj4628] = PersistentVolumeClaim{} } else { - yyv4601 := &yyv4600[yyj4600] - yyv4601.CodecDecodeSelf(d) + yyv4629 := &yyv4628[yyj4628] + yyv4629.CodecDecodeSelf(d) } } - if yyrt4600 { - for ; yyj4600 < yyl4600; yyj4600++ { - yyv4600 = append(yyv4600, PersistentVolumeClaim{}) - yyh4600.ElemContainerState(yyj4600) + if yyrt4628 { + for ; yyj4628 < yyl4628; yyj4628++ { + yyv4628 = append(yyv4628, PersistentVolumeClaim{}) + yyh4628.ElemContainerState(yyj4628) if r.TryDecodeAsNil() { - yyv4600[yyj4600] = PersistentVolumeClaim{} + yyv4628[yyj4628] = PersistentVolumeClaim{} } else { - yyv4602 := &yyv4600[yyj4600] - yyv4602.CodecDecodeSelf(d) + yyv4630 := &yyv4628[yyj4628] + yyv4630.CodecDecodeSelf(d) } } } } else { - yyj4600 := 0 - for ; !r.CheckBreak(); yyj4600++ { + yyj4628 := 0 + for ; !r.CheckBreak(); yyj4628++ { - if yyj4600 >= len(yyv4600) { - yyv4600 = append(yyv4600, PersistentVolumeClaim{}) // var yyz4600 PersistentVolumeClaim - yyc4600 = true + if yyj4628 >= len(yyv4628) { + yyv4628 = append(yyv4628, PersistentVolumeClaim{}) // var yyz4628 PersistentVolumeClaim + yyc4628 = true } - yyh4600.ElemContainerState(yyj4600) - if yyj4600 < len(yyv4600) { + yyh4628.ElemContainerState(yyj4628) + if yyj4628 < len(yyv4628) { if r.TryDecodeAsNil() { - yyv4600[yyj4600] = PersistentVolumeClaim{} + yyv4628[yyj4628] = PersistentVolumeClaim{} } else { - yyv4603 := &yyv4600[yyj4600] - yyv4603.CodecDecodeSelf(d) + yyv4631 := &yyv4628[yyj4628] + yyv4631.CodecDecodeSelf(d) } } else { @@ -57235,17 +57709,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai } } - if yyj4600 < len(yyv4600) { - yyv4600 = yyv4600[:yyj4600] - yyc4600 = true - } else if yyj4600 == 0 && yyv4600 == nil { - yyv4600 = []PersistentVolumeClaim{} - yyc4600 = true + if yyj4628 < len(yyv4628) { + yyv4628 = yyv4628[:yyj4628] + yyc4628 = true + } else if yyj4628 == 0 && yyv4628 == nil { + yyv4628 = []PersistentVolumeClaim{} + yyc4628 = true } } - yyh4600.End() - if yyc4600 { - *v = yyv4600 + yyh4628.End() + if yyc4628 { + *v = yyv4628 } } @@ -57254,10 +57728,10 @@ func (x codecSelfer1234) encSliceKeyToPath(v []KeyToPath, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4604 := range v { + for _, yyv4632 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4605 := &yyv4604 - yy4605.CodecEncodeSelf(e) + yy4633 := &yyv4632 + yy4633.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57267,83 +57741,83 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4606 := *v - yyh4606, yyl4606 := z.DecSliceHelperStart() - var yyc4606 bool - if yyl4606 == 0 { - if yyv4606 == nil { - yyv4606 = []KeyToPath{} - yyc4606 = true - } else if len(yyv4606) != 0 { - yyv4606 = yyv4606[:0] - yyc4606 = true + yyv4634 := *v + yyh4634, yyl4634 := z.DecSliceHelperStart() + var yyc4634 bool + if yyl4634 == 0 { + if yyv4634 == nil { + yyv4634 = []KeyToPath{} + yyc4634 = true + } else if len(yyv4634) != 0 { + yyv4634 = yyv4634[:0] + yyc4634 = true } - } else if yyl4606 > 0 { - var yyrr4606, yyrl4606 int - var yyrt4606 bool - if yyl4606 > cap(yyv4606) { + } else if yyl4634 > 0 { + var yyrr4634, yyrl4634 int + var yyrt4634 bool + if yyl4634 > cap(yyv4634) { - yyrg4606 := len(yyv4606) > 0 - yyv24606 := yyv4606 - yyrl4606, yyrt4606 = z.DecInferLen(yyl4606, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4606 { - if yyrl4606 <= cap(yyv4606) { - yyv4606 = yyv4606[:yyrl4606] + yyrg4634 := len(yyv4634) > 0 + yyv24634 := yyv4634 + yyrl4634, yyrt4634 = z.DecInferLen(yyl4634, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4634 { + if yyrl4634 <= cap(yyv4634) { + yyv4634 = yyv4634[:yyrl4634] } else { - yyv4606 = make([]KeyToPath, yyrl4606) + yyv4634 = make([]KeyToPath, yyrl4634) } } else { - yyv4606 = make([]KeyToPath, yyrl4606) + yyv4634 = make([]KeyToPath, yyrl4634) } - yyc4606 = true - yyrr4606 = len(yyv4606) - if yyrg4606 { - copy(yyv4606, yyv24606) + yyc4634 = true + yyrr4634 = len(yyv4634) + if yyrg4634 { + copy(yyv4634, yyv24634) } - } else if yyl4606 != len(yyv4606) { - yyv4606 = yyv4606[:yyl4606] - yyc4606 = true + } else if yyl4634 != len(yyv4634) { + yyv4634 = yyv4634[:yyl4634] + yyc4634 = true } - yyj4606 := 0 - for ; yyj4606 < yyrr4606; yyj4606++ { - yyh4606.ElemContainerState(yyj4606) + yyj4634 := 0 + for ; yyj4634 < yyrr4634; yyj4634++ { + yyh4634.ElemContainerState(yyj4634) if r.TryDecodeAsNil() { - yyv4606[yyj4606] = KeyToPath{} + yyv4634[yyj4634] = KeyToPath{} } else { - yyv4607 := &yyv4606[yyj4606] - yyv4607.CodecDecodeSelf(d) + yyv4635 := &yyv4634[yyj4634] + yyv4635.CodecDecodeSelf(d) } } - if yyrt4606 { - for ; yyj4606 < yyl4606; yyj4606++ { - yyv4606 = append(yyv4606, KeyToPath{}) - yyh4606.ElemContainerState(yyj4606) + if yyrt4634 { + for ; yyj4634 < yyl4634; yyj4634++ { + yyv4634 = append(yyv4634, KeyToPath{}) + yyh4634.ElemContainerState(yyj4634) if r.TryDecodeAsNil() { - yyv4606[yyj4606] = KeyToPath{} + yyv4634[yyj4634] = KeyToPath{} } else { - yyv4608 := &yyv4606[yyj4606] - yyv4608.CodecDecodeSelf(d) + yyv4636 := &yyv4634[yyj4634] + yyv4636.CodecDecodeSelf(d) } } } } else { - yyj4606 := 0 - for ; !r.CheckBreak(); yyj4606++ { + yyj4634 := 0 + for ; !r.CheckBreak(); yyj4634++ { - if yyj4606 >= len(yyv4606) { - yyv4606 = append(yyv4606, KeyToPath{}) // var yyz4606 KeyToPath - yyc4606 = true + if yyj4634 >= len(yyv4634) { + yyv4634 = append(yyv4634, KeyToPath{}) // var yyz4634 KeyToPath + yyc4634 = true } - yyh4606.ElemContainerState(yyj4606) - if yyj4606 < len(yyv4606) { + yyh4634.ElemContainerState(yyj4634) + if yyj4634 < len(yyv4634) { if r.TryDecodeAsNil() { - yyv4606[yyj4606] = KeyToPath{} + yyv4634[yyj4634] = KeyToPath{} } else { - yyv4609 := &yyv4606[yyj4606] - yyv4609.CodecDecodeSelf(d) + yyv4637 := &yyv4634[yyj4634] + yyv4637.CodecDecodeSelf(d) } } else { @@ -57351,17 +57825,17 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) } } - if yyj4606 < len(yyv4606) { - yyv4606 = yyv4606[:yyj4606] - yyc4606 = true - } else if yyj4606 == 0 && yyv4606 == nil { - yyv4606 = []KeyToPath{} - yyc4606 = true + if yyj4634 < len(yyv4634) { + yyv4634 = yyv4634[:yyj4634] + yyc4634 = true + } else if yyj4634 == 0 && yyv4634 == nil { + yyv4634 = []KeyToPath{} + yyc4634 = true } } - yyh4606.End() - if yyc4606 { - *v = yyv4606 + yyh4634.End() + if yyc4634 { + *v = yyv4634 } } @@ -57370,10 +57844,10 @@ func (x codecSelfer1234) encSliceDownwardAPIVolumeFile(v []DownwardAPIVolumeFile z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4610 := range v { + for _, yyv4638 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4611 := &yyv4610 - yy4611.CodecEncodeSelf(e) + yy4639 := &yyv4638 + yy4639.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57383,83 +57857,83 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4612 := *v - yyh4612, yyl4612 := z.DecSliceHelperStart() - var yyc4612 bool - if yyl4612 == 0 { - if yyv4612 == nil { - yyv4612 = []DownwardAPIVolumeFile{} - yyc4612 = true - } else if len(yyv4612) != 0 { - yyv4612 = yyv4612[:0] - yyc4612 = true + yyv4640 := *v + yyh4640, yyl4640 := z.DecSliceHelperStart() + var yyc4640 bool + if yyl4640 == 0 { + if yyv4640 == nil { + yyv4640 = []DownwardAPIVolumeFile{} + yyc4640 = true + } else if len(yyv4640) != 0 { + yyv4640 = yyv4640[:0] + yyc4640 = true } - } else if yyl4612 > 0 { - var yyrr4612, yyrl4612 int - var yyrt4612 bool - if yyl4612 > cap(yyv4612) { + } else if yyl4640 > 0 { + var yyrr4640, yyrl4640 int + var yyrt4640 bool + if yyl4640 > cap(yyv4640) { - yyrg4612 := len(yyv4612) > 0 - yyv24612 := yyv4612 - yyrl4612, yyrt4612 = z.DecInferLen(yyl4612, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4612 { - if yyrl4612 <= cap(yyv4612) { - yyv4612 = yyv4612[:yyrl4612] + yyrg4640 := len(yyv4640) > 0 + yyv24640 := yyv4640 + yyrl4640, yyrt4640 = z.DecInferLen(yyl4640, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4640 { + if yyrl4640 <= cap(yyv4640) { + yyv4640 = yyv4640[:yyrl4640] } else { - yyv4612 = make([]DownwardAPIVolumeFile, yyrl4612) + yyv4640 = make([]DownwardAPIVolumeFile, yyrl4640) } } else { - yyv4612 = make([]DownwardAPIVolumeFile, yyrl4612) + yyv4640 = make([]DownwardAPIVolumeFile, yyrl4640) } - yyc4612 = true - yyrr4612 = len(yyv4612) - if yyrg4612 { - copy(yyv4612, yyv24612) + yyc4640 = true + yyrr4640 = len(yyv4640) + if yyrg4640 { + copy(yyv4640, yyv24640) } - } else if yyl4612 != len(yyv4612) { - yyv4612 = yyv4612[:yyl4612] - yyc4612 = true + } else if yyl4640 != len(yyv4640) { + yyv4640 = yyv4640[:yyl4640] + yyc4640 = true } - yyj4612 := 0 - for ; yyj4612 < yyrr4612; yyj4612++ { - yyh4612.ElemContainerState(yyj4612) + yyj4640 := 0 + for ; yyj4640 < yyrr4640; yyj4640++ { + yyh4640.ElemContainerState(yyj4640) if r.TryDecodeAsNil() { - yyv4612[yyj4612] = DownwardAPIVolumeFile{} + yyv4640[yyj4640] = DownwardAPIVolumeFile{} } else { - yyv4613 := &yyv4612[yyj4612] - yyv4613.CodecDecodeSelf(d) + yyv4641 := &yyv4640[yyj4640] + yyv4641.CodecDecodeSelf(d) } } - if yyrt4612 { - for ; yyj4612 < yyl4612; yyj4612++ { - yyv4612 = append(yyv4612, DownwardAPIVolumeFile{}) - yyh4612.ElemContainerState(yyj4612) + if yyrt4640 { + for ; yyj4640 < yyl4640; yyj4640++ { + yyv4640 = append(yyv4640, DownwardAPIVolumeFile{}) + yyh4640.ElemContainerState(yyj4640) if r.TryDecodeAsNil() { - yyv4612[yyj4612] = DownwardAPIVolumeFile{} + yyv4640[yyj4640] = DownwardAPIVolumeFile{} } else { - yyv4614 := &yyv4612[yyj4612] - yyv4614.CodecDecodeSelf(d) + yyv4642 := &yyv4640[yyj4640] + yyv4642.CodecDecodeSelf(d) } } } } else { - yyj4612 := 0 - for ; !r.CheckBreak(); yyj4612++ { + yyj4640 := 0 + for ; !r.CheckBreak(); yyj4640++ { - if yyj4612 >= len(yyv4612) { - yyv4612 = append(yyv4612, DownwardAPIVolumeFile{}) // var yyz4612 DownwardAPIVolumeFile - yyc4612 = true + if yyj4640 >= len(yyv4640) { + yyv4640 = append(yyv4640, DownwardAPIVolumeFile{}) // var yyz4640 DownwardAPIVolumeFile + yyc4640 = true } - yyh4612.ElemContainerState(yyj4612) - if yyj4612 < len(yyv4612) { + yyh4640.ElemContainerState(yyj4640) + if yyj4640 < len(yyv4640) { if r.TryDecodeAsNil() { - yyv4612[yyj4612] = DownwardAPIVolumeFile{} + yyv4640[yyj4640] = DownwardAPIVolumeFile{} } else { - yyv4615 := &yyv4612[yyj4612] - yyv4615.CodecDecodeSelf(d) + yyv4643 := &yyv4640[yyj4640] + yyv4643.CodecDecodeSelf(d) } } else { @@ -57467,17 +57941,17 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil } } - if yyj4612 < len(yyv4612) { - yyv4612 = yyv4612[:yyj4612] - yyc4612 = true - } else if yyj4612 == 0 && yyv4612 == nil { - yyv4612 = []DownwardAPIVolumeFile{} - yyc4612 = true + if yyj4640 < len(yyv4640) { + yyv4640 = yyv4640[:yyj4640] + yyc4640 = true + } else if yyj4640 == 0 && yyv4640 == nil { + yyv4640 = []DownwardAPIVolumeFile{} + yyc4640 = true } } - yyh4612.End() - if yyc4612 { - *v = yyv4612 + yyh4640.End() + if yyc4640 { + *v = yyv4640 } } @@ -57486,10 +57960,10 @@ func (x codecSelfer1234) encSliceHTTPHeader(v []HTTPHeader, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4616 := range v { + for _, yyv4644 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4617 := &yyv4616 - yy4617.CodecEncodeSelf(e) + yy4645 := &yyv4644 + yy4645.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57499,83 +57973,83 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4618 := *v - yyh4618, yyl4618 := z.DecSliceHelperStart() - var yyc4618 bool - if yyl4618 == 0 { - if yyv4618 == nil { - yyv4618 = []HTTPHeader{} - yyc4618 = true - } else if len(yyv4618) != 0 { - yyv4618 = yyv4618[:0] - yyc4618 = true + yyv4646 := *v + yyh4646, yyl4646 := z.DecSliceHelperStart() + var yyc4646 bool + if yyl4646 == 0 { + if yyv4646 == nil { + yyv4646 = []HTTPHeader{} + yyc4646 = true + } else if len(yyv4646) != 0 { + yyv4646 = yyv4646[:0] + yyc4646 = true } - } else if yyl4618 > 0 { - var yyrr4618, yyrl4618 int - var yyrt4618 bool - if yyl4618 > cap(yyv4618) { + } else if yyl4646 > 0 { + var yyrr4646, yyrl4646 int + var yyrt4646 bool + if yyl4646 > cap(yyv4646) { - yyrg4618 := len(yyv4618) > 0 - yyv24618 := yyv4618 - yyrl4618, yyrt4618 = z.DecInferLen(yyl4618, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4618 { - if yyrl4618 <= cap(yyv4618) { - yyv4618 = yyv4618[:yyrl4618] + yyrg4646 := len(yyv4646) > 0 + yyv24646 := yyv4646 + yyrl4646, yyrt4646 = z.DecInferLen(yyl4646, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4646 { + if yyrl4646 <= cap(yyv4646) { + yyv4646 = yyv4646[:yyrl4646] } else { - yyv4618 = make([]HTTPHeader, yyrl4618) + yyv4646 = make([]HTTPHeader, yyrl4646) } } else { - yyv4618 = make([]HTTPHeader, yyrl4618) + yyv4646 = make([]HTTPHeader, yyrl4646) } - yyc4618 = true - yyrr4618 = len(yyv4618) - if yyrg4618 { - copy(yyv4618, yyv24618) + yyc4646 = true + yyrr4646 = len(yyv4646) + if yyrg4646 { + copy(yyv4646, yyv24646) } - } else if yyl4618 != len(yyv4618) { - yyv4618 = yyv4618[:yyl4618] - yyc4618 = true + } else if yyl4646 != len(yyv4646) { + yyv4646 = yyv4646[:yyl4646] + yyc4646 = true } - yyj4618 := 0 - for ; yyj4618 < yyrr4618; yyj4618++ { - yyh4618.ElemContainerState(yyj4618) + yyj4646 := 0 + for ; yyj4646 < yyrr4646; yyj4646++ { + yyh4646.ElemContainerState(yyj4646) if r.TryDecodeAsNil() { - yyv4618[yyj4618] = HTTPHeader{} + yyv4646[yyj4646] = HTTPHeader{} } else { - yyv4619 := &yyv4618[yyj4618] - yyv4619.CodecDecodeSelf(d) + yyv4647 := &yyv4646[yyj4646] + yyv4647.CodecDecodeSelf(d) } } - if yyrt4618 { - for ; yyj4618 < yyl4618; yyj4618++ { - yyv4618 = append(yyv4618, HTTPHeader{}) - yyh4618.ElemContainerState(yyj4618) + if yyrt4646 { + for ; yyj4646 < yyl4646; yyj4646++ { + yyv4646 = append(yyv4646, HTTPHeader{}) + yyh4646.ElemContainerState(yyj4646) if r.TryDecodeAsNil() { - yyv4618[yyj4618] = HTTPHeader{} + yyv4646[yyj4646] = HTTPHeader{} } else { - yyv4620 := &yyv4618[yyj4618] - yyv4620.CodecDecodeSelf(d) + yyv4648 := &yyv4646[yyj4646] + yyv4648.CodecDecodeSelf(d) } } } } else { - yyj4618 := 0 - for ; !r.CheckBreak(); yyj4618++ { + yyj4646 := 0 + for ; !r.CheckBreak(); yyj4646++ { - if yyj4618 >= len(yyv4618) { - yyv4618 = append(yyv4618, HTTPHeader{}) // var yyz4618 HTTPHeader - yyc4618 = true + if yyj4646 >= len(yyv4646) { + yyv4646 = append(yyv4646, HTTPHeader{}) // var yyz4646 HTTPHeader + yyc4646 = true } - yyh4618.ElemContainerState(yyj4618) - if yyj4618 < len(yyv4618) { + yyh4646.ElemContainerState(yyj4646) + if yyj4646 < len(yyv4646) { if r.TryDecodeAsNil() { - yyv4618[yyj4618] = HTTPHeader{} + yyv4646[yyj4646] = HTTPHeader{} } else { - yyv4621 := &yyv4618[yyj4618] - yyv4621.CodecDecodeSelf(d) + yyv4649 := &yyv4646[yyj4646] + yyv4649.CodecDecodeSelf(d) } } else { @@ -57583,17 +58057,17 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode } } - if yyj4618 < len(yyv4618) { - yyv4618 = yyv4618[:yyj4618] - yyc4618 = true - } else if yyj4618 == 0 && yyv4618 == nil { - yyv4618 = []HTTPHeader{} - yyc4618 = true + if yyj4646 < len(yyv4646) { + yyv4646 = yyv4646[:yyj4646] + yyc4646 = true + } else if yyj4646 == 0 && yyv4646 == nil { + yyv4646 = []HTTPHeader{} + yyc4646 = true } } - yyh4618.End() - if yyc4618 { - *v = yyv4618 + yyh4646.End() + if yyc4646 { + *v = yyv4646 } } @@ -57602,9 +58076,9 @@ func (x codecSelfer1234) encSliceCapability(v []Capability, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4622 := range v { + for _, yyv4650 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4622.CodecEncodeSelf(e) + yyv4650.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57614,75 +58088,75 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4623 := *v - yyh4623, yyl4623 := z.DecSliceHelperStart() - var yyc4623 bool - if yyl4623 == 0 { - if yyv4623 == nil { - yyv4623 = []Capability{} - yyc4623 = true - } else if len(yyv4623) != 0 { - yyv4623 = yyv4623[:0] - yyc4623 = true + yyv4651 := *v + yyh4651, yyl4651 := z.DecSliceHelperStart() + var yyc4651 bool + if yyl4651 == 0 { + if yyv4651 == nil { + yyv4651 = []Capability{} + yyc4651 = true + } else if len(yyv4651) != 0 { + yyv4651 = yyv4651[:0] + yyc4651 = true } - } else if yyl4623 > 0 { - var yyrr4623, yyrl4623 int - var yyrt4623 bool - if yyl4623 > cap(yyv4623) { + } else if yyl4651 > 0 { + var yyrr4651, yyrl4651 int + var yyrt4651 bool + if yyl4651 > cap(yyv4651) { - yyrl4623, yyrt4623 = z.DecInferLen(yyl4623, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4623 { - if yyrl4623 <= cap(yyv4623) { - yyv4623 = yyv4623[:yyrl4623] + yyrl4651, yyrt4651 = z.DecInferLen(yyl4651, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4651 { + if yyrl4651 <= cap(yyv4651) { + yyv4651 = yyv4651[:yyrl4651] } else { - yyv4623 = make([]Capability, yyrl4623) + yyv4651 = make([]Capability, yyrl4651) } } else { - yyv4623 = make([]Capability, yyrl4623) + yyv4651 = make([]Capability, yyrl4651) } - yyc4623 = true - yyrr4623 = len(yyv4623) - } else if yyl4623 != len(yyv4623) { - yyv4623 = yyv4623[:yyl4623] - yyc4623 = true + yyc4651 = true + yyrr4651 = len(yyv4651) + } else if yyl4651 != len(yyv4651) { + yyv4651 = yyv4651[:yyl4651] + yyc4651 = true } - yyj4623 := 0 - for ; yyj4623 < yyrr4623; yyj4623++ { - yyh4623.ElemContainerState(yyj4623) + yyj4651 := 0 + for ; yyj4651 < yyrr4651; yyj4651++ { + yyh4651.ElemContainerState(yyj4651) if r.TryDecodeAsNil() { - yyv4623[yyj4623] = "" + yyv4651[yyj4651] = "" } else { - yyv4623[yyj4623] = Capability(r.DecodeString()) + yyv4651[yyj4651] = Capability(r.DecodeString()) } } - if yyrt4623 { - for ; yyj4623 < yyl4623; yyj4623++ { - yyv4623 = append(yyv4623, "") - yyh4623.ElemContainerState(yyj4623) + if yyrt4651 { + for ; yyj4651 < yyl4651; yyj4651++ { + yyv4651 = append(yyv4651, "") + yyh4651.ElemContainerState(yyj4651) if r.TryDecodeAsNil() { - yyv4623[yyj4623] = "" + yyv4651[yyj4651] = "" } else { - yyv4623[yyj4623] = Capability(r.DecodeString()) + yyv4651[yyj4651] = Capability(r.DecodeString()) } } } } else { - yyj4623 := 0 - for ; !r.CheckBreak(); yyj4623++ { + yyj4651 := 0 + for ; !r.CheckBreak(); yyj4651++ { - if yyj4623 >= len(yyv4623) { - yyv4623 = append(yyv4623, "") // var yyz4623 Capability - yyc4623 = true + if yyj4651 >= len(yyv4651) { + yyv4651 = append(yyv4651, "") // var yyz4651 Capability + yyc4651 = true } - yyh4623.ElemContainerState(yyj4623) - if yyj4623 < len(yyv4623) { + yyh4651.ElemContainerState(yyj4651) + if yyj4651 < len(yyv4651) { if r.TryDecodeAsNil() { - yyv4623[yyj4623] = "" + yyv4651[yyj4651] = "" } else { - yyv4623[yyj4623] = Capability(r.DecodeString()) + yyv4651[yyj4651] = Capability(r.DecodeString()) } } else { @@ -57690,17 +58164,17 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode } } - if yyj4623 < len(yyv4623) { - yyv4623 = yyv4623[:yyj4623] - yyc4623 = true - } else if yyj4623 == 0 && yyv4623 == nil { - yyv4623 = []Capability{} - yyc4623 = true + if yyj4651 < len(yyv4651) { + yyv4651 = yyv4651[:yyj4651] + yyc4651 = true + } else if yyj4651 == 0 && yyv4651 == nil { + yyv4651 = []Capability{} + yyc4651 = true } } - yyh4623.End() - if yyc4623 { - *v = yyv4623 + yyh4651.End() + if yyc4651 { + *v = yyv4651 } } @@ -57709,10 +58183,10 @@ func (x codecSelfer1234) encSliceContainerPort(v []ContainerPort, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4627 := range v { + for _, yyv4655 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4628 := &yyv4627 - yy4628.CodecEncodeSelf(e) + yy4656 := &yyv4655 + yy4656.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57722,83 +58196,83 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4629 := *v - yyh4629, yyl4629 := z.DecSliceHelperStart() - var yyc4629 bool - if yyl4629 == 0 { - if yyv4629 == nil { - yyv4629 = []ContainerPort{} - yyc4629 = true - } else if len(yyv4629) != 0 { - yyv4629 = yyv4629[:0] - yyc4629 = true + yyv4657 := *v + yyh4657, yyl4657 := z.DecSliceHelperStart() + var yyc4657 bool + if yyl4657 == 0 { + if yyv4657 == nil { + yyv4657 = []ContainerPort{} + yyc4657 = true + } else if len(yyv4657) != 0 { + yyv4657 = yyv4657[:0] + yyc4657 = true } - } else if yyl4629 > 0 { - var yyrr4629, yyrl4629 int - var yyrt4629 bool - if yyl4629 > cap(yyv4629) { + } else if yyl4657 > 0 { + var yyrr4657, yyrl4657 int + var yyrt4657 bool + if yyl4657 > cap(yyv4657) { - yyrg4629 := len(yyv4629) > 0 - yyv24629 := yyv4629 - yyrl4629, yyrt4629 = z.DecInferLen(yyl4629, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4629 { - if yyrl4629 <= cap(yyv4629) { - yyv4629 = yyv4629[:yyrl4629] + yyrg4657 := len(yyv4657) > 0 + yyv24657 := yyv4657 + yyrl4657, yyrt4657 = z.DecInferLen(yyl4657, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4657 { + if yyrl4657 <= cap(yyv4657) { + yyv4657 = yyv4657[:yyrl4657] } else { - yyv4629 = make([]ContainerPort, yyrl4629) + yyv4657 = make([]ContainerPort, yyrl4657) } } else { - yyv4629 = make([]ContainerPort, yyrl4629) + yyv4657 = make([]ContainerPort, yyrl4657) } - yyc4629 = true - yyrr4629 = len(yyv4629) - if yyrg4629 { - copy(yyv4629, yyv24629) + yyc4657 = true + yyrr4657 = len(yyv4657) + if yyrg4657 { + copy(yyv4657, yyv24657) } - } else if yyl4629 != len(yyv4629) { - yyv4629 = yyv4629[:yyl4629] - yyc4629 = true + } else if yyl4657 != len(yyv4657) { + yyv4657 = yyv4657[:yyl4657] + yyc4657 = true } - yyj4629 := 0 - for ; yyj4629 < yyrr4629; yyj4629++ { - yyh4629.ElemContainerState(yyj4629) + yyj4657 := 0 + for ; yyj4657 < yyrr4657; yyj4657++ { + yyh4657.ElemContainerState(yyj4657) if r.TryDecodeAsNil() { - yyv4629[yyj4629] = ContainerPort{} + yyv4657[yyj4657] = ContainerPort{} } else { - yyv4630 := &yyv4629[yyj4629] - yyv4630.CodecDecodeSelf(d) + yyv4658 := &yyv4657[yyj4657] + yyv4658.CodecDecodeSelf(d) } } - if yyrt4629 { - for ; yyj4629 < yyl4629; yyj4629++ { - yyv4629 = append(yyv4629, ContainerPort{}) - yyh4629.ElemContainerState(yyj4629) + if yyrt4657 { + for ; yyj4657 < yyl4657; yyj4657++ { + yyv4657 = append(yyv4657, ContainerPort{}) + yyh4657.ElemContainerState(yyj4657) if r.TryDecodeAsNil() { - yyv4629[yyj4629] = ContainerPort{} + yyv4657[yyj4657] = ContainerPort{} } else { - yyv4631 := &yyv4629[yyj4629] - yyv4631.CodecDecodeSelf(d) + yyv4659 := &yyv4657[yyj4657] + yyv4659.CodecDecodeSelf(d) } } } } else { - yyj4629 := 0 - for ; !r.CheckBreak(); yyj4629++ { + yyj4657 := 0 + for ; !r.CheckBreak(); yyj4657++ { - if yyj4629 >= len(yyv4629) { - yyv4629 = append(yyv4629, ContainerPort{}) // var yyz4629 ContainerPort - yyc4629 = true + if yyj4657 >= len(yyv4657) { + yyv4657 = append(yyv4657, ContainerPort{}) // var yyz4657 ContainerPort + yyc4657 = true } - yyh4629.ElemContainerState(yyj4629) - if yyj4629 < len(yyv4629) { + yyh4657.ElemContainerState(yyj4657) + if yyj4657 < len(yyv4657) { if r.TryDecodeAsNil() { - yyv4629[yyj4629] = ContainerPort{} + yyv4657[yyj4657] = ContainerPort{} } else { - yyv4632 := &yyv4629[yyj4629] - yyv4632.CodecDecodeSelf(d) + yyv4660 := &yyv4657[yyj4657] + yyv4660.CodecDecodeSelf(d) } } else { @@ -57806,17 +58280,17 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. } } - if yyj4629 < len(yyv4629) { - yyv4629 = yyv4629[:yyj4629] - yyc4629 = true - } else if yyj4629 == 0 && yyv4629 == nil { - yyv4629 = []ContainerPort{} - yyc4629 = true + if yyj4657 < len(yyv4657) { + yyv4657 = yyv4657[:yyj4657] + yyc4657 = true + } else if yyj4657 == 0 && yyv4657 == nil { + yyv4657 = []ContainerPort{} + yyc4657 = true } } - yyh4629.End() - if yyc4629 { - *v = yyv4629 + yyh4657.End() + if yyc4657 { + *v = yyv4657 } } @@ -57825,10 +58299,10 @@ func (x codecSelfer1234) encSliceEnvVar(v []EnvVar, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4633 := range v { + for _, yyv4661 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4634 := &yyv4633 - yy4634.CodecEncodeSelf(e) + yy4662 := &yyv4661 + yy4662.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57838,83 +58312,83 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4635 := *v - yyh4635, yyl4635 := z.DecSliceHelperStart() - var yyc4635 bool - if yyl4635 == 0 { - if yyv4635 == nil { - yyv4635 = []EnvVar{} - yyc4635 = true - } else if len(yyv4635) != 0 { - yyv4635 = yyv4635[:0] - yyc4635 = true + yyv4663 := *v + yyh4663, yyl4663 := z.DecSliceHelperStart() + var yyc4663 bool + if yyl4663 == 0 { + if yyv4663 == nil { + yyv4663 = []EnvVar{} + yyc4663 = true + } else if len(yyv4663) != 0 { + yyv4663 = yyv4663[:0] + yyc4663 = true } - } else if yyl4635 > 0 { - var yyrr4635, yyrl4635 int - var yyrt4635 bool - if yyl4635 > cap(yyv4635) { + } else if yyl4663 > 0 { + var yyrr4663, yyrl4663 int + var yyrt4663 bool + if yyl4663 > cap(yyv4663) { - yyrg4635 := len(yyv4635) > 0 - yyv24635 := yyv4635 - yyrl4635, yyrt4635 = z.DecInferLen(yyl4635, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4635 { - if yyrl4635 <= cap(yyv4635) { - yyv4635 = yyv4635[:yyrl4635] + yyrg4663 := len(yyv4663) > 0 + yyv24663 := yyv4663 + yyrl4663, yyrt4663 = z.DecInferLen(yyl4663, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4663 { + if yyrl4663 <= cap(yyv4663) { + yyv4663 = yyv4663[:yyrl4663] } else { - yyv4635 = make([]EnvVar, yyrl4635) + yyv4663 = make([]EnvVar, yyrl4663) } } else { - yyv4635 = make([]EnvVar, yyrl4635) + yyv4663 = make([]EnvVar, yyrl4663) } - yyc4635 = true - yyrr4635 = len(yyv4635) - if yyrg4635 { - copy(yyv4635, yyv24635) + yyc4663 = true + yyrr4663 = len(yyv4663) + if yyrg4663 { + copy(yyv4663, yyv24663) } - } else if yyl4635 != len(yyv4635) { - yyv4635 = yyv4635[:yyl4635] - yyc4635 = true + } else if yyl4663 != len(yyv4663) { + yyv4663 = yyv4663[:yyl4663] + yyc4663 = true } - yyj4635 := 0 - for ; yyj4635 < yyrr4635; yyj4635++ { - yyh4635.ElemContainerState(yyj4635) + yyj4663 := 0 + for ; yyj4663 < yyrr4663; yyj4663++ { + yyh4663.ElemContainerState(yyj4663) if r.TryDecodeAsNil() { - yyv4635[yyj4635] = EnvVar{} + yyv4663[yyj4663] = EnvVar{} } else { - yyv4636 := &yyv4635[yyj4635] - yyv4636.CodecDecodeSelf(d) + yyv4664 := &yyv4663[yyj4663] + yyv4664.CodecDecodeSelf(d) } } - if yyrt4635 { - for ; yyj4635 < yyl4635; yyj4635++ { - yyv4635 = append(yyv4635, EnvVar{}) - yyh4635.ElemContainerState(yyj4635) + if yyrt4663 { + for ; yyj4663 < yyl4663; yyj4663++ { + yyv4663 = append(yyv4663, EnvVar{}) + yyh4663.ElemContainerState(yyj4663) if r.TryDecodeAsNil() { - yyv4635[yyj4635] = EnvVar{} + yyv4663[yyj4663] = EnvVar{} } else { - yyv4637 := &yyv4635[yyj4635] - yyv4637.CodecDecodeSelf(d) + yyv4665 := &yyv4663[yyj4663] + yyv4665.CodecDecodeSelf(d) } } } } else { - yyj4635 := 0 - for ; !r.CheckBreak(); yyj4635++ { + yyj4663 := 0 + for ; !r.CheckBreak(); yyj4663++ { - if yyj4635 >= len(yyv4635) { - yyv4635 = append(yyv4635, EnvVar{}) // var yyz4635 EnvVar - yyc4635 = true + if yyj4663 >= len(yyv4663) { + yyv4663 = append(yyv4663, EnvVar{}) // var yyz4663 EnvVar + yyc4663 = true } - yyh4635.ElemContainerState(yyj4635) - if yyj4635 < len(yyv4635) { + yyh4663.ElemContainerState(yyj4663) + if yyj4663 < len(yyv4663) { if r.TryDecodeAsNil() { - yyv4635[yyj4635] = EnvVar{} + yyv4663[yyj4663] = EnvVar{} } else { - yyv4638 := &yyv4635[yyj4635] - yyv4638.CodecDecodeSelf(d) + yyv4666 := &yyv4663[yyj4663] + yyv4666.CodecDecodeSelf(d) } } else { @@ -57922,17 +58396,17 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { } } - if yyj4635 < len(yyv4635) { - yyv4635 = yyv4635[:yyj4635] - yyc4635 = true - } else if yyj4635 == 0 && yyv4635 == nil { - yyv4635 = []EnvVar{} - yyc4635 = true + if yyj4663 < len(yyv4663) { + yyv4663 = yyv4663[:yyj4663] + yyc4663 = true + } else if yyj4663 == 0 && yyv4663 == nil { + yyv4663 = []EnvVar{} + yyc4663 = true } } - yyh4635.End() - if yyc4635 { - *v = yyv4635 + yyh4663.End() + if yyc4663 { + *v = yyv4663 } } @@ -57941,10 +58415,10 @@ func (x codecSelfer1234) encSliceVolumeMount(v []VolumeMount, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4639 := range v { + for _, yyv4667 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4640 := &yyv4639 - yy4640.CodecEncodeSelf(e) + yy4668 := &yyv4667 + yy4668.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57954,83 +58428,83 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4641 := *v - yyh4641, yyl4641 := z.DecSliceHelperStart() - var yyc4641 bool - if yyl4641 == 0 { - if yyv4641 == nil { - yyv4641 = []VolumeMount{} - yyc4641 = true - } else if len(yyv4641) != 0 { - yyv4641 = yyv4641[:0] - yyc4641 = true + yyv4669 := *v + yyh4669, yyl4669 := z.DecSliceHelperStart() + var yyc4669 bool + if yyl4669 == 0 { + if yyv4669 == nil { + yyv4669 = []VolumeMount{} + yyc4669 = true + } else if len(yyv4669) != 0 { + yyv4669 = yyv4669[:0] + yyc4669 = true } - } else if yyl4641 > 0 { - var yyrr4641, yyrl4641 int - var yyrt4641 bool - if yyl4641 > cap(yyv4641) { + } else if yyl4669 > 0 { + var yyrr4669, yyrl4669 int + var yyrt4669 bool + if yyl4669 > cap(yyv4669) { - yyrg4641 := len(yyv4641) > 0 - yyv24641 := yyv4641 - yyrl4641, yyrt4641 = z.DecInferLen(yyl4641, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4641 { - if yyrl4641 <= cap(yyv4641) { - yyv4641 = yyv4641[:yyrl4641] + yyrg4669 := len(yyv4669) > 0 + yyv24669 := yyv4669 + yyrl4669, yyrt4669 = z.DecInferLen(yyl4669, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4669 { + if yyrl4669 <= cap(yyv4669) { + yyv4669 = yyv4669[:yyrl4669] } else { - yyv4641 = make([]VolumeMount, yyrl4641) + yyv4669 = make([]VolumeMount, yyrl4669) } } else { - yyv4641 = make([]VolumeMount, yyrl4641) + yyv4669 = make([]VolumeMount, yyrl4669) } - yyc4641 = true - yyrr4641 = len(yyv4641) - if yyrg4641 { - copy(yyv4641, yyv24641) + yyc4669 = true + yyrr4669 = len(yyv4669) + if yyrg4669 { + copy(yyv4669, yyv24669) } - } else if yyl4641 != len(yyv4641) { - yyv4641 = yyv4641[:yyl4641] - yyc4641 = true + } else if yyl4669 != len(yyv4669) { + yyv4669 = yyv4669[:yyl4669] + yyc4669 = true } - yyj4641 := 0 - for ; yyj4641 < yyrr4641; yyj4641++ { - yyh4641.ElemContainerState(yyj4641) + yyj4669 := 0 + for ; yyj4669 < yyrr4669; yyj4669++ { + yyh4669.ElemContainerState(yyj4669) if r.TryDecodeAsNil() { - yyv4641[yyj4641] = VolumeMount{} + yyv4669[yyj4669] = VolumeMount{} } else { - yyv4642 := &yyv4641[yyj4641] - yyv4642.CodecDecodeSelf(d) + yyv4670 := &yyv4669[yyj4669] + yyv4670.CodecDecodeSelf(d) } } - if yyrt4641 { - for ; yyj4641 < yyl4641; yyj4641++ { - yyv4641 = append(yyv4641, VolumeMount{}) - yyh4641.ElemContainerState(yyj4641) + if yyrt4669 { + for ; yyj4669 < yyl4669; yyj4669++ { + yyv4669 = append(yyv4669, VolumeMount{}) + yyh4669.ElemContainerState(yyj4669) if r.TryDecodeAsNil() { - yyv4641[yyj4641] = VolumeMount{} + yyv4669[yyj4669] = VolumeMount{} } else { - yyv4643 := &yyv4641[yyj4641] - yyv4643.CodecDecodeSelf(d) + yyv4671 := &yyv4669[yyj4669] + yyv4671.CodecDecodeSelf(d) } } } } else { - yyj4641 := 0 - for ; !r.CheckBreak(); yyj4641++ { + yyj4669 := 0 + for ; !r.CheckBreak(); yyj4669++ { - if yyj4641 >= len(yyv4641) { - yyv4641 = append(yyv4641, VolumeMount{}) // var yyz4641 VolumeMount - yyc4641 = true + if yyj4669 >= len(yyv4669) { + yyv4669 = append(yyv4669, VolumeMount{}) // var yyz4669 VolumeMount + yyc4669 = true } - yyh4641.ElemContainerState(yyj4641) - if yyj4641 < len(yyv4641) { + yyh4669.ElemContainerState(yyj4669) + if yyj4669 < len(yyv4669) { if r.TryDecodeAsNil() { - yyv4641[yyj4641] = VolumeMount{} + yyv4669[yyj4669] = VolumeMount{} } else { - yyv4644 := &yyv4641[yyj4641] - yyv4644.CodecDecodeSelf(d) + yyv4672 := &yyv4669[yyj4669] + yyv4672.CodecDecodeSelf(d) } } else { @@ -58038,17 +58512,17 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco } } - if yyj4641 < len(yyv4641) { - yyv4641 = yyv4641[:yyj4641] - yyc4641 = true - } else if yyj4641 == 0 && yyv4641 == nil { - yyv4641 = []VolumeMount{} - yyc4641 = true + if yyj4669 < len(yyv4669) { + yyv4669 = yyv4669[:yyj4669] + yyc4669 = true + } else if yyj4669 == 0 && yyv4669 == nil { + yyv4669 = []VolumeMount{} + yyc4669 = true } } - yyh4641.End() - if yyc4641 { - *v = yyv4641 + yyh4669.End() + if yyc4669 { + *v = yyv4669 } } @@ -58057,10 +58531,10 @@ func (x codecSelfer1234) encSlicePod(v []Pod, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4645 := range v { + for _, yyv4673 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4646 := &yyv4645 - yy4646.CodecEncodeSelf(e) + yy4674 := &yyv4673 + yy4674.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58070,83 +58544,83 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4647 := *v - yyh4647, yyl4647 := z.DecSliceHelperStart() - var yyc4647 bool - if yyl4647 == 0 { - if yyv4647 == nil { - yyv4647 = []Pod{} - yyc4647 = true - } else if len(yyv4647) != 0 { - yyv4647 = yyv4647[:0] - yyc4647 = true + yyv4675 := *v + yyh4675, yyl4675 := z.DecSliceHelperStart() + var yyc4675 bool + if yyl4675 == 0 { + if yyv4675 == nil { + yyv4675 = []Pod{} + yyc4675 = true + } else if len(yyv4675) != 0 { + yyv4675 = yyv4675[:0] + yyc4675 = true } - } else if yyl4647 > 0 { - var yyrr4647, yyrl4647 int - var yyrt4647 bool - if yyl4647 > cap(yyv4647) { + } else if yyl4675 > 0 { + var yyrr4675, yyrl4675 int + var yyrt4675 bool + if yyl4675 > cap(yyv4675) { - yyrg4647 := len(yyv4647) > 0 - yyv24647 := yyv4647 - yyrl4647, yyrt4647 = z.DecInferLen(yyl4647, z.DecBasicHandle().MaxInitLen, 640) - if yyrt4647 { - if yyrl4647 <= cap(yyv4647) { - yyv4647 = yyv4647[:yyrl4647] + yyrg4675 := len(yyv4675) > 0 + yyv24675 := yyv4675 + yyrl4675, yyrt4675 = z.DecInferLen(yyl4675, z.DecBasicHandle().MaxInitLen, 640) + if yyrt4675 { + if yyrl4675 <= cap(yyv4675) { + yyv4675 = yyv4675[:yyrl4675] } else { - yyv4647 = make([]Pod, yyrl4647) + yyv4675 = make([]Pod, yyrl4675) } } else { - yyv4647 = make([]Pod, yyrl4647) + yyv4675 = make([]Pod, yyrl4675) } - yyc4647 = true - yyrr4647 = len(yyv4647) - if yyrg4647 { - copy(yyv4647, yyv24647) + yyc4675 = true + yyrr4675 = len(yyv4675) + if yyrg4675 { + copy(yyv4675, yyv24675) } - } else if yyl4647 != len(yyv4647) { - yyv4647 = yyv4647[:yyl4647] - yyc4647 = true + } else if yyl4675 != len(yyv4675) { + yyv4675 = yyv4675[:yyl4675] + yyc4675 = true } - yyj4647 := 0 - for ; yyj4647 < yyrr4647; yyj4647++ { - yyh4647.ElemContainerState(yyj4647) + yyj4675 := 0 + for ; yyj4675 < yyrr4675; yyj4675++ { + yyh4675.ElemContainerState(yyj4675) if r.TryDecodeAsNil() { - yyv4647[yyj4647] = Pod{} + yyv4675[yyj4675] = Pod{} } else { - yyv4648 := &yyv4647[yyj4647] - yyv4648.CodecDecodeSelf(d) + yyv4676 := &yyv4675[yyj4675] + yyv4676.CodecDecodeSelf(d) } } - if yyrt4647 { - for ; yyj4647 < yyl4647; yyj4647++ { - yyv4647 = append(yyv4647, Pod{}) - yyh4647.ElemContainerState(yyj4647) + if yyrt4675 { + for ; yyj4675 < yyl4675; yyj4675++ { + yyv4675 = append(yyv4675, Pod{}) + yyh4675.ElemContainerState(yyj4675) if r.TryDecodeAsNil() { - yyv4647[yyj4647] = Pod{} + yyv4675[yyj4675] = Pod{} } else { - yyv4649 := &yyv4647[yyj4647] - yyv4649.CodecDecodeSelf(d) + yyv4677 := &yyv4675[yyj4675] + yyv4677.CodecDecodeSelf(d) } } } } else { - yyj4647 := 0 - for ; !r.CheckBreak(); yyj4647++ { + yyj4675 := 0 + for ; !r.CheckBreak(); yyj4675++ { - if yyj4647 >= len(yyv4647) { - yyv4647 = append(yyv4647, Pod{}) // var yyz4647 Pod - yyc4647 = true + if yyj4675 >= len(yyv4675) { + yyv4675 = append(yyv4675, Pod{}) // var yyz4675 Pod + yyc4675 = true } - yyh4647.ElemContainerState(yyj4647) - if yyj4647 < len(yyv4647) { + yyh4675.ElemContainerState(yyj4675) + if yyj4675 < len(yyv4675) { if r.TryDecodeAsNil() { - yyv4647[yyj4647] = Pod{} + yyv4675[yyj4675] = Pod{} } else { - yyv4650 := &yyv4647[yyj4647] - yyv4650.CodecDecodeSelf(d) + yyv4678 := &yyv4675[yyj4675] + yyv4678.CodecDecodeSelf(d) } } else { @@ -58154,17 +58628,17 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { } } - if yyj4647 < len(yyv4647) { - yyv4647 = yyv4647[:yyj4647] - yyc4647 = true - } else if yyj4647 == 0 && yyv4647 == nil { - yyv4647 = []Pod{} - yyc4647 = true + if yyj4675 < len(yyv4675) { + yyv4675 = yyv4675[:yyj4675] + yyc4675 = true + } else if yyj4675 == 0 && yyv4675 == nil { + yyv4675 = []Pod{} + yyc4675 = true } } - yyh4647.End() - if yyc4647 { - *v = yyv4647 + yyh4675.End() + if yyc4675 { + *v = yyv4675 } } @@ -58173,10 +58647,10 @@ func (x codecSelfer1234) encSliceNodeSelectorTerm(v []NodeSelectorTerm, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4651 := range v { + for _, yyv4679 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4652 := &yyv4651 - yy4652.CodecEncodeSelf(e) + yy4680 := &yyv4679 + yy4680.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58186,83 +58660,83 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4653 := *v - yyh4653, yyl4653 := z.DecSliceHelperStart() - var yyc4653 bool - if yyl4653 == 0 { - if yyv4653 == nil { - yyv4653 = []NodeSelectorTerm{} - yyc4653 = true - } else if len(yyv4653) != 0 { - yyv4653 = yyv4653[:0] - yyc4653 = true + yyv4681 := *v + yyh4681, yyl4681 := z.DecSliceHelperStart() + var yyc4681 bool + if yyl4681 == 0 { + if yyv4681 == nil { + yyv4681 = []NodeSelectorTerm{} + yyc4681 = true + } else if len(yyv4681) != 0 { + yyv4681 = yyv4681[:0] + yyc4681 = true } - } else if yyl4653 > 0 { - var yyrr4653, yyrl4653 int - var yyrt4653 bool - if yyl4653 > cap(yyv4653) { + } else if yyl4681 > 0 { + var yyrr4681, yyrl4681 int + var yyrt4681 bool + if yyl4681 > cap(yyv4681) { - yyrg4653 := len(yyv4653) > 0 - yyv24653 := yyv4653 - yyrl4653, yyrt4653 = z.DecInferLen(yyl4653, z.DecBasicHandle().MaxInitLen, 24) - if yyrt4653 { - if yyrl4653 <= cap(yyv4653) { - yyv4653 = yyv4653[:yyrl4653] + yyrg4681 := len(yyv4681) > 0 + yyv24681 := yyv4681 + yyrl4681, yyrt4681 = z.DecInferLen(yyl4681, z.DecBasicHandle().MaxInitLen, 24) + if yyrt4681 { + if yyrl4681 <= cap(yyv4681) { + yyv4681 = yyv4681[:yyrl4681] } else { - yyv4653 = make([]NodeSelectorTerm, yyrl4653) + yyv4681 = make([]NodeSelectorTerm, yyrl4681) } } else { - yyv4653 = make([]NodeSelectorTerm, yyrl4653) + yyv4681 = make([]NodeSelectorTerm, yyrl4681) } - yyc4653 = true - yyrr4653 = len(yyv4653) - if yyrg4653 { - copy(yyv4653, yyv24653) + yyc4681 = true + yyrr4681 = len(yyv4681) + if yyrg4681 { + copy(yyv4681, yyv24681) } - } else if yyl4653 != len(yyv4653) { - yyv4653 = yyv4653[:yyl4653] - yyc4653 = true + } else if yyl4681 != len(yyv4681) { + yyv4681 = yyv4681[:yyl4681] + yyc4681 = true } - yyj4653 := 0 - for ; yyj4653 < yyrr4653; yyj4653++ { - yyh4653.ElemContainerState(yyj4653) + yyj4681 := 0 + for ; yyj4681 < yyrr4681; yyj4681++ { + yyh4681.ElemContainerState(yyj4681) if r.TryDecodeAsNil() { - yyv4653[yyj4653] = NodeSelectorTerm{} + yyv4681[yyj4681] = NodeSelectorTerm{} } else { - yyv4654 := &yyv4653[yyj4653] - yyv4654.CodecDecodeSelf(d) + yyv4682 := &yyv4681[yyj4681] + yyv4682.CodecDecodeSelf(d) } } - if yyrt4653 { - for ; yyj4653 < yyl4653; yyj4653++ { - yyv4653 = append(yyv4653, NodeSelectorTerm{}) - yyh4653.ElemContainerState(yyj4653) + if yyrt4681 { + for ; yyj4681 < yyl4681; yyj4681++ { + yyv4681 = append(yyv4681, NodeSelectorTerm{}) + yyh4681.ElemContainerState(yyj4681) if r.TryDecodeAsNil() { - yyv4653[yyj4653] = NodeSelectorTerm{} + yyv4681[yyj4681] = NodeSelectorTerm{} } else { - yyv4655 := &yyv4653[yyj4653] - yyv4655.CodecDecodeSelf(d) + yyv4683 := &yyv4681[yyj4681] + yyv4683.CodecDecodeSelf(d) } } } } else { - yyj4653 := 0 - for ; !r.CheckBreak(); yyj4653++ { + yyj4681 := 0 + for ; !r.CheckBreak(); yyj4681++ { - if yyj4653 >= len(yyv4653) { - yyv4653 = append(yyv4653, NodeSelectorTerm{}) // var yyz4653 NodeSelectorTerm - yyc4653 = true + if yyj4681 >= len(yyv4681) { + yyv4681 = append(yyv4681, NodeSelectorTerm{}) // var yyz4681 NodeSelectorTerm + yyc4681 = true } - yyh4653.ElemContainerState(yyj4653) - if yyj4653 < len(yyv4653) { + yyh4681.ElemContainerState(yyj4681) + if yyj4681 < len(yyv4681) { if r.TryDecodeAsNil() { - yyv4653[yyj4653] = NodeSelectorTerm{} + yyv4681[yyj4681] = NodeSelectorTerm{} } else { - yyv4656 := &yyv4653[yyj4653] - yyv4656.CodecDecodeSelf(d) + yyv4684 := &yyv4681[yyj4681] + yyv4684.CodecDecodeSelf(d) } } else { @@ -58270,17 +58744,17 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code } } - if yyj4653 < len(yyv4653) { - yyv4653 = yyv4653[:yyj4653] - yyc4653 = true - } else if yyj4653 == 0 && yyv4653 == nil { - yyv4653 = []NodeSelectorTerm{} - yyc4653 = true + if yyj4681 < len(yyv4681) { + yyv4681 = yyv4681[:yyj4681] + yyc4681 = true + } else if yyj4681 == 0 && yyv4681 == nil { + yyv4681 = []NodeSelectorTerm{} + yyc4681 = true } } - yyh4653.End() - if yyc4653 { - *v = yyv4653 + yyh4681.End() + if yyc4681 { + *v = yyv4681 } } @@ -58289,10 +58763,10 @@ func (x codecSelfer1234) encSliceNodeSelectorRequirement(v []NodeSelectorRequire z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4657 := range v { + for _, yyv4685 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4658 := &yyv4657 - yy4658.CodecEncodeSelf(e) + yy4686 := &yyv4685 + yy4686.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58302,83 +58776,83 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4659 := *v - yyh4659, yyl4659 := z.DecSliceHelperStart() - var yyc4659 bool - if yyl4659 == 0 { - if yyv4659 == nil { - yyv4659 = []NodeSelectorRequirement{} - yyc4659 = true - } else if len(yyv4659) != 0 { - yyv4659 = yyv4659[:0] - yyc4659 = true + yyv4687 := *v + yyh4687, yyl4687 := z.DecSliceHelperStart() + var yyc4687 bool + if yyl4687 == 0 { + if yyv4687 == nil { + yyv4687 = []NodeSelectorRequirement{} + yyc4687 = true + } else if len(yyv4687) != 0 { + yyv4687 = yyv4687[:0] + yyc4687 = true } - } else if yyl4659 > 0 { - var yyrr4659, yyrl4659 int - var yyrt4659 bool - if yyl4659 > cap(yyv4659) { + } else if yyl4687 > 0 { + var yyrr4687, yyrl4687 int + var yyrt4687 bool + if yyl4687 > cap(yyv4687) { - yyrg4659 := len(yyv4659) > 0 - yyv24659 := yyv4659 - yyrl4659, yyrt4659 = z.DecInferLen(yyl4659, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4659 { - if yyrl4659 <= cap(yyv4659) { - yyv4659 = yyv4659[:yyrl4659] + yyrg4687 := len(yyv4687) > 0 + yyv24687 := yyv4687 + yyrl4687, yyrt4687 = z.DecInferLen(yyl4687, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4687 { + if yyrl4687 <= cap(yyv4687) { + yyv4687 = yyv4687[:yyrl4687] } else { - yyv4659 = make([]NodeSelectorRequirement, yyrl4659) + yyv4687 = make([]NodeSelectorRequirement, yyrl4687) } } else { - yyv4659 = make([]NodeSelectorRequirement, yyrl4659) + yyv4687 = make([]NodeSelectorRequirement, yyrl4687) } - yyc4659 = true - yyrr4659 = len(yyv4659) - if yyrg4659 { - copy(yyv4659, yyv24659) + yyc4687 = true + yyrr4687 = len(yyv4687) + if yyrg4687 { + copy(yyv4687, yyv24687) } - } else if yyl4659 != len(yyv4659) { - yyv4659 = yyv4659[:yyl4659] - yyc4659 = true + } else if yyl4687 != len(yyv4687) { + yyv4687 = yyv4687[:yyl4687] + yyc4687 = true } - yyj4659 := 0 - for ; yyj4659 < yyrr4659; yyj4659++ { - yyh4659.ElemContainerState(yyj4659) + yyj4687 := 0 + for ; yyj4687 < yyrr4687; yyj4687++ { + yyh4687.ElemContainerState(yyj4687) if r.TryDecodeAsNil() { - yyv4659[yyj4659] = NodeSelectorRequirement{} + yyv4687[yyj4687] = NodeSelectorRequirement{} } else { - yyv4660 := &yyv4659[yyj4659] - yyv4660.CodecDecodeSelf(d) + yyv4688 := &yyv4687[yyj4687] + yyv4688.CodecDecodeSelf(d) } } - if yyrt4659 { - for ; yyj4659 < yyl4659; yyj4659++ { - yyv4659 = append(yyv4659, NodeSelectorRequirement{}) - yyh4659.ElemContainerState(yyj4659) + if yyrt4687 { + for ; yyj4687 < yyl4687; yyj4687++ { + yyv4687 = append(yyv4687, NodeSelectorRequirement{}) + yyh4687.ElemContainerState(yyj4687) if r.TryDecodeAsNil() { - yyv4659[yyj4659] = NodeSelectorRequirement{} + yyv4687[yyj4687] = NodeSelectorRequirement{} } else { - yyv4661 := &yyv4659[yyj4659] - yyv4661.CodecDecodeSelf(d) + yyv4689 := &yyv4687[yyj4687] + yyv4689.CodecDecodeSelf(d) } } } } else { - yyj4659 := 0 - for ; !r.CheckBreak(); yyj4659++ { + yyj4687 := 0 + for ; !r.CheckBreak(); yyj4687++ { - if yyj4659 >= len(yyv4659) { - yyv4659 = append(yyv4659, NodeSelectorRequirement{}) // var yyz4659 NodeSelectorRequirement - yyc4659 = true + if yyj4687 >= len(yyv4687) { + yyv4687 = append(yyv4687, NodeSelectorRequirement{}) // var yyz4687 NodeSelectorRequirement + yyc4687 = true } - yyh4659.ElemContainerState(yyj4659) - if yyj4659 < len(yyv4659) { + yyh4687.ElemContainerState(yyj4687) + if yyj4687 < len(yyv4687) { if r.TryDecodeAsNil() { - yyv4659[yyj4659] = NodeSelectorRequirement{} + yyv4687[yyj4687] = NodeSelectorRequirement{} } else { - yyv4662 := &yyv4659[yyj4659] - yyv4662.CodecDecodeSelf(d) + yyv4690 := &yyv4687[yyj4687] + yyv4690.CodecDecodeSelf(d) } } else { @@ -58386,17 +58860,17 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir } } - if yyj4659 < len(yyv4659) { - yyv4659 = yyv4659[:yyj4659] - yyc4659 = true - } else if yyj4659 == 0 && yyv4659 == nil { - yyv4659 = []NodeSelectorRequirement{} - yyc4659 = true + if yyj4687 < len(yyv4687) { + yyv4687 = yyv4687[:yyj4687] + yyc4687 = true + } else if yyj4687 == 0 && yyv4687 == nil { + yyv4687 = []NodeSelectorRequirement{} + yyc4687 = true } } - yyh4659.End() - if yyc4659 { - *v = yyv4659 + yyh4687.End() + if yyc4687 { + *v = yyv4687 } } @@ -58405,10 +58879,10 @@ func (x codecSelfer1234) encSlicePodAffinityTerm(v []PodAffinityTerm, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4663 := range v { + for _, yyv4691 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4664 := &yyv4663 - yy4664.CodecEncodeSelf(e) + yy4692 := &yyv4691 + yy4692.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58418,83 +58892,83 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4665 := *v - yyh4665, yyl4665 := z.DecSliceHelperStart() - var yyc4665 bool - if yyl4665 == 0 { - if yyv4665 == nil { - yyv4665 = []PodAffinityTerm{} - yyc4665 = true - } else if len(yyv4665) != 0 { - yyv4665 = yyv4665[:0] - yyc4665 = true + yyv4693 := *v + yyh4693, yyl4693 := z.DecSliceHelperStart() + var yyc4693 bool + if yyl4693 == 0 { + if yyv4693 == nil { + yyv4693 = []PodAffinityTerm{} + yyc4693 = true + } else if len(yyv4693) != 0 { + yyv4693 = yyv4693[:0] + yyc4693 = true } - } else if yyl4665 > 0 { - var yyrr4665, yyrl4665 int - var yyrt4665 bool - if yyl4665 > cap(yyv4665) { + } else if yyl4693 > 0 { + var yyrr4693, yyrl4693 int + var yyrt4693 bool + if yyl4693 > cap(yyv4693) { - yyrg4665 := len(yyv4665) > 0 - yyv24665 := yyv4665 - yyrl4665, yyrt4665 = z.DecInferLen(yyl4665, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4665 { - if yyrl4665 <= cap(yyv4665) { - yyv4665 = yyv4665[:yyrl4665] + yyrg4693 := len(yyv4693) > 0 + yyv24693 := yyv4693 + yyrl4693, yyrt4693 = z.DecInferLen(yyl4693, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4693 { + if yyrl4693 <= cap(yyv4693) { + yyv4693 = yyv4693[:yyrl4693] } else { - yyv4665 = make([]PodAffinityTerm, yyrl4665) + yyv4693 = make([]PodAffinityTerm, yyrl4693) } } else { - yyv4665 = make([]PodAffinityTerm, yyrl4665) + yyv4693 = make([]PodAffinityTerm, yyrl4693) } - yyc4665 = true - yyrr4665 = len(yyv4665) - if yyrg4665 { - copy(yyv4665, yyv24665) + yyc4693 = true + yyrr4693 = len(yyv4693) + if yyrg4693 { + copy(yyv4693, yyv24693) } - } else if yyl4665 != len(yyv4665) { - yyv4665 = yyv4665[:yyl4665] - yyc4665 = true + } else if yyl4693 != len(yyv4693) { + yyv4693 = yyv4693[:yyl4693] + yyc4693 = true } - yyj4665 := 0 - for ; yyj4665 < yyrr4665; yyj4665++ { - yyh4665.ElemContainerState(yyj4665) + yyj4693 := 0 + for ; yyj4693 < yyrr4693; yyj4693++ { + yyh4693.ElemContainerState(yyj4693) if r.TryDecodeAsNil() { - yyv4665[yyj4665] = PodAffinityTerm{} + yyv4693[yyj4693] = PodAffinityTerm{} } else { - yyv4666 := &yyv4665[yyj4665] - yyv4666.CodecDecodeSelf(d) + yyv4694 := &yyv4693[yyj4693] + yyv4694.CodecDecodeSelf(d) } } - if yyrt4665 { - for ; yyj4665 < yyl4665; yyj4665++ { - yyv4665 = append(yyv4665, PodAffinityTerm{}) - yyh4665.ElemContainerState(yyj4665) + if yyrt4693 { + for ; yyj4693 < yyl4693; yyj4693++ { + yyv4693 = append(yyv4693, PodAffinityTerm{}) + yyh4693.ElemContainerState(yyj4693) if r.TryDecodeAsNil() { - yyv4665[yyj4665] = PodAffinityTerm{} + yyv4693[yyj4693] = PodAffinityTerm{} } else { - yyv4667 := &yyv4665[yyj4665] - yyv4667.CodecDecodeSelf(d) + yyv4695 := &yyv4693[yyj4693] + yyv4695.CodecDecodeSelf(d) } } } } else { - yyj4665 := 0 - for ; !r.CheckBreak(); yyj4665++ { + yyj4693 := 0 + for ; !r.CheckBreak(); yyj4693++ { - if yyj4665 >= len(yyv4665) { - yyv4665 = append(yyv4665, PodAffinityTerm{}) // var yyz4665 PodAffinityTerm - yyc4665 = true + if yyj4693 >= len(yyv4693) { + yyv4693 = append(yyv4693, PodAffinityTerm{}) // var yyz4693 PodAffinityTerm + yyc4693 = true } - yyh4665.ElemContainerState(yyj4665) - if yyj4665 < len(yyv4665) { + yyh4693.ElemContainerState(yyj4693) + if yyj4693 < len(yyv4693) { if r.TryDecodeAsNil() { - yyv4665[yyj4665] = PodAffinityTerm{} + yyv4693[yyj4693] = PodAffinityTerm{} } else { - yyv4668 := &yyv4665[yyj4665] - yyv4668.CodecDecodeSelf(d) + yyv4696 := &yyv4693[yyj4693] + yyv4696.CodecDecodeSelf(d) } } else { @@ -58502,17 +58976,17 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 } } - if yyj4665 < len(yyv4665) { - yyv4665 = yyv4665[:yyj4665] - yyc4665 = true - } else if yyj4665 == 0 && yyv4665 == nil { - yyv4665 = []PodAffinityTerm{} - yyc4665 = true + if yyj4693 < len(yyv4693) { + yyv4693 = yyv4693[:yyj4693] + yyc4693 = true + } else if yyj4693 == 0 && yyv4693 == nil { + yyv4693 = []PodAffinityTerm{} + yyc4693 = true } } - yyh4665.End() - if yyc4665 { - *v = yyv4665 + yyh4693.End() + if yyc4693 { + *v = yyv4693 } } @@ -58521,10 +58995,10 @@ func (x codecSelfer1234) encSliceWeightedPodAffinityTerm(v []WeightedPodAffinity z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4669 := range v { + for _, yyv4697 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4670 := &yyv4669 - yy4670.CodecEncodeSelf(e) + yy4698 := &yyv4697 + yy4698.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58534,83 +59008,83 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4671 := *v - yyh4671, yyl4671 := z.DecSliceHelperStart() - var yyc4671 bool - if yyl4671 == 0 { - if yyv4671 == nil { - yyv4671 = []WeightedPodAffinityTerm{} - yyc4671 = true - } else if len(yyv4671) != 0 { - yyv4671 = yyv4671[:0] - yyc4671 = true + yyv4699 := *v + yyh4699, yyl4699 := z.DecSliceHelperStart() + var yyc4699 bool + if yyl4699 == 0 { + if yyv4699 == nil { + yyv4699 = []WeightedPodAffinityTerm{} + yyc4699 = true + } else if len(yyv4699) != 0 { + yyv4699 = yyv4699[:0] + yyc4699 = true } - } else if yyl4671 > 0 { - var yyrr4671, yyrl4671 int - var yyrt4671 bool - if yyl4671 > cap(yyv4671) { + } else if yyl4699 > 0 { + var yyrr4699, yyrl4699 int + var yyrt4699 bool + if yyl4699 > cap(yyv4699) { - yyrg4671 := len(yyv4671) > 0 - yyv24671 := yyv4671 - yyrl4671, yyrt4671 = z.DecInferLen(yyl4671, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4671 { - if yyrl4671 <= cap(yyv4671) { - yyv4671 = yyv4671[:yyrl4671] + yyrg4699 := len(yyv4699) > 0 + yyv24699 := yyv4699 + yyrl4699, yyrt4699 = z.DecInferLen(yyl4699, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4699 { + if yyrl4699 <= cap(yyv4699) { + yyv4699 = yyv4699[:yyrl4699] } else { - yyv4671 = make([]WeightedPodAffinityTerm, yyrl4671) + yyv4699 = make([]WeightedPodAffinityTerm, yyrl4699) } } else { - yyv4671 = make([]WeightedPodAffinityTerm, yyrl4671) + yyv4699 = make([]WeightedPodAffinityTerm, yyrl4699) } - yyc4671 = true - yyrr4671 = len(yyv4671) - if yyrg4671 { - copy(yyv4671, yyv24671) + yyc4699 = true + yyrr4699 = len(yyv4699) + if yyrg4699 { + copy(yyv4699, yyv24699) } - } else if yyl4671 != len(yyv4671) { - yyv4671 = yyv4671[:yyl4671] - yyc4671 = true + } else if yyl4699 != len(yyv4699) { + yyv4699 = yyv4699[:yyl4699] + yyc4699 = true } - yyj4671 := 0 - for ; yyj4671 < yyrr4671; yyj4671++ { - yyh4671.ElemContainerState(yyj4671) + yyj4699 := 0 + for ; yyj4699 < yyrr4699; yyj4699++ { + yyh4699.ElemContainerState(yyj4699) if r.TryDecodeAsNil() { - yyv4671[yyj4671] = WeightedPodAffinityTerm{} + yyv4699[yyj4699] = WeightedPodAffinityTerm{} } else { - yyv4672 := &yyv4671[yyj4671] - yyv4672.CodecDecodeSelf(d) + yyv4700 := &yyv4699[yyj4699] + yyv4700.CodecDecodeSelf(d) } } - if yyrt4671 { - for ; yyj4671 < yyl4671; yyj4671++ { - yyv4671 = append(yyv4671, WeightedPodAffinityTerm{}) - yyh4671.ElemContainerState(yyj4671) + if yyrt4699 { + for ; yyj4699 < yyl4699; yyj4699++ { + yyv4699 = append(yyv4699, WeightedPodAffinityTerm{}) + yyh4699.ElemContainerState(yyj4699) if r.TryDecodeAsNil() { - yyv4671[yyj4671] = WeightedPodAffinityTerm{} + yyv4699[yyj4699] = WeightedPodAffinityTerm{} } else { - yyv4673 := &yyv4671[yyj4671] - yyv4673.CodecDecodeSelf(d) + yyv4701 := &yyv4699[yyj4699] + yyv4701.CodecDecodeSelf(d) } } } } else { - yyj4671 := 0 - for ; !r.CheckBreak(); yyj4671++ { + yyj4699 := 0 + for ; !r.CheckBreak(); yyj4699++ { - if yyj4671 >= len(yyv4671) { - yyv4671 = append(yyv4671, WeightedPodAffinityTerm{}) // var yyz4671 WeightedPodAffinityTerm - yyc4671 = true + if yyj4699 >= len(yyv4699) { + yyv4699 = append(yyv4699, WeightedPodAffinityTerm{}) // var yyz4699 WeightedPodAffinityTerm + yyc4699 = true } - yyh4671.ElemContainerState(yyj4671) - if yyj4671 < len(yyv4671) { + yyh4699.ElemContainerState(yyj4699) + if yyj4699 < len(yyv4699) { if r.TryDecodeAsNil() { - yyv4671[yyj4671] = WeightedPodAffinityTerm{} + yyv4699[yyj4699] = WeightedPodAffinityTerm{} } else { - yyv4674 := &yyv4671[yyj4671] - yyv4674.CodecDecodeSelf(d) + yyv4702 := &yyv4699[yyj4699] + yyv4702.CodecDecodeSelf(d) } } else { @@ -58618,17 +59092,17 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit } } - if yyj4671 < len(yyv4671) { - yyv4671 = yyv4671[:yyj4671] - yyc4671 = true - } else if yyj4671 == 0 && yyv4671 == nil { - yyv4671 = []WeightedPodAffinityTerm{} - yyc4671 = true + if yyj4699 < len(yyv4699) { + yyv4699 = yyv4699[:yyj4699] + yyc4699 = true + } else if yyj4699 == 0 && yyv4699 == nil { + yyv4699 = []WeightedPodAffinityTerm{} + yyc4699 = true } } - yyh4671.End() - if yyc4671 { - *v = yyv4671 + yyh4699.End() + if yyc4699 { + *v = yyv4699 } } @@ -58637,10 +59111,10 @@ func (x codecSelfer1234) encSlicePreferredSchedulingTerm(v []PreferredScheduling z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4675 := range v { + for _, yyv4703 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4676 := &yyv4675 - yy4676.CodecEncodeSelf(e) + yy4704 := &yyv4703 + yy4704.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58650,83 +59124,83 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4677 := *v - yyh4677, yyl4677 := z.DecSliceHelperStart() - var yyc4677 bool - if yyl4677 == 0 { - if yyv4677 == nil { - yyv4677 = []PreferredSchedulingTerm{} - yyc4677 = true - } else if len(yyv4677) != 0 { - yyv4677 = yyv4677[:0] - yyc4677 = true + yyv4705 := *v + yyh4705, yyl4705 := z.DecSliceHelperStart() + var yyc4705 bool + if yyl4705 == 0 { + if yyv4705 == nil { + yyv4705 = []PreferredSchedulingTerm{} + yyc4705 = true + } else if len(yyv4705) != 0 { + yyv4705 = yyv4705[:0] + yyc4705 = true } - } else if yyl4677 > 0 { - var yyrr4677, yyrl4677 int - var yyrt4677 bool - if yyl4677 > cap(yyv4677) { + } else if yyl4705 > 0 { + var yyrr4705, yyrl4705 int + var yyrt4705 bool + if yyl4705 > cap(yyv4705) { - yyrg4677 := len(yyv4677) > 0 - yyv24677 := yyv4677 - yyrl4677, yyrt4677 = z.DecInferLen(yyl4677, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4677 { - if yyrl4677 <= cap(yyv4677) { - yyv4677 = yyv4677[:yyrl4677] + yyrg4705 := len(yyv4705) > 0 + yyv24705 := yyv4705 + yyrl4705, yyrt4705 = z.DecInferLen(yyl4705, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4705 { + if yyrl4705 <= cap(yyv4705) { + yyv4705 = yyv4705[:yyrl4705] } else { - yyv4677 = make([]PreferredSchedulingTerm, yyrl4677) + yyv4705 = make([]PreferredSchedulingTerm, yyrl4705) } } else { - yyv4677 = make([]PreferredSchedulingTerm, yyrl4677) + yyv4705 = make([]PreferredSchedulingTerm, yyrl4705) } - yyc4677 = true - yyrr4677 = len(yyv4677) - if yyrg4677 { - copy(yyv4677, yyv24677) + yyc4705 = true + yyrr4705 = len(yyv4705) + if yyrg4705 { + copy(yyv4705, yyv24705) } - } else if yyl4677 != len(yyv4677) { - yyv4677 = yyv4677[:yyl4677] - yyc4677 = true + } else if yyl4705 != len(yyv4705) { + yyv4705 = yyv4705[:yyl4705] + yyc4705 = true } - yyj4677 := 0 - for ; yyj4677 < yyrr4677; yyj4677++ { - yyh4677.ElemContainerState(yyj4677) + yyj4705 := 0 + for ; yyj4705 < yyrr4705; yyj4705++ { + yyh4705.ElemContainerState(yyj4705) if r.TryDecodeAsNil() { - yyv4677[yyj4677] = PreferredSchedulingTerm{} + yyv4705[yyj4705] = PreferredSchedulingTerm{} } else { - yyv4678 := &yyv4677[yyj4677] - yyv4678.CodecDecodeSelf(d) + yyv4706 := &yyv4705[yyj4705] + yyv4706.CodecDecodeSelf(d) } } - if yyrt4677 { - for ; yyj4677 < yyl4677; yyj4677++ { - yyv4677 = append(yyv4677, PreferredSchedulingTerm{}) - yyh4677.ElemContainerState(yyj4677) + if yyrt4705 { + for ; yyj4705 < yyl4705; yyj4705++ { + yyv4705 = append(yyv4705, PreferredSchedulingTerm{}) + yyh4705.ElemContainerState(yyj4705) if r.TryDecodeAsNil() { - yyv4677[yyj4677] = PreferredSchedulingTerm{} + yyv4705[yyj4705] = PreferredSchedulingTerm{} } else { - yyv4679 := &yyv4677[yyj4677] - yyv4679.CodecDecodeSelf(d) + yyv4707 := &yyv4705[yyj4705] + yyv4707.CodecDecodeSelf(d) } } } } else { - yyj4677 := 0 - for ; !r.CheckBreak(); yyj4677++ { + yyj4705 := 0 + for ; !r.CheckBreak(); yyj4705++ { - if yyj4677 >= len(yyv4677) { - yyv4677 = append(yyv4677, PreferredSchedulingTerm{}) // var yyz4677 PreferredSchedulingTerm - yyc4677 = true + if yyj4705 >= len(yyv4705) { + yyv4705 = append(yyv4705, PreferredSchedulingTerm{}) // var yyz4705 PreferredSchedulingTerm + yyc4705 = true } - yyh4677.ElemContainerState(yyj4677) - if yyj4677 < len(yyv4677) { + yyh4705.ElemContainerState(yyj4705) + if yyj4705 < len(yyv4705) { if r.TryDecodeAsNil() { - yyv4677[yyj4677] = PreferredSchedulingTerm{} + yyv4705[yyj4705] = PreferredSchedulingTerm{} } else { - yyv4680 := &yyv4677[yyj4677] - yyv4680.CodecDecodeSelf(d) + yyv4708 := &yyv4705[yyj4705] + yyv4708.CodecDecodeSelf(d) } } else { @@ -58734,17 +59208,17 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin } } - if yyj4677 < len(yyv4677) { - yyv4677 = yyv4677[:yyj4677] - yyc4677 = true - } else if yyj4677 == 0 && yyv4677 == nil { - yyv4677 = []PreferredSchedulingTerm{} - yyc4677 = true + if yyj4705 < len(yyv4705) { + yyv4705 = yyv4705[:yyj4705] + yyc4705 = true + } else if yyj4705 == 0 && yyv4705 == nil { + yyv4705 = []PreferredSchedulingTerm{} + yyc4705 = true } } - yyh4677.End() - if yyc4677 { - *v = yyv4677 + yyh4705.End() + if yyc4705 { + *v = yyv4705 } } @@ -58753,10 +59227,10 @@ func (x codecSelfer1234) encSliceVolume(v []Volume, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4681 := range v { + for _, yyv4709 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4682 := &yyv4681 - yy4682.CodecEncodeSelf(e) + yy4710 := &yyv4709 + yy4710.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58766,83 +59240,83 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4683 := *v - yyh4683, yyl4683 := z.DecSliceHelperStart() - var yyc4683 bool - if yyl4683 == 0 { - if yyv4683 == nil { - yyv4683 = []Volume{} - yyc4683 = true - } else if len(yyv4683) != 0 { - yyv4683 = yyv4683[:0] - yyc4683 = true + yyv4711 := *v + yyh4711, yyl4711 := z.DecSliceHelperStart() + var yyc4711 bool + if yyl4711 == 0 { + if yyv4711 == nil { + yyv4711 = []Volume{} + yyc4711 = true + } else if len(yyv4711) != 0 { + yyv4711 = yyv4711[:0] + yyc4711 = true } - } else if yyl4683 > 0 { - var yyrr4683, yyrl4683 int - var yyrt4683 bool - if yyl4683 > cap(yyv4683) { + } else if yyl4711 > 0 { + var yyrr4711, yyrl4711 int + var yyrt4711 bool + if yyl4711 > cap(yyv4711) { - yyrg4683 := len(yyv4683) > 0 - yyv24683 := yyv4683 - yyrl4683, yyrt4683 = z.DecInferLen(yyl4683, z.DecBasicHandle().MaxInitLen, 192) - if yyrt4683 { - if yyrl4683 <= cap(yyv4683) { - yyv4683 = yyv4683[:yyrl4683] + yyrg4711 := len(yyv4711) > 0 + yyv24711 := yyv4711 + yyrl4711, yyrt4711 = z.DecInferLen(yyl4711, z.DecBasicHandle().MaxInitLen, 200) + if yyrt4711 { + if yyrl4711 <= cap(yyv4711) { + yyv4711 = yyv4711[:yyrl4711] } else { - yyv4683 = make([]Volume, yyrl4683) + yyv4711 = make([]Volume, yyrl4711) } } else { - yyv4683 = make([]Volume, yyrl4683) + yyv4711 = make([]Volume, yyrl4711) } - yyc4683 = true - yyrr4683 = len(yyv4683) - if yyrg4683 { - copy(yyv4683, yyv24683) + yyc4711 = true + yyrr4711 = len(yyv4711) + if yyrg4711 { + copy(yyv4711, yyv24711) } - } else if yyl4683 != len(yyv4683) { - yyv4683 = yyv4683[:yyl4683] - yyc4683 = true + } else if yyl4711 != len(yyv4711) { + yyv4711 = yyv4711[:yyl4711] + yyc4711 = true } - yyj4683 := 0 - for ; yyj4683 < yyrr4683; yyj4683++ { - yyh4683.ElemContainerState(yyj4683) + yyj4711 := 0 + for ; yyj4711 < yyrr4711; yyj4711++ { + yyh4711.ElemContainerState(yyj4711) if r.TryDecodeAsNil() { - yyv4683[yyj4683] = Volume{} + yyv4711[yyj4711] = Volume{} } else { - yyv4684 := &yyv4683[yyj4683] - yyv4684.CodecDecodeSelf(d) + yyv4712 := &yyv4711[yyj4711] + yyv4712.CodecDecodeSelf(d) } } - if yyrt4683 { - for ; yyj4683 < yyl4683; yyj4683++ { - yyv4683 = append(yyv4683, Volume{}) - yyh4683.ElemContainerState(yyj4683) + if yyrt4711 { + for ; yyj4711 < yyl4711; yyj4711++ { + yyv4711 = append(yyv4711, Volume{}) + yyh4711.ElemContainerState(yyj4711) if r.TryDecodeAsNil() { - yyv4683[yyj4683] = Volume{} + yyv4711[yyj4711] = Volume{} } else { - yyv4685 := &yyv4683[yyj4683] - yyv4685.CodecDecodeSelf(d) + yyv4713 := &yyv4711[yyj4711] + yyv4713.CodecDecodeSelf(d) } } } } else { - yyj4683 := 0 - for ; !r.CheckBreak(); yyj4683++ { + yyj4711 := 0 + for ; !r.CheckBreak(); yyj4711++ { - if yyj4683 >= len(yyv4683) { - yyv4683 = append(yyv4683, Volume{}) // var yyz4683 Volume - yyc4683 = true + if yyj4711 >= len(yyv4711) { + yyv4711 = append(yyv4711, Volume{}) // var yyz4711 Volume + yyc4711 = true } - yyh4683.ElemContainerState(yyj4683) - if yyj4683 < len(yyv4683) { + yyh4711.ElemContainerState(yyj4711) + if yyj4711 < len(yyv4711) { if r.TryDecodeAsNil() { - yyv4683[yyj4683] = Volume{} + yyv4711[yyj4711] = Volume{} } else { - yyv4686 := &yyv4683[yyj4683] - yyv4686.CodecDecodeSelf(d) + yyv4714 := &yyv4711[yyj4711] + yyv4714.CodecDecodeSelf(d) } } else { @@ -58850,17 +59324,17 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { } } - if yyj4683 < len(yyv4683) { - yyv4683 = yyv4683[:yyj4683] - yyc4683 = true - } else if yyj4683 == 0 && yyv4683 == nil { - yyv4683 = []Volume{} - yyc4683 = true + if yyj4711 < len(yyv4711) { + yyv4711 = yyv4711[:yyj4711] + yyc4711 = true + } else if yyj4711 == 0 && yyv4711 == nil { + yyv4711 = []Volume{} + yyc4711 = true } } - yyh4683.End() - if yyc4683 { - *v = yyv4683 + yyh4711.End() + if yyc4711 { + *v = yyv4711 } } @@ -58869,10 +59343,10 @@ func (x codecSelfer1234) encSliceContainer(v []Container, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4687 := range v { + for _, yyv4715 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4688 := &yyv4687 - yy4688.CodecEncodeSelf(e) + yy4716 := &yyv4715 + yy4716.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58882,83 +59356,83 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4689 := *v - yyh4689, yyl4689 := z.DecSliceHelperStart() - var yyc4689 bool - if yyl4689 == 0 { - if yyv4689 == nil { - yyv4689 = []Container{} - yyc4689 = true - } else if len(yyv4689) != 0 { - yyv4689 = yyv4689[:0] - yyc4689 = true + yyv4717 := *v + yyh4717, yyl4717 := z.DecSliceHelperStart() + var yyc4717 bool + if yyl4717 == 0 { + if yyv4717 == nil { + yyv4717 = []Container{} + yyc4717 = true + } else if len(yyv4717) != 0 { + yyv4717 = yyv4717[:0] + yyc4717 = true } - } else if yyl4689 > 0 { - var yyrr4689, yyrl4689 int - var yyrt4689 bool - if yyl4689 > cap(yyv4689) { + } else if yyl4717 > 0 { + var yyrr4717, yyrl4717 int + var yyrt4717 bool + if yyl4717 > cap(yyv4717) { - yyrg4689 := len(yyv4689) > 0 - yyv24689 := yyv4689 - yyrl4689, yyrt4689 = z.DecInferLen(yyl4689, z.DecBasicHandle().MaxInitLen, 256) - if yyrt4689 { - if yyrl4689 <= cap(yyv4689) { - yyv4689 = yyv4689[:yyrl4689] + yyrg4717 := len(yyv4717) > 0 + yyv24717 := yyv4717 + yyrl4717, yyrt4717 = z.DecInferLen(yyl4717, z.DecBasicHandle().MaxInitLen, 256) + if yyrt4717 { + if yyrl4717 <= cap(yyv4717) { + yyv4717 = yyv4717[:yyrl4717] } else { - yyv4689 = make([]Container, yyrl4689) + yyv4717 = make([]Container, yyrl4717) } } else { - yyv4689 = make([]Container, yyrl4689) + yyv4717 = make([]Container, yyrl4717) } - yyc4689 = true - yyrr4689 = len(yyv4689) - if yyrg4689 { - copy(yyv4689, yyv24689) + yyc4717 = true + yyrr4717 = len(yyv4717) + if yyrg4717 { + copy(yyv4717, yyv24717) } - } else if yyl4689 != len(yyv4689) { - yyv4689 = yyv4689[:yyl4689] - yyc4689 = true + } else if yyl4717 != len(yyv4717) { + yyv4717 = yyv4717[:yyl4717] + yyc4717 = true } - yyj4689 := 0 - for ; yyj4689 < yyrr4689; yyj4689++ { - yyh4689.ElemContainerState(yyj4689) + yyj4717 := 0 + for ; yyj4717 < yyrr4717; yyj4717++ { + yyh4717.ElemContainerState(yyj4717) if r.TryDecodeAsNil() { - yyv4689[yyj4689] = Container{} + yyv4717[yyj4717] = Container{} } else { - yyv4690 := &yyv4689[yyj4689] - yyv4690.CodecDecodeSelf(d) + yyv4718 := &yyv4717[yyj4717] + yyv4718.CodecDecodeSelf(d) } } - if yyrt4689 { - for ; yyj4689 < yyl4689; yyj4689++ { - yyv4689 = append(yyv4689, Container{}) - yyh4689.ElemContainerState(yyj4689) + if yyrt4717 { + for ; yyj4717 < yyl4717; yyj4717++ { + yyv4717 = append(yyv4717, Container{}) + yyh4717.ElemContainerState(yyj4717) if r.TryDecodeAsNil() { - yyv4689[yyj4689] = Container{} + yyv4717[yyj4717] = Container{} } else { - yyv4691 := &yyv4689[yyj4689] - yyv4691.CodecDecodeSelf(d) + yyv4719 := &yyv4717[yyj4717] + yyv4719.CodecDecodeSelf(d) } } } } else { - yyj4689 := 0 - for ; !r.CheckBreak(); yyj4689++ { + yyj4717 := 0 + for ; !r.CheckBreak(); yyj4717++ { - if yyj4689 >= len(yyv4689) { - yyv4689 = append(yyv4689, Container{}) // var yyz4689 Container - yyc4689 = true + if yyj4717 >= len(yyv4717) { + yyv4717 = append(yyv4717, Container{}) // var yyz4717 Container + yyc4717 = true } - yyh4689.ElemContainerState(yyj4689) - if yyj4689 < len(yyv4689) { + yyh4717.ElemContainerState(yyj4717) + if yyj4717 < len(yyv4717) { if r.TryDecodeAsNil() { - yyv4689[yyj4689] = Container{} + yyv4717[yyj4717] = Container{} } else { - yyv4692 := &yyv4689[yyj4689] - yyv4692.CodecDecodeSelf(d) + yyv4720 := &yyv4717[yyj4717] + yyv4720.CodecDecodeSelf(d) } } else { @@ -58966,17 +59440,17 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) } } - if yyj4689 < len(yyv4689) { - yyv4689 = yyv4689[:yyj4689] - yyc4689 = true - } else if yyj4689 == 0 && yyv4689 == nil { - yyv4689 = []Container{} - yyc4689 = true + if yyj4717 < len(yyv4717) { + yyv4717 = yyv4717[:yyj4717] + yyc4717 = true + } else if yyj4717 == 0 && yyv4717 == nil { + yyv4717 = []Container{} + yyc4717 = true } } - yyh4689.End() - if yyc4689 { - *v = yyv4689 + yyh4717.End() + if yyc4717 { + *v = yyv4717 } } @@ -58985,10 +59459,10 @@ func (x codecSelfer1234) encSliceLocalObjectReference(v []LocalObjectReference, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4693 := range v { + for _, yyv4721 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4694 := &yyv4693 - yy4694.CodecEncodeSelf(e) + yy4722 := &yyv4721 + yy4722.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58998,83 +59472,83 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4695 := *v - yyh4695, yyl4695 := z.DecSliceHelperStart() - var yyc4695 bool - if yyl4695 == 0 { - if yyv4695 == nil { - yyv4695 = []LocalObjectReference{} - yyc4695 = true - } else if len(yyv4695) != 0 { - yyv4695 = yyv4695[:0] - yyc4695 = true + yyv4723 := *v + yyh4723, yyl4723 := z.DecSliceHelperStart() + var yyc4723 bool + if yyl4723 == 0 { + if yyv4723 == nil { + yyv4723 = []LocalObjectReference{} + yyc4723 = true + } else if len(yyv4723) != 0 { + yyv4723 = yyv4723[:0] + yyc4723 = true } - } else if yyl4695 > 0 { - var yyrr4695, yyrl4695 int - var yyrt4695 bool - if yyl4695 > cap(yyv4695) { + } else if yyl4723 > 0 { + var yyrr4723, yyrl4723 int + var yyrt4723 bool + if yyl4723 > cap(yyv4723) { - yyrg4695 := len(yyv4695) > 0 - yyv24695 := yyv4695 - yyrl4695, yyrt4695 = z.DecInferLen(yyl4695, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4695 { - if yyrl4695 <= cap(yyv4695) { - yyv4695 = yyv4695[:yyrl4695] + yyrg4723 := len(yyv4723) > 0 + yyv24723 := yyv4723 + yyrl4723, yyrt4723 = z.DecInferLen(yyl4723, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4723 { + if yyrl4723 <= cap(yyv4723) { + yyv4723 = yyv4723[:yyrl4723] } else { - yyv4695 = make([]LocalObjectReference, yyrl4695) + yyv4723 = make([]LocalObjectReference, yyrl4723) } } else { - yyv4695 = make([]LocalObjectReference, yyrl4695) + yyv4723 = make([]LocalObjectReference, yyrl4723) } - yyc4695 = true - yyrr4695 = len(yyv4695) - if yyrg4695 { - copy(yyv4695, yyv24695) + yyc4723 = true + yyrr4723 = len(yyv4723) + if yyrg4723 { + copy(yyv4723, yyv24723) } - } else if yyl4695 != len(yyv4695) { - yyv4695 = yyv4695[:yyl4695] - yyc4695 = true + } else if yyl4723 != len(yyv4723) { + yyv4723 = yyv4723[:yyl4723] + yyc4723 = true } - yyj4695 := 0 - for ; yyj4695 < yyrr4695; yyj4695++ { - yyh4695.ElemContainerState(yyj4695) + yyj4723 := 0 + for ; yyj4723 < yyrr4723; yyj4723++ { + yyh4723.ElemContainerState(yyj4723) if r.TryDecodeAsNil() { - yyv4695[yyj4695] = LocalObjectReference{} + yyv4723[yyj4723] = LocalObjectReference{} } else { - yyv4696 := &yyv4695[yyj4695] - yyv4696.CodecDecodeSelf(d) + yyv4724 := &yyv4723[yyj4723] + yyv4724.CodecDecodeSelf(d) } } - if yyrt4695 { - for ; yyj4695 < yyl4695; yyj4695++ { - yyv4695 = append(yyv4695, LocalObjectReference{}) - yyh4695.ElemContainerState(yyj4695) + if yyrt4723 { + for ; yyj4723 < yyl4723; yyj4723++ { + yyv4723 = append(yyv4723, LocalObjectReference{}) + yyh4723.ElemContainerState(yyj4723) if r.TryDecodeAsNil() { - yyv4695[yyj4695] = LocalObjectReference{} + yyv4723[yyj4723] = LocalObjectReference{} } else { - yyv4697 := &yyv4695[yyj4695] - yyv4697.CodecDecodeSelf(d) + yyv4725 := &yyv4723[yyj4723] + yyv4725.CodecDecodeSelf(d) } } } } else { - yyj4695 := 0 - for ; !r.CheckBreak(); yyj4695++ { + yyj4723 := 0 + for ; !r.CheckBreak(); yyj4723++ { - if yyj4695 >= len(yyv4695) { - yyv4695 = append(yyv4695, LocalObjectReference{}) // var yyz4695 LocalObjectReference - yyc4695 = true + if yyj4723 >= len(yyv4723) { + yyv4723 = append(yyv4723, LocalObjectReference{}) // var yyz4723 LocalObjectReference + yyc4723 = true } - yyh4695.ElemContainerState(yyj4695) - if yyj4695 < len(yyv4695) { + yyh4723.ElemContainerState(yyj4723) + if yyj4723 < len(yyv4723) { if r.TryDecodeAsNil() { - yyv4695[yyj4695] = LocalObjectReference{} + yyv4723[yyj4723] = LocalObjectReference{} } else { - yyv4698 := &yyv4695[yyj4695] - yyv4698.CodecDecodeSelf(d) + yyv4726 := &yyv4723[yyj4723] + yyv4726.CodecDecodeSelf(d) } } else { @@ -59082,17 +59556,17 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, } } - if yyj4695 < len(yyv4695) { - yyv4695 = yyv4695[:yyj4695] - yyc4695 = true - } else if yyj4695 == 0 && yyv4695 == nil { - yyv4695 = []LocalObjectReference{} - yyc4695 = true + if yyj4723 < len(yyv4723) { + yyv4723 = yyv4723[:yyj4723] + yyc4723 = true + } else if yyj4723 == 0 && yyv4723 == nil { + yyv4723 = []LocalObjectReference{} + yyc4723 = true } } - yyh4695.End() - if yyc4695 { - *v = yyv4695 + yyh4723.End() + if yyc4723 { + *v = yyv4723 } } @@ -59101,10 +59575,10 @@ func (x codecSelfer1234) encSlicePodCondition(v []PodCondition, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4699 := range v { + for _, yyv4727 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4700 := &yyv4699 - yy4700.CodecEncodeSelf(e) + yy4728 := &yyv4727 + yy4728.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59114,83 +59588,83 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4701 := *v - yyh4701, yyl4701 := z.DecSliceHelperStart() - var yyc4701 bool - if yyl4701 == 0 { - if yyv4701 == nil { - yyv4701 = []PodCondition{} - yyc4701 = true - } else if len(yyv4701) != 0 { - yyv4701 = yyv4701[:0] - yyc4701 = true + yyv4729 := *v + yyh4729, yyl4729 := z.DecSliceHelperStart() + var yyc4729 bool + if yyl4729 == 0 { + if yyv4729 == nil { + yyv4729 = []PodCondition{} + yyc4729 = true + } else if len(yyv4729) != 0 { + yyv4729 = yyv4729[:0] + yyc4729 = true } - } else if yyl4701 > 0 { - var yyrr4701, yyrl4701 int - var yyrt4701 bool - if yyl4701 > cap(yyv4701) { + } else if yyl4729 > 0 { + var yyrr4729, yyrl4729 int + var yyrt4729 bool + if yyl4729 > cap(yyv4729) { - yyrg4701 := len(yyv4701) > 0 - yyv24701 := yyv4701 - yyrl4701, yyrt4701 = z.DecInferLen(yyl4701, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4701 { - if yyrl4701 <= cap(yyv4701) { - yyv4701 = yyv4701[:yyrl4701] + yyrg4729 := len(yyv4729) > 0 + yyv24729 := yyv4729 + yyrl4729, yyrt4729 = z.DecInferLen(yyl4729, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4729 { + if yyrl4729 <= cap(yyv4729) { + yyv4729 = yyv4729[:yyrl4729] } else { - yyv4701 = make([]PodCondition, yyrl4701) + yyv4729 = make([]PodCondition, yyrl4729) } } else { - yyv4701 = make([]PodCondition, yyrl4701) + yyv4729 = make([]PodCondition, yyrl4729) } - yyc4701 = true - yyrr4701 = len(yyv4701) - if yyrg4701 { - copy(yyv4701, yyv24701) + yyc4729 = true + yyrr4729 = len(yyv4729) + if yyrg4729 { + copy(yyv4729, yyv24729) } - } else if yyl4701 != len(yyv4701) { - yyv4701 = yyv4701[:yyl4701] - yyc4701 = true + } else if yyl4729 != len(yyv4729) { + yyv4729 = yyv4729[:yyl4729] + yyc4729 = true } - yyj4701 := 0 - for ; yyj4701 < yyrr4701; yyj4701++ { - yyh4701.ElemContainerState(yyj4701) + yyj4729 := 0 + for ; yyj4729 < yyrr4729; yyj4729++ { + yyh4729.ElemContainerState(yyj4729) if r.TryDecodeAsNil() { - yyv4701[yyj4701] = PodCondition{} + yyv4729[yyj4729] = PodCondition{} } else { - yyv4702 := &yyv4701[yyj4701] - yyv4702.CodecDecodeSelf(d) + yyv4730 := &yyv4729[yyj4729] + yyv4730.CodecDecodeSelf(d) } } - if yyrt4701 { - for ; yyj4701 < yyl4701; yyj4701++ { - yyv4701 = append(yyv4701, PodCondition{}) - yyh4701.ElemContainerState(yyj4701) + if yyrt4729 { + for ; yyj4729 < yyl4729; yyj4729++ { + yyv4729 = append(yyv4729, PodCondition{}) + yyh4729.ElemContainerState(yyj4729) if r.TryDecodeAsNil() { - yyv4701[yyj4701] = PodCondition{} + yyv4729[yyj4729] = PodCondition{} } else { - yyv4703 := &yyv4701[yyj4701] - yyv4703.CodecDecodeSelf(d) + yyv4731 := &yyv4729[yyj4729] + yyv4731.CodecDecodeSelf(d) } } } } else { - yyj4701 := 0 - for ; !r.CheckBreak(); yyj4701++ { + yyj4729 := 0 + for ; !r.CheckBreak(); yyj4729++ { - if yyj4701 >= len(yyv4701) { - yyv4701 = append(yyv4701, PodCondition{}) // var yyz4701 PodCondition - yyc4701 = true + if yyj4729 >= len(yyv4729) { + yyv4729 = append(yyv4729, PodCondition{}) // var yyz4729 PodCondition + yyc4729 = true } - yyh4701.ElemContainerState(yyj4701) - if yyj4701 < len(yyv4701) { + yyh4729.ElemContainerState(yyj4729) + if yyj4729 < len(yyv4729) { if r.TryDecodeAsNil() { - yyv4701[yyj4701] = PodCondition{} + yyv4729[yyj4729] = PodCondition{} } else { - yyv4704 := &yyv4701[yyj4701] - yyv4704.CodecDecodeSelf(d) + yyv4732 := &yyv4729[yyj4729] + yyv4732.CodecDecodeSelf(d) } } else { @@ -59198,17 +59672,17 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De } } - if yyj4701 < len(yyv4701) { - yyv4701 = yyv4701[:yyj4701] - yyc4701 = true - } else if yyj4701 == 0 && yyv4701 == nil { - yyv4701 = []PodCondition{} - yyc4701 = true + if yyj4729 < len(yyv4729) { + yyv4729 = yyv4729[:yyj4729] + yyc4729 = true + } else if yyj4729 == 0 && yyv4729 == nil { + yyv4729 = []PodCondition{} + yyc4729 = true } } - yyh4701.End() - if yyc4701 { - *v = yyv4701 + yyh4729.End() + if yyc4729 { + *v = yyv4729 } } @@ -59217,10 +59691,10 @@ func (x codecSelfer1234) encSliceContainerStatus(v []ContainerStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4705 := range v { + for _, yyv4733 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4706 := &yyv4705 - yy4706.CodecEncodeSelf(e) + yy4734 := &yyv4733 + yy4734.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59230,83 +59704,83 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4707 := *v - yyh4707, yyl4707 := z.DecSliceHelperStart() - var yyc4707 bool - if yyl4707 == 0 { - if yyv4707 == nil { - yyv4707 = []ContainerStatus{} - yyc4707 = true - } else if len(yyv4707) != 0 { - yyv4707 = yyv4707[:0] - yyc4707 = true + yyv4735 := *v + yyh4735, yyl4735 := z.DecSliceHelperStart() + var yyc4735 bool + if yyl4735 == 0 { + if yyv4735 == nil { + yyv4735 = []ContainerStatus{} + yyc4735 = true + } else if len(yyv4735) != 0 { + yyv4735 = yyv4735[:0] + yyc4735 = true } - } else if yyl4707 > 0 { - var yyrr4707, yyrl4707 int - var yyrt4707 bool - if yyl4707 > cap(yyv4707) { + } else if yyl4735 > 0 { + var yyrr4735, yyrl4735 int + var yyrt4735 bool + if yyl4735 > cap(yyv4735) { - yyrg4707 := len(yyv4707) > 0 - yyv24707 := yyv4707 - yyrl4707, yyrt4707 = z.DecInferLen(yyl4707, z.DecBasicHandle().MaxInitLen, 120) - if yyrt4707 { - if yyrl4707 <= cap(yyv4707) { - yyv4707 = yyv4707[:yyrl4707] + yyrg4735 := len(yyv4735) > 0 + yyv24735 := yyv4735 + yyrl4735, yyrt4735 = z.DecInferLen(yyl4735, z.DecBasicHandle().MaxInitLen, 120) + if yyrt4735 { + if yyrl4735 <= cap(yyv4735) { + yyv4735 = yyv4735[:yyrl4735] } else { - yyv4707 = make([]ContainerStatus, yyrl4707) + yyv4735 = make([]ContainerStatus, yyrl4735) } } else { - yyv4707 = make([]ContainerStatus, yyrl4707) + yyv4735 = make([]ContainerStatus, yyrl4735) } - yyc4707 = true - yyrr4707 = len(yyv4707) - if yyrg4707 { - copy(yyv4707, yyv24707) + yyc4735 = true + yyrr4735 = len(yyv4735) + if yyrg4735 { + copy(yyv4735, yyv24735) } - } else if yyl4707 != len(yyv4707) { - yyv4707 = yyv4707[:yyl4707] - yyc4707 = true + } else if yyl4735 != len(yyv4735) { + yyv4735 = yyv4735[:yyl4735] + yyc4735 = true } - yyj4707 := 0 - for ; yyj4707 < yyrr4707; yyj4707++ { - yyh4707.ElemContainerState(yyj4707) + yyj4735 := 0 + for ; yyj4735 < yyrr4735; yyj4735++ { + yyh4735.ElemContainerState(yyj4735) if r.TryDecodeAsNil() { - yyv4707[yyj4707] = ContainerStatus{} + yyv4735[yyj4735] = ContainerStatus{} } else { - yyv4708 := &yyv4707[yyj4707] - yyv4708.CodecDecodeSelf(d) + yyv4736 := &yyv4735[yyj4735] + yyv4736.CodecDecodeSelf(d) } } - if yyrt4707 { - for ; yyj4707 < yyl4707; yyj4707++ { - yyv4707 = append(yyv4707, ContainerStatus{}) - yyh4707.ElemContainerState(yyj4707) + if yyrt4735 { + for ; yyj4735 < yyl4735; yyj4735++ { + yyv4735 = append(yyv4735, ContainerStatus{}) + yyh4735.ElemContainerState(yyj4735) if r.TryDecodeAsNil() { - yyv4707[yyj4707] = ContainerStatus{} + yyv4735[yyj4735] = ContainerStatus{} } else { - yyv4709 := &yyv4707[yyj4707] - yyv4709.CodecDecodeSelf(d) + yyv4737 := &yyv4735[yyj4735] + yyv4737.CodecDecodeSelf(d) } } } } else { - yyj4707 := 0 - for ; !r.CheckBreak(); yyj4707++ { + yyj4735 := 0 + for ; !r.CheckBreak(); yyj4735++ { - if yyj4707 >= len(yyv4707) { - yyv4707 = append(yyv4707, ContainerStatus{}) // var yyz4707 ContainerStatus - yyc4707 = true + if yyj4735 >= len(yyv4735) { + yyv4735 = append(yyv4735, ContainerStatus{}) // var yyz4735 ContainerStatus + yyc4735 = true } - yyh4707.ElemContainerState(yyj4707) - if yyj4707 < len(yyv4707) { + yyh4735.ElemContainerState(yyj4735) + if yyj4735 < len(yyv4735) { if r.TryDecodeAsNil() { - yyv4707[yyj4707] = ContainerStatus{} + yyv4735[yyj4735] = ContainerStatus{} } else { - yyv4710 := &yyv4707[yyj4707] - yyv4710.CodecDecodeSelf(d) + yyv4738 := &yyv4735[yyj4735] + yyv4738.CodecDecodeSelf(d) } } else { @@ -59314,17 +59788,17 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 } } - if yyj4707 < len(yyv4707) { - yyv4707 = yyv4707[:yyj4707] - yyc4707 = true - } else if yyj4707 == 0 && yyv4707 == nil { - yyv4707 = []ContainerStatus{} - yyc4707 = true + if yyj4735 < len(yyv4735) { + yyv4735 = yyv4735[:yyj4735] + yyc4735 = true + } else if yyj4735 == 0 && yyv4735 == nil { + yyv4735 = []ContainerStatus{} + yyc4735 = true } } - yyh4707.End() - if yyc4707 { - *v = yyv4707 + yyh4735.End() + if yyc4735 { + *v = yyv4735 } } @@ -59333,10 +59807,10 @@ func (x codecSelfer1234) encSlicePodTemplate(v []PodTemplate, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4711 := range v { + for _, yyv4739 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4712 := &yyv4711 - yy4712.CodecEncodeSelf(e) + yy4740 := &yyv4739 + yy4740.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59346,83 +59820,83 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4713 := *v - yyh4713, yyl4713 := z.DecSliceHelperStart() - var yyc4713 bool - if yyl4713 == 0 { - if yyv4713 == nil { - yyv4713 = []PodTemplate{} - yyc4713 = true - } else if len(yyv4713) != 0 { - yyv4713 = yyv4713[:0] - yyc4713 = true + yyv4741 := *v + yyh4741, yyl4741 := z.DecSliceHelperStart() + var yyc4741 bool + if yyl4741 == 0 { + if yyv4741 == nil { + yyv4741 = []PodTemplate{} + yyc4741 = true + } else if len(yyv4741) != 0 { + yyv4741 = yyv4741[:0] + yyc4741 = true } - } else if yyl4713 > 0 { - var yyrr4713, yyrl4713 int - var yyrt4713 bool - if yyl4713 > cap(yyv4713) { + } else if yyl4741 > 0 { + var yyrr4741, yyrl4741 int + var yyrt4741 bool + if yyl4741 > cap(yyv4741) { - yyrg4713 := len(yyv4713) > 0 - yyv24713 := yyv4713 - yyrl4713, yyrt4713 = z.DecInferLen(yyl4713, z.DecBasicHandle().MaxInitLen, 704) - if yyrt4713 { - if yyrl4713 <= cap(yyv4713) { - yyv4713 = yyv4713[:yyrl4713] + yyrg4741 := len(yyv4741) > 0 + yyv24741 := yyv4741 + yyrl4741, yyrt4741 = z.DecInferLen(yyl4741, z.DecBasicHandle().MaxInitLen, 704) + if yyrt4741 { + if yyrl4741 <= cap(yyv4741) { + yyv4741 = yyv4741[:yyrl4741] } else { - yyv4713 = make([]PodTemplate, yyrl4713) + yyv4741 = make([]PodTemplate, yyrl4741) } } else { - yyv4713 = make([]PodTemplate, yyrl4713) + yyv4741 = make([]PodTemplate, yyrl4741) } - yyc4713 = true - yyrr4713 = len(yyv4713) - if yyrg4713 { - copy(yyv4713, yyv24713) + yyc4741 = true + yyrr4741 = len(yyv4741) + if yyrg4741 { + copy(yyv4741, yyv24741) } - } else if yyl4713 != len(yyv4713) { - yyv4713 = yyv4713[:yyl4713] - yyc4713 = true + } else if yyl4741 != len(yyv4741) { + yyv4741 = yyv4741[:yyl4741] + yyc4741 = true } - yyj4713 := 0 - for ; yyj4713 < yyrr4713; yyj4713++ { - yyh4713.ElemContainerState(yyj4713) + yyj4741 := 0 + for ; yyj4741 < yyrr4741; yyj4741++ { + yyh4741.ElemContainerState(yyj4741) if r.TryDecodeAsNil() { - yyv4713[yyj4713] = PodTemplate{} + yyv4741[yyj4741] = PodTemplate{} } else { - yyv4714 := &yyv4713[yyj4713] - yyv4714.CodecDecodeSelf(d) + yyv4742 := &yyv4741[yyj4741] + yyv4742.CodecDecodeSelf(d) } } - if yyrt4713 { - for ; yyj4713 < yyl4713; yyj4713++ { - yyv4713 = append(yyv4713, PodTemplate{}) - yyh4713.ElemContainerState(yyj4713) + if yyrt4741 { + for ; yyj4741 < yyl4741; yyj4741++ { + yyv4741 = append(yyv4741, PodTemplate{}) + yyh4741.ElemContainerState(yyj4741) if r.TryDecodeAsNil() { - yyv4713[yyj4713] = PodTemplate{} + yyv4741[yyj4741] = PodTemplate{} } else { - yyv4715 := &yyv4713[yyj4713] - yyv4715.CodecDecodeSelf(d) + yyv4743 := &yyv4741[yyj4741] + yyv4743.CodecDecodeSelf(d) } } } } else { - yyj4713 := 0 - for ; !r.CheckBreak(); yyj4713++ { + yyj4741 := 0 + for ; !r.CheckBreak(); yyj4741++ { - if yyj4713 >= len(yyv4713) { - yyv4713 = append(yyv4713, PodTemplate{}) // var yyz4713 PodTemplate - yyc4713 = true + if yyj4741 >= len(yyv4741) { + yyv4741 = append(yyv4741, PodTemplate{}) // var yyz4741 PodTemplate + yyc4741 = true } - yyh4713.ElemContainerState(yyj4713) - if yyj4713 < len(yyv4713) { + yyh4741.ElemContainerState(yyj4741) + if yyj4741 < len(yyv4741) { if r.TryDecodeAsNil() { - yyv4713[yyj4713] = PodTemplate{} + yyv4741[yyj4741] = PodTemplate{} } else { - yyv4716 := &yyv4713[yyj4713] - yyv4716.CodecDecodeSelf(d) + yyv4744 := &yyv4741[yyj4741] + yyv4744.CodecDecodeSelf(d) } } else { @@ -59430,17 +59904,17 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco } } - if yyj4713 < len(yyv4713) { - yyv4713 = yyv4713[:yyj4713] - yyc4713 = true - } else if yyj4713 == 0 && yyv4713 == nil { - yyv4713 = []PodTemplate{} - yyc4713 = true + if yyj4741 < len(yyv4741) { + yyv4741 = yyv4741[:yyj4741] + yyc4741 = true + } else if yyj4741 == 0 && yyv4741 == nil { + yyv4741 = []PodTemplate{} + yyc4741 = true } } - yyh4713.End() - if yyc4713 { - *v = yyv4713 + yyh4741.End() + if yyc4741 { + *v = yyv4741 } } @@ -59449,10 +59923,10 @@ func (x codecSelfer1234) encSliceReplicationControllerCondition(v []ReplicationC z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4717 := range v { + for _, yyv4745 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4718 := &yyv4717 - yy4718.CodecEncodeSelf(e) + yy4746 := &yyv4745 + yy4746.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59462,83 +59936,83 @@ func (x codecSelfer1234) decSliceReplicationControllerCondition(v *[]Replication z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4719 := *v - yyh4719, yyl4719 := z.DecSliceHelperStart() - var yyc4719 bool - if yyl4719 == 0 { - if yyv4719 == nil { - yyv4719 = []ReplicationControllerCondition{} - yyc4719 = true - } else if len(yyv4719) != 0 { - yyv4719 = yyv4719[:0] - yyc4719 = true + yyv4747 := *v + yyh4747, yyl4747 := z.DecSliceHelperStart() + var yyc4747 bool + if yyl4747 == 0 { + if yyv4747 == nil { + yyv4747 = []ReplicationControllerCondition{} + yyc4747 = true + } else if len(yyv4747) != 0 { + yyv4747 = yyv4747[:0] + yyc4747 = true } - } else if yyl4719 > 0 { - var yyrr4719, yyrl4719 int - var yyrt4719 bool - if yyl4719 > cap(yyv4719) { + } else if yyl4747 > 0 { + var yyrr4747, yyrl4747 int + var yyrt4747 bool + if yyl4747 > cap(yyv4747) { - yyrg4719 := len(yyv4719) > 0 - yyv24719 := yyv4719 - yyrl4719, yyrt4719 = z.DecInferLen(yyl4719, z.DecBasicHandle().MaxInitLen, 88) - if yyrt4719 { - if yyrl4719 <= cap(yyv4719) { - yyv4719 = yyv4719[:yyrl4719] + yyrg4747 := len(yyv4747) > 0 + yyv24747 := yyv4747 + yyrl4747, yyrt4747 = z.DecInferLen(yyl4747, z.DecBasicHandle().MaxInitLen, 88) + if yyrt4747 { + if yyrl4747 <= cap(yyv4747) { + yyv4747 = yyv4747[:yyrl4747] } else { - yyv4719 = make([]ReplicationControllerCondition, yyrl4719) + yyv4747 = make([]ReplicationControllerCondition, yyrl4747) } } else { - yyv4719 = make([]ReplicationControllerCondition, yyrl4719) + yyv4747 = make([]ReplicationControllerCondition, yyrl4747) } - yyc4719 = true - yyrr4719 = len(yyv4719) - if yyrg4719 { - copy(yyv4719, yyv24719) + yyc4747 = true + yyrr4747 = len(yyv4747) + if yyrg4747 { + copy(yyv4747, yyv24747) } - } else if yyl4719 != len(yyv4719) { - yyv4719 = yyv4719[:yyl4719] - yyc4719 = true + } else if yyl4747 != len(yyv4747) { + yyv4747 = yyv4747[:yyl4747] + yyc4747 = true } - yyj4719 := 0 - for ; yyj4719 < yyrr4719; yyj4719++ { - yyh4719.ElemContainerState(yyj4719) + yyj4747 := 0 + for ; yyj4747 < yyrr4747; yyj4747++ { + yyh4747.ElemContainerState(yyj4747) if r.TryDecodeAsNil() { - yyv4719[yyj4719] = ReplicationControllerCondition{} + yyv4747[yyj4747] = ReplicationControllerCondition{} } else { - yyv4720 := &yyv4719[yyj4719] - yyv4720.CodecDecodeSelf(d) + yyv4748 := &yyv4747[yyj4747] + yyv4748.CodecDecodeSelf(d) } } - if yyrt4719 { - for ; yyj4719 < yyl4719; yyj4719++ { - yyv4719 = append(yyv4719, ReplicationControllerCondition{}) - yyh4719.ElemContainerState(yyj4719) + if yyrt4747 { + for ; yyj4747 < yyl4747; yyj4747++ { + yyv4747 = append(yyv4747, ReplicationControllerCondition{}) + yyh4747.ElemContainerState(yyj4747) if r.TryDecodeAsNil() { - yyv4719[yyj4719] = ReplicationControllerCondition{} + yyv4747[yyj4747] = ReplicationControllerCondition{} } else { - yyv4721 := &yyv4719[yyj4719] - yyv4721.CodecDecodeSelf(d) + yyv4749 := &yyv4747[yyj4747] + yyv4749.CodecDecodeSelf(d) } } } } else { - yyj4719 := 0 - for ; !r.CheckBreak(); yyj4719++ { + yyj4747 := 0 + for ; !r.CheckBreak(); yyj4747++ { - if yyj4719 >= len(yyv4719) { - yyv4719 = append(yyv4719, ReplicationControllerCondition{}) // var yyz4719 ReplicationControllerCondition - yyc4719 = true + if yyj4747 >= len(yyv4747) { + yyv4747 = append(yyv4747, ReplicationControllerCondition{}) // var yyz4747 ReplicationControllerCondition + yyc4747 = true } - yyh4719.ElemContainerState(yyj4719) - if yyj4719 < len(yyv4719) { + yyh4747.ElemContainerState(yyj4747) + if yyj4747 < len(yyv4747) { if r.TryDecodeAsNil() { - yyv4719[yyj4719] = ReplicationControllerCondition{} + yyv4747[yyj4747] = ReplicationControllerCondition{} } else { - yyv4722 := &yyv4719[yyj4719] - yyv4722.CodecDecodeSelf(d) + yyv4750 := &yyv4747[yyj4747] + yyv4750.CodecDecodeSelf(d) } } else { @@ -59546,17 +60020,17 @@ func (x codecSelfer1234) decSliceReplicationControllerCondition(v *[]Replication } } - if yyj4719 < len(yyv4719) { - yyv4719 = yyv4719[:yyj4719] - yyc4719 = true - } else if yyj4719 == 0 && yyv4719 == nil { - yyv4719 = []ReplicationControllerCondition{} - yyc4719 = true + if yyj4747 < len(yyv4747) { + yyv4747 = yyv4747[:yyj4747] + yyc4747 = true + } else if yyj4747 == 0 && yyv4747 == nil { + yyv4747 = []ReplicationControllerCondition{} + yyc4747 = true } } - yyh4719.End() - if yyc4719 { - *v = yyv4719 + yyh4747.End() + if yyc4747 { + *v = yyv4747 } } @@ -59565,10 +60039,10 @@ func (x codecSelfer1234) encSliceReplicationController(v []ReplicationController z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4723 := range v { + for _, yyv4751 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4724 := &yyv4723 - yy4724.CodecEncodeSelf(e) + yy4752 := &yyv4751 + yy4752.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59578,83 +60052,83 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4725 := *v - yyh4725, yyl4725 := z.DecSliceHelperStart() - var yyc4725 bool - if yyl4725 == 0 { - if yyv4725 == nil { - yyv4725 = []ReplicationController{} - yyc4725 = true - } else if len(yyv4725) != 0 { - yyv4725 = yyv4725[:0] - yyc4725 = true + yyv4753 := *v + yyh4753, yyl4753 := z.DecSliceHelperStart() + var yyc4753 bool + if yyl4753 == 0 { + if yyv4753 == nil { + yyv4753 = []ReplicationController{} + yyc4753 = true + } else if len(yyv4753) != 0 { + yyv4753 = yyv4753[:0] + yyc4753 = true } - } else if yyl4725 > 0 { - var yyrr4725, yyrl4725 int - var yyrt4725 bool - if yyl4725 > cap(yyv4725) { + } else if yyl4753 > 0 { + var yyrr4753, yyrl4753 int + var yyrt4753 bool + if yyl4753 > cap(yyv4753) { - yyrg4725 := len(yyv4725) > 0 - yyv24725 := yyv4725 - yyrl4725, yyrt4725 = z.DecInferLen(yyl4725, z.DecBasicHandle().MaxInitLen, 328) - if yyrt4725 { - if yyrl4725 <= cap(yyv4725) { - yyv4725 = yyv4725[:yyrl4725] + yyrg4753 := len(yyv4753) > 0 + yyv24753 := yyv4753 + yyrl4753, yyrt4753 = z.DecInferLen(yyl4753, z.DecBasicHandle().MaxInitLen, 328) + if yyrt4753 { + if yyrl4753 <= cap(yyv4753) { + yyv4753 = yyv4753[:yyrl4753] } else { - yyv4725 = make([]ReplicationController, yyrl4725) + yyv4753 = make([]ReplicationController, yyrl4753) } } else { - yyv4725 = make([]ReplicationController, yyrl4725) + yyv4753 = make([]ReplicationController, yyrl4753) } - yyc4725 = true - yyrr4725 = len(yyv4725) - if yyrg4725 { - copy(yyv4725, yyv24725) + yyc4753 = true + yyrr4753 = len(yyv4753) + if yyrg4753 { + copy(yyv4753, yyv24753) } - } else if yyl4725 != len(yyv4725) { - yyv4725 = yyv4725[:yyl4725] - yyc4725 = true + } else if yyl4753 != len(yyv4753) { + yyv4753 = yyv4753[:yyl4753] + yyc4753 = true } - yyj4725 := 0 - for ; yyj4725 < yyrr4725; yyj4725++ { - yyh4725.ElemContainerState(yyj4725) + yyj4753 := 0 + for ; yyj4753 < yyrr4753; yyj4753++ { + yyh4753.ElemContainerState(yyj4753) if r.TryDecodeAsNil() { - yyv4725[yyj4725] = ReplicationController{} + yyv4753[yyj4753] = ReplicationController{} } else { - yyv4726 := &yyv4725[yyj4725] - yyv4726.CodecDecodeSelf(d) + yyv4754 := &yyv4753[yyj4753] + yyv4754.CodecDecodeSelf(d) } } - if yyrt4725 { - for ; yyj4725 < yyl4725; yyj4725++ { - yyv4725 = append(yyv4725, ReplicationController{}) - yyh4725.ElemContainerState(yyj4725) + if yyrt4753 { + for ; yyj4753 < yyl4753; yyj4753++ { + yyv4753 = append(yyv4753, ReplicationController{}) + yyh4753.ElemContainerState(yyj4753) if r.TryDecodeAsNil() { - yyv4725[yyj4725] = ReplicationController{} + yyv4753[yyj4753] = ReplicationController{} } else { - yyv4727 := &yyv4725[yyj4725] - yyv4727.CodecDecodeSelf(d) + yyv4755 := &yyv4753[yyj4753] + yyv4755.CodecDecodeSelf(d) } } } } else { - yyj4725 := 0 - for ; !r.CheckBreak(); yyj4725++ { + yyj4753 := 0 + for ; !r.CheckBreak(); yyj4753++ { - if yyj4725 >= len(yyv4725) { - yyv4725 = append(yyv4725, ReplicationController{}) // var yyz4725 ReplicationController - yyc4725 = true + if yyj4753 >= len(yyv4753) { + yyv4753 = append(yyv4753, ReplicationController{}) // var yyz4753 ReplicationController + yyc4753 = true } - yyh4725.ElemContainerState(yyj4725) - if yyj4725 < len(yyv4725) { + yyh4753.ElemContainerState(yyj4753) + if yyj4753 < len(yyv4753) { if r.TryDecodeAsNil() { - yyv4725[yyj4725] = ReplicationController{} + yyv4753[yyj4753] = ReplicationController{} } else { - yyv4728 := &yyv4725[yyj4725] - yyv4728.CodecDecodeSelf(d) + yyv4756 := &yyv4753[yyj4753] + yyv4756.CodecDecodeSelf(d) } } else { @@ -59662,17 +60136,17 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle } } - if yyj4725 < len(yyv4725) { - yyv4725 = yyv4725[:yyj4725] - yyc4725 = true - } else if yyj4725 == 0 && yyv4725 == nil { - yyv4725 = []ReplicationController{} - yyc4725 = true + if yyj4753 < len(yyv4753) { + yyv4753 = yyv4753[:yyj4753] + yyc4753 = true + } else if yyj4753 == 0 && yyv4753 == nil { + yyv4753 = []ReplicationController{} + yyc4753 = true } } - yyh4725.End() - if yyc4725 { - *v = yyv4725 + yyh4753.End() + if yyc4753 { + *v = yyv4753 } } @@ -59681,10 +60155,10 @@ func (x codecSelfer1234) encSliceService(v []Service, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4729 := range v { + for _, yyv4757 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4730 := &yyv4729 - yy4730.CodecEncodeSelf(e) + yy4758 := &yyv4757 + yy4758.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59694,83 +60168,83 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4731 := *v - yyh4731, yyl4731 := z.DecSliceHelperStart() - var yyc4731 bool - if yyl4731 == 0 { - if yyv4731 == nil { - yyv4731 = []Service{} - yyc4731 = true - } else if len(yyv4731) != 0 { - yyv4731 = yyv4731[:0] - yyc4731 = true + yyv4759 := *v + yyh4759, yyl4759 := z.DecSliceHelperStart() + var yyc4759 bool + if yyl4759 == 0 { + if yyv4759 == nil { + yyv4759 = []Service{} + yyc4759 = true + } else if len(yyv4759) != 0 { + yyv4759 = yyv4759[:0] + yyc4759 = true } - } else if yyl4731 > 0 { - var yyrr4731, yyrl4731 int - var yyrt4731 bool - if yyl4731 > cap(yyv4731) { + } else if yyl4759 > 0 { + var yyrr4759, yyrl4759 int + var yyrt4759 bool + if yyl4759 > cap(yyv4759) { - yyrg4731 := len(yyv4731) > 0 - yyv24731 := yyv4731 - yyrl4731, yyrt4731 = z.DecInferLen(yyl4731, z.DecBasicHandle().MaxInitLen, 440) - if yyrt4731 { - if yyrl4731 <= cap(yyv4731) { - yyv4731 = yyv4731[:yyrl4731] + yyrg4759 := len(yyv4759) > 0 + yyv24759 := yyv4759 + yyrl4759, yyrt4759 = z.DecInferLen(yyl4759, z.DecBasicHandle().MaxInitLen, 440) + if yyrt4759 { + if yyrl4759 <= cap(yyv4759) { + yyv4759 = yyv4759[:yyrl4759] } else { - yyv4731 = make([]Service, yyrl4731) + yyv4759 = make([]Service, yyrl4759) } } else { - yyv4731 = make([]Service, yyrl4731) + yyv4759 = make([]Service, yyrl4759) } - yyc4731 = true - yyrr4731 = len(yyv4731) - if yyrg4731 { - copy(yyv4731, yyv24731) + yyc4759 = true + yyrr4759 = len(yyv4759) + if yyrg4759 { + copy(yyv4759, yyv24759) } - } else if yyl4731 != len(yyv4731) { - yyv4731 = yyv4731[:yyl4731] - yyc4731 = true + } else if yyl4759 != len(yyv4759) { + yyv4759 = yyv4759[:yyl4759] + yyc4759 = true } - yyj4731 := 0 - for ; yyj4731 < yyrr4731; yyj4731++ { - yyh4731.ElemContainerState(yyj4731) + yyj4759 := 0 + for ; yyj4759 < yyrr4759; yyj4759++ { + yyh4759.ElemContainerState(yyj4759) if r.TryDecodeAsNil() { - yyv4731[yyj4731] = Service{} + yyv4759[yyj4759] = Service{} } else { - yyv4732 := &yyv4731[yyj4731] - yyv4732.CodecDecodeSelf(d) + yyv4760 := &yyv4759[yyj4759] + yyv4760.CodecDecodeSelf(d) } } - if yyrt4731 { - for ; yyj4731 < yyl4731; yyj4731++ { - yyv4731 = append(yyv4731, Service{}) - yyh4731.ElemContainerState(yyj4731) + if yyrt4759 { + for ; yyj4759 < yyl4759; yyj4759++ { + yyv4759 = append(yyv4759, Service{}) + yyh4759.ElemContainerState(yyj4759) if r.TryDecodeAsNil() { - yyv4731[yyj4731] = Service{} + yyv4759[yyj4759] = Service{} } else { - yyv4733 := &yyv4731[yyj4731] - yyv4733.CodecDecodeSelf(d) + yyv4761 := &yyv4759[yyj4759] + yyv4761.CodecDecodeSelf(d) } } } } else { - yyj4731 := 0 - for ; !r.CheckBreak(); yyj4731++ { + yyj4759 := 0 + for ; !r.CheckBreak(); yyj4759++ { - if yyj4731 >= len(yyv4731) { - yyv4731 = append(yyv4731, Service{}) // var yyz4731 Service - yyc4731 = true + if yyj4759 >= len(yyv4759) { + yyv4759 = append(yyv4759, Service{}) // var yyz4759 Service + yyc4759 = true } - yyh4731.ElemContainerState(yyj4731) - if yyj4731 < len(yyv4731) { + yyh4759.ElemContainerState(yyj4759) + if yyj4759 < len(yyv4759) { if r.TryDecodeAsNil() { - yyv4731[yyj4731] = Service{} + yyv4759[yyj4759] = Service{} } else { - yyv4734 := &yyv4731[yyj4731] - yyv4734.CodecDecodeSelf(d) + yyv4762 := &yyv4759[yyj4759] + yyv4762.CodecDecodeSelf(d) } } else { @@ -59778,17 +60252,17 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { } } - if yyj4731 < len(yyv4731) { - yyv4731 = yyv4731[:yyj4731] - yyc4731 = true - } else if yyj4731 == 0 && yyv4731 == nil { - yyv4731 = []Service{} - yyc4731 = true + if yyj4759 < len(yyv4759) { + yyv4759 = yyv4759[:yyj4759] + yyc4759 = true + } else if yyj4759 == 0 && yyv4759 == nil { + yyv4759 = []Service{} + yyc4759 = true } } - yyh4731.End() - if yyc4731 { - *v = yyv4731 + yyh4759.End() + if yyc4759 { + *v = yyv4759 } } @@ -59797,10 +60271,10 @@ func (x codecSelfer1234) encSliceLoadBalancerIngress(v []LoadBalancerIngress, e z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4735 := range v { + for _, yyv4763 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4736 := &yyv4735 - yy4736.CodecEncodeSelf(e) + yy4764 := &yyv4763 + yy4764.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59810,83 +60284,83 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4737 := *v - yyh4737, yyl4737 := z.DecSliceHelperStart() - var yyc4737 bool - if yyl4737 == 0 { - if yyv4737 == nil { - yyv4737 = []LoadBalancerIngress{} - yyc4737 = true - } else if len(yyv4737) != 0 { - yyv4737 = yyv4737[:0] - yyc4737 = true + yyv4765 := *v + yyh4765, yyl4765 := z.DecSliceHelperStart() + var yyc4765 bool + if yyl4765 == 0 { + if yyv4765 == nil { + yyv4765 = []LoadBalancerIngress{} + yyc4765 = true + } else if len(yyv4765) != 0 { + yyv4765 = yyv4765[:0] + yyc4765 = true } - } else if yyl4737 > 0 { - var yyrr4737, yyrl4737 int - var yyrt4737 bool - if yyl4737 > cap(yyv4737) { + } else if yyl4765 > 0 { + var yyrr4765, yyrl4765 int + var yyrt4765 bool + if yyl4765 > cap(yyv4765) { - yyrg4737 := len(yyv4737) > 0 - yyv24737 := yyv4737 - yyrl4737, yyrt4737 = z.DecInferLen(yyl4737, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4737 { - if yyrl4737 <= cap(yyv4737) { - yyv4737 = yyv4737[:yyrl4737] + yyrg4765 := len(yyv4765) > 0 + yyv24765 := yyv4765 + yyrl4765, yyrt4765 = z.DecInferLen(yyl4765, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4765 { + if yyrl4765 <= cap(yyv4765) { + yyv4765 = yyv4765[:yyrl4765] } else { - yyv4737 = make([]LoadBalancerIngress, yyrl4737) + yyv4765 = make([]LoadBalancerIngress, yyrl4765) } } else { - yyv4737 = make([]LoadBalancerIngress, yyrl4737) + yyv4765 = make([]LoadBalancerIngress, yyrl4765) } - yyc4737 = true - yyrr4737 = len(yyv4737) - if yyrg4737 { - copy(yyv4737, yyv24737) + yyc4765 = true + yyrr4765 = len(yyv4765) + if yyrg4765 { + copy(yyv4765, yyv24765) } - } else if yyl4737 != len(yyv4737) { - yyv4737 = yyv4737[:yyl4737] - yyc4737 = true + } else if yyl4765 != len(yyv4765) { + yyv4765 = yyv4765[:yyl4765] + yyc4765 = true } - yyj4737 := 0 - for ; yyj4737 < yyrr4737; yyj4737++ { - yyh4737.ElemContainerState(yyj4737) + yyj4765 := 0 + for ; yyj4765 < yyrr4765; yyj4765++ { + yyh4765.ElemContainerState(yyj4765) if r.TryDecodeAsNil() { - yyv4737[yyj4737] = LoadBalancerIngress{} + yyv4765[yyj4765] = LoadBalancerIngress{} } else { - yyv4738 := &yyv4737[yyj4737] - yyv4738.CodecDecodeSelf(d) + yyv4766 := &yyv4765[yyj4765] + yyv4766.CodecDecodeSelf(d) } } - if yyrt4737 { - for ; yyj4737 < yyl4737; yyj4737++ { - yyv4737 = append(yyv4737, LoadBalancerIngress{}) - yyh4737.ElemContainerState(yyj4737) + if yyrt4765 { + for ; yyj4765 < yyl4765; yyj4765++ { + yyv4765 = append(yyv4765, LoadBalancerIngress{}) + yyh4765.ElemContainerState(yyj4765) if r.TryDecodeAsNil() { - yyv4737[yyj4737] = LoadBalancerIngress{} + yyv4765[yyj4765] = LoadBalancerIngress{} } else { - yyv4739 := &yyv4737[yyj4737] - yyv4739.CodecDecodeSelf(d) + yyv4767 := &yyv4765[yyj4765] + yyv4767.CodecDecodeSelf(d) } } } } else { - yyj4737 := 0 - for ; !r.CheckBreak(); yyj4737++ { + yyj4765 := 0 + for ; !r.CheckBreak(); yyj4765++ { - if yyj4737 >= len(yyv4737) { - yyv4737 = append(yyv4737, LoadBalancerIngress{}) // var yyz4737 LoadBalancerIngress - yyc4737 = true + if yyj4765 >= len(yyv4765) { + yyv4765 = append(yyv4765, LoadBalancerIngress{}) // var yyz4765 LoadBalancerIngress + yyc4765 = true } - yyh4737.ElemContainerState(yyj4737) - if yyj4737 < len(yyv4737) { + yyh4765.ElemContainerState(yyj4765) + if yyj4765 < len(yyv4765) { if r.TryDecodeAsNil() { - yyv4737[yyj4737] = LoadBalancerIngress{} + yyv4765[yyj4765] = LoadBalancerIngress{} } else { - yyv4740 := &yyv4737[yyj4737] - yyv4740.CodecDecodeSelf(d) + yyv4768 := &yyv4765[yyj4765] + yyv4768.CodecDecodeSelf(d) } } else { @@ -59894,17 +60368,17 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d } } - if yyj4737 < len(yyv4737) { - yyv4737 = yyv4737[:yyj4737] - yyc4737 = true - } else if yyj4737 == 0 && yyv4737 == nil { - yyv4737 = []LoadBalancerIngress{} - yyc4737 = true + if yyj4765 < len(yyv4765) { + yyv4765 = yyv4765[:yyj4765] + yyc4765 = true + } else if yyj4765 == 0 && yyv4765 == nil { + yyv4765 = []LoadBalancerIngress{} + yyc4765 = true } } - yyh4737.End() - if yyc4737 { - *v = yyv4737 + yyh4765.End() + if yyc4765 { + *v = yyv4765 } } @@ -59913,10 +60387,10 @@ func (x codecSelfer1234) encSliceServicePort(v []ServicePort, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4741 := range v { + for _, yyv4769 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4742 := &yyv4741 - yy4742.CodecEncodeSelf(e) + yy4770 := &yyv4769 + yy4770.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59926,83 +60400,83 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4743 := *v - yyh4743, yyl4743 := z.DecSliceHelperStart() - var yyc4743 bool - if yyl4743 == 0 { - if yyv4743 == nil { - yyv4743 = []ServicePort{} - yyc4743 = true - } else if len(yyv4743) != 0 { - yyv4743 = yyv4743[:0] - yyc4743 = true + yyv4771 := *v + yyh4771, yyl4771 := z.DecSliceHelperStart() + var yyc4771 bool + if yyl4771 == 0 { + if yyv4771 == nil { + yyv4771 = []ServicePort{} + yyc4771 = true + } else if len(yyv4771) != 0 { + yyv4771 = yyv4771[:0] + yyc4771 = true } - } else if yyl4743 > 0 { - var yyrr4743, yyrl4743 int - var yyrt4743 bool - if yyl4743 > cap(yyv4743) { + } else if yyl4771 > 0 { + var yyrr4771, yyrl4771 int + var yyrt4771 bool + if yyl4771 > cap(yyv4771) { - yyrg4743 := len(yyv4743) > 0 - yyv24743 := yyv4743 - yyrl4743, yyrt4743 = z.DecInferLen(yyl4743, z.DecBasicHandle().MaxInitLen, 80) - if yyrt4743 { - if yyrl4743 <= cap(yyv4743) { - yyv4743 = yyv4743[:yyrl4743] + yyrg4771 := len(yyv4771) > 0 + yyv24771 := yyv4771 + yyrl4771, yyrt4771 = z.DecInferLen(yyl4771, z.DecBasicHandle().MaxInitLen, 80) + if yyrt4771 { + if yyrl4771 <= cap(yyv4771) { + yyv4771 = yyv4771[:yyrl4771] } else { - yyv4743 = make([]ServicePort, yyrl4743) + yyv4771 = make([]ServicePort, yyrl4771) } } else { - yyv4743 = make([]ServicePort, yyrl4743) + yyv4771 = make([]ServicePort, yyrl4771) } - yyc4743 = true - yyrr4743 = len(yyv4743) - if yyrg4743 { - copy(yyv4743, yyv24743) + yyc4771 = true + yyrr4771 = len(yyv4771) + if yyrg4771 { + copy(yyv4771, yyv24771) } - } else if yyl4743 != len(yyv4743) { - yyv4743 = yyv4743[:yyl4743] - yyc4743 = true + } else if yyl4771 != len(yyv4771) { + yyv4771 = yyv4771[:yyl4771] + yyc4771 = true } - yyj4743 := 0 - for ; yyj4743 < yyrr4743; yyj4743++ { - yyh4743.ElemContainerState(yyj4743) + yyj4771 := 0 + for ; yyj4771 < yyrr4771; yyj4771++ { + yyh4771.ElemContainerState(yyj4771) if r.TryDecodeAsNil() { - yyv4743[yyj4743] = ServicePort{} + yyv4771[yyj4771] = ServicePort{} } else { - yyv4744 := &yyv4743[yyj4743] - yyv4744.CodecDecodeSelf(d) + yyv4772 := &yyv4771[yyj4771] + yyv4772.CodecDecodeSelf(d) } } - if yyrt4743 { - for ; yyj4743 < yyl4743; yyj4743++ { - yyv4743 = append(yyv4743, ServicePort{}) - yyh4743.ElemContainerState(yyj4743) + if yyrt4771 { + for ; yyj4771 < yyl4771; yyj4771++ { + yyv4771 = append(yyv4771, ServicePort{}) + yyh4771.ElemContainerState(yyj4771) if r.TryDecodeAsNil() { - yyv4743[yyj4743] = ServicePort{} + yyv4771[yyj4771] = ServicePort{} } else { - yyv4745 := &yyv4743[yyj4743] - yyv4745.CodecDecodeSelf(d) + yyv4773 := &yyv4771[yyj4771] + yyv4773.CodecDecodeSelf(d) } } } } else { - yyj4743 := 0 - for ; !r.CheckBreak(); yyj4743++ { + yyj4771 := 0 + for ; !r.CheckBreak(); yyj4771++ { - if yyj4743 >= len(yyv4743) { - yyv4743 = append(yyv4743, ServicePort{}) // var yyz4743 ServicePort - yyc4743 = true + if yyj4771 >= len(yyv4771) { + yyv4771 = append(yyv4771, ServicePort{}) // var yyz4771 ServicePort + yyc4771 = true } - yyh4743.ElemContainerState(yyj4743) - if yyj4743 < len(yyv4743) { + yyh4771.ElemContainerState(yyj4771) + if yyj4771 < len(yyv4771) { if r.TryDecodeAsNil() { - yyv4743[yyj4743] = ServicePort{} + yyv4771[yyj4771] = ServicePort{} } else { - yyv4746 := &yyv4743[yyj4743] - yyv4746.CodecDecodeSelf(d) + yyv4774 := &yyv4771[yyj4771] + yyv4774.CodecDecodeSelf(d) } } else { @@ -60010,17 +60484,17 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco } } - if yyj4743 < len(yyv4743) { - yyv4743 = yyv4743[:yyj4743] - yyc4743 = true - } else if yyj4743 == 0 && yyv4743 == nil { - yyv4743 = []ServicePort{} - yyc4743 = true + if yyj4771 < len(yyv4771) { + yyv4771 = yyv4771[:yyj4771] + yyc4771 = true + } else if yyj4771 == 0 && yyv4771 == nil { + yyv4771 = []ServicePort{} + yyc4771 = true } } - yyh4743.End() - if yyc4743 { - *v = yyv4743 + yyh4771.End() + if yyc4771 { + *v = yyv4771 } } @@ -60029,10 +60503,10 @@ func (x codecSelfer1234) encSliceObjectReference(v []ObjectReference, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4747 := range v { + for _, yyv4775 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4748 := &yyv4747 - yy4748.CodecEncodeSelf(e) + yy4776 := &yyv4775 + yy4776.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60042,83 +60516,83 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4749 := *v - yyh4749, yyl4749 := z.DecSliceHelperStart() - var yyc4749 bool - if yyl4749 == 0 { - if yyv4749 == nil { - yyv4749 = []ObjectReference{} - yyc4749 = true - } else if len(yyv4749) != 0 { - yyv4749 = yyv4749[:0] - yyc4749 = true + yyv4777 := *v + yyh4777, yyl4777 := z.DecSliceHelperStart() + var yyc4777 bool + if yyl4777 == 0 { + if yyv4777 == nil { + yyv4777 = []ObjectReference{} + yyc4777 = true + } else if len(yyv4777) != 0 { + yyv4777 = yyv4777[:0] + yyc4777 = true } - } else if yyl4749 > 0 { - var yyrr4749, yyrl4749 int - var yyrt4749 bool - if yyl4749 > cap(yyv4749) { + } else if yyl4777 > 0 { + var yyrr4777, yyrl4777 int + var yyrt4777 bool + if yyl4777 > cap(yyv4777) { - yyrg4749 := len(yyv4749) > 0 - yyv24749 := yyv4749 - yyrl4749, yyrt4749 = z.DecInferLen(yyl4749, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4749 { - if yyrl4749 <= cap(yyv4749) { - yyv4749 = yyv4749[:yyrl4749] + yyrg4777 := len(yyv4777) > 0 + yyv24777 := yyv4777 + yyrl4777, yyrt4777 = z.DecInferLen(yyl4777, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4777 { + if yyrl4777 <= cap(yyv4777) { + yyv4777 = yyv4777[:yyrl4777] } else { - yyv4749 = make([]ObjectReference, yyrl4749) + yyv4777 = make([]ObjectReference, yyrl4777) } } else { - yyv4749 = make([]ObjectReference, yyrl4749) + yyv4777 = make([]ObjectReference, yyrl4777) } - yyc4749 = true - yyrr4749 = len(yyv4749) - if yyrg4749 { - copy(yyv4749, yyv24749) + yyc4777 = true + yyrr4777 = len(yyv4777) + if yyrg4777 { + copy(yyv4777, yyv24777) } - } else if yyl4749 != len(yyv4749) { - yyv4749 = yyv4749[:yyl4749] - yyc4749 = true + } else if yyl4777 != len(yyv4777) { + yyv4777 = yyv4777[:yyl4777] + yyc4777 = true } - yyj4749 := 0 - for ; yyj4749 < yyrr4749; yyj4749++ { - yyh4749.ElemContainerState(yyj4749) + yyj4777 := 0 + for ; yyj4777 < yyrr4777; yyj4777++ { + yyh4777.ElemContainerState(yyj4777) if r.TryDecodeAsNil() { - yyv4749[yyj4749] = ObjectReference{} + yyv4777[yyj4777] = ObjectReference{} } else { - yyv4750 := &yyv4749[yyj4749] - yyv4750.CodecDecodeSelf(d) + yyv4778 := &yyv4777[yyj4777] + yyv4778.CodecDecodeSelf(d) } } - if yyrt4749 { - for ; yyj4749 < yyl4749; yyj4749++ { - yyv4749 = append(yyv4749, ObjectReference{}) - yyh4749.ElemContainerState(yyj4749) + if yyrt4777 { + for ; yyj4777 < yyl4777; yyj4777++ { + yyv4777 = append(yyv4777, ObjectReference{}) + yyh4777.ElemContainerState(yyj4777) if r.TryDecodeAsNil() { - yyv4749[yyj4749] = ObjectReference{} + yyv4777[yyj4777] = ObjectReference{} } else { - yyv4751 := &yyv4749[yyj4749] - yyv4751.CodecDecodeSelf(d) + yyv4779 := &yyv4777[yyj4777] + yyv4779.CodecDecodeSelf(d) } } } } else { - yyj4749 := 0 - for ; !r.CheckBreak(); yyj4749++ { + yyj4777 := 0 + for ; !r.CheckBreak(); yyj4777++ { - if yyj4749 >= len(yyv4749) { - yyv4749 = append(yyv4749, ObjectReference{}) // var yyz4749 ObjectReference - yyc4749 = true + if yyj4777 >= len(yyv4777) { + yyv4777 = append(yyv4777, ObjectReference{}) // var yyz4777 ObjectReference + yyc4777 = true } - yyh4749.ElemContainerState(yyj4749) - if yyj4749 < len(yyv4749) { + yyh4777.ElemContainerState(yyj4777) + if yyj4777 < len(yyv4777) { if r.TryDecodeAsNil() { - yyv4749[yyj4749] = ObjectReference{} + yyv4777[yyj4777] = ObjectReference{} } else { - yyv4752 := &yyv4749[yyj4749] - yyv4752.CodecDecodeSelf(d) + yyv4780 := &yyv4777[yyj4777] + yyv4780.CodecDecodeSelf(d) } } else { @@ -60126,17 +60600,17 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 } } - if yyj4749 < len(yyv4749) { - yyv4749 = yyv4749[:yyj4749] - yyc4749 = true - } else if yyj4749 == 0 && yyv4749 == nil { - yyv4749 = []ObjectReference{} - yyc4749 = true + if yyj4777 < len(yyv4777) { + yyv4777 = yyv4777[:yyj4777] + yyc4777 = true + } else if yyj4777 == 0 && yyv4777 == nil { + yyv4777 = []ObjectReference{} + yyc4777 = true } } - yyh4749.End() - if yyc4749 { - *v = yyv4749 + yyh4777.End() + if yyc4777 { + *v = yyv4777 } } @@ -60145,10 +60619,10 @@ func (x codecSelfer1234) encSliceServiceAccount(v []ServiceAccount, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4753 := range v { + for _, yyv4781 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4754 := &yyv4753 - yy4754.CodecEncodeSelf(e) + yy4782 := &yyv4781 + yy4782.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60158,83 +60632,83 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4755 := *v - yyh4755, yyl4755 := z.DecSliceHelperStart() - var yyc4755 bool - if yyl4755 == 0 { - if yyv4755 == nil { - yyv4755 = []ServiceAccount{} - yyc4755 = true - } else if len(yyv4755) != 0 { - yyv4755 = yyv4755[:0] - yyc4755 = true + yyv4783 := *v + yyh4783, yyl4783 := z.DecSliceHelperStart() + var yyc4783 bool + if yyl4783 == 0 { + if yyv4783 == nil { + yyv4783 = []ServiceAccount{} + yyc4783 = true + } else if len(yyv4783) != 0 { + yyv4783 = yyv4783[:0] + yyc4783 = true } - } else if yyl4755 > 0 { - var yyrr4755, yyrl4755 int - var yyrt4755 bool - if yyl4755 > cap(yyv4755) { + } else if yyl4783 > 0 { + var yyrr4783, yyrl4783 int + var yyrt4783 bool + if yyl4783 > cap(yyv4783) { - yyrg4755 := len(yyv4755) > 0 - yyv24755 := yyv4755 - yyrl4755, yyrt4755 = z.DecInferLen(yyl4755, z.DecBasicHandle().MaxInitLen, 304) - if yyrt4755 { - if yyrl4755 <= cap(yyv4755) { - yyv4755 = yyv4755[:yyrl4755] + yyrg4783 := len(yyv4783) > 0 + yyv24783 := yyv4783 + yyrl4783, yyrt4783 = z.DecInferLen(yyl4783, z.DecBasicHandle().MaxInitLen, 304) + if yyrt4783 { + if yyrl4783 <= cap(yyv4783) { + yyv4783 = yyv4783[:yyrl4783] } else { - yyv4755 = make([]ServiceAccount, yyrl4755) + yyv4783 = make([]ServiceAccount, yyrl4783) } } else { - yyv4755 = make([]ServiceAccount, yyrl4755) + yyv4783 = make([]ServiceAccount, yyrl4783) } - yyc4755 = true - yyrr4755 = len(yyv4755) - if yyrg4755 { - copy(yyv4755, yyv24755) + yyc4783 = true + yyrr4783 = len(yyv4783) + if yyrg4783 { + copy(yyv4783, yyv24783) } - } else if yyl4755 != len(yyv4755) { - yyv4755 = yyv4755[:yyl4755] - yyc4755 = true + } else if yyl4783 != len(yyv4783) { + yyv4783 = yyv4783[:yyl4783] + yyc4783 = true } - yyj4755 := 0 - for ; yyj4755 < yyrr4755; yyj4755++ { - yyh4755.ElemContainerState(yyj4755) + yyj4783 := 0 + for ; yyj4783 < yyrr4783; yyj4783++ { + yyh4783.ElemContainerState(yyj4783) if r.TryDecodeAsNil() { - yyv4755[yyj4755] = ServiceAccount{} + yyv4783[yyj4783] = ServiceAccount{} } else { - yyv4756 := &yyv4755[yyj4755] - yyv4756.CodecDecodeSelf(d) + yyv4784 := &yyv4783[yyj4783] + yyv4784.CodecDecodeSelf(d) } } - if yyrt4755 { - for ; yyj4755 < yyl4755; yyj4755++ { - yyv4755 = append(yyv4755, ServiceAccount{}) - yyh4755.ElemContainerState(yyj4755) + if yyrt4783 { + for ; yyj4783 < yyl4783; yyj4783++ { + yyv4783 = append(yyv4783, ServiceAccount{}) + yyh4783.ElemContainerState(yyj4783) if r.TryDecodeAsNil() { - yyv4755[yyj4755] = ServiceAccount{} + yyv4783[yyj4783] = ServiceAccount{} } else { - yyv4757 := &yyv4755[yyj4755] - yyv4757.CodecDecodeSelf(d) + yyv4785 := &yyv4783[yyj4783] + yyv4785.CodecDecodeSelf(d) } } } } else { - yyj4755 := 0 - for ; !r.CheckBreak(); yyj4755++ { + yyj4783 := 0 + for ; !r.CheckBreak(); yyj4783++ { - if yyj4755 >= len(yyv4755) { - yyv4755 = append(yyv4755, ServiceAccount{}) // var yyz4755 ServiceAccount - yyc4755 = true + if yyj4783 >= len(yyv4783) { + yyv4783 = append(yyv4783, ServiceAccount{}) // var yyz4783 ServiceAccount + yyc4783 = true } - yyh4755.ElemContainerState(yyj4755) - if yyj4755 < len(yyv4755) { + yyh4783.ElemContainerState(yyj4783) + if yyj4783 < len(yyv4783) { if r.TryDecodeAsNil() { - yyv4755[yyj4755] = ServiceAccount{} + yyv4783[yyj4783] = ServiceAccount{} } else { - yyv4758 := &yyv4755[yyj4755] - yyv4758.CodecDecodeSelf(d) + yyv4786 := &yyv4783[yyj4783] + yyv4786.CodecDecodeSelf(d) } } else { @@ -60242,17 +60716,17 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 } } - if yyj4755 < len(yyv4755) { - yyv4755 = yyv4755[:yyj4755] - yyc4755 = true - } else if yyj4755 == 0 && yyv4755 == nil { - yyv4755 = []ServiceAccount{} - yyc4755 = true + if yyj4783 < len(yyv4783) { + yyv4783 = yyv4783[:yyj4783] + yyc4783 = true + } else if yyj4783 == 0 && yyv4783 == nil { + yyv4783 = []ServiceAccount{} + yyc4783 = true } } - yyh4755.End() - if yyc4755 { - *v = yyv4755 + yyh4783.End() + if yyc4783 { + *v = yyv4783 } } @@ -60261,10 +60735,10 @@ func (x codecSelfer1234) encSliceEndpointSubset(v []EndpointSubset, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4759 := range v { + for _, yyv4787 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4760 := &yyv4759 - yy4760.CodecEncodeSelf(e) + yy4788 := &yyv4787 + yy4788.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60274,83 +60748,83 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4761 := *v - yyh4761, yyl4761 := z.DecSliceHelperStart() - var yyc4761 bool - if yyl4761 == 0 { - if yyv4761 == nil { - yyv4761 = []EndpointSubset{} - yyc4761 = true - } else if len(yyv4761) != 0 { - yyv4761 = yyv4761[:0] - yyc4761 = true + yyv4789 := *v + yyh4789, yyl4789 := z.DecSliceHelperStart() + var yyc4789 bool + if yyl4789 == 0 { + if yyv4789 == nil { + yyv4789 = []EndpointSubset{} + yyc4789 = true + } else if len(yyv4789) != 0 { + yyv4789 = yyv4789[:0] + yyc4789 = true } - } else if yyl4761 > 0 { - var yyrr4761, yyrl4761 int - var yyrt4761 bool - if yyl4761 > cap(yyv4761) { + } else if yyl4789 > 0 { + var yyrr4789, yyrl4789 int + var yyrt4789 bool + if yyl4789 > cap(yyv4789) { - yyrg4761 := len(yyv4761) > 0 - yyv24761 := yyv4761 - yyrl4761, yyrt4761 = z.DecInferLen(yyl4761, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4761 { - if yyrl4761 <= cap(yyv4761) { - yyv4761 = yyv4761[:yyrl4761] + yyrg4789 := len(yyv4789) > 0 + yyv24789 := yyv4789 + yyrl4789, yyrt4789 = z.DecInferLen(yyl4789, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4789 { + if yyrl4789 <= cap(yyv4789) { + yyv4789 = yyv4789[:yyrl4789] } else { - yyv4761 = make([]EndpointSubset, yyrl4761) + yyv4789 = make([]EndpointSubset, yyrl4789) } } else { - yyv4761 = make([]EndpointSubset, yyrl4761) + yyv4789 = make([]EndpointSubset, yyrl4789) } - yyc4761 = true - yyrr4761 = len(yyv4761) - if yyrg4761 { - copy(yyv4761, yyv24761) + yyc4789 = true + yyrr4789 = len(yyv4789) + if yyrg4789 { + copy(yyv4789, yyv24789) } - } else if yyl4761 != len(yyv4761) { - yyv4761 = yyv4761[:yyl4761] - yyc4761 = true + } else if yyl4789 != len(yyv4789) { + yyv4789 = yyv4789[:yyl4789] + yyc4789 = true } - yyj4761 := 0 - for ; yyj4761 < yyrr4761; yyj4761++ { - yyh4761.ElemContainerState(yyj4761) + yyj4789 := 0 + for ; yyj4789 < yyrr4789; yyj4789++ { + yyh4789.ElemContainerState(yyj4789) if r.TryDecodeAsNil() { - yyv4761[yyj4761] = EndpointSubset{} + yyv4789[yyj4789] = EndpointSubset{} } else { - yyv4762 := &yyv4761[yyj4761] - yyv4762.CodecDecodeSelf(d) + yyv4790 := &yyv4789[yyj4789] + yyv4790.CodecDecodeSelf(d) } } - if yyrt4761 { - for ; yyj4761 < yyl4761; yyj4761++ { - yyv4761 = append(yyv4761, EndpointSubset{}) - yyh4761.ElemContainerState(yyj4761) + if yyrt4789 { + for ; yyj4789 < yyl4789; yyj4789++ { + yyv4789 = append(yyv4789, EndpointSubset{}) + yyh4789.ElemContainerState(yyj4789) if r.TryDecodeAsNil() { - yyv4761[yyj4761] = EndpointSubset{} + yyv4789[yyj4789] = EndpointSubset{} } else { - yyv4763 := &yyv4761[yyj4761] - yyv4763.CodecDecodeSelf(d) + yyv4791 := &yyv4789[yyj4789] + yyv4791.CodecDecodeSelf(d) } } } } else { - yyj4761 := 0 - for ; !r.CheckBreak(); yyj4761++ { + yyj4789 := 0 + for ; !r.CheckBreak(); yyj4789++ { - if yyj4761 >= len(yyv4761) { - yyv4761 = append(yyv4761, EndpointSubset{}) // var yyz4761 EndpointSubset - yyc4761 = true + if yyj4789 >= len(yyv4789) { + yyv4789 = append(yyv4789, EndpointSubset{}) // var yyz4789 EndpointSubset + yyc4789 = true } - yyh4761.ElemContainerState(yyj4761) - if yyj4761 < len(yyv4761) { + yyh4789.ElemContainerState(yyj4789) + if yyj4789 < len(yyv4789) { if r.TryDecodeAsNil() { - yyv4761[yyj4761] = EndpointSubset{} + yyv4789[yyj4789] = EndpointSubset{} } else { - yyv4764 := &yyv4761[yyj4761] - yyv4764.CodecDecodeSelf(d) + yyv4792 := &yyv4789[yyj4789] + yyv4792.CodecDecodeSelf(d) } } else { @@ -60358,17 +60832,17 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 } } - if yyj4761 < len(yyv4761) { - yyv4761 = yyv4761[:yyj4761] - yyc4761 = true - } else if yyj4761 == 0 && yyv4761 == nil { - yyv4761 = []EndpointSubset{} - yyc4761 = true + if yyj4789 < len(yyv4789) { + yyv4789 = yyv4789[:yyj4789] + yyc4789 = true + } else if yyj4789 == 0 && yyv4789 == nil { + yyv4789 = []EndpointSubset{} + yyc4789 = true } } - yyh4761.End() - if yyc4761 { - *v = yyv4761 + yyh4789.End() + if yyc4789 { + *v = yyv4789 } } @@ -60377,10 +60851,10 @@ func (x codecSelfer1234) encSliceEndpointAddress(v []EndpointAddress, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4765 := range v { + for _, yyv4793 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4766 := &yyv4765 - yy4766.CodecEncodeSelf(e) + yy4794 := &yyv4793 + yy4794.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60390,83 +60864,83 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4767 := *v - yyh4767, yyl4767 := z.DecSliceHelperStart() - var yyc4767 bool - if yyl4767 == 0 { - if yyv4767 == nil { - yyv4767 = []EndpointAddress{} - yyc4767 = true - } else if len(yyv4767) != 0 { - yyv4767 = yyv4767[:0] - yyc4767 = true + yyv4795 := *v + yyh4795, yyl4795 := z.DecSliceHelperStart() + var yyc4795 bool + if yyl4795 == 0 { + if yyv4795 == nil { + yyv4795 = []EndpointAddress{} + yyc4795 = true + } else if len(yyv4795) != 0 { + yyv4795 = yyv4795[:0] + yyc4795 = true } - } else if yyl4767 > 0 { - var yyrr4767, yyrl4767 int - var yyrt4767 bool - if yyl4767 > cap(yyv4767) { + } else if yyl4795 > 0 { + var yyrr4795, yyrl4795 int + var yyrt4795 bool + if yyl4795 > cap(yyv4795) { - yyrg4767 := len(yyv4767) > 0 - yyv24767 := yyv4767 - yyrl4767, yyrt4767 = z.DecInferLen(yyl4767, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4767 { - if yyrl4767 <= cap(yyv4767) { - yyv4767 = yyv4767[:yyrl4767] + yyrg4795 := len(yyv4795) > 0 + yyv24795 := yyv4795 + yyrl4795, yyrt4795 = z.DecInferLen(yyl4795, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4795 { + if yyrl4795 <= cap(yyv4795) { + yyv4795 = yyv4795[:yyrl4795] } else { - yyv4767 = make([]EndpointAddress, yyrl4767) + yyv4795 = make([]EndpointAddress, yyrl4795) } } else { - yyv4767 = make([]EndpointAddress, yyrl4767) + yyv4795 = make([]EndpointAddress, yyrl4795) } - yyc4767 = true - yyrr4767 = len(yyv4767) - if yyrg4767 { - copy(yyv4767, yyv24767) + yyc4795 = true + yyrr4795 = len(yyv4795) + if yyrg4795 { + copy(yyv4795, yyv24795) } - } else if yyl4767 != len(yyv4767) { - yyv4767 = yyv4767[:yyl4767] - yyc4767 = true + } else if yyl4795 != len(yyv4795) { + yyv4795 = yyv4795[:yyl4795] + yyc4795 = true } - yyj4767 := 0 - for ; yyj4767 < yyrr4767; yyj4767++ { - yyh4767.ElemContainerState(yyj4767) + yyj4795 := 0 + for ; yyj4795 < yyrr4795; yyj4795++ { + yyh4795.ElemContainerState(yyj4795) if r.TryDecodeAsNil() { - yyv4767[yyj4767] = EndpointAddress{} + yyv4795[yyj4795] = EndpointAddress{} } else { - yyv4768 := &yyv4767[yyj4767] - yyv4768.CodecDecodeSelf(d) + yyv4796 := &yyv4795[yyj4795] + yyv4796.CodecDecodeSelf(d) } } - if yyrt4767 { - for ; yyj4767 < yyl4767; yyj4767++ { - yyv4767 = append(yyv4767, EndpointAddress{}) - yyh4767.ElemContainerState(yyj4767) + if yyrt4795 { + for ; yyj4795 < yyl4795; yyj4795++ { + yyv4795 = append(yyv4795, EndpointAddress{}) + yyh4795.ElemContainerState(yyj4795) if r.TryDecodeAsNil() { - yyv4767[yyj4767] = EndpointAddress{} + yyv4795[yyj4795] = EndpointAddress{} } else { - yyv4769 := &yyv4767[yyj4767] - yyv4769.CodecDecodeSelf(d) + yyv4797 := &yyv4795[yyj4795] + yyv4797.CodecDecodeSelf(d) } } } } else { - yyj4767 := 0 - for ; !r.CheckBreak(); yyj4767++ { + yyj4795 := 0 + for ; !r.CheckBreak(); yyj4795++ { - if yyj4767 >= len(yyv4767) { - yyv4767 = append(yyv4767, EndpointAddress{}) // var yyz4767 EndpointAddress - yyc4767 = true + if yyj4795 >= len(yyv4795) { + yyv4795 = append(yyv4795, EndpointAddress{}) // var yyz4795 EndpointAddress + yyc4795 = true } - yyh4767.ElemContainerState(yyj4767) - if yyj4767 < len(yyv4767) { + yyh4795.ElemContainerState(yyj4795) + if yyj4795 < len(yyv4795) { if r.TryDecodeAsNil() { - yyv4767[yyj4767] = EndpointAddress{} + yyv4795[yyj4795] = EndpointAddress{} } else { - yyv4770 := &yyv4767[yyj4767] - yyv4770.CodecDecodeSelf(d) + yyv4798 := &yyv4795[yyj4795] + yyv4798.CodecDecodeSelf(d) } } else { @@ -60474,17 +60948,17 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 } } - if yyj4767 < len(yyv4767) { - yyv4767 = yyv4767[:yyj4767] - yyc4767 = true - } else if yyj4767 == 0 && yyv4767 == nil { - yyv4767 = []EndpointAddress{} - yyc4767 = true + if yyj4795 < len(yyv4795) { + yyv4795 = yyv4795[:yyj4795] + yyc4795 = true + } else if yyj4795 == 0 && yyv4795 == nil { + yyv4795 = []EndpointAddress{} + yyc4795 = true } } - yyh4767.End() - if yyc4767 { - *v = yyv4767 + yyh4795.End() + if yyc4795 { + *v = yyv4795 } } @@ -60493,10 +60967,10 @@ func (x codecSelfer1234) encSliceEndpointPort(v []EndpointPort, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4771 := range v { + for _, yyv4799 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4772 := &yyv4771 - yy4772.CodecEncodeSelf(e) + yy4800 := &yyv4799 + yy4800.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60506,83 +60980,83 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4773 := *v - yyh4773, yyl4773 := z.DecSliceHelperStart() - var yyc4773 bool - if yyl4773 == 0 { - if yyv4773 == nil { - yyv4773 = []EndpointPort{} - yyc4773 = true - } else if len(yyv4773) != 0 { - yyv4773 = yyv4773[:0] - yyc4773 = true + yyv4801 := *v + yyh4801, yyl4801 := z.DecSliceHelperStart() + var yyc4801 bool + if yyl4801 == 0 { + if yyv4801 == nil { + yyv4801 = []EndpointPort{} + yyc4801 = true + } else if len(yyv4801) != 0 { + yyv4801 = yyv4801[:0] + yyc4801 = true } - } else if yyl4773 > 0 { - var yyrr4773, yyrl4773 int - var yyrt4773 bool - if yyl4773 > cap(yyv4773) { + } else if yyl4801 > 0 { + var yyrr4801, yyrl4801 int + var yyrt4801 bool + if yyl4801 > cap(yyv4801) { - yyrg4773 := len(yyv4773) > 0 - yyv24773 := yyv4773 - yyrl4773, yyrt4773 = z.DecInferLen(yyl4773, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4773 { - if yyrl4773 <= cap(yyv4773) { - yyv4773 = yyv4773[:yyrl4773] + yyrg4801 := len(yyv4801) > 0 + yyv24801 := yyv4801 + yyrl4801, yyrt4801 = z.DecInferLen(yyl4801, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4801 { + if yyrl4801 <= cap(yyv4801) { + yyv4801 = yyv4801[:yyrl4801] } else { - yyv4773 = make([]EndpointPort, yyrl4773) + yyv4801 = make([]EndpointPort, yyrl4801) } } else { - yyv4773 = make([]EndpointPort, yyrl4773) + yyv4801 = make([]EndpointPort, yyrl4801) } - yyc4773 = true - yyrr4773 = len(yyv4773) - if yyrg4773 { - copy(yyv4773, yyv24773) + yyc4801 = true + yyrr4801 = len(yyv4801) + if yyrg4801 { + copy(yyv4801, yyv24801) } - } else if yyl4773 != len(yyv4773) { - yyv4773 = yyv4773[:yyl4773] - yyc4773 = true + } else if yyl4801 != len(yyv4801) { + yyv4801 = yyv4801[:yyl4801] + yyc4801 = true } - yyj4773 := 0 - for ; yyj4773 < yyrr4773; yyj4773++ { - yyh4773.ElemContainerState(yyj4773) + yyj4801 := 0 + for ; yyj4801 < yyrr4801; yyj4801++ { + yyh4801.ElemContainerState(yyj4801) if r.TryDecodeAsNil() { - yyv4773[yyj4773] = EndpointPort{} + yyv4801[yyj4801] = EndpointPort{} } else { - yyv4774 := &yyv4773[yyj4773] - yyv4774.CodecDecodeSelf(d) + yyv4802 := &yyv4801[yyj4801] + yyv4802.CodecDecodeSelf(d) } } - if yyrt4773 { - for ; yyj4773 < yyl4773; yyj4773++ { - yyv4773 = append(yyv4773, EndpointPort{}) - yyh4773.ElemContainerState(yyj4773) + if yyrt4801 { + for ; yyj4801 < yyl4801; yyj4801++ { + yyv4801 = append(yyv4801, EndpointPort{}) + yyh4801.ElemContainerState(yyj4801) if r.TryDecodeAsNil() { - yyv4773[yyj4773] = EndpointPort{} + yyv4801[yyj4801] = EndpointPort{} } else { - yyv4775 := &yyv4773[yyj4773] - yyv4775.CodecDecodeSelf(d) + yyv4803 := &yyv4801[yyj4801] + yyv4803.CodecDecodeSelf(d) } } } } else { - yyj4773 := 0 - for ; !r.CheckBreak(); yyj4773++ { + yyj4801 := 0 + for ; !r.CheckBreak(); yyj4801++ { - if yyj4773 >= len(yyv4773) { - yyv4773 = append(yyv4773, EndpointPort{}) // var yyz4773 EndpointPort - yyc4773 = true + if yyj4801 >= len(yyv4801) { + yyv4801 = append(yyv4801, EndpointPort{}) // var yyz4801 EndpointPort + yyc4801 = true } - yyh4773.ElemContainerState(yyj4773) - if yyj4773 < len(yyv4773) { + yyh4801.ElemContainerState(yyj4801) + if yyj4801 < len(yyv4801) { if r.TryDecodeAsNil() { - yyv4773[yyj4773] = EndpointPort{} + yyv4801[yyj4801] = EndpointPort{} } else { - yyv4776 := &yyv4773[yyj4773] - yyv4776.CodecDecodeSelf(d) + yyv4804 := &yyv4801[yyj4801] + yyv4804.CodecDecodeSelf(d) } } else { @@ -60590,17 +61064,17 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De } } - if yyj4773 < len(yyv4773) { - yyv4773 = yyv4773[:yyj4773] - yyc4773 = true - } else if yyj4773 == 0 && yyv4773 == nil { - yyv4773 = []EndpointPort{} - yyc4773 = true + if yyj4801 < len(yyv4801) { + yyv4801 = yyv4801[:yyj4801] + yyc4801 = true + } else if yyj4801 == 0 && yyv4801 == nil { + yyv4801 = []EndpointPort{} + yyc4801 = true } } - yyh4773.End() - if yyc4773 { - *v = yyv4773 + yyh4801.End() + if yyc4801 { + *v = yyv4801 } } @@ -60609,10 +61083,10 @@ func (x codecSelfer1234) encSliceEndpoints(v []Endpoints, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4777 := range v { + for _, yyv4805 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4778 := &yyv4777 - yy4778.CodecEncodeSelf(e) + yy4806 := &yyv4805 + yy4806.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60622,83 +61096,83 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4779 := *v - yyh4779, yyl4779 := z.DecSliceHelperStart() - var yyc4779 bool - if yyl4779 == 0 { - if yyv4779 == nil { - yyv4779 = []Endpoints{} - yyc4779 = true - } else if len(yyv4779) != 0 { - yyv4779 = yyv4779[:0] - yyc4779 = true + yyv4807 := *v + yyh4807, yyl4807 := z.DecSliceHelperStart() + var yyc4807 bool + if yyl4807 == 0 { + if yyv4807 == nil { + yyv4807 = []Endpoints{} + yyc4807 = true + } else if len(yyv4807) != 0 { + yyv4807 = yyv4807[:0] + yyc4807 = true } - } else if yyl4779 > 0 { - var yyrr4779, yyrl4779 int - var yyrt4779 bool - if yyl4779 > cap(yyv4779) { + } else if yyl4807 > 0 { + var yyrr4807, yyrl4807 int + var yyrt4807 bool + if yyl4807 > cap(yyv4807) { - yyrg4779 := len(yyv4779) > 0 - yyv24779 := yyv4779 - yyrl4779, yyrt4779 = z.DecInferLen(yyl4779, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4779 { - if yyrl4779 <= cap(yyv4779) { - yyv4779 = yyv4779[:yyrl4779] + yyrg4807 := len(yyv4807) > 0 + yyv24807 := yyv4807 + yyrl4807, yyrt4807 = z.DecInferLen(yyl4807, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4807 { + if yyrl4807 <= cap(yyv4807) { + yyv4807 = yyv4807[:yyrl4807] } else { - yyv4779 = make([]Endpoints, yyrl4779) + yyv4807 = make([]Endpoints, yyrl4807) } } else { - yyv4779 = make([]Endpoints, yyrl4779) + yyv4807 = make([]Endpoints, yyrl4807) } - yyc4779 = true - yyrr4779 = len(yyv4779) - if yyrg4779 { - copy(yyv4779, yyv24779) + yyc4807 = true + yyrr4807 = len(yyv4807) + if yyrg4807 { + copy(yyv4807, yyv24807) } - } else if yyl4779 != len(yyv4779) { - yyv4779 = yyv4779[:yyl4779] - yyc4779 = true + } else if yyl4807 != len(yyv4807) { + yyv4807 = yyv4807[:yyl4807] + yyc4807 = true } - yyj4779 := 0 - for ; yyj4779 < yyrr4779; yyj4779++ { - yyh4779.ElemContainerState(yyj4779) + yyj4807 := 0 + for ; yyj4807 < yyrr4807; yyj4807++ { + yyh4807.ElemContainerState(yyj4807) if r.TryDecodeAsNil() { - yyv4779[yyj4779] = Endpoints{} + yyv4807[yyj4807] = Endpoints{} } else { - yyv4780 := &yyv4779[yyj4779] - yyv4780.CodecDecodeSelf(d) + yyv4808 := &yyv4807[yyj4807] + yyv4808.CodecDecodeSelf(d) } } - if yyrt4779 { - for ; yyj4779 < yyl4779; yyj4779++ { - yyv4779 = append(yyv4779, Endpoints{}) - yyh4779.ElemContainerState(yyj4779) + if yyrt4807 { + for ; yyj4807 < yyl4807; yyj4807++ { + yyv4807 = append(yyv4807, Endpoints{}) + yyh4807.ElemContainerState(yyj4807) if r.TryDecodeAsNil() { - yyv4779[yyj4779] = Endpoints{} + yyv4807[yyj4807] = Endpoints{} } else { - yyv4781 := &yyv4779[yyj4779] - yyv4781.CodecDecodeSelf(d) + yyv4809 := &yyv4807[yyj4807] + yyv4809.CodecDecodeSelf(d) } } } } else { - yyj4779 := 0 - for ; !r.CheckBreak(); yyj4779++ { + yyj4807 := 0 + for ; !r.CheckBreak(); yyj4807++ { - if yyj4779 >= len(yyv4779) { - yyv4779 = append(yyv4779, Endpoints{}) // var yyz4779 Endpoints - yyc4779 = true + if yyj4807 >= len(yyv4807) { + yyv4807 = append(yyv4807, Endpoints{}) // var yyz4807 Endpoints + yyc4807 = true } - yyh4779.ElemContainerState(yyj4779) - if yyj4779 < len(yyv4779) { + yyh4807.ElemContainerState(yyj4807) + if yyj4807 < len(yyv4807) { if r.TryDecodeAsNil() { - yyv4779[yyj4779] = Endpoints{} + yyv4807[yyj4807] = Endpoints{} } else { - yyv4782 := &yyv4779[yyj4779] - yyv4782.CodecDecodeSelf(d) + yyv4810 := &yyv4807[yyj4807] + yyv4810.CodecDecodeSelf(d) } } else { @@ -60706,17 +61180,17 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) } } - if yyj4779 < len(yyv4779) { - yyv4779 = yyv4779[:yyj4779] - yyc4779 = true - } else if yyj4779 == 0 && yyv4779 == nil { - yyv4779 = []Endpoints{} - yyc4779 = true + if yyj4807 < len(yyv4807) { + yyv4807 = yyv4807[:yyj4807] + yyc4807 = true + } else if yyj4807 == 0 && yyv4807 == nil { + yyv4807 = []Endpoints{} + yyc4807 = true } } - yyh4779.End() - if yyc4779 { - *v = yyv4779 + yyh4807.End() + if yyc4807 { + *v = yyv4807 } } @@ -60725,10 +61199,10 @@ func (x codecSelfer1234) encSliceNodeCondition(v []NodeCondition, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4783 := range v { + for _, yyv4811 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4784 := &yyv4783 - yy4784.CodecEncodeSelf(e) + yy4812 := &yyv4811 + yy4812.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60738,83 +61212,83 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4785 := *v - yyh4785, yyl4785 := z.DecSliceHelperStart() - var yyc4785 bool - if yyl4785 == 0 { - if yyv4785 == nil { - yyv4785 = []NodeCondition{} - yyc4785 = true - } else if len(yyv4785) != 0 { - yyv4785 = yyv4785[:0] - yyc4785 = true + yyv4813 := *v + yyh4813, yyl4813 := z.DecSliceHelperStart() + var yyc4813 bool + if yyl4813 == 0 { + if yyv4813 == nil { + yyv4813 = []NodeCondition{} + yyc4813 = true + } else if len(yyv4813) != 0 { + yyv4813 = yyv4813[:0] + yyc4813 = true } - } else if yyl4785 > 0 { - var yyrr4785, yyrl4785 int - var yyrt4785 bool - if yyl4785 > cap(yyv4785) { + } else if yyl4813 > 0 { + var yyrr4813, yyrl4813 int + var yyrt4813 bool + if yyl4813 > cap(yyv4813) { - yyrg4785 := len(yyv4785) > 0 - yyv24785 := yyv4785 - yyrl4785, yyrt4785 = z.DecInferLen(yyl4785, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4785 { - if yyrl4785 <= cap(yyv4785) { - yyv4785 = yyv4785[:yyrl4785] + yyrg4813 := len(yyv4813) > 0 + yyv24813 := yyv4813 + yyrl4813, yyrt4813 = z.DecInferLen(yyl4813, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4813 { + if yyrl4813 <= cap(yyv4813) { + yyv4813 = yyv4813[:yyrl4813] } else { - yyv4785 = make([]NodeCondition, yyrl4785) + yyv4813 = make([]NodeCondition, yyrl4813) } } else { - yyv4785 = make([]NodeCondition, yyrl4785) + yyv4813 = make([]NodeCondition, yyrl4813) } - yyc4785 = true - yyrr4785 = len(yyv4785) - if yyrg4785 { - copy(yyv4785, yyv24785) + yyc4813 = true + yyrr4813 = len(yyv4813) + if yyrg4813 { + copy(yyv4813, yyv24813) } - } else if yyl4785 != len(yyv4785) { - yyv4785 = yyv4785[:yyl4785] - yyc4785 = true + } else if yyl4813 != len(yyv4813) { + yyv4813 = yyv4813[:yyl4813] + yyc4813 = true } - yyj4785 := 0 - for ; yyj4785 < yyrr4785; yyj4785++ { - yyh4785.ElemContainerState(yyj4785) + yyj4813 := 0 + for ; yyj4813 < yyrr4813; yyj4813++ { + yyh4813.ElemContainerState(yyj4813) if r.TryDecodeAsNil() { - yyv4785[yyj4785] = NodeCondition{} + yyv4813[yyj4813] = NodeCondition{} } else { - yyv4786 := &yyv4785[yyj4785] - yyv4786.CodecDecodeSelf(d) + yyv4814 := &yyv4813[yyj4813] + yyv4814.CodecDecodeSelf(d) } } - if yyrt4785 { - for ; yyj4785 < yyl4785; yyj4785++ { - yyv4785 = append(yyv4785, NodeCondition{}) - yyh4785.ElemContainerState(yyj4785) + if yyrt4813 { + for ; yyj4813 < yyl4813; yyj4813++ { + yyv4813 = append(yyv4813, NodeCondition{}) + yyh4813.ElemContainerState(yyj4813) if r.TryDecodeAsNil() { - yyv4785[yyj4785] = NodeCondition{} + yyv4813[yyj4813] = NodeCondition{} } else { - yyv4787 := &yyv4785[yyj4785] - yyv4787.CodecDecodeSelf(d) + yyv4815 := &yyv4813[yyj4813] + yyv4815.CodecDecodeSelf(d) } } } } else { - yyj4785 := 0 - for ; !r.CheckBreak(); yyj4785++ { + yyj4813 := 0 + for ; !r.CheckBreak(); yyj4813++ { - if yyj4785 >= len(yyv4785) { - yyv4785 = append(yyv4785, NodeCondition{}) // var yyz4785 NodeCondition - yyc4785 = true + if yyj4813 >= len(yyv4813) { + yyv4813 = append(yyv4813, NodeCondition{}) // var yyz4813 NodeCondition + yyc4813 = true } - yyh4785.ElemContainerState(yyj4785) - if yyj4785 < len(yyv4785) { + yyh4813.ElemContainerState(yyj4813) + if yyj4813 < len(yyv4813) { if r.TryDecodeAsNil() { - yyv4785[yyj4785] = NodeCondition{} + yyv4813[yyj4813] = NodeCondition{} } else { - yyv4788 := &yyv4785[yyj4785] - yyv4788.CodecDecodeSelf(d) + yyv4816 := &yyv4813[yyj4813] + yyv4816.CodecDecodeSelf(d) } } else { @@ -60822,17 +61296,17 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. } } - if yyj4785 < len(yyv4785) { - yyv4785 = yyv4785[:yyj4785] - yyc4785 = true - } else if yyj4785 == 0 && yyv4785 == nil { - yyv4785 = []NodeCondition{} - yyc4785 = true + if yyj4813 < len(yyv4813) { + yyv4813 = yyv4813[:yyj4813] + yyc4813 = true + } else if yyj4813 == 0 && yyv4813 == nil { + yyv4813 = []NodeCondition{} + yyc4813 = true } } - yyh4785.End() - if yyc4785 { - *v = yyv4785 + yyh4813.End() + if yyc4813 { + *v = yyv4813 } } @@ -60841,10 +61315,10 @@ func (x codecSelfer1234) encSliceNodeAddress(v []NodeAddress, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4789 := range v { + for _, yyv4817 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4790 := &yyv4789 - yy4790.CodecEncodeSelf(e) + yy4818 := &yyv4817 + yy4818.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60854,83 +61328,83 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4791 := *v - yyh4791, yyl4791 := z.DecSliceHelperStart() - var yyc4791 bool - if yyl4791 == 0 { - if yyv4791 == nil { - yyv4791 = []NodeAddress{} - yyc4791 = true - } else if len(yyv4791) != 0 { - yyv4791 = yyv4791[:0] - yyc4791 = true + yyv4819 := *v + yyh4819, yyl4819 := z.DecSliceHelperStart() + var yyc4819 bool + if yyl4819 == 0 { + if yyv4819 == nil { + yyv4819 = []NodeAddress{} + yyc4819 = true + } else if len(yyv4819) != 0 { + yyv4819 = yyv4819[:0] + yyc4819 = true } - } else if yyl4791 > 0 { - var yyrr4791, yyrl4791 int - var yyrt4791 bool - if yyl4791 > cap(yyv4791) { + } else if yyl4819 > 0 { + var yyrr4819, yyrl4819 int + var yyrt4819 bool + if yyl4819 > cap(yyv4819) { - yyrg4791 := len(yyv4791) > 0 - yyv24791 := yyv4791 - yyrl4791, yyrt4791 = z.DecInferLen(yyl4791, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4791 { - if yyrl4791 <= cap(yyv4791) { - yyv4791 = yyv4791[:yyrl4791] + yyrg4819 := len(yyv4819) > 0 + yyv24819 := yyv4819 + yyrl4819, yyrt4819 = z.DecInferLen(yyl4819, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4819 { + if yyrl4819 <= cap(yyv4819) { + yyv4819 = yyv4819[:yyrl4819] } else { - yyv4791 = make([]NodeAddress, yyrl4791) + yyv4819 = make([]NodeAddress, yyrl4819) } } else { - yyv4791 = make([]NodeAddress, yyrl4791) + yyv4819 = make([]NodeAddress, yyrl4819) } - yyc4791 = true - yyrr4791 = len(yyv4791) - if yyrg4791 { - copy(yyv4791, yyv24791) + yyc4819 = true + yyrr4819 = len(yyv4819) + if yyrg4819 { + copy(yyv4819, yyv24819) } - } else if yyl4791 != len(yyv4791) { - yyv4791 = yyv4791[:yyl4791] - yyc4791 = true + } else if yyl4819 != len(yyv4819) { + yyv4819 = yyv4819[:yyl4819] + yyc4819 = true } - yyj4791 := 0 - for ; yyj4791 < yyrr4791; yyj4791++ { - yyh4791.ElemContainerState(yyj4791) + yyj4819 := 0 + for ; yyj4819 < yyrr4819; yyj4819++ { + yyh4819.ElemContainerState(yyj4819) if r.TryDecodeAsNil() { - yyv4791[yyj4791] = NodeAddress{} + yyv4819[yyj4819] = NodeAddress{} } else { - yyv4792 := &yyv4791[yyj4791] - yyv4792.CodecDecodeSelf(d) + yyv4820 := &yyv4819[yyj4819] + yyv4820.CodecDecodeSelf(d) } } - if yyrt4791 { - for ; yyj4791 < yyl4791; yyj4791++ { - yyv4791 = append(yyv4791, NodeAddress{}) - yyh4791.ElemContainerState(yyj4791) + if yyrt4819 { + for ; yyj4819 < yyl4819; yyj4819++ { + yyv4819 = append(yyv4819, NodeAddress{}) + yyh4819.ElemContainerState(yyj4819) if r.TryDecodeAsNil() { - yyv4791[yyj4791] = NodeAddress{} + yyv4819[yyj4819] = NodeAddress{} } else { - yyv4793 := &yyv4791[yyj4791] - yyv4793.CodecDecodeSelf(d) + yyv4821 := &yyv4819[yyj4819] + yyv4821.CodecDecodeSelf(d) } } } } else { - yyj4791 := 0 - for ; !r.CheckBreak(); yyj4791++ { + yyj4819 := 0 + for ; !r.CheckBreak(); yyj4819++ { - if yyj4791 >= len(yyv4791) { - yyv4791 = append(yyv4791, NodeAddress{}) // var yyz4791 NodeAddress - yyc4791 = true + if yyj4819 >= len(yyv4819) { + yyv4819 = append(yyv4819, NodeAddress{}) // var yyz4819 NodeAddress + yyc4819 = true } - yyh4791.ElemContainerState(yyj4791) - if yyj4791 < len(yyv4791) { + yyh4819.ElemContainerState(yyj4819) + if yyj4819 < len(yyv4819) { if r.TryDecodeAsNil() { - yyv4791[yyj4791] = NodeAddress{} + yyv4819[yyj4819] = NodeAddress{} } else { - yyv4794 := &yyv4791[yyj4791] - yyv4794.CodecDecodeSelf(d) + yyv4822 := &yyv4819[yyj4819] + yyv4822.CodecDecodeSelf(d) } } else { @@ -60938,17 +61412,17 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco } } - if yyj4791 < len(yyv4791) { - yyv4791 = yyv4791[:yyj4791] - yyc4791 = true - } else if yyj4791 == 0 && yyv4791 == nil { - yyv4791 = []NodeAddress{} - yyc4791 = true + if yyj4819 < len(yyv4819) { + yyv4819 = yyv4819[:yyj4819] + yyc4819 = true + } else if yyj4819 == 0 && yyv4819 == nil { + yyv4819 = []NodeAddress{} + yyc4819 = true } } - yyh4791.End() - if yyc4791 { - *v = yyv4791 + yyh4819.End() + if yyc4819 { + *v = yyv4819 } } @@ -60957,10 +61431,10 @@ func (x codecSelfer1234) encSliceContainerImage(v []ContainerImage, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4795 := range v { + for _, yyv4823 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4796 := &yyv4795 - yy4796.CodecEncodeSelf(e) + yy4824 := &yyv4823 + yy4824.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60970,83 +61444,83 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4797 := *v - yyh4797, yyl4797 := z.DecSliceHelperStart() - var yyc4797 bool - if yyl4797 == 0 { - if yyv4797 == nil { - yyv4797 = []ContainerImage{} - yyc4797 = true - } else if len(yyv4797) != 0 { - yyv4797 = yyv4797[:0] - yyc4797 = true + yyv4825 := *v + yyh4825, yyl4825 := z.DecSliceHelperStart() + var yyc4825 bool + if yyl4825 == 0 { + if yyv4825 == nil { + yyv4825 = []ContainerImage{} + yyc4825 = true + } else if len(yyv4825) != 0 { + yyv4825 = yyv4825[:0] + yyc4825 = true } - } else if yyl4797 > 0 { - var yyrr4797, yyrl4797 int - var yyrt4797 bool - if yyl4797 > cap(yyv4797) { + } else if yyl4825 > 0 { + var yyrr4825, yyrl4825 int + var yyrt4825 bool + if yyl4825 > cap(yyv4825) { - yyrg4797 := len(yyv4797) > 0 - yyv24797 := yyv4797 - yyrl4797, yyrt4797 = z.DecInferLen(yyl4797, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4797 { - if yyrl4797 <= cap(yyv4797) { - yyv4797 = yyv4797[:yyrl4797] + yyrg4825 := len(yyv4825) > 0 + yyv24825 := yyv4825 + yyrl4825, yyrt4825 = z.DecInferLen(yyl4825, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4825 { + if yyrl4825 <= cap(yyv4825) { + yyv4825 = yyv4825[:yyrl4825] } else { - yyv4797 = make([]ContainerImage, yyrl4797) + yyv4825 = make([]ContainerImage, yyrl4825) } } else { - yyv4797 = make([]ContainerImage, yyrl4797) + yyv4825 = make([]ContainerImage, yyrl4825) } - yyc4797 = true - yyrr4797 = len(yyv4797) - if yyrg4797 { - copy(yyv4797, yyv24797) + yyc4825 = true + yyrr4825 = len(yyv4825) + if yyrg4825 { + copy(yyv4825, yyv24825) } - } else if yyl4797 != len(yyv4797) { - yyv4797 = yyv4797[:yyl4797] - yyc4797 = true + } else if yyl4825 != len(yyv4825) { + yyv4825 = yyv4825[:yyl4825] + yyc4825 = true } - yyj4797 := 0 - for ; yyj4797 < yyrr4797; yyj4797++ { - yyh4797.ElemContainerState(yyj4797) + yyj4825 := 0 + for ; yyj4825 < yyrr4825; yyj4825++ { + yyh4825.ElemContainerState(yyj4825) if r.TryDecodeAsNil() { - yyv4797[yyj4797] = ContainerImage{} + yyv4825[yyj4825] = ContainerImage{} } else { - yyv4798 := &yyv4797[yyj4797] - yyv4798.CodecDecodeSelf(d) + yyv4826 := &yyv4825[yyj4825] + yyv4826.CodecDecodeSelf(d) } } - if yyrt4797 { - for ; yyj4797 < yyl4797; yyj4797++ { - yyv4797 = append(yyv4797, ContainerImage{}) - yyh4797.ElemContainerState(yyj4797) + if yyrt4825 { + for ; yyj4825 < yyl4825; yyj4825++ { + yyv4825 = append(yyv4825, ContainerImage{}) + yyh4825.ElemContainerState(yyj4825) if r.TryDecodeAsNil() { - yyv4797[yyj4797] = ContainerImage{} + yyv4825[yyj4825] = ContainerImage{} } else { - yyv4799 := &yyv4797[yyj4797] - yyv4799.CodecDecodeSelf(d) + yyv4827 := &yyv4825[yyj4825] + yyv4827.CodecDecodeSelf(d) } } } } else { - yyj4797 := 0 - for ; !r.CheckBreak(); yyj4797++ { + yyj4825 := 0 + for ; !r.CheckBreak(); yyj4825++ { - if yyj4797 >= len(yyv4797) { - yyv4797 = append(yyv4797, ContainerImage{}) // var yyz4797 ContainerImage - yyc4797 = true + if yyj4825 >= len(yyv4825) { + yyv4825 = append(yyv4825, ContainerImage{}) // var yyz4825 ContainerImage + yyc4825 = true } - yyh4797.ElemContainerState(yyj4797) - if yyj4797 < len(yyv4797) { + yyh4825.ElemContainerState(yyj4825) + if yyj4825 < len(yyv4825) { if r.TryDecodeAsNil() { - yyv4797[yyj4797] = ContainerImage{} + yyv4825[yyj4825] = ContainerImage{} } else { - yyv4800 := &yyv4797[yyj4797] - yyv4800.CodecDecodeSelf(d) + yyv4828 := &yyv4825[yyj4825] + yyv4828.CodecDecodeSelf(d) } } else { @@ -61054,17 +61528,17 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 } } - if yyj4797 < len(yyv4797) { - yyv4797 = yyv4797[:yyj4797] - yyc4797 = true - } else if yyj4797 == 0 && yyv4797 == nil { - yyv4797 = []ContainerImage{} - yyc4797 = true + if yyj4825 < len(yyv4825) { + yyv4825 = yyv4825[:yyj4825] + yyc4825 = true + } else if yyj4825 == 0 && yyv4825 == nil { + yyv4825 = []ContainerImage{} + yyc4825 = true } } - yyh4797.End() - if yyc4797 { - *v = yyv4797 + yyh4825.End() + if yyc4825 { + *v = yyv4825 } } @@ -61073,9 +61547,9 @@ func (x codecSelfer1234) encSliceUniqueVolumeName(v []UniqueVolumeName, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4801 := range v { + for _, yyv4829 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4801.CodecEncodeSelf(e) + yyv4829.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61085,466 +61559,12 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4802 := *v - yyh4802, yyl4802 := z.DecSliceHelperStart() - var yyc4802 bool - if yyl4802 == 0 { - if yyv4802 == nil { - yyv4802 = []UniqueVolumeName{} - yyc4802 = true - } else if len(yyv4802) != 0 { - yyv4802 = yyv4802[:0] - yyc4802 = true - } - } else if yyl4802 > 0 { - var yyrr4802, yyrl4802 int - var yyrt4802 bool - if yyl4802 > cap(yyv4802) { - - yyrl4802, yyrt4802 = z.DecInferLen(yyl4802, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4802 { - if yyrl4802 <= cap(yyv4802) { - yyv4802 = yyv4802[:yyrl4802] - } else { - yyv4802 = make([]UniqueVolumeName, yyrl4802) - } - } else { - yyv4802 = make([]UniqueVolumeName, yyrl4802) - } - yyc4802 = true - yyrr4802 = len(yyv4802) - } else if yyl4802 != len(yyv4802) { - yyv4802 = yyv4802[:yyl4802] - yyc4802 = true - } - yyj4802 := 0 - for ; yyj4802 < yyrr4802; yyj4802++ { - yyh4802.ElemContainerState(yyj4802) - if r.TryDecodeAsNil() { - yyv4802[yyj4802] = "" - } else { - yyv4802[yyj4802] = UniqueVolumeName(r.DecodeString()) - } - - } - if yyrt4802 { - for ; yyj4802 < yyl4802; yyj4802++ { - yyv4802 = append(yyv4802, "") - yyh4802.ElemContainerState(yyj4802) - if r.TryDecodeAsNil() { - yyv4802[yyj4802] = "" - } else { - yyv4802[yyj4802] = UniqueVolumeName(r.DecodeString()) - } - - } - } - - } else { - yyj4802 := 0 - for ; !r.CheckBreak(); yyj4802++ { - - if yyj4802 >= len(yyv4802) { - yyv4802 = append(yyv4802, "") // var yyz4802 UniqueVolumeName - yyc4802 = true - } - yyh4802.ElemContainerState(yyj4802) - if yyj4802 < len(yyv4802) { - if r.TryDecodeAsNil() { - yyv4802[yyj4802] = "" - } else { - yyv4802[yyj4802] = UniqueVolumeName(r.DecodeString()) - } - - } else { - z.DecSwallow() - } - - } - if yyj4802 < len(yyv4802) { - yyv4802 = yyv4802[:yyj4802] - yyc4802 = true - } else if yyj4802 == 0 && yyv4802 == nil { - yyv4802 = []UniqueVolumeName{} - yyc4802 = true - } - } - yyh4802.End() - if yyc4802 { - *v = yyv4802 - } -} - -func (x codecSelfer1234) encSliceAttachedVolume(v []AttachedVolume, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4806 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4807 := &yyv4806 - yy4807.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4808 := *v - yyh4808, yyl4808 := z.DecSliceHelperStart() - var yyc4808 bool - if yyl4808 == 0 { - if yyv4808 == nil { - yyv4808 = []AttachedVolume{} - yyc4808 = true - } else if len(yyv4808) != 0 { - yyv4808 = yyv4808[:0] - yyc4808 = true - } - } else if yyl4808 > 0 { - var yyrr4808, yyrl4808 int - var yyrt4808 bool - if yyl4808 > cap(yyv4808) { - - yyrg4808 := len(yyv4808) > 0 - yyv24808 := yyv4808 - yyrl4808, yyrt4808 = z.DecInferLen(yyl4808, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4808 { - if yyrl4808 <= cap(yyv4808) { - yyv4808 = yyv4808[:yyrl4808] - } else { - yyv4808 = make([]AttachedVolume, yyrl4808) - } - } else { - yyv4808 = make([]AttachedVolume, yyrl4808) - } - yyc4808 = true - yyrr4808 = len(yyv4808) - if yyrg4808 { - copy(yyv4808, yyv24808) - } - } else if yyl4808 != len(yyv4808) { - yyv4808 = yyv4808[:yyl4808] - yyc4808 = true - } - yyj4808 := 0 - for ; yyj4808 < yyrr4808; yyj4808++ { - yyh4808.ElemContainerState(yyj4808) - if r.TryDecodeAsNil() { - yyv4808[yyj4808] = AttachedVolume{} - } else { - yyv4809 := &yyv4808[yyj4808] - yyv4809.CodecDecodeSelf(d) - } - - } - if yyrt4808 { - for ; yyj4808 < yyl4808; yyj4808++ { - yyv4808 = append(yyv4808, AttachedVolume{}) - yyh4808.ElemContainerState(yyj4808) - if r.TryDecodeAsNil() { - yyv4808[yyj4808] = AttachedVolume{} - } else { - yyv4810 := &yyv4808[yyj4808] - yyv4810.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4808 := 0 - for ; !r.CheckBreak(); yyj4808++ { - - if yyj4808 >= len(yyv4808) { - yyv4808 = append(yyv4808, AttachedVolume{}) // var yyz4808 AttachedVolume - yyc4808 = true - } - yyh4808.ElemContainerState(yyj4808) - if yyj4808 < len(yyv4808) { - if r.TryDecodeAsNil() { - yyv4808[yyj4808] = AttachedVolume{} - } else { - yyv4811 := &yyv4808[yyj4808] - yyv4811.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4808 < len(yyv4808) { - yyv4808 = yyv4808[:yyj4808] - yyc4808 = true - } else if yyj4808 == 0 && yyv4808 == nil { - yyv4808 = []AttachedVolume{} - yyc4808 = true - } - } - yyh4808.End() - if yyc4808 { - *v = yyv4808 - } -} - -func (x codecSelfer1234) encSlicePreferAvoidPodsEntry(v []PreferAvoidPodsEntry, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4812 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4813 := &yyv4812 - yy4813.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4814 := *v - yyh4814, yyl4814 := z.DecSliceHelperStart() - var yyc4814 bool - if yyl4814 == 0 { - if yyv4814 == nil { - yyv4814 = []PreferAvoidPodsEntry{} - yyc4814 = true - } else if len(yyv4814) != 0 { - yyv4814 = yyv4814[:0] - yyc4814 = true - } - } else if yyl4814 > 0 { - var yyrr4814, yyrl4814 int - var yyrt4814 bool - if yyl4814 > cap(yyv4814) { - - yyrg4814 := len(yyv4814) > 0 - yyv24814 := yyv4814 - yyrl4814, yyrt4814 = z.DecInferLen(yyl4814, z.DecBasicHandle().MaxInitLen, 64) - if yyrt4814 { - if yyrl4814 <= cap(yyv4814) { - yyv4814 = yyv4814[:yyrl4814] - } else { - yyv4814 = make([]PreferAvoidPodsEntry, yyrl4814) - } - } else { - yyv4814 = make([]PreferAvoidPodsEntry, yyrl4814) - } - yyc4814 = true - yyrr4814 = len(yyv4814) - if yyrg4814 { - copy(yyv4814, yyv24814) - } - } else if yyl4814 != len(yyv4814) { - yyv4814 = yyv4814[:yyl4814] - yyc4814 = true - } - yyj4814 := 0 - for ; yyj4814 < yyrr4814; yyj4814++ { - yyh4814.ElemContainerState(yyj4814) - if r.TryDecodeAsNil() { - yyv4814[yyj4814] = PreferAvoidPodsEntry{} - } else { - yyv4815 := &yyv4814[yyj4814] - yyv4815.CodecDecodeSelf(d) - } - - } - if yyrt4814 { - for ; yyj4814 < yyl4814; yyj4814++ { - yyv4814 = append(yyv4814, PreferAvoidPodsEntry{}) - yyh4814.ElemContainerState(yyj4814) - if r.TryDecodeAsNil() { - yyv4814[yyj4814] = PreferAvoidPodsEntry{} - } else { - yyv4816 := &yyv4814[yyj4814] - yyv4816.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4814 := 0 - for ; !r.CheckBreak(); yyj4814++ { - - if yyj4814 >= len(yyv4814) { - yyv4814 = append(yyv4814, PreferAvoidPodsEntry{}) // var yyz4814 PreferAvoidPodsEntry - yyc4814 = true - } - yyh4814.ElemContainerState(yyj4814) - if yyj4814 < len(yyv4814) { - if r.TryDecodeAsNil() { - yyv4814[yyj4814] = PreferAvoidPodsEntry{} - } else { - yyv4817 := &yyv4814[yyj4814] - yyv4817.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4814 < len(yyv4814) { - yyv4814 = yyv4814[:yyj4814] - yyc4814 = true - } else if yyj4814 == 0 && yyv4814 == nil { - yyv4814 = []PreferAvoidPodsEntry{} - yyc4814 = true - } - } - yyh4814.End() - if yyc4814 { - *v = yyv4814 - } -} - -func (x codecSelfer1234) encResourceList(v ResourceList, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeMapStart(len(v)) - for yyk4818, yyv4818 := range v { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - yyk4818.CodecEncodeSelf(e) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4819 := &yyv4818 - yym4820 := z.EncBinary() - _ = yym4820 - if false { - } else if z.HasExtensions() && z.EncExt(yy4819) { - } else if !yym4820 && z.IsJSONHandle() { - z.EncJSONMarshal(yy4819) - } else { - z.EncFallback(yy4819) - } - } - z.EncSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x codecSelfer1234) decResourceList(v *ResourceList, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4821 := *v - yyl4821 := r.ReadMapStart() - yybh4821 := z.DecBasicHandle() - if yyv4821 == nil { - yyrl4821, _ := z.DecInferLen(yyl4821, yybh4821.MaxInitLen, 72) - yyv4821 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4821) - *v = yyv4821 - } - var yymk4821 ResourceName - var yymv4821 pkg3_resource.Quantity - var yymg4821 bool - if yybh4821.MapValueReset { - yymg4821 = true - } - if yyl4821 > 0 { - for yyj4821 := 0; yyj4821 < yyl4821; yyj4821++ { - z.DecSendContainerState(codecSelfer_containerMapKey1234) - if r.TryDecodeAsNil() { - yymk4821 = "" - } else { - yymk4821 = ResourceName(r.DecodeString()) - } - - if yymg4821 { - yymv4821 = yyv4821[yymk4821] - } else { - yymv4821 = pkg3_resource.Quantity{} - } - z.DecSendContainerState(codecSelfer_containerMapValue1234) - if r.TryDecodeAsNil() { - yymv4821 = pkg3_resource.Quantity{} - } else { - yyv4823 := &yymv4821 - yym4824 := z.DecBinary() - _ = yym4824 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4823) { - } else if !yym4824 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4823) - } else { - z.DecFallback(yyv4823, false) - } - } - - if yyv4821 != nil { - yyv4821[yymk4821] = yymv4821 - } - } - } else if yyl4821 < 0 { - for yyj4821 := 0; !r.CheckBreak(); yyj4821++ { - z.DecSendContainerState(codecSelfer_containerMapKey1234) - if r.TryDecodeAsNil() { - yymk4821 = "" - } else { - yymk4821 = ResourceName(r.DecodeString()) - } - - if yymg4821 { - yymv4821 = yyv4821[yymk4821] - } else { - yymv4821 = pkg3_resource.Quantity{} - } - z.DecSendContainerState(codecSelfer_containerMapValue1234) - if r.TryDecodeAsNil() { - yymv4821 = pkg3_resource.Quantity{} - } else { - yyv4826 := &yymv4821 - yym4827 := z.DecBinary() - _ = yym4827 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4826) { - } else if !yym4827 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4826) - } else { - z.DecFallback(yyv4826, false) - } - } - - if yyv4821 != nil { - yyv4821[yymk4821] = yymv4821 - } - } - } // else len==0: TODO: Should we clear map entries? - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4828 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4829 := &yyv4828 - yy4829.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yyv4830 := *v yyh4830, yyl4830 := z.DecSliceHelperStart() var yyc4830 bool if yyl4830 == 0 { if yyv4830 == nil { - yyv4830 = []Node{} + yyv4830 = []UniqueVolumeName{} yyc4830 = true } else if len(yyv4830) != 0 { yyv4830 = yyv4830[:0] @@ -61555,23 +61575,18 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { var yyrt4830 bool if yyl4830 > cap(yyv4830) { - yyrg4830 := len(yyv4830) > 0 - yyv24830 := yyv4830 - yyrl4830, yyrt4830 = z.DecInferLen(yyl4830, z.DecBasicHandle().MaxInitLen, 632) + yyrl4830, yyrt4830 = z.DecInferLen(yyl4830, z.DecBasicHandle().MaxInitLen, 16) if yyrt4830 { if yyrl4830 <= cap(yyv4830) { yyv4830 = yyv4830[:yyrl4830] } else { - yyv4830 = make([]Node, yyrl4830) + yyv4830 = make([]UniqueVolumeName, yyrl4830) } } else { - yyv4830 = make([]Node, yyrl4830) + yyv4830 = make([]UniqueVolumeName, yyrl4830) } yyc4830 = true yyrr4830 = len(yyv4830) - if yyrg4830 { - copy(yyv4830, yyv24830) - } } else if yyl4830 != len(yyv4830) { yyv4830 = yyv4830[:yyl4830] yyc4830 = true @@ -61580,22 +61595,20 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { for ; yyj4830 < yyrr4830; yyj4830++ { yyh4830.ElemContainerState(yyj4830) if r.TryDecodeAsNil() { - yyv4830[yyj4830] = Node{} + yyv4830[yyj4830] = "" } else { - yyv4831 := &yyv4830[yyj4830] - yyv4831.CodecDecodeSelf(d) + yyv4830[yyj4830] = UniqueVolumeName(r.DecodeString()) } } if yyrt4830 { for ; yyj4830 < yyl4830; yyj4830++ { - yyv4830 = append(yyv4830, Node{}) + yyv4830 = append(yyv4830, "") yyh4830.ElemContainerState(yyj4830) if r.TryDecodeAsNil() { - yyv4830[yyj4830] = Node{} + yyv4830[yyj4830] = "" } else { - yyv4832 := &yyv4830[yyj4830] - yyv4832.CodecDecodeSelf(d) + yyv4830[yyj4830] = UniqueVolumeName(r.DecodeString()) } } @@ -61606,16 +61619,15 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { for ; !r.CheckBreak(); yyj4830++ { if yyj4830 >= len(yyv4830) { - yyv4830 = append(yyv4830, Node{}) // var yyz4830 Node + yyv4830 = append(yyv4830, "") // var yyz4830 UniqueVolumeName yyc4830 = true } yyh4830.ElemContainerState(yyj4830) if yyj4830 < len(yyv4830) { if r.TryDecodeAsNil() { - yyv4830[yyj4830] = Node{} + yyv4830[yyj4830] = "" } else { - yyv4833 := &yyv4830[yyj4830] - yyv4833.CodecDecodeSelf(d) + yyv4830[yyj4830] = UniqueVolumeName(r.DecodeString()) } } else { @@ -61627,7 +61639,7 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { yyv4830 = yyv4830[:yyj4830] yyc4830 = true } else if yyj4830 == 0 && yyv4830 == nil { - yyv4830 = []Node{} + yyv4830 = []UniqueVolumeName{} yyc4830 = true } } @@ -61637,14 +61649,476 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { } } -func (x codecSelfer1234) encSliceFinalizerName(v []FinalizerName, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceAttachedVolume(v []AttachedVolume, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) for _, yyv4834 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4834.CodecEncodeSelf(e) + yy4835 := &yyv4834 + yy4835.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4836 := *v + yyh4836, yyl4836 := z.DecSliceHelperStart() + var yyc4836 bool + if yyl4836 == 0 { + if yyv4836 == nil { + yyv4836 = []AttachedVolume{} + yyc4836 = true + } else if len(yyv4836) != 0 { + yyv4836 = yyv4836[:0] + yyc4836 = true + } + } else if yyl4836 > 0 { + var yyrr4836, yyrl4836 int + var yyrt4836 bool + if yyl4836 > cap(yyv4836) { + + yyrg4836 := len(yyv4836) > 0 + yyv24836 := yyv4836 + yyrl4836, yyrt4836 = z.DecInferLen(yyl4836, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4836 { + if yyrl4836 <= cap(yyv4836) { + yyv4836 = yyv4836[:yyrl4836] + } else { + yyv4836 = make([]AttachedVolume, yyrl4836) + } + } else { + yyv4836 = make([]AttachedVolume, yyrl4836) + } + yyc4836 = true + yyrr4836 = len(yyv4836) + if yyrg4836 { + copy(yyv4836, yyv24836) + } + } else if yyl4836 != len(yyv4836) { + yyv4836 = yyv4836[:yyl4836] + yyc4836 = true + } + yyj4836 := 0 + for ; yyj4836 < yyrr4836; yyj4836++ { + yyh4836.ElemContainerState(yyj4836) + if r.TryDecodeAsNil() { + yyv4836[yyj4836] = AttachedVolume{} + } else { + yyv4837 := &yyv4836[yyj4836] + yyv4837.CodecDecodeSelf(d) + } + + } + if yyrt4836 { + for ; yyj4836 < yyl4836; yyj4836++ { + yyv4836 = append(yyv4836, AttachedVolume{}) + yyh4836.ElemContainerState(yyj4836) + if r.TryDecodeAsNil() { + yyv4836[yyj4836] = AttachedVolume{} + } else { + yyv4838 := &yyv4836[yyj4836] + yyv4838.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4836 := 0 + for ; !r.CheckBreak(); yyj4836++ { + + if yyj4836 >= len(yyv4836) { + yyv4836 = append(yyv4836, AttachedVolume{}) // var yyz4836 AttachedVolume + yyc4836 = true + } + yyh4836.ElemContainerState(yyj4836) + if yyj4836 < len(yyv4836) { + if r.TryDecodeAsNil() { + yyv4836[yyj4836] = AttachedVolume{} + } else { + yyv4839 := &yyv4836[yyj4836] + yyv4839.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4836 < len(yyv4836) { + yyv4836 = yyv4836[:yyj4836] + yyc4836 = true + } else if yyj4836 == 0 && yyv4836 == nil { + yyv4836 = []AttachedVolume{} + yyc4836 = true + } + } + yyh4836.End() + if yyc4836 { + *v = yyv4836 + } +} + +func (x codecSelfer1234) encSlicePreferAvoidPodsEntry(v []PreferAvoidPodsEntry, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4840 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4841 := &yyv4840 + yy4841.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4842 := *v + yyh4842, yyl4842 := z.DecSliceHelperStart() + var yyc4842 bool + if yyl4842 == 0 { + if yyv4842 == nil { + yyv4842 = []PreferAvoidPodsEntry{} + yyc4842 = true + } else if len(yyv4842) != 0 { + yyv4842 = yyv4842[:0] + yyc4842 = true + } + } else if yyl4842 > 0 { + var yyrr4842, yyrl4842 int + var yyrt4842 bool + if yyl4842 > cap(yyv4842) { + + yyrg4842 := len(yyv4842) > 0 + yyv24842 := yyv4842 + yyrl4842, yyrt4842 = z.DecInferLen(yyl4842, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4842 { + if yyrl4842 <= cap(yyv4842) { + yyv4842 = yyv4842[:yyrl4842] + } else { + yyv4842 = make([]PreferAvoidPodsEntry, yyrl4842) + } + } else { + yyv4842 = make([]PreferAvoidPodsEntry, yyrl4842) + } + yyc4842 = true + yyrr4842 = len(yyv4842) + if yyrg4842 { + copy(yyv4842, yyv24842) + } + } else if yyl4842 != len(yyv4842) { + yyv4842 = yyv4842[:yyl4842] + yyc4842 = true + } + yyj4842 := 0 + for ; yyj4842 < yyrr4842; yyj4842++ { + yyh4842.ElemContainerState(yyj4842) + if r.TryDecodeAsNil() { + yyv4842[yyj4842] = PreferAvoidPodsEntry{} + } else { + yyv4843 := &yyv4842[yyj4842] + yyv4843.CodecDecodeSelf(d) + } + + } + if yyrt4842 { + for ; yyj4842 < yyl4842; yyj4842++ { + yyv4842 = append(yyv4842, PreferAvoidPodsEntry{}) + yyh4842.ElemContainerState(yyj4842) + if r.TryDecodeAsNil() { + yyv4842[yyj4842] = PreferAvoidPodsEntry{} + } else { + yyv4844 := &yyv4842[yyj4842] + yyv4844.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4842 := 0 + for ; !r.CheckBreak(); yyj4842++ { + + if yyj4842 >= len(yyv4842) { + yyv4842 = append(yyv4842, PreferAvoidPodsEntry{}) // var yyz4842 PreferAvoidPodsEntry + yyc4842 = true + } + yyh4842.ElemContainerState(yyj4842) + if yyj4842 < len(yyv4842) { + if r.TryDecodeAsNil() { + yyv4842[yyj4842] = PreferAvoidPodsEntry{} + } else { + yyv4845 := &yyv4842[yyj4842] + yyv4845.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4842 < len(yyv4842) { + yyv4842 = yyv4842[:yyj4842] + yyc4842 = true + } else if yyj4842 == 0 && yyv4842 == nil { + yyv4842 = []PreferAvoidPodsEntry{} + yyc4842 = true + } + } + yyh4842.End() + if yyc4842 { + *v = yyv4842 + } +} + +func (x codecSelfer1234) encResourceList(v ResourceList, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk4846, yyv4846 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + yyk4846.CodecEncodeSelf(e) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy4847 := &yyv4846 + yym4848 := z.EncBinary() + _ = yym4848 + if false { + } else if z.HasExtensions() && z.EncExt(yy4847) { + } else if !yym4848 && z.IsJSONHandle() { + z.EncJSONMarshal(yy4847) + } else { + z.EncFallback(yy4847) + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x codecSelfer1234) decResourceList(v *ResourceList, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4849 := *v + yyl4849 := r.ReadMapStart() + yybh4849 := z.DecBasicHandle() + if yyv4849 == nil { + yyrl4849, _ := z.DecInferLen(yyl4849, yybh4849.MaxInitLen, 72) + yyv4849 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4849) + *v = yyv4849 + } + var yymk4849 ResourceName + var yymv4849 pkg3_resource.Quantity + var yymg4849 bool + if yybh4849.MapValueReset { + yymg4849 = true + } + if yyl4849 > 0 { + for yyj4849 := 0; yyj4849 < yyl4849; yyj4849++ { + z.DecSendContainerState(codecSelfer_containerMapKey1234) + if r.TryDecodeAsNil() { + yymk4849 = "" + } else { + yymk4849 = ResourceName(r.DecodeString()) + } + + if yymg4849 { + yymv4849 = yyv4849[yymk4849] + } else { + yymv4849 = pkg3_resource.Quantity{} + } + z.DecSendContainerState(codecSelfer_containerMapValue1234) + if r.TryDecodeAsNil() { + yymv4849 = pkg3_resource.Quantity{} + } else { + yyv4851 := &yymv4849 + yym4852 := z.DecBinary() + _ = yym4852 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4851) { + } else if !yym4852 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4851) + } else { + z.DecFallback(yyv4851, false) + } + } + + if yyv4849 != nil { + yyv4849[yymk4849] = yymv4849 + } + } + } else if yyl4849 < 0 { + for yyj4849 := 0; !r.CheckBreak(); yyj4849++ { + z.DecSendContainerState(codecSelfer_containerMapKey1234) + if r.TryDecodeAsNil() { + yymk4849 = "" + } else { + yymk4849 = ResourceName(r.DecodeString()) + } + + if yymg4849 { + yymv4849 = yyv4849[yymk4849] + } else { + yymv4849 = pkg3_resource.Quantity{} + } + z.DecSendContainerState(codecSelfer_containerMapValue1234) + if r.TryDecodeAsNil() { + yymv4849 = pkg3_resource.Quantity{} + } else { + yyv4854 := &yymv4849 + yym4855 := z.DecBinary() + _ = yym4855 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4854) { + } else if !yym4855 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4854) + } else { + z.DecFallback(yyv4854, false) + } + } + + if yyv4849 != nil { + yyv4849[yymk4849] = yymv4849 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4856 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4857 := &yyv4856 + yy4857.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4858 := *v + yyh4858, yyl4858 := z.DecSliceHelperStart() + var yyc4858 bool + if yyl4858 == 0 { + if yyv4858 == nil { + yyv4858 = []Node{} + yyc4858 = true + } else if len(yyv4858) != 0 { + yyv4858 = yyv4858[:0] + yyc4858 = true + } + } else if yyl4858 > 0 { + var yyrr4858, yyrl4858 int + var yyrt4858 bool + if yyl4858 > cap(yyv4858) { + + yyrg4858 := len(yyv4858) > 0 + yyv24858 := yyv4858 + yyrl4858, yyrt4858 = z.DecInferLen(yyl4858, z.DecBasicHandle().MaxInitLen, 632) + if yyrt4858 { + if yyrl4858 <= cap(yyv4858) { + yyv4858 = yyv4858[:yyrl4858] + } else { + yyv4858 = make([]Node, yyrl4858) + } + } else { + yyv4858 = make([]Node, yyrl4858) + } + yyc4858 = true + yyrr4858 = len(yyv4858) + if yyrg4858 { + copy(yyv4858, yyv24858) + } + } else if yyl4858 != len(yyv4858) { + yyv4858 = yyv4858[:yyl4858] + yyc4858 = true + } + yyj4858 := 0 + for ; yyj4858 < yyrr4858; yyj4858++ { + yyh4858.ElemContainerState(yyj4858) + if r.TryDecodeAsNil() { + yyv4858[yyj4858] = Node{} + } else { + yyv4859 := &yyv4858[yyj4858] + yyv4859.CodecDecodeSelf(d) + } + + } + if yyrt4858 { + for ; yyj4858 < yyl4858; yyj4858++ { + yyv4858 = append(yyv4858, Node{}) + yyh4858.ElemContainerState(yyj4858) + if r.TryDecodeAsNil() { + yyv4858[yyj4858] = Node{} + } else { + yyv4860 := &yyv4858[yyj4858] + yyv4860.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4858 := 0 + for ; !r.CheckBreak(); yyj4858++ { + + if yyj4858 >= len(yyv4858) { + yyv4858 = append(yyv4858, Node{}) // var yyz4858 Node + yyc4858 = true + } + yyh4858.ElemContainerState(yyj4858) + if yyj4858 < len(yyv4858) { + if r.TryDecodeAsNil() { + yyv4858[yyj4858] = Node{} + } else { + yyv4861 := &yyv4858[yyj4858] + yyv4861.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4858 < len(yyv4858) { + yyv4858 = yyv4858[:yyj4858] + yyc4858 = true + } else if yyj4858 == 0 && yyv4858 == nil { + yyv4858 = []Node{} + yyc4858 = true + } + } + yyh4858.End() + if yyc4858 { + *v = yyv4858 + } +} + +func (x codecSelfer1234) encSliceFinalizerName(v []FinalizerName, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4862 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yyv4862.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61654,75 +62128,75 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4835 := *v - yyh4835, yyl4835 := z.DecSliceHelperStart() - var yyc4835 bool - if yyl4835 == 0 { - if yyv4835 == nil { - yyv4835 = []FinalizerName{} - yyc4835 = true - } else if len(yyv4835) != 0 { - yyv4835 = yyv4835[:0] - yyc4835 = true + yyv4863 := *v + yyh4863, yyl4863 := z.DecSliceHelperStart() + var yyc4863 bool + if yyl4863 == 0 { + if yyv4863 == nil { + yyv4863 = []FinalizerName{} + yyc4863 = true + } else if len(yyv4863) != 0 { + yyv4863 = yyv4863[:0] + yyc4863 = true } - } else if yyl4835 > 0 { - var yyrr4835, yyrl4835 int - var yyrt4835 bool - if yyl4835 > cap(yyv4835) { + } else if yyl4863 > 0 { + var yyrr4863, yyrl4863 int + var yyrt4863 bool + if yyl4863 > cap(yyv4863) { - yyrl4835, yyrt4835 = z.DecInferLen(yyl4835, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4835 { - if yyrl4835 <= cap(yyv4835) { - yyv4835 = yyv4835[:yyrl4835] + yyrl4863, yyrt4863 = z.DecInferLen(yyl4863, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4863 { + if yyrl4863 <= cap(yyv4863) { + yyv4863 = yyv4863[:yyrl4863] } else { - yyv4835 = make([]FinalizerName, yyrl4835) + yyv4863 = make([]FinalizerName, yyrl4863) } } else { - yyv4835 = make([]FinalizerName, yyrl4835) + yyv4863 = make([]FinalizerName, yyrl4863) } - yyc4835 = true - yyrr4835 = len(yyv4835) - } else if yyl4835 != len(yyv4835) { - yyv4835 = yyv4835[:yyl4835] - yyc4835 = true + yyc4863 = true + yyrr4863 = len(yyv4863) + } else if yyl4863 != len(yyv4863) { + yyv4863 = yyv4863[:yyl4863] + yyc4863 = true } - yyj4835 := 0 - for ; yyj4835 < yyrr4835; yyj4835++ { - yyh4835.ElemContainerState(yyj4835) + yyj4863 := 0 + for ; yyj4863 < yyrr4863; yyj4863++ { + yyh4863.ElemContainerState(yyj4863) if r.TryDecodeAsNil() { - yyv4835[yyj4835] = "" + yyv4863[yyj4863] = "" } else { - yyv4835[yyj4835] = FinalizerName(r.DecodeString()) + yyv4863[yyj4863] = FinalizerName(r.DecodeString()) } } - if yyrt4835 { - for ; yyj4835 < yyl4835; yyj4835++ { - yyv4835 = append(yyv4835, "") - yyh4835.ElemContainerState(yyj4835) + if yyrt4863 { + for ; yyj4863 < yyl4863; yyj4863++ { + yyv4863 = append(yyv4863, "") + yyh4863.ElemContainerState(yyj4863) if r.TryDecodeAsNil() { - yyv4835[yyj4835] = "" + yyv4863[yyj4863] = "" } else { - yyv4835[yyj4835] = FinalizerName(r.DecodeString()) + yyv4863[yyj4863] = FinalizerName(r.DecodeString()) } } } } else { - yyj4835 := 0 - for ; !r.CheckBreak(); yyj4835++ { + yyj4863 := 0 + for ; !r.CheckBreak(); yyj4863++ { - if yyj4835 >= len(yyv4835) { - yyv4835 = append(yyv4835, "") // var yyz4835 FinalizerName - yyc4835 = true + if yyj4863 >= len(yyv4863) { + yyv4863 = append(yyv4863, "") // var yyz4863 FinalizerName + yyc4863 = true } - yyh4835.ElemContainerState(yyj4835) - if yyj4835 < len(yyv4835) { + yyh4863.ElemContainerState(yyj4863) + if yyj4863 < len(yyv4863) { if r.TryDecodeAsNil() { - yyv4835[yyj4835] = "" + yyv4863[yyj4863] = "" } else { - yyv4835[yyj4835] = FinalizerName(r.DecodeString()) + yyv4863[yyj4863] = FinalizerName(r.DecodeString()) } } else { @@ -61730,17 +62204,17 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. } } - if yyj4835 < len(yyv4835) { - yyv4835 = yyv4835[:yyj4835] - yyc4835 = true - } else if yyj4835 == 0 && yyv4835 == nil { - yyv4835 = []FinalizerName{} - yyc4835 = true + if yyj4863 < len(yyv4863) { + yyv4863 = yyv4863[:yyj4863] + yyc4863 = true + } else if yyj4863 == 0 && yyv4863 == nil { + yyv4863 = []FinalizerName{} + yyc4863 = true } } - yyh4835.End() - if yyc4835 { - *v = yyv4835 + yyh4863.End() + if yyc4863 { + *v = yyv4863 } } @@ -61749,10 +62223,10 @@ func (x codecSelfer1234) encSliceNamespace(v []Namespace, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4839 := range v { + for _, yyv4867 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4840 := &yyv4839 - yy4840.CodecEncodeSelf(e) + yy4868 := &yyv4867 + yy4868.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61762,83 +62236,83 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4841 := *v - yyh4841, yyl4841 := z.DecSliceHelperStart() - var yyc4841 bool - if yyl4841 == 0 { - if yyv4841 == nil { - yyv4841 = []Namespace{} - yyc4841 = true - } else if len(yyv4841) != 0 { - yyv4841 = yyv4841[:0] - yyc4841 = true + yyv4869 := *v + yyh4869, yyl4869 := z.DecSliceHelperStart() + var yyc4869 bool + if yyl4869 == 0 { + if yyv4869 == nil { + yyv4869 = []Namespace{} + yyc4869 = true + } else if len(yyv4869) != 0 { + yyv4869 = yyv4869[:0] + yyc4869 = true } - } else if yyl4841 > 0 { - var yyrr4841, yyrl4841 int - var yyrt4841 bool - if yyl4841 > cap(yyv4841) { + } else if yyl4869 > 0 { + var yyrr4869, yyrl4869 int + var yyrt4869 bool + if yyl4869 > cap(yyv4869) { - yyrg4841 := len(yyv4841) > 0 - yyv24841 := yyv4841 - yyrl4841, yyrt4841 = z.DecInferLen(yyl4841, z.DecBasicHandle().MaxInitLen, 296) - if yyrt4841 { - if yyrl4841 <= cap(yyv4841) { - yyv4841 = yyv4841[:yyrl4841] + yyrg4869 := len(yyv4869) > 0 + yyv24869 := yyv4869 + yyrl4869, yyrt4869 = z.DecInferLen(yyl4869, z.DecBasicHandle().MaxInitLen, 296) + if yyrt4869 { + if yyrl4869 <= cap(yyv4869) { + yyv4869 = yyv4869[:yyrl4869] } else { - yyv4841 = make([]Namespace, yyrl4841) + yyv4869 = make([]Namespace, yyrl4869) } } else { - yyv4841 = make([]Namespace, yyrl4841) + yyv4869 = make([]Namespace, yyrl4869) } - yyc4841 = true - yyrr4841 = len(yyv4841) - if yyrg4841 { - copy(yyv4841, yyv24841) + yyc4869 = true + yyrr4869 = len(yyv4869) + if yyrg4869 { + copy(yyv4869, yyv24869) } - } else if yyl4841 != len(yyv4841) { - yyv4841 = yyv4841[:yyl4841] - yyc4841 = true + } else if yyl4869 != len(yyv4869) { + yyv4869 = yyv4869[:yyl4869] + yyc4869 = true } - yyj4841 := 0 - for ; yyj4841 < yyrr4841; yyj4841++ { - yyh4841.ElemContainerState(yyj4841) + yyj4869 := 0 + for ; yyj4869 < yyrr4869; yyj4869++ { + yyh4869.ElemContainerState(yyj4869) if r.TryDecodeAsNil() { - yyv4841[yyj4841] = Namespace{} + yyv4869[yyj4869] = Namespace{} } else { - yyv4842 := &yyv4841[yyj4841] - yyv4842.CodecDecodeSelf(d) + yyv4870 := &yyv4869[yyj4869] + yyv4870.CodecDecodeSelf(d) } } - if yyrt4841 { - for ; yyj4841 < yyl4841; yyj4841++ { - yyv4841 = append(yyv4841, Namespace{}) - yyh4841.ElemContainerState(yyj4841) + if yyrt4869 { + for ; yyj4869 < yyl4869; yyj4869++ { + yyv4869 = append(yyv4869, Namespace{}) + yyh4869.ElemContainerState(yyj4869) if r.TryDecodeAsNil() { - yyv4841[yyj4841] = Namespace{} + yyv4869[yyj4869] = Namespace{} } else { - yyv4843 := &yyv4841[yyj4841] - yyv4843.CodecDecodeSelf(d) + yyv4871 := &yyv4869[yyj4869] + yyv4871.CodecDecodeSelf(d) } } } } else { - yyj4841 := 0 - for ; !r.CheckBreak(); yyj4841++ { + yyj4869 := 0 + for ; !r.CheckBreak(); yyj4869++ { - if yyj4841 >= len(yyv4841) { - yyv4841 = append(yyv4841, Namespace{}) // var yyz4841 Namespace - yyc4841 = true + if yyj4869 >= len(yyv4869) { + yyv4869 = append(yyv4869, Namespace{}) // var yyz4869 Namespace + yyc4869 = true } - yyh4841.ElemContainerState(yyj4841) - if yyj4841 < len(yyv4841) { + yyh4869.ElemContainerState(yyj4869) + if yyj4869 < len(yyv4869) { if r.TryDecodeAsNil() { - yyv4841[yyj4841] = Namespace{} + yyv4869[yyj4869] = Namespace{} } else { - yyv4844 := &yyv4841[yyj4841] - yyv4844.CodecDecodeSelf(d) + yyv4872 := &yyv4869[yyj4869] + yyv4872.CodecDecodeSelf(d) } } else { @@ -61846,17 +62320,17 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) } } - if yyj4841 < len(yyv4841) { - yyv4841 = yyv4841[:yyj4841] - yyc4841 = true - } else if yyj4841 == 0 && yyv4841 == nil { - yyv4841 = []Namespace{} - yyc4841 = true + if yyj4869 < len(yyv4869) { + yyv4869 = yyv4869[:yyj4869] + yyc4869 = true + } else if yyj4869 == 0 && yyv4869 == nil { + yyv4869 = []Namespace{} + yyc4869 = true } } - yyh4841.End() - if yyc4841 { - *v = yyv4841 + yyh4869.End() + if yyc4869 { + *v = yyv4869 } } @@ -61865,10 +62339,10 @@ func (x codecSelfer1234) encSliceEvent(v []Event, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4845 := range v { + for _, yyv4873 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4846 := &yyv4845 - yy4846.CodecEncodeSelf(e) + yy4874 := &yyv4873 + yy4874.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61878,83 +62352,83 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4847 := *v - yyh4847, yyl4847 := z.DecSliceHelperStart() - var yyc4847 bool - if yyl4847 == 0 { - if yyv4847 == nil { - yyv4847 = []Event{} - yyc4847 = true - } else if len(yyv4847) != 0 { - yyv4847 = yyv4847[:0] - yyc4847 = true + yyv4875 := *v + yyh4875, yyl4875 := z.DecSliceHelperStart() + var yyc4875 bool + if yyl4875 == 0 { + if yyv4875 == nil { + yyv4875 = []Event{} + yyc4875 = true + } else if len(yyv4875) != 0 { + yyv4875 = yyv4875[:0] + yyc4875 = true } - } else if yyl4847 > 0 { - var yyrr4847, yyrl4847 int - var yyrt4847 bool - if yyl4847 > cap(yyv4847) { + } else if yyl4875 > 0 { + var yyrr4875, yyrl4875 int + var yyrt4875 bool + if yyl4875 > cap(yyv4875) { - yyrg4847 := len(yyv4847) > 0 - yyv24847 := yyv4847 - yyrl4847, yyrt4847 = z.DecInferLen(yyl4847, z.DecBasicHandle().MaxInitLen, 504) - if yyrt4847 { - if yyrl4847 <= cap(yyv4847) { - yyv4847 = yyv4847[:yyrl4847] + yyrg4875 := len(yyv4875) > 0 + yyv24875 := yyv4875 + yyrl4875, yyrt4875 = z.DecInferLen(yyl4875, z.DecBasicHandle().MaxInitLen, 504) + if yyrt4875 { + if yyrl4875 <= cap(yyv4875) { + yyv4875 = yyv4875[:yyrl4875] } else { - yyv4847 = make([]Event, yyrl4847) + yyv4875 = make([]Event, yyrl4875) } } else { - yyv4847 = make([]Event, yyrl4847) + yyv4875 = make([]Event, yyrl4875) } - yyc4847 = true - yyrr4847 = len(yyv4847) - if yyrg4847 { - copy(yyv4847, yyv24847) + yyc4875 = true + yyrr4875 = len(yyv4875) + if yyrg4875 { + copy(yyv4875, yyv24875) } - } else if yyl4847 != len(yyv4847) { - yyv4847 = yyv4847[:yyl4847] - yyc4847 = true + } else if yyl4875 != len(yyv4875) { + yyv4875 = yyv4875[:yyl4875] + yyc4875 = true } - yyj4847 := 0 - for ; yyj4847 < yyrr4847; yyj4847++ { - yyh4847.ElemContainerState(yyj4847) + yyj4875 := 0 + for ; yyj4875 < yyrr4875; yyj4875++ { + yyh4875.ElemContainerState(yyj4875) if r.TryDecodeAsNil() { - yyv4847[yyj4847] = Event{} + yyv4875[yyj4875] = Event{} } else { - yyv4848 := &yyv4847[yyj4847] - yyv4848.CodecDecodeSelf(d) + yyv4876 := &yyv4875[yyj4875] + yyv4876.CodecDecodeSelf(d) } } - if yyrt4847 { - for ; yyj4847 < yyl4847; yyj4847++ { - yyv4847 = append(yyv4847, Event{}) - yyh4847.ElemContainerState(yyj4847) + if yyrt4875 { + for ; yyj4875 < yyl4875; yyj4875++ { + yyv4875 = append(yyv4875, Event{}) + yyh4875.ElemContainerState(yyj4875) if r.TryDecodeAsNil() { - yyv4847[yyj4847] = Event{} + yyv4875[yyj4875] = Event{} } else { - yyv4849 := &yyv4847[yyj4847] - yyv4849.CodecDecodeSelf(d) + yyv4877 := &yyv4875[yyj4875] + yyv4877.CodecDecodeSelf(d) } } } } else { - yyj4847 := 0 - for ; !r.CheckBreak(); yyj4847++ { + yyj4875 := 0 + for ; !r.CheckBreak(); yyj4875++ { - if yyj4847 >= len(yyv4847) { - yyv4847 = append(yyv4847, Event{}) // var yyz4847 Event - yyc4847 = true + if yyj4875 >= len(yyv4875) { + yyv4875 = append(yyv4875, Event{}) // var yyz4875 Event + yyc4875 = true } - yyh4847.ElemContainerState(yyj4847) - if yyj4847 < len(yyv4847) { + yyh4875.ElemContainerState(yyj4875) + if yyj4875 < len(yyv4875) { if r.TryDecodeAsNil() { - yyv4847[yyj4847] = Event{} + yyv4875[yyj4875] = Event{} } else { - yyv4850 := &yyv4847[yyj4847] - yyv4850.CodecDecodeSelf(d) + yyv4878 := &yyv4875[yyj4875] + yyv4878.CodecDecodeSelf(d) } } else { @@ -61962,17 +62436,17 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { } } - if yyj4847 < len(yyv4847) { - yyv4847 = yyv4847[:yyj4847] - yyc4847 = true - } else if yyj4847 == 0 && yyv4847 == nil { - yyv4847 = []Event{} - yyc4847 = true + if yyj4875 < len(yyv4875) { + yyv4875 = yyv4875[:yyj4875] + yyc4875 = true + } else if yyj4875 == 0 && yyv4875 == nil { + yyv4875 = []Event{} + yyc4875 = true } } - yyh4847.End() - if yyc4847 { - *v = yyv4847 + yyh4875.End() + if yyc4875 { + *v = yyv4875 } } @@ -61981,17 +62455,17 @@ func (x codecSelfer1234) encSliceruntime_Object(v []pkg7_runtime.Object, e *code z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4851 := range v { + for _, yyv4879 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyv4851 == nil { + if yyv4879 == nil { r.EncodeNil() } else { - yym4852 := z.EncBinary() - _ = yym4852 + yym4880 := z.EncBinary() + _ = yym4880 if false { - } else if z.HasExtensions() && z.EncExt(yyv4851) { + } else if z.HasExtensions() && z.EncExt(yyv4879) { } else { - z.EncFallback(yyv4851) + z.EncFallback(yyv4879) } } } @@ -62003,74 +62477,74 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4853 := *v - yyh4853, yyl4853 := z.DecSliceHelperStart() - var yyc4853 bool - if yyl4853 == 0 { - if yyv4853 == nil { - yyv4853 = []pkg7_runtime.Object{} - yyc4853 = true - } else if len(yyv4853) != 0 { - yyv4853 = yyv4853[:0] - yyc4853 = true + yyv4881 := *v + yyh4881, yyl4881 := z.DecSliceHelperStart() + var yyc4881 bool + if yyl4881 == 0 { + if yyv4881 == nil { + yyv4881 = []pkg7_runtime.Object{} + yyc4881 = true + } else if len(yyv4881) != 0 { + yyv4881 = yyv4881[:0] + yyc4881 = true } - } else if yyl4853 > 0 { - var yyrr4853, yyrl4853 int - var yyrt4853 bool - if yyl4853 > cap(yyv4853) { + } else if yyl4881 > 0 { + var yyrr4881, yyrl4881 int + var yyrt4881 bool + if yyl4881 > cap(yyv4881) { - yyrg4853 := len(yyv4853) > 0 - yyv24853 := yyv4853 - yyrl4853, yyrt4853 = z.DecInferLen(yyl4853, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4853 { - if yyrl4853 <= cap(yyv4853) { - yyv4853 = yyv4853[:yyrl4853] + yyrg4881 := len(yyv4881) > 0 + yyv24881 := yyv4881 + yyrl4881, yyrt4881 = z.DecInferLen(yyl4881, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4881 { + if yyrl4881 <= cap(yyv4881) { + yyv4881 = yyv4881[:yyrl4881] } else { - yyv4853 = make([]pkg7_runtime.Object, yyrl4853) + yyv4881 = make([]pkg7_runtime.Object, yyrl4881) } } else { - yyv4853 = make([]pkg7_runtime.Object, yyrl4853) + yyv4881 = make([]pkg7_runtime.Object, yyrl4881) } - yyc4853 = true - yyrr4853 = len(yyv4853) - if yyrg4853 { - copy(yyv4853, yyv24853) + yyc4881 = true + yyrr4881 = len(yyv4881) + if yyrg4881 { + copy(yyv4881, yyv24881) } - } else if yyl4853 != len(yyv4853) { - yyv4853 = yyv4853[:yyl4853] - yyc4853 = true + } else if yyl4881 != len(yyv4881) { + yyv4881 = yyv4881[:yyl4881] + yyc4881 = true } - yyj4853 := 0 - for ; yyj4853 < yyrr4853; yyj4853++ { - yyh4853.ElemContainerState(yyj4853) + yyj4881 := 0 + for ; yyj4881 < yyrr4881; yyj4881++ { + yyh4881.ElemContainerState(yyj4881) if r.TryDecodeAsNil() { - yyv4853[yyj4853] = nil + yyv4881[yyj4881] = nil } else { - yyv4854 := &yyv4853[yyj4853] - yym4855 := z.DecBinary() - _ = yym4855 + yyv4882 := &yyv4881[yyj4881] + yym4883 := z.DecBinary() + _ = yym4883 if false { - } else if z.HasExtensions() && z.DecExt(yyv4854) { + } else if z.HasExtensions() && z.DecExt(yyv4882) { } else { - z.DecFallback(yyv4854, true) + z.DecFallback(yyv4882, true) } } } - if yyrt4853 { - for ; yyj4853 < yyl4853; yyj4853++ { - yyv4853 = append(yyv4853, nil) - yyh4853.ElemContainerState(yyj4853) + if yyrt4881 { + for ; yyj4881 < yyl4881; yyj4881++ { + yyv4881 = append(yyv4881, nil) + yyh4881.ElemContainerState(yyj4881) if r.TryDecodeAsNil() { - yyv4853[yyj4853] = nil + yyv4881[yyj4881] = nil } else { - yyv4856 := &yyv4853[yyj4853] - yym4857 := z.DecBinary() - _ = yym4857 + yyv4884 := &yyv4881[yyj4881] + yym4885 := z.DecBinary() + _ = yym4885 if false { - } else if z.HasExtensions() && z.DecExt(yyv4856) { + } else if z.HasExtensions() && z.DecExt(yyv4884) { } else { - z.DecFallback(yyv4856, true) + z.DecFallback(yyv4884, true) } } @@ -62078,25 +62552,25 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod } } else { - yyj4853 := 0 - for ; !r.CheckBreak(); yyj4853++ { + yyj4881 := 0 + for ; !r.CheckBreak(); yyj4881++ { - if yyj4853 >= len(yyv4853) { - yyv4853 = append(yyv4853, nil) // var yyz4853 pkg7_runtime.Object - yyc4853 = true + if yyj4881 >= len(yyv4881) { + yyv4881 = append(yyv4881, nil) // var yyz4881 pkg7_runtime.Object + yyc4881 = true } - yyh4853.ElemContainerState(yyj4853) - if yyj4853 < len(yyv4853) { + yyh4881.ElemContainerState(yyj4881) + if yyj4881 < len(yyv4881) { if r.TryDecodeAsNil() { - yyv4853[yyj4853] = nil + yyv4881[yyj4881] = nil } else { - yyv4858 := &yyv4853[yyj4853] - yym4859 := z.DecBinary() - _ = yym4859 + yyv4886 := &yyv4881[yyj4881] + yym4887 := z.DecBinary() + _ = yym4887 if false { - } else if z.HasExtensions() && z.DecExt(yyv4858) { + } else if z.HasExtensions() && z.DecExt(yyv4886) { } else { - z.DecFallback(yyv4858, true) + z.DecFallback(yyv4886, true) } } @@ -62105,17 +62579,17 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod } } - if yyj4853 < len(yyv4853) { - yyv4853 = yyv4853[:yyj4853] - yyc4853 = true - } else if yyj4853 == 0 && yyv4853 == nil { - yyv4853 = []pkg7_runtime.Object{} - yyc4853 = true + if yyj4881 < len(yyv4881) { + yyv4881 = yyv4881[:yyj4881] + yyc4881 = true + } else if yyj4881 == 0 && yyv4881 == nil { + yyv4881 = []pkg7_runtime.Object{} + yyc4881 = true } } - yyh4853.End() - if yyc4853 { - *v = yyv4853 + yyh4881.End() + if yyc4881 { + *v = yyv4881 } } @@ -62124,10 +62598,10 @@ func (x codecSelfer1234) encSliceLimitRangeItem(v []LimitRangeItem, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4860 := range v { + for _, yyv4888 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4861 := &yyv4860 - yy4861.CodecEncodeSelf(e) + yy4889 := &yyv4888 + yy4889.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62137,83 +62611,83 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4862 := *v - yyh4862, yyl4862 := z.DecSliceHelperStart() - var yyc4862 bool - if yyl4862 == 0 { - if yyv4862 == nil { - yyv4862 = []LimitRangeItem{} - yyc4862 = true - } else if len(yyv4862) != 0 { - yyv4862 = yyv4862[:0] - yyc4862 = true + yyv4890 := *v + yyh4890, yyl4890 := z.DecSliceHelperStart() + var yyc4890 bool + if yyl4890 == 0 { + if yyv4890 == nil { + yyv4890 = []LimitRangeItem{} + yyc4890 = true + } else if len(yyv4890) != 0 { + yyv4890 = yyv4890[:0] + yyc4890 = true } - } else if yyl4862 > 0 { - var yyrr4862, yyrl4862 int - var yyrt4862 bool - if yyl4862 > cap(yyv4862) { + } else if yyl4890 > 0 { + var yyrr4890, yyrl4890 int + var yyrt4890 bool + if yyl4890 > cap(yyv4890) { - yyrg4862 := len(yyv4862) > 0 - yyv24862 := yyv4862 - yyrl4862, yyrt4862 = z.DecInferLen(yyl4862, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4862 { - if yyrl4862 <= cap(yyv4862) { - yyv4862 = yyv4862[:yyrl4862] + yyrg4890 := len(yyv4890) > 0 + yyv24890 := yyv4890 + yyrl4890, yyrt4890 = z.DecInferLen(yyl4890, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4890 { + if yyrl4890 <= cap(yyv4890) { + yyv4890 = yyv4890[:yyrl4890] } else { - yyv4862 = make([]LimitRangeItem, yyrl4862) + yyv4890 = make([]LimitRangeItem, yyrl4890) } } else { - yyv4862 = make([]LimitRangeItem, yyrl4862) + yyv4890 = make([]LimitRangeItem, yyrl4890) } - yyc4862 = true - yyrr4862 = len(yyv4862) - if yyrg4862 { - copy(yyv4862, yyv24862) + yyc4890 = true + yyrr4890 = len(yyv4890) + if yyrg4890 { + copy(yyv4890, yyv24890) } - } else if yyl4862 != len(yyv4862) { - yyv4862 = yyv4862[:yyl4862] - yyc4862 = true + } else if yyl4890 != len(yyv4890) { + yyv4890 = yyv4890[:yyl4890] + yyc4890 = true } - yyj4862 := 0 - for ; yyj4862 < yyrr4862; yyj4862++ { - yyh4862.ElemContainerState(yyj4862) + yyj4890 := 0 + for ; yyj4890 < yyrr4890; yyj4890++ { + yyh4890.ElemContainerState(yyj4890) if r.TryDecodeAsNil() { - yyv4862[yyj4862] = LimitRangeItem{} + yyv4890[yyj4890] = LimitRangeItem{} } else { - yyv4863 := &yyv4862[yyj4862] - yyv4863.CodecDecodeSelf(d) + yyv4891 := &yyv4890[yyj4890] + yyv4891.CodecDecodeSelf(d) } } - if yyrt4862 { - for ; yyj4862 < yyl4862; yyj4862++ { - yyv4862 = append(yyv4862, LimitRangeItem{}) - yyh4862.ElemContainerState(yyj4862) + if yyrt4890 { + for ; yyj4890 < yyl4890; yyj4890++ { + yyv4890 = append(yyv4890, LimitRangeItem{}) + yyh4890.ElemContainerState(yyj4890) if r.TryDecodeAsNil() { - yyv4862[yyj4862] = LimitRangeItem{} + yyv4890[yyj4890] = LimitRangeItem{} } else { - yyv4864 := &yyv4862[yyj4862] - yyv4864.CodecDecodeSelf(d) + yyv4892 := &yyv4890[yyj4890] + yyv4892.CodecDecodeSelf(d) } } } } else { - yyj4862 := 0 - for ; !r.CheckBreak(); yyj4862++ { + yyj4890 := 0 + for ; !r.CheckBreak(); yyj4890++ { - if yyj4862 >= len(yyv4862) { - yyv4862 = append(yyv4862, LimitRangeItem{}) // var yyz4862 LimitRangeItem - yyc4862 = true + if yyj4890 >= len(yyv4890) { + yyv4890 = append(yyv4890, LimitRangeItem{}) // var yyz4890 LimitRangeItem + yyc4890 = true } - yyh4862.ElemContainerState(yyj4862) - if yyj4862 < len(yyv4862) { + yyh4890.ElemContainerState(yyj4890) + if yyj4890 < len(yyv4890) { if r.TryDecodeAsNil() { - yyv4862[yyj4862] = LimitRangeItem{} + yyv4890[yyj4890] = LimitRangeItem{} } else { - yyv4865 := &yyv4862[yyj4862] - yyv4865.CodecDecodeSelf(d) + yyv4893 := &yyv4890[yyj4890] + yyv4893.CodecDecodeSelf(d) } } else { @@ -62221,17 +62695,17 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 } } - if yyj4862 < len(yyv4862) { - yyv4862 = yyv4862[:yyj4862] - yyc4862 = true - } else if yyj4862 == 0 && yyv4862 == nil { - yyv4862 = []LimitRangeItem{} - yyc4862 = true + if yyj4890 < len(yyv4890) { + yyv4890 = yyv4890[:yyj4890] + yyc4890 = true + } else if yyj4890 == 0 && yyv4890 == nil { + yyv4890 = []LimitRangeItem{} + yyc4890 = true } } - yyh4862.End() - if yyc4862 { - *v = yyv4862 + yyh4890.End() + if yyc4890 { + *v = yyv4890 } } @@ -62240,10 +62714,10 @@ func (x codecSelfer1234) encSliceLimitRange(v []LimitRange, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4866 := range v { + for _, yyv4894 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4867 := &yyv4866 - yy4867.CodecEncodeSelf(e) + yy4895 := &yyv4894 + yy4895.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62253,83 +62727,83 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4868 := *v - yyh4868, yyl4868 := z.DecSliceHelperStart() - var yyc4868 bool - if yyl4868 == 0 { - if yyv4868 == nil { - yyv4868 = []LimitRange{} - yyc4868 = true - } else if len(yyv4868) != 0 { - yyv4868 = yyv4868[:0] - yyc4868 = true + yyv4896 := *v + yyh4896, yyl4896 := z.DecSliceHelperStart() + var yyc4896 bool + if yyl4896 == 0 { + if yyv4896 == nil { + yyv4896 = []LimitRange{} + yyc4896 = true + } else if len(yyv4896) != 0 { + yyv4896 = yyv4896[:0] + yyc4896 = true } - } else if yyl4868 > 0 { - var yyrr4868, yyrl4868 int - var yyrt4868 bool - if yyl4868 > cap(yyv4868) { + } else if yyl4896 > 0 { + var yyrr4896, yyrl4896 int + var yyrt4896 bool + if yyl4896 > cap(yyv4896) { - yyrg4868 := len(yyv4868) > 0 - yyv24868 := yyv4868 - yyrl4868, yyrt4868 = z.DecInferLen(yyl4868, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4868 { - if yyrl4868 <= cap(yyv4868) { - yyv4868 = yyv4868[:yyrl4868] + yyrg4896 := len(yyv4896) > 0 + yyv24896 := yyv4896 + yyrl4896, yyrt4896 = z.DecInferLen(yyl4896, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4896 { + if yyrl4896 <= cap(yyv4896) { + yyv4896 = yyv4896[:yyrl4896] } else { - yyv4868 = make([]LimitRange, yyrl4868) + yyv4896 = make([]LimitRange, yyrl4896) } } else { - yyv4868 = make([]LimitRange, yyrl4868) + yyv4896 = make([]LimitRange, yyrl4896) } - yyc4868 = true - yyrr4868 = len(yyv4868) - if yyrg4868 { - copy(yyv4868, yyv24868) + yyc4896 = true + yyrr4896 = len(yyv4896) + if yyrg4896 { + copy(yyv4896, yyv24896) } - } else if yyl4868 != len(yyv4868) { - yyv4868 = yyv4868[:yyl4868] - yyc4868 = true + } else if yyl4896 != len(yyv4896) { + yyv4896 = yyv4896[:yyl4896] + yyc4896 = true } - yyj4868 := 0 - for ; yyj4868 < yyrr4868; yyj4868++ { - yyh4868.ElemContainerState(yyj4868) + yyj4896 := 0 + for ; yyj4896 < yyrr4896; yyj4896++ { + yyh4896.ElemContainerState(yyj4896) if r.TryDecodeAsNil() { - yyv4868[yyj4868] = LimitRange{} + yyv4896[yyj4896] = LimitRange{} } else { - yyv4869 := &yyv4868[yyj4868] - yyv4869.CodecDecodeSelf(d) + yyv4897 := &yyv4896[yyj4896] + yyv4897.CodecDecodeSelf(d) } } - if yyrt4868 { - for ; yyj4868 < yyl4868; yyj4868++ { - yyv4868 = append(yyv4868, LimitRange{}) - yyh4868.ElemContainerState(yyj4868) + if yyrt4896 { + for ; yyj4896 < yyl4896; yyj4896++ { + yyv4896 = append(yyv4896, LimitRange{}) + yyh4896.ElemContainerState(yyj4896) if r.TryDecodeAsNil() { - yyv4868[yyj4868] = LimitRange{} + yyv4896[yyj4896] = LimitRange{} } else { - yyv4870 := &yyv4868[yyj4868] - yyv4870.CodecDecodeSelf(d) + yyv4898 := &yyv4896[yyj4896] + yyv4898.CodecDecodeSelf(d) } } } } else { - yyj4868 := 0 - for ; !r.CheckBreak(); yyj4868++ { + yyj4896 := 0 + for ; !r.CheckBreak(); yyj4896++ { - if yyj4868 >= len(yyv4868) { - yyv4868 = append(yyv4868, LimitRange{}) // var yyz4868 LimitRange - yyc4868 = true + if yyj4896 >= len(yyv4896) { + yyv4896 = append(yyv4896, LimitRange{}) // var yyz4896 LimitRange + yyc4896 = true } - yyh4868.ElemContainerState(yyj4868) - if yyj4868 < len(yyv4868) { + yyh4896.ElemContainerState(yyj4896) + if yyj4896 < len(yyv4896) { if r.TryDecodeAsNil() { - yyv4868[yyj4868] = LimitRange{} + yyv4896[yyj4896] = LimitRange{} } else { - yyv4871 := &yyv4868[yyj4868] - yyv4871.CodecDecodeSelf(d) + yyv4899 := &yyv4896[yyj4896] + yyv4899.CodecDecodeSelf(d) } } else { @@ -62337,17 +62811,17 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode } } - if yyj4868 < len(yyv4868) { - yyv4868 = yyv4868[:yyj4868] - yyc4868 = true - } else if yyj4868 == 0 && yyv4868 == nil { - yyv4868 = []LimitRange{} - yyc4868 = true + if yyj4896 < len(yyv4896) { + yyv4896 = yyv4896[:yyj4896] + yyc4896 = true + } else if yyj4896 == 0 && yyv4896 == nil { + yyv4896 = []LimitRange{} + yyc4896 = true } } - yyh4868.End() - if yyc4868 { - *v = yyv4868 + yyh4896.End() + if yyc4896 { + *v = yyv4896 } } @@ -62356,9 +62830,9 @@ func (x codecSelfer1234) encSliceResourceQuotaScope(v []ResourceQuotaScope, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4872 := range v { + for _, yyv4900 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4872.CodecEncodeSelf(e) + yyv4900.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62368,465 +62842,12 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4873 := *v - yyh4873, yyl4873 := z.DecSliceHelperStart() - var yyc4873 bool - if yyl4873 == 0 { - if yyv4873 == nil { - yyv4873 = []ResourceQuotaScope{} - yyc4873 = true - } else if len(yyv4873) != 0 { - yyv4873 = yyv4873[:0] - yyc4873 = true - } - } else if yyl4873 > 0 { - var yyrr4873, yyrl4873 int - var yyrt4873 bool - if yyl4873 > cap(yyv4873) { - - yyrl4873, yyrt4873 = z.DecInferLen(yyl4873, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4873 { - if yyrl4873 <= cap(yyv4873) { - yyv4873 = yyv4873[:yyrl4873] - } else { - yyv4873 = make([]ResourceQuotaScope, yyrl4873) - } - } else { - yyv4873 = make([]ResourceQuotaScope, yyrl4873) - } - yyc4873 = true - yyrr4873 = len(yyv4873) - } else if yyl4873 != len(yyv4873) { - yyv4873 = yyv4873[:yyl4873] - yyc4873 = true - } - yyj4873 := 0 - for ; yyj4873 < yyrr4873; yyj4873++ { - yyh4873.ElemContainerState(yyj4873) - if r.TryDecodeAsNil() { - yyv4873[yyj4873] = "" - } else { - yyv4873[yyj4873] = ResourceQuotaScope(r.DecodeString()) - } - - } - if yyrt4873 { - for ; yyj4873 < yyl4873; yyj4873++ { - yyv4873 = append(yyv4873, "") - yyh4873.ElemContainerState(yyj4873) - if r.TryDecodeAsNil() { - yyv4873[yyj4873] = "" - } else { - yyv4873[yyj4873] = ResourceQuotaScope(r.DecodeString()) - } - - } - } - - } else { - yyj4873 := 0 - for ; !r.CheckBreak(); yyj4873++ { - - if yyj4873 >= len(yyv4873) { - yyv4873 = append(yyv4873, "") // var yyz4873 ResourceQuotaScope - yyc4873 = true - } - yyh4873.ElemContainerState(yyj4873) - if yyj4873 < len(yyv4873) { - if r.TryDecodeAsNil() { - yyv4873[yyj4873] = "" - } else { - yyv4873[yyj4873] = ResourceQuotaScope(r.DecodeString()) - } - - } else { - z.DecSwallow() - } - - } - if yyj4873 < len(yyv4873) { - yyv4873 = yyv4873[:yyj4873] - yyc4873 = true - } else if yyj4873 == 0 && yyv4873 == nil { - yyv4873 = []ResourceQuotaScope{} - yyc4873 = true - } - } - yyh4873.End() - if yyc4873 { - *v = yyv4873 - } -} - -func (x codecSelfer1234) encSliceResourceQuota(v []ResourceQuota, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4877 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4878 := &yyv4877 - yy4878.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4879 := *v - yyh4879, yyl4879 := z.DecSliceHelperStart() - var yyc4879 bool - if yyl4879 == 0 { - if yyv4879 == nil { - yyv4879 = []ResourceQuota{} - yyc4879 = true - } else if len(yyv4879) != 0 { - yyv4879 = yyv4879[:0] - yyc4879 = true - } - } else if yyl4879 > 0 { - var yyrr4879, yyrl4879 int - var yyrt4879 bool - if yyl4879 > cap(yyv4879) { - - yyrg4879 := len(yyv4879) > 0 - yyv24879 := yyv4879 - yyrl4879, yyrt4879 = z.DecInferLen(yyl4879, z.DecBasicHandle().MaxInitLen, 304) - if yyrt4879 { - if yyrl4879 <= cap(yyv4879) { - yyv4879 = yyv4879[:yyrl4879] - } else { - yyv4879 = make([]ResourceQuota, yyrl4879) - } - } else { - yyv4879 = make([]ResourceQuota, yyrl4879) - } - yyc4879 = true - yyrr4879 = len(yyv4879) - if yyrg4879 { - copy(yyv4879, yyv24879) - } - } else if yyl4879 != len(yyv4879) { - yyv4879 = yyv4879[:yyl4879] - yyc4879 = true - } - yyj4879 := 0 - for ; yyj4879 < yyrr4879; yyj4879++ { - yyh4879.ElemContainerState(yyj4879) - if r.TryDecodeAsNil() { - yyv4879[yyj4879] = ResourceQuota{} - } else { - yyv4880 := &yyv4879[yyj4879] - yyv4880.CodecDecodeSelf(d) - } - - } - if yyrt4879 { - for ; yyj4879 < yyl4879; yyj4879++ { - yyv4879 = append(yyv4879, ResourceQuota{}) - yyh4879.ElemContainerState(yyj4879) - if r.TryDecodeAsNil() { - yyv4879[yyj4879] = ResourceQuota{} - } else { - yyv4881 := &yyv4879[yyj4879] - yyv4881.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4879 := 0 - for ; !r.CheckBreak(); yyj4879++ { - - if yyj4879 >= len(yyv4879) { - yyv4879 = append(yyv4879, ResourceQuota{}) // var yyz4879 ResourceQuota - yyc4879 = true - } - yyh4879.ElemContainerState(yyj4879) - if yyj4879 < len(yyv4879) { - if r.TryDecodeAsNil() { - yyv4879[yyj4879] = ResourceQuota{} - } else { - yyv4882 := &yyv4879[yyj4879] - yyv4882.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4879 < len(yyv4879) { - yyv4879 = yyv4879[:yyj4879] - yyc4879 = true - } else if yyj4879 == 0 && yyv4879 == nil { - yyv4879 = []ResourceQuota{} - yyc4879 = true - } - } - yyh4879.End() - if yyc4879 { - *v = yyv4879 - } -} - -func (x codecSelfer1234) encMapstringSliceuint8(v map[string][]uint8, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeMapStart(len(v)) - for yyk4883, yyv4883 := range v { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - yym4884 := z.EncBinary() - _ = yym4884 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(yyk4883)) - } - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyv4883 == nil { - r.EncodeNil() - } else { - yym4885 := z.EncBinary() - _ = yym4885 - if false { - } else { - r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4883)) - } - } - } - z.EncSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x codecSelfer1234) decMapstringSliceuint8(v *map[string][]uint8, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4886 := *v - yyl4886 := r.ReadMapStart() - yybh4886 := z.DecBasicHandle() - if yyv4886 == nil { - yyrl4886, _ := z.DecInferLen(yyl4886, yybh4886.MaxInitLen, 40) - yyv4886 = make(map[string][]uint8, yyrl4886) - *v = yyv4886 - } - var yymk4886 string - var yymv4886 []uint8 - var yymg4886 bool - if yybh4886.MapValueReset { - yymg4886 = true - } - if yyl4886 > 0 { - for yyj4886 := 0; yyj4886 < yyl4886; yyj4886++ { - z.DecSendContainerState(codecSelfer_containerMapKey1234) - if r.TryDecodeAsNil() { - yymk4886 = "" - } else { - yymk4886 = string(r.DecodeString()) - } - - if yymg4886 { - yymv4886 = yyv4886[yymk4886] - } else { - yymv4886 = nil - } - z.DecSendContainerState(codecSelfer_containerMapValue1234) - if r.TryDecodeAsNil() { - yymv4886 = nil - } else { - yyv4888 := &yymv4886 - yym4889 := z.DecBinary() - _ = yym4889 - if false { - } else { - *yyv4888 = r.DecodeBytes(*(*[]byte)(yyv4888), false, false) - } - } - - if yyv4886 != nil { - yyv4886[yymk4886] = yymv4886 - } - } - } else if yyl4886 < 0 { - for yyj4886 := 0; !r.CheckBreak(); yyj4886++ { - z.DecSendContainerState(codecSelfer_containerMapKey1234) - if r.TryDecodeAsNil() { - yymk4886 = "" - } else { - yymk4886 = string(r.DecodeString()) - } - - if yymg4886 { - yymv4886 = yyv4886[yymk4886] - } else { - yymv4886 = nil - } - z.DecSendContainerState(codecSelfer_containerMapValue1234) - if r.TryDecodeAsNil() { - yymv4886 = nil - } else { - yyv4891 := &yymv4886 - yym4892 := z.DecBinary() - _ = yym4892 - if false { - } else { - *yyv4891 = r.DecodeBytes(*(*[]byte)(yyv4891), false, false) - } - } - - if yyv4886 != nil { - yyv4886[yymk4886] = yymv4886 - } - } - } // else len==0: TODO: Should we clear map entries? - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x codecSelfer1234) encSliceSecret(v []Secret, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4893 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4894 := &yyv4893 - yy4894.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4895 := *v - yyh4895, yyl4895 := z.DecSliceHelperStart() - var yyc4895 bool - if yyl4895 == 0 { - if yyv4895 == nil { - yyv4895 = []Secret{} - yyc4895 = true - } else if len(yyv4895) != 0 { - yyv4895 = yyv4895[:0] - yyc4895 = true - } - } else if yyl4895 > 0 { - var yyrr4895, yyrl4895 int - var yyrt4895 bool - if yyl4895 > cap(yyv4895) { - - yyrg4895 := len(yyv4895) > 0 - yyv24895 := yyv4895 - yyrl4895, yyrt4895 = z.DecInferLen(yyl4895, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4895 { - if yyrl4895 <= cap(yyv4895) { - yyv4895 = yyv4895[:yyrl4895] - } else { - yyv4895 = make([]Secret, yyrl4895) - } - } else { - yyv4895 = make([]Secret, yyrl4895) - } - yyc4895 = true - yyrr4895 = len(yyv4895) - if yyrg4895 { - copy(yyv4895, yyv24895) - } - } else if yyl4895 != len(yyv4895) { - yyv4895 = yyv4895[:yyl4895] - yyc4895 = true - } - yyj4895 := 0 - for ; yyj4895 < yyrr4895; yyj4895++ { - yyh4895.ElemContainerState(yyj4895) - if r.TryDecodeAsNil() { - yyv4895[yyj4895] = Secret{} - } else { - yyv4896 := &yyv4895[yyj4895] - yyv4896.CodecDecodeSelf(d) - } - - } - if yyrt4895 { - for ; yyj4895 < yyl4895; yyj4895++ { - yyv4895 = append(yyv4895, Secret{}) - yyh4895.ElemContainerState(yyj4895) - if r.TryDecodeAsNil() { - yyv4895[yyj4895] = Secret{} - } else { - yyv4897 := &yyv4895[yyj4895] - yyv4897.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4895 := 0 - for ; !r.CheckBreak(); yyj4895++ { - - if yyj4895 >= len(yyv4895) { - yyv4895 = append(yyv4895, Secret{}) // var yyz4895 Secret - yyc4895 = true - } - yyh4895.ElemContainerState(yyj4895) - if yyj4895 < len(yyv4895) { - if r.TryDecodeAsNil() { - yyv4895[yyj4895] = Secret{} - } else { - yyv4898 := &yyv4895[yyj4895] - yyv4898.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4895 < len(yyv4895) { - yyv4895 = yyv4895[:yyj4895] - yyc4895 = true - } else if yyj4895 == 0 && yyv4895 == nil { - yyv4895 = []Secret{} - yyc4895 = true - } - } - yyh4895.End() - if yyc4895 { - *v = yyv4895 - } -} - -func (x codecSelfer1234) encSliceConfigMap(v []ConfigMap, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4899 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4900 := &yyv4899 - yy4900.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yyv4901 := *v yyh4901, yyl4901 := z.DecSliceHelperStart() var yyc4901 bool if yyl4901 == 0 { if yyv4901 == nil { - yyv4901 = []ConfigMap{} + yyv4901 = []ResourceQuotaScope{} yyc4901 = true } else if len(yyv4901) != 0 { yyv4901 = yyv4901[:0] @@ -62837,23 +62858,18 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) var yyrt4901 bool if yyl4901 > cap(yyv4901) { - yyrg4901 := len(yyv4901) > 0 - yyv24901 := yyv4901 - yyrl4901, yyrt4901 = z.DecInferLen(yyl4901, z.DecBasicHandle().MaxInitLen, 264) + yyrl4901, yyrt4901 = z.DecInferLen(yyl4901, z.DecBasicHandle().MaxInitLen, 16) if yyrt4901 { if yyrl4901 <= cap(yyv4901) { yyv4901 = yyv4901[:yyrl4901] } else { - yyv4901 = make([]ConfigMap, yyrl4901) + yyv4901 = make([]ResourceQuotaScope, yyrl4901) } } else { - yyv4901 = make([]ConfigMap, yyrl4901) + yyv4901 = make([]ResourceQuotaScope, yyrl4901) } yyc4901 = true yyrr4901 = len(yyv4901) - if yyrg4901 { - copy(yyv4901, yyv24901) - } } else if yyl4901 != len(yyv4901) { yyv4901 = yyv4901[:yyl4901] yyc4901 = true @@ -62862,22 +62878,20 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) for ; yyj4901 < yyrr4901; yyj4901++ { yyh4901.ElemContainerState(yyj4901) if r.TryDecodeAsNil() { - yyv4901[yyj4901] = ConfigMap{} + yyv4901[yyj4901] = "" } else { - yyv4902 := &yyv4901[yyj4901] - yyv4902.CodecDecodeSelf(d) + yyv4901[yyj4901] = ResourceQuotaScope(r.DecodeString()) } } if yyrt4901 { for ; yyj4901 < yyl4901; yyj4901++ { - yyv4901 = append(yyv4901, ConfigMap{}) + yyv4901 = append(yyv4901, "") yyh4901.ElemContainerState(yyj4901) if r.TryDecodeAsNil() { - yyv4901[yyj4901] = ConfigMap{} + yyv4901[yyj4901] = "" } else { - yyv4903 := &yyv4901[yyj4901] - yyv4903.CodecDecodeSelf(d) + yyv4901[yyj4901] = ResourceQuotaScope(r.DecodeString()) } } @@ -62888,16 +62902,15 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) for ; !r.CheckBreak(); yyj4901++ { if yyj4901 >= len(yyv4901) { - yyv4901 = append(yyv4901, ConfigMap{}) // var yyz4901 ConfigMap + yyv4901 = append(yyv4901, "") // var yyz4901 ResourceQuotaScope yyc4901 = true } yyh4901.ElemContainerState(yyj4901) if yyj4901 < len(yyv4901) { if r.TryDecodeAsNil() { - yyv4901[yyj4901] = ConfigMap{} + yyv4901[yyj4901] = "" } else { - yyv4904 := &yyv4901[yyj4901] - yyv4904.CodecDecodeSelf(d) + yyv4901[yyj4901] = ResourceQuotaScope(r.DecodeString()) } } else { @@ -62909,7 +62922,7 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) yyv4901 = yyv4901[:yyj4901] yyc4901 = true } else if yyj4901 == 0 && yyv4901 == nil { - yyv4901 = []ConfigMap{} + yyv4901 = []ResourceQuotaScope{} yyc4901 = true } } @@ -62919,7 +62932,7 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) } } -func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceResourceQuota(v []ResourceQuota, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r @@ -62932,7 +62945,7 @@ func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *c z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -62942,7 +62955,7 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * var yyc4907 bool if yyl4907 == 0 { if yyv4907 == nil { - yyv4907 = []ComponentCondition{} + yyv4907 = []ResourceQuota{} yyc4907 = true } else if len(yyv4907) != 0 { yyv4907 = yyv4907[:0] @@ -62955,15 +62968,15 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * yyrg4907 := len(yyv4907) > 0 yyv24907 := yyv4907 - yyrl4907, yyrt4907 = z.DecInferLen(yyl4907, z.DecBasicHandle().MaxInitLen, 64) + yyrl4907, yyrt4907 = z.DecInferLen(yyl4907, z.DecBasicHandle().MaxInitLen, 304) if yyrt4907 { if yyrl4907 <= cap(yyv4907) { yyv4907 = yyv4907[:yyrl4907] } else { - yyv4907 = make([]ComponentCondition, yyrl4907) + yyv4907 = make([]ResourceQuota, yyrl4907) } } else { - yyv4907 = make([]ComponentCondition, yyrl4907) + yyv4907 = make([]ResourceQuota, yyrl4907) } yyc4907 = true yyrr4907 = len(yyv4907) @@ -62978,7 +62991,7 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * for ; yyj4907 < yyrr4907; yyj4907++ { yyh4907.ElemContainerState(yyj4907) if r.TryDecodeAsNil() { - yyv4907[yyj4907] = ComponentCondition{} + yyv4907[yyj4907] = ResourceQuota{} } else { yyv4908 := &yyv4907[yyj4907] yyv4908.CodecDecodeSelf(d) @@ -62987,10 +63000,10 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * } if yyrt4907 { for ; yyj4907 < yyl4907; yyj4907++ { - yyv4907 = append(yyv4907, ComponentCondition{}) + yyv4907 = append(yyv4907, ResourceQuota{}) yyh4907.ElemContainerState(yyj4907) if r.TryDecodeAsNil() { - yyv4907[yyj4907] = ComponentCondition{} + yyv4907[yyj4907] = ResourceQuota{} } else { yyv4909 := &yyv4907[yyj4907] yyv4909.CodecDecodeSelf(d) @@ -63004,13 +63017,13 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * for ; !r.CheckBreak(); yyj4907++ { if yyj4907 >= len(yyv4907) { - yyv4907 = append(yyv4907, ComponentCondition{}) // var yyz4907 ComponentCondition + yyv4907 = append(yyv4907, ResourceQuota{}) // var yyz4907 ResourceQuota yyc4907 = true } yyh4907.ElemContainerState(yyj4907) if yyj4907 < len(yyv4907) { if r.TryDecodeAsNil() { - yyv4907[yyj4907] = ComponentCondition{} + yyv4907[yyj4907] = ResourceQuota{} } else { yyv4910 := &yyv4907[yyj4907] yyv4910.CodecDecodeSelf(d) @@ -63025,7 +63038,7 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * yyv4907 = yyv4907[:yyj4907] yyc4907 = true } else if yyj4907 == 0 && yyv4907 == nil { - yyv4907 = []ComponentCondition{} + yyv4907 = []ResourceQuota{} yyc4907 = true } } @@ -63035,15 +63048,476 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * } } +func (x codecSelfer1234) encMapstringSliceuint8(v map[string][]uint8, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk4911, yyv4911 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + yym4912 := z.EncBinary() + _ = yym4912 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(yyk4911)) + } + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyv4911 == nil { + r.EncodeNil() + } else { + yym4913 := z.EncBinary() + _ = yym4913 + if false { + } else { + r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4911)) + } + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x codecSelfer1234) decMapstringSliceuint8(v *map[string][]uint8, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4914 := *v + yyl4914 := r.ReadMapStart() + yybh4914 := z.DecBasicHandle() + if yyv4914 == nil { + yyrl4914, _ := z.DecInferLen(yyl4914, yybh4914.MaxInitLen, 40) + yyv4914 = make(map[string][]uint8, yyrl4914) + *v = yyv4914 + } + var yymk4914 string + var yymv4914 []uint8 + var yymg4914 bool + if yybh4914.MapValueReset { + yymg4914 = true + } + if yyl4914 > 0 { + for yyj4914 := 0; yyj4914 < yyl4914; yyj4914++ { + z.DecSendContainerState(codecSelfer_containerMapKey1234) + if r.TryDecodeAsNil() { + yymk4914 = "" + } else { + yymk4914 = string(r.DecodeString()) + } + + if yymg4914 { + yymv4914 = yyv4914[yymk4914] + } else { + yymv4914 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue1234) + if r.TryDecodeAsNil() { + yymv4914 = nil + } else { + yyv4916 := &yymv4914 + yym4917 := z.DecBinary() + _ = yym4917 + if false { + } else { + *yyv4916 = r.DecodeBytes(*(*[]byte)(yyv4916), false, false) + } + } + + if yyv4914 != nil { + yyv4914[yymk4914] = yymv4914 + } + } + } else if yyl4914 < 0 { + for yyj4914 := 0; !r.CheckBreak(); yyj4914++ { + z.DecSendContainerState(codecSelfer_containerMapKey1234) + if r.TryDecodeAsNil() { + yymk4914 = "" + } else { + yymk4914 = string(r.DecodeString()) + } + + if yymg4914 { + yymv4914 = yyv4914[yymk4914] + } else { + yymv4914 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue1234) + if r.TryDecodeAsNil() { + yymv4914 = nil + } else { + yyv4919 := &yymv4914 + yym4920 := z.DecBinary() + _ = yym4920 + if false { + } else { + *yyv4919 = r.DecodeBytes(*(*[]byte)(yyv4919), false, false) + } + } + + if yyv4914 != nil { + yyv4914[yymk4914] = yymv4914 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x codecSelfer1234) encSliceSecret(v []Secret, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4921 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4922 := &yyv4921 + yy4922.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4923 := *v + yyh4923, yyl4923 := z.DecSliceHelperStart() + var yyc4923 bool + if yyl4923 == 0 { + if yyv4923 == nil { + yyv4923 = []Secret{} + yyc4923 = true + } else if len(yyv4923) != 0 { + yyv4923 = yyv4923[:0] + yyc4923 = true + } + } else if yyl4923 > 0 { + var yyrr4923, yyrl4923 int + var yyrt4923 bool + if yyl4923 > cap(yyv4923) { + + yyrg4923 := len(yyv4923) > 0 + yyv24923 := yyv4923 + yyrl4923, yyrt4923 = z.DecInferLen(yyl4923, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4923 { + if yyrl4923 <= cap(yyv4923) { + yyv4923 = yyv4923[:yyrl4923] + } else { + yyv4923 = make([]Secret, yyrl4923) + } + } else { + yyv4923 = make([]Secret, yyrl4923) + } + yyc4923 = true + yyrr4923 = len(yyv4923) + if yyrg4923 { + copy(yyv4923, yyv24923) + } + } else if yyl4923 != len(yyv4923) { + yyv4923 = yyv4923[:yyl4923] + yyc4923 = true + } + yyj4923 := 0 + for ; yyj4923 < yyrr4923; yyj4923++ { + yyh4923.ElemContainerState(yyj4923) + if r.TryDecodeAsNil() { + yyv4923[yyj4923] = Secret{} + } else { + yyv4924 := &yyv4923[yyj4923] + yyv4924.CodecDecodeSelf(d) + } + + } + if yyrt4923 { + for ; yyj4923 < yyl4923; yyj4923++ { + yyv4923 = append(yyv4923, Secret{}) + yyh4923.ElemContainerState(yyj4923) + if r.TryDecodeAsNil() { + yyv4923[yyj4923] = Secret{} + } else { + yyv4925 := &yyv4923[yyj4923] + yyv4925.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4923 := 0 + for ; !r.CheckBreak(); yyj4923++ { + + if yyj4923 >= len(yyv4923) { + yyv4923 = append(yyv4923, Secret{}) // var yyz4923 Secret + yyc4923 = true + } + yyh4923.ElemContainerState(yyj4923) + if yyj4923 < len(yyv4923) { + if r.TryDecodeAsNil() { + yyv4923[yyj4923] = Secret{} + } else { + yyv4926 := &yyv4923[yyj4923] + yyv4926.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4923 < len(yyv4923) { + yyv4923 = yyv4923[:yyj4923] + yyc4923 = true + } else if yyj4923 == 0 && yyv4923 == nil { + yyv4923 = []Secret{} + yyc4923 = true + } + } + yyh4923.End() + if yyc4923 { + *v = yyv4923 + } +} + +func (x codecSelfer1234) encSliceConfigMap(v []ConfigMap, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4927 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4928 := &yyv4927 + yy4928.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4929 := *v + yyh4929, yyl4929 := z.DecSliceHelperStart() + var yyc4929 bool + if yyl4929 == 0 { + if yyv4929 == nil { + yyv4929 = []ConfigMap{} + yyc4929 = true + } else if len(yyv4929) != 0 { + yyv4929 = yyv4929[:0] + yyc4929 = true + } + } else if yyl4929 > 0 { + var yyrr4929, yyrl4929 int + var yyrt4929 bool + if yyl4929 > cap(yyv4929) { + + yyrg4929 := len(yyv4929) > 0 + yyv24929 := yyv4929 + yyrl4929, yyrt4929 = z.DecInferLen(yyl4929, z.DecBasicHandle().MaxInitLen, 264) + if yyrt4929 { + if yyrl4929 <= cap(yyv4929) { + yyv4929 = yyv4929[:yyrl4929] + } else { + yyv4929 = make([]ConfigMap, yyrl4929) + } + } else { + yyv4929 = make([]ConfigMap, yyrl4929) + } + yyc4929 = true + yyrr4929 = len(yyv4929) + if yyrg4929 { + copy(yyv4929, yyv24929) + } + } else if yyl4929 != len(yyv4929) { + yyv4929 = yyv4929[:yyl4929] + yyc4929 = true + } + yyj4929 := 0 + for ; yyj4929 < yyrr4929; yyj4929++ { + yyh4929.ElemContainerState(yyj4929) + if r.TryDecodeAsNil() { + yyv4929[yyj4929] = ConfigMap{} + } else { + yyv4930 := &yyv4929[yyj4929] + yyv4930.CodecDecodeSelf(d) + } + + } + if yyrt4929 { + for ; yyj4929 < yyl4929; yyj4929++ { + yyv4929 = append(yyv4929, ConfigMap{}) + yyh4929.ElemContainerState(yyj4929) + if r.TryDecodeAsNil() { + yyv4929[yyj4929] = ConfigMap{} + } else { + yyv4931 := &yyv4929[yyj4929] + yyv4931.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4929 := 0 + for ; !r.CheckBreak(); yyj4929++ { + + if yyj4929 >= len(yyv4929) { + yyv4929 = append(yyv4929, ConfigMap{}) // var yyz4929 ConfigMap + yyc4929 = true + } + yyh4929.ElemContainerState(yyj4929) + if yyj4929 < len(yyv4929) { + if r.TryDecodeAsNil() { + yyv4929[yyj4929] = ConfigMap{} + } else { + yyv4932 := &yyv4929[yyj4929] + yyv4932.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4929 < len(yyv4929) { + yyv4929 = yyv4929[:yyj4929] + yyc4929 = true + } else if yyj4929 == 0 && yyv4929 == nil { + yyv4929 = []ConfigMap{} + yyc4929 = true + } + } + yyh4929.End() + if yyc4929 { + *v = yyv4929 + } +} + +func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4933 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4934 := &yyv4933 + yy4934.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4935 := *v + yyh4935, yyl4935 := z.DecSliceHelperStart() + var yyc4935 bool + if yyl4935 == 0 { + if yyv4935 == nil { + yyv4935 = []ComponentCondition{} + yyc4935 = true + } else if len(yyv4935) != 0 { + yyv4935 = yyv4935[:0] + yyc4935 = true + } + } else if yyl4935 > 0 { + var yyrr4935, yyrl4935 int + var yyrt4935 bool + if yyl4935 > cap(yyv4935) { + + yyrg4935 := len(yyv4935) > 0 + yyv24935 := yyv4935 + yyrl4935, yyrt4935 = z.DecInferLen(yyl4935, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4935 { + if yyrl4935 <= cap(yyv4935) { + yyv4935 = yyv4935[:yyrl4935] + } else { + yyv4935 = make([]ComponentCondition, yyrl4935) + } + } else { + yyv4935 = make([]ComponentCondition, yyrl4935) + } + yyc4935 = true + yyrr4935 = len(yyv4935) + if yyrg4935 { + copy(yyv4935, yyv24935) + } + } else if yyl4935 != len(yyv4935) { + yyv4935 = yyv4935[:yyl4935] + yyc4935 = true + } + yyj4935 := 0 + for ; yyj4935 < yyrr4935; yyj4935++ { + yyh4935.ElemContainerState(yyj4935) + if r.TryDecodeAsNil() { + yyv4935[yyj4935] = ComponentCondition{} + } else { + yyv4936 := &yyv4935[yyj4935] + yyv4936.CodecDecodeSelf(d) + } + + } + if yyrt4935 { + for ; yyj4935 < yyl4935; yyj4935++ { + yyv4935 = append(yyv4935, ComponentCondition{}) + yyh4935.ElemContainerState(yyj4935) + if r.TryDecodeAsNil() { + yyv4935[yyj4935] = ComponentCondition{} + } else { + yyv4937 := &yyv4935[yyj4935] + yyv4937.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4935 := 0 + for ; !r.CheckBreak(); yyj4935++ { + + if yyj4935 >= len(yyv4935) { + yyv4935 = append(yyv4935, ComponentCondition{}) // var yyz4935 ComponentCondition + yyc4935 = true + } + yyh4935.ElemContainerState(yyj4935) + if yyj4935 < len(yyv4935) { + if r.TryDecodeAsNil() { + yyv4935[yyj4935] = ComponentCondition{} + } else { + yyv4938 := &yyv4935[yyj4935] + yyv4938.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4935 < len(yyv4935) { + yyv4935 = yyv4935[:yyj4935] + yyc4935 = true + } else if yyj4935 == 0 && yyv4935 == nil { + yyv4935 = []ComponentCondition{} + yyc4935 = true + } + } + yyh4935.End() + if yyc4935 { + *v = yyv4935 + } +} + func (x codecSelfer1234) encSliceComponentStatus(v []ComponentStatus, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4911 := range v { + for _, yyv4939 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4912 := &yyv4911 - yy4912.CodecEncodeSelf(e) + yy4940 := &yyv4939 + yy4940.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -63053,83 +63527,83 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4913 := *v - yyh4913, yyl4913 := z.DecSliceHelperStart() - var yyc4913 bool - if yyl4913 == 0 { - if yyv4913 == nil { - yyv4913 = []ComponentStatus{} - yyc4913 = true - } else if len(yyv4913) != 0 { - yyv4913 = yyv4913[:0] - yyc4913 = true + yyv4941 := *v + yyh4941, yyl4941 := z.DecSliceHelperStart() + var yyc4941 bool + if yyl4941 == 0 { + if yyv4941 == nil { + yyv4941 = []ComponentStatus{} + yyc4941 = true + } else if len(yyv4941) != 0 { + yyv4941 = yyv4941[:0] + yyc4941 = true } - } else if yyl4913 > 0 { - var yyrr4913, yyrl4913 int - var yyrt4913 bool - if yyl4913 > cap(yyv4913) { + } else if yyl4941 > 0 { + var yyrr4941, yyrl4941 int + var yyrt4941 bool + if yyl4941 > cap(yyv4941) { - yyrg4913 := len(yyv4913) > 0 - yyv24913 := yyv4913 - yyrl4913, yyrt4913 = z.DecInferLen(yyl4913, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4913 { - if yyrl4913 <= cap(yyv4913) { - yyv4913 = yyv4913[:yyrl4913] + yyrg4941 := len(yyv4941) > 0 + yyv24941 := yyv4941 + yyrl4941, yyrt4941 = z.DecInferLen(yyl4941, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4941 { + if yyrl4941 <= cap(yyv4941) { + yyv4941 = yyv4941[:yyrl4941] } else { - yyv4913 = make([]ComponentStatus, yyrl4913) + yyv4941 = make([]ComponentStatus, yyrl4941) } } else { - yyv4913 = make([]ComponentStatus, yyrl4913) + yyv4941 = make([]ComponentStatus, yyrl4941) } - yyc4913 = true - yyrr4913 = len(yyv4913) - if yyrg4913 { - copy(yyv4913, yyv24913) + yyc4941 = true + yyrr4941 = len(yyv4941) + if yyrg4941 { + copy(yyv4941, yyv24941) } - } else if yyl4913 != len(yyv4913) { - yyv4913 = yyv4913[:yyl4913] - yyc4913 = true + } else if yyl4941 != len(yyv4941) { + yyv4941 = yyv4941[:yyl4941] + yyc4941 = true } - yyj4913 := 0 - for ; yyj4913 < yyrr4913; yyj4913++ { - yyh4913.ElemContainerState(yyj4913) + yyj4941 := 0 + for ; yyj4941 < yyrr4941; yyj4941++ { + yyh4941.ElemContainerState(yyj4941) if r.TryDecodeAsNil() { - yyv4913[yyj4913] = ComponentStatus{} + yyv4941[yyj4941] = ComponentStatus{} } else { - yyv4914 := &yyv4913[yyj4913] - yyv4914.CodecDecodeSelf(d) + yyv4942 := &yyv4941[yyj4941] + yyv4942.CodecDecodeSelf(d) } } - if yyrt4913 { - for ; yyj4913 < yyl4913; yyj4913++ { - yyv4913 = append(yyv4913, ComponentStatus{}) - yyh4913.ElemContainerState(yyj4913) + if yyrt4941 { + for ; yyj4941 < yyl4941; yyj4941++ { + yyv4941 = append(yyv4941, ComponentStatus{}) + yyh4941.ElemContainerState(yyj4941) if r.TryDecodeAsNil() { - yyv4913[yyj4913] = ComponentStatus{} + yyv4941[yyj4941] = ComponentStatus{} } else { - yyv4915 := &yyv4913[yyj4913] - yyv4915.CodecDecodeSelf(d) + yyv4943 := &yyv4941[yyj4941] + yyv4943.CodecDecodeSelf(d) } } } } else { - yyj4913 := 0 - for ; !r.CheckBreak(); yyj4913++ { + yyj4941 := 0 + for ; !r.CheckBreak(); yyj4941++ { - if yyj4913 >= len(yyv4913) { - yyv4913 = append(yyv4913, ComponentStatus{}) // var yyz4913 ComponentStatus - yyc4913 = true + if yyj4941 >= len(yyv4941) { + yyv4941 = append(yyv4941, ComponentStatus{}) // var yyz4941 ComponentStatus + yyc4941 = true } - yyh4913.ElemContainerState(yyj4913) - if yyj4913 < len(yyv4913) { + yyh4941.ElemContainerState(yyj4941) + if yyj4941 < len(yyv4941) { if r.TryDecodeAsNil() { - yyv4913[yyj4913] = ComponentStatus{} + yyv4941[yyj4941] = ComponentStatus{} } else { - yyv4916 := &yyv4913[yyj4913] - yyv4916.CodecDecodeSelf(d) + yyv4944 := &yyv4941[yyj4941] + yyv4944.CodecDecodeSelf(d) } } else { @@ -63137,16 +63611,16 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 } } - if yyj4913 < len(yyv4913) { - yyv4913 = yyv4913[:yyj4913] - yyc4913 = true - } else if yyj4913 == 0 && yyv4913 == nil { - yyv4913 = []ComponentStatus{} - yyc4913 = true + if yyj4941 < len(yyv4941) { + yyv4941 = yyv4941[:yyj4941] + yyc4941 = true + } else if yyj4941 == 0 && yyv4941 == nil { + yyv4941 = []ComponentStatus{} + yyc4941 = true } } - yyh4913.End() - if yyc4913 { - *v = yyv4913 + yyh4941.End() + if yyc4941 { + *v = yyv4941 } } diff --git a/staging/src/k8s.io/client-go/pkg/api/types.go b/staging/src/k8s.io/client-go/pkg/api/types.go index e0f1f3b2a7..a4eaeb9d5a 100644 --- a/staging/src/k8s.io/client-go/pkg/api/types.go +++ b/staging/src/k8s.io/client-go/pkg/api/types.go @@ -289,6 +289,8 @@ type VolumeSource struct { // AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. // +optional AzureDisk *AzureDiskVolumeSource `json:"azureDisk,omitempty"` + // PhotonPersistentDisk represents a Photon Controller persistent disk attached and mounted on kubelets host machine + PhotonPersistentDisk *PhotonPersistentDiskVolumeSource `json:"photonPersistentDisk,omitempty"` } // Similar to VolumeSource but meant for the administrator who creates PVs. @@ -349,6 +351,8 @@ type PersistentVolumeSource struct { // AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. // +optional AzureDisk *AzureDiskVolumeSource `json:"azureDisk,omitempty"` + // PhotonPersistentDisk represents a Photon Controller persistent disk attached and mounted on kubelets host machine + PhotonPersistentDisk *PhotonPersistentDiskVolumeSource `json:"photonPersistentDisk,omitempty"` } type PersistentVolumeClaimVolumeSource struct { @@ -936,6 +940,16 @@ type VsphereVirtualDiskVolumeSource struct { FSType string `json:"fsType,omitempty"` } +// Represents a Photon Controller persistent disk resource. +type PhotonPersistentDiskVolumeSource struct { + // ID that identifies Photon Controller persistent disk + PdID string `json:"pdID"` + // Filesystem type to mount. + // Must be a filesystem type supported by the host operating system. + // Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + FSType string `json:"fsType,omitempty"` +} + type AzureDataDiskCachingMode string const ( diff --git a/staging/src/k8s.io/client-go/pkg/api/v1/generated.pb.go b/staging/src/k8s.io/client-go/pkg/api/v1/generated.pb.go index ff16ae9f8c..69d224ce3c 100644 --- a/staging/src/k8s.io/client-go/pkg/api/v1/generated.pb.go +++ b/staging/src/k8s.io/client-go/pkg/api/v1/generated.pb.go @@ -121,6 +121,7 @@ limitations under the License. PersistentVolumeSource PersistentVolumeSpec PersistentVolumeStatus + PhotonPersistentDiskVolumeSource Pod PodAffinity PodAffinityTerm @@ -610,254 +611,260 @@ func (m *PersistentVolumeStatus) Reset() { *m = PersistentVol func (*PersistentVolumeStatus) ProtoMessage() {} func (*PersistentVolumeStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{95} } +func (m *PhotonPersistentDiskVolumeSource) Reset() { *m = PhotonPersistentDiskVolumeSource{} } +func (*PhotonPersistentDiskVolumeSource) ProtoMessage() {} +func (*PhotonPersistentDiskVolumeSource) Descriptor() ([]byte, []int) { + return fileDescriptorGenerated, []int{96} +} + func (m *Pod) Reset() { *m = Pod{} } func (*Pod) ProtoMessage() {} -func (*Pod) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{96} } +func (*Pod) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{97} } func (m *PodAffinity) Reset() { *m = PodAffinity{} } func (*PodAffinity) ProtoMessage() {} -func (*PodAffinity) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{97} } +func (*PodAffinity) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{98} } func (m *PodAffinityTerm) Reset() { *m = PodAffinityTerm{} } func (*PodAffinityTerm) ProtoMessage() {} -func (*PodAffinityTerm) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{98} } +func (*PodAffinityTerm) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{99} } func (m *PodAntiAffinity) Reset() { *m = PodAntiAffinity{} } func (*PodAntiAffinity) ProtoMessage() {} -func (*PodAntiAffinity) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{99} } +func (*PodAntiAffinity) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{100} } func (m *PodAttachOptions) Reset() { *m = PodAttachOptions{} } func (*PodAttachOptions) ProtoMessage() {} -func (*PodAttachOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{100} } +func (*PodAttachOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{101} } func (m *PodCondition) Reset() { *m = PodCondition{} } func (*PodCondition) ProtoMessage() {} -func (*PodCondition) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{101} } +func (*PodCondition) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{102} } func (m *PodExecOptions) Reset() { *m = PodExecOptions{} } func (*PodExecOptions) ProtoMessage() {} -func (*PodExecOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{102} } +func (*PodExecOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{103} } func (m *PodList) Reset() { *m = PodList{} } func (*PodList) ProtoMessage() {} -func (*PodList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{103} } +func (*PodList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{104} } func (m *PodLogOptions) Reset() { *m = PodLogOptions{} } func (*PodLogOptions) ProtoMessage() {} -func (*PodLogOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{104} } +func (*PodLogOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{105} } func (m *PodProxyOptions) Reset() { *m = PodProxyOptions{} } func (*PodProxyOptions) ProtoMessage() {} -func (*PodProxyOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{105} } +func (*PodProxyOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{106} } func (m *PodSecurityContext) Reset() { *m = PodSecurityContext{} } func (*PodSecurityContext) ProtoMessage() {} -func (*PodSecurityContext) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{106} } +func (*PodSecurityContext) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{107} } func (m *PodSignature) Reset() { *m = PodSignature{} } func (*PodSignature) ProtoMessage() {} -func (*PodSignature) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{107} } +func (*PodSignature) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{108} } func (m *PodSpec) Reset() { *m = PodSpec{} } func (*PodSpec) ProtoMessage() {} -func (*PodSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{108} } +func (*PodSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{109} } func (m *PodStatus) Reset() { *m = PodStatus{} } func (*PodStatus) ProtoMessage() {} -func (*PodStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{109} } +func (*PodStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{110} } func (m *PodStatusResult) Reset() { *m = PodStatusResult{} } func (*PodStatusResult) ProtoMessage() {} -func (*PodStatusResult) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{110} } +func (*PodStatusResult) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{111} } func (m *PodTemplate) Reset() { *m = PodTemplate{} } func (*PodTemplate) ProtoMessage() {} -func (*PodTemplate) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{111} } +func (*PodTemplate) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{112} } func (m *PodTemplateList) Reset() { *m = PodTemplateList{} } func (*PodTemplateList) ProtoMessage() {} -func (*PodTemplateList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{112} } +func (*PodTemplateList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{113} } func (m *PodTemplateSpec) Reset() { *m = PodTemplateSpec{} } func (*PodTemplateSpec) ProtoMessage() {} -func (*PodTemplateSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{113} } +func (*PodTemplateSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{114} } func (m *Preconditions) Reset() { *m = Preconditions{} } func (*Preconditions) ProtoMessage() {} -func (*Preconditions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{114} } +func (*Preconditions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{115} } func (m *PreferAvoidPodsEntry) Reset() { *m = PreferAvoidPodsEntry{} } func (*PreferAvoidPodsEntry) ProtoMessage() {} -func (*PreferAvoidPodsEntry) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{115} } +func (*PreferAvoidPodsEntry) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{116} } func (m *PreferredSchedulingTerm) Reset() { *m = PreferredSchedulingTerm{} } func (*PreferredSchedulingTerm) ProtoMessage() {} func (*PreferredSchedulingTerm) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{116} + return fileDescriptorGenerated, []int{117} } func (m *Probe) Reset() { *m = Probe{} } func (*Probe) ProtoMessage() {} -func (*Probe) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{117} } +func (*Probe) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{118} } func (m *QuobyteVolumeSource) Reset() { *m = QuobyteVolumeSource{} } func (*QuobyteVolumeSource) ProtoMessage() {} -func (*QuobyteVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{118} } +func (*QuobyteVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{119} } func (m *RBDVolumeSource) Reset() { *m = RBDVolumeSource{} } func (*RBDVolumeSource) ProtoMessage() {} -func (*RBDVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{119} } +func (*RBDVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{120} } func (m *RangeAllocation) Reset() { *m = RangeAllocation{} } func (*RangeAllocation) ProtoMessage() {} -func (*RangeAllocation) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{120} } +func (*RangeAllocation) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{121} } func (m *ReplicationController) Reset() { *m = ReplicationController{} } func (*ReplicationController) ProtoMessage() {} -func (*ReplicationController) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{121} } +func (*ReplicationController) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{122} } func (m *ReplicationControllerCondition) Reset() { *m = ReplicationControllerCondition{} } func (*ReplicationControllerCondition) ProtoMessage() {} func (*ReplicationControllerCondition) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{122} + return fileDescriptorGenerated, []int{123} } func (m *ReplicationControllerList) Reset() { *m = ReplicationControllerList{} } func (*ReplicationControllerList) ProtoMessage() {} func (*ReplicationControllerList) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{123} + return fileDescriptorGenerated, []int{124} } func (m *ReplicationControllerSpec) Reset() { *m = ReplicationControllerSpec{} } func (*ReplicationControllerSpec) ProtoMessage() {} func (*ReplicationControllerSpec) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{124} + return fileDescriptorGenerated, []int{125} } func (m *ReplicationControllerStatus) Reset() { *m = ReplicationControllerStatus{} } func (*ReplicationControllerStatus) ProtoMessage() {} func (*ReplicationControllerStatus) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{125} + return fileDescriptorGenerated, []int{126} } func (m *ResourceFieldSelector) Reset() { *m = ResourceFieldSelector{} } func (*ResourceFieldSelector) ProtoMessage() {} -func (*ResourceFieldSelector) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{126} } +func (*ResourceFieldSelector) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{127} } func (m *ResourceQuota) Reset() { *m = ResourceQuota{} } func (*ResourceQuota) ProtoMessage() {} -func (*ResourceQuota) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{127} } +func (*ResourceQuota) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{128} } func (m *ResourceQuotaList) Reset() { *m = ResourceQuotaList{} } func (*ResourceQuotaList) ProtoMessage() {} -func (*ResourceQuotaList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{128} } +func (*ResourceQuotaList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{129} } func (m *ResourceQuotaSpec) Reset() { *m = ResourceQuotaSpec{} } func (*ResourceQuotaSpec) ProtoMessage() {} -func (*ResourceQuotaSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{129} } +func (*ResourceQuotaSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{130} } func (m *ResourceQuotaStatus) Reset() { *m = ResourceQuotaStatus{} } func (*ResourceQuotaStatus) ProtoMessage() {} -func (*ResourceQuotaStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{130} } +func (*ResourceQuotaStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{131} } func (m *ResourceRequirements) Reset() { *m = ResourceRequirements{} } func (*ResourceRequirements) ProtoMessage() {} -func (*ResourceRequirements) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{131} } +func (*ResourceRequirements) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{132} } func (m *SELinuxOptions) Reset() { *m = SELinuxOptions{} } func (*SELinuxOptions) ProtoMessage() {} -func (*SELinuxOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{132} } +func (*SELinuxOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{133} } func (m *Secret) Reset() { *m = Secret{} } func (*Secret) ProtoMessage() {} -func (*Secret) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{133} } +func (*Secret) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{134} } func (m *SecretKeySelector) Reset() { *m = SecretKeySelector{} } func (*SecretKeySelector) ProtoMessage() {} -func (*SecretKeySelector) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{134} } +func (*SecretKeySelector) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{135} } func (m *SecretList) Reset() { *m = SecretList{} } func (*SecretList) ProtoMessage() {} -func (*SecretList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{135} } +func (*SecretList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{136} } func (m *SecretVolumeSource) Reset() { *m = SecretVolumeSource{} } func (*SecretVolumeSource) ProtoMessage() {} -func (*SecretVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{136} } +func (*SecretVolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{137} } func (m *SecurityContext) Reset() { *m = SecurityContext{} } func (*SecurityContext) ProtoMessage() {} -func (*SecurityContext) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{137} } +func (*SecurityContext) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{138} } func (m *SerializedReference) Reset() { *m = SerializedReference{} } func (*SerializedReference) ProtoMessage() {} -func (*SerializedReference) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{138} } +func (*SerializedReference) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{139} } func (m *Service) Reset() { *m = Service{} } func (*Service) ProtoMessage() {} -func (*Service) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{139} } +func (*Service) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{140} } func (m *ServiceAccount) Reset() { *m = ServiceAccount{} } func (*ServiceAccount) ProtoMessage() {} -func (*ServiceAccount) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{140} } +func (*ServiceAccount) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{141} } func (m *ServiceAccountList) Reset() { *m = ServiceAccountList{} } func (*ServiceAccountList) ProtoMessage() {} -func (*ServiceAccountList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{141} } +func (*ServiceAccountList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{142} } func (m *ServiceList) Reset() { *m = ServiceList{} } func (*ServiceList) ProtoMessage() {} -func (*ServiceList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{142} } +func (*ServiceList) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{143} } func (m *ServicePort) Reset() { *m = ServicePort{} } func (*ServicePort) ProtoMessage() {} -func (*ServicePort) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{143} } +func (*ServicePort) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{144} } func (m *ServiceProxyOptions) Reset() { *m = ServiceProxyOptions{} } func (*ServiceProxyOptions) ProtoMessage() {} -func (*ServiceProxyOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{144} } +func (*ServiceProxyOptions) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{145} } func (m *ServiceSpec) Reset() { *m = ServiceSpec{} } func (*ServiceSpec) ProtoMessage() {} -func (*ServiceSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{145} } +func (*ServiceSpec) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{146} } func (m *ServiceStatus) Reset() { *m = ServiceStatus{} } func (*ServiceStatus) ProtoMessage() {} -func (*ServiceStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{146} } +func (*ServiceStatus) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{147} } func (m *TCPSocketAction) Reset() { *m = TCPSocketAction{} } func (*TCPSocketAction) ProtoMessage() {} -func (*TCPSocketAction) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{147} } +func (*TCPSocketAction) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{148} } func (m *Taint) Reset() { *m = Taint{} } func (*Taint) ProtoMessage() {} -func (*Taint) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{148} } +func (*Taint) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{149} } func (m *Toleration) Reset() { *m = Toleration{} } func (*Toleration) ProtoMessage() {} -func (*Toleration) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{149} } +func (*Toleration) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{150} } func (m *Volume) Reset() { *m = Volume{} } func (*Volume) ProtoMessage() {} -func (*Volume) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{150} } +func (*Volume) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{151} } func (m *VolumeMount) Reset() { *m = VolumeMount{} } func (*VolumeMount) ProtoMessage() {} -func (*VolumeMount) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{151} } +func (*VolumeMount) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{152} } func (m *VolumeSource) Reset() { *m = VolumeSource{} } func (*VolumeSource) ProtoMessage() {} -func (*VolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{152} } +func (*VolumeSource) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{153} } func (m *VsphereVirtualDiskVolumeSource) Reset() { *m = VsphereVirtualDiskVolumeSource{} } func (*VsphereVirtualDiskVolumeSource) ProtoMessage() {} func (*VsphereVirtualDiskVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{153} + return fileDescriptorGenerated, []int{154} } func (m *WeightedPodAffinityTerm) Reset() { *m = WeightedPodAffinityTerm{} } func (*WeightedPodAffinityTerm) ProtoMessage() {} func (*WeightedPodAffinityTerm) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{154} + return fileDescriptorGenerated, []int{155} } func init() { @@ -957,6 +964,7 @@ func init() { proto.RegisterType((*PersistentVolumeSource)(nil), "k8s.io.client-go.pkg.api.v1.PersistentVolumeSource") proto.RegisterType((*PersistentVolumeSpec)(nil), "k8s.io.client-go.pkg.api.v1.PersistentVolumeSpec") proto.RegisterType((*PersistentVolumeStatus)(nil), "k8s.io.client-go.pkg.api.v1.PersistentVolumeStatus") + proto.RegisterType((*PhotonPersistentDiskVolumeSource)(nil), "k8s.io.client-go.pkg.api.v1.PhotonPersistentDiskVolumeSource") proto.RegisterType((*Pod)(nil), "k8s.io.client-go.pkg.api.v1.Pod") proto.RegisterType((*PodAffinity)(nil), "k8s.io.client-go.pkg.api.v1.PodAffinity") proto.RegisterType((*PodAffinityTerm)(nil), "k8s.io.client-go.pkg.api.v1.PodAffinityTerm") @@ -5193,6 +5201,18 @@ func (m *PersistentVolumeSource) MarshalTo(data []byte) (int, error) { } i += n103 } + if m.PhotonPersistentDisk != nil { + data[i] = 0x8a + i++ + data[i] = 0x1 + i++ + i = encodeVarintGenerated(data, i, uint64(m.PhotonPersistentDisk.Size())) + n104, err := m.PhotonPersistentDisk.MarshalTo(data[i:]) + if err != nil { + return 0, err + } + i += n104 + } return i, nil } @@ -5226,21 +5246,21 @@ func (m *PersistentVolumeSpec) MarshalTo(data []byte) (int, error) { data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64((&v).Size())) - n104, err := (&v).MarshalTo(data[i:]) + n105, err := (&v).MarshalTo(data[i:]) if err != nil { return 0, err } - i += n104 + i += n105 } } data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64(m.PersistentVolumeSource.Size())) - n105, err := m.PersistentVolumeSource.MarshalTo(data[i:]) + n106, err := m.PersistentVolumeSource.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n105 + i += n106 if len(m.AccessModes) > 0 { for _, s := range m.AccessModes { data[i] = 0x1a @@ -5260,11 +5280,11 @@ func (m *PersistentVolumeSpec) MarshalTo(data []byte) (int, error) { data[i] = 0x22 i++ i = encodeVarintGenerated(data, i, uint64(m.ClaimRef.Size())) - n106, err := m.ClaimRef.MarshalTo(data[i:]) + n107, err := m.ClaimRef.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n106 + i += n107 } data[i] = 0x2a i++ @@ -5303,6 +5323,32 @@ func (m *PersistentVolumeStatus) MarshalTo(data []byte) (int, error) { return i, nil } +func (m *PhotonPersistentDiskVolumeSource) Marshal() (data []byte, err error) { + size := m.Size() + data = make([]byte, size) + n, err := m.MarshalTo(data) + if err != nil { + return nil, err + } + return data[:n], nil +} + +func (m *PhotonPersistentDiskVolumeSource) MarshalTo(data []byte) (int, error) { + var i int + _ = i + var l int + _ = l + data[i] = 0xa + i++ + i = encodeVarintGenerated(data, i, uint64(len(m.PdID))) + i += copy(data[i:], m.PdID) + data[i] = 0x12 + i++ + i = encodeVarintGenerated(data, i, uint64(len(m.FSType))) + i += copy(data[i:], m.FSType) + return i, nil +} + func (m *Pod) Marshal() (data []byte, err error) { size := m.Size() data = make([]byte, size) @@ -5321,27 +5367,27 @@ func (m *Pod) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ObjectMeta.Size())) - n107, err := m.ObjectMeta.MarshalTo(data[i:]) - if err != nil { - return 0, err - } - i += n107 - data[i] = 0x12 - i++ - i = encodeVarintGenerated(data, i, uint64(m.Spec.Size())) - n108, err := m.Spec.MarshalTo(data[i:]) + n108, err := m.ObjectMeta.MarshalTo(data[i:]) if err != nil { return 0, err } i += n108 - data[i] = 0x1a + data[i] = 0x12 i++ - i = encodeVarintGenerated(data, i, uint64(m.Status.Size())) - n109, err := m.Status.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.Spec.Size())) + n109, err := m.Spec.MarshalTo(data[i:]) if err != nil { return 0, err } i += n109 + data[i] = 0x1a + i++ + i = encodeVarintGenerated(data, i, uint64(m.Status.Size())) + n110, err := m.Status.MarshalTo(data[i:]) + if err != nil { + return 0, err + } + i += n110 return i, nil } @@ -5406,11 +5452,11 @@ func (m *PodAffinityTerm) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.LabelSelector.Size())) - n110, err := m.LabelSelector.MarshalTo(data[i:]) + n111, err := m.LabelSelector.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n110 + i += n111 } if len(m.Namespaces) > 0 { for _, s := range m.Namespaces { @@ -5556,19 +5602,19 @@ func (m *PodCondition) MarshalTo(data []byte) (int, error) { data[i] = 0x1a i++ i = encodeVarintGenerated(data, i, uint64(m.LastProbeTime.Size())) - n111, err := m.LastProbeTime.MarshalTo(data[i:]) - if err != nil { - return 0, err - } - i += n111 - data[i] = 0x22 - i++ - i = encodeVarintGenerated(data, i, uint64(m.LastTransitionTime.Size())) - n112, err := m.LastTransitionTime.MarshalTo(data[i:]) + n112, err := m.LastProbeTime.MarshalTo(data[i:]) if err != nil { return 0, err } i += n112 + data[i] = 0x22 + i++ + i = encodeVarintGenerated(data, i, uint64(m.LastTransitionTime.Size())) + n113, err := m.LastTransitionTime.MarshalTo(data[i:]) + if err != nil { + return 0, err + } + i += n113 data[i] = 0x2a i++ i = encodeVarintGenerated(data, i, uint64(len(m.Reason))) @@ -5667,11 +5713,11 @@ func (m *PodList) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ListMeta.Size())) - n113, err := m.ListMeta.MarshalTo(data[i:]) + n114, err := m.ListMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n113 + i += n114 if len(m.Items) > 0 { for _, msg := range m.Items { data[i] = 0x12 @@ -5731,11 +5777,11 @@ func (m *PodLogOptions) MarshalTo(data []byte) (int, error) { data[i] = 0x2a i++ i = encodeVarintGenerated(data, i, uint64(m.SinceTime.Size())) - n114, err := m.SinceTime.MarshalTo(data[i:]) + n115, err := m.SinceTime.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n114 + i += n115 } data[i] = 0x30 i++ @@ -5799,11 +5845,11 @@ func (m *PodSecurityContext) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.SELinuxOptions.Size())) - n115, err := m.SELinuxOptions.MarshalTo(data[i:]) + n116, err := m.SELinuxOptions.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n115 + i += n116 } if m.RunAsUser != nil { data[i] = 0x10 @@ -5854,11 +5900,11 @@ func (m *PodSignature) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.PodController.Size())) - n116, err := m.PodController.MarshalTo(data[i:]) + n117, err := m.PodController.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n116 + i += n117 } return i, nil } @@ -5977,11 +6023,11 @@ func (m *PodSpec) MarshalTo(data []byte) (int, error) { data[i] = 0x72 i++ i = encodeVarintGenerated(data, i, uint64(m.SecurityContext.Size())) - n117, err := m.SecurityContext.MarshalTo(data[i:]) + n118, err := m.SecurityContext.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n117 + i += n118 } if len(m.ImagePullSecrets) > 0 { for _, msg := range m.ImagePullSecrets { @@ -6061,11 +6107,11 @@ func (m *PodStatus) MarshalTo(data []byte) (int, error) { data[i] = 0x3a i++ i = encodeVarintGenerated(data, i, uint64(m.StartTime.Size())) - n118, err := m.StartTime.MarshalTo(data[i:]) + n119, err := m.StartTime.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n118 + i += n119 } if len(m.ContainerStatuses) > 0 { for _, msg := range m.ContainerStatuses { @@ -6100,19 +6146,19 @@ func (m *PodStatusResult) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ObjectMeta.Size())) - n119, err := m.ObjectMeta.MarshalTo(data[i:]) - if err != nil { - return 0, err - } - i += n119 - data[i] = 0x12 - i++ - i = encodeVarintGenerated(data, i, uint64(m.Status.Size())) - n120, err := m.Status.MarshalTo(data[i:]) + n120, err := m.ObjectMeta.MarshalTo(data[i:]) if err != nil { return 0, err } i += n120 + data[i] = 0x12 + i++ + i = encodeVarintGenerated(data, i, uint64(m.Status.Size())) + n121, err := m.Status.MarshalTo(data[i:]) + if err != nil { + return 0, err + } + i += n121 return i, nil } @@ -6134,19 +6180,19 @@ func (m *PodTemplate) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ObjectMeta.Size())) - n121, err := m.ObjectMeta.MarshalTo(data[i:]) - if err != nil { - return 0, err - } - i += n121 - data[i] = 0x12 - i++ - i = encodeVarintGenerated(data, i, uint64(m.Template.Size())) - n122, err := m.Template.MarshalTo(data[i:]) + n122, err := m.ObjectMeta.MarshalTo(data[i:]) if err != nil { return 0, err } i += n122 + data[i] = 0x12 + i++ + i = encodeVarintGenerated(data, i, uint64(m.Template.Size())) + n123, err := m.Template.MarshalTo(data[i:]) + if err != nil { + return 0, err + } + i += n123 return i, nil } @@ -6168,11 +6214,11 @@ func (m *PodTemplateList) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ListMeta.Size())) - n123, err := m.ListMeta.MarshalTo(data[i:]) + n124, err := m.ListMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n123 + i += n124 if len(m.Items) > 0 { for _, msg := range m.Items { data[i] = 0x12 @@ -6206,19 +6252,19 @@ func (m *PodTemplateSpec) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ObjectMeta.Size())) - n124, err := m.ObjectMeta.MarshalTo(data[i:]) - if err != nil { - return 0, err - } - i += n124 - data[i] = 0x12 - i++ - i = encodeVarintGenerated(data, i, uint64(m.Spec.Size())) - n125, err := m.Spec.MarshalTo(data[i:]) + n125, err := m.ObjectMeta.MarshalTo(data[i:]) if err != nil { return 0, err } i += n125 + data[i] = 0x12 + i++ + i = encodeVarintGenerated(data, i, uint64(m.Spec.Size())) + n126, err := m.Spec.MarshalTo(data[i:]) + if err != nil { + return 0, err + } + i += n126 return i, nil } @@ -6264,19 +6310,19 @@ func (m *PreferAvoidPodsEntry) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.PodSignature.Size())) - n126, err := m.PodSignature.MarshalTo(data[i:]) - if err != nil { - return 0, err - } - i += n126 - data[i] = 0x12 - i++ - i = encodeVarintGenerated(data, i, uint64(m.EvictionTime.Size())) - n127, err := m.EvictionTime.MarshalTo(data[i:]) + n127, err := m.PodSignature.MarshalTo(data[i:]) if err != nil { return 0, err } i += n127 + data[i] = 0x12 + i++ + i = encodeVarintGenerated(data, i, uint64(m.EvictionTime.Size())) + n128, err := m.EvictionTime.MarshalTo(data[i:]) + if err != nil { + return 0, err + } + i += n128 data[i] = 0x1a i++ i = encodeVarintGenerated(data, i, uint64(len(m.Reason))) @@ -6309,11 +6355,11 @@ func (m *PreferredSchedulingTerm) MarshalTo(data []byte) (int, error) { data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64(m.Preference.Size())) - n128, err := m.Preference.MarshalTo(data[i:]) + n129, err := m.Preference.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n128 + i += n129 return i, nil } @@ -6335,11 +6381,11 @@ func (m *Probe) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.Handler.Size())) - n129, err := m.Handler.MarshalTo(data[i:]) + n130, err := m.Handler.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n129 + i += n130 data[i] = 0x10 i++ i = encodeVarintGenerated(data, i, uint64(m.InitialDelaySeconds)) @@ -6454,11 +6500,11 @@ func (m *RBDVolumeSource) MarshalTo(data []byte) (int, error) { data[i] = 0x3a i++ i = encodeVarintGenerated(data, i, uint64(m.SecretRef.Size())) - n130, err := m.SecretRef.MarshalTo(data[i:]) + n131, err := m.SecretRef.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n130 + i += n131 } data[i] = 0x40 i++ @@ -6489,11 +6535,11 @@ func (m *RangeAllocation) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ObjectMeta.Size())) - n131, err := m.ObjectMeta.MarshalTo(data[i:]) + n132, err := m.ObjectMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n131 + i += n132 data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64(len(m.Range))) @@ -6525,27 +6571,27 @@ func (m *ReplicationController) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ObjectMeta.Size())) - n132, err := m.ObjectMeta.MarshalTo(data[i:]) - if err != nil { - return 0, err - } - i += n132 - data[i] = 0x12 - i++ - i = encodeVarintGenerated(data, i, uint64(m.Spec.Size())) - n133, err := m.Spec.MarshalTo(data[i:]) + n133, err := m.ObjectMeta.MarshalTo(data[i:]) if err != nil { return 0, err } i += n133 - data[i] = 0x1a + data[i] = 0x12 i++ - i = encodeVarintGenerated(data, i, uint64(m.Status.Size())) - n134, err := m.Status.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.Spec.Size())) + n134, err := m.Spec.MarshalTo(data[i:]) if err != nil { return 0, err } i += n134 + data[i] = 0x1a + i++ + i = encodeVarintGenerated(data, i, uint64(m.Status.Size())) + n135, err := m.Status.MarshalTo(data[i:]) + if err != nil { + return 0, err + } + i += n135 return i, nil } @@ -6575,11 +6621,11 @@ func (m *ReplicationControllerCondition) MarshalTo(data []byte) (int, error) { data[i] = 0x1a i++ i = encodeVarintGenerated(data, i, uint64(m.LastTransitionTime.Size())) - n135, err := m.LastTransitionTime.MarshalTo(data[i:]) + n136, err := m.LastTransitionTime.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n135 + i += n136 data[i] = 0x22 i++ i = encodeVarintGenerated(data, i, uint64(len(m.Reason))) @@ -6609,11 +6655,11 @@ func (m *ReplicationControllerList) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ListMeta.Size())) - n136, err := m.ListMeta.MarshalTo(data[i:]) + n137, err := m.ListMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n136 + i += n137 if len(m.Items) > 0 { for _, msg := range m.Items { data[i] = 0x12 @@ -6670,11 +6716,11 @@ func (m *ReplicationControllerSpec) MarshalTo(data []byte) (int, error) { data[i] = 0x1a i++ i = encodeVarintGenerated(data, i, uint64(m.Template.Size())) - n137, err := m.Template.MarshalTo(data[i:]) + n138, err := m.Template.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n137 + i += n138 } data[i] = 0x20 i++ @@ -6753,11 +6799,11 @@ func (m *ResourceFieldSelector) MarshalTo(data []byte) (int, error) { data[i] = 0x1a i++ i = encodeVarintGenerated(data, i, uint64(m.Divisor.Size())) - n138, err := m.Divisor.MarshalTo(data[i:]) + n139, err := m.Divisor.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n138 + i += n139 return i, nil } @@ -6779,27 +6825,27 @@ func (m *ResourceQuota) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ObjectMeta.Size())) - n139, err := m.ObjectMeta.MarshalTo(data[i:]) - if err != nil { - return 0, err - } - i += n139 - data[i] = 0x12 - i++ - i = encodeVarintGenerated(data, i, uint64(m.Spec.Size())) - n140, err := m.Spec.MarshalTo(data[i:]) + n140, err := m.ObjectMeta.MarshalTo(data[i:]) if err != nil { return 0, err } i += n140 - data[i] = 0x1a + data[i] = 0x12 i++ - i = encodeVarintGenerated(data, i, uint64(m.Status.Size())) - n141, err := m.Status.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.Spec.Size())) + n141, err := m.Spec.MarshalTo(data[i:]) if err != nil { return 0, err } i += n141 + data[i] = 0x1a + i++ + i = encodeVarintGenerated(data, i, uint64(m.Status.Size())) + n142, err := m.Status.MarshalTo(data[i:]) + if err != nil { + return 0, err + } + i += n142 return i, nil } @@ -6821,11 +6867,11 @@ func (m *ResourceQuotaList) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ListMeta.Size())) - n142, err := m.ListMeta.MarshalTo(data[i:]) + n143, err := m.ListMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n142 + i += n143 if len(m.Items) > 0 { for _, msg := range m.Items { data[i] = 0x12 @@ -6871,11 +6917,11 @@ func (m *ResourceQuotaSpec) MarshalTo(data []byte) (int, error) { data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64((&v).Size())) - n143, err := (&v).MarshalTo(data[i:]) + n144, err := (&v).MarshalTo(data[i:]) if err != nil { return 0, err } - i += n143 + i += n144 } } if len(m.Scopes) > 0 { @@ -6926,11 +6972,11 @@ func (m *ResourceQuotaStatus) MarshalTo(data []byte) (int, error) { data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64((&v).Size())) - n144, err := (&v).MarshalTo(data[i:]) + n145, err := (&v).MarshalTo(data[i:]) if err != nil { return 0, err } - i += n144 + i += n145 } } if len(m.Used) > 0 { @@ -6948,11 +6994,11 @@ func (m *ResourceQuotaStatus) MarshalTo(data []byte) (int, error) { data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64((&v).Size())) - n145, err := (&v).MarshalTo(data[i:]) + n146, err := (&v).MarshalTo(data[i:]) if err != nil { return 0, err } - i += n145 + i += n146 } } return i, nil @@ -6988,11 +7034,11 @@ func (m *ResourceRequirements) MarshalTo(data []byte) (int, error) { data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64((&v).Size())) - n146, err := (&v).MarshalTo(data[i:]) + n147, err := (&v).MarshalTo(data[i:]) if err != nil { return 0, err } - i += n146 + i += n147 } } if len(m.Requests) > 0 { @@ -7010,11 +7056,11 @@ func (m *ResourceRequirements) MarshalTo(data []byte) (int, error) { data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64((&v).Size())) - n147, err := (&v).MarshalTo(data[i:]) + n148, err := (&v).MarshalTo(data[i:]) if err != nil { return 0, err } - i += n147 + i += n148 } } return i, nil @@ -7072,11 +7118,11 @@ func (m *Secret) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ObjectMeta.Size())) - n148, err := m.ObjectMeta.MarshalTo(data[i:]) + n149, err := m.ObjectMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n148 + i += n149 if len(m.Data) > 0 { for k := range m.Data { data[i] = 0x12 @@ -7136,11 +7182,11 @@ func (m *SecretKeySelector) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.LocalObjectReference.Size())) - n149, err := m.LocalObjectReference.MarshalTo(data[i:]) + n150, err := m.LocalObjectReference.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n149 + i += n150 data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64(len(m.Key))) @@ -7166,11 +7212,11 @@ func (m *SecretList) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ListMeta.Size())) - n150, err := m.ListMeta.MarshalTo(data[i:]) + n151, err := m.ListMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n150 + i += n151 if len(m.Items) > 0 { for _, msg := range m.Items { data[i] = 0x12 @@ -7244,11 +7290,11 @@ func (m *SecurityContext) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.Capabilities.Size())) - n151, err := m.Capabilities.MarshalTo(data[i:]) + n152, err := m.Capabilities.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n151 + i += n152 } if m.Privileged != nil { data[i] = 0x10 @@ -7264,11 +7310,11 @@ func (m *SecurityContext) MarshalTo(data []byte) (int, error) { data[i] = 0x1a i++ i = encodeVarintGenerated(data, i, uint64(m.SELinuxOptions.Size())) - n152, err := m.SELinuxOptions.MarshalTo(data[i:]) + n153, err := m.SELinuxOptions.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n152 + i += n153 } if m.RunAsUser != nil { data[i] = 0x20 @@ -7316,11 +7362,11 @@ func (m *SerializedReference) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.Reference.Size())) - n153, err := m.Reference.MarshalTo(data[i:]) + n154, err := m.Reference.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n153 + i += n154 return i, nil } @@ -7342,27 +7388,27 @@ func (m *Service) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ObjectMeta.Size())) - n154, err := m.ObjectMeta.MarshalTo(data[i:]) - if err != nil { - return 0, err - } - i += n154 - data[i] = 0x12 - i++ - i = encodeVarintGenerated(data, i, uint64(m.Spec.Size())) - n155, err := m.Spec.MarshalTo(data[i:]) + n155, err := m.ObjectMeta.MarshalTo(data[i:]) if err != nil { return 0, err } i += n155 - data[i] = 0x1a + data[i] = 0x12 i++ - i = encodeVarintGenerated(data, i, uint64(m.Status.Size())) - n156, err := m.Status.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.Spec.Size())) + n156, err := m.Spec.MarshalTo(data[i:]) if err != nil { return 0, err } i += n156 + data[i] = 0x1a + i++ + i = encodeVarintGenerated(data, i, uint64(m.Status.Size())) + n157, err := m.Status.MarshalTo(data[i:]) + if err != nil { + return 0, err + } + i += n157 return i, nil } @@ -7384,11 +7430,11 @@ func (m *ServiceAccount) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ObjectMeta.Size())) - n157, err := m.ObjectMeta.MarshalTo(data[i:]) + n158, err := m.ObjectMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n157 + i += n158 if len(m.Secrets) > 0 { for _, msg := range m.Secrets { data[i] = 0x12 @@ -7434,11 +7480,11 @@ func (m *ServiceAccountList) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ListMeta.Size())) - n158, err := m.ListMeta.MarshalTo(data[i:]) + n159, err := m.ListMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n158 + i += n159 if len(m.Items) > 0 { for _, msg := range m.Items { data[i] = 0x12 @@ -7472,11 +7518,11 @@ func (m *ServiceList) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ListMeta.Size())) - n159, err := m.ListMeta.MarshalTo(data[i:]) + n160, err := m.ListMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n159 + i += n160 if len(m.Items) > 0 { for _, msg := range m.Items { data[i] = 0x12 @@ -7521,11 +7567,11 @@ func (m *ServicePort) MarshalTo(data []byte) (int, error) { data[i] = 0x22 i++ i = encodeVarintGenerated(data, i, uint64(m.TargetPort.Size())) - n160, err := m.TargetPort.MarshalTo(data[i:]) + n161, err := m.TargetPort.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n160 + i += n161 data[i] = 0x28 i++ i = encodeVarintGenerated(data, i, uint64(m.NodePort)) @@ -7684,11 +7730,11 @@ func (m *ServiceStatus) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.LoadBalancer.Size())) - n161, err := m.LoadBalancer.MarshalTo(data[i:]) + n162, err := m.LoadBalancer.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n161 + i += n162 return i, nil } @@ -7710,11 +7756,11 @@ func (m *TCPSocketAction) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.Port.Size())) - n162, err := m.Port.MarshalTo(data[i:]) + n163, err := m.Port.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n162 + i += n163 return i, nil } @@ -7804,11 +7850,11 @@ func (m *Volume) MarshalTo(data []byte) (int, error) { data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64(m.VolumeSource.Size())) - n163, err := m.VolumeSource.MarshalTo(data[i:]) + n164, err := m.VolumeSource.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n163 + i += n164 return i, nil } @@ -7869,163 +7915,163 @@ func (m *VolumeSource) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.HostPath.Size())) - n164, err := m.HostPath.MarshalTo(data[i:]) - if err != nil { - return 0, err - } - i += n164 - } - if m.EmptyDir != nil { - data[i] = 0x12 - i++ - i = encodeVarintGenerated(data, i, uint64(m.EmptyDir.Size())) - n165, err := m.EmptyDir.MarshalTo(data[i:]) + n165, err := m.HostPath.MarshalTo(data[i:]) if err != nil { return 0, err } i += n165 } - if m.GCEPersistentDisk != nil { - data[i] = 0x1a + if m.EmptyDir != nil { + data[i] = 0x12 i++ - i = encodeVarintGenerated(data, i, uint64(m.GCEPersistentDisk.Size())) - n166, err := m.GCEPersistentDisk.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.EmptyDir.Size())) + n166, err := m.EmptyDir.MarshalTo(data[i:]) if err != nil { return 0, err } i += n166 } - if m.AWSElasticBlockStore != nil { - data[i] = 0x22 + if m.GCEPersistentDisk != nil { + data[i] = 0x1a i++ - i = encodeVarintGenerated(data, i, uint64(m.AWSElasticBlockStore.Size())) - n167, err := m.AWSElasticBlockStore.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.GCEPersistentDisk.Size())) + n167, err := m.GCEPersistentDisk.MarshalTo(data[i:]) if err != nil { return 0, err } i += n167 } - if m.GitRepo != nil { - data[i] = 0x2a + if m.AWSElasticBlockStore != nil { + data[i] = 0x22 i++ - i = encodeVarintGenerated(data, i, uint64(m.GitRepo.Size())) - n168, err := m.GitRepo.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.AWSElasticBlockStore.Size())) + n168, err := m.AWSElasticBlockStore.MarshalTo(data[i:]) if err != nil { return 0, err } i += n168 } - if m.Secret != nil { - data[i] = 0x32 + if m.GitRepo != nil { + data[i] = 0x2a i++ - i = encodeVarintGenerated(data, i, uint64(m.Secret.Size())) - n169, err := m.Secret.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.GitRepo.Size())) + n169, err := m.GitRepo.MarshalTo(data[i:]) if err != nil { return 0, err } i += n169 } - if m.NFS != nil { - data[i] = 0x3a + if m.Secret != nil { + data[i] = 0x32 i++ - i = encodeVarintGenerated(data, i, uint64(m.NFS.Size())) - n170, err := m.NFS.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.Secret.Size())) + n170, err := m.Secret.MarshalTo(data[i:]) if err != nil { return 0, err } i += n170 } - if m.ISCSI != nil { - data[i] = 0x42 + if m.NFS != nil { + data[i] = 0x3a i++ - i = encodeVarintGenerated(data, i, uint64(m.ISCSI.Size())) - n171, err := m.ISCSI.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.NFS.Size())) + n171, err := m.NFS.MarshalTo(data[i:]) if err != nil { return 0, err } i += n171 } - if m.Glusterfs != nil { - data[i] = 0x4a + if m.ISCSI != nil { + data[i] = 0x42 i++ - i = encodeVarintGenerated(data, i, uint64(m.Glusterfs.Size())) - n172, err := m.Glusterfs.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.ISCSI.Size())) + n172, err := m.ISCSI.MarshalTo(data[i:]) if err != nil { return 0, err } i += n172 } - if m.PersistentVolumeClaim != nil { - data[i] = 0x52 + if m.Glusterfs != nil { + data[i] = 0x4a i++ - i = encodeVarintGenerated(data, i, uint64(m.PersistentVolumeClaim.Size())) - n173, err := m.PersistentVolumeClaim.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.Glusterfs.Size())) + n173, err := m.Glusterfs.MarshalTo(data[i:]) if err != nil { return 0, err } i += n173 } - if m.RBD != nil { - data[i] = 0x5a + if m.PersistentVolumeClaim != nil { + data[i] = 0x52 i++ - i = encodeVarintGenerated(data, i, uint64(m.RBD.Size())) - n174, err := m.RBD.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.PersistentVolumeClaim.Size())) + n174, err := m.PersistentVolumeClaim.MarshalTo(data[i:]) if err != nil { return 0, err } i += n174 } - if m.FlexVolume != nil { - data[i] = 0x62 + if m.RBD != nil { + data[i] = 0x5a i++ - i = encodeVarintGenerated(data, i, uint64(m.FlexVolume.Size())) - n175, err := m.FlexVolume.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.RBD.Size())) + n175, err := m.RBD.MarshalTo(data[i:]) if err != nil { return 0, err } i += n175 } - if m.Cinder != nil { - data[i] = 0x6a + if m.FlexVolume != nil { + data[i] = 0x62 i++ - i = encodeVarintGenerated(data, i, uint64(m.Cinder.Size())) - n176, err := m.Cinder.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.FlexVolume.Size())) + n176, err := m.FlexVolume.MarshalTo(data[i:]) if err != nil { return 0, err } i += n176 } - if m.CephFS != nil { - data[i] = 0x72 + if m.Cinder != nil { + data[i] = 0x6a i++ - i = encodeVarintGenerated(data, i, uint64(m.CephFS.Size())) - n177, err := m.CephFS.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.Cinder.Size())) + n177, err := m.Cinder.MarshalTo(data[i:]) if err != nil { return 0, err } i += n177 } - if m.Flocker != nil { - data[i] = 0x7a + if m.CephFS != nil { + data[i] = 0x72 i++ - i = encodeVarintGenerated(data, i, uint64(m.Flocker.Size())) - n178, err := m.Flocker.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.CephFS.Size())) + n178, err := m.CephFS.MarshalTo(data[i:]) if err != nil { return 0, err } i += n178 } + if m.Flocker != nil { + data[i] = 0x7a + i++ + i = encodeVarintGenerated(data, i, uint64(m.Flocker.Size())) + n179, err := m.Flocker.MarshalTo(data[i:]) + if err != nil { + return 0, err + } + i += n179 + } if m.DownwardAPI != nil { data[i] = 0x82 i++ data[i] = 0x1 i++ i = encodeVarintGenerated(data, i, uint64(m.DownwardAPI.Size())) - n179, err := m.DownwardAPI.MarshalTo(data[i:]) + n180, err := m.DownwardAPI.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n179 + i += n180 } if m.FC != nil { data[i] = 0x8a @@ -8033,11 +8079,11 @@ func (m *VolumeSource) MarshalTo(data []byte) (int, error) { data[i] = 0x1 i++ i = encodeVarintGenerated(data, i, uint64(m.FC.Size())) - n180, err := m.FC.MarshalTo(data[i:]) + n181, err := m.FC.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n180 + i += n181 } if m.AzureFile != nil { data[i] = 0x92 @@ -8045,11 +8091,11 @@ func (m *VolumeSource) MarshalTo(data []byte) (int, error) { data[i] = 0x1 i++ i = encodeVarintGenerated(data, i, uint64(m.AzureFile.Size())) - n181, err := m.AzureFile.MarshalTo(data[i:]) + n182, err := m.AzureFile.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n181 + i += n182 } if m.ConfigMap != nil { data[i] = 0x9a @@ -8057,11 +8103,11 @@ func (m *VolumeSource) MarshalTo(data []byte) (int, error) { data[i] = 0x1 i++ i = encodeVarintGenerated(data, i, uint64(m.ConfigMap.Size())) - n182, err := m.ConfigMap.MarshalTo(data[i:]) + n183, err := m.ConfigMap.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n182 + i += n183 } if m.VsphereVolume != nil { data[i] = 0xa2 @@ -8069,11 +8115,11 @@ func (m *VolumeSource) MarshalTo(data []byte) (int, error) { data[i] = 0x1 i++ i = encodeVarintGenerated(data, i, uint64(m.VsphereVolume.Size())) - n183, err := m.VsphereVolume.MarshalTo(data[i:]) + n184, err := m.VsphereVolume.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n183 + i += n184 } if m.Quobyte != nil { data[i] = 0xaa @@ -8081,11 +8127,11 @@ func (m *VolumeSource) MarshalTo(data []byte) (int, error) { data[i] = 0x1 i++ i = encodeVarintGenerated(data, i, uint64(m.Quobyte.Size())) - n184, err := m.Quobyte.MarshalTo(data[i:]) + n185, err := m.Quobyte.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n184 + i += n185 } if m.AzureDisk != nil { data[i] = 0xb2 @@ -8093,11 +8139,23 @@ func (m *VolumeSource) MarshalTo(data []byte) (int, error) { data[i] = 0x1 i++ i = encodeVarintGenerated(data, i, uint64(m.AzureDisk.Size())) - n185, err := m.AzureDisk.MarshalTo(data[i:]) + n186, err := m.AzureDisk.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n185 + i += n186 + } + if m.PhotonPersistentDisk != nil { + data[i] = 0xba + i++ + data[i] = 0x1 + i++ + i = encodeVarintGenerated(data, i, uint64(m.PhotonPersistentDisk.Size())) + n187, err := m.PhotonPersistentDisk.MarshalTo(data[i:]) + if err != nil { + return 0, err + } + i += n187 } return i, nil } @@ -8149,11 +8207,11 @@ func (m *WeightedPodAffinityTerm) MarshalTo(data []byte) (int, error) { data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64(m.PodAffinityTerm.Size())) - n186, err := m.PodAffinityTerm.MarshalTo(data[i:]) + n188, err := m.PodAffinityTerm.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n186 + i += n188 return i, nil } @@ -9738,6 +9796,10 @@ func (m *PersistentVolumeSource) Size() (n int) { l = m.AzureDisk.Size() n += 2 + l + sovGenerated(uint64(l)) } + if m.PhotonPersistentDisk != nil { + l = m.PhotonPersistentDisk.Size() + n += 2 + l + sovGenerated(uint64(l)) + } return n } @@ -9782,6 +9844,16 @@ func (m *PersistentVolumeStatus) Size() (n int) { return n } +func (m *PhotonPersistentDiskVolumeSource) Size() (n int) { + var l int + _ = l + l = len(m.PdID) + n += 1 + l + sovGenerated(uint64(l)) + l = len(m.FSType) + n += 1 + l + sovGenerated(uint64(l)) + return n +} + func (m *Pod) Size() (n int) { var l int _ = l @@ -10802,6 +10874,10 @@ func (m *VolumeSource) Size() (n int) { l = m.AzureDisk.Size() n += 2 + l + sovGenerated(uint64(l)) } + if m.PhotonPersistentDisk != nil { + l = m.PhotonPersistentDisk.Size() + n += 2 + l + sovGenerated(uint64(l)) + } return n } @@ -12126,6 +12202,7 @@ func (this *PersistentVolumeSource) String() string { `VsphereVolume:` + strings.Replace(fmt.Sprintf("%v", this.VsphereVolume), "VsphereVirtualDiskVolumeSource", "VsphereVirtualDiskVolumeSource", 1) + `,`, `Quobyte:` + strings.Replace(fmt.Sprintf("%v", this.Quobyte), "QuobyteVolumeSource", "QuobyteVolumeSource", 1) + `,`, `AzureDisk:` + strings.Replace(fmt.Sprintf("%v", this.AzureDisk), "AzureDiskVolumeSource", "AzureDiskVolumeSource", 1) + `,`, + `PhotonPersistentDisk:` + strings.Replace(fmt.Sprintf("%v", this.PhotonPersistentDisk), "PhotonPersistentDiskVolumeSource", "PhotonPersistentDiskVolumeSource", 1) + `,`, `}`, }, "") return s @@ -12166,6 +12243,17 @@ func (this *PersistentVolumeStatus) String() string { }, "") return s } +func (this *PhotonPersistentDiskVolumeSource) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&PhotonPersistentDiskVolumeSource{`, + `PdID:` + fmt.Sprintf("%v", this.PdID) + `,`, + `FSType:` + fmt.Sprintf("%v", this.FSType) + `,`, + `}`, + }, "") + return s +} func (this *Pod) String() string { if this == nil { return "nil" @@ -13000,6 +13088,7 @@ func (this *VolumeSource) String() string { `VsphereVolume:` + strings.Replace(fmt.Sprintf("%v", this.VsphereVolume), "VsphereVirtualDiskVolumeSource", "VsphereVirtualDiskVolumeSource", 1) + `,`, `Quobyte:` + strings.Replace(fmt.Sprintf("%v", this.Quobyte), "QuobyteVolumeSource", "QuobyteVolumeSource", 1) + `,`, `AzureDisk:` + strings.Replace(fmt.Sprintf("%v", this.AzureDisk), "AzureDiskVolumeSource", "AzureDiskVolumeSource", 1) + `,`, + `PhotonPersistentDisk:` + strings.Replace(fmt.Sprintf("%v", this.PhotonPersistentDisk), "PhotonPersistentDiskVolumeSource", "PhotonPersistentDiskVolumeSource", 1) + `,`, `}`, }, "") return s @@ -28120,6 +28209,39 @@ func (m *PersistentVolumeSource) Unmarshal(data []byte) error { return err } iNdEx = postIndex + case 17: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PhotonPersistentDisk", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := data[iNdEx] + iNdEx++ + msglen |= (int(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.PhotonPersistentDisk == nil { + m.PhotonPersistentDisk = &PhotonPersistentDiskVolumeSource{} + } + if err := m.PhotonPersistentDisk.Unmarshal(data[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(data[iNdEx:]) @@ -28565,6 +28687,114 @@ func (m *PersistentVolumeStatus) Unmarshal(data []byte) error { } return nil } +func (m *PhotonPersistentDiskVolumeSource) Unmarshal(data []byte) error { + l := len(data) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := data[iNdEx] + iNdEx++ + wire |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: PhotonPersistentDiskVolumeSource: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: PhotonPersistentDiskVolumeSource: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PdID", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := data[iNdEx] + iNdEx++ + stringLen |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PdID = string(data[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field FSType", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := data[iNdEx] + iNdEx++ + stringLen |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.FSType = string(data[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipGenerated(data[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *Pod) Unmarshal(data []byte) error { l := len(data) iNdEx := 0 @@ -38556,6 +38786,39 @@ func (m *VolumeSource) Unmarshal(data []byte) error { return err } iNdEx = postIndex + case 23: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PhotonPersistentDisk", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := data[iNdEx] + iNdEx++ + msglen |= (int(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.PhotonPersistentDisk == nil { + m.PhotonPersistentDisk = &PhotonPersistentDiskVolumeSource{} + } + if err := m.PhotonPersistentDisk.Unmarshal(data[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(data[iNdEx:]) @@ -38890,628 +39153,631 @@ var ( ) var fileDescriptorGenerated = []byte{ - // 9967 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xec, 0x7d, 0x6d, 0x6c, 0x24, 0xc9, - 0x75, 0x98, 0x7a, 0x86, 0x5f, 0xf3, 0xf8, 0xb9, 0xb5, 0x1f, 0xc7, 0xa3, 0xee, 0x96, 0xab, 0x3e, - 0xdd, 0x6a, 0xef, 0x6e, 0x97, 0xd4, 0xee, 0xdd, 0xf9, 0x56, 0xba, 0xcb, 0x49, 0x24, 0x87, 0xdc, - 0xa5, 0x96, 0xdc, 0x9d, 0xab, 0xe1, 0xee, 0x9e, 0xa4, 0xcb, 0x9d, 0x9a, 0xd3, 0x45, 0xb2, 0xb5, - 0xc3, 0xee, 0xb9, 0xee, 0x1e, 0xee, 0x52, 0x8a, 0x01, 0x47, 0xb9, 0x38, 0x08, 0x2c, 0x38, 0x32, - 0x12, 0x21, 0x01, 0x92, 0x20, 0x4e, 0x80, 0x04, 0x4e, 0x8c, 0x38, 0x96, 0xa3, 0xd8, 0x52, 0x22, - 0x08, 0x01, 0xe2, 0x08, 0xca, 0x87, 0x03, 0x19, 0x30, 0x62, 0xc3, 0x06, 0x18, 0x1f, 0x8d, 0x20, - 0x3f, 0xf2, 0x23, 0x01, 0x92, 0x3f, 0x21, 0x8c, 0x24, 0xa8, 0xcf, 0xae, 0xea, 0xe9, 0x61, 0xf7, - 0xf0, 0x96, 0xcc, 0xda, 0xc8, 0xbf, 0x99, 0xf7, 0x5e, 0xbd, 0xfa, 0xe8, 0x57, 0x55, 0xef, 0xbd, - 0x7a, 0xf5, 0x0a, 0x2e, 0x3f, 0xb8, 0x1e, 0xcd, 0x78, 0xc1, 0xec, 0x83, 0xf6, 0x3a, 0x09, 0x7d, - 0x12, 0x93, 0x68, 0xb6, 0xf5, 0x60, 0x73, 0xd6, 0x69, 0x79, 0xb3, 0x3b, 0x57, 0x67, 0x37, 0x89, - 0x4f, 0x42, 0x27, 0x26, 0xee, 0x4c, 0x2b, 0x0c, 0xe2, 0x00, 0x3d, 0xc3, 0xa9, 0x67, 0x12, 0xea, - 0x99, 0xd6, 0x83, 0xcd, 0x19, 0xa7, 0xe5, 0xcd, 0xec, 0x5c, 0x9d, 0xba, 0xb2, 0xe9, 0xc5, 0x5b, - 0xed, 0xf5, 0x99, 0x46, 0xb0, 0x3d, 0xbb, 0x19, 0x6c, 0x06, 0xb3, 0xac, 0xd0, 0x7a, 0x7b, 0x83, - 0xfd, 0x63, 0x7f, 0xd8, 0x2f, 0xce, 0x6c, 0xea, 0x5a, 0xf7, 0xaa, 0x43, 0x12, 0x05, 0xed, 0xb0, - 0x41, 0xd2, 0x0d, 0x98, 0x7a, 0xb5, 0x7b, 0x99, 0xb6, 0xbf, 0x43, 0xc2, 0xc8, 0x0b, 0x7c, 0xe2, - 0x76, 0x14, 0xbb, 0x92, 0x5d, 0x2c, 0x6c, 0xfb, 0xb1, 0xb7, 0xdd, 0x59, 0xcb, 0xd5, 0x6c, 0xf2, - 0x76, 0xec, 0x35, 0x67, 0x3d, 0x3f, 0x8e, 0xe2, 0x30, 0x5d, 0xc4, 0xfe, 0x5d, 0x0b, 0x2e, 0xcc, - 0xdd, 0xaf, 0x2f, 0x36, 0x9d, 0x28, 0xf6, 0x1a, 0xf3, 0xcd, 0xa0, 0xf1, 0xa0, 0x1e, 0x07, 0x21, - 0xb9, 0x17, 0x34, 0xdb, 0xdb, 0xa4, 0xce, 0x7a, 0x83, 0x2e, 0xc3, 0xd0, 0x0e, 0xfb, 0xbf, 0x5c, - 0x9d, 0xb4, 0x2e, 0x58, 0x97, 0x2a, 0xf3, 0x13, 0x3f, 0xde, 0x9b, 0xfe, 0xd8, 0xfe, 0xde, 0xf4, - 0xd0, 0x3d, 0x01, 0xc7, 0x8a, 0x02, 0x5d, 0x84, 0x81, 0x8d, 0x68, 0x6d, 0xb7, 0x45, 0x26, 0x4b, - 0x8c, 0x76, 0x4c, 0xd0, 0x0e, 0x2c, 0xd5, 0x29, 0x14, 0x0b, 0x2c, 0x9a, 0x85, 0x4a, 0xcb, 0x09, - 0x63, 0x2f, 0xf6, 0x02, 0x7f, 0xb2, 0x7c, 0xc1, 0xba, 0xd4, 0x3f, 0x7f, 0x4a, 0x90, 0x56, 0x6a, - 0x12, 0x81, 0x13, 0x1a, 0xda, 0x8c, 0x90, 0x38, 0xee, 0x1d, 0xbf, 0xb9, 0x3b, 0xd9, 0x77, 0xc1, - 0xba, 0x34, 0x94, 0x34, 0x03, 0x0b, 0x38, 0x56, 0x14, 0xf6, 0xf7, 0x4a, 0x30, 0x34, 0xb7, 0xb1, - 0xe1, 0xf9, 0x5e, 0xbc, 0x8b, 0xbe, 0x02, 0x23, 0x7e, 0xe0, 0x12, 0xf9, 0x9f, 0xf5, 0x62, 0xf8, - 0xda, 0x8b, 0x33, 0x87, 0xc9, 0xc5, 0xcc, 0x6d, 0xad, 0xc4, 0xfc, 0xc4, 0xfe, 0xde, 0xf4, 0x88, - 0x0e, 0xc1, 0x06, 0x47, 0xf4, 0x0e, 0x0c, 0xb7, 0x02, 0x57, 0x55, 0x50, 0x62, 0x15, 0xbc, 0x70, - 0x78, 0x05, 0xb5, 0xa4, 0xc0, 0xfc, 0xf8, 0xfe, 0xde, 0xf4, 0xb0, 0x06, 0xc0, 0x3a, 0x3b, 0xd4, - 0x84, 0x71, 0xfa, 0xd7, 0x8f, 0x3d, 0x55, 0x43, 0x99, 0xd5, 0x70, 0x25, 0xbf, 0x06, 0xad, 0xd0, - 0xfc, 0xe9, 0xfd, 0xbd, 0xe9, 0xf1, 0x14, 0x10, 0xa7, 0x59, 0xdb, 0x5f, 0x83, 0xb1, 0xb9, 0x38, - 0x76, 0x1a, 0x5b, 0xc4, 0xe5, 0xdf, 0x17, 0xbd, 0x02, 0x7d, 0xbe, 0xb3, 0x4d, 0xc4, 0xd7, 0xbf, - 0x20, 0x86, 0xbd, 0xef, 0xb6, 0xb3, 0x4d, 0x0e, 0xf6, 0xa6, 0x27, 0xee, 0xfa, 0xde, 0xfb, 0x6d, - 0x21, 0x33, 0x14, 0x86, 0x19, 0x35, 0xba, 0x06, 0xe0, 0x92, 0x1d, 0xaf, 0x41, 0x6a, 0x4e, 0xbc, - 0x25, 0xa4, 0x01, 0x89, 0xb2, 0x50, 0x55, 0x18, 0xac, 0x51, 0xd9, 0xdf, 0xb0, 0xa0, 0x32, 0xb7, - 0x13, 0x78, 0x6e, 0x2d, 0x70, 0x23, 0xd4, 0x86, 0xf1, 0x56, 0x48, 0x36, 0x48, 0xa8, 0x40, 0x93, - 0xd6, 0x85, 0xf2, 0xa5, 0xe1, 0x6b, 0xd7, 0x72, 0xfa, 0x6d, 0x16, 0x5a, 0xf4, 0xe3, 0x70, 0x77, - 0xfe, 0x29, 0x51, 0xf5, 0x78, 0x0a, 0x8b, 0xd3, 0x75, 0xd8, 0xbf, 0x50, 0x82, 0xb3, 0x73, 0x5f, - 0x6b, 0x87, 0xa4, 0xea, 0x45, 0x0f, 0xd2, 0x53, 0xc1, 0xf5, 0xa2, 0x07, 0xb7, 0x93, 0xc1, 0x50, - 0x32, 0x58, 0x15, 0x70, 0xac, 0x28, 0xd0, 0x15, 0x18, 0xa4, 0xbf, 0xef, 0xe2, 0x65, 0xd1, 0xfb, - 0xd3, 0x82, 0x78, 0xb8, 0xea, 0xc4, 0x4e, 0x95, 0xa3, 0xb0, 0xa4, 0x41, 0xab, 0x30, 0xdc, 0x70, - 0x1a, 0x5b, 0x9e, 0xbf, 0xb9, 0x1a, 0xb8, 0x84, 0x7d, 0xe1, 0xca, 0xfc, 0x4b, 0x94, 0x7c, 0x21, - 0x01, 0x1f, 0xec, 0x4d, 0x4f, 0xf2, 0xb6, 0x09, 0x16, 0x1a, 0x0e, 0xeb, 0xe5, 0x91, 0xad, 0x26, - 0x62, 0x1f, 0xe3, 0x04, 0x19, 0x93, 0xf0, 0x92, 0x36, 0xa7, 0xfa, 0xd9, 0x9c, 0x1a, 0xe9, 0x32, - 0x9f, 0xfe, 0x91, 0x25, 0xc6, 0x64, 0xc9, 0x6b, 0x9a, 0xcb, 0xc3, 0x35, 0x80, 0x88, 0x34, 0x42, - 0x12, 0x6b, 0xa3, 0xa2, 0x3e, 0x73, 0x5d, 0x61, 0xb0, 0x46, 0x45, 0x27, 0x7f, 0xb4, 0xe5, 0x84, - 0x4c, 0x5a, 0xc4, 0xd8, 0xa8, 0xc9, 0x5f, 0x97, 0x08, 0x9c, 0xd0, 0x18, 0x93, 0xbf, 0x9c, 0x3b, - 0xf9, 0xff, 0xb9, 0x05, 0x83, 0xf3, 0x9e, 0xef, 0x7a, 0xfe, 0x26, 0x7a, 0x1b, 0x86, 0xb6, 0x49, - 0xec, 0xb8, 0x4e, 0xec, 0x88, 0x79, 0x7f, 0xe9, 0x70, 0xe1, 0xb9, 0xb3, 0xfe, 0x55, 0xd2, 0x88, - 0x57, 0x49, 0xec, 0x24, 0xdd, 0x48, 0x60, 0x58, 0x71, 0x43, 0x77, 0x61, 0x20, 0x76, 0xc2, 0x4d, - 0x12, 0x8b, 0xe9, 0x7e, 0xa5, 0x08, 0x5f, 0x4c, 0x45, 0x8d, 0xf8, 0x0d, 0x92, 0x2c, 0x8c, 0x6b, - 0x8c, 0x09, 0x16, 0xcc, 0xec, 0x06, 0x8c, 0x2c, 0x38, 0x2d, 0x67, 0xdd, 0x6b, 0x7a, 0xb1, 0x47, - 0x22, 0xf4, 0x29, 0x28, 0x3b, 0xae, 0xcb, 0x04, 0xbf, 0x32, 0x7f, 0x76, 0x7f, 0x6f, 0xba, 0x3c, - 0xe7, 0xba, 0x07, 0x7b, 0xd3, 0xa0, 0xa8, 0x76, 0x31, 0xa5, 0x40, 0x2f, 0x42, 0x9f, 0x1b, 0x06, - 0xad, 0xc9, 0x12, 0xa3, 0x3c, 0x47, 0x67, 0x68, 0x35, 0x0c, 0x5a, 0x29, 0x52, 0x46, 0x63, 0xff, - 0xeb, 0x12, 0xa0, 0x05, 0xd2, 0xda, 0x5a, 0xaa, 0x1b, 0xdf, 0xf2, 0x12, 0x0c, 0x6d, 0x07, 0xbe, - 0x17, 0x07, 0x61, 0x24, 0x2a, 0x64, 0xf2, 0xb0, 0x2a, 0x60, 0x58, 0x61, 0xd1, 0x05, 0xe8, 0x6b, - 0x25, 0xd3, 0x7a, 0x44, 0x2e, 0x09, 0x6c, 0x42, 0x33, 0x0c, 0xa5, 0x68, 0x47, 0x24, 0x14, 0x72, - 0xac, 0x28, 0xee, 0x46, 0x24, 0xc4, 0x0c, 0x93, 0x48, 0x0e, 0x95, 0x29, 0x21, 0xa5, 0x29, 0xc9, - 0xa1, 0x18, 0xac, 0x51, 0xa1, 0xf7, 0xa0, 0xc2, 0xff, 0x61, 0xb2, 0xc1, 0x44, 0x36, 0x77, 0x31, - 0x58, 0x09, 0x1a, 0x4e, 0x33, 0x3d, 0xf8, 0xa3, 0x4c, 0xd2, 0x24, 0x23, 0x9c, 0xf0, 0x34, 0x24, - 0x6d, 0x20, 0x57, 0xd2, 0xfe, 0x86, 0x05, 0x68, 0xc1, 0xf3, 0x5d, 0x12, 0x9e, 0xc0, 0x96, 0xd9, - 0xdb, 0x24, 0xf8, 0x03, 0xda, 0xb4, 0x60, 0xbb, 0x15, 0xf8, 0xc4, 0x8f, 0x17, 0x02, 0xdf, 0xe5, - 0xdb, 0xe8, 0x67, 0xa1, 0x2f, 0xa6, 0x55, 0xf1, 0x66, 0x5d, 0x94, 0x9f, 0x85, 0x56, 0x70, 0xb0, - 0x37, 0x7d, 0xae, 0xb3, 0x04, 0x6b, 0x02, 0x2b, 0x83, 0x3e, 0x03, 0x03, 0x51, 0xec, 0xc4, 0xed, - 0x48, 0x34, 0xf4, 0x13, 0xb2, 0xa1, 0x75, 0x06, 0x3d, 0xd8, 0x9b, 0x1e, 0x57, 0xc5, 0x38, 0x08, - 0x8b, 0x02, 0xe8, 0x05, 0x18, 0xdc, 0x26, 0x51, 0xe4, 0x6c, 0xca, 0x85, 0x6d, 0x5c, 0x94, 0x1d, - 0x5c, 0xe5, 0x60, 0x2c, 0xf1, 0xe8, 0x39, 0xe8, 0x27, 0x61, 0x18, 0x84, 0x42, 0x22, 0x46, 0x05, - 0x61, 0xff, 0x22, 0x05, 0x62, 0x8e, 0xb3, 0x7f, 0xdb, 0x82, 0x71, 0xd5, 0x56, 0x5e, 0xd7, 0x31, - 0x4e, 0x75, 0x17, 0xa0, 0x21, 0x3b, 0x16, 0xb1, 0x09, 0x36, 0x7c, 0xed, 0xd3, 0x87, 0xf3, 0xee, - 0x1c, 0xc8, 0xa4, 0x0e, 0x05, 0x8a, 0xb0, 0xc6, 0xd7, 0xfe, 0xb1, 0x05, 0xa7, 0x53, 0x7d, 0x5a, - 0xf1, 0xa2, 0x18, 0xfd, 0xd9, 0x8e, 0x7e, 0xcd, 0x1e, 0x52, 0xb7, 0xa6, 0x51, 0xce, 0xd0, 0xe2, - 0xac, 0x7b, 0x4a, 0x50, 0x24, 0x44, 0xeb, 0x1c, 0x86, 0x7e, 0x2f, 0x26, 0xdb, 0xb2, 0x5f, 0x57, - 0x0a, 0xf6, 0x8b, 0x37, 0x30, 0xf9, 0x3c, 0xcb, 0x94, 0x07, 0xe6, 0xac, 0xec, 0xff, 0x61, 0x41, - 0x65, 0x21, 0xf0, 0x37, 0xbc, 0xcd, 0x55, 0xa7, 0x75, 0x8c, 0x1f, 0xa6, 0x0e, 0x7d, 0x8c, 0x2b, - 0x6f, 0xfa, 0xd5, 0xbc, 0xa6, 0x8b, 0x06, 0xcd, 0xd0, 0xcd, 0x93, 0x6b, 0x05, 0x6a, 0x5d, 0xa2, - 0x20, 0xcc, 0x98, 0x4d, 0xbd, 0x06, 0x15, 0x45, 0x80, 0x26, 0xa0, 0xfc, 0x80, 0x70, 0x95, 0xb1, - 0x82, 0xe9, 0x4f, 0x74, 0x06, 0xfa, 0x77, 0x9c, 0x66, 0x5b, 0xcc, 0x56, 0xcc, 0xff, 0x7c, 0xb6, - 0x74, 0xdd, 0xb2, 0x7f, 0x60, 0xc1, 0x19, 0x55, 0xc9, 0x2d, 0xb2, 0x5b, 0x27, 0x4d, 0xd2, 0x88, - 0x83, 0x10, 0x7d, 0x60, 0xc1, 0x99, 0x66, 0xc6, 0x3a, 0x24, 0x46, 0xe3, 0x28, 0x2b, 0xd8, 0x33, - 0xa2, 0xe1, 0x67, 0xb2, 0xb0, 0x38, 0xb3, 0x36, 0xf4, 0x2c, 0xef, 0x0b, 0x9f, 0xbc, 0xc3, 0x82, - 0x41, 0xf9, 0x16, 0xd9, 0x65, 0x1d, 0xa3, 0xcd, 0x1f, 0x55, 0xcd, 0x3f, 0x09, 0xc9, 0x5b, 0x31, - 0x25, 0xef, 0x53, 0x05, 0x3f, 0x5f, 0x17, 0x99, 0xfb, 0x3b, 0x25, 0x38, 0xab, 0x68, 0x8c, 0xe5, - 0xf8, 0x09, 0x19, 0xfe, 0xde, 0xba, 0x7b, 0x8b, 0xec, 0xae, 0x05, 0x74, 0x3f, 0xcd, 0xee, 0x2e, - 0xba, 0x0a, 0xc3, 0x2e, 0xd9, 0x70, 0xda, 0xcd, 0x58, 0xa9, 0x8b, 0xfd, 0xdc, 0x8e, 0xa8, 0x26, - 0x60, 0xac, 0xd3, 0xd8, 0xbf, 0x55, 0x61, 0xb3, 0x32, 0x76, 0x3c, 0x9f, 0x84, 0x74, 0x83, 0xd6, - 0xb4, 0xfa, 0x11, 0x5d, 0xab, 0x17, 0x1a, 0xfc, 0x73, 0xd0, 0xef, 0x6d, 0xd3, 0x25, 0xbb, 0x64, - 0xae, 0xc4, 0xcb, 0x14, 0x88, 0x39, 0x0e, 0x3d, 0x0f, 0x83, 0x8d, 0x60, 0x7b, 0xdb, 0xf1, 0xdd, - 0xc9, 0x32, 0x53, 0x19, 0x86, 0xe9, 0xaa, 0xbe, 0xc0, 0x41, 0x58, 0xe2, 0xd0, 0x33, 0xd0, 0xe7, - 0x84, 0x9b, 0xd1, 0x64, 0x1f, 0xa3, 0x19, 0xa2, 0x35, 0xcd, 0x85, 0x9b, 0x11, 0x66, 0x50, 0xaa, - 0x0a, 0x3c, 0x0c, 0xc2, 0x07, 0x9e, 0xbf, 0x59, 0xf5, 0x42, 0xb6, 0xaf, 0x6b, 0xaa, 0xc0, 0x7d, - 0x85, 0xc1, 0x1a, 0x15, 0xaa, 0x41, 0x7f, 0x2b, 0x08, 0xe3, 0x68, 0x72, 0x80, 0x0d, 0xe7, 0x4b, - 0xb9, 0xd2, 0xc3, 0xfb, 0x5d, 0x0b, 0xc2, 0x38, 0xe9, 0x0a, 0xfd, 0x17, 0x61, 0xce, 0x08, 0x2d, - 0x40, 0x99, 0xf8, 0x3b, 0x93, 0x83, 0x8c, 0xdf, 0x27, 0x0f, 0xe7, 0xb7, 0xe8, 0xef, 0xdc, 0x73, - 0xc2, 0x64, 0x16, 0x2d, 0xfa, 0x3b, 0x98, 0x96, 0x46, 0x0d, 0xa8, 0x48, 0x47, 0x40, 0x34, 0x39, - 0x54, 0x44, 0xc0, 0xb0, 0x20, 0xc7, 0xe4, 0xfd, 0xb6, 0x17, 0x92, 0x6d, 0xe2, 0xc7, 0x51, 0xa2, - 0x0f, 0x4b, 0x6c, 0x84, 0x13, 0xbe, 0xa8, 0x01, 0x23, 0x5c, 0x7d, 0x58, 0x0d, 0xda, 0x7e, 0x1c, - 0x4d, 0x56, 0x58, 0x93, 0x73, 0x0c, 0xce, 0x7b, 0x49, 0x89, 0xf9, 0x33, 0x82, 0xfd, 0x88, 0x06, - 0x8c, 0xb0, 0xc1, 0x14, 0xbd, 0x03, 0xa3, 0x4d, 0x6f, 0x87, 0xf8, 0x24, 0x8a, 0x6a, 0x61, 0xb0, - 0x4e, 0x26, 0x81, 0xf5, 0xe6, 0xb9, 0x3c, 0xe3, 0x2b, 0x58, 0x27, 0xf3, 0xa7, 0xf6, 0xf7, 0xa6, - 0x47, 0x57, 0xf4, 0xd2, 0xd8, 0x64, 0x86, 0xde, 0x83, 0x31, 0xaa, 0xab, 0x78, 0x09, 0xfb, 0xe1, - 0xe2, 0xec, 0xd1, 0xfe, 0xde, 0xf4, 0x18, 0x36, 0x8a, 0xe3, 0x14, 0x3b, 0xb4, 0x06, 0x95, 0xa6, - 0xb7, 0x41, 0x1a, 0xbb, 0x8d, 0x26, 0x99, 0x1c, 0x61, 0xbc, 0x73, 0xa6, 0xdc, 0x8a, 0x24, 0xe7, - 0xfa, 0xa1, 0xfa, 0x8b, 0x13, 0x46, 0xe8, 0x1e, 0x9c, 0x8b, 0x49, 0xb8, 0xed, 0xf9, 0x0e, 0xdd, - 0xb4, 0x85, 0xf2, 0xc2, 0x2c, 0xdc, 0x51, 0x26, 0xb5, 0xe7, 0xc5, 0xc0, 0x9e, 0x5b, 0xcb, 0xa4, - 0xc2, 0x5d, 0x4a, 0xa3, 0x3b, 0x30, 0xce, 0xe6, 0x53, 0xad, 0xdd, 0x6c, 0xd6, 0x82, 0xa6, 0xd7, - 0xd8, 0x9d, 0x1c, 0x63, 0x0c, 0x9f, 0x97, 0x76, 0xeb, 0xb2, 0x89, 0xa6, 0x7a, 0x7d, 0xf2, 0x0f, - 0xa7, 0x4b, 0xa3, 0x26, 0x8c, 0x47, 0xa4, 0xd1, 0x0e, 0xbd, 0x78, 0x97, 0xca, 0x3e, 0x79, 0x14, - 0x4f, 0x8e, 0x17, 0xb1, 0x53, 0xea, 0x66, 0x21, 0xee, 0x34, 0x48, 0x01, 0x71, 0x9a, 0x35, 0x5d, - 0x2a, 0xa2, 0xd8, 0xf5, 0xfc, 0xc9, 0x09, 0xa6, 0x98, 0xaa, 0xf9, 0x55, 0xa7, 0x40, 0xcc, 0x71, - 0xcc, 0xec, 0xa3, 0x3f, 0xee, 0xd0, 0xb5, 0xf7, 0x14, 0x23, 0x4c, 0xcc, 0x3e, 0x89, 0xc0, 0x09, - 0x0d, 0xdd, 0xb0, 0xe2, 0x78, 0x77, 0x12, 0x31, 0x52, 0x35, 0xd5, 0xd6, 0xd6, 0xbe, 0x88, 0x29, - 0xdc, 0x5e, 0x87, 0x31, 0x35, 0xad, 0xd9, 0xe8, 0xa0, 0x69, 0xe8, 0xa7, 0x2b, 0x97, 0xb4, 0x5e, - 0x2a, 0xb4, 0x09, 0x74, 0x41, 0x8b, 0x30, 0x87, 0xb3, 0x26, 0x78, 0x5f, 0x23, 0xf3, 0xbb, 0x31, - 0xe1, 0x5a, 0x6c, 0x59, 0x6b, 0x82, 0x44, 0xe0, 0x84, 0xc6, 0xfe, 0xdf, 0x7c, 0x53, 0x4c, 0xd6, - 0x8e, 0x02, 0xeb, 0xe6, 0x65, 0x18, 0xda, 0x0a, 0xa2, 0x98, 0x52, 0xb3, 0x3a, 0xfa, 0x93, 0x5d, - 0xf0, 0xa6, 0x80, 0x63, 0x45, 0x81, 0x5e, 0x87, 0xd1, 0x86, 0x5e, 0x81, 0x58, 0xca, 0xcf, 0x8a, - 0x22, 0x66, 0xed, 0xd8, 0xa4, 0x45, 0xd7, 0x61, 0x88, 0xb9, 0xf2, 0x1a, 0x41, 0x53, 0xe8, 0xcb, - 0x72, 0x67, 0x1a, 0xaa, 0x09, 0xf8, 0x81, 0xf6, 0x1b, 0x2b, 0x6a, 0x6a, 0x75, 0xd0, 0x26, 0x2c, - 0xd7, 0xc4, 0x72, 0xab, 0xac, 0x8e, 0x9b, 0x0c, 0x8a, 0x05, 0xd6, 0xfe, 0xd5, 0x92, 0x36, 0xca, - 0x54, 0xe9, 0x23, 0xe8, 0x4b, 0x30, 0xf8, 0xd0, 0xf1, 0x62, 0xcf, 0xdf, 0x14, 0x3b, 0xe8, 0xcb, - 0x05, 0xd7, 0x5e, 0x56, 0xfc, 0x3e, 0x2f, 0xca, 0xf7, 0x09, 0xf1, 0x07, 0x4b, 0x86, 0x94, 0x77, - 0xd8, 0xf6, 0x7d, 0xca, 0xbb, 0xd4, 0x3b, 0x6f, 0xcc, 0x8b, 0x72, 0xde, 0xe2, 0x0f, 0x96, 0x0c, - 0xd1, 0x06, 0x80, 0x9c, 0x7d, 0xc4, 0x15, 0x2e, 0xb4, 0x9f, 0xea, 0x85, 0xfd, 0x9a, 0x2a, 0x3d, - 0x3f, 0x46, 0x77, 0xa6, 0xe4, 0x3f, 0xd6, 0x38, 0xdb, 0x6d, 0xa6, 0x88, 0x74, 0x36, 0x0b, 0xbd, - 0x43, 0x27, 0x80, 0x13, 0xc6, 0xc4, 0x9d, 0x8b, 0xc5, 0xd0, 0xbd, 0x54, 0x50, 0xa1, 0x5a, 0xf3, - 0xb6, 0x89, 0x3e, 0x5b, 0x04, 0x17, 0x9c, 0x30, 0xb4, 0xbf, 0x5f, 0x86, 0xc9, 0x6e, 0xed, 0xa5, - 0x32, 0x49, 0x1e, 0x79, 0xf1, 0x02, 0xd5, 0x15, 0x2c, 0x53, 0x26, 0x17, 0x05, 0x1c, 0x2b, 0x0a, - 0x2a, 0x1c, 0x91, 0xb7, 0xe9, 0x3b, 0x4d, 0x21, 0xbf, 0x4a, 0x38, 0xea, 0x0c, 0x8a, 0x05, 0x96, - 0xd2, 0x85, 0xc4, 0x89, 0x84, 0x0b, 0x57, 0x13, 0x22, 0xcc, 0xa0, 0x58, 0x60, 0x75, 0xf3, 0xaf, - 0x2f, 0xc7, 0xfc, 0x33, 0xc6, 0xa8, 0xff, 0x31, 0x8f, 0x11, 0x7a, 0x0f, 0x60, 0xc3, 0xf3, 0xbd, - 0x68, 0x8b, 0xb1, 0x1f, 0xe8, 0x9d, 0xbd, 0xd2, 0x4a, 0x96, 0x14, 0x1b, 0xac, 0xb1, 0x44, 0xaf, - 0xc2, 0xb0, 0x9a, 0xa1, 0xcb, 0xd5, 0xc9, 0x41, 0xd3, 0xf1, 0x97, 0x2c, 0x57, 0x55, 0xac, 0xd3, - 0xd9, 0x5f, 0x4d, 0x8b, 0x8c, 0x98, 0x18, 0xda, 0x08, 0x5b, 0x45, 0x47, 0xb8, 0x74, 0xf8, 0x08, - 0xdb, 0xff, 0xb1, 0x4c, 0x6d, 0x67, 0xad, 0xb2, 0x76, 0x54, 0x60, 0x51, 0x7b, 0x8b, 0xae, 0xf0, - 0x4e, 0x4c, 0xc4, 0xb4, 0xbc, 0xdc, 0xcb, 0xbc, 0xd1, 0xf7, 0x03, 0x3a, 0x1d, 0x38, 0x27, 0xb4, - 0x05, 0x95, 0xa6, 0x13, 0x31, 0x4b, 0x92, 0x88, 0xe9, 0xd8, 0x1b, 0xdb, 0x44, 0x0b, 0x77, 0xa2, - 0x58, 0xdb, 0x70, 0x79, 0x2d, 0x09, 0x73, 0xba, 0x3d, 0x51, 0xed, 0x40, 0x9e, 0x1c, 0xa8, 0xe6, - 0x50, 0x15, 0x62, 0x17, 0x73, 0x1c, 0xba, 0x0e, 0x23, 0x21, 0x61, 0xa2, 0xb2, 0x40, 0x15, 0x20, - 0x26, 0x7c, 0xfd, 0x89, 0xa6, 0x84, 0x35, 0x1c, 0x36, 0x28, 0x13, 0x45, 0x79, 0xe0, 0x10, 0x45, - 0xf9, 0x05, 0x18, 0x64, 0x3f, 0x94, 0x54, 0xa8, 0x2f, 0xb4, 0xcc, 0xc1, 0x58, 0xe2, 0xd3, 0x42, - 0x34, 0x54, 0x50, 0x88, 0x5e, 0x84, 0xb1, 0xaa, 0x43, 0xb6, 0x03, 0x7f, 0xd1, 0x77, 0x5b, 0x81, - 0xe7, 0xc7, 0x68, 0x12, 0xfa, 0xd8, 0x96, 0xc2, 0x67, 0x7c, 0x1f, 0xe5, 0x80, 0xfb, 0xa8, 0xb2, - 0x6b, 0xff, 0x1f, 0x0b, 0x46, 0xab, 0xa4, 0x49, 0x62, 0x72, 0xa7, 0xc5, 0xdc, 0x0f, 0x68, 0x09, - 0xd0, 0x66, 0xe8, 0x34, 0x48, 0x8d, 0x84, 0x5e, 0xe0, 0xd6, 0x49, 0x23, 0xf0, 0x99, 0xc3, 0x9d, - 0xee, 0x91, 0xe7, 0xf6, 0xf7, 0xa6, 0xd1, 0x8d, 0x0e, 0x2c, 0xce, 0x28, 0x81, 0x5c, 0x18, 0x6d, - 0x85, 0xc4, 0xf0, 0x97, 0x58, 0xf9, 0xfa, 0x79, 0x4d, 0x2f, 0xc2, 0xd5, 0x47, 0x03, 0x84, 0x4d, - 0xa6, 0xe8, 0xf3, 0x30, 0x11, 0x84, 0xad, 0x2d, 0xc7, 0xaf, 0x92, 0x16, 0xf1, 0x5d, 0xaa, 0x33, - 0x0b, 0xa7, 0xd8, 0x99, 0xfd, 0xbd, 0xe9, 0x89, 0x3b, 0x29, 0x1c, 0xee, 0xa0, 0xb6, 0x7f, 0xb9, - 0x04, 0x67, 0xab, 0xc1, 0x43, 0xff, 0xa1, 0x13, 0xba, 0x73, 0xb5, 0x65, 0xae, 0x08, 0x33, 0x27, - 0xa3, 0x74, 0x6e, 0x5a, 0x5d, 0x9d, 0x9b, 0x5f, 0x86, 0xa1, 0x0d, 0x8f, 0x34, 0x5d, 0x4c, 0x36, - 0x44, 0xf7, 0xae, 0x16, 0xf1, 0x68, 0x2c, 0xd1, 0x32, 0xd2, 0x2b, 0xc0, 0x7d, 0xab, 0x4b, 0x82, - 0x0d, 0x56, 0x0c, 0x51, 0x1b, 0x26, 0xa4, 0xa6, 0x2f, 0xb1, 0x62, 0x76, 0xbc, 0x5c, 0xcc, 0x90, - 0x30, 0xab, 0x61, 0xe3, 0x81, 0x53, 0x0c, 0x71, 0x47, 0x15, 0xd4, 0x42, 0xdb, 0xa6, 0xbb, 0x43, - 0x1f, 0x93, 0x15, 0x66, 0xa1, 0x31, 0x13, 0x92, 0x41, 0xed, 0x7f, 0x60, 0xc1, 0x53, 0x1d, 0xa3, - 0x25, 0xec, 0xeb, 0xb7, 0xa5, 0x61, 0xcb, 0x4f, 0x67, 0x72, 0x5a, 0x99, 0x39, 0xe6, 0xc5, 0x8c, - 0xdc, 0x52, 0x01, 0x23, 0xf7, 0x0e, 0x9c, 0x59, 0xdc, 0x6e, 0xc5, 0xbb, 0x55, 0xcf, 0xf4, 0xc9, - 0xbe, 0x06, 0x03, 0xdb, 0xc4, 0xf5, 0xda, 0xdb, 0xe2, 0xb3, 0x4e, 0xcb, 0x85, 0x74, 0x95, 0x41, - 0x0f, 0xf6, 0xa6, 0x47, 0xeb, 0x71, 0x10, 0x3a, 0x9b, 0x84, 0x03, 0xb0, 0x20, 0xb7, 0x3f, 0xb4, - 0x60, 0x5c, 0x4e, 0xa8, 0x39, 0xd7, 0x0d, 0x49, 0x14, 0xa1, 0x29, 0x28, 0x79, 0x2d, 0xc1, 0x08, - 0x04, 0xa3, 0xd2, 0x72, 0x0d, 0x97, 0xbc, 0x16, 0xfa, 0x12, 0x54, 0xb8, 0x2b, 0x3f, 0x11, 0x8e, - 0x1e, 0x8f, 0x06, 0x98, 0xf5, 0xb1, 0x26, 0x79, 0xe0, 0x84, 0x9d, 0xd4, 0x2c, 0xd9, 0x52, 0x5d, - 0x36, 0x1d, 0xcb, 0x37, 0x05, 0x1c, 0x2b, 0x0a, 0x74, 0x09, 0x86, 0xfc, 0xc0, 0xe5, 0xa7, 0x2c, - 0x7c, 0xdb, 0x65, 0x22, 0x77, 0x5b, 0xc0, 0xb0, 0xc2, 0xda, 0xdf, 0xb4, 0x60, 0x44, 0xf6, 0xb1, - 0xa0, 0x92, 0x4b, 0x27, 0x49, 0xa2, 0xe0, 0x26, 0x93, 0x84, 0x2a, 0xa9, 0x0c, 0x63, 0xe8, 0xa6, - 0xe5, 0x5e, 0x74, 0x53, 0xfb, 0xfb, 0x25, 0x18, 0x93, 0xcd, 0xa9, 0xb7, 0xd7, 0x23, 0x12, 0xa3, - 0x77, 0xa1, 0xe2, 0xf0, 0xc1, 0x27, 0x52, 0xce, 0xae, 0xe4, 0x59, 0xe8, 0xc6, 0x37, 0x4b, 0x14, - 0x83, 0x39, 0xc9, 0x07, 0x27, 0x2c, 0xd1, 0x0e, 0x9c, 0xf2, 0x83, 0x98, 0xed, 0x07, 0x0a, 0x5f, - 0xcc, 0x23, 0x9a, 0xae, 0xe7, 0x69, 0x51, 0xcf, 0xa9, 0xdb, 0x69, 0x7e, 0xb8, 0xb3, 0x0a, 0x74, - 0x47, 0x7a, 0x31, 0xca, 0xac, 0xae, 0x17, 0x8b, 0xd5, 0xd5, 0xdd, 0x89, 0x61, 0xff, 0xd0, 0x82, - 0x8a, 0x24, 0x3b, 0x4e, 0x9f, 0xf8, 0x7d, 0x18, 0x8c, 0xd8, 0xa7, 0x91, 0xc3, 0x74, 0xb9, 0x58, - 0xd3, 0xf9, 0xf7, 0x4c, 0x36, 0x3f, 0xfe, 0x3f, 0xc2, 0x92, 0x1b, 0x73, 0x43, 0xaa, 0x0e, 0x3c, - 0x79, 0x6e, 0x48, 0xd5, 0xb4, 0x2e, 0x6e, 0xc8, 0x5f, 0xb2, 0x60, 0x80, 0x3b, 0x87, 0x8a, 0x79, - 0xd8, 0x34, 0x5f, 0x72, 0xc2, 0xf1, 0x1e, 0x05, 0x0a, 0xd7, 0x32, 0xba, 0x0f, 0x15, 0xf6, 0x63, - 0x29, 0x0c, 0xb6, 0xc5, 0x46, 0xf0, 0x62, 0x11, 0xe7, 0x14, 0x5f, 0xf8, 0xf8, 0x6a, 0x72, 0x4f, - 0x32, 0xc0, 0x09, 0x2f, 0xfb, 0x07, 0x65, 0x3a, 0xeb, 0x13, 0x52, 0x63, 0x5b, 0xb3, 0x4e, 0x62, - 0x5b, 0x2b, 0x1d, 0xff, 0xb6, 0xf6, 0x3e, 0x8c, 0x37, 0x34, 0x9f, 0x7c, 0xb2, 0x99, 0x5e, 0x2b, - 0xe8, 0x6e, 0xd6, 0x1c, 0xf9, 0xdc, 0x19, 0xb2, 0x60, 0xb2, 0xc3, 0x69, 0xfe, 0x88, 0xc0, 0x08, - 0x3f, 0x50, 0x14, 0xf5, 0xf5, 0xe5, 0xca, 0x2c, 0xf7, 0xbb, 0xf0, 0x12, 0xaa, 0x32, 0x16, 0x74, - 0x52, 0xd7, 0x18, 0x61, 0x83, 0xad, 0xfd, 0xd7, 0xfa, 0xa1, 0x7f, 0x71, 0x87, 0xf8, 0xf1, 0x31, - 0xce, 0xf2, 0x6d, 0x18, 0xf3, 0xfc, 0x9d, 0xa0, 0xb9, 0x43, 0x5c, 0x8e, 0x3f, 0xda, 0x8e, 0x76, - 0x4e, 0x54, 0x32, 0xb6, 0x6c, 0x30, 0xc3, 0x29, 0xe6, 0xc7, 0x61, 0x4f, 0xbe, 0x05, 0x03, 0x5c, - 0x22, 0x84, 0x31, 0x99, 0xe3, 0x24, 0x65, 0x03, 0x2a, 0x66, 0x4e, 0x62, 0xf5, 0x72, 0xff, 0xac, - 0x60, 0x84, 0x1e, 0xc0, 0xd8, 0x86, 0x17, 0x46, 0x31, 0x35, 0x08, 0xa3, 0xd8, 0xd9, 0x6e, 0x1d, - 0xc5, 0x90, 0x54, 0x43, 0xb2, 0x64, 0xb0, 0xc2, 0x29, 0xd6, 0x68, 0x0b, 0x46, 0xa9, 0x1d, 0x93, - 0xd4, 0x35, 0xd8, 0x7b, 0x5d, 0xca, 0x97, 0xb4, 0xa2, 0x73, 0xc2, 0x26, 0x63, 0xba, 0x18, 0x35, - 0x98, 0xe1, 0x33, 0xc4, 0xb6, 0x74, 0xb5, 0x18, 0x71, 0x8b, 0x87, 0xe3, 0xe8, 0x9a, 0xc6, 0xce, - 0x8f, 0x2b, 0xe6, 0x9a, 0x96, 0x9c, 0x12, 0xdb, 0xdf, 0xa5, 0x1b, 0x10, 0x1d, 0xc5, 0x93, 0x58, - 0xbb, 0x6f, 0x9a, 0x6b, 0xf7, 0x73, 0x05, 0x3e, 0x6e, 0x97, 0x75, 0xfb, 0x2b, 0x30, 0xac, 0x7d, - 0x7b, 0x34, 0x0b, 0x95, 0x86, 0x3c, 0xea, 0x14, 0x0b, 0xb8, 0x52, 0x20, 0xd4, 0x19, 0x28, 0x4e, - 0x68, 0xe8, 0xc0, 0x50, 0xc5, 0x2b, 0x1d, 0x11, 0x41, 0xd5, 0x32, 0xcc, 0x30, 0xf6, 0xcb, 0x00, - 0x8b, 0x8f, 0x48, 0x63, 0xae, 0xc1, 0x0e, 0xe2, 0xb5, 0x73, 0x13, 0xab, 0xfb, 0xb9, 0x89, 0xfd, - 0x0e, 0x8c, 0x2e, 0x3e, 0xa2, 0x3b, 0xbb, 0x34, 0xd3, 0x2e, 0xc2, 0x00, 0x61, 0x00, 0xd6, 0xaa, - 0xa1, 0x44, 0x48, 0x39, 0x19, 0x16, 0x58, 0x76, 0x8c, 0xfe, 0xc8, 0x11, 0x13, 0x56, 0x33, 0x79, - 0x17, 0x29, 0x10, 0x73, 0x9c, 0xfd, 0x1d, 0x0b, 0xc6, 0x96, 0x16, 0x0c, 0x3d, 0x79, 0x06, 0x80, - 0xeb, 0x9b, 0xf7, 0xef, 0xdf, 0x96, 0x7e, 0x54, 0xee, 0xec, 0x52, 0x50, 0xac, 0x51, 0xa0, 0xa7, - 0xa1, 0xdc, 0x6c, 0xfb, 0x42, 0x0d, 0x1c, 0xdc, 0xdf, 0x9b, 0x2e, 0xaf, 0xb4, 0x7d, 0x4c, 0x61, - 0x5a, 0x60, 0x43, 0xb9, 0x70, 0x60, 0x43, 0x7e, 0x68, 0xdf, 0xb7, 0xcb, 0x30, 0xb1, 0xd4, 0x24, - 0x8f, 0x8c, 0x56, 0x5f, 0x84, 0x01, 0x37, 0xf4, 0x76, 0x48, 0x98, 0x76, 0x93, 0x54, 0x19, 0x14, - 0x0b, 0x6c, 0xe1, 0x58, 0x0b, 0x23, 0xce, 0xa4, 0x7c, 0xcc, 0x71, 0x26, 0xb9, 0x7d, 0x46, 0x1b, - 0x30, 0x18, 0xf0, 0xef, 0x3f, 0xd9, 0xcf, 0x04, 0xfd, 0xf5, 0xc3, 0x1b, 0x93, 0x1e, 0x9f, 0x19, - 0x21, 0x3d, 0xfc, 0xd0, 0x5b, 0x2d, 0x96, 0x02, 0x8a, 0x25, 0xf3, 0xa9, 0xcf, 0xc2, 0x88, 0x4e, - 0xd9, 0xd3, 0xe9, 0xf7, 0x5f, 0xb0, 0xe0, 0xf4, 0x52, 0x33, 0x68, 0x3c, 0x48, 0x05, 0xc3, 0xbc, - 0x0a, 0xc3, 0x74, 0xaa, 0x46, 0x46, 0x84, 0x98, 0x11, 0x0a, 0x27, 0x50, 0x58, 0xa7, 0xd3, 0x8a, - 0xdd, 0xbd, 0xbb, 0x5c, 0xcd, 0x8a, 0xa0, 0x13, 0x28, 0xac, 0xd3, 0xd9, 0xff, 0xc1, 0x82, 0x67, - 0x6f, 0x2c, 0x2c, 0xd6, 0xe8, 0x32, 0x12, 0xc5, 0xc4, 0x8f, 0x3b, 0x82, 0xf8, 0x2e, 0xc2, 0x40, - 0xcb, 0xd5, 0x9a, 0xa2, 0x44, 0xa0, 0x56, 0x65, 0xad, 0x10, 0xd8, 0x27, 0x25, 0x92, 0xf5, 0x97, - 0x2c, 0x38, 0x7d, 0xc3, 0x8b, 0x31, 0x69, 0x05, 0xe9, 0xb8, 0xbb, 0x90, 0xb4, 0x82, 0xc8, 0x8b, - 0x83, 0x70, 0x37, 0x1d, 0x77, 0x87, 0x15, 0x06, 0x6b, 0x54, 0xbc, 0xe6, 0x1d, 0x8f, 0x2e, 0xb0, - 0xa2, 0x53, 0x5a, 0xcd, 0x1c, 0x8e, 0x15, 0x05, 0xed, 0x98, 0xeb, 0x85, 0x4c, 0x17, 0xd9, 0x15, - 0x33, 0x58, 0x75, 0xac, 0x2a, 0x11, 0x38, 0xa1, 0xb1, 0xff, 0x96, 0x05, 0x67, 0x6f, 0x34, 0xdb, - 0x51, 0x4c, 0xc2, 0x8d, 0xc8, 0x68, 0xec, 0xcb, 0x50, 0x21, 0x52, 0x6f, 0x16, 0x6d, 0x55, 0x7b, - 0x92, 0x52, 0xa8, 0x79, 0xd0, 0x9f, 0xa2, 0x2b, 0x10, 0x63, 0xd6, 0x5b, 0x44, 0xd4, 0xbf, 0x28, - 0xc1, 0xe8, 0xcd, 0xb5, 0xb5, 0xda, 0x0d, 0x12, 0x8b, 0x35, 0x38, 0xdf, 0xd1, 0x53, 0xd3, 0xac, - 0xdc, 0xe1, 0x6b, 0x33, 0x5d, 0x66, 0x5d, 0x3b, 0xf6, 0x9a, 0x33, 0x3c, 0xc6, 0x7a, 0x66, 0xd9, - 0x8f, 0xef, 0x84, 0xf5, 0x38, 0xf4, 0xfc, 0xcd, 0x4c, 0xab, 0x58, 0xee, 0x13, 0xe5, 0x6e, 0xfb, - 0x04, 0x7a, 0x19, 0x06, 0xa2, 0xc6, 0x16, 0x51, 0x46, 0xfb, 0xc7, 0x95, 0x1a, 0xc2, 0xa0, 0x07, - 0x7b, 0xd3, 0x95, 0xbb, 0x78, 0x99, 0xff, 0xc1, 0x82, 0x14, 0xbd, 0x07, 0xc3, 0x5b, 0x71, 0xdc, - 0xba, 0x49, 0x1c, 0x97, 0x84, 0x72, 0x95, 0xc8, 0xd1, 0x02, 0xe9, 0x60, 0xf0, 0x02, 0xc9, 0xc4, - 0x4a, 0x60, 0x11, 0xd6, 0x39, 0xda, 0x75, 0x80, 0x04, 0xf7, 0x98, 0x4c, 0x1b, 0xfb, 0xcf, 0x97, - 0x60, 0xf0, 0xa6, 0xe3, 0xbb, 0x4d, 0x12, 0xa2, 0x25, 0xe8, 0x23, 0x8f, 0x48, 0xa3, 0x98, 0x02, - 0x9b, 0x6c, 0xa4, 0xdc, 0x53, 0x45, 0xff, 0x63, 0x56, 0x1e, 0x61, 0x18, 0xa4, 0xed, 0xbe, 0xa1, - 0x02, 0x33, 0x5f, 0xca, 0x1f, 0x05, 0x25, 0x12, 0x7c, 0x17, 0x16, 0x20, 0x2c, 0x19, 0x31, 0x9f, - 0x4e, 0xa3, 0x55, 0xa7, 0x8b, 0x5b, 0x5c, 0x2c, 0xf6, 0x7a, 0x6d, 0xa1, 0xc6, 0xc9, 0x05, 0x5f, - 0xee, 0xd3, 0x91, 0x40, 0x9c, 0xb0, 0xb3, 0xaf, 0xc3, 0x19, 0x76, 0x2a, 0xe8, 0xc4, 0x5b, 0xc6, - 0x9c, 0xc9, 0x15, 0x4e, 0xfb, 0xef, 0x96, 0xe0, 0xd4, 0x72, 0x7d, 0xa1, 0x6e, 0x7a, 0xe3, 0xae, - 0xc3, 0x08, 0xdf, 0x9e, 0xa9, 0xd0, 0x39, 0x4d, 0x51, 0x5e, 0xb9, 0xb1, 0xd7, 0x34, 0x1c, 0x36, - 0x28, 0xd1, 0xb3, 0x50, 0xf6, 0xde, 0xf7, 0xd3, 0xf1, 0x41, 0xcb, 0x6f, 0xdd, 0xc6, 0x14, 0x4e, - 0xd1, 0x74, 0xa7, 0xe7, 0x4b, 0x9c, 0x42, 0xab, 0xdd, 0xfe, 0x4d, 0x18, 0xf3, 0xa2, 0x46, 0xe4, - 0x2d, 0xfb, 0x74, 0xfe, 0x3b, 0x0d, 0x29, 0xbe, 0x89, 0xee, 0x4f, 0x9b, 0xaa, 0xb0, 0x38, 0x45, - 0xad, 0xad, 0xb7, 0xfd, 0x85, 0xb5, 0x85, 0xfc, 0x08, 0xcd, 0xaf, 0x42, 0x45, 0x45, 0xd2, 0xc8, - 0x00, 0x28, 0x2b, 0x3b, 0x00, 0xaa, 0xc0, 0x82, 0x23, 0x7d, 0xa4, 0xe5, 0x4c, 0x1f, 0xe9, 0x3f, - 0xb6, 0x20, 0x09, 0x1a, 0x40, 0x18, 0x2a, 0xad, 0x80, 0x1d, 0x40, 0x84, 0xf2, 0xb0, 0xef, 0xf9, - 0x1c, 0x49, 0xe4, 0x33, 0x81, 0xcb, 0x4a, 0x4d, 0x96, 0xc5, 0x09, 0x1b, 0xb4, 0x02, 0x83, 0xad, - 0x90, 0xd4, 0x63, 0x16, 0xe6, 0xdb, 0x03, 0x47, 0x26, 0xd5, 0x35, 0x5e, 0x12, 0x4b, 0x16, 0xf6, - 0xaf, 0x5b, 0x00, 0x2b, 0xde, 0xb6, 0x17, 0x63, 0xc7, 0xdf, 0x24, 0xc7, 0x68, 0x45, 0xde, 0x86, - 0xbe, 0xa8, 0x45, 0x1a, 0xc5, 0x8e, 0x8e, 0x92, 0x16, 0xd5, 0x5b, 0xa4, 0x91, 0x7c, 0x06, 0xfa, - 0x0f, 0x33, 0x3e, 0xf6, 0xaf, 0x00, 0x8c, 0x25, 0x64, 0x54, 0x8d, 0x47, 0x57, 0x8c, 0xb8, 0xd6, - 0xa7, 0x53, 0x71, 0xad, 0x15, 0x46, 0xad, 0x85, 0xb2, 0xc6, 0x50, 0xde, 0x76, 0x1e, 0x09, 0xab, - 0xe1, 0xd5, 0xa2, 0x0d, 0xa2, 0x35, 0xcd, 0xac, 0x3a, 0x8f, 0xb8, 0x1a, 0xf5, 0x92, 0x14, 0xa0, - 0x55, 0xe7, 0xd1, 0x01, 0x3f, 0x20, 0x62, 0x33, 0x90, 0x9a, 0x29, 0xdf, 0xf8, 0x4f, 0xc9, 0x7f, - 0xb6, 0x28, 0xd2, 0xea, 0x58, 0xad, 0x9e, 0x2f, 0x5c, 0x7d, 0x3d, 0xd6, 0xea, 0xf9, 0xe9, 0x5a, - 0x3d, 0xbf, 0x40, 0xad, 0x9e, 0x8f, 0x3e, 0xb0, 0x60, 0x50, 0x78, 0xc8, 0x59, 0xf8, 0xd5, 0xf0, - 0xb5, 0xcf, 0xf4, 0x54, 0xb5, 0x70, 0xb5, 0xf3, 0xea, 0x67, 0xa5, 0xee, 0x28, 0xa0, 0xb9, 0x4d, - 0x90, 0x55, 0xa3, 0x5f, 0xb4, 0x60, 0x4c, 0xfc, 0xc6, 0xe4, 0xfd, 0x36, 0x89, 0x62, 0xb1, 0x4b, - 0x7d, 0xfe, 0x28, 0xad, 0x11, 0x2c, 0x78, 0xa3, 0x7e, 0x4a, 0x2e, 0x31, 0x26, 0x32, 0xb7, 0x6d, - 0xa9, 0xf6, 0xa0, 0xef, 0x59, 0x70, 0x66, 0xdb, 0x79, 0xc4, 0x6b, 0xe4, 0x30, 0xec, 0xc4, 0x5e, - 0x20, 0x42, 0xcc, 0x96, 0x7a, 0x95, 0x93, 0x0e, 0x46, 0xbc, 0xb9, 0x6f, 0xc8, 0x63, 0xcb, 0x2c, - 0x92, 0xdc, 0x46, 0x67, 0xb6, 0x70, 0xca, 0x85, 0x21, 0x29, 0x98, 0x19, 0x5a, 0xfb, 0xbc, 0xbe, - 0x19, 0x1f, 0x3e, 0x03, 0xa5, 0x03, 0x6d, 0xe6, 0xad, 0xb6, 0xe3, 0xc7, 0x5e, 0xbc, 0xab, 0xe9, - 0xf8, 0xac, 0x16, 0x21, 0x88, 0xc7, 0x58, 0xcb, 0x16, 0x8c, 0xe8, 0x32, 0x77, 0x8c, 0x35, 0x05, - 0x70, 0x3a, 0x43, 0x9e, 0x8e, 0xb1, 0xc2, 0x36, 0x3c, 0xdd, 0x55, 0x2e, 0x8e, 0xaf, 0x5a, 0xfb, - 0x87, 0x96, 0xbe, 0x60, 0x9e, 0x84, 0x63, 0x66, 0xd5, 0x74, 0xcc, 0x5c, 0x2a, 0x3a, 0x75, 0xba, - 0x78, 0x67, 0x36, 0xf4, 0xf6, 0xd3, 0x9d, 0x00, 0xad, 0xc1, 0x40, 0x93, 0x42, 0xe4, 0x69, 0xd0, - 0xe5, 0x5e, 0x26, 0x67, 0xa2, 0x5c, 0x30, 0x78, 0x84, 0x05, 0x2f, 0xfb, 0x37, 0x2c, 0xe8, 0x3b, - 0x89, 0xe1, 0xa9, 0x99, 0xc3, 0xd3, 0x4d, 0x45, 0x15, 0x77, 0x3d, 0x67, 0xb0, 0xf3, 0x70, 0xf1, - 0x51, 0x4c, 0xfc, 0x88, 0xa9, 0x92, 0x99, 0x23, 0xf4, 0xcb, 0x25, 0x18, 0xa6, 0x15, 0x49, 0x3f, - 0xd1, 0xeb, 0x30, 0xda, 0x74, 0xd6, 0x49, 0x53, 0xba, 0x93, 0xd3, 0x66, 0xd7, 0x8a, 0x8e, 0xc4, - 0x26, 0x2d, 0x2d, 0xbc, 0xa1, 0x7b, 0xdb, 0x85, 0x4a, 0xa4, 0x0a, 0x1b, 0xae, 0x78, 0x6c, 0xd2, - 0x52, 0xcd, 0xff, 0xa1, 0x13, 0x37, 0xb6, 0x84, 0x49, 0xa6, 0x9a, 0x7b, 0x9f, 0x02, 0x31, 0xc7, - 0xa1, 0x39, 0x18, 0x97, 0x12, 0x7b, 0x8f, 0x0f, 0x9d, 0x50, 0x17, 0xd5, 0x3d, 0x3d, 0x6c, 0xa2, - 0x71, 0x9a, 0x1e, 0x7d, 0x16, 0xc6, 0xe8, 0xe0, 0x04, 0xed, 0x58, 0x06, 0x2b, 0xf4, 0xb3, 0x60, - 0x05, 0x16, 0x1c, 0xba, 0x66, 0x60, 0x70, 0x8a, 0xd2, 0x7e, 0x0f, 0x4e, 0xaf, 0x04, 0x8e, 0x3b, - 0xef, 0x34, 0x1d, 0xbf, 0x41, 0xc2, 0x65, 0x7f, 0x33, 0xf7, 0x5c, 0x57, 0x3f, 0x7b, 0x2d, 0xe5, - 0x9d, 0xbd, 0xda, 0x21, 0x20, 0xbd, 0x02, 0x11, 0x66, 0xf3, 0x0e, 0x0c, 0x7a, 0xbc, 0x2a, 0x21, - 0xb5, 0x57, 0xf3, 0x9c, 0x4a, 0x1d, 0x6d, 0xd4, 0xc2, 0x46, 0x38, 0x00, 0x4b, 0x96, 0xd4, 0x92, - 0xc8, 0xf2, 0x42, 0xe5, 0x1b, 0x6b, 0xf6, 0x5f, 0xb6, 0x60, 0xfc, 0x76, 0xea, 0x32, 0xd8, 0x45, - 0x18, 0x88, 0x48, 0x98, 0xe1, 0x52, 0xab, 0x33, 0x28, 0x16, 0xd8, 0xc7, 0x6e, 0xa6, 0xff, 0x5c, - 0x09, 0x2a, 0x2c, 0x66, 0xb3, 0xe5, 0x34, 0x8e, 0x53, 0x29, 0x5d, 0x35, 0x94, 0xd2, 0x1c, 0x23, - 0x51, 0x35, 0xa8, 0x9b, 0x4e, 0x8a, 0xee, 0xaa, 0xcb, 0x51, 0x85, 0xec, 0xc3, 0x84, 0x21, 0xbf, - 0x47, 0x33, 0x66, 0xde, 0xa5, 0x92, 0x17, 0xa7, 0xd8, 0x69, 0xa8, 0xa2, 0x7d, 0xf2, 0x4e, 0x43, - 0x55, 0xd3, 0xba, 0xac, 0x4a, 0x35, 0xad, 0xf5, 0x6c, 0xd9, 0xfe, 0x1c, 0x0b, 0xc0, 0x73, 0x9a, - 0xde, 0xd7, 0x88, 0xba, 0x64, 0x38, 0x2d, 0xe2, 0xe9, 0x04, 0xf4, 0x80, 0x2d, 0x30, 0xe2, 0x1f, - 0xbf, 0x3b, 0x9a, 0x14, 0xb1, 0x6f, 0xc2, 0x78, 0x6a, 0xec, 0xd0, 0xab, 0xd0, 0xdf, 0xda, 0x72, - 0x22, 0x92, 0x8a, 0xec, 0xe8, 0xaf, 0x51, 0xe0, 0xc1, 0xde, 0xf4, 0x98, 0x2a, 0xc0, 0x20, 0x98, - 0x53, 0xdb, 0x7f, 0x6c, 0x41, 0xdf, 0xed, 0xc0, 0x3d, 0x4e, 0x19, 0xbb, 0x69, 0xc8, 0xd8, 0xc5, - 0xfc, 0x1b, 0xe7, 0x5d, 0xc5, 0xab, 0x96, 0x12, 0xaf, 0x4b, 0x05, 0x78, 0x1d, 0x2e, 0x59, 0xdb, - 0x30, 0xcc, 0x6e, 0xb4, 0x8b, 0x90, 0x96, 0x97, 0x0d, 0x03, 0x6a, 0x3a, 0x65, 0x40, 0x8d, 0x6b, - 0xa4, 0x9a, 0x19, 0xf5, 0x02, 0x0c, 0x8a, 0x10, 0x8a, 0x74, 0xd4, 0xa1, 0xa0, 0xc5, 0x12, 0x6f, - 0xff, 0x5a, 0x19, 0x8c, 0x1b, 0xf4, 0xe8, 0x47, 0x16, 0xcc, 0x84, 0xfc, 0xca, 0x83, 0x5b, 0x6d, - 0x87, 0x9e, 0xbf, 0x59, 0x6f, 0x6c, 0x11, 0xb7, 0xdd, 0xf4, 0xfc, 0xcd, 0xe5, 0x4d, 0x3f, 0x50, - 0xe0, 0xc5, 0x47, 0xa4, 0xd1, 0x66, 0xde, 0xd5, 0xc2, 0x17, 0xf7, 0xd5, 0x19, 0xea, 0xb5, 0xfd, - 0xbd, 0xe9, 0x19, 0xdc, 0x53, 0x2d, 0xb8, 0xc7, 0x56, 0xa1, 0xdf, 0xb3, 0x60, 0x96, 0xdf, 0x21, - 0x2f, 0xde, 0x93, 0x42, 0x86, 0x67, 0x4d, 0x32, 0x4d, 0xd8, 0xad, 0x91, 0x70, 0x7b, 0xfe, 0x35, - 0x31, 0xc8, 0xb3, 0xb5, 0xde, 0x6a, 0xc5, 0xbd, 0x36, 0xd3, 0xfe, 0x57, 0x65, 0x18, 0xa5, 0xe3, - 0x99, 0xdc, 0x1f, 0x7d, 0xd5, 0x10, 0x93, 0x4f, 0xa4, 0xc4, 0xe4, 0x94, 0x41, 0xfc, 0x78, 0xae, - 0x8e, 0xc6, 0x70, 0xaa, 0xe9, 0x44, 0xf1, 0x4d, 0xe2, 0x84, 0xf1, 0x3a, 0x71, 0xd8, 0x81, 0xa5, - 0x98, 0x04, 0x3d, 0x1d, 0x82, 0xaa, 0xb8, 0x9c, 0x95, 0x34, 0x37, 0xdc, 0x59, 0x01, 0x7a, 0x08, - 0x88, 0x9d, 0x8e, 0x86, 0x8e, 0x1f, 0xf1, 0xce, 0x78, 0xc2, 0x21, 0xdb, 0x63, 0xb5, 0x53, 0xa2, - 0x5a, 0xb4, 0xd2, 0xc1, 0x0e, 0x67, 0x54, 0xa1, 0x1d, 0x81, 0xf7, 0x17, 0x3d, 0x02, 0x1f, 0xc8, - 0x09, 0xf8, 0xfd, 0x59, 0x0b, 0x4e, 0xd3, 0x0f, 0x63, 0x06, 0x87, 0x46, 0x28, 0x80, 0x71, 0xda, - 0x83, 0x26, 0x89, 0x25, 0x4c, 0xcc, 0xb0, 0x1c, 0x5d, 0xda, 0xe4, 0x93, 0x68, 0x6c, 0xb7, 0x4c, - 0x66, 0x38, 0xcd, 0xdd, 0xfe, 0x35, 0x0b, 0x58, 0xf4, 0xd9, 0x49, 0xec, 0x63, 0x37, 0xcc, 0x7d, - 0xcc, 0xce, 0x5f, 0x34, 0xba, 0x6c, 0x61, 0xaf, 0xc0, 0x04, 0xc5, 0xd6, 0xc2, 0xe0, 0xd1, 0xae, - 0x54, 0xae, 0xf3, 0x7d, 0xb3, 0x7f, 0xc9, 0xe2, 0xcb, 0x9d, 0xd2, 0x8a, 0x1f, 0xc2, 0x29, 0x5f, - 0xfb, 0x4f, 0x27, 0xb2, 0x54, 0x02, 0x67, 0x8a, 0x2f, 0x68, 0x6c, 0xfe, 0x6b, 0x11, 0x66, 0x29, - 0x86, 0xb8, 0xb3, 0x0e, 0xfb, 0xef, 0x59, 0xf0, 0x94, 0x4e, 0xa8, 0x5d, 0x33, 0xcb, 0x73, 0x88, - 0x56, 0x61, 0x28, 0x68, 0x91, 0xd0, 0x49, 0x2c, 0x80, 0x4b, 0x72, 0xc4, 0xef, 0x08, 0xf8, 0xc1, - 0xde, 0xf4, 0x19, 0x9d, 0xbb, 0x84, 0x63, 0x55, 0x12, 0xd9, 0x30, 0xc0, 0x2c, 0xd1, 0x48, 0x5c, - 0x10, 0x64, 0x99, 0x28, 0xd8, 0x31, 0x40, 0x84, 0x05, 0xc6, 0xfe, 0x2b, 0x16, 0x1f, 0x65, 0xbd, - 0xe9, 0xe8, 0xeb, 0x30, 0xb1, 0x4d, 0x8d, 0x85, 0xc5, 0x47, 0x2d, 0xba, 0x85, 0xb0, 0xe3, 0x4f, - 0xab, 0xc8, 0xc2, 0xd9, 0xa5, 0xbb, 0xf3, 0x93, 0xa2, 0xf5, 0x13, 0xab, 0x29, 0xb6, 0xb8, 0xa3, - 0x22, 0xfb, 0xf7, 0x85, 0xac, 0x32, 0xad, 0xe5, 0x05, 0x18, 0x6c, 0x05, 0xee, 0xc2, 0x72, 0x15, - 0x8b, 0xb1, 0x52, 0x93, 0xad, 0xc6, 0xc1, 0x58, 0xe2, 0xd1, 0x35, 0x00, 0xf2, 0x28, 0x26, 0xa1, - 0xef, 0x34, 0xd5, 0xb1, 0xa5, 0x52, 0x12, 0x16, 0x15, 0x06, 0x6b, 0x54, 0xb4, 0x4c, 0x2b, 0x0c, - 0x76, 0x3c, 0x97, 0x85, 0x7b, 0x97, 0xcd, 0x32, 0x35, 0x85, 0xc1, 0x1a, 0x15, 0x35, 0xd1, 0xda, - 0x7e, 0xc4, 0x17, 0x70, 0x67, 0x5d, 0x24, 0x50, 0x18, 0x4a, 0x4c, 0xb4, 0xbb, 0x3a, 0x12, 0x9b, - 0xb4, 0xf6, 0x6f, 0x57, 0x00, 0x12, 0x15, 0x01, 0x7d, 0x60, 0xc1, 0x50, 0xc3, 0x69, 0x39, 0x0d, - 0x9e, 0x1d, 0xa7, 0x9c, 0x7f, 0x2f, 0x26, 0x29, 0x3c, 0xb3, 0x20, 0x0a, 0x72, 0xdf, 0xd6, 0xa7, - 0xa5, 0x80, 0x48, 0x70, 0xae, 0x3f, 0x4b, 0xd5, 0x8c, 0xbe, 0x65, 0xc1, 0xb0, 0xd3, 0x6c, 0x06, - 0x0d, 0x27, 0x66, 0x3d, 0x2a, 0x15, 0x71, 0x56, 0x6a, 0x2d, 0x99, 0x4b, 0xca, 0xf2, 0xc6, 0xbc, - 0x2c, 0x4f, 0xb5, 0x34, 0x4c, 0x6e, 0x7b, 0xf4, 0x26, 0xa0, 0x4f, 0x4b, 0xd5, 0x92, 0x7f, 0x94, - 0xa9, 0xb4, 0x6a, 0x59, 0x61, 0x4b, 0x83, 0xa6, 0x55, 0xa2, 0xf7, 0x8c, 0x5c, 0x01, 0x7d, 0x45, - 0xee, 0xa6, 0x1a, 0x9b, 0x66, 0x5e, 0x9a, 0x00, 0xf4, 0x25, 0x3d, 0x12, 0xb6, 0xbf, 0xc8, 0xc5, - 0x4f, 0x4d, 0x77, 0xcb, 0x89, 0x82, 0x8d, 0x61, 0xdc, 0x35, 0x37, 0x09, 0x11, 0xda, 0x74, 0x35, - 0xbf, 0x86, 0xd4, 0xee, 0x92, 0x6c, 0x0b, 0x29, 0x04, 0x4e, 0x57, 0x81, 0xbe, 0xc4, 0xe3, 0x94, - 0x97, 0xfd, 0x8d, 0x40, 0x44, 0x37, 0x5d, 0x2e, 0xf0, 0xcd, 0x77, 0xa3, 0x98, 0x6c, 0xd3, 0x32, - 0xc9, 0x36, 0x70, 0x5b, 0x70, 0xc1, 0x8a, 0x1f, 0x5a, 0x83, 0x01, 0x76, 0xab, 0x22, 0x9a, 0x1c, - 0x2a, 0xe2, 0x26, 0x32, 0xef, 0x13, 0x26, 0x9b, 0x2f, 0xfb, 0x1b, 0x61, 0xc1, 0x0b, 0xdd, 0x94, - 0xf7, 0x6f, 0xa3, 0x65, 0xff, 0x6e, 0x44, 0xd8, 0xfd, 0xdb, 0xca, 0xfc, 0x27, 0x93, 0x0b, 0xb5, - 0x1c, 0x9e, 0x99, 0x1d, 0xc9, 0x28, 0x49, 0xf7, 0x60, 0xf1, 0x5f, 0x26, 0x5d, 0x9a, 0x84, 0x22, - 0x0d, 0x35, 0x53, 0x34, 0x25, 0x83, 0x7d, 0xcf, 0x64, 0x86, 0xd3, 0xdc, 0xa7, 0x3c, 0x18, 0x35, - 0x66, 0xec, 0x31, 0x3a, 0x3b, 0x9b, 0x30, 0x91, 0x9e, 0x92, 0xc7, 0xe8, 0xe3, 0xfc, 0xa3, 0x3e, - 0x18, 0x33, 0x05, 0x03, 0xcd, 0x42, 0x65, 0x9b, 0xa5, 0x44, 0x4a, 0x12, 0xb1, 0x28, 0xf9, 0x5f, - 0x95, 0x08, 0x9c, 0xd0, 0xb0, 0x94, 0x34, 0xac, 0xb8, 0x16, 0x73, 0x92, 0xa4, 0xa4, 0x51, 0x18, - 0xac, 0x51, 0x51, 0x85, 0x6d, 0x3d, 0x08, 0x62, 0xb5, 0x70, 0x2b, 0x99, 0x99, 0x67, 0x50, 0x2c, - 0xb0, 0x74, 0xc1, 0x7e, 0x40, 0x3b, 0xd4, 0x34, 0xfd, 0x5d, 0x6a, 0xc1, 0xbe, 0xa5, 0x23, 0xb1, - 0x49, 0x4b, 0x37, 0xa0, 0x20, 0x62, 0x42, 0x28, 0xd4, 0xc2, 0x24, 0x86, 0xa7, 0xce, 0x6f, 0x19, - 0x49, 0x3c, 0xfa, 0x22, 0x3c, 0xa5, 0x2e, 0x05, 0x61, 0xee, 0x3f, 0x94, 0x35, 0x0e, 0x18, 0xb6, - 0xdd, 0x53, 0x0b, 0xd9, 0x64, 0xb8, 0x5b, 0x79, 0xf4, 0x26, 0x8c, 0x09, 0x95, 0x4e, 0x72, 0x1c, - 0x34, 0x8f, 0x78, 0x6f, 0x19, 0x58, 0x9c, 0xa2, 0x46, 0x55, 0x98, 0xa0, 0x10, 0xa6, 0x4a, 0x49, - 0x0e, 0xfc, 0x72, 0x93, 0xda, 0x99, 0x6f, 0xa5, 0xf0, 0xb8, 0xa3, 0x04, 0x9a, 0x83, 0x71, 0xae, - 0x5b, 0x50, 0x0b, 0x86, 0x7d, 0x07, 0x11, 0x8d, 0xa8, 0x26, 0xc1, 0x1d, 0x13, 0x8d, 0xd3, 0xf4, - 0xe8, 0x3a, 0x8c, 0x38, 0x61, 0x63, 0xcb, 0x8b, 0x49, 0x23, 0x6e, 0x87, 0xfc, 0x66, 0xbb, 0x76, - 0x46, 0x3e, 0xa7, 0xe1, 0xb0, 0x41, 0x69, 0x7f, 0x0d, 0x4e, 0x67, 0x04, 0x3d, 0x53, 0xc1, 0x71, - 0x5a, 0x9e, 0xec, 0x53, 0x2a, 0x1a, 0x67, 0xae, 0xb6, 0x2c, 0x7b, 0xa3, 0x51, 0x51, 0xe9, 0x64, - 0x8e, 0x53, 0x2d, 0x3f, 0x9a, 0x92, 0xce, 0x25, 0x89, 0xc0, 0x09, 0x8d, 0xfd, 0x5f, 0x2b, 0xa0, - 0xb9, 0x19, 0x0a, 0xc4, 0x60, 0x5c, 0x87, 0x11, 0x99, 0xf2, 0x4f, 0x4b, 0xb5, 0xa5, 0xba, 0x79, - 0x43, 0xc3, 0x61, 0x83, 0x92, 0xb6, 0xcd, 0x97, 0x4e, 0x93, 0x74, 0xec, 0x8f, 0xf2, 0xa6, 0xe0, - 0x84, 0x06, 0x5d, 0x86, 0xa1, 0x88, 0x34, 0x37, 0x56, 0x3c, 0xff, 0x81, 0x10, 0x6c, 0xb5, 0x2a, - 0xd7, 0x05, 0x1c, 0x2b, 0x0a, 0xf4, 0x79, 0x28, 0xb7, 0x3d, 0x57, 0x88, 0xf2, 0x8c, 0xd4, 0x3b, - 0xef, 0x2e, 0x57, 0x0f, 0xf6, 0xa6, 0xa7, 0xb3, 0xf3, 0x18, 0x52, 0x33, 0x32, 0x9a, 0xa1, 0x93, - 0x8f, 0x16, 0xcd, 0xf2, 0x1f, 0x0f, 0xf4, 0xe8, 0x3f, 0xbe, 0x06, 0x20, 0xfa, 0x2c, 0x25, 0xb9, - 0x9c, 0x7c, 0xb3, 0x1b, 0x0a, 0x83, 0x35, 0x2a, 0x6a, 0x8c, 0x36, 0x42, 0xe2, 0x48, 0x6b, 0x8d, - 0x47, 0xe4, 0x0e, 0x7d, 0x04, 0x63, 0x74, 0x21, 0xcd, 0x0d, 0x77, 0x56, 0x80, 0x5a, 0x70, 0xca, - 0xa5, 0xf3, 0xc8, 0xa8, 0xb5, 0x72, 0x84, 0x38, 0x60, 0x5a, 0x63, 0x35, 0xcd, 0x09, 0x77, 0x32, - 0x47, 0xef, 0xc2, 0x94, 0x04, 0x76, 0x5e, 0xfb, 0x63, 0xd3, 0xa5, 0x3c, 0x7f, 0x7e, 0x7f, 0x6f, - 0x7a, 0xaa, 0xda, 0x95, 0x0a, 0x1f, 0xc2, 0x01, 0xbd, 0x03, 0x03, 0xec, 0xc4, 0x21, 0x9a, 0x1c, - 0x66, 0xbb, 0xdd, 0x2b, 0x45, 0x1d, 0x6e, 0x33, 0xec, 0xdc, 0x42, 0x04, 0x32, 0x26, 0xa7, 0x38, - 0x0c, 0x88, 0x05, 0x4f, 0xd4, 0x82, 0x61, 0xc7, 0xf7, 0x83, 0xd8, 0xe1, 0x4a, 0xd8, 0x48, 0x11, - 0x3d, 0x52, 0xab, 0x62, 0x2e, 0x29, 0xcb, 0xeb, 0x51, 0xd1, 0x51, 0x1a, 0x06, 0xeb, 0x55, 0xd0, - 0x6d, 0x3c, 0x78, 0x48, 0x17, 0x4c, 0xe9, 0x74, 0x8f, 0x26, 0x47, 0x8b, 0x6c, 0xe3, 0x77, 0x8c, - 0x42, 0xda, 0x0a, 0x66, 0x32, 0xc3, 0x69, 0xee, 0x68, 0xc6, 0xf0, 0xa3, 0x8e, 0x25, 0x61, 0xba, - 0x89, 0x1f, 0x55, 0x77, 0x9b, 0xb2, 0x2b, 0xa5, 0x3c, 0x34, 0x8f, 0xad, 0x04, 0xe3, 0xa9, 0x2b, - 0xa5, 0x09, 0x0a, 0xeb, 0x74, 0x53, 0x9f, 0x81, 0x61, 0x6d, 0xc0, 0x7b, 0x89, 0x07, 0x9d, 0x7a, - 0x13, 0x26, 0xd2, 0x03, 0xd9, 0x53, 0x3c, 0xe9, 0x7f, 0x2f, 0xc1, 0x78, 0xc6, 0x49, 0xc6, 0x03, - 0x8f, 0x45, 0x4c, 0x1b, 0x4b, 0xde, 0x2d, 0xcf, 0x77, 0x31, 0xc3, 0x98, 0x0b, 0x57, 0xa9, 0xc0, - 0xc2, 0x25, 0x57, 0xd1, 0x72, 0xd7, 0x55, 0x54, 0x2c, 0x56, 0x7d, 0x47, 0x5f, 0xac, 0xcc, 0xdd, - 0xa1, 0xbf, 0xd0, 0xee, 0xf0, 0x18, 0x16, 0x38, 0x63, 0x83, 0x19, 0x2c, 0xb0, 0xc1, 0x1c, 0x58, - 0x30, 0x66, 0x4a, 0x5e, 0x81, 0x11, 0x7f, 0x52, 0x07, 0x70, 0x86, 0x19, 0x62, 0x71, 0x18, 0x34, - 0x9b, 0x24, 0x14, 0x91, 0x62, 0x63, 0xc2, 0xae, 0x12, 0x50, 0xac, 0x51, 0xd8, 0xbf, 0x58, 0x82, - 0x89, 0x24, 0x6c, 0x58, 0xa4, 0x3e, 0x3d, 0xbe, 0xa3, 0x81, 0x35, 0xe3, 0x68, 0x20, 0x2f, 0xa3, - 0x69, 0xaa, 0x5d, 0x5d, 0x8f, 0x09, 0xde, 0x49, 0x1d, 0x13, 0xbc, 0xd2, 0x23, 0xdf, 0xc3, 0x8f, - 0x0c, 0xfe, 0x49, 0x09, 0xce, 0xa6, 0x8b, 0x2c, 0x34, 0x1d, 0x6f, 0xfb, 0x18, 0xc7, 0xe9, 0x8b, - 0xc6, 0x38, 0xbd, 0xd6, 0x5b, 0x7f, 0x58, 0xe3, 0xba, 0x0e, 0x96, 0x93, 0x1a, 0xac, 0xcf, 0x1c, - 0x85, 0xf9, 0xe1, 0x23, 0xf6, 0x3b, 0x16, 0x3c, 0x9d, 0x59, 0xee, 0x24, 0x5c, 0xa0, 0x6f, 0x9b, - 0x2e, 0xd0, 0x97, 0x8f, 0xd0, 0xbd, 0x2e, 0x3e, 0xd1, 0xff, 0x5c, 0xea, 0xd2, 0x2d, 0xe6, 0x2d, - 0xbb, 0x03, 0xc3, 0x4e, 0xa3, 0x41, 0xa2, 0x68, 0x35, 0x70, 0x55, 0x2e, 0x9e, 0x2b, 0x6c, 0xff, - 0x4c, 0xc0, 0x07, 0x7b, 0xd3, 0x53, 0x69, 0x16, 0x09, 0x1a, 0xeb, 0x1c, 0xcc, 0x9c, 0x5a, 0xa5, - 0x63, 0xca, 0xa9, 0x75, 0x0d, 0x60, 0x47, 0x59, 0xe9, 0x69, 0x27, 0x9c, 0x66, 0xbf, 0x6b, 0x54, - 0xe8, 0x5d, 0xa6, 0xf5, 0xf2, 0x10, 0x89, 0xbe, 0xdc, 0x09, 0x67, 0x7c, 0x40, 0x3d, 0xde, 0x82, - 0xdf, 0x99, 0x54, 0x1e, 0x4b, 0xc5, 0xd3, 0xfe, 0x6e, 0x19, 0x3e, 0x7e, 0x88, 0xd8, 0xa1, 0x39, - 0xf3, 0xe4, 0xf3, 0xa5, 0xb4, 0x7b, 0x6a, 0x2a, 0xb3, 0xb0, 0xe1, 0xaf, 0x4a, 0x7d, 0xac, 0xd2, - 0x47, 0xfe, 0x58, 0xdf, 0xd6, 0x9d, 0x89, 0x3c, 0xd4, 0xf1, 0xc6, 0x91, 0x27, 0xd6, 0xe3, 0xf3, - 0x2e, 0x9e, 0xa0, 0xe3, 0xc3, 0xfe, 0x86, 0x05, 0x9f, 0xc8, 0xec, 0x94, 0x11, 0x60, 0x31, 0x0b, - 0x95, 0x06, 0x05, 0x6a, 0x77, 0x51, 0x92, 0x2b, 0x66, 0x12, 0x81, 0x13, 0x1a, 0x23, 0x8e, 0xa2, - 0x94, 0x1b, 0x47, 0xf1, 0x6f, 0x2d, 0x38, 0x93, 0x6e, 0xc4, 0x49, 0xac, 0x3a, 0x75, 0x73, 0xd5, - 0x99, 0xe9, 0xed, 0xdb, 0x77, 0x59, 0x70, 0x7e, 0x61, 0x04, 0xce, 0x75, 0x6c, 0x56, 0x7c, 0x18, - 0x7f, 0xc6, 0x82, 0x53, 0x9b, 0xcc, 0xbe, 0xd0, 0x6e, 0xfc, 0x88, 0x8e, 0xe5, 0x5c, 0x93, 0x3a, - 0xf4, 0xa2, 0x10, 0xb7, 0x96, 0x3a, 0x48, 0x70, 0x67, 0x65, 0xe8, 0x9b, 0x16, 0x9c, 0x71, 0x1e, - 0x46, 0x1d, 0x79, 0xf4, 0x85, 0x1c, 0xbd, 0x99, 0xe3, 0xca, 0xcb, 0xc9, 0xc0, 0x3f, 0x3f, 0xb9, - 0xbf, 0x37, 0x7d, 0x26, 0x8b, 0x0a, 0x67, 0xd6, 0x8a, 0xde, 0x11, 0xf9, 0xc7, 0xa8, 0xda, 0x57, - 0xe8, 0xee, 0x5a, 0xd6, 0xfd, 0x03, 0xbe, 0x26, 0x49, 0x0c, 0x56, 0x1c, 0xd1, 0x57, 0xa0, 0xb2, - 0x29, 0x2f, 0xf9, 0x88, 0x45, 0x2f, 0x67, 0x67, 0xc9, 0xbc, 0x13, 0xc4, 0xa3, 0xdc, 0x15, 0x0a, - 0x27, 0x4c, 0xd1, 0x4d, 0x28, 0xfb, 0x1b, 0x91, 0xb8, 0xaf, 0x9b, 0x17, 0x47, 0x63, 0x46, 0x2d, - 0xf1, 0x1b, 0x88, 0xb7, 0x97, 0xea, 0x98, 0xb2, 0xa0, 0x9c, 0xc2, 0x75, 0x57, 0xf8, 0xb0, 0x73, - 0x38, 0xe1, 0xf9, 0x6a, 0x27, 0x27, 0x3c, 0x5f, 0xc5, 0x94, 0x05, 0x0b, 0xd8, 0x8b, 0x1a, 0x91, - 0x27, 0x1c, 0xd4, 0x39, 0x97, 0xb9, 0x3b, 0x6e, 0x65, 0xf0, 0x54, 0x74, 0x0c, 0x8c, 0x39, 0x23, - 0xb4, 0x06, 0x03, 0x0d, 0x96, 0x3a, 0x5a, 0xf8, 0x0f, 0xf2, 0x12, 0x0a, 0x77, 0xa4, 0x99, 0xe6, - 0x07, 0x69, 0x1c, 0x8e, 0x05, 0x2f, 0xc6, 0x95, 0xb4, 0xb6, 0x36, 0x22, 0xe1, 0x1f, 0xc8, 0xe3, - 0xda, 0x91, 0x04, 0x5c, 0x70, 0x65, 0x70, 0x2c, 0x78, 0xa1, 0x2a, 0x94, 0x36, 0x1a, 0x22, 0xff, - 0x63, 0x8e, 0x45, 0x6b, 0x5e, 0x27, 0x9d, 0x1f, 0xd8, 0xdf, 0x9b, 0x2e, 0x2d, 0x2d, 0xe0, 0xd2, - 0x46, 0x03, 0xbd, 0x0d, 0x83, 0x1b, 0xfc, 0x82, 0xa0, 0xc8, 0xf5, 0x78, 0x35, 0xef, 0x16, 0x63, - 0xc7, 0x6d, 0x42, 0x7e, 0x93, 0x41, 0x20, 0xb0, 0x64, 0x87, 0xde, 0x05, 0xd8, 0x50, 0x57, 0x1e, - 0x45, 0xb2, 0xc7, 0x99, 0xde, 0xae, 0x48, 0x0a, 0xeb, 0x59, 0x41, 0xb1, 0xc6, 0x91, 0xca, 0xbc, - 0x23, 0xb3, 0xdf, 0xb3, 0x44, 0x8f, 0xb9, 0x32, 0x9f, 0x99, 0x2c, 0x9f, 0xcb, 0xbc, 0x42, 0xe1, - 0x84, 0x29, 0x6a, 0xc3, 0xe8, 0x4e, 0xd4, 0xda, 0x22, 0x72, 0xea, 0xb3, 0xec, 0x8f, 0xc3, 0xd7, - 0xde, 0xc8, 0x49, 0xe9, 0x29, 0x8a, 0x78, 0x61, 0xdc, 0x76, 0x9a, 0x1d, 0x2b, 0x18, 0x4b, 0xa3, - 0x74, 0x4f, 0x67, 0x8b, 0xcd, 0x5a, 0xe8, 0x27, 0x79, 0xbf, 0x1d, 0xac, 0xef, 0xc6, 0x44, 0x64, - 0x87, 0xcc, 0xf9, 0x24, 0x6f, 0x71, 0xe2, 0xce, 0x4f, 0x22, 0x10, 0x58, 0xb2, 0x53, 0x43, 0xc6, - 0x56, 0xe3, 0x89, 0xc2, 0x43, 0xd6, 0xd1, 0x87, 0x64, 0xc8, 0xd8, 0xea, 0x9b, 0x30, 0xb5, 0x7f, - 0xbf, 0xbf, 0x73, 0x83, 0x63, 0xfa, 0xe7, 0xcf, 0x77, 0x1e, 0x67, 0x7e, 0xbe, 0x77, 0xfb, 0xea, - 0x31, 0x1e, 0x6c, 0x7e, 0xd3, 0x82, 0x73, 0xad, 0xcc, 0xdd, 0x4b, 0xec, 0x10, 0xbd, 0x9a, 0x69, - 0x7c, 0x68, 0x54, 0xae, 0xd1, 0x6c, 0x3c, 0xee, 0x52, 0x67, 0x5a, 0xe5, 0x2b, 0x7f, 0x64, 0x95, - 0xef, 0x3e, 0x0c, 0x31, 0x2d, 0x25, 0x49, 0x76, 0xd1, 0x63, 0x7e, 0x08, 0xb6, 0xd7, 0x2c, 0x08, - 0x16, 0x58, 0x31, 0xa3, 0x03, 0xf7, 0x6c, 0xba, 0x13, 0x98, 0x30, 0xb4, 0x48, 0x92, 0xca, 0x7d, - 0x01, 0x4b, 0x62, 0x24, 0x9e, 0xad, 0x1d, 0x46, 0x7c, 0x90, 0x47, 0x80, 0x0f, 0xaf, 0xec, 0x24, - 0x55, 0xc8, 0x7f, 0x68, 0x65, 0x28, 0x3c, 0x5c, 0xe9, 0x7f, 0xc3, 0x54, 0xfa, 0x2f, 0xa6, 0x95, - 0xfe, 0x0e, 0x13, 0xdd, 0xd0, 0xf7, 0x8b, 0x27, 0x0a, 0x2c, 0x9a, 0x8d, 0xc3, 0xfe, 0x5f, 0x16, - 0x94, 0x6b, 0x81, 0x7b, 0x8c, 0x4e, 0x80, 0x1b, 0x86, 0x13, 0xe0, 0xf9, 0xdc, 0x67, 0x6f, 0xba, - 0x9a, 0xfc, 0x77, 0x52, 0x26, 0xff, 0xa7, 0xf2, 0x59, 0x1d, 0x6e, 0xe0, 0x7f, 0xaf, 0x0c, 0xfa, - 0xc3, 0x3d, 0xe8, 0xb7, 0x8e, 0x12, 0xd5, 0x58, 0x2e, 0xf6, 0x96, 0x8f, 0xa8, 0x83, 0xc5, 0x00, - 0xc9, 0x2b, 0x4f, 0x7f, 0x62, 0x83, 0x1b, 0xef, 0x13, 0x6f, 0x73, 0x2b, 0x26, 0x6e, 0xba, 0x63, - 0x27, 0x17, 0xdc, 0xf8, 0x5f, 0x2c, 0x18, 0x4f, 0xd5, 0x8e, 0xb6, 0xb3, 0x6e, 0x4d, 0x1c, 0xd5, - 0xaa, 0x3f, 0x95, 0x7b, 0xcf, 0x62, 0x06, 0x40, 0x79, 0xa2, 0xa5, 0xed, 0xcd, 0xf4, 0x10, 0xe5, - 0xaa, 0x8e, 0xb0, 0x46, 0x81, 0x5e, 0x85, 0xe1, 0x38, 0x68, 0x05, 0xcd, 0x60, 0x73, 0xf7, 0x16, - 0x91, 0x97, 0xf2, 0x95, 0x17, 0x7f, 0x2d, 0x41, 0x61, 0x9d, 0xce, 0xfe, 0x41, 0x19, 0xd2, 0xef, - 0x3e, 0xfd, 0x7f, 0x41, 0xfd, 0x93, 0x23, 0xa8, 0xbf, 0x6b, 0xc1, 0x04, 0xad, 0x9d, 0x85, 0x70, - 0xc8, 0x10, 0x44, 0x95, 0x71, 0xdb, 0x3a, 0x24, 0xe3, 0xf6, 0x45, 0xba, 0xdc, 0xb9, 0x41, 0x5b, - 0x66, 0x81, 0xd1, 0x56, 0x31, 0x0a, 0xc5, 0x02, 0x2b, 0xe8, 0x48, 0x18, 0x8a, 0xfb, 0x19, 0x3a, - 0x1d, 0x09, 0x43, 0x2c, 0xb0, 0x32, 0x21, 0x77, 0x5f, 0x76, 0x42, 0x6e, 0x9e, 0x34, 0x47, 0x84, - 0x0e, 0x88, 0x9d, 0x59, 0x4b, 0x9a, 0x23, 0x63, 0x0a, 0x12, 0x1a, 0xfb, 0x9f, 0x95, 0x61, 0xa4, - 0x16, 0xb8, 0x49, 0x78, 0xf1, 0x2b, 0x46, 0x78, 0xf1, 0x85, 0x54, 0x78, 0xf1, 0x84, 0x4e, 0xfb, - 0x78, 0xa2, 0x8b, 0x45, 0x7a, 0x25, 0x96, 0x32, 0xfe, 0xa8, 0x91, 0xc5, 0x46, 0x7a, 0x25, 0xc5, - 0x09, 0x9b, 0x8c, 0xff, 0x54, 0x45, 0x14, 0xff, 0xb1, 0x05, 0x63, 0xb5, 0xc0, 0xa5, 0x22, 0xfa, - 0xa7, 0x49, 0x1e, 0xf5, 0xa4, 0x4c, 0x03, 0x87, 0x24, 0x65, 0xfa, 0x55, 0x0b, 0x06, 0x6b, 0x81, - 0x7b, 0x12, 0xde, 0xb4, 0x25, 0xd3, 0x9b, 0xf6, 0x89, 0xdc, 0xc5, 0xb7, 0x8b, 0x03, 0xed, 0x37, - 0xca, 0x30, 0x4a, 0x9b, 0x1c, 0x6c, 0xca, 0x0f, 0x66, 0x0c, 0x8e, 0x55, 0x60, 0x70, 0x2e, 0xc2, - 0xc0, 0x46, 0xd0, 0x6c, 0x06, 0x0f, 0xd3, 0x1f, 0x6f, 0x89, 0x41, 0xb1, 0xc0, 0xa2, 0xcb, 0x30, - 0xd4, 0x0a, 0xc9, 0x8e, 0x17, 0xb4, 0xa3, 0xf4, 0x75, 0xaf, 0x9a, 0x80, 0x63, 0x45, 0x81, 0x5e, - 0x81, 0x91, 0xc8, 0xf3, 0x1b, 0x44, 0xc6, 0x16, 0xf4, 0xb1, 0xd8, 0x02, 0x9e, 0xfb, 0x4e, 0x83, - 0x63, 0x83, 0x0a, 0xbd, 0x0d, 0x15, 0xf6, 0x9f, 0xcd, 0xa1, 0x23, 0x64, 0x09, 0xe7, 0x89, 0x99, - 0x24, 0x07, 0x9c, 0x30, 0x43, 0xd7, 0x00, 0x62, 0x19, 0x06, 0x11, 0x89, 0x63, 0x43, 0xa5, 0x9c, - 0xaa, 0x00, 0x89, 0x08, 0x6b, 0x54, 0xe8, 0x25, 0xa8, 0xc4, 0x8e, 0xd7, 0x5c, 0xf1, 0x7c, 0x12, - 0x89, 0x40, 0x12, 0x91, 0xc3, 0x55, 0x00, 0x71, 0x82, 0xa7, 0x7b, 0x3e, 0xbb, 0x6c, 0xca, 0xdf, - 0x20, 0x18, 0x62, 0xd4, 0x6c, 0xcf, 0x5f, 0x51, 0x50, 0xac, 0x51, 0xd8, 0x2f, 0xb3, 0xbd, 0xbb, - 0xc7, 0xf0, 0xf3, 0x9f, 0x94, 0x00, 0xd5, 0x58, 0xb8, 0x85, 0xf1, 0x4c, 0xc3, 0x16, 0x8c, 0x45, - 0x64, 0xc5, 0xf3, 0xdb, 0x8f, 0x04, 0xab, 0x62, 0x01, 0xff, 0xf5, 0x45, 0xbd, 0x0c, 0xbf, 0x60, - 0x69, 0xc2, 0x70, 0x8a, 0x2f, 0x1d, 0x92, 0xb0, 0xed, 0xcf, 0x45, 0x77, 0x23, 0x12, 0x8a, 0x87, - 0x16, 0xd8, 0x90, 0x60, 0x09, 0xc4, 0x09, 0x9e, 0xca, 0x00, 0xfb, 0x73, 0x3b, 0xf0, 0x71, 0x10, - 0xc4, 0x52, 0x6a, 0x58, 0xd6, 0x6d, 0x0d, 0x8e, 0x0d, 0x2a, 0xb4, 0x04, 0x28, 0x6a, 0xb7, 0x5a, - 0x4d, 0x76, 0xba, 0xe3, 0x34, 0x6f, 0x84, 0x41, 0xbb, 0xc5, 0x23, 0x6e, 0x45, 0xc2, 0xea, 0x7a, - 0x07, 0x16, 0x67, 0x94, 0xa0, 0x93, 0x7e, 0x23, 0x62, 0xbf, 0xc5, 0x05, 0x52, 0xee, 0x63, 0xaa, - 0x33, 0x10, 0x96, 0x38, 0xbb, 0xcd, 0xb6, 0x2a, 0x96, 0x00, 0x3f, 0x6e, 0x87, 0x04, 0x11, 0x18, - 0x6d, 0xb1, 0xed, 0x48, 0x1e, 0x31, 0x17, 0x1a, 0xca, 0x54, 0xc0, 0x07, 0x4f, 0x74, 0xad, 0xb3, - 0xc1, 0x26, 0x57, 0xfb, 0xdf, 0x03, 0x5b, 0x6b, 0xc4, 0xc1, 0xda, 0xa0, 0x08, 0xe7, 0x14, 0xba, - 0xd8, 0x27, 0x8b, 0xbc, 0xf8, 0x92, 0xac, 0xe3, 0x22, 0x38, 0x14, 0x4b, 0x2e, 0xe8, 0xcb, 0xfc, - 0x8c, 0x9c, 0xcd, 0xef, 0xe2, 0xcf, 0x30, 0x71, 0x7a, 0x23, 0x50, 0x59, 0xb0, 0xc0, 0x1a, 0x3b, - 0xb4, 0x02, 0xa3, 0x22, 0x4b, 0xba, 0xb0, 0xd5, 0xcb, 0x86, 0xbd, 0x3a, 0x8a, 0x75, 0xe4, 0x41, - 0x1a, 0x80, 0xcd, 0xc2, 0x68, 0x13, 0x9e, 0xd5, 0x9e, 0x4e, 0xc9, 0x08, 0x4a, 0xe2, 0x0b, 0xc7, - 0x27, 0xf6, 0xf7, 0xa6, 0x9f, 0x5d, 0x3b, 0x8c, 0x10, 0x1f, 0xce, 0x07, 0xdd, 0x81, 0xb3, 0x4e, - 0x23, 0xf6, 0x76, 0x48, 0x95, 0x38, 0x6e, 0xd3, 0xf3, 0x89, 0x79, 0xbb, 0xf8, 0xe9, 0xfd, 0xbd, - 0xe9, 0xb3, 0x73, 0x59, 0x04, 0x38, 0xbb, 0x1c, 0x7a, 0x03, 0x2a, 0xae, 0x1f, 0x89, 0x31, 0x18, - 0x30, 0x5e, 0x89, 0xa9, 0x54, 0x6f, 0xd7, 0x55, 0xff, 0x93, 0x3f, 0x38, 0x29, 0x80, 0xde, 0xe7, - 0x8f, 0xd7, 0x2a, 0x83, 0x84, 0xbf, 0x4e, 0xf4, 0x5a, 0x21, 0x13, 0xd8, 0xb8, 0x08, 0xc1, 0xdd, - 0x58, 0x2a, 0xf8, 0xcf, 0xb8, 0x23, 0x61, 0x54, 0x81, 0xbe, 0x00, 0x28, 0x22, 0xe1, 0x8e, 0xd7, - 0x20, 0x73, 0x0d, 0x96, 0xf5, 0x91, 0x9d, 0x50, 0x0d, 0x19, 0x11, 0xf0, 0xa8, 0xde, 0x41, 0x81, - 0x33, 0x4a, 0xa1, 0x9b, 0x74, 0xc5, 0xd1, 0xa1, 0x22, 0x56, 0x53, 0xaa, 0x76, 0x93, 0x55, 0xd2, - 0x0a, 0x49, 0xc3, 0x89, 0x89, 0x6b, 0x72, 0xc4, 0xa9, 0x72, 0x74, 0x5b, 0x51, 0xd9, 0xac, 0xc1, - 0x8c, 0x30, 0xec, 0xcc, 0x68, 0x4d, 0x2d, 0xa5, 0xad, 0x20, 0x8a, 0x6f, 0x93, 0xf8, 0x61, 0x10, - 0x3e, 0x60, 0xfe, 0xe6, 0x21, 0x2d, 0xcb, 0x55, 0x82, 0xc2, 0x3a, 0x1d, 0xd5, 0x81, 0xd8, 0x41, - 0xc7, 0x72, 0x95, 0x79, 0x91, 0x87, 0x92, 0xb9, 0x73, 0x93, 0x83, 0xb1, 0xc4, 0x4b, 0xd2, 0xe5, - 0xda, 0x02, 0xf3, 0x08, 0xa7, 0x48, 0x97, 0x6b, 0x0b, 0x58, 0xe2, 0x51, 0xd0, 0xf9, 0x16, 0xcf, - 0x58, 0x11, 0xef, 0x7c, 0xe7, 0x0a, 0x5e, 0xf0, 0x39, 0x9e, 0x47, 0x30, 0xa1, 0xde, 0x03, 0xe2, - 0xe9, 0x07, 0xa3, 0xc9, 0xf1, 0x22, 0x4f, 0xe7, 0x66, 0x66, 0x31, 0x54, 0xc1, 0xb9, 0xcb, 0x29, - 0x9e, 0xb8, 0xa3, 0x16, 0xe3, 0x96, 0xfc, 0x44, 0x6e, 0x86, 0xf2, 0x59, 0xa8, 0x44, 0xed, 0x75, - 0x37, 0xd8, 0x76, 0x3c, 0x9f, 0xbd, 0x08, 0xa4, 0x3f, 0x04, 0x2b, 0x11, 0x38, 0xa1, 0x99, 0xfa, - 0x1c, 0x9c, 0xea, 0x90, 0xe9, 0x9e, 0xa2, 0xca, 0x7e, 0xbe, 0x0f, 0x2a, 0xca, 0xab, 0x83, 0x66, - 0x4d, 0x57, 0xda, 0xd3, 0x69, 0x57, 0xda, 0x10, 0xdd, 0x79, 0x75, 0xef, 0xd9, 0xbb, 0x19, 0x2f, - 0x41, 0xbe, 0x98, 0xfb, 0x11, 0x8b, 0x5f, 0xee, 0xe8, 0xe1, 0x9d, 0xcc, 0x44, 0xad, 0xef, 0x3b, - 0x54, 0xad, 0x2f, 0xf8, 0xd0, 0x0f, 0x55, 0xe0, 0x5b, 0x81, 0xbb, 0x5c, 0x4b, 0x3f, 0x62, 0x51, - 0xa3, 0x40, 0xcc, 0x71, 0x4c, 0xef, 0xa2, 0x8b, 0x32, 0xd3, 0xbb, 0x06, 0x8f, 0xaa, 0x77, 0x49, - 0x0e, 0x38, 0x61, 0x86, 0x76, 0xe0, 0x54, 0xc3, 0x7c, 0x94, 0x44, 0xdd, 0xd9, 0xb8, 0xd2, 0xc3, - 0xa3, 0x20, 0x6d, 0x2d, 0x01, 0xfb, 0x42, 0x9a, 0x1f, 0xee, 0xac, 0xc2, 0xfe, 0x01, 0xf7, 0x02, - 0x09, 0xb3, 0x90, 0x44, 0xed, 0xe6, 0x71, 0xe6, 0x53, 0xbe, 0x63, 0x58, 0xaa, 0x8f, 0xc1, 0xff, - 0xf8, 0x9b, 0x16, 0xf3, 0x3f, 0xae, 0x91, 0xed, 0x56, 0xd3, 0x89, 0x8f, 0x33, 0x60, 0xed, 0xcb, - 0x30, 0x14, 0x8b, 0x5a, 0x8a, 0x25, 0x81, 0xd6, 0x9a, 0xc5, 0xfc, 0xb1, 0x6a, 0x21, 0x90, 0x50, - 0xac, 0x18, 0xda, 0xff, 0x92, 0x7f, 0x05, 0x89, 0x39, 0x09, 0xcb, 0xea, 0xb6, 0x69, 0x59, 0xbd, - 0x50, 0xb8, 0x33, 0x5d, 0x2c, 0xac, 0xef, 0x9a, 0x5d, 0x60, 0x0a, 0xdb, 0x93, 0xef, 0x11, 0xb7, - 0x57, 0xc1, 0x7c, 0x68, 0x05, 0xbd, 0xc1, 0xa3, 0x35, 0xf9, 0x8a, 0xf8, 0x62, 0x8f, 0x91, 0x9a, - 0xf6, 0xaf, 0x97, 0xe0, 0x4c, 0xd6, 0xfb, 0xeb, 0xc8, 0x85, 0x91, 0x96, 0xa6, 0x3e, 0x17, 0xbb, - 0xcb, 0xaf, 0x2b, 0xdc, 0x89, 0xea, 0xa2, 0x43, 0xb1, 0xc1, 0x15, 0x11, 0x18, 0x21, 0x3b, 0x5e, - 0x43, 0xb9, 0x57, 0x4a, 0xbd, 0x2f, 0x51, 0xaa, 0x9a, 0x45, 0x8d, 0x11, 0x36, 0xd8, 0x1e, 0x43, - 0x9e, 0x72, 0xfb, 0xef, 0x5b, 0xf0, 0x54, 0x97, 0x0b, 0xff, 0xb4, 0xba, 0x87, 0xcc, 0x0b, 0x29, - 0x1e, 0xf2, 0x51, 0xd5, 0x71, 0xdf, 0x24, 0x16, 0x58, 0xb4, 0x0e, 0xc0, 0x7d, 0x8b, 0xec, 0x75, - 0xd3, 0x52, 0x91, 0x63, 0xf0, 0x8e, 0xcb, 0xc5, 0xda, 0xbd, 0x53, 0xf5, 0x9e, 0xa9, 0xc6, 0xd5, - 0xfe, 0x4e, 0x19, 0xfa, 0xf9, 0x03, 0x8b, 0x35, 0x18, 0xdc, 0xe2, 0xf9, 0x05, 0x7b, 0x4b, 0x6f, - 0x98, 0xe8, 0x49, 0x1c, 0x80, 0x25, 0x1b, 0xb4, 0x0a, 0xa7, 0x3d, 0xdf, 0x8b, 0x3d, 0xa7, 0x59, - 0x25, 0x4d, 0x67, 0x57, 0x2a, 0xde, 0x3c, 0xb7, 0xb4, 0x4c, 0x83, 0x7a, 0x7a, 0xb9, 0x93, 0x04, - 0x67, 0x95, 0x43, 0x6f, 0x76, 0x24, 0x08, 0xe2, 0x79, 0x1b, 0xd5, 0x75, 0xa5, 0xc3, 0x93, 0x04, - 0xa1, 0xd7, 0x61, 0xb4, 0xd5, 0x61, 0x62, 0x68, 0x2f, 0xf3, 0x99, 0x66, 0x85, 0x49, 0x8b, 0xaa, - 0x30, 0x11, 0xb5, 0xd9, 0x19, 0xe9, 0xda, 0x56, 0x48, 0xa2, 0xad, 0xa0, 0xe9, 0x8a, 0x17, 0xa5, - 0x94, 0x3a, 0x55, 0x4f, 0xe1, 0x71, 0x47, 0x09, 0xca, 0x65, 0xc3, 0xf1, 0x9a, 0xed, 0x90, 0x24, - 0x5c, 0x06, 0x4c, 0x2e, 0x4b, 0x29, 0x3c, 0xee, 0x28, 0x61, 0xff, 0xa1, 0x05, 0xa7, 0x33, 0x4e, - 0xee, 0x79, 0x40, 0xd9, 0xa6, 0x17, 0xc5, 0x2a, 0x83, 0xb0, 0x16, 0x50, 0xc6, 0xe1, 0x58, 0x51, - 0x50, 0x29, 0xe4, 0x76, 0x63, 0x3a, 0x21, 0xb2, 0x38, 0x2a, 0x15, 0xd8, 0xde, 0xd2, 0xfd, 0xa8, - 0x77, 0xe2, 0xfb, 0xba, 0xbe, 0x13, 0xff, 0x1c, 0xf4, 0x6f, 0x2a, 0xeb, 0x5c, 0x53, 0x4c, 0xb8, - 0x7d, 0xce, 0x71, 0xf6, 0xb7, 0xcb, 0x30, 0x9e, 0x8a, 0xe0, 0xa1, 0x0d, 0x49, 0x3d, 0x67, 0xcf, - 0x5c, 0x0a, 0x0b, 0xa4, 0xb5, 0x95, 0xf1, 0xa4, 0xfd, 0x45, 0xf3, 0xb5, 0xdb, 0xa4, 0xcd, 0xf3, - 0x55, 0xe3, 0x1d, 0xaf, 0xa2, 0x59, 0xcd, 0x9f, 0x83, 0xbe, 0x56, 0xa0, 0x9e, 0x65, 0x54, 0x42, - 0x8f, 0xe7, 0xab, 0xb5, 0x20, 0x68, 0x62, 0x86, 0x44, 0xcf, 0x8b, 0xde, 0xa7, 0x9c, 0x93, 0xd8, - 0x71, 0x83, 0x48, 0x1b, 0x82, 0x17, 0x60, 0xf0, 0x01, 0xd9, 0x0d, 0x3d, 0x7f, 0x33, 0xed, 0x9a, - 0xbd, 0xc5, 0xc1, 0x58, 0xe2, 0xcd, 0xcc, 0xe5, 0x83, 0xc7, 0x9c, 0xb9, 0x7c, 0x28, 0x37, 0x0a, - 0xf1, 0x57, 0x2c, 0x18, 0x67, 0x69, 0xd7, 0xc4, 0x4d, 0x50, 0x2f, 0xf0, 0x8f, 0x71, 0x57, 0x7c, - 0x0e, 0xfa, 0x43, 0x5a, 0x59, 0x3a, 0xe9, 0x30, 0x6b, 0x01, 0xe6, 0x38, 0xf4, 0x8c, 0x78, 0x34, - 0x9c, 0x7e, 0xbe, 0x11, 0x9e, 0xc4, 0x35, 0x79, 0xfd, 0x9b, 0xc5, 0xb8, 0x63, 0xd2, 0x6a, 0x7a, - 0xbc, 0xb1, 0x89, 0x27, 0xe6, 0x49, 0x89, 0x71, 0xcf, 0x6c, 0xdc, 0xe3, 0x8a, 0x71, 0xcf, 0x66, - 0x7e, 0xb8, 0x0a, 0xfa, 0xdf, 0x4a, 0x70, 0x3e, 0xb3, 0x5c, 0x72, 0xac, 0xb3, 0x64, 0x1c, 0xeb, - 0x5c, 0x4b, 0x1d, 0xeb, 0xd8, 0x87, 0x97, 0x7e, 0x3c, 0x07, 0x3d, 0xd9, 0xc7, 0x2f, 0xe5, 0x93, - 0x3c, 0x7e, 0xe9, 0x2b, 0xaa, 0x2b, 0xf4, 0xe7, 0xe8, 0x0a, 0xbf, 0x63, 0xc1, 0xd3, 0x99, 0x63, - 0xf6, 0xe4, 0xdd, 0x2a, 0xc8, 0x6c, 0x66, 0x17, 0x0d, 0xfa, 0xaf, 0x96, 0xbb, 0x74, 0x8b, 0xe9, - 0xd2, 0x97, 0xe8, 0xba, 0xc3, 0x90, 0x91, 0x50, 0x83, 0x46, 0xf8, 0x9a, 0xc3, 0x61, 0x58, 0x61, - 0x51, 0xa4, 0x45, 0xe5, 0xf3, 0x46, 0x2e, 0x1e, 0x71, 0x4a, 0xcd, 0x98, 0xce, 0x33, 0xfd, 0x4a, - 0x6b, 0x2a, 0x54, 0x1f, 0xdd, 0xd7, 0xcc, 0xa3, 0xf2, 0x51, 0xcc, 0xa3, 0x91, 0x6c, 0xd3, 0x08, - 0xcd, 0xc1, 0xf8, 0xb6, 0xe7, 0xb3, 0x67, 0xc3, 0x4c, 0x3d, 0x44, 0x5d, 0x04, 0x5b, 0x35, 0xd1, - 0x38, 0x4d, 0x3f, 0xf5, 0x3a, 0x8c, 0x1e, 0xdd, 0x63, 0xf2, 0x61, 0x19, 0x3e, 0x7e, 0xc8, 0xb2, - 0xc0, 0xf7, 0x03, 0xe3, 0xbb, 0x68, 0xfb, 0x41, 0xc7, 0xb7, 0xa9, 0xc1, 0x99, 0x8d, 0x76, 0xb3, - 0xb9, 0xcb, 0xc2, 0x22, 0x88, 0x2b, 0x29, 0x84, 0x8e, 0xa7, 0x1e, 0xf4, 0x5c, 0xca, 0xa0, 0xc1, - 0x99, 0x25, 0xd1, 0x17, 0x00, 0x05, 0xeb, 0x2c, 0x17, 0xa1, 0x9b, 0x5c, 0xda, 0x65, 0x9f, 0xa0, - 0x9c, 0xcc, 0xd5, 0x3b, 0x1d, 0x14, 0x38, 0xa3, 0x14, 0xd5, 0xf8, 0xd8, 0x5b, 0xa0, 0xaa, 0x59, - 0x29, 0x8d, 0x0f, 0xeb, 0x48, 0x6c, 0xd2, 0xa2, 0x1b, 0x70, 0xca, 0xd9, 0x71, 0x3c, 0x9e, 0x70, - 0x45, 0x32, 0xe0, 0x2a, 0x9f, 0x72, 0x49, 0xcc, 0xa5, 0x09, 0x70, 0x67, 0x19, 0xd4, 0x32, 0x9c, - 0x4c, 0x3c, 0xf7, 0xf0, 0x1b, 0x47, 0x90, 0xe0, 0xc2, 0x6e, 0x27, 0xfb, 0x0f, 0x2c, 0xba, 0xe9, - 0x65, 0x3c, 0xb3, 0x65, 0xbc, 0x4e, 0xad, 0x5d, 0x54, 0xe8, 0x7c, 0x9d, 0x9a, 0xf9, 0x5f, 0x4d, - 0x5a, 0x2e, 0x1a, 0x51, 0x12, 0xe8, 0x68, 0xe8, 0x97, 0xe2, 0x82, 0x8e, 0xa2, 0x40, 0xf7, 0x61, - 0xd0, 0xf5, 0x76, 0xbc, 0x28, 0x08, 0x0b, 0x3c, 0x06, 0xdb, 0x11, 0x3c, 0x97, 0x2c, 0x97, 0x55, - 0xce, 0x04, 0x4b, 0x6e, 0xf6, 0x5f, 0x2f, 0xc1, 0xa8, 0xac, 0xef, 0xad, 0x76, 0xc0, 0xd6, 0xb0, - 0xe3, 0xda, 0xca, 0xdf, 0x32, 0xb6, 0xf2, 0xd9, 0x62, 0xb7, 0x94, 0x58, 0xa3, 0xba, 0x6e, 0xe1, - 0x5f, 0x4c, 0x6d, 0xe1, 0x57, 0x7b, 0x61, 0x9a, 0xeb, 0x3d, 0x3a, 0x65, 0xd0, 0x3f, 0x41, 0xb9, - 0x6f, 0xb3, 0xba, 0xd3, 0x65, 0xe3, 0xf8, 0x4e, 0x29, 0xd5, 0x0d, 0xb6, 0x61, 0x7c, 0x1d, 0xfa, - 0xb6, 0x9c, 0xd0, 0x15, 0x47, 0x65, 0x9f, 0xe9, 0xf1, 0x53, 0xcc, 0xdc, 0x74, 0x42, 0x97, 0x2f, - 0xfb, 0x97, 0xd5, 0x23, 0x1d, 0x4e, 0xe8, 0xe6, 0x86, 0xfd, 0xb2, 0x4a, 0xd1, 0x75, 0x18, 0x88, - 0x1a, 0x41, 0x4b, 0x45, 0x75, 0x5d, 0xe0, 0x0f, 0x78, 0x50, 0xc8, 0xc1, 0xde, 0x34, 0x32, 0xab, - 0xa3, 0x60, 0x2c, 0xe8, 0xa7, 0x08, 0x54, 0x54, 0xd5, 0xc7, 0x18, 0x60, 0xfa, 0x61, 0x19, 0x4e, - 0x67, 0x88, 0x0a, 0xfa, 0x69, 0x63, 0xd4, 0x5e, 0xef, 0x59, 0xd6, 0x3e, 0xe2, 0xb8, 0xfd, 0x34, - 0x33, 0x88, 0x5c, 0x21, 0x1b, 0x47, 0xa8, 0xfe, 0x6e, 0x44, 0xd2, 0xd5, 0x53, 0x50, 0x7e, 0xf5, - 0xb4, 0xda, 0x13, 0x1a, 0x7c, 0x5a, 0x8d, 0x6a, 0xe7, 0x31, 0x7e, 0xe3, 0x0f, 0xfa, 0xe0, 0x4c, - 0xd6, 0x4d, 0x48, 0xf4, 0xb3, 0x56, 0x2a, 0x7b, 0xf6, 0x9b, 0xbd, 0x5f, 0xa7, 0xe4, 0x29, 0xb5, - 0x45, 0x86, 0x84, 0x19, 0x33, 0x9f, 0x76, 0xee, 0x68, 0x8b, 0xda, 0x59, 0xa8, 0x7e, 0xc8, 0x13, - 0xa1, 0xcb, 0xf5, 0xe0, 0xf3, 0x47, 0x68, 0x8a, 0xc8, 0xa5, 0x1e, 0xa5, 0x42, 0xf5, 0x25, 0x38, - 0x3f, 0x54, 0x5f, 0xb6, 0x61, 0x6a, 0x13, 0x86, 0xb5, 0x7e, 0x1d, 0xa3, 0x08, 0x78, 0x74, 0x4f, - 0xd2, 0x5a, 0x7d, 0x8c, 0x62, 0xf0, 0x37, 0x2d, 0x48, 0x85, 0x6b, 0x28, 0xaf, 0x8b, 0xd5, 0xd5, - 0xeb, 0x72, 0x01, 0xfa, 0xc2, 0xa0, 0x49, 0xd2, 0x69, 0x9d, 0x71, 0xd0, 0x24, 0x98, 0x61, 0xd4, - 0x53, 0x80, 0xe5, 0x6e, 0x4f, 0x01, 0x52, 0x73, 0xbc, 0x49, 0x76, 0x88, 0xf4, 0x81, 0xa8, 0xc5, - 0x7b, 0x85, 0x02, 0x31, 0xc7, 0xd9, 0x3f, 0x2a, 0xc3, 0x00, 0x77, 0x34, 0x1c, 0xe3, 0xb6, 0x5c, - 0x13, 0x36, 0x7f, 0xa1, 0x3b, 0x89, 0xbc, 0x35, 0x33, 0x55, 0x27, 0x76, 0xb8, 0x40, 0xa9, 0xbe, - 0x25, 0x7e, 0x02, 0x34, 0x63, 0xf4, 0x7e, 0x2a, 0x65, 0xd2, 0x02, 0xe7, 0xa1, 0x8d, 0xc5, 0x16, - 0x40, 0xc4, 0x5e, 0x85, 0xa2, 0x3c, 0x44, 0x5e, 0xb8, 0x57, 0x0a, 0xb5, 0xa3, 0xae, 0x8a, 0xf1, - 0xd6, 0x24, 0x09, 0xa9, 0x14, 0x02, 0x6b, 0xbc, 0xa7, 0x5e, 0x83, 0x8a, 0x22, 0xce, 0xd3, 0xf4, - 0x47, 0x74, 0x91, 0xfc, 0x33, 0x30, 0x9e, 0xaa, 0xab, 0x27, 0x43, 0xe1, 0xfb, 0x16, 0x9c, 0xea, - 0x78, 0xc5, 0x14, 0x7d, 0x60, 0xc1, 0x99, 0x66, 0x86, 0x87, 0x49, 0x7c, 0xe0, 0xa3, 0xf8, 0xa6, - 0x92, 0x67, 0xff, 0x33, 0xb0, 0x38, 0xb3, 0x36, 0x99, 0xe9, 0xb2, 0x94, 0x9d, 0xe9, 0x92, 0x3d, - 0x85, 0xc3, 0xdb, 0x7e, 0x12, 0x1a, 0xd0, 0xb2, 0xa9, 0x01, 0x7d, 0xb2, 0x88, 0x18, 0x74, 0x51, - 0x7d, 0xfe, 0x8d, 0x05, 0x88, 0x13, 0xa4, 0x5f, 0x87, 0xe3, 0x1e, 0x3b, 0x4d, 0x67, 0x4f, 0xe4, - 0x46, 0x61, 0xb0, 0x46, 0xd5, 0x63, 0xe6, 0x6f, 0xf5, 0xaa, 0x52, 0xb1, 0xa7, 0xdb, 0xcb, 0x05, - 0x9e, 0x6e, 0xff, 0xcd, 0x32, 0xa4, 0x43, 0x1b, 0xd0, 0x57, 0x60, 0xa4, 0xe1, 0xb4, 0x9c, 0x75, - 0xaf, 0xe9, 0xc5, 0x1e, 0x89, 0x8a, 0x1d, 0x1b, 0x2d, 0x68, 0x25, 0x84, 0xcf, 0x57, 0x83, 0x60, - 0x83, 0x23, 0x9a, 0x01, 0x68, 0x85, 0xde, 0x8e, 0xd7, 0x24, 0x9b, 0x4c, 0xef, 0x50, 0x79, 0x42, - 0x6a, 0x0a, 0x8a, 0x35, 0x8a, 0x8c, 0x18, 0xba, 0xf2, 0x49, 0xc4, 0xd0, 0xf5, 0xf5, 0x18, 0x43, - 0xd7, 0x5f, 0x28, 0x86, 0x0e, 0xc3, 0x39, 0xe9, 0xaa, 0xa5, 0xff, 0x97, 0xbc, 0x26, 0xe1, 0xa9, - 0xed, 0x44, 0xe4, 0xe3, 0xd4, 0xfe, 0xde, 0xf4, 0x39, 0x9c, 0x49, 0x81, 0xbb, 0x94, 0xb4, 0xdb, - 0x70, 0xba, 0x4e, 0x42, 0x8f, 0x65, 0x1e, 0x72, 0x93, 0x19, 0xf8, 0x2e, 0x54, 0xc2, 0xd4, 0xe4, - 0xef, 0xf1, 0x96, 0x98, 0x96, 0xbf, 0x41, 0x4e, 0xf6, 0x84, 0xa5, 0xfd, 0x17, 0x4b, 0x30, 0x28, - 0x42, 0x88, 0x8e, 0x71, 0x23, 0xb9, 0x65, 0xd8, 0x77, 0x2f, 0xe4, 0xcd, 0x5c, 0xd6, 0x9c, 0xae, - 0x96, 0x5d, 0x3d, 0x65, 0xd9, 0xbd, 0x54, 0x8c, 0xdd, 0xe1, 0x36, 0xdd, 0x0f, 0x4b, 0x30, 0x66, - 0x86, 0x52, 0x1d, 0xe3, 0x70, 0xbc, 0x0d, 0x83, 0x91, 0x88, 0x2f, 0x2a, 0xf4, 0x58, 0x7e, 0xfa, - 0x93, 0x26, 0xcf, 0xc0, 0x8b, 0x88, 0x22, 0xc9, 0x2e, 0x33, 0x84, 0xa9, 0x7c, 0x12, 0x21, 0x4c, - 0xf6, 0x8f, 0xd8, 0x92, 0xaa, 0x0f, 0xe0, 0x49, 0xec, 0x09, 0x6f, 0x99, 0xab, 0xef, 0xe5, 0x42, - 0xa2, 0x20, 0xda, 0xd7, 0x65, 0x6f, 0xf8, 0x9e, 0x05, 0xc3, 0x82, 0xf0, 0x24, 0x7a, 0xf0, 0x05, - 0xb3, 0x07, 0xcf, 0x17, 0xea, 0x41, 0x97, 0xa6, 0xff, 0xed, 0x92, 0x6a, 0x7a, 0x4d, 0xbc, 0x9a, - 0x99, 0x9b, 0xeb, 0x70, 0xa8, 0x15, 0x06, 0x71, 0xd0, 0x08, 0x9a, 0x62, 0x97, 0x7f, 0x26, 0x89, - 0x3a, 0xe7, 0xf0, 0x03, 0xed, 0x37, 0x56, 0xd4, 0x2c, 0x9a, 0x3a, 0x08, 0x63, 0xb1, 0x45, 0x65, - 0xbd, 0xd9, 0xb9, 0x2e, 0xdf, 0x44, 0xa6, 0x30, 0x71, 0x65, 0xa3, 0xd7, 0xb7, 0x40, 0x93, 0x18, - 0x72, 0xc5, 0x09, 0x6b, 0x5c, 0x65, 0x78, 0x23, 0xab, 0xa1, 0xdf, 0x74, 0xa3, 0xde, 0x16, 0x70, - 0xac, 0x28, 0xec, 0xd7, 0xd8, 0x1a, 0xcb, 0x86, 0xa7, 0xb7, 0xc0, 0xf0, 0x9f, 0x1b, 0x50, 0x03, - 0xcb, 0x9c, 0x24, 0xb7, 0xa1, 0x9f, 0x76, 0x51, 0xda, 0x81, 0xc5, 0x16, 0x34, 0xda, 0x04, 0x3d, - 0x40, 0x2c, 0x8c, 0x23, 0xcc, 0xd9, 0x20, 0xd2, 0xe1, 0x7b, 0x7f, 0xad, 0xf0, 0x1a, 0xd9, 0x83, - 0xb7, 0x9d, 0xe5, 0x4e, 0x61, 0xf9, 0x22, 0x96, 0x6b, 0xe9, 0xfc, 0x94, 0x0b, 0x12, 0x81, 0x13, - 0x1a, 0x34, 0x2b, 0xd4, 0x75, 0xf3, 0x49, 0x55, 0xa9, 0xae, 0xcb, 0x21, 0xd1, 0xf4, 0xf5, 0xab, - 0x30, 0xac, 0x32, 0x74, 0xd7, 0x78, 0xa2, 0xe5, 0x0a, 0xd7, 0x5f, 0x16, 0x13, 0x30, 0xd6, 0x69, - 0xd0, 0x32, 0x9c, 0x76, 0x55, 0x34, 0x6b, 0xad, 0xbd, 0xde, 0xf4, 0x1a, 0xb4, 0x28, 0xbf, 0x49, - 0xf2, 0xd4, 0xfe, 0xde, 0xf4, 0xe9, 0x6a, 0x27, 0x1a, 0x67, 0x95, 0x41, 0x6b, 0x30, 0x1e, 0xf1, - 0x4c, 0xe4, 0xf2, 0xce, 0x99, 0x48, 0xe0, 0xf6, 0xa2, 0x74, 0xfa, 0xd7, 0x4d, 0xf4, 0x01, 0x03, - 0xf1, 0x45, 0x41, 0x80, 0x70, 0x9a, 0x05, 0x7a, 0x13, 0xc6, 0x9a, 0xfa, 0x8b, 0x42, 0x35, 0x11, - 0xd4, 0xab, 0x02, 0x22, 0x8c, 0xf7, 0x86, 0x6a, 0x38, 0x45, 0x8d, 0xde, 0x86, 0x49, 0x1d, 0x22, - 0xae, 0x99, 0x3b, 0xfe, 0x26, 0x89, 0x44, 0x0a, 0xe4, 0x67, 0xf6, 0xf7, 0xa6, 0x27, 0x57, 0xba, - 0xd0, 0xe0, 0xae, 0xa5, 0xd1, 0x75, 0x18, 0x91, 0x23, 0xa9, 0x05, 0xf8, 0x26, 0xa1, 0x38, 0x1a, - 0x0e, 0x1b, 0x94, 0x1f, 0xed, 0x6c, 0xe3, 0xeb, 0xb4, 0xb0, 0xb6, 0xa9, 0xa2, 0xaf, 0xc2, 0x88, - 0xde, 0x46, 0xb1, 0x4c, 0x7e, 0xba, 0xf8, 0x2b, 0x4d, 0x62, 0x73, 0x56, 0x2d, 0xd7, 0x71, 0xd8, - 0xe0, 0x6d, 0x37, 0x60, 0x3c, 0xf5, 0x4a, 0xac, 0x7a, 0x6e, 0xd8, 0x7a, 0x5c, 0xcf, 0x0d, 0xdb, - 0xdf, 0xb0, 0xa0, 0x7f, 0xcd, 0xf1, 0xf2, 0x73, 0xfd, 0x17, 0x79, 0xaf, 0x17, 0xbd, 0x0a, 0x03, - 0x64, 0x63, 0x83, 0x34, 0xe4, 0xf3, 0xc5, 0xcf, 0xaa, 0xc7, 0xe7, 0x19, 0x94, 0xce, 0x24, 0x56, - 0x19, 0xff, 0x8b, 0x05, 0xb1, 0xfd, 0xef, 0x2c, 0x80, 0xb5, 0xa0, 0x29, 0x4f, 0x59, 0x72, 0x5a, - 0x32, 0xdf, 0xf1, 0xea, 0xc0, 0xc5, 0x8c, 0x57, 0x07, 0x50, 0xc2, 0x30, 0xe3, 0xcd, 0x01, 0xd5, - 0x9b, 0x72, 0xa1, 0xde, 0xf4, 0xf5, 0xd2, 0x9b, 0x6f, 0x59, 0x20, 0x42, 0x5e, 0x0a, 0x6c, 0x4b, - 0xae, 0xcc, 0x14, 0x6e, 0xe4, 0x7b, 0x78, 0xb1, 0xc8, 0xbd, 0x0d, 0x91, 0xe5, 0x41, 0x89, 0x92, - 0x91, 0xdb, 0xc1, 0xe0, 0x4a, 0x4d, 0xef, 0x61, 0x8e, 0x5e, 0x65, 0x0a, 0x5f, 0x7e, 0xbb, 0x7a, - 0xca, 0x25, 0xc5, 0x12, 0x69, 0x53, 0xc6, 0x2a, 0xa5, 0x90, 0x9e, 0x48, 0x5b, 0x22, 0x70, 0x42, - 0x83, 0x5e, 0x80, 0xc1, 0xa8, 0xbd, 0xce, 0xc8, 0x53, 0xf1, 0x2f, 0x75, 0x0e, 0xc6, 0x12, 0x6f, - 0xff, 0xcf, 0x09, 0x30, 0xba, 0x66, 0xa4, 0x2f, 0xb2, 0x1e, 0x7b, 0xfa, 0xa2, 0x77, 0x60, 0x88, - 0x6c, 0xb7, 0xe2, 0xdd, 0xaa, 0x17, 0x16, 0x4b, 0x25, 0xb7, 0x28, 0xa8, 0x3b, 0xb9, 0x4b, 0x0c, - 0x56, 0x1c, 0xbb, 0x24, 0xa3, 0x2a, 0x3f, 0x11, 0xc9, 0xa8, 0xfa, 0xfe, 0x9f, 0x24, 0xa3, 0x7a, - 0x1b, 0x06, 0x37, 0xf9, 0xf3, 0xf5, 0xe2, 0x9e, 0x5e, 0xce, 0xf1, 0x55, 0xc6, 0x5b, 0xf7, 0xfc, - 0x42, 0x96, 0x40, 0x60, 0xc9, 0x0e, 0xad, 0xc1, 0x00, 0x37, 0x16, 0x44, 0x7e, 0xa7, 0x4f, 0x17, - 0x71, 0xa3, 0x74, 0xa6, 0x3a, 0x12, 0x41, 0x4e, 0x82, 0x97, 0x4c, 0x3e, 0x35, 0xf8, 0xd1, 0x93, - 0x4f, 0xa9, 0x94, 0x51, 0x43, 0x8f, 0x2b, 0x65, 0x94, 0x91, 0x7a, 0xab, 0x72, 0x1c, 0xa9, 0xb7, - 0xbe, 0x65, 0xc1, 0xd9, 0x56, 0x56, 0xe6, 0x3a, 0x91, 0xfc, 0xe9, 0x73, 0x47, 0xc8, 0xe4, 0x67, - 0x54, 0xcd, 0xae, 0x4f, 0x65, 0x92, 0xe1, 0xec, 0x8a, 0x65, 0x0e, 0xaf, 0xe1, 0x8f, 0x9e, 0xc3, - 0xeb, 0xb8, 0xb3, 0x44, 0x25, 0x19, 0xbd, 0x46, 0x8f, 0x25, 0xa3, 0xd7, 0xd8, 0x63, 0xcc, 0xe8, - 0xa5, 0xe5, 0xe2, 0x1a, 0x7f, 0xbc, 0xb9, 0xb8, 0xb6, 0x60, 0xd8, 0x0d, 0x1e, 0xfa, 0x0f, 0x9d, - 0xd0, 0x9d, 0xab, 0x2d, 0x8b, 0xd4, 0x4f, 0x39, 0x39, 0x16, 0xaa, 0x49, 0x01, 0xa3, 0x06, 0xee, - 0x2f, 0x4c, 0x90, 0x58, 0x67, 0x2d, 0xb2, 0x92, 0x9d, 0xfa, 0x88, 0x59, 0xc9, 0x8c, 0xdc, 0x5e, - 0xe8, 0x38, 0x72, 0x7b, 0x7d, 0x85, 0xdd, 0xb4, 0xde, 0xf0, 0x36, 0x57, 0x9d, 0xd6, 0xe4, 0xe9, - 0x22, 0x35, 0x2c, 0x48, 0xf2, 0xce, 0x1a, 0x14, 0x0a, 0x27, 0x4c, 0x3b, 0xb3, 0x87, 0x9d, 0x39, - 0xe9, 0xec, 0x61, 0x67, 0x8f, 0x31, 0x7b, 0xd8, 0xb9, 0xe3, 0xc8, 0x1e, 0xf6, 0xe7, 0xe0, 0xfc, - 0xe1, 0xfd, 0x4f, 0x12, 0xc2, 0xd6, 0x12, 0x93, 0x3a, 0x95, 0x10, 0x96, 0xe9, 0x16, 0x1a, 0x95, - 0x16, 0x1c, 0x5c, 0x3a, 0x2c, 0x38, 0xd8, 0xfe, 0xa7, 0x16, 0x3c, 0xd5, 0x25, 0xb1, 0x48, 0xe1, - 0x68, 0xff, 0x16, 0x8c, 0xb7, 0xcc, 0xa2, 0x85, 0xef, 0xe5, 0x18, 0x89, 0x4c, 0x54, 0x1c, 0x59, - 0x0a, 0x81, 0xd3, 0xec, 0xe7, 0x3f, 0xf9, 0xe3, 0x0f, 0xcf, 0x7f, 0xec, 0x27, 0x1f, 0x9e, 0xff, - 0xd8, 0xef, 0x7d, 0x78, 0xfe, 0x63, 0x3f, 0xb3, 0x7f, 0xde, 0xfa, 0xf1, 0xfe, 0x79, 0xeb, 0x27, - 0xfb, 0xe7, 0xad, 0x3f, 0xdc, 0x3f, 0x6f, 0x7d, 0xeb, 0x8f, 0xce, 0x7f, 0xec, 0x4b, 0xa5, 0x9d, - 0xab, 0xff, 0x37, 0x00, 0x00, 0xff, 0xff, 0x45, 0xe3, 0x62, 0xad, 0x9e, 0xb3, 0x00, 0x00, + // 10015 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xec, 0x7d, 0x6d, 0x6c, 0x25, 0xd7, + 0x75, 0x98, 0xe7, 0x3d, 0x7e, 0xbd, 0xc3, 0xcf, 0xbd, 0xfb, 0x21, 0x8a, 0x91, 0x96, 0xeb, 0x91, + 0xb5, 0x5e, 0x49, 0x2b, 0xae, 0x77, 0x25, 0x45, 0xb2, 0xa5, 0xca, 0x26, 0xf9, 0xc8, 0x5d, 0x7a, + 0x97, 0xbb, 0x4f, 0xf7, 0x71, 0xb5, 0xb2, 0xad, 0x4a, 0x1e, 0xbe, 0xb9, 0x24, 0xc7, 0x3b, 0x9c, + 0x79, 0x9a, 0x99, 0xc7, 0x5d, 0xda, 0x0d, 0x90, 0x3a, 0x6a, 0x8a, 0x22, 0x46, 0xea, 0xa2, 0x35, + 0x5a, 0xa0, 0x2d, 0xea, 0x16, 0x68, 0x91, 0x36, 0x68, 0x1a, 0xa7, 0x6e, 0x62, 0xb7, 0x86, 0x51, + 0xa0, 0xa9, 0xe1, 0x7e, 0xa4, 0x70, 0x80, 0xa0, 0x09, 0x12, 0x80, 0x8d, 0x18, 0x14, 0xfd, 0xd1, + 0x1f, 0x2d, 0xd0, 0x5f, 0x25, 0x82, 0xb6, 0xb8, 0x9f, 0x73, 0xef, 0xbc, 0x79, 0x9c, 0x79, 0xd4, + 0x92, 0x51, 0x82, 0xfe, 0x7b, 0xef, 0x9c, 0x73, 0xcf, 0xfd, 0x98, 0x73, 0xcf, 0x3d, 0xf7, 0xdc, + 0x73, 0xcf, 0x85, 0xcb, 0xf7, 0x5f, 0x89, 0xe7, 0xbc, 0xf0, 0xca, 0xfd, 0xce, 0x3a, 0x89, 0x02, + 0x92, 0x90, 0xf8, 0x4a, 0xfb, 0xfe, 0xe6, 0x15, 0xa7, 0xed, 0x5d, 0xd9, 0xb9, 0x7a, 0x65, 0x93, + 0x04, 0x24, 0x72, 0x12, 0xe2, 0xce, 0xb5, 0xa3, 0x30, 0x09, 0xd1, 0x13, 0x9c, 0x7a, 0x2e, 0xa5, + 0x9e, 0x6b, 0xdf, 0xdf, 0x9c, 0x73, 0xda, 0xde, 0xdc, 0xce, 0xd5, 0x99, 0xe7, 0x37, 0xbd, 0x64, + 0xab, 0xb3, 0x3e, 0xd7, 0x0a, 0xb7, 0xaf, 0x6c, 0x86, 0x9b, 0xe1, 0x15, 0x56, 0x68, 0xbd, 0xb3, + 0xc1, 0xfe, 0xb1, 0x3f, 0xec, 0x17, 0x67, 0x36, 0x73, 0xad, 0x77, 0xd5, 0x11, 0x89, 0xc3, 0x4e, + 0xd4, 0x22, 0xd9, 0x06, 0xcc, 0xbc, 0xd4, 0xbb, 0x4c, 0x27, 0xd8, 0x21, 0x51, 0xec, 0x85, 0x01, + 0x71, 0xbb, 0x8a, 0x3d, 0x9f, 0x5f, 0x2c, 0xea, 0x04, 0x89, 0xb7, 0xdd, 0x5d, 0xcb, 0xd5, 0x7c, + 0xf2, 0x4e, 0xe2, 0xf9, 0x57, 0xbc, 0x20, 0x89, 0x93, 0x28, 0x5b, 0xc4, 0xfe, 0x5d, 0x0b, 0x2e, + 0xcc, 0xdf, 0x6b, 0x2e, 0xf9, 0x4e, 0x9c, 0x78, 0xad, 0x05, 0x3f, 0x6c, 0xdd, 0x6f, 0x26, 0x61, + 0x44, 0xde, 0x0c, 0xfd, 0xce, 0x36, 0x69, 0xb2, 0xde, 0xa0, 0xcb, 0x30, 0xb2, 0xc3, 0xfe, 0xaf, + 0xd4, 0xa7, 0xad, 0x0b, 0xd6, 0xa5, 0xda, 0xc2, 0xd4, 0x8f, 0xf7, 0x66, 0x3f, 0xb6, 0xbf, 0x37, + 0x3b, 0xf2, 0xa6, 0x80, 0x63, 0x45, 0x81, 0x2e, 0xc2, 0xd0, 0x46, 0xbc, 0xb6, 0xdb, 0x26, 0xd3, + 0x15, 0x46, 0x3b, 0x21, 0x68, 0x87, 0x96, 0x9b, 0x14, 0x8a, 0x05, 0x16, 0x5d, 0x81, 0x5a, 0xdb, + 0x89, 0x12, 0x2f, 0xf1, 0xc2, 0x60, 0xba, 0x7a, 0xc1, 0xba, 0x34, 0xb8, 0x70, 0x4a, 0x90, 0xd6, + 0x1a, 0x12, 0x81, 0x53, 0x1a, 0xda, 0x8c, 0x88, 0x38, 0xee, 0x9d, 0xc0, 0xdf, 0x9d, 0x1e, 0xb8, + 0x60, 0x5d, 0x1a, 0x49, 0x9b, 0x81, 0x05, 0x1c, 0x2b, 0x0a, 0xfb, 0x7b, 0x15, 0x18, 0x99, 0xdf, + 0xd8, 0xf0, 0x02, 0x2f, 0xd9, 0x45, 0x5f, 0x86, 0xb1, 0x20, 0x74, 0x89, 0xfc, 0xcf, 0x7a, 0x31, + 0x7a, 0xed, 0xd9, 0xb9, 0xc3, 0xe4, 0x62, 0xee, 0xb6, 0x56, 0x62, 0x61, 0x6a, 0x7f, 0x6f, 0x76, + 0x4c, 0x87, 0x60, 0x83, 0x23, 0x7a, 0x1b, 0x46, 0xdb, 0xa1, 0xab, 0x2a, 0xa8, 0xb0, 0x0a, 0x9e, + 0x39, 0xbc, 0x82, 0x46, 0x5a, 0x60, 0x61, 0x72, 0x7f, 0x6f, 0x76, 0x54, 0x03, 0x60, 0x9d, 0x1d, + 0xf2, 0x61, 0x92, 0xfe, 0x0d, 0x12, 0x4f, 0xd5, 0x50, 0x65, 0x35, 0x3c, 0x5f, 0x5c, 0x83, 0x56, + 0x68, 0xe1, 0xf4, 0xfe, 0xde, 0xec, 0x64, 0x06, 0x88, 0xb3, 0xac, 0xed, 0xaf, 0xc2, 0xc4, 0x7c, + 0x92, 0x38, 0xad, 0x2d, 0xe2, 0xf2, 0xef, 0x8b, 0x5e, 0x84, 0x81, 0xc0, 0xd9, 0x26, 0xe2, 0xeb, + 0x5f, 0x10, 0xc3, 0x3e, 0x70, 0xdb, 0xd9, 0x26, 0x07, 0x7b, 0xb3, 0x53, 0x77, 0x03, 0xef, 0xbd, + 0x8e, 0x90, 0x19, 0x0a, 0xc3, 0x8c, 0x1a, 0x5d, 0x03, 0x70, 0xc9, 0x8e, 0xd7, 0x22, 0x0d, 0x27, + 0xd9, 0x12, 0xd2, 0x80, 0x44, 0x59, 0xa8, 0x2b, 0x0c, 0xd6, 0xa8, 0xec, 0xaf, 0x5b, 0x50, 0x9b, + 0xdf, 0x09, 0x3d, 0xb7, 0x11, 0xba, 0x31, 0xea, 0xc0, 0x64, 0x3b, 0x22, 0x1b, 0x24, 0x52, 0xa0, + 0x69, 0xeb, 0x42, 0xf5, 0xd2, 0xe8, 0xb5, 0x6b, 0x05, 0xfd, 0x36, 0x0b, 0x2d, 0x05, 0x49, 0xb4, + 0xbb, 0xf0, 0x98, 0xa8, 0x7a, 0x32, 0x83, 0xc5, 0xd9, 0x3a, 0xec, 0xbf, 0x56, 0x81, 0xb3, 0xf3, + 0x5f, 0xed, 0x44, 0xa4, 0xee, 0xc5, 0xf7, 0xb3, 0x53, 0xc1, 0xf5, 0xe2, 0xfb, 0xb7, 0xd3, 0xc1, + 0x50, 0x32, 0x58, 0x17, 0x70, 0xac, 0x28, 0xd0, 0xf3, 0x30, 0x4c, 0x7f, 0xdf, 0xc5, 0x2b, 0xa2, + 0xf7, 0xa7, 0x05, 0xf1, 0x68, 0xdd, 0x49, 0x9c, 0x3a, 0x47, 0x61, 0x49, 0x83, 0x56, 0x61, 0xb4, + 0xe5, 0xb4, 0xb6, 0xbc, 0x60, 0x73, 0x35, 0x74, 0x09, 0xfb, 0xc2, 0xb5, 0x85, 0xe7, 0x28, 0xf9, + 0x62, 0x0a, 0x3e, 0xd8, 0x9b, 0x9d, 0xe6, 0x6d, 0x13, 0x2c, 0x34, 0x1c, 0xd6, 0xcb, 0x23, 0x5b, + 0x4d, 0xc4, 0x01, 0xc6, 0x09, 0x72, 0x26, 0xe1, 0x25, 0x6d, 0x4e, 0x0d, 0xb2, 0x39, 0x35, 0xd6, + 0x63, 0x3e, 0xfd, 0x13, 0x4b, 0x8c, 0xc9, 0xb2, 0xe7, 0x9b, 0xea, 0xe1, 0x1a, 0x40, 0x4c, 0x5a, + 0x11, 0x49, 0xb4, 0x51, 0x51, 0x9f, 0xb9, 0xa9, 0x30, 0x58, 0xa3, 0xa2, 0x93, 0x3f, 0xde, 0x72, + 0x22, 0x26, 0x2d, 0x62, 0x6c, 0xd4, 0xe4, 0x6f, 0x4a, 0x04, 0x4e, 0x69, 0x8c, 0xc9, 0x5f, 0x2d, + 0x9c, 0xfc, 0xff, 0xd2, 0x82, 0xe1, 0x05, 0x2f, 0x70, 0xbd, 0x60, 0x13, 0xbd, 0x05, 0x23, 0xdb, + 0x24, 0x71, 0x5c, 0x27, 0x71, 0xc4, 0xbc, 0xbf, 0x74, 0xb8, 0xf0, 0xdc, 0x59, 0xff, 0x0a, 0x69, + 0x25, 0xab, 0x24, 0x71, 0xd2, 0x6e, 0xa4, 0x30, 0xac, 0xb8, 0xa1, 0xbb, 0x30, 0x94, 0x38, 0xd1, + 0x26, 0x49, 0xc4, 0x74, 0x7f, 0xbe, 0x0c, 0x5f, 0x4c, 0x45, 0x8d, 0x04, 0x2d, 0x92, 0x2a, 0xc6, + 0x35, 0xc6, 0x04, 0x0b, 0x66, 0x76, 0x0b, 0xc6, 0x16, 0x9d, 0xb6, 0xb3, 0xee, 0xf9, 0x5e, 0xe2, + 0x91, 0x18, 0x7d, 0x12, 0xaa, 0x8e, 0xeb, 0x32, 0xc1, 0xaf, 0x2d, 0x9c, 0xdd, 0xdf, 0x9b, 0xad, + 0xce, 0xbb, 0xee, 0xc1, 0xde, 0x2c, 0x28, 0xaa, 0x5d, 0x4c, 0x29, 0xd0, 0xb3, 0x30, 0xe0, 0x46, + 0x61, 0x7b, 0xba, 0xc2, 0x28, 0xcf, 0xd1, 0x19, 0x5a, 0x8f, 0xc2, 0x76, 0x86, 0x94, 0xd1, 0xd8, + 0xff, 0xb6, 0x02, 0x68, 0x91, 0xb4, 0xb7, 0x96, 0x9b, 0xc6, 0xb7, 0xbc, 0x04, 0x23, 0xdb, 0x61, + 0xe0, 0x25, 0x61, 0x14, 0x8b, 0x0a, 0x99, 0x3c, 0xac, 0x0a, 0x18, 0x56, 0x58, 0x74, 0x01, 0x06, + 0xda, 0xe9, 0xb4, 0x1e, 0x93, 0x2a, 0x81, 0x4d, 0x68, 0x86, 0xa1, 0x14, 0x9d, 0x98, 0x44, 0x42, + 0x8e, 0x15, 0xc5, 0xdd, 0x98, 0x44, 0x98, 0x61, 0x52, 0xc9, 0xa1, 0x32, 0x25, 0xa4, 0x34, 0x23, + 0x39, 0x14, 0x83, 0x35, 0x2a, 0xf4, 0x2e, 0xd4, 0xf8, 0x3f, 0x4c, 0x36, 0x98, 0xc8, 0x16, 0x2a, + 0x83, 0x5b, 0x61, 0xcb, 0xf1, 0xb3, 0x83, 0x3f, 0xce, 0x24, 0x4d, 0x32, 0xc2, 0x29, 0x4f, 0x43, + 0xd2, 0x86, 0x0a, 0x25, 0xed, 0x6f, 0x59, 0x80, 0x16, 0xbd, 0xc0, 0x25, 0xd1, 0x09, 0x2c, 0x99, + 0xfd, 0x4d, 0x82, 0x3f, 0xa0, 0x4d, 0x0b, 0xb7, 0xdb, 0x61, 0x40, 0x82, 0x64, 0x31, 0x0c, 0x5c, + 0xbe, 0x8c, 0x7e, 0x06, 0x06, 0x12, 0x5a, 0x15, 0x6f, 0xd6, 0x45, 0xf9, 0x59, 0x68, 0x05, 0x07, + 0x7b, 0xb3, 0xe7, 0xba, 0x4b, 0xb0, 0x26, 0xb0, 0x32, 0xe8, 0xd3, 0x30, 0x14, 0x27, 0x4e, 0xd2, + 0x89, 0x45, 0x43, 0x3f, 0x2e, 0x1b, 0xda, 0x64, 0xd0, 0x83, 0xbd, 0xd9, 0x49, 0x55, 0x8c, 0x83, + 0xb0, 0x28, 0x80, 0x9e, 0x81, 0xe1, 0x6d, 0x12, 0xc7, 0xce, 0xa6, 0x54, 0x6c, 0x93, 0xa2, 0xec, + 0xf0, 0x2a, 0x07, 0x63, 0x89, 0x47, 0x4f, 0xc1, 0x20, 0x89, 0xa2, 0x30, 0x12, 0x12, 0x31, 0x2e, + 0x08, 0x07, 0x97, 0x28, 0x10, 0x73, 0x9c, 0xfd, 0xdb, 0x16, 0x4c, 0xaa, 0xb6, 0xf2, 0xba, 0x8e, + 0x71, 0xaa, 0xbb, 0x00, 0x2d, 0xd9, 0xb1, 0x98, 0x4d, 0xb0, 0xd1, 0x6b, 0x9f, 0x3a, 0x9c, 0x77, + 0xf7, 0x40, 0xa6, 0x75, 0x28, 0x50, 0x8c, 0x35, 0xbe, 0xf6, 0x8f, 0x2d, 0x38, 0x9d, 0xe9, 0xd3, + 0x2d, 0x2f, 0x4e, 0xd0, 0x9f, 0xef, 0xea, 0xd7, 0x95, 0x43, 0xea, 0xd6, 0x2c, 0xca, 0x39, 0x5a, + 0x9c, 0x75, 0x4f, 0x09, 0x8a, 0x84, 0x68, 0x9d, 0xc3, 0x30, 0xe8, 0x25, 0x64, 0x5b, 0xf6, 0xeb, + 0xf9, 0x92, 0xfd, 0xe2, 0x0d, 0x4c, 0x3f, 0xcf, 0x0a, 0xe5, 0x81, 0x39, 0x2b, 0xfb, 0x7f, 0x59, + 0x50, 0x5b, 0x0c, 0x83, 0x0d, 0x6f, 0x73, 0xd5, 0x69, 0x1f, 0xe3, 0x87, 0x69, 0xc2, 0x00, 0xe3, + 0xca, 0x9b, 0x7e, 0xb5, 0xa8, 0xe9, 0xa2, 0x41, 0x73, 0x74, 0xf1, 0xe4, 0x56, 0x81, 0xd2, 0x4b, + 0x14, 0x84, 0x19, 0xb3, 0x99, 0x97, 0xa1, 0xa6, 0x08, 0xd0, 0x14, 0x54, 0xef, 0x13, 0x6e, 0x32, + 0xd6, 0x30, 0xfd, 0x89, 0xce, 0xc0, 0xe0, 0x8e, 0xe3, 0x77, 0xc4, 0x6c, 0xc5, 0xfc, 0xcf, 0x67, + 0x2a, 0xaf, 0x58, 0xf6, 0x0f, 0x2c, 0x38, 0xa3, 0x2a, 0xb9, 0x49, 0x76, 0x9b, 0xc4, 0x27, 0xad, + 0x24, 0x8c, 0xd0, 0xfb, 0x16, 0x9c, 0xf1, 0x73, 0xf4, 0x90, 0x18, 0x8d, 0xa3, 0x68, 0xb0, 0x27, + 0x44, 0xc3, 0xcf, 0xe4, 0x61, 0x71, 0x6e, 0x6d, 0xe8, 0x49, 0xde, 0x17, 0x3e, 0x79, 0x47, 0x05, + 0x83, 0xea, 0x4d, 0xb2, 0xcb, 0x3a, 0x46, 0x9b, 0x3f, 0xae, 0x9a, 0x7f, 0x12, 0x92, 0x77, 0xcb, + 0x94, 0xbc, 0x4f, 0x96, 0xfc, 0x7c, 0x3d, 0x64, 0xee, 0xef, 0x55, 0xe0, 0xac, 0xa2, 0x31, 0xd4, + 0xf1, 0x47, 0x64, 0xf8, 0xfb, 0xeb, 0xee, 0x4d, 0xb2, 0xbb, 0x16, 0xd2, 0xf5, 0x34, 0xbf, 0xbb, + 0xe8, 0x2a, 0x8c, 0xba, 0x64, 0xc3, 0xe9, 0xf8, 0x89, 0x32, 0x17, 0x07, 0xf9, 0x3e, 0xa2, 0x9e, + 0x82, 0xb1, 0x4e, 0x63, 0xff, 0x56, 0x8d, 0xcd, 0xca, 0xc4, 0xf1, 0x02, 0x12, 0xd1, 0x05, 0x5a, + 0xb3, 0xea, 0xc7, 0x74, 0xab, 0x5e, 0x58, 0xf0, 0x4f, 0xc1, 0xa0, 0xb7, 0x4d, 0x55, 0x76, 0xc5, + 0xd4, 0xc4, 0x2b, 0x14, 0x88, 0x39, 0x0e, 0x3d, 0x0d, 0xc3, 0xad, 0x70, 0x7b, 0xdb, 0x09, 0xdc, + 0xe9, 0x2a, 0x33, 0x19, 0x46, 0xa9, 0x56, 0x5f, 0xe4, 0x20, 0x2c, 0x71, 0xe8, 0x09, 0x18, 0x70, + 0xa2, 0xcd, 0x78, 0x7a, 0x80, 0xd1, 0x8c, 0xd0, 0x9a, 0xe6, 0xa3, 0xcd, 0x18, 0x33, 0x28, 0x35, + 0x05, 0x1e, 0x84, 0xd1, 0x7d, 0x2f, 0xd8, 0xac, 0x7b, 0x11, 0x5b, 0xd7, 0x35, 0x53, 0xe0, 0x9e, + 0xc2, 0x60, 0x8d, 0x0a, 0x35, 0x60, 0xb0, 0x1d, 0x46, 0x49, 0x3c, 0x3d, 0xc4, 0x86, 0xf3, 0xb9, + 0x42, 0xe9, 0xe1, 0xfd, 0x6e, 0x84, 0x51, 0x92, 0x76, 0x85, 0xfe, 0x8b, 0x31, 0x67, 0x84, 0x16, + 0xa1, 0x4a, 0x82, 0x9d, 0xe9, 0x61, 0xc6, 0xef, 0x13, 0x87, 0xf3, 0x5b, 0x0a, 0x76, 0xde, 0x74, + 0xa2, 0x74, 0x16, 0x2d, 0x05, 0x3b, 0x98, 0x96, 0x46, 0x2d, 0xa8, 0x49, 0x47, 0x40, 0x3c, 0x3d, + 0x52, 0x46, 0xc0, 0xb0, 0x20, 0xc7, 0xe4, 0xbd, 0x8e, 0x17, 0x91, 0x6d, 0x12, 0x24, 0x71, 0x6a, + 0x0f, 0x4b, 0x6c, 0x8c, 0x53, 0xbe, 0xa8, 0x05, 0x63, 0xdc, 0x7c, 0x58, 0x0d, 0x3b, 0x41, 0x12, + 0x4f, 0xd7, 0x58, 0x93, 0x0b, 0x36, 0x9c, 0x6f, 0xa6, 0x25, 0x16, 0xce, 0x08, 0xf6, 0x63, 0x1a, + 0x30, 0xc6, 0x06, 0x53, 0xf4, 0x36, 0x8c, 0xfb, 0xde, 0x0e, 0x09, 0x48, 0x1c, 0x37, 0xa2, 0x70, + 0x9d, 0x4c, 0x03, 0xeb, 0xcd, 0x53, 0x45, 0x9b, 0xaf, 0x70, 0x9d, 0x2c, 0x9c, 0xda, 0xdf, 0x9b, + 0x1d, 0xbf, 0xa5, 0x97, 0xc6, 0x26, 0x33, 0xf4, 0x2e, 0x4c, 0x50, 0x5b, 0xc5, 0x4b, 0xd9, 0x8f, + 0x96, 0x67, 0x8f, 0xf6, 0xf7, 0x66, 0x27, 0xb0, 0x51, 0x1c, 0x67, 0xd8, 0xa1, 0x35, 0xa8, 0xf9, + 0xde, 0x06, 0x69, 0xed, 0xb6, 0x7c, 0x32, 0x3d, 0xc6, 0x78, 0x17, 0x4c, 0xb9, 0x5b, 0x92, 0x9c, + 0xdb, 0x87, 0xea, 0x2f, 0x4e, 0x19, 0xa1, 0x37, 0xe1, 0x5c, 0x42, 0xa2, 0x6d, 0x2f, 0x70, 0xe8, + 0xa2, 0x2d, 0x8c, 0x17, 0xb6, 0xc3, 0x1d, 0x67, 0x52, 0x7b, 0x5e, 0x0c, 0xec, 0xb9, 0xb5, 0x5c, + 0x2a, 0xdc, 0xa3, 0x34, 0xba, 0x03, 0x93, 0x6c, 0x3e, 0x35, 0x3a, 0xbe, 0xdf, 0x08, 0x7d, 0xaf, + 0xb5, 0x3b, 0x3d, 0xc1, 0x18, 0x3e, 0x2d, 0xf7, 0xad, 0x2b, 0x26, 0x9a, 0xda, 0xf5, 0xe9, 0x3f, + 0x9c, 0x2d, 0x8d, 0x7c, 0x98, 0x8c, 0x49, 0xab, 0x13, 0x79, 0xc9, 0x2e, 0x95, 0x7d, 0xf2, 0x30, + 0x99, 0x9e, 0x2c, 0xb3, 0x4f, 0x69, 0x9a, 0x85, 0xb8, 0xd3, 0x20, 0x03, 0xc4, 0x59, 0xd6, 0x54, + 0x55, 0xc4, 0x89, 0xeb, 0x05, 0xd3, 0x53, 0xcc, 0x30, 0x55, 0xf3, 0xab, 0x49, 0x81, 0x98, 0xe3, + 0xd8, 0xb6, 0x8f, 0xfe, 0xb8, 0x43, 0x75, 0xef, 0x29, 0x46, 0x98, 0x6e, 0xfb, 0x24, 0x02, 0xa7, + 0x34, 0x74, 0xc1, 0x4a, 0x92, 0xdd, 0x69, 0xc4, 0x48, 0xd5, 0x54, 0x5b, 0x5b, 0xfb, 0x02, 0xa6, + 0x70, 0x7b, 0x1d, 0x26, 0xd4, 0xb4, 0x66, 0xa3, 0x83, 0x66, 0x61, 0x90, 0x6a, 0x2e, 0xb9, 0x7b, + 0xa9, 0xd1, 0x26, 0x50, 0x85, 0x16, 0x63, 0x0e, 0x67, 0x4d, 0xf0, 0xbe, 0x4a, 0x16, 0x76, 0x13, + 0xc2, 0xad, 0xd8, 0xaa, 0xd6, 0x04, 0x89, 0xc0, 0x29, 0x8d, 0xfd, 0x7f, 0xf8, 0xa2, 0x98, 0xea, + 0x8e, 0x12, 0x7a, 0xf3, 0x32, 0x8c, 0x6c, 0x85, 0x71, 0x42, 0xa9, 0x59, 0x1d, 0x83, 0xe9, 0x2a, + 0x78, 0x43, 0xc0, 0xb1, 0xa2, 0x40, 0xaf, 0xc2, 0x78, 0x4b, 0xaf, 0x40, 0xa8, 0xf2, 0xb3, 0xa2, + 0x88, 0x59, 0x3b, 0x36, 0x69, 0xd1, 0x2b, 0x30, 0xc2, 0x5c, 0x79, 0xad, 0xd0, 0x17, 0xf6, 0xb2, + 0x5c, 0x99, 0x46, 0x1a, 0x02, 0x7e, 0xa0, 0xfd, 0xc6, 0x8a, 0x9a, 0xee, 0x3a, 0x68, 0x13, 0x56, + 0x1a, 0x42, 0xdd, 0xaa, 0x5d, 0xc7, 0x0d, 0x06, 0xc5, 0x02, 0x6b, 0xff, 0x6a, 0x45, 0x1b, 0x65, + 0x6a, 0xf4, 0x11, 0xf4, 0x45, 0x18, 0x7e, 0xe0, 0x78, 0x89, 0x17, 0x6c, 0x8a, 0x15, 0xf4, 0x85, + 0x92, 0xba, 0x97, 0x15, 0xbf, 0xc7, 0x8b, 0xf2, 0x75, 0x42, 0xfc, 0xc1, 0x92, 0x21, 0xe5, 0x1d, + 0x75, 0x82, 0x80, 0xf2, 0xae, 0xf4, 0xcf, 0x1b, 0xf3, 0xa2, 0x9c, 0xb7, 0xf8, 0x83, 0x25, 0x43, + 0xb4, 0x01, 0x20, 0x67, 0x1f, 0x71, 0x85, 0x0b, 0xed, 0xa7, 0xfb, 0x61, 0xbf, 0xa6, 0x4a, 0x2f, + 0x4c, 0xd0, 0x95, 0x29, 0xfd, 0x8f, 0x35, 0xce, 0x76, 0x87, 0x19, 0x22, 0xdd, 0xcd, 0x42, 0x6f, + 0xd3, 0x09, 0xe0, 0x44, 0x09, 0x71, 0xe7, 0x13, 0x31, 0x74, 0xcf, 0x95, 0x34, 0xa8, 0xd6, 0xbc, + 0x6d, 0xa2, 0xcf, 0x16, 0xc1, 0x05, 0xa7, 0x0c, 0xed, 0xef, 0x57, 0x61, 0xba, 0x57, 0x7b, 0xa9, + 0x4c, 0x92, 0x87, 0x5e, 0xb2, 0x48, 0x6d, 0x05, 0xcb, 0x94, 0xc9, 0x25, 0x01, 0xc7, 0x8a, 0x82, + 0x0a, 0x47, 0xec, 0x6d, 0x06, 0x8e, 0x2f, 0xe4, 0x57, 0x09, 0x47, 0x93, 0x41, 0xb1, 0xc0, 0x52, + 0xba, 0x88, 0x38, 0xb1, 0x70, 0xe1, 0x6a, 0x42, 0x84, 0x19, 0x14, 0x0b, 0xac, 0xbe, 0xfd, 0x1b, + 0x28, 0xd8, 0xfe, 0x19, 0x63, 0x34, 0xf8, 0x88, 0xc7, 0x08, 0xbd, 0x0b, 0xb0, 0xe1, 0x05, 0x5e, + 0xbc, 0xc5, 0xd8, 0x0f, 0xf5, 0xcf, 0x5e, 0x59, 0x25, 0xcb, 0x8a, 0x0d, 0xd6, 0x58, 0xa2, 0x97, + 0x60, 0x54, 0xcd, 0xd0, 0x95, 0xfa, 0xf4, 0xb0, 0xe9, 0xf8, 0x4b, 0xd5, 0x55, 0x1d, 0xeb, 0x74, + 0xf6, 0x57, 0xb2, 0x22, 0x23, 0x26, 0x86, 0x36, 0xc2, 0x56, 0xd9, 0x11, 0xae, 0x1c, 0x3e, 0xc2, + 0xf6, 0x7f, 0xae, 0xd2, 0xbd, 0xb3, 0x56, 0x59, 0x27, 0x2e, 0xa1, 0xd4, 0xde, 0xa0, 0x1a, 0xde, + 0x49, 0x88, 0x98, 0x96, 0x97, 0xfb, 0x99, 0x37, 0xfa, 0x7a, 0x40, 0xa7, 0x03, 0xe7, 0x84, 0xb6, + 0xa0, 0xe6, 0x3b, 0x31, 0xdb, 0x49, 0x12, 0x31, 0x1d, 0xfb, 0x63, 0x9b, 0x5a, 0xe1, 0x4e, 0x9c, + 0x68, 0x0b, 0x2e, 0xaf, 0x25, 0x65, 0x4e, 0x97, 0x27, 0x6a, 0x1d, 0xc8, 0x93, 0x03, 0xd5, 0x1c, + 0x6a, 0x42, 0xec, 0x62, 0x8e, 0x43, 0xaf, 0xc0, 0x58, 0x44, 0x98, 0xa8, 0x2c, 0x52, 0x03, 0x88, + 0x09, 0xdf, 0x60, 0x6a, 0x29, 0x61, 0x0d, 0x87, 0x0d, 0xca, 0xd4, 0x50, 0x1e, 0x3a, 0xc4, 0x50, + 0x7e, 0x06, 0x86, 0xd9, 0x0f, 0x25, 0x15, 0xea, 0x0b, 0xad, 0x70, 0x30, 0x96, 0xf8, 0xac, 0x10, + 0x8d, 0x94, 0x14, 0xa2, 0x67, 0x61, 0xa2, 0xee, 0x90, 0xed, 0x30, 0x58, 0x0a, 0xdc, 0x76, 0xe8, + 0x05, 0x09, 0x9a, 0x86, 0x01, 0xb6, 0xa4, 0xf0, 0x19, 0x3f, 0x40, 0x39, 0xe0, 0x01, 0x6a, 0xec, + 0xda, 0xff, 0xd7, 0x82, 0xf1, 0x3a, 0xf1, 0x49, 0x42, 0xee, 0xb4, 0x99, 0xfb, 0x01, 0x2d, 0x03, + 0xda, 0x8c, 0x9c, 0x16, 0x69, 0x90, 0xc8, 0x0b, 0xdd, 0x26, 0x69, 0x85, 0x01, 0x73, 0xb8, 0xd3, + 0x35, 0xf2, 0xdc, 0xfe, 0xde, 0x2c, 0xba, 0xde, 0x85, 0xc5, 0x39, 0x25, 0x90, 0x0b, 0xe3, 0xed, + 0x88, 0x18, 0xfe, 0x12, 0xab, 0xd8, 0x3e, 0x6f, 0xe8, 0x45, 0xb8, 0xf9, 0x68, 0x80, 0xb0, 0xc9, + 0x14, 0x7d, 0x0e, 0xa6, 0xc2, 0xa8, 0xbd, 0xe5, 0x04, 0x75, 0xd2, 0x26, 0x81, 0x4b, 0x6d, 0x66, + 0xe1, 0x14, 0x3b, 0xb3, 0xbf, 0x37, 0x3b, 0x75, 0x27, 0x83, 0xc3, 0x5d, 0xd4, 0xf6, 0x2f, 0x57, + 0xe0, 0x6c, 0x3d, 0x7c, 0x10, 0x3c, 0x70, 0x22, 0x77, 0xbe, 0xb1, 0xc2, 0x0d, 0x61, 0xe6, 0x64, + 0x94, 0xce, 0x4d, 0xab, 0xa7, 0x73, 0xf3, 0x4b, 0x30, 0xb2, 0xe1, 0x11, 0xdf, 0xc5, 0x64, 0x43, + 0x74, 0xef, 0x6a, 0x19, 0x8f, 0xc6, 0x32, 0x2d, 0x23, 0xbd, 0x02, 0xdc, 0xb7, 0xba, 0x2c, 0xd8, + 0x60, 0xc5, 0x10, 0x75, 0x60, 0x4a, 0x5a, 0xfa, 0x12, 0x2b, 0x66, 0xc7, 0x0b, 0xe5, 0x36, 0x12, + 0x66, 0x35, 0x6c, 0x3c, 0x70, 0x86, 0x21, 0xee, 0xaa, 0x82, 0xee, 0xd0, 0xb6, 0xe9, 0xea, 0x30, + 0xc0, 0x64, 0x85, 0xed, 0xd0, 0xd8, 0x16, 0x92, 0x41, 0xed, 0x7f, 0x64, 0xc1, 0x63, 0x5d, 0xa3, + 0x25, 0xf6, 0xd7, 0x6f, 0xc9, 0x8d, 0x2d, 0x3f, 0x9d, 0x29, 0x68, 0x65, 0xee, 0x98, 0x97, 0xdb, + 0xe4, 0x56, 0x4a, 0x6c, 0x72, 0xef, 0xc0, 0x99, 0xa5, 0xed, 0x76, 0xb2, 0x5b, 0xf7, 0x4c, 0x9f, + 0xec, 0xcb, 0x30, 0xb4, 0x4d, 0x5c, 0xaf, 0xb3, 0x2d, 0x3e, 0xeb, 0xac, 0x54, 0xa4, 0xab, 0x0c, + 0x7a, 0xb0, 0x37, 0x3b, 0xde, 0x4c, 0xc2, 0xc8, 0xd9, 0x24, 0x1c, 0x80, 0x05, 0xb9, 0xfd, 0x81, + 0x05, 0x93, 0x72, 0x42, 0xcd, 0xbb, 0x6e, 0x44, 0xe2, 0x18, 0xcd, 0x40, 0xc5, 0x6b, 0x0b, 0x46, + 0x20, 0x18, 0x55, 0x56, 0x1a, 0xb8, 0xe2, 0xb5, 0xd1, 0x17, 0xa1, 0xc6, 0x5d, 0xf9, 0xa9, 0x70, + 0xf4, 0x79, 0x34, 0xc0, 0x76, 0x1f, 0x6b, 0x92, 0x07, 0x4e, 0xd9, 0x49, 0xcb, 0x92, 0xa9, 0xea, + 0xaa, 0xe9, 0x58, 0xbe, 0x21, 0xe0, 0x58, 0x51, 0xa0, 0x4b, 0x30, 0x12, 0x84, 0x2e, 0x3f, 0x65, + 0xe1, 0xcb, 0x2e, 0x13, 0xb9, 0xdb, 0x02, 0x86, 0x15, 0xd6, 0xfe, 0x86, 0x05, 0x63, 0xb2, 0x8f, + 0x25, 0x8d, 0x5c, 0x3a, 0x49, 0x52, 0x03, 0x37, 0x9d, 0x24, 0xd4, 0x48, 0x65, 0x18, 0xc3, 0x36, + 0xad, 0xf6, 0x63, 0x9b, 0xda, 0xdf, 0xaf, 0xc0, 0x84, 0x6c, 0x4e, 0xb3, 0xb3, 0x1e, 0x93, 0x04, + 0xbd, 0x03, 0x35, 0x87, 0x0f, 0x3e, 0x91, 0x72, 0xf6, 0x7c, 0xd1, 0x0e, 0xdd, 0xf8, 0x66, 0xa9, + 0x61, 0x30, 0x2f, 0xf9, 0xe0, 0x94, 0x25, 0xda, 0x81, 0x53, 0x41, 0x98, 0xb0, 0xf5, 0x40, 0xe1, + 0xcb, 0x79, 0x44, 0xb3, 0xf5, 0x3c, 0x2e, 0xea, 0x39, 0x75, 0x3b, 0xcb, 0x0f, 0x77, 0x57, 0x81, + 0xee, 0x48, 0x2f, 0x46, 0x95, 0xd5, 0xf5, 0x6c, 0xb9, 0xba, 0x7a, 0x3b, 0x31, 0xec, 0x1f, 0x5a, + 0x50, 0x93, 0x64, 0xc7, 0xe9, 0x13, 0xbf, 0x07, 0xc3, 0x31, 0xfb, 0x34, 0x72, 0x98, 0x2e, 0x97, + 0x6b, 0x3a, 0xff, 0x9e, 0xe9, 0xe2, 0xc7, 0xff, 0xc7, 0x58, 0x72, 0x63, 0x6e, 0x48, 0xd5, 0x81, + 0x8f, 0x9e, 0x1b, 0x52, 0x35, 0xad, 0x87, 0x1b, 0xf2, 0x97, 0x2c, 0x18, 0xe2, 0xce, 0xa1, 0x72, + 0x1e, 0x36, 0xcd, 0x97, 0x9c, 0x72, 0x7c, 0x93, 0x02, 0x85, 0x6b, 0x19, 0xdd, 0x83, 0x1a, 0xfb, + 0xb1, 0x1c, 0x85, 0xdb, 0x62, 0x21, 0x78, 0xb6, 0x8c, 0x73, 0x8a, 0x2b, 0x3e, 0xae, 0x4d, 0xde, + 0x94, 0x0c, 0x70, 0xca, 0xcb, 0xfe, 0x41, 0x95, 0xce, 0xfa, 0x94, 0xd4, 0x58, 0xd6, 0xac, 0x93, + 0x58, 0xd6, 0x2a, 0xc7, 0xbf, 0xac, 0xbd, 0x07, 0x93, 0x2d, 0xcd, 0x27, 0x9f, 0x2e, 0xa6, 0xd7, + 0x4a, 0xba, 0x9b, 0x35, 0x47, 0x3e, 0x77, 0x86, 0x2c, 0x9a, 0xec, 0x70, 0x96, 0x3f, 0x22, 0x30, + 0xc6, 0x0f, 0x14, 0x45, 0x7d, 0x03, 0x85, 0x32, 0xcb, 0xfd, 0x2e, 0xbc, 0x84, 0xaa, 0x8c, 0x05, + 0x9d, 0x34, 0x35, 0x46, 0xd8, 0x60, 0x6b, 0xff, 0x8d, 0x41, 0x18, 0x5c, 0xda, 0x21, 0x41, 0x72, + 0x8c, 0xb3, 0x7c, 0x1b, 0x26, 0xbc, 0x60, 0x27, 0xf4, 0x77, 0x88, 0xcb, 0xf1, 0x47, 0x5b, 0xd1, + 0xce, 0x89, 0x4a, 0x26, 0x56, 0x0c, 0x66, 0x38, 0xc3, 0xfc, 0x38, 0xf6, 0x93, 0x6f, 0xc0, 0x10, + 0x97, 0x08, 0xb1, 0x99, 0x2c, 0x70, 0x92, 0xb2, 0x01, 0x15, 0x33, 0x27, 0xdd, 0xf5, 0x72, 0xff, + 0xac, 0x60, 0x84, 0xee, 0xc3, 0xc4, 0x86, 0x17, 0xc5, 0x09, 0xdd, 0x10, 0xc6, 0x89, 0xb3, 0xdd, + 0x3e, 0xca, 0x46, 0x52, 0x0d, 0xc9, 0xb2, 0xc1, 0x0a, 0x67, 0x58, 0xa3, 0x2d, 0x18, 0xa7, 0xfb, + 0x98, 0xb4, 0xae, 0xe1, 0xfe, 0xeb, 0x52, 0xbe, 0xa4, 0x5b, 0x3a, 0x27, 0x6c, 0x32, 0xa6, 0xca, + 0xa8, 0xc5, 0x36, 0x3e, 0x23, 0x6c, 0x49, 0x57, 0xca, 0x88, 0xef, 0x78, 0x38, 0x8e, 0xea, 0x34, + 0x76, 0x7e, 0x5c, 0x33, 0x75, 0x5a, 0x7a, 0x4a, 0x6c, 0x7f, 0x97, 0x2e, 0x40, 0x74, 0x14, 0x4f, + 0x42, 0x77, 0xdf, 0x30, 0x75, 0xf7, 0x53, 0x25, 0x3e, 0x6e, 0x0f, 0xbd, 0xfd, 0x65, 0x18, 0xd5, + 0xbe, 0x3d, 0xba, 0x02, 0xb5, 0x96, 0x3c, 0xea, 0x14, 0x0a, 0x5c, 0x19, 0x10, 0xea, 0x0c, 0x14, + 0xa7, 0x34, 0x74, 0x60, 0xa8, 0xe1, 0x95, 0x8d, 0x88, 0xa0, 0x66, 0x19, 0x66, 0x18, 0xfb, 0x05, + 0x80, 0xa5, 0x87, 0xa4, 0x35, 0xdf, 0x62, 0x07, 0xf1, 0xda, 0xb9, 0x89, 0xd5, 0xfb, 0xdc, 0xc4, + 0x7e, 0x1b, 0xc6, 0x97, 0x1e, 0xd2, 0x95, 0x5d, 0x6e, 0xd3, 0x2e, 0xc2, 0x10, 0x61, 0x00, 0xd6, + 0xaa, 0x91, 0x54, 0x48, 0x39, 0x19, 0x16, 0x58, 0x76, 0x8c, 0xfe, 0xd0, 0x11, 0x13, 0x56, 0xdb, + 0xf2, 0x2e, 0x51, 0x20, 0xe6, 0x38, 0xfb, 0x3b, 0x16, 0x4c, 0x2c, 0x2f, 0x1a, 0x76, 0xf2, 0x1c, + 0x00, 0xb7, 0x37, 0xef, 0xdd, 0xbb, 0x2d, 0xfd, 0xa8, 0xdc, 0xd9, 0xa5, 0xa0, 0x58, 0xa3, 0x40, + 0x8f, 0x43, 0xd5, 0xef, 0x04, 0xc2, 0x0c, 0x1c, 0xde, 0xdf, 0x9b, 0xad, 0xde, 0xea, 0x04, 0x98, + 0xc2, 0xb4, 0xc0, 0x86, 0x6a, 0xe9, 0xc0, 0x86, 0xe2, 0xd0, 0xbe, 0x6f, 0x55, 0x61, 0x6a, 0xd9, + 0x27, 0x0f, 0x8d, 0x56, 0x5f, 0x84, 0x21, 0x37, 0xf2, 0x76, 0x48, 0x94, 0x75, 0x93, 0xd4, 0x19, + 0x14, 0x0b, 0x6c, 0xe9, 0x58, 0x0b, 0x23, 0xce, 0xa4, 0x7a, 0xcc, 0x71, 0x26, 0x85, 0x7d, 0x46, + 0x1b, 0x30, 0x1c, 0xf2, 0xef, 0x3f, 0x3d, 0xc8, 0x04, 0xfd, 0xd5, 0xc3, 0x1b, 0x93, 0x1d, 0x9f, + 0x39, 0x21, 0x3d, 0xfc, 0xd0, 0x5b, 0x29, 0x4b, 0x01, 0xc5, 0x92, 0xf9, 0xcc, 0x67, 0x60, 0x4c, + 0xa7, 0xec, 0xeb, 0xf4, 0xfb, 0xe7, 0x2c, 0x38, 0xbd, 0xec, 0x87, 0xad, 0xfb, 0x99, 0x60, 0x98, + 0x97, 0x60, 0x94, 0x4e, 0xd5, 0xd8, 0x88, 0x10, 0x33, 0x42, 0xe1, 0x04, 0x0a, 0xeb, 0x74, 0x5a, + 0xb1, 0xbb, 0x77, 0x57, 0xea, 0x79, 0x11, 0x74, 0x02, 0x85, 0x75, 0x3a, 0xfb, 0x3f, 0x59, 0xf0, + 0xe4, 0xf5, 0xc5, 0xa5, 0x06, 0x55, 0x23, 0x71, 0x42, 0x82, 0xa4, 0x2b, 0x88, 0xef, 0x22, 0x0c, + 0xb5, 0x5d, 0xad, 0x29, 0x4a, 0x04, 0x1a, 0x75, 0xd6, 0x0a, 0x81, 0xfd, 0xa8, 0x44, 0xb2, 0xfe, + 0x92, 0x05, 0xa7, 0xaf, 0x7b, 0x09, 0x26, 0xed, 0x30, 0x1b, 0x77, 0x17, 0x91, 0x76, 0x18, 0x7b, + 0x49, 0x18, 0xed, 0x66, 0xe3, 0xee, 0xb0, 0xc2, 0x60, 0x8d, 0x8a, 0xd7, 0xbc, 0xe3, 0x51, 0x05, + 0x2b, 0x3a, 0xa5, 0xd5, 0xcc, 0xe1, 0x58, 0x51, 0xd0, 0x8e, 0xb9, 0x5e, 0xc4, 0x6c, 0x91, 0x5d, + 0x31, 0x83, 0x55, 0xc7, 0xea, 0x12, 0x81, 0x53, 0x1a, 0xfb, 0xef, 0x58, 0x70, 0xf6, 0xba, 0xdf, + 0x89, 0x13, 0x12, 0x6d, 0xc4, 0x46, 0x63, 0x5f, 0x80, 0x1a, 0x91, 0x76, 0xb3, 0x68, 0xab, 0x5a, + 0x93, 0x94, 0x41, 0xcd, 0x83, 0xfe, 0x14, 0x5d, 0x89, 0x18, 0xb3, 0xfe, 0x22, 0xa2, 0xfe, 0x55, + 0x05, 0xc6, 0x6f, 0xac, 0xad, 0x35, 0xae, 0x93, 0x44, 0xe8, 0xe0, 0x62, 0x47, 0x4f, 0x43, 0xdb, + 0xe5, 0x8e, 0x5e, 0x9b, 0xeb, 0x31, 0xeb, 0x3a, 0x89, 0xe7, 0xcf, 0xf1, 0x18, 0xeb, 0xb9, 0x95, + 0x20, 0xb9, 0x13, 0x35, 0x93, 0xc8, 0x0b, 0x36, 0x73, 0x77, 0xc5, 0x72, 0x9d, 0xa8, 0xf6, 0x5a, + 0x27, 0xd0, 0x0b, 0x30, 0x14, 0xb7, 0xb6, 0x88, 0xda, 0xb4, 0xff, 0x94, 0x32, 0x43, 0x18, 0xf4, + 0x60, 0x6f, 0xb6, 0x76, 0x17, 0xaf, 0xf0, 0x3f, 0x58, 0x90, 0xa2, 0x77, 0x61, 0x74, 0x2b, 0x49, + 0xda, 0x37, 0x88, 0xe3, 0x92, 0x48, 0x6a, 0x89, 0x02, 0x2b, 0x90, 0x0e, 0x06, 0x2f, 0x90, 0x4e, + 0xac, 0x14, 0x16, 0x63, 0x9d, 0xa3, 0xdd, 0x04, 0x48, 0x71, 0x8f, 0x68, 0x6b, 0x63, 0xff, 0xc5, + 0x0a, 0x0c, 0xdf, 0x70, 0x02, 0xd7, 0x27, 0x11, 0x5a, 0x86, 0x01, 0xf2, 0x90, 0xb4, 0xca, 0x19, + 0xb0, 0xe9, 0x42, 0xca, 0x3d, 0x55, 0xf4, 0x3f, 0x66, 0xe5, 0x11, 0x86, 0x61, 0xda, 0xee, 0xeb, + 0x2a, 0x30, 0xf3, 0xb9, 0xe2, 0x51, 0x50, 0x22, 0xc1, 0x57, 0x61, 0x01, 0xc2, 0x92, 0x11, 0xf3, + 0xe9, 0xb4, 0xda, 0x4d, 0xaa, 0xdc, 0x92, 0x72, 0xb1, 0xd7, 0x6b, 0x8b, 0x0d, 0x4e, 0x2e, 0xf8, + 0x72, 0x9f, 0x8e, 0x04, 0xe2, 0x94, 0x9d, 0xfd, 0x0a, 0x9c, 0x61, 0xa7, 0x82, 0x4e, 0xb2, 0x65, + 0xcc, 0x99, 0x42, 0xe1, 0xb4, 0xff, 0x7e, 0x05, 0x4e, 0xad, 0x34, 0x17, 0x9b, 0xa6, 0x37, 0xee, + 0x15, 0x18, 0xe3, 0xcb, 0x33, 0x15, 0x3a, 0xc7, 0x17, 0xe5, 0x95, 0x1b, 0x7b, 0x4d, 0xc3, 0x61, + 0x83, 0x12, 0x3d, 0x09, 0x55, 0xef, 0xbd, 0x20, 0x1b, 0x1f, 0xb4, 0xf2, 0xc6, 0x6d, 0x4c, 0xe1, + 0x14, 0x4d, 0x57, 0x7a, 0xae, 0xe2, 0x14, 0x5a, 0xad, 0xf6, 0xaf, 0xc3, 0x84, 0x17, 0xb7, 0x62, + 0x6f, 0x25, 0xa0, 0xf3, 0xdf, 0x69, 0x49, 0xf1, 0x4d, 0x6d, 0x7f, 0xda, 0x54, 0x85, 0xc5, 0x19, + 0x6a, 0x4d, 0xdf, 0x0e, 0x96, 0xb6, 0x16, 0x8a, 0x23, 0x34, 0xbf, 0x02, 0x35, 0x15, 0x49, 0x23, + 0x03, 0xa0, 0xac, 0xfc, 0x00, 0xa8, 0x12, 0x0a, 0x47, 0xfa, 0x48, 0xab, 0xb9, 0x3e, 0xd2, 0x7f, + 0x6a, 0x41, 0x1a, 0x34, 0x80, 0x30, 0xd4, 0xda, 0x21, 0x3b, 0x80, 0x88, 0xe4, 0x61, 0xdf, 0xd3, + 0x05, 0x92, 0xc8, 0x67, 0x02, 0x97, 0x95, 0x86, 0x2c, 0x8b, 0x53, 0x36, 0xe8, 0x16, 0x0c, 0xb7, + 0x23, 0xd2, 0x4c, 0x58, 0x98, 0x6f, 0x1f, 0x1c, 0x99, 0x54, 0x37, 0x78, 0x49, 0x2c, 0x59, 0xd8, + 0xbf, 0x6e, 0x01, 0xdc, 0xf2, 0xb6, 0xbd, 0x04, 0x3b, 0xc1, 0x26, 0x39, 0xc6, 0x5d, 0xe4, 0x6d, + 0x18, 0x88, 0xdb, 0xa4, 0x55, 0xee, 0xe8, 0x28, 0x6d, 0x51, 0xb3, 0x4d, 0x5a, 0xe9, 0x67, 0xa0, + 0xff, 0x30, 0xe3, 0x63, 0xff, 0x0a, 0xc0, 0x44, 0x4a, 0x46, 0xcd, 0x78, 0xf4, 0xbc, 0x11, 0xd7, + 0xfa, 0x78, 0x26, 0xae, 0xb5, 0xc6, 0xa8, 0xb5, 0x50, 0xd6, 0x04, 0xaa, 0xdb, 0xce, 0x43, 0xb1, + 0x6b, 0x78, 0xa9, 0x6c, 0x83, 0x68, 0x4d, 0x73, 0xab, 0xce, 0x43, 0x6e, 0x46, 0x3d, 0x27, 0x05, + 0x68, 0xd5, 0x79, 0x78, 0xc0, 0x0f, 0x88, 0xd8, 0x0c, 0xa4, 0xdb, 0x94, 0xaf, 0xff, 0x97, 0xf4, + 0x3f, 0x53, 0x8a, 0xb4, 0x3a, 0x56, 0xab, 0x17, 0x08, 0x57, 0x5f, 0x9f, 0xb5, 0x7a, 0x41, 0xb6, + 0x56, 0x2f, 0x28, 0x51, 0xab, 0x17, 0xa0, 0xf7, 0x2d, 0x18, 0x16, 0x1e, 0x72, 0x16, 0x7e, 0x35, + 0x7a, 0xed, 0xd3, 0x7d, 0x55, 0x2d, 0x5c, 0xed, 0xbc, 0xfa, 0x2b, 0xd2, 0x76, 0x14, 0xd0, 0xc2, + 0x26, 0xc8, 0xaa, 0xd1, 0xb7, 0x2d, 0x98, 0x10, 0xbf, 0x31, 0x79, 0xaf, 0x43, 0xe2, 0x44, 0xac, + 0x52, 0x9f, 0x3b, 0x4a, 0x6b, 0x04, 0x0b, 0xde, 0xa8, 0x9f, 0x96, 0x2a, 0xc6, 0x44, 0x16, 0xb6, + 0x2d, 0xd3, 0x1e, 0xf4, 0x3d, 0x0b, 0xce, 0x6c, 0x3b, 0x0f, 0x79, 0x8d, 0x1c, 0x86, 0x9d, 0xc4, + 0x0b, 0x45, 0x88, 0xd9, 0x72, 0xbf, 0x72, 0xd2, 0xc5, 0x88, 0x37, 0xf7, 0x35, 0x79, 0x6c, 0x99, + 0x47, 0x52, 0xd8, 0xe8, 0xdc, 0x16, 0xce, 0xb8, 0x30, 0x22, 0x05, 0x33, 0xc7, 0x6a, 0x5f, 0xd0, + 0x17, 0xe3, 0xc3, 0x67, 0xa0, 0x74, 0xa0, 0xcd, 0xbd, 0xd1, 0x71, 0x82, 0xc4, 0x4b, 0x76, 0x35, + 0x1b, 0x9f, 0xd5, 0x22, 0x04, 0xf1, 0x18, 0x6b, 0xd9, 0x82, 0x31, 0x5d, 0xe6, 0x8e, 0xb1, 0xa6, + 0x10, 0x4e, 0xe7, 0xc8, 0xd3, 0x31, 0x56, 0xd8, 0x81, 0xc7, 0x7b, 0xca, 0xc5, 0xf1, 0x55, 0x6b, + 0xff, 0xd0, 0xd2, 0x15, 0xe6, 0x49, 0x38, 0x66, 0x56, 0x4d, 0xc7, 0xcc, 0xa5, 0xb2, 0x53, 0xa7, + 0x87, 0x77, 0x66, 0x43, 0x6f, 0x3f, 0x5d, 0x09, 0xd0, 0x1a, 0x0c, 0xf9, 0x14, 0x22, 0x4f, 0x83, + 0x2e, 0xf7, 0x33, 0x39, 0x53, 0xe3, 0x82, 0xc1, 0x63, 0x2c, 0x78, 0xd9, 0xbf, 0x61, 0xc1, 0xc0, + 0x49, 0x0c, 0x4f, 0xc3, 0x1c, 0x9e, 0x5e, 0x26, 0xaa, 0xb8, 0xeb, 0x39, 0x87, 0x9d, 0x07, 0x4b, + 0x0f, 0x13, 0x12, 0xc4, 0xcc, 0x94, 0xcc, 0x1d, 0xa1, 0x5f, 0xae, 0xc0, 0x28, 0xad, 0x48, 0xfa, + 0x89, 0x5e, 0x85, 0x71, 0xdf, 0x59, 0x27, 0xbe, 0x74, 0x27, 0x67, 0xb7, 0x5d, 0xb7, 0x74, 0x24, + 0x36, 0x69, 0x69, 0xe1, 0x0d, 0xdd, 0xdb, 0x2e, 0x4c, 0x22, 0x55, 0xd8, 0x70, 0xc5, 0x63, 0x93, + 0x96, 0x5a, 0xfe, 0x0f, 0x9c, 0xa4, 0xb5, 0x25, 0xb6, 0x64, 0xaa, 0xb9, 0xf7, 0x28, 0x10, 0x73, + 0x1c, 0x9a, 0x87, 0x49, 0x29, 0xb1, 0x6f, 0xf2, 0xa1, 0x13, 0xe6, 0xa2, 0xba, 0xa7, 0x87, 0x4d, + 0x34, 0xce, 0xd2, 0xa3, 0xcf, 0xc0, 0x04, 0x1d, 0x9c, 0xb0, 0x93, 0xc8, 0x60, 0x85, 0x41, 0x16, + 0xac, 0xc0, 0x82, 0x43, 0xd7, 0x0c, 0x0c, 0xce, 0x50, 0xda, 0xef, 0xc2, 0xe9, 0x5b, 0xa1, 0xe3, + 0x2e, 0x38, 0xbe, 0x13, 0xb4, 0x48, 0xb4, 0x12, 0x6c, 0x16, 0x9e, 0xeb, 0xea, 0x67, 0xaf, 0x95, + 0xa2, 0xb3, 0x57, 0x3b, 0x02, 0xa4, 0x57, 0x20, 0xc2, 0x6c, 0xde, 0x86, 0x61, 0x8f, 0x57, 0x25, + 0xa4, 0xf6, 0x6a, 0x91, 0x53, 0xa9, 0xab, 0x8d, 0x5a, 0xd8, 0x08, 0x07, 0x60, 0xc9, 0x92, 0xee, + 0x24, 0xf2, 0xbc, 0x50, 0xc5, 0x9b, 0x35, 0xfb, 0xaf, 0x58, 0x30, 0x79, 0x3b, 0x73, 0x19, 0xec, + 0x22, 0x0c, 0xc5, 0x24, 0xca, 0x71, 0xa9, 0x35, 0x19, 0x14, 0x0b, 0xec, 0x23, 0xdf, 0xa6, 0xff, + 0x42, 0x05, 0x6a, 0x2c, 0x66, 0xb3, 0xed, 0xb4, 0x8e, 0xd3, 0x28, 0x5d, 0x35, 0x8c, 0xd2, 0x82, + 0x4d, 0xa2, 0x6a, 0x50, 0x2f, 0x9b, 0x14, 0xdd, 0x55, 0x97, 0xa3, 0x4a, 0xed, 0x0f, 0x53, 0x86, + 0xfc, 0x1e, 0xcd, 0x84, 0x79, 0x97, 0x4a, 0x5e, 0x9c, 0x62, 0xa7, 0xa1, 0x8a, 0xf6, 0xa3, 0x77, + 0x1a, 0xaa, 0x9a, 0xd6, 0x43, 0x2b, 0x35, 0xb4, 0xd6, 0x33, 0xb5, 0xfd, 0x59, 0x16, 0x80, 0xe7, + 0xf8, 0xde, 0x57, 0x89, 0xba, 0x64, 0x38, 0x2b, 0xe2, 0xe9, 0x04, 0xf4, 0x80, 0x29, 0x18, 0xf1, + 0x8f, 0xdf, 0x1d, 0x4d, 0x8b, 0xd8, 0x37, 0x60, 0x32, 0x33, 0x76, 0xe8, 0x25, 0x18, 0x6c, 0x6f, + 0x39, 0x31, 0xc9, 0x44, 0x76, 0x0c, 0x36, 0x28, 0xf0, 0x60, 0x6f, 0x76, 0x42, 0x15, 0x60, 0x10, + 0xcc, 0xa9, 0xed, 0x3f, 0xb6, 0x60, 0xe0, 0x76, 0xe8, 0x1e, 0xa7, 0x8c, 0xdd, 0x30, 0x64, 0xec, + 0x62, 0xf1, 0x8d, 0xf3, 0x9e, 0xe2, 0xd5, 0xc8, 0x88, 0xd7, 0xa5, 0x12, 0xbc, 0x0e, 0x97, 0xac, + 0x6d, 0x18, 0x65, 0x37, 0xda, 0x45, 0x48, 0xcb, 0x0b, 0xc6, 0x06, 0x6a, 0x36, 0xb3, 0x81, 0x9a, + 0xd4, 0x48, 0xb5, 0x6d, 0xd4, 0x33, 0x30, 0x2c, 0x42, 0x28, 0xb2, 0x51, 0x87, 0x82, 0x16, 0x4b, + 0xbc, 0xfd, 0x6b, 0x55, 0x30, 0x6e, 0xd0, 0xa3, 0x1f, 0x59, 0x30, 0x17, 0xf1, 0x2b, 0x0f, 0x6e, + 0xbd, 0x13, 0x79, 0xc1, 0x66, 0xb3, 0xb5, 0x45, 0xdc, 0x8e, 0xef, 0x05, 0x9b, 0x2b, 0x9b, 0x41, + 0xa8, 0xc0, 0x4b, 0x0f, 0x49, 0xab, 0xc3, 0xbc, 0xab, 0xa5, 0x2f, 0xee, 0xab, 0x33, 0xd4, 0x6b, + 0xfb, 0x7b, 0xb3, 0x73, 0xb8, 0xaf, 0x5a, 0x70, 0x9f, 0xad, 0x42, 0xbf, 0x67, 0xc1, 0x15, 0x7e, + 0x87, 0xbc, 0x7c, 0x4f, 0x4a, 0x6d, 0x3c, 0x1b, 0x92, 0x69, 0xca, 0x6e, 0x8d, 0x44, 0xdb, 0x0b, + 0x2f, 0x8b, 0x41, 0xbe, 0xd2, 0xe8, 0xaf, 0x56, 0xdc, 0x6f, 0x33, 0xed, 0x7f, 0x53, 0x85, 0x71, + 0x3a, 0x9e, 0xe9, 0xfd, 0xd1, 0x97, 0x0c, 0x31, 0xf9, 0x78, 0x46, 0x4c, 0x4e, 0x19, 0xc4, 0x8f, + 0xe6, 0xea, 0x68, 0x02, 0xa7, 0x7c, 0x27, 0x4e, 0x6e, 0x10, 0x27, 0x4a, 0xd6, 0x89, 0xc3, 0x0e, + 0x2c, 0xc5, 0x24, 0xe8, 0xeb, 0x10, 0x54, 0xc5, 0xe5, 0xdc, 0xca, 0x72, 0xc3, 0xdd, 0x15, 0xa0, + 0x07, 0x80, 0xd8, 0xe9, 0x68, 0xe4, 0x04, 0x31, 0xef, 0x8c, 0x27, 0x1c, 0xb2, 0x7d, 0x56, 0x3b, + 0x23, 0xaa, 0x45, 0xb7, 0xba, 0xd8, 0xe1, 0x9c, 0x2a, 0xb4, 0x23, 0xf0, 0xc1, 0xb2, 0x47, 0xe0, + 0x43, 0x05, 0x01, 0xbf, 0x3f, 0x6f, 0xc1, 0x69, 0xfa, 0x61, 0xcc, 0xe0, 0xd0, 0x18, 0x85, 0x30, + 0x49, 0x7b, 0xe0, 0x93, 0x44, 0xc2, 0xc4, 0x0c, 0x2b, 0xb0, 0xa5, 0x4d, 0x3e, 0xa9, 0xc5, 0x76, + 0xd3, 0x64, 0x86, 0xb3, 0xdc, 0xed, 0x5f, 0xb3, 0x80, 0x45, 0x9f, 0x9d, 0xc4, 0x3a, 0x76, 0xdd, + 0x5c, 0xc7, 0xec, 0x62, 0xa5, 0xd1, 0x63, 0x09, 0x7b, 0x11, 0xa6, 0x28, 0xb6, 0x11, 0x85, 0x0f, + 0x77, 0xa5, 0x71, 0x5d, 0xec, 0x9b, 0xfd, 0xcb, 0x16, 0x57, 0x77, 0xca, 0x2a, 0x7e, 0x00, 0xa7, + 0x02, 0xed, 0x3f, 0x9d, 0xc8, 0xd2, 0x08, 0x9c, 0x2b, 0xaf, 0xd0, 0xd8, 0xfc, 0xd7, 0x22, 0xcc, + 0x32, 0x0c, 0x71, 0x77, 0x1d, 0xf6, 0x3f, 0xb0, 0xe0, 0x31, 0x9d, 0x50, 0xbb, 0x66, 0x56, 0xe4, + 0x10, 0xad, 0xc3, 0x48, 0xd8, 0x26, 0x91, 0x93, 0xee, 0x00, 0x2e, 0xc9, 0x11, 0xbf, 0x23, 0xe0, + 0x07, 0x7b, 0xb3, 0x67, 0x74, 0xee, 0x12, 0x8e, 0x55, 0x49, 0x64, 0xc3, 0x10, 0xdb, 0x89, 0xc6, + 0xe2, 0x82, 0x20, 0xcb, 0x44, 0xc1, 0x8e, 0x01, 0x62, 0x2c, 0x30, 0xf6, 0x5f, 0xb5, 0xf8, 0x28, + 0xeb, 0x4d, 0x47, 0x5f, 0x83, 0xa9, 0x6d, 0xba, 0x59, 0x58, 0x7a, 0xd8, 0xa6, 0x4b, 0x08, 0x3b, + 0xfe, 0xb4, 0xca, 0x28, 0xce, 0x1e, 0xdd, 0x5d, 0x98, 0x16, 0xad, 0x9f, 0x5a, 0xcd, 0xb0, 0xc5, + 0x5d, 0x15, 0xd9, 0xbf, 0x2f, 0x64, 0x95, 0x59, 0x2d, 0xcf, 0xc0, 0x70, 0x3b, 0x74, 0x17, 0x57, + 0xea, 0x58, 0x8c, 0x95, 0x9a, 0x6c, 0x0d, 0x0e, 0xc6, 0x12, 0x8f, 0xae, 0x01, 0x90, 0x87, 0x09, + 0x89, 0x02, 0xc7, 0x57, 0xc7, 0x96, 0xca, 0x48, 0x58, 0x52, 0x18, 0xac, 0x51, 0xd1, 0x32, 0xed, + 0x28, 0xdc, 0xf1, 0x5c, 0x16, 0xee, 0x5d, 0x35, 0xcb, 0x34, 0x14, 0x06, 0x6b, 0x54, 0x74, 0x8b, + 0xd6, 0x09, 0x62, 0xae, 0xc0, 0x9d, 0x75, 0x91, 0x40, 0x61, 0x24, 0xdd, 0xa2, 0xdd, 0xd5, 0x91, + 0xd8, 0xa4, 0xb5, 0x7f, 0xbb, 0x06, 0x90, 0x9a, 0x08, 0xe8, 0x7d, 0x0b, 0x46, 0x5a, 0x4e, 0xdb, + 0x69, 0xf1, 0xec, 0x38, 0xd5, 0xe2, 0x7b, 0x31, 0x69, 0xe1, 0xb9, 0x45, 0x51, 0x90, 0xfb, 0xb6, + 0x3e, 0x25, 0x05, 0x44, 0x82, 0x0b, 0xfd, 0x59, 0xaa, 0x66, 0xf4, 0x4d, 0x0b, 0x46, 0x1d, 0xdf, + 0x0f, 0x5b, 0x4e, 0xc2, 0x7a, 0x54, 0x29, 0xe3, 0xac, 0xd4, 0x5a, 0x32, 0x9f, 0x96, 0xe5, 0x8d, + 0x79, 0x41, 0x9e, 0x6a, 0x69, 0x98, 0xc2, 0xf6, 0xe8, 0x4d, 0x40, 0x9f, 0x92, 0xa6, 0x25, 0xff, + 0x28, 0x33, 0x59, 0xd3, 0xb2, 0xc6, 0x54, 0x83, 0x66, 0x55, 0xa2, 0x77, 0x8d, 0x5c, 0x01, 0x03, + 0x65, 0xee, 0xa6, 0x1a, 0x8b, 0x66, 0x51, 0x9a, 0x00, 0xf4, 0x45, 0x3d, 0x12, 0x76, 0xb0, 0xcc, + 0xc5, 0x4f, 0xcd, 0x76, 0x2b, 0x88, 0x82, 0x4d, 0x60, 0xd2, 0x35, 0x17, 0x09, 0x11, 0xda, 0x74, + 0xb5, 0xb8, 0x86, 0xcc, 0xea, 0x92, 0x2e, 0x0b, 0x19, 0x04, 0xce, 0x56, 0x81, 0xbe, 0xc8, 0xe3, + 0x94, 0x57, 0x82, 0x8d, 0x50, 0x44, 0x37, 0x5d, 0x2e, 0xf1, 0xcd, 0x77, 0xe3, 0x84, 0x6c, 0xd3, + 0x32, 0xe9, 0x32, 0x70, 0x5b, 0x70, 0xc1, 0x8a, 0x1f, 0x5a, 0x83, 0x21, 0x76, 0xab, 0x22, 0x9e, + 0x1e, 0x29, 0xe3, 0x26, 0x32, 0xef, 0x13, 0xa6, 0x8b, 0x2f, 0xfb, 0x1b, 0x63, 0xc1, 0x0b, 0xdd, + 0x90, 0xf7, 0x6f, 0xe3, 0x95, 0xe0, 0x6e, 0x4c, 0xd8, 0xfd, 0xdb, 0xda, 0xc2, 0x27, 0xd2, 0x0b, + 0xb5, 0x1c, 0x9e, 0x9b, 0x1d, 0xc9, 0x28, 0x49, 0xd7, 0x60, 0xf1, 0x5f, 0x26, 0x5d, 0x9a, 0x86, + 0x32, 0x0d, 0x35, 0x53, 0x34, 0xa5, 0x83, 0xfd, 0xa6, 0xc9, 0x0c, 0x67, 0xb9, 0xcf, 0x78, 0x30, + 0x6e, 0xcc, 0xd8, 0x63, 0x74, 0x76, 0xfa, 0x30, 0x95, 0x9d, 0x92, 0xc7, 0xe8, 0xe3, 0xfc, 0xa3, + 0x01, 0x98, 0x30, 0x05, 0x03, 0x5d, 0x81, 0xda, 0x36, 0x4b, 0x89, 0x94, 0x26, 0x62, 0x51, 0xf2, + 0xbf, 0x2a, 0x11, 0x38, 0xa5, 0x61, 0x29, 0x69, 0x58, 0x71, 0x2d, 0xe6, 0x24, 0x4d, 0x49, 0xa3, + 0x30, 0x58, 0xa3, 0xa2, 0x06, 0xdb, 0x7a, 0x18, 0x26, 0x4a, 0x71, 0x2b, 0x99, 0x59, 0x60, 0x50, + 0x2c, 0xb0, 0x54, 0x61, 0xdf, 0xa7, 0x1d, 0xf2, 0x4d, 0x7f, 0x97, 0x52, 0xd8, 0x37, 0x75, 0x24, + 0x36, 0x69, 0xe9, 0x02, 0x14, 0xc6, 0x4c, 0x08, 0x85, 0x59, 0x98, 0xc6, 0xf0, 0x34, 0xf9, 0x2d, + 0x23, 0x89, 0x47, 0x5f, 0x80, 0xc7, 0xd4, 0xa5, 0x20, 0xcc, 0xfd, 0x87, 0xb2, 0xc6, 0x21, 0x63, + 0x6f, 0xf7, 0xd8, 0x62, 0x3e, 0x19, 0xee, 0x55, 0x1e, 0xbd, 0x0e, 0x13, 0xc2, 0xa4, 0x93, 0x1c, + 0x87, 0xcd, 0x23, 0xde, 0x9b, 0x06, 0x16, 0x67, 0xa8, 0x51, 0x1d, 0xa6, 0x28, 0x84, 0x99, 0x52, + 0x92, 0x03, 0xbf, 0xdc, 0xa4, 0x56, 0xe6, 0x9b, 0x19, 0x3c, 0xee, 0x2a, 0x81, 0xe6, 0x61, 0x92, + 0xdb, 0x16, 0x74, 0x07, 0xc3, 0xbe, 0x83, 0x88, 0x46, 0x54, 0x93, 0xe0, 0x8e, 0x89, 0xc6, 0x59, + 0x7a, 0xf4, 0x0a, 0x8c, 0x39, 0x51, 0x6b, 0xcb, 0x4b, 0x48, 0x2b, 0xe9, 0x44, 0xfc, 0x66, 0xbb, + 0x76, 0x46, 0x3e, 0xaf, 0xe1, 0xb0, 0x41, 0x69, 0x7f, 0x15, 0x4e, 0xe7, 0x04, 0x3d, 0x53, 0xc1, + 0x71, 0xda, 0x9e, 0xec, 0x53, 0x26, 0x1a, 0x67, 0xbe, 0xb1, 0x22, 0x7b, 0xa3, 0x51, 0x51, 0xe9, + 0x64, 0x8e, 0x53, 0x2d, 0x3f, 0x9a, 0x92, 0xce, 0x65, 0x89, 0xc0, 0x29, 0x8d, 0xfd, 0xdf, 0x6b, + 0xa0, 0xb9, 0x19, 0x4a, 0xc4, 0x60, 0xbc, 0x02, 0x63, 0x32, 0xe5, 0x9f, 0x96, 0x6a, 0x4b, 0x75, + 0xf3, 0xba, 0x86, 0xc3, 0x06, 0x25, 0x6d, 0x5b, 0x20, 0x9d, 0x26, 0xd9, 0xd8, 0x1f, 0xe5, 0x4d, + 0xc1, 0x29, 0x0d, 0xba, 0x0c, 0x23, 0x31, 0xf1, 0x37, 0x6e, 0x79, 0xc1, 0x7d, 0x21, 0xd8, 0x4a, + 0x2b, 0x37, 0x05, 0x1c, 0x2b, 0x0a, 0xf4, 0x39, 0xa8, 0x76, 0x3c, 0x57, 0x88, 0xf2, 0x9c, 0xb4, + 0x3b, 0xef, 0xae, 0xd4, 0x0f, 0xf6, 0x66, 0x67, 0xf3, 0xf3, 0x18, 0xd2, 0x6d, 0x64, 0x3c, 0x47, + 0x27, 0x1f, 0x2d, 0x9a, 0xe7, 0x3f, 0x1e, 0xea, 0xd3, 0x7f, 0x7c, 0x0d, 0x40, 0xf4, 0x59, 0x4a, + 0x72, 0x35, 0xfd, 0x66, 0xd7, 0x15, 0x06, 0x6b, 0x54, 0x74, 0x33, 0xda, 0x8a, 0x88, 0x23, 0x77, + 0x6b, 0x3c, 0x22, 0x77, 0xe4, 0x43, 0x6c, 0x46, 0x17, 0xb3, 0xdc, 0x70, 0x77, 0x05, 0xa8, 0x0d, + 0xa7, 0x5c, 0x3a, 0x8f, 0x8c, 0x5a, 0x6b, 0x47, 0x88, 0x03, 0xa6, 0x35, 0xd6, 0xb3, 0x9c, 0x70, + 0x37, 0x73, 0xf4, 0x0e, 0xcc, 0x48, 0x60, 0xf7, 0xb5, 0x3f, 0x36, 0x5d, 0xaa, 0x0b, 0xe7, 0xf7, + 0xf7, 0x66, 0x67, 0xea, 0x3d, 0xa9, 0xf0, 0x21, 0x1c, 0xd0, 0xdb, 0x30, 0xc4, 0x4e, 0x1c, 0xe2, + 0xe9, 0x51, 0xb6, 0xda, 0xbd, 0x58, 0xd6, 0xe1, 0x36, 0xc7, 0xce, 0x2d, 0x44, 0x20, 0x63, 0x7a, + 0x8a, 0xc3, 0x80, 0x58, 0xf0, 0x44, 0x6d, 0x18, 0x75, 0x82, 0x20, 0x4c, 0x1c, 0x6e, 0x84, 0x8d, + 0x95, 0xb1, 0x23, 0xb5, 0x2a, 0xe6, 0xd3, 0xb2, 0xbc, 0x1e, 0x15, 0x1d, 0xa5, 0x61, 0xb0, 0x5e, + 0x05, 0x5d, 0xc6, 0xc3, 0x07, 0x54, 0x61, 0x4a, 0xa7, 0x7b, 0x3c, 0x3d, 0x5e, 0x66, 0x19, 0xbf, + 0x63, 0x14, 0xd2, 0x34, 0x98, 0xc9, 0x0c, 0x67, 0xb9, 0xa3, 0x39, 0xc3, 0x8f, 0x3a, 0x91, 0x86, + 0xe9, 0xa6, 0x7e, 0x54, 0xdd, 0x6d, 0xca, 0xae, 0x94, 0xf2, 0xd0, 0x3c, 0xa6, 0x09, 0x26, 0x33, + 0x57, 0x4a, 0x53, 0x14, 0xd6, 0xe9, 0x66, 0x3e, 0x0d, 0xa3, 0xda, 0x80, 0xf7, 0x13, 0x0f, 0x3a, + 0xf3, 0x3a, 0x4c, 0x65, 0x07, 0xb2, 0xaf, 0x78, 0xd2, 0xff, 0x59, 0x81, 0xc9, 0x9c, 0x93, 0x8c, + 0xfb, 0x1e, 0x8b, 0x98, 0x36, 0x54, 0xde, 0x4d, 0x2f, 0x70, 0x31, 0xc3, 0x98, 0x8a, 0xab, 0x52, + 0x42, 0x71, 0x49, 0x2d, 0x5a, 0xed, 0xa9, 0x45, 0x85, 0xb2, 0x1a, 0x38, 0xba, 0xb2, 0x32, 0x57, + 0x87, 0xc1, 0x52, 0xab, 0xc3, 0x23, 0x50, 0x70, 0xc6, 0x02, 0x33, 0x5c, 0x62, 0x81, 0x39, 0xb0, + 0x60, 0xc2, 0x94, 0xbc, 0x12, 0x23, 0xfe, 0x51, 0x1d, 0xc0, 0x39, 0xb6, 0x11, 0x4b, 0xa2, 0xd0, + 0xf7, 0x49, 0x24, 0x22, 0xc5, 0x26, 0xc4, 0xbe, 0x4a, 0x40, 0xb1, 0x46, 0x61, 0x7f, 0xbb, 0x02, + 0x53, 0x69, 0xd8, 0xb0, 0x48, 0x7d, 0x7a, 0x7c, 0x47, 0x03, 0x6b, 0xc6, 0xd1, 0x40, 0x51, 0x46, + 0xd3, 0x4c, 0xbb, 0x7a, 0x1e, 0x13, 0xbc, 0x9d, 0x39, 0x26, 0x78, 0xb1, 0x4f, 0xbe, 0x87, 0x1f, + 0x19, 0xfc, 0xb3, 0x0a, 0x9c, 0xcd, 0x16, 0x59, 0xf4, 0x1d, 0x6f, 0xfb, 0x18, 0xc7, 0xe9, 0x0b, + 0xc6, 0x38, 0xbd, 0xdc, 0x5f, 0x7f, 0x58, 0xe3, 0x7a, 0x0e, 0x96, 0x93, 0x19, 0xac, 0x4f, 0x1f, + 0x85, 0xf9, 0xe1, 0x23, 0xf6, 0x3b, 0x16, 0x3c, 0x9e, 0x5b, 0xee, 0x24, 0x5c, 0xa0, 0x6f, 0x99, + 0x2e, 0xd0, 0x17, 0x8e, 0xd0, 0xbd, 0x1e, 0x3e, 0xd1, 0xff, 0x5a, 0xe9, 0xd1, 0x2d, 0xe6, 0x2d, + 0xbb, 0x03, 0xa3, 0x4e, 0xab, 0x45, 0xe2, 0x78, 0x35, 0x74, 0x55, 0x2e, 0x9e, 0xe7, 0xd9, 0xfa, + 0x99, 0x82, 0x0f, 0xf6, 0x66, 0x67, 0xb2, 0x2c, 0x52, 0x34, 0xd6, 0x39, 0x98, 0x39, 0xb5, 0x2a, + 0xc7, 0x94, 0x53, 0xeb, 0x1a, 0xc0, 0x8e, 0xda, 0xa5, 0x67, 0x9d, 0x70, 0xda, 0xfe, 0x5d, 0xa3, + 0x42, 0xef, 0x30, 0xab, 0x97, 0x87, 0x48, 0x0c, 0x14, 0x4e, 0x38, 0xe3, 0x03, 0xea, 0xf1, 0x16, + 0xfc, 0xce, 0xa4, 0xf2, 0x58, 0x2a, 0x9e, 0xf6, 0x77, 0xab, 0xf0, 0x53, 0x87, 0x88, 0x1d, 0x9a, + 0x37, 0x4f, 0x3e, 0x9f, 0xcb, 0xba, 0xa7, 0x66, 0x72, 0x0b, 0x1b, 0xfe, 0xaa, 0xcc, 0xc7, 0xaa, + 0x7c, 0xe8, 0x8f, 0xf5, 0x2d, 0xdd, 0x99, 0xc8, 0x43, 0x1d, 0xaf, 0x1f, 0x79, 0x62, 0x3d, 0x3a, + 0xef, 0xe2, 0x09, 0x3a, 0x3e, 0xec, 0xaf, 0x5b, 0xf0, 0xf1, 0xdc, 0x4e, 0x19, 0x01, 0x16, 0x57, + 0xa0, 0xd6, 0xa2, 0x40, 0xed, 0x2e, 0x4a, 0x7a, 0xc5, 0x4c, 0x22, 0x70, 0x4a, 0x63, 0xc4, 0x51, + 0x54, 0x0a, 0xe3, 0x28, 0xfe, 0xbd, 0x05, 0x67, 0xb2, 0x8d, 0x38, 0x09, 0xad, 0xd3, 0x34, 0xb5, + 0xce, 0x5c, 0x7f, 0xdf, 0xbe, 0x87, 0xc2, 0xf9, 0xf6, 0x38, 0x9c, 0xeb, 0x5a, 0xac, 0xf8, 0x30, + 0xfe, 0xac, 0x05, 0xa7, 0x36, 0xd9, 0xfe, 0x42, 0xbb, 0xf1, 0x23, 0x3a, 0x56, 0x70, 0x4d, 0xea, + 0xd0, 0x8b, 0x42, 0x7c, 0xb7, 0xd4, 0x45, 0x82, 0xbb, 0x2b, 0x43, 0xdf, 0xb0, 0xe0, 0x8c, 0xf3, + 0x20, 0xee, 0xca, 0xa3, 0x2f, 0xe4, 0xe8, 0xf5, 0x02, 0x57, 0x5e, 0x41, 0x06, 0xfe, 0x85, 0xe9, + 0xfd, 0xbd, 0xd9, 0x33, 0x79, 0x54, 0x38, 0xb7, 0x56, 0xf4, 0xb6, 0xc8, 0x3f, 0x46, 0xcd, 0xbe, + 0x52, 0x77, 0xd7, 0xf2, 0xee, 0x1f, 0x70, 0x9d, 0x24, 0x31, 0x58, 0x71, 0x44, 0x5f, 0x86, 0xda, + 0xa6, 0xbc, 0xe4, 0x23, 0x94, 0x5e, 0xc1, 0xca, 0x92, 0x7b, 0x27, 0x88, 0x47, 0xb9, 0x2b, 0x14, + 0x4e, 0x99, 0xa2, 0x1b, 0x50, 0x0d, 0x36, 0x62, 0x71, 0x5f, 0xb7, 0x28, 0x8e, 0xc6, 0x8c, 0x5a, + 0xe2, 0x37, 0x10, 0x6f, 0x2f, 0x37, 0x31, 0x65, 0x41, 0x39, 0x45, 0xeb, 0xae, 0xf0, 0x61, 0x17, + 0x70, 0xc2, 0x0b, 0xf5, 0x6e, 0x4e, 0x78, 0xa1, 0x8e, 0x29, 0x0b, 0x16, 0xb0, 0x17, 0xb7, 0x62, + 0x4f, 0x38, 0xa8, 0x0b, 0x2e, 0x73, 0x77, 0xdd, 0xca, 0xe0, 0xa9, 0xe8, 0x18, 0x18, 0x73, 0x46, + 0x68, 0x0d, 0x86, 0x5a, 0x2c, 0x75, 0xb4, 0xf0, 0x1f, 0x14, 0x25, 0x14, 0xee, 0x4a, 0x33, 0xcd, + 0x0f, 0xd2, 0x38, 0x1c, 0x0b, 0x5e, 0x8c, 0x2b, 0x69, 0x6f, 0x6d, 0xc4, 0xc2, 0x3f, 0x50, 0xc4, + 0xb5, 0x2b, 0x09, 0xb8, 0xe0, 0xca, 0xe0, 0x58, 0xf0, 0x42, 0x75, 0xa8, 0x6c, 0xb4, 0x44, 0xfe, + 0xc7, 0x82, 0x1d, 0xad, 0x79, 0x9d, 0x74, 0x61, 0x68, 0x7f, 0x6f, 0xb6, 0xb2, 0xbc, 0x88, 0x2b, + 0x1b, 0x2d, 0xf4, 0x16, 0x0c, 0x6f, 0xf0, 0x0b, 0x82, 0x22, 0xd7, 0xe3, 0xd5, 0xa2, 0x5b, 0x8c, + 0x5d, 0xb7, 0x09, 0xf9, 0x4d, 0x06, 0x81, 0xc0, 0x92, 0x1d, 0x7a, 0x07, 0x60, 0x43, 0x5d, 0x79, + 0x14, 0xc9, 0x1e, 0xe7, 0xfa, 0xbb, 0x22, 0x29, 0x76, 0xcf, 0x0a, 0x8a, 0x35, 0x8e, 0x54, 0xe6, + 0x1d, 0x99, 0xfd, 0x9e, 0x25, 0x7a, 0x2c, 0x94, 0xf9, 0xdc, 0x64, 0xf9, 0x5c, 0xe6, 0x15, 0x0a, + 0xa7, 0x4c, 0x51, 0x07, 0xc6, 0x77, 0xe2, 0xf6, 0x16, 0x91, 0x53, 0x9f, 0x65, 0x7f, 0x1c, 0xbd, + 0xf6, 0x5a, 0x41, 0x4a, 0x4f, 0x51, 0xc4, 0x8b, 0x92, 0x8e, 0xe3, 0x77, 0x69, 0x30, 0x96, 0x46, + 0xe9, 0x4d, 0x9d, 0x2d, 0x36, 0x6b, 0xa1, 0x9f, 0xe4, 0xbd, 0x4e, 0xb8, 0xbe, 0x9b, 0x10, 0x91, + 0x1d, 0xb2, 0xe0, 0x93, 0xbc, 0xc1, 0x89, 0xbb, 0x3f, 0x89, 0x40, 0x60, 0xc9, 0x4e, 0x0d, 0x19, + 0xd3, 0xc6, 0x53, 0xa5, 0x87, 0xac, 0xab, 0x0f, 0xe9, 0x90, 0x31, 0xed, 0x9b, 0x32, 0x65, 0x5a, + 0xb7, 0xbd, 0x15, 0x26, 0x61, 0x90, 0xd1, 0xfd, 0xa7, 0xca, 0x68, 0xdd, 0x46, 0x4e, 0xc9, 0x6e, + 0xad, 0x9b, 0x47, 0x85, 0x73, 0x6b, 0xb5, 0x7f, 0x7f, 0xb0, 0x7b, 0xbd, 0x65, 0xe6, 0xf0, 0x2f, + 0x76, 0x9f, 0xae, 0x7e, 0xae, 0xff, 0xed, 0xde, 0x23, 0x3c, 0x67, 0xfd, 0x86, 0x05, 0xe7, 0xda, + 0xb9, 0x8b, 0xa9, 0x58, 0xb0, 0xfa, 0xdd, 0x35, 0xf2, 0x01, 0x53, 0xa9, 0x4f, 0xf3, 0xf1, 0xb8, + 0x47, 0x9d, 0x59, 0x0b, 0xb4, 0xfa, 0xa1, 0x2d, 0xd0, 0x7b, 0x30, 0xc2, 0x8c, 0xa6, 0x34, 0xf7, + 0x46, 0x9f, 0xe9, 0x2a, 0xd8, 0xd2, 0xb7, 0x28, 0x58, 0x60, 0xc5, 0x8c, 0x0e, 0xdc, 0x93, 0xd9, + 0x4e, 0x60, 0xc2, 0xd0, 0x22, 0x67, 0x2b, 0x77, 0x4d, 0x2c, 0x8b, 0x91, 0x78, 0xb2, 0x71, 0x18, + 0xf1, 0x41, 0x11, 0x01, 0x3e, 0xbc, 0xb2, 0x93, 0xb4, 0x68, 0xff, 0xb1, 0x95, 0x63, 0x7f, 0xf1, + 0x3d, 0xc8, 0x6b, 0xe6, 0x1e, 0xe4, 0x62, 0x76, 0x0f, 0xd2, 0xe5, 0x31, 0x30, 0xb6, 0x1f, 0xe5, + 0xf3, 0x16, 0x96, 0x4d, 0x0e, 0x62, 0xfb, 0x70, 0xa1, 0x68, 0x72, 0xb3, 0x00, 0x1e, 0x57, 0x1d, + 0x0a, 0xa6, 0x01, 0x3c, 0xee, 0x4a, 0x1d, 0x33, 0x4c, 0xd9, 0xeb, 0xdf, 0xf6, 0xff, 0xb6, 0xa0, + 0xda, 0x08, 0xdd, 0x63, 0xf4, 0x80, 0x5c, 0x37, 0x3c, 0x20, 0x4f, 0x17, 0xbe, 0xf9, 0xd3, 0xd3, + 0xdf, 0x71, 0x27, 0xe3, 0xef, 0xf8, 0x64, 0x31, 0xab, 0xc3, 0xbd, 0x1b, 0xdf, 0xab, 0x82, 0xfe, + 0x6a, 0x11, 0xfa, 0xad, 0xa3, 0x84, 0x74, 0x56, 0xcb, 0x3d, 0x64, 0x24, 0xea, 0x60, 0x01, 0x50, + 0xf2, 0xbe, 0xd7, 0x9f, 0xda, 0xc8, 0xce, 0x7b, 0xc4, 0xdb, 0xdc, 0x4a, 0x88, 0x9b, 0xed, 0xd8, + 0xc9, 0x45, 0x76, 0xfe, 0x37, 0x0b, 0x26, 0x33, 0xb5, 0xa3, 0xed, 0xbc, 0x2b, 0x23, 0x47, 0x75, + 0x69, 0x9c, 0x2a, 0xbc, 0x64, 0x32, 0x07, 0xa0, 0xdc, 0xf0, 0xd2, 0xf1, 0xc0, 0x8c, 0x30, 0xe5, + 0xa7, 0x8f, 0xb1, 0x46, 0x81, 0x5e, 0x82, 0xd1, 0x24, 0x6c, 0x87, 0x7e, 0xb8, 0xb9, 0x7b, 0x93, + 0xc8, 0x8c, 0x04, 0xea, 0x08, 0x63, 0x2d, 0x45, 0x61, 0x9d, 0xce, 0xfe, 0x41, 0x15, 0xb2, 0x8f, + 0x5e, 0xfd, 0x7f, 0x41, 0xfd, 0xd3, 0x23, 0xa8, 0xbf, 0x6b, 0xc1, 0x14, 0xad, 0x9d, 0xc5, 0xaf, + 0xc8, 0xf8, 0x4b, 0x95, 0x6e, 0xdc, 0x3a, 0x24, 0xdd, 0xf8, 0x45, 0xaa, 0xee, 0xdc, 0xb0, 0x23, + 0x53, 0xe0, 0x68, 0x5a, 0x8c, 0x42, 0xb1, 0xc0, 0x0a, 0x3a, 0x12, 0x45, 0xe2, 0x72, 0x8a, 0x4e, + 0x47, 0xa2, 0x08, 0x0b, 0xac, 0xcc, 0x46, 0x3e, 0x90, 0x9f, 0x8d, 0x9c, 0x67, 0x0c, 0x12, 0x71, + 0x13, 0xc2, 0x0e, 0xd0, 0x32, 0x06, 0xc9, 0x80, 0x8a, 0x94, 0xc6, 0xfe, 0x17, 0x55, 0x18, 0x6b, + 0x84, 0x6e, 0x1a, 0x5b, 0xfd, 0xa2, 0x11, 0x5b, 0x7d, 0x21, 0x13, 0x5b, 0x3d, 0xa5, 0xd3, 0x3e, + 0x9a, 0xd0, 0x6a, 0x91, 0x5b, 0x8a, 0xe5, 0xcb, 0x3f, 0x6a, 0x58, 0xb5, 0x91, 0x5b, 0x4a, 0x71, + 0xc2, 0x26, 0xe3, 0x3f, 0x53, 0xe1, 0xd4, 0x7f, 0x6c, 0xc1, 0x44, 0x23, 0x74, 0xa9, 0x88, 0xfe, + 0x59, 0x92, 0x47, 0x3d, 0x23, 0xd5, 0xd0, 0x21, 0x19, 0xa9, 0x7e, 0xd5, 0x82, 0xe1, 0x46, 0xe8, + 0x9e, 0x84, 0x2b, 0x71, 0xd9, 0x74, 0x25, 0x7e, 0xbc, 0x50, 0xf9, 0xf6, 0xf0, 0x1e, 0xfe, 0x46, + 0x15, 0xc6, 0x69, 0x93, 0xc3, 0x4d, 0xf9, 0xc1, 0x8c, 0xc1, 0xb1, 0x4a, 0x0c, 0x0e, 0x35, 0x07, + 0x43, 0xdf, 0x0f, 0x1f, 0x64, 0x3f, 0xde, 0x32, 0x83, 0x62, 0x81, 0x45, 0x97, 0x61, 0xa4, 0x1d, + 0x91, 0x1d, 0x2f, 0xec, 0xc4, 0xd9, 0xbb, 0x6e, 0x0d, 0x01, 0xc7, 0x8a, 0x02, 0xbd, 0x08, 0x63, + 0xb1, 0x17, 0xb4, 0x88, 0x0c, 0xac, 0x18, 0x60, 0x81, 0x15, 0x3c, 0xf1, 0x9f, 0x06, 0xc7, 0x06, + 0x15, 0x7a, 0x0b, 0x6a, 0xec, 0x3f, 0x9b, 0x43, 0x47, 0x48, 0x91, 0xce, 0xb3, 0x52, 0x49, 0x0e, + 0x38, 0x65, 0x86, 0xae, 0x01, 0x24, 0x32, 0x06, 0x24, 0x16, 0x67, 0xa6, 0xca, 0x38, 0x55, 0xd1, + 0x21, 0x31, 0xd6, 0xa8, 0xd0, 0x73, 0x50, 0x4b, 0x1c, 0xcf, 0xbf, 0xe5, 0x05, 0x24, 0x16, 0x51, + 0x34, 0x22, 0x81, 0xad, 0x00, 0xe2, 0x14, 0x4f, 0xd7, 0x7c, 0x76, 0xd3, 0x96, 0x3f, 0xc0, 0x30, + 0xc2, 0xa8, 0xd9, 0x9a, 0x7f, 0x4b, 0x41, 0xb1, 0x46, 0x61, 0xbf, 0xc0, 0xd6, 0xee, 0x3e, 0x63, + 0xef, 0x7f, 0x52, 0x01, 0xd4, 0x60, 0xb1, 0x26, 0xc6, 0x1b, 0x15, 0x5b, 0x30, 0x11, 0x93, 0x5b, + 0x5e, 0xd0, 0x79, 0x28, 0x58, 0x95, 0xbb, 0xed, 0xd0, 0x5c, 0xd2, 0xcb, 0xf0, 0xdb, 0xa5, 0x26, + 0x0c, 0x67, 0xf8, 0xd2, 0x21, 0x89, 0x3a, 0xc1, 0x7c, 0x7c, 0x37, 0x26, 0x91, 0x78, 0x65, 0x82, + 0x0d, 0x09, 0x96, 0x40, 0x9c, 0xe2, 0xa9, 0x0c, 0xb0, 0x3f, 0xb7, 0xc3, 0x00, 0x87, 0x61, 0x22, + 0xa5, 0x86, 0xa5, 0x1c, 0xd7, 0xe0, 0xd8, 0xa0, 0x42, 0xcb, 0x80, 0xe2, 0x4e, 0xbb, 0xed, 0xb3, + 0xa3, 0x2d, 0xc7, 0xbf, 0x1e, 0x85, 0x9d, 0x36, 0x0f, 0x37, 0x16, 0xd9, 0xba, 0x9b, 0x5d, 0x58, + 0x9c, 0x53, 0x82, 0x4e, 0xfa, 0x8d, 0x98, 0xfd, 0x16, 0xb7, 0x67, 0xb9, 0x83, 0xad, 0xc9, 0x40, + 0x58, 0xe2, 0xec, 0x0e, 0x5b, 0xaa, 0x58, 0xf6, 0xff, 0xa4, 0x13, 0x11, 0x44, 0x60, 0xbc, 0xcd, + 0x96, 0x23, 0x79, 0xbe, 0x5e, 0x6a, 0x28, 0x33, 0xd1, 0x2e, 0x3c, 0xcb, 0xb7, 0xce, 0x06, 0x9b, + 0x5c, 0xed, 0xff, 0x08, 0x4c, 0xd7, 0x88, 0x53, 0xc5, 0x61, 0x11, 0xcb, 0x2a, 0x6c, 0xb1, 0x4f, + 0x94, 0x79, 0xee, 0x26, 0xd5, 0xe3, 0x22, 0x32, 0x16, 0x4b, 0x2e, 0xe8, 0x4b, 0x3c, 0x40, 0x80, + 0xcd, 0xef, 0xf2, 0x6f, 0x50, 0x71, 0x7a, 0x23, 0x4a, 0x5b, 0xb0, 0xc0, 0x1a, 0x3b, 0x74, 0x0b, + 0xc6, 0x45, 0x8a, 0x78, 0xe1, 0x19, 0xa8, 0x1a, 0xbb, 0xe3, 0x71, 0xac, 0x23, 0x0f, 0xb2, 0x00, + 0x6c, 0x16, 0x46, 0x9b, 0xf0, 0xa4, 0xf6, 0x6e, 0x4c, 0x4e, 0x44, 0x16, 0x57, 0x1c, 0x1f, 0xdf, + 0xdf, 0x9b, 0x7d, 0x72, 0xed, 0x30, 0x42, 0x7c, 0x38, 0x1f, 0x74, 0x07, 0xce, 0x3a, 0xad, 0xc4, + 0xdb, 0x21, 0x75, 0xe2, 0xb8, 0xbe, 0x17, 0x10, 0xf3, 0x6a, 0xf5, 0xe3, 0xfb, 0x7b, 0xb3, 0x67, + 0xe7, 0xf3, 0x08, 0x70, 0x7e, 0x39, 0xf4, 0x1a, 0xd4, 0xdc, 0x20, 0x16, 0x63, 0x30, 0x64, 0x3c, + 0x91, 0x53, 0xab, 0xdf, 0x6e, 0xaa, 0xfe, 0xa7, 0x7f, 0x70, 0x5a, 0x00, 0xbd, 0xc7, 0x5f, 0xee, + 0x55, 0x1b, 0x12, 0xfe, 0x34, 0xd3, 0xcb, 0xa5, 0xb6, 0xc0, 0xc6, 0x2d, 0x10, 0xee, 0x34, 0x53, + 0x91, 0x8f, 0xc6, 0x05, 0x11, 0xa3, 0x0a, 0xf4, 0x79, 0x40, 0x31, 0x89, 0x76, 0xbc, 0x16, 0x99, + 0x6f, 0xb1, 0x94, 0x97, 0xec, 0x78, 0x6e, 0xc4, 0x08, 0xff, 0x47, 0xcd, 0x2e, 0x0a, 0x9c, 0x53, + 0x0a, 0xdd, 0xa0, 0x1a, 0x47, 0x87, 0x8a, 0x40, 0x55, 0x69, 0xda, 0x4d, 0xd7, 0x49, 0x3b, 0x22, + 0x2d, 0x27, 0x21, 0xae, 0xc9, 0x11, 0x67, 0xca, 0xd1, 0x65, 0x45, 0xa5, 0xf2, 0x06, 0x33, 0xbc, + 0xb2, 0x3b, 0x9d, 0x37, 0xdd, 0x29, 0x6d, 0x85, 0x71, 0x72, 0x9b, 0x24, 0x0f, 0xc2, 0xe8, 0x3e, + 0x73, 0xb6, 0x8f, 0x68, 0x29, 0xbe, 0x52, 0x14, 0xd6, 0xe9, 0xa8, 0x0d, 0xc4, 0x4e, 0x79, 0x56, + 0xea, 0xcc, 0x85, 0x3e, 0x92, 0xce, 0x9d, 0x1b, 0x1c, 0x8c, 0x25, 0x5e, 0x92, 0xae, 0x34, 0x16, + 0x99, 0x3b, 0x3c, 0x43, 0xba, 0xd2, 0x58, 0xc4, 0x12, 0x8f, 0xc2, 0xee, 0x87, 0x88, 0x26, 0xca, + 0x1c, 0x4d, 0x74, 0x6b, 0xf0, 0x92, 0x6f, 0x11, 0x3d, 0x84, 0x29, 0xf5, 0x18, 0x12, 0xcf, 0xbd, + 0x18, 0x4f, 0x4f, 0x96, 0x79, 0x37, 0x38, 0x37, 0x85, 0xa3, 0x8a, 0x4c, 0x5e, 0xc9, 0xf0, 0xc4, + 0x5d, 0xb5, 0x18, 0x29, 0x02, 0xa6, 0x0a, 0xd3, 0xb3, 0x5f, 0x81, 0x5a, 0xdc, 0x59, 0x77, 0xc3, + 0x6d, 0xc7, 0x0b, 0x98, 0xcf, 0x5a, 0x7f, 0x05, 0x57, 0x22, 0x70, 0x4a, 0x33, 0xf3, 0x59, 0x38, + 0xd5, 0x25, 0xd3, 0x7d, 0x85, 0xd4, 0xfd, 0xe2, 0x00, 0xd4, 0x94, 0x57, 0x07, 0x5d, 0x31, 0x1d, + 0x77, 0x8f, 0x67, 0x1d, 0x77, 0x23, 0x74, 0xe5, 0xd5, 0x7d, 0x75, 0xef, 0xe4, 0x3c, 0x83, 0xf9, + 0x6c, 0xe1, 0x47, 0x2c, 0x7f, 0xb3, 0xa5, 0x8f, 0x47, 0x42, 0x53, 0xb3, 0x7e, 0xe0, 0x50, 0xb3, + 0xbe, 0xe4, 0x2b, 0x47, 0xd4, 0x80, 0x6f, 0x87, 0xee, 0x4a, 0x23, 0xfb, 0x82, 0x47, 0x83, 0x02, + 0x31, 0xc7, 0x31, 0xbb, 0x8b, 0x2a, 0x65, 0x66, 0x77, 0x0d, 0x1f, 0xd5, 0xee, 0x92, 0x1c, 0x70, + 0xca, 0x0c, 0xed, 0xc0, 0xa9, 0x96, 0xf9, 0x22, 0x8b, 0xba, 0xb0, 0xf2, 0x7c, 0x1f, 0x2f, 0xa2, + 0x74, 0xb4, 0xec, 0xf3, 0x8b, 0x59, 0x7e, 0xb8, 0xbb, 0x0a, 0xfb, 0x07, 0xdc, 0x0b, 0x24, 0xb6, + 0x85, 0x24, 0xee, 0xf8, 0xc7, 0x99, 0x4c, 0xfa, 0x8e, 0xb1, 0x53, 0x7d, 0x04, 0xfe, 0xc7, 0xdf, + 0xb4, 0x98, 0xff, 0x71, 0x8d, 0x6c, 0xb7, 0x7d, 0x27, 0x39, 0xce, 0x68, 0xbd, 0x2f, 0xc1, 0x48, + 0x22, 0x6a, 0x29, 0x97, 0x01, 0x5b, 0x6b, 0x16, 0xf3, 0xc7, 0x2a, 0x45, 0x20, 0xa1, 0x58, 0x31, + 0xb4, 0xff, 0x35, 0xff, 0x0a, 0x12, 0x73, 0x12, 0x3b, 0xab, 0xdb, 0xe6, 0xce, 0xea, 0x99, 0xd2, + 0x9d, 0xe9, 0xb1, 0xc3, 0xfa, 0xae, 0xd9, 0x05, 0x66, 0xb0, 0x7d, 0xf4, 0x3d, 0xe2, 0xf6, 0x2a, + 0x98, 0xaf, 0xcc, 0xa0, 0xd7, 0x78, 0xa8, 0x2a, 0xd7, 0x88, 0xcf, 0xf6, 0x19, 0xa6, 0x6a, 0xff, + 0x7a, 0x05, 0xce, 0xe4, 0x3d, 0x3e, 0x8f, 0x5c, 0x18, 0x6b, 0x6b, 0xe6, 0x73, 0xb9, 0x44, 0x06, + 0xba, 0xc1, 0x9d, 0x9a, 0x2e, 0x3a, 0x14, 0x1b, 0x5c, 0x11, 0x81, 0x31, 0xb2, 0xe3, 0xb5, 0x94, + 0x7b, 0xa5, 0xd2, 0xbf, 0x8a, 0x52, 0xd5, 0x2c, 0x69, 0x8c, 0xb0, 0xc1, 0xf6, 0x18, 0x92, 0xb4, + 0xdb, 0xff, 0xd0, 0x82, 0xc7, 0x7a, 0x64, 0x3b, 0xa0, 0xd5, 0x3d, 0x60, 0x5e, 0x48, 0xf1, 0x8a, + 0x91, 0xaa, 0x8e, 0xfb, 0x26, 0xb1, 0xc0, 0xa2, 0x75, 0x00, 0xee, 0x5b, 0x64, 0x4f, 0xbb, 0x56, + 0xca, 0xc4, 0x00, 0x74, 0xdd, 0xac, 0xd6, 0x2e, 0xdd, 0xaa, 0xc7, 0x5c, 0x35, 0xae, 0xf6, 0x77, + 0xaa, 0x30, 0xc8, 0x5f, 0x97, 0x6c, 0xc0, 0xf0, 0x16, 0x4f, 0xae, 0xd8, 0x5f, 0x6e, 0xc7, 0xd4, + 0x4e, 0xe2, 0x00, 0x2c, 0xd9, 0xa0, 0x55, 0x38, 0xed, 0x05, 0x5e, 0xe2, 0x39, 0x7e, 0x9d, 0xf8, + 0xce, 0xae, 0x34, 0xbc, 0x79, 0x62, 0x6d, 0x99, 0x03, 0xf6, 0xf4, 0x4a, 0x37, 0x09, 0xce, 0x2b, + 0x87, 0x5e, 0xef, 0xca, 0x8e, 0xc4, 0x93, 0x56, 0xaa, 0xbb, 0x5a, 0x87, 0x67, 0x48, 0x42, 0xaf, + 0xc2, 0x78, 0xbb, 0x6b, 0x8b, 0xa1, 0x3d, 0x4b, 0x68, 0x6e, 0x2b, 0x4c, 0x5a, 0x54, 0x87, 0xa9, + 0xb8, 0xc3, 0x4e, 0x64, 0xd7, 0xb6, 0x22, 0x12, 0x6f, 0x85, 0xbe, 0x2b, 0x9e, 0xd3, 0x52, 0xe6, + 0x54, 0x33, 0x83, 0xc7, 0x5d, 0x25, 0x28, 0x97, 0x0d, 0xc7, 0xf3, 0x3b, 0x11, 0x49, 0xb9, 0x0c, + 0x99, 0x5c, 0x96, 0x33, 0x78, 0xdc, 0x55, 0xc2, 0xfe, 0x43, 0x0b, 0x4e, 0xe7, 0x84, 0x2d, 0xf0, + 0x68, 0xba, 0x4d, 0x2f, 0x4e, 0x54, 0xfa, 0x64, 0x2d, 0x9a, 0x8e, 0xc3, 0xb1, 0xa2, 0xa0, 0x52, + 0xc8, 0xf7, 0x8d, 0xd9, 0xe3, 0x40, 0x71, 0x30, 0x2b, 0xb0, 0xfd, 0xe5, 0x3a, 0x52, 0x8f, 0xe4, + 0x0f, 0xf4, 0x7c, 0x24, 0xff, 0x29, 0x18, 0xdc, 0x54, 0xbb, 0x73, 0xcd, 0x30, 0xe1, 0xfb, 0x73, + 0x8e, 0xb3, 0xbf, 0x55, 0x85, 0xc9, 0x4c, 0xf8, 0x12, 0x6d, 0x48, 0xe6, 0x2d, 0x7f, 0xe6, 0x52, + 0x58, 0x24, 0xed, 0xad, 0x9c, 0xf7, 0xfc, 0x2f, 0x9a, 0x4f, 0xfd, 0xa6, 0x6d, 0x5e, 0xa8, 0x1b, + 0x8f, 0x98, 0x95, 0x4d, 0xe9, 0xfe, 0x14, 0x0c, 0xb4, 0x43, 0xf5, 0x26, 0xa5, 0x12, 0x7a, 0xbc, + 0x50, 0x6f, 0x84, 0xa1, 0x8f, 0x19, 0x12, 0x3d, 0x2d, 0x7a, 0x9f, 0x71, 0x4e, 0x62, 0xc7, 0x0d, + 0x63, 0x6d, 0x08, 0x9e, 0x81, 0xe1, 0xfb, 0x64, 0x37, 0xf2, 0x82, 0xcd, 0xac, 0x6b, 0xf6, 0x26, + 0x07, 0x63, 0x89, 0x37, 0xd3, 0xb6, 0x0f, 0x1f, 0x73, 0xda, 0xf6, 0x91, 0xc2, 0x10, 0xcc, 0x5f, + 0xb1, 0x60, 0x92, 0xe5, 0x9c, 0x13, 0xd7, 0x60, 0xbd, 0x30, 0x38, 0xc6, 0x55, 0xf1, 0x29, 0x18, + 0x8c, 0x68, 0x65, 0xd9, 0x8c, 0xcb, 0xac, 0x05, 0x98, 0xe3, 0xd0, 0x13, 0xe2, 0xc5, 0x74, 0xfa, + 0xf9, 0xc6, 0x78, 0x06, 0xdb, 0xf4, 0xe9, 0x73, 0x16, 0xe0, 0x8f, 0x49, 0xdb, 0xf7, 0x78, 0x63, + 0x53, 0x4f, 0xcc, 0x47, 0x25, 0xc0, 0x3f, 0xb7, 0x71, 0x8f, 0x2a, 0xc0, 0x3f, 0x9f, 0xf9, 0xe1, + 0x26, 0xe8, 0xff, 0xa8, 0xc0, 0xf9, 0xdc, 0x72, 0xe9, 0xb1, 0xce, 0xb2, 0x71, 0xac, 0x73, 0x2d, + 0x73, 0xac, 0x63, 0x1f, 0x5e, 0xfa, 0xd1, 0x1c, 0xf4, 0xe4, 0x1f, 0xbf, 0x54, 0x4f, 0xf2, 0xf8, + 0x65, 0xa0, 0xac, 0xad, 0x30, 0x58, 0x60, 0x2b, 0xfc, 0x8e, 0x05, 0x8f, 0xe7, 0x8e, 0xd9, 0x47, + 0xef, 0x4a, 0x45, 0x6e, 0x33, 0x7b, 0x58, 0xd0, 0x7f, 0xbd, 0xda, 0xa3, 0x5b, 0xcc, 0x96, 0xbe, + 0x44, 0xf5, 0x0e, 0x43, 0xc6, 0xc2, 0x0c, 0x1a, 0xe3, 0x3a, 0x87, 0xc3, 0xb0, 0xc2, 0xa2, 0x58, + 0xbb, 0x92, 0xc0, 0x1b, 0xb9, 0x74, 0xc4, 0x29, 0x35, 0x67, 0x3a, 0xcf, 0xf4, 0xfb, 0xbc, 0x99, + 0x7b, 0x0a, 0xe8, 0x9e, 0xb6, 0x3d, 0xaa, 0x1e, 0x65, 0x7b, 0x34, 0x96, 0xbf, 0x35, 0x42, 0xf3, + 0x30, 0xb9, 0xed, 0x05, 0xec, 0xcd, 0x34, 0xd3, 0x0e, 0x51, 0xb7, 0xe0, 0x56, 0x4d, 0x34, 0xce, + 0xd2, 0xcf, 0xbc, 0x0a, 0xe3, 0x47, 0xf7, 0x98, 0x7c, 0x50, 0x85, 0x9f, 0x3a, 0x44, 0x2d, 0xf0, + 0xf5, 0xc0, 0xf8, 0x2e, 0xda, 0x7a, 0xd0, 0xf5, 0x6d, 0x1a, 0x70, 0x66, 0xa3, 0xe3, 0xfb, 0xbb, + 0x2c, 0x2c, 0x82, 0xb8, 0x92, 0x42, 0xd8, 0x78, 0xea, 0x35, 0xd3, 0xe5, 0x1c, 0x1a, 0x9c, 0x5b, + 0x12, 0x7d, 0x1e, 0x50, 0xb8, 0xce, 0x12, 0x31, 0xba, 0xe9, 0x8d, 0x65, 0xf6, 0x09, 0xaa, 0xe9, + 0x5c, 0xbd, 0xd3, 0x45, 0x81, 0x73, 0x4a, 0x51, 0x8b, 0x8f, 0x3d, 0x84, 0xaa, 0x9a, 0x95, 0xb1, + 0xf8, 0xb0, 0x8e, 0xc4, 0x26, 0x2d, 0xba, 0x0e, 0xa7, 0x9c, 0x1d, 0xc7, 0xe3, 0xd9, 0x66, 0x24, + 0x03, 0x6e, 0xf2, 0x29, 0x97, 0xc4, 0x7c, 0x96, 0x00, 0x77, 0x97, 0x41, 0x6d, 0xc3, 0xc9, 0xc4, + 0x13, 0x2f, 0xbf, 0x76, 0x04, 0x09, 0x2e, 0xed, 0x76, 0xb2, 0xff, 0xc0, 0xa2, 0x8b, 0x5e, 0xce, + 0x1b, 0x63, 0xc6, 0xd3, 0xdc, 0xda, 0x2d, 0x8d, 0xee, 0xa7, 0xb9, 0x99, 0xff, 0xd5, 0xa4, 0xe5, + 0xa2, 0x11, 0xa7, 0x61, 0x95, 0x86, 0x7d, 0x29, 0x6e, 0x27, 0x29, 0x0a, 0x74, 0x0f, 0x86, 0x5d, + 0x6f, 0xc7, 0x8b, 0xc3, 0xa8, 0xc4, 0x4b, 0xb8, 0x5d, 0xa1, 0x7a, 0xa9, 0xba, 0xac, 0x73, 0x26, + 0x58, 0x72, 0xb3, 0xff, 0x66, 0x05, 0xc6, 0x65, 0x7d, 0x6f, 0x74, 0x42, 0xa6, 0xc3, 0x8e, 0x6b, + 0x29, 0x7f, 0xc3, 0x58, 0xca, 0xaf, 0x94, 0xbb, 0xa2, 0xc5, 0x1a, 0xd5, 0x73, 0x09, 0xff, 0x42, + 0x66, 0x09, 0xbf, 0xda, 0x0f, 0xd3, 0x42, 0xef, 0xd1, 0x29, 0x83, 0xfe, 0x23, 0x94, 0xf8, 0x37, + 0xaf, 0x3b, 0x3d, 0x16, 0x8e, 0xef, 0x54, 0x32, 0xdd, 0x60, 0x0b, 0xc6, 0xd7, 0x60, 0x60, 0xcb, + 0x89, 0x5c, 0x71, 0x54, 0xf6, 0xe9, 0x3e, 0x3f, 0xc5, 0xdc, 0x0d, 0x27, 0x72, 0xb9, 0xda, 0xbf, + 0xac, 0x5e, 0x28, 0x71, 0x22, 0xb7, 0x30, 0xc8, 0x98, 0x55, 0x8a, 0x5e, 0x81, 0xa1, 0xb8, 0x15, + 0xb6, 0x55, 0x54, 0xd7, 0x05, 0xfe, 0x7a, 0x09, 0x85, 0x1c, 0xec, 0xcd, 0x22, 0xb3, 0x3a, 0x0a, + 0xc6, 0x82, 0x7e, 0x86, 0x40, 0x4d, 0x55, 0x7d, 0x8c, 0xe1, 0xac, 0x1f, 0x54, 0xe1, 0x74, 0x8e, + 0xa8, 0xa0, 0x9f, 0x31, 0x46, 0xed, 0xd5, 0xbe, 0x65, 0xed, 0x43, 0x8e, 0xdb, 0xcf, 0xb0, 0x0d, + 0x91, 0x2b, 0x64, 0xe3, 0x08, 0xd5, 0xdf, 0x8d, 0x49, 0xb6, 0x7a, 0x0a, 0x2a, 0xae, 0x9e, 0x56, + 0x7b, 0x42, 0x83, 0x4f, 0xab, 0x51, 0xed, 0x3c, 0xc6, 0x6f, 0xfc, 0xfe, 0x00, 0x9c, 0xc9, 0xbb, + 0x06, 0x8a, 0x7e, 0xde, 0xca, 0xa4, 0x0e, 0x7f, 0xbd, 0xff, 0xbb, 0xa4, 0x3c, 0x9f, 0xb8, 0x48, + 0x0f, 0x31, 0x67, 0x26, 0x13, 0x2f, 0x1c, 0x6d, 0x51, 0x3b, 0xbb, 0x18, 0x10, 0xf1, 0x2c, 0xf0, + 0x52, 0x1f, 0x7c, 0xee, 0x08, 0x4d, 0x11, 0x89, 0xe4, 0xe3, 0xcc, 0xc5, 0x00, 0x09, 0x2e, 0xbe, + 0x18, 0x20, 0xdb, 0x30, 0xb3, 0x09, 0xa3, 0x5a, 0xbf, 0x8e, 0x51, 0x04, 0x3c, 0xba, 0x26, 0x69, + 0xad, 0x3e, 0x46, 0x31, 0xf8, 0xdb, 0x16, 0x64, 0xc2, 0x35, 0x94, 0xd7, 0xc5, 0xea, 0xe9, 0x75, + 0xb9, 0x00, 0x03, 0x51, 0xe8, 0x93, 0x6c, 0x4e, 0x6b, 0x1c, 0xfa, 0x04, 0x33, 0x8c, 0x7a, 0x07, + 0xb1, 0xda, 0xeb, 0x1d, 0x44, 0xba, 0x1d, 0xf7, 0xc9, 0x0e, 0x91, 0x3e, 0x10, 0xa5, 0xbc, 0x6f, + 0x51, 0x20, 0xe6, 0x38, 0xfb, 0x47, 0x55, 0x18, 0xe2, 0x8e, 0x86, 0x63, 0x5c, 0x96, 0x1b, 0x62, + 0xcf, 0x5f, 0xea, 0x42, 0x26, 0x6f, 0xcd, 0x5c, 0xdd, 0x49, 0x1c, 0x2e, 0x50, 0xaa, 0x6f, 0xa9, + 0x9f, 0x00, 0xcd, 0x19, 0xbd, 0x9f, 0xc9, 0x6c, 0x69, 0x81, 0xf3, 0xd0, 0xc6, 0x62, 0x0b, 0x20, + 0x66, 0x4f, 0x62, 0x51, 0x1e, 0x22, 0x29, 0xde, 0x8b, 0xa5, 0xda, 0xd1, 0x54, 0xc5, 0x78, 0x6b, + 0xd2, 0x6c, 0x5c, 0x0a, 0x81, 0x35, 0xde, 0x33, 0x2f, 0x43, 0x4d, 0x11, 0x17, 0x59, 0xfa, 0x63, + 0xba, 0x48, 0xfe, 0x39, 0x98, 0xcc, 0xd4, 0xd5, 0xd7, 0x46, 0xe1, 0xfb, 0x16, 0x9c, 0xea, 0x7a, + 0xc2, 0x15, 0xbd, 0x6f, 0xc1, 0x19, 0x3f, 0xc7, 0xc3, 0x24, 0x3e, 0xf0, 0x51, 0x7c, 0x53, 0x6a, + 0x97, 0x90, 0x87, 0xc5, 0xb9, 0xb5, 0xc9, 0x34, 0x9f, 0x95, 0xfc, 0x34, 0x9f, 0xec, 0x1d, 0x20, + 0xde, 0xf6, 0x93, 0xb0, 0x80, 0x56, 0x4c, 0x0b, 0xe8, 0x13, 0x65, 0xc4, 0xa0, 0x87, 0xe9, 0xf3, + 0xef, 0x2c, 0x40, 0x9c, 0x20, 0xfb, 0x34, 0x1e, 0xf7, 0xd8, 0x69, 0x36, 0x7b, 0x2a, 0x37, 0x0a, + 0x83, 0x35, 0xaa, 0x3e, 0xd3, 0x9e, 0xab, 0x27, 0xa5, 0xca, 0xbd, 0x5b, 0x5f, 0x2d, 0xf1, 0x6e, + 0xfd, 0x6f, 0x56, 0x21, 0x1b, 0xda, 0x80, 0xbe, 0x0c, 0x63, 0x2d, 0xa7, 0xed, 0xac, 0x7b, 0xbe, + 0x97, 0x78, 0x24, 0x2e, 0x77, 0x6c, 0xb4, 0xa8, 0x95, 0x10, 0x3e, 0x5f, 0x0d, 0x82, 0x0d, 0x8e, + 0x68, 0x0e, 0xa0, 0x1d, 0x79, 0x3b, 0x9e, 0x4f, 0x36, 0x99, 0xdd, 0xa1, 0x92, 0xa4, 0x34, 0x14, + 0x14, 0x6b, 0x14, 0x39, 0x31, 0x74, 0xd5, 0x93, 0x88, 0xa1, 0x1b, 0xe8, 0x33, 0x86, 0x6e, 0xb0, + 0x54, 0x0c, 0x1d, 0x86, 0x73, 0xd2, 0x55, 0x4b, 0xff, 0x2f, 0x7b, 0x3e, 0xe1, 0x79, 0xfd, 0x44, + 0xe4, 0xe3, 0xcc, 0xfe, 0xde, 0xec, 0x39, 0x9c, 0x4b, 0x81, 0x7b, 0x94, 0xb4, 0x3b, 0x70, 0xba, + 0x49, 0x22, 0x8f, 0xa5, 0x5d, 0x72, 0xd3, 0x19, 0xf8, 0x0e, 0xd4, 0xa2, 0xcc, 0xe4, 0xef, 0xf3, + 0x4e, 0x9a, 0x96, 0xbc, 0x42, 0x4e, 0xf6, 0x94, 0xa5, 0xfd, 0x97, 0x2a, 0x30, 0x2c, 0x42, 0x88, + 0x8e, 0x71, 0x21, 0xb9, 0x69, 0xec, 0xef, 0x9e, 0x29, 0x9a, 0xb9, 0xac, 0x39, 0x3d, 0x77, 0x76, + 0xcd, 0xcc, 0xce, 0xee, 0xb9, 0x72, 0xec, 0x0e, 0xdf, 0xd3, 0xfd, 0xb0, 0x02, 0x13, 0x66, 0x28, + 0xd5, 0x31, 0x0e, 0xc7, 0x5b, 0x30, 0x1c, 0x8b, 0xf8, 0xa2, 0x4a, 0x99, 0x58, 0x8d, 0xec, 0x27, + 0x4d, 0xdf, 0xc0, 0x17, 0x11, 0x45, 0x92, 0x5d, 0x6e, 0x08, 0x53, 0xf5, 0x24, 0x42, 0x98, 0xec, + 0x1f, 0x31, 0x95, 0xaa, 0x0f, 0xe0, 0x49, 0xac, 0x09, 0x6f, 0x98, 0xda, 0xf7, 0x72, 0x29, 0x51, + 0x10, 0xed, 0xeb, 0xb1, 0x36, 0x7c, 0xcf, 0x82, 0x51, 0x41, 0x78, 0x12, 0x3d, 0xf8, 0xbc, 0xd9, + 0x83, 0xa7, 0x4b, 0xf5, 0xa0, 0x47, 0xd3, 0xff, 0x6e, 0x45, 0x35, 0xbd, 0x21, 0x9e, 0x0c, 0x2d, + 0x4c, 0xf4, 0x38, 0xd2, 0x8e, 0xc2, 0x24, 0x6c, 0x85, 0xbe, 0x58, 0xe5, 0x9f, 0x48, 0xa3, 0xce, + 0x39, 0xfc, 0x40, 0xfb, 0x8d, 0x15, 0x35, 0x8b, 0xa6, 0x0e, 0xa3, 0x44, 0x2c, 0x51, 0x79, 0x0f, + 0x96, 0xae, 0xcb, 0x07, 0xa1, 0x29, 0x4c, 0x5c, 0xd9, 0xe8, 0xf7, 0x21, 0xd4, 0x34, 0x86, 0x5c, + 0x71, 0xc2, 0x1a, 0x57, 0x19, 0xde, 0xc8, 0x6a, 0x18, 0x34, 0xdd, 0xa8, 0xb7, 0x05, 0x1c, 0x2b, + 0x0a, 0xfb, 0x65, 0xa6, 0x63, 0xd9, 0xf0, 0xf4, 0x17, 0x18, 0xfe, 0x0b, 0x43, 0x6a, 0x60, 0x99, + 0x93, 0xe4, 0x36, 0x0c, 0xd2, 0x2e, 0xca, 0x7d, 0x60, 0x39, 0x85, 0x46, 0x9b, 0xa0, 0x07, 0x88, + 0x45, 0x49, 0x8c, 0x39, 0x1b, 0x44, 0xba, 0x7c, 0xef, 0x2f, 0x97, 0xd6, 0x91, 0x7d, 0x78, 0xdb, + 0x59, 0xe2, 0x18, 0x96, 0x2c, 0x63, 0xa5, 0x91, 0x4d, 0xce, 0xb9, 0x28, 0x11, 0x38, 0xa5, 0x41, + 0x57, 0x84, 0xb9, 0x6e, 0xbe, 0x27, 0x2b, 0xcd, 0x75, 0x39, 0x24, 0x9a, 0xbd, 0x7e, 0x15, 0x46, + 0x55, 0x7a, 0xf2, 0x06, 0xcf, 0x32, 0x5d, 0xe3, 0xf6, 0xcb, 0x52, 0x0a, 0xc6, 0x3a, 0x0d, 0x5a, + 0x81, 0xd3, 0xae, 0x8a, 0x66, 0x6d, 0x74, 0xd6, 0x7d, 0xaf, 0x45, 0x8b, 0xf2, 0x9b, 0x24, 0x8f, + 0xed, 0xef, 0xcd, 0x9e, 0xae, 0x77, 0xa3, 0x71, 0x5e, 0x19, 0xb4, 0x06, 0x93, 0x31, 0x4f, 0xc3, + 0x2e, 0xef, 0x9c, 0x89, 0xec, 0x75, 0xcf, 0x4a, 0xa7, 0x7f, 0xd3, 0x44, 0x1f, 0x30, 0x10, 0x57, + 0x0a, 0x02, 0x84, 0xb3, 0x2c, 0xd0, 0xeb, 0x30, 0xe1, 0xeb, 0xcf, 0x29, 0x35, 0x44, 0x50, 0xaf, + 0x0a, 0x88, 0x30, 0x1e, 0x5b, 0x6a, 0xe0, 0x0c, 0x35, 0x7a, 0x0b, 0xa6, 0x75, 0x88, 0xb8, 0xd4, + 0xee, 0x04, 0x9b, 0x24, 0x16, 0xf9, 0x9f, 0x9f, 0xd8, 0xdf, 0x9b, 0x9d, 0xbe, 0xd5, 0x83, 0x06, + 0xf7, 0x2c, 0x8d, 0x5e, 0x81, 0x31, 0x39, 0x92, 0x5a, 0x80, 0x6f, 0x1a, 0x8a, 0xa3, 0xe1, 0xb0, + 0x41, 0xf9, 0xe1, 0xce, 0x36, 0xbe, 0x46, 0x0b, 0x6b, 0x8b, 0x2a, 0xfa, 0x0a, 0x8c, 0xe9, 0x6d, + 0x14, 0x6a, 0xf2, 0x53, 0xe5, 0x9f, 0xa8, 0x12, 0x8b, 0xb3, 0x6a, 0xb9, 0x8e, 0xc3, 0x06, 0x6f, + 0xbb, 0x05, 0x93, 0x99, 0x27, 0x72, 0xd5, 0x5b, 0xcb, 0xd6, 0xa3, 0x7a, 0x6b, 0xd9, 0xfe, 0xba, + 0x05, 0x83, 0x6b, 0x8e, 0x57, 0xfc, 0xd0, 0x41, 0x99, 0xc7, 0x8a, 0xd1, 0x4b, 0x30, 0x44, 0x36, + 0x36, 0x48, 0x4b, 0xbe, 0xdd, 0xfc, 0xa4, 0x7a, 0x79, 0x9f, 0x41, 0xe9, 0x4c, 0x62, 0x95, 0xf1, + 0xbf, 0x58, 0x10, 0xdb, 0xff, 0xc1, 0x02, 0x58, 0x0b, 0x7d, 0x79, 0xca, 0x52, 0xd0, 0x92, 0x85, + 0xae, 0x27, 0x17, 0x2e, 0xe6, 0x3c, 0xb9, 0x80, 0x52, 0x86, 0x39, 0x0f, 0x2e, 0xa8, 0xde, 0x54, + 0x4b, 0xf5, 0x66, 0xa0, 0x9f, 0xde, 0x7c, 0xd3, 0x02, 0x11, 0xf2, 0x52, 0x62, 0x59, 0x72, 0x65, + 0x9a, 0x74, 0x23, 0xbb, 0xc4, 0xb3, 0x65, 0xee, 0x6d, 0x88, 0x9c, 0x12, 0x4a, 0x94, 0x8c, 0x4c, + 0x12, 0x06, 0x57, 0xba, 0xf5, 0x1e, 0xe5, 0xe8, 0x55, 0x66, 0xf0, 0x15, 0xb7, 0xab, 0xaf, 0x44, + 0x5a, 0x2c, 0x8b, 0x38, 0x65, 0xac, 0xf2, 0x29, 0xe9, 0x59, 0xc4, 0x25, 0x02, 0xa7, 0x34, 0xe8, + 0x19, 0x18, 0x8e, 0x3b, 0xeb, 0x8c, 0x3c, 0x13, 0xff, 0xd2, 0xe4, 0x60, 0x2c, 0xf1, 0xf6, 0xcf, + 0x21, 0x30, 0xba, 0x66, 0xe4, 0x6e, 0xb2, 0x1e, 0x79, 0xee, 0xa6, 0xb7, 0x61, 0x84, 0x6c, 0xb7, + 0x93, 0xdd, 0xba, 0x17, 0x95, 0xcb, 0xa3, 0xb7, 0x24, 0xa8, 0xbb, 0xb9, 0x4b, 0x0c, 0x56, 0x1c, + 0x7b, 0x64, 0xe2, 0xaa, 0x7e, 0x24, 0x32, 0x71, 0x0d, 0xfc, 0x89, 0x64, 0xe2, 0x7a, 0x0b, 0x86, + 0x37, 0xf9, 0xdb, 0xfd, 0xe2, 0x9e, 0x5e, 0xc1, 0xf1, 0x55, 0xce, 0x43, 0xff, 0xfc, 0x42, 0x96, + 0x40, 0x60, 0xc9, 0x0e, 0xad, 0xc1, 0x10, 0xdf, 0x2c, 0x88, 0xe4, 0x56, 0x9f, 0x2a, 0xe3, 0x46, + 0xe9, 0xce, 0xf3, 0x24, 0x82, 0x9c, 0x04, 0x2f, 0x99, 0x79, 0x6b, 0xf8, 0xc3, 0x67, 0xde, 0x52, + 0xf9, 0xb2, 0x46, 0x1e, 0x55, 0xbe, 0x2c, 0x23, 0xef, 0x58, 0xed, 0x38, 0xf2, 0x8e, 0x7d, 0xd3, + 0x82, 0xb3, 0xed, 0xbc, 0xb4, 0x7d, 0x22, 0xf3, 0xd5, 0x67, 0x8f, 0x90, 0xc6, 0xd0, 0xa8, 0x9a, + 0x5d, 0x9f, 0xca, 0x25, 0xc3, 0xf9, 0x15, 0xcb, 0x04, 0x66, 0xa3, 0x1f, 0x3e, 0x81, 0xd9, 0x71, + 0xa7, 0xc8, 0x4a, 0xd3, 0x99, 0x8d, 0x1f, 0x4b, 0x3a, 0xb3, 0x89, 0x47, 0x98, 0xce, 0x4c, 0x4b, + 0x44, 0x36, 0xf9, 0x68, 0x13, 0x91, 0x6d, 0xc1, 0xa8, 0x1b, 0x3e, 0x08, 0x1e, 0x38, 0x91, 0x3b, + 0xdf, 0x58, 0x11, 0x79, 0xaf, 0x0a, 0x72, 0x2c, 0xd4, 0xd3, 0x02, 0x46, 0x0d, 0xdc, 0x5f, 0x98, + 0x22, 0xb1, 0xce, 0x5a, 0xa4, 0x64, 0x3b, 0xf5, 0x21, 0x53, 0xb2, 0x19, 0x89, 0xcd, 0xd0, 0x71, + 0x24, 0x36, 0xfb, 0x32, 0xbb, 0x69, 0xbd, 0xe1, 0x6d, 0xae, 0x3a, 0xed, 0xe9, 0xd3, 0x65, 0x6a, + 0x58, 0x94, 0xe4, 0xdd, 0x35, 0x28, 0x14, 0x4e, 0x99, 0x76, 0xa7, 0x4e, 0x3b, 0x73, 0xd2, 0xa9, + 0xd3, 0xce, 0x1e, 0x63, 0xea, 0xb4, 0x73, 0x27, 0x9a, 0x3a, 0xed, 0xb1, 0x3f, 0x91, 0xd4, 0x69, + 0x7f, 0x01, 0xce, 0x1f, 0xfe, 0x39, 0xd2, 0xe4, 0xbc, 0x8d, 0x74, 0x87, 0x9f, 0x49, 0xce, 0xcb, + 0x4c, 0x1d, 0x8d, 0xaa, 0x74, 0x06, 0xa7, 0x7f, 0x6e, 0xc1, 0x63, 0x3d, 0xf2, 0x9c, 0x94, 0xbe, + 0x7c, 0xd0, 0x86, 0xc9, 0xb6, 0x59, 0xb4, 0xf4, 0x35, 0x21, 0x23, 0xaf, 0x8a, 0x0a, 0x6b, 0xcb, + 0x20, 0x70, 0x96, 0xfd, 0xc2, 0x27, 0x7e, 0xfc, 0xc1, 0xf9, 0x8f, 0xfd, 0xe4, 0x83, 0xf3, 0x1f, + 0xfb, 0xbd, 0x0f, 0xce, 0x7f, 0xec, 0x67, 0xf7, 0xcf, 0x5b, 0x3f, 0xde, 0x3f, 0x6f, 0xfd, 0x64, + 0xff, 0xbc, 0xf5, 0x87, 0xfb, 0xe7, 0xad, 0x6f, 0xfe, 0xd1, 0xf9, 0x8f, 0x7d, 0xb1, 0xb2, 0x73, + 0xf5, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0x70, 0xfd, 0x33, 0x79, 0x2a, 0xb5, 0x00, 0x00, } diff --git a/staging/src/k8s.io/client-go/pkg/api/v1/generated.proto b/staging/src/k8s.io/client-go/pkg/api/v1/generated.proto index 8a046f5397..0599bb1ecb 100644 --- a/staging/src/k8s.io/client-go/pkg/api/v1/generated.proto +++ b/staging/src/k8s.io/client-go/pkg/api/v1/generated.proto @@ -2033,6 +2033,9 @@ message PersistentVolumeSource { // AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. // +optional optional AzureDiskVolumeSource azureDisk = 16; + + // PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine + optional PhotonPersistentDiskVolumeSource photonPersistentDisk = 17; } // PersistentVolumeSpec is the specification of a persistent volume. @@ -2082,6 +2085,17 @@ message PersistentVolumeStatus { optional string reason = 3; } +// Represents a Photon Controller persistent disk resource. +message PhotonPersistentDiskVolumeSource { + // ID that identifies Photon Controller persistent disk + optional string pdID = 1; + + // Filesystem type to mount. + // Must be a filesystem type supported by the host operating system. + // Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + optional string fsType = 2; +} + // Pod is a collection of containers that can run on a host. This resource is created // by clients and scheduled onto hosts. message Pod { @@ -3541,6 +3555,9 @@ message VolumeSource { // AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. // +optional optional AzureDiskVolumeSource azureDisk = 22; + + // PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine + optional PhotonPersistentDiskVolumeSource photonPersistentDisk = 23; } // Represents a vSphere volume resource. diff --git a/staging/src/k8s.io/client-go/pkg/api/v1/types.generated.go b/staging/src/k8s.io/client-go/pkg/api/v1/types.generated.go index ba4de5b5b6..2c30987d83 100644 --- a/staging/src/k8s.io/client-go/pkg/api/v1/types.generated.go +++ b/staging/src/k8s.io/client-go/pkg/api/v1/types.generated.go @@ -1124,7 +1124,7 @@ func (x *Volume) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep101 := !z.EncBinary() yy2arr101 := z.EncBasicHandle().StructToArray - var yyq101 [23]bool + var yyq101 [24]bool _, _, _ = yysep101, yyq101, yy2arr101 const yyr101 bool = false yyq101[1] = x.VolumeSource.HostPath != nil && x.HostPath != nil @@ -1149,9 +1149,10 @@ func (x *Volume) CodecEncodeSelf(e *codec1978.Encoder) { yyq101[20] = x.VolumeSource.VsphereVolume != nil && x.VsphereVolume != nil yyq101[21] = x.VolumeSource.Quobyte != nil && x.Quobyte != nil yyq101[22] = x.VolumeSource.AzureDisk != nil && x.AzureDisk != nil + yyq101[23] = x.VolumeSource.PhotonPersistentDisk != nil && x.PhotonPersistentDisk != nil var yynn101 int if yyr101 || yy2arr101 { - r.EncodeArrayStart(23) + r.EncodeArrayStart(24) } else { yynn101 = 1 for _, b := range yyq101 { @@ -1995,6 +1996,43 @@ func (x *Volume) CodecEncodeSelf(e *codec1978.Encoder) { } } } + var yyn127 bool + if x.VolumeSource.PhotonPersistentDisk == nil { + yyn127 = true + goto LABEL127 + } + LABEL127: + if yyr101 || yy2arr101 { + if yyn127 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq101[23] { + if x.PhotonPersistentDisk == nil { + r.EncodeNil() + } else { + x.PhotonPersistentDisk.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq101[23] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("photonPersistentDisk")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn127 { + r.EncodeNil() + } else { + if x.PhotonPersistentDisk == nil { + r.EncodeNil() + } else { + x.PhotonPersistentDisk.CodecEncodeSelf(e) + } + } + } + } if yyr101 || yy2arr101 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { @@ -2008,25 +2046,25 @@ func (x *Volume) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym127 := z.DecBinary() - _ = yym127 + yym128 := z.DecBinary() + _ = yym128 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct128 := r.ContainerType() - if yyct128 == codecSelferValueTypeMap1234 { - yyl128 := r.ReadMapStart() - if yyl128 == 0 { + yyct129 := r.ContainerType() + if yyct129 == codecSelferValueTypeMap1234 { + yyl129 := r.ReadMapStart() + if yyl129 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl128, d) + x.codecDecodeSelfFromMap(yyl129, d) } - } else if yyct128 == codecSelferValueTypeArray1234 { - yyl128 := r.ReadArrayStart() - if yyl128 == 0 { + } else if yyct129 == codecSelferValueTypeArray1234 { + yyl129 := r.ReadArrayStart() + if yyl129 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl128, d) + x.codecDecodeSelfFromArray(yyl129, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -2038,12 +2076,12 @@ func (x *Volume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys129Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys129Slc - var yyhl129 bool = l >= 0 - for yyj129 := 0; ; yyj129++ { - if yyhl129 { - if yyj129 >= l { + var yys130Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys130Slc + var yyhl130 bool = l >= 0 + for yyj130 := 0; ; yyj130++ { + if yyhl130 { + if yyj130 >= l { break } } else { @@ -2052,10 +2090,10 @@ func (x *Volume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys129Slc = r.DecodeBytes(yys129Slc, true, true) - yys129 := string(yys129Slc) + yys130Slc = r.DecodeBytes(yys130Slc, true, true) + yys130 := string(yys130Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys129 { + switch yys130 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -2370,10 +2408,24 @@ func (x *Volume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } x.AzureDisk.CodecDecodeSelf(d) } + case "photonPersistentDisk": + if x.VolumeSource.PhotonPersistentDisk == nil { + x.VolumeSource.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + if r.TryDecodeAsNil() { + if x.PhotonPersistentDisk != nil { + x.PhotonPersistentDisk = nil + } + } else { + if x.PhotonPersistentDisk == nil { + x.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + x.PhotonPersistentDisk.CodecDecodeSelf(d) + } default: - z.DecStructFieldNotFound(-1, yys129) - } // end switch yys129 - } // end for yyj129 + z.DecStructFieldNotFound(-1, yys130) + } // end switch yys130 + } // end for yyj130 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -2381,16 +2433,16 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj153 int - var yyb153 bool - var yyhl153 bool = l >= 0 - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + var yyj155 int + var yyb155 bool + var yyhl155 bool = l >= 0 + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2403,13 +2455,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.HostPath == nil { x.VolumeSource.HostPath = new(HostPathVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2427,13 +2479,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.EmptyDir == nil { x.VolumeSource.EmptyDir = new(EmptyDirVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2451,13 +2503,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.GCEPersistentDisk == nil { x.VolumeSource.GCEPersistentDisk = new(GCEPersistentDiskVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2475,13 +2527,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.AWSElasticBlockStore == nil { x.VolumeSource.AWSElasticBlockStore = new(AWSElasticBlockStoreVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2499,13 +2551,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.GitRepo == nil { x.VolumeSource.GitRepo = new(GitRepoVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2523,13 +2575,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.Secret == nil { x.VolumeSource.Secret = new(SecretVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2547,13 +2599,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.NFS == nil { x.VolumeSource.NFS = new(NFSVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2571,13 +2623,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.ISCSI == nil { x.VolumeSource.ISCSI = new(ISCSIVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2595,13 +2647,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.Glusterfs == nil { x.VolumeSource.Glusterfs = new(GlusterfsVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2619,13 +2671,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.PersistentVolumeClaim == nil { x.VolumeSource.PersistentVolumeClaim = new(PersistentVolumeClaimVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2643,13 +2695,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.RBD == nil { x.VolumeSource.RBD = new(RBDVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2667,13 +2719,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.FlexVolume == nil { x.VolumeSource.FlexVolume = new(FlexVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2691,13 +2743,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.Cinder == nil { x.VolumeSource.Cinder = new(CinderVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2715,13 +2767,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.CephFS == nil { x.VolumeSource.CephFS = new(CephFSVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2739,13 +2791,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.Flocker == nil { x.VolumeSource.Flocker = new(FlockerVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2763,13 +2815,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.DownwardAPI == nil { x.VolumeSource.DownwardAPI = new(DownwardAPIVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2787,13 +2839,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.FC == nil { x.VolumeSource.FC = new(FCVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2811,13 +2863,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.AzureFile == nil { x.VolumeSource.AzureFile = new(AzureFileVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2835,13 +2887,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.ConfigMap == nil { x.VolumeSource.ConfigMap = new(ConfigMapVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2859,13 +2911,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.VsphereVolume == nil { x.VolumeSource.VsphereVolume = new(VsphereVirtualDiskVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2883,13 +2935,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.Quobyte == nil { x.VolumeSource.Quobyte = new(QuobyteVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2907,13 +2959,13 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.VolumeSource.AzureDisk == nil { x.VolumeSource.AzureDisk = new(AzureDiskVolumeSource) } - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l } else { - yyb153 = r.CheckBreak() + yyb155 = r.CheckBreak() } - if yyb153 { + if yyb155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -2928,18 +2980,42 @@ func (x *Volume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.AzureDisk.CodecDecodeSelf(d) } - for { - yyj153++ - if yyhl153 { - yyb153 = yyj153 > l - } else { - yyb153 = r.CheckBreak() + if x.VolumeSource.PhotonPersistentDisk == nil { + x.VolumeSource.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l + } else { + yyb155 = r.CheckBreak() + } + if yyb155 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.PhotonPersistentDisk != nil { + x.PhotonPersistentDisk = nil } - if yyb153 { + } else { + if x.PhotonPersistentDisk == nil { + x.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + x.PhotonPersistentDisk.CodecDecodeSelf(d) + } + for { + yyj155++ + if yyhl155 { + yyb155 = yyj155 > l + } else { + yyb155 = r.CheckBreak() + } + if yyb155 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj153-1, "") + z.DecStructFieldNotFound(yyj155-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -2951,54 +3027,55 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym177 := z.EncBinary() - _ = yym177 + yym180 := z.EncBinary() + _ = yym180 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep178 := !z.EncBinary() - yy2arr178 := z.EncBasicHandle().StructToArray - var yyq178 [22]bool - _, _, _ = yysep178, yyq178, yy2arr178 - const yyr178 bool = false - yyq178[0] = x.HostPath != nil - yyq178[1] = x.EmptyDir != nil - yyq178[2] = x.GCEPersistentDisk != nil - yyq178[3] = x.AWSElasticBlockStore != nil - yyq178[4] = x.GitRepo != nil - yyq178[5] = x.Secret != nil - yyq178[6] = x.NFS != nil - yyq178[7] = x.ISCSI != nil - yyq178[8] = x.Glusterfs != nil - yyq178[9] = x.PersistentVolumeClaim != nil - yyq178[10] = x.RBD != nil - yyq178[11] = x.FlexVolume != nil - yyq178[12] = x.Cinder != nil - yyq178[13] = x.CephFS != nil - yyq178[14] = x.Flocker != nil - yyq178[15] = x.DownwardAPI != nil - yyq178[16] = x.FC != nil - yyq178[17] = x.AzureFile != nil - yyq178[18] = x.ConfigMap != nil - yyq178[19] = x.VsphereVolume != nil - yyq178[20] = x.Quobyte != nil - yyq178[21] = x.AzureDisk != nil - var yynn178 int - if yyr178 || yy2arr178 { - r.EncodeArrayStart(22) + yysep181 := !z.EncBinary() + yy2arr181 := z.EncBasicHandle().StructToArray + var yyq181 [23]bool + _, _, _ = yysep181, yyq181, yy2arr181 + const yyr181 bool = false + yyq181[0] = x.HostPath != nil + yyq181[1] = x.EmptyDir != nil + yyq181[2] = x.GCEPersistentDisk != nil + yyq181[3] = x.AWSElasticBlockStore != nil + yyq181[4] = x.GitRepo != nil + yyq181[5] = x.Secret != nil + yyq181[6] = x.NFS != nil + yyq181[7] = x.ISCSI != nil + yyq181[8] = x.Glusterfs != nil + yyq181[9] = x.PersistentVolumeClaim != nil + yyq181[10] = x.RBD != nil + yyq181[11] = x.FlexVolume != nil + yyq181[12] = x.Cinder != nil + yyq181[13] = x.CephFS != nil + yyq181[14] = x.Flocker != nil + yyq181[15] = x.DownwardAPI != nil + yyq181[16] = x.FC != nil + yyq181[17] = x.AzureFile != nil + yyq181[18] = x.ConfigMap != nil + yyq181[19] = x.VsphereVolume != nil + yyq181[20] = x.Quobyte != nil + yyq181[21] = x.AzureDisk != nil + yyq181[22] = x.PhotonPersistentDisk != nil + var yynn181 int + if yyr181 || yy2arr181 { + r.EncodeArrayStart(23) } else { - yynn178 = 0 - for _, b := range yyq178 { + yynn181 = 0 + for _, b := range yyq181 { if b { - yynn178++ + yynn181++ } } - r.EncodeMapStart(yynn178) - yynn178 = 0 + r.EncodeMapStart(yynn181) + yynn181 = 0 } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[0] { + if yyq181[0] { if x.HostPath == nil { r.EncodeNil() } else { @@ -3008,7 +3085,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[0] { + if yyq181[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3019,9 +3096,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[1] { + if yyq181[1] { if x.EmptyDir == nil { r.EncodeNil() } else { @@ -3031,7 +3108,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[1] { + if yyq181[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("emptyDir")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3042,9 +3119,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[2] { + if yyq181[2] { if x.GCEPersistentDisk == nil { r.EncodeNil() } else { @@ -3054,7 +3131,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[2] { + if yyq181[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("gcePersistentDisk")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3065,9 +3142,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[3] { + if yyq181[3] { if x.AWSElasticBlockStore == nil { r.EncodeNil() } else { @@ -3077,7 +3154,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[3] { + if yyq181[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("awsElasticBlockStore")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3088,9 +3165,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[4] { + if yyq181[4] { if x.GitRepo == nil { r.EncodeNil() } else { @@ -3100,7 +3177,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[4] { + if yyq181[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("gitRepo")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3111,9 +3188,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[5] { + if yyq181[5] { if x.Secret == nil { r.EncodeNil() } else { @@ -3123,7 +3200,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[5] { + if yyq181[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secret")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3134,9 +3211,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[6] { + if yyq181[6] { if x.NFS == nil { r.EncodeNil() } else { @@ -3146,7 +3223,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[6] { + if yyq181[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nfs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3157,9 +3234,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[7] { + if yyq181[7] { if x.ISCSI == nil { r.EncodeNil() } else { @@ -3169,7 +3246,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[7] { + if yyq181[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("iscsi")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3180,9 +3257,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[8] { + if yyq181[8] { if x.Glusterfs == nil { r.EncodeNil() } else { @@ -3192,7 +3269,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[8] { + if yyq181[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("glusterfs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3203,9 +3280,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[9] { + if yyq181[9] { if x.PersistentVolumeClaim == nil { r.EncodeNil() } else { @@ -3215,7 +3292,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[9] { + if yyq181[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("persistentVolumeClaim")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3226,9 +3303,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[10] { + if yyq181[10] { if x.RBD == nil { r.EncodeNil() } else { @@ -3238,7 +3315,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[10] { + if yyq181[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("rbd")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3249,9 +3326,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[11] { + if yyq181[11] { if x.FlexVolume == nil { r.EncodeNil() } else { @@ -3261,7 +3338,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[11] { + if yyq181[11] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("flexVolume")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3272,9 +3349,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[12] { + if yyq181[12] { if x.Cinder == nil { r.EncodeNil() } else { @@ -3284,7 +3361,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[12] { + if yyq181[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("cinder")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3295,9 +3372,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[13] { + if yyq181[13] { if x.CephFS == nil { r.EncodeNil() } else { @@ -3307,7 +3384,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[13] { + if yyq181[13] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("cephfs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3318,9 +3395,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[14] { + if yyq181[14] { if x.Flocker == nil { r.EncodeNil() } else { @@ -3330,7 +3407,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[14] { + if yyq181[14] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("flocker")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3341,9 +3418,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[15] { + if yyq181[15] { if x.DownwardAPI == nil { r.EncodeNil() } else { @@ -3353,7 +3430,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[15] { + if yyq181[15] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("downwardAPI")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3364,9 +3441,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[16] { + if yyq181[16] { if x.FC == nil { r.EncodeNil() } else { @@ -3376,7 +3453,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[16] { + if yyq181[16] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fc")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3387,9 +3464,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[17] { + if yyq181[17] { if x.AzureFile == nil { r.EncodeNil() } else { @@ -3399,7 +3476,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[17] { + if yyq181[17] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("azureFile")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3410,9 +3487,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[18] { + if yyq181[18] { if x.ConfigMap == nil { r.EncodeNil() } else { @@ -3422,7 +3499,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[18] { + if yyq181[18] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("configMap")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3433,9 +3510,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[19] { + if yyq181[19] { if x.VsphereVolume == nil { r.EncodeNil() } else { @@ -3445,7 +3522,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[19] { + if yyq181[19] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("vsphereVolume")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3456,9 +3533,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[20] { + if yyq181[20] { if x.Quobyte == nil { r.EncodeNil() } else { @@ -3468,7 +3545,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[20] { + if yyq181[20] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("quobyte")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3479,9 +3556,9 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq178[21] { + if yyq181[21] { if x.AzureDisk == nil { r.EncodeNil() } else { @@ -3491,7 +3568,7 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq178[21] { + if yyq181[21] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("azureDisk")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -3502,7 +3579,30 @@ func (x *VolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr178 || yy2arr178 { + if yyr181 || yy2arr181 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq181[22] { + if x.PhotonPersistentDisk == nil { + r.EncodeNil() + } else { + x.PhotonPersistentDisk.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq181[22] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("photonPersistentDisk")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.PhotonPersistentDisk == nil { + r.EncodeNil() + } else { + x.PhotonPersistentDisk.CodecEncodeSelf(e) + } + } + } + if yyr181 || yy2arr181 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -3515,25 +3615,25 @@ func (x *VolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym201 := z.DecBinary() - _ = yym201 + yym205 := z.DecBinary() + _ = yym205 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct202 := r.ContainerType() - if yyct202 == codecSelferValueTypeMap1234 { - yyl202 := r.ReadMapStart() - if yyl202 == 0 { + yyct206 := r.ContainerType() + if yyct206 == codecSelferValueTypeMap1234 { + yyl206 := r.ReadMapStart() + if yyl206 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl202, d) + x.codecDecodeSelfFromMap(yyl206, d) } - } else if yyct202 == codecSelferValueTypeArray1234 { - yyl202 := r.ReadArrayStart() - if yyl202 == 0 { + } else if yyct206 == codecSelferValueTypeArray1234 { + yyl206 := r.ReadArrayStart() + if yyl206 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl202, d) + x.codecDecodeSelfFromArray(yyl206, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -3545,12 +3645,12 @@ func (x *VolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys203Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys203Slc - var yyhl203 bool = l >= 0 - for yyj203 := 0; ; yyj203++ { - if yyhl203 { - if yyj203 >= l { + var yys207Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys207Slc + var yyhl207 bool = l >= 0 + for yyj207 := 0; ; yyj207++ { + if yyhl207 { + if yyj207 >= l { break } } else { @@ -3559,10 +3659,10 @@ func (x *VolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys203Slc = r.DecodeBytes(yys203Slc, true, true) - yys203 := string(yys203Slc) + yys207Slc = r.DecodeBytes(yys207Slc, true, true) + yys207 := string(yys207Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys203 { + switch yys207 { case "hostPath": if r.TryDecodeAsNil() { if x.HostPath != nil { @@ -3805,10 +3905,21 @@ func (x *VolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } x.AzureDisk.CodecDecodeSelf(d) } + case "photonPersistentDisk": + if r.TryDecodeAsNil() { + if x.PhotonPersistentDisk != nil { + x.PhotonPersistentDisk = nil + } + } else { + if x.PhotonPersistentDisk == nil { + x.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + x.PhotonPersistentDisk.CodecDecodeSelf(d) + } default: - z.DecStructFieldNotFound(-1, yys203) - } // end switch yys203 - } // end for yyj203 + z.DecStructFieldNotFound(-1, yys207) + } // end switch yys207 + } // end for yyj207 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -3816,16 +3927,16 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj226 int - var yyb226 bool - var yyhl226 bool = l >= 0 - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + var yyj231 int + var yyb231 bool + var yyhl231 bool = l >= 0 + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3840,13 +3951,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.HostPath.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3861,13 +3972,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.EmptyDir.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3882,13 +3993,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.GCEPersistentDisk.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3903,13 +4014,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.AWSElasticBlockStore.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3924,13 +4035,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.GitRepo.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3945,13 +4056,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Secret.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3966,13 +4077,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.NFS.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3987,13 +4098,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ISCSI.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4008,13 +4119,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Glusterfs.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4029,13 +4140,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.PersistentVolumeClaim.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4050,13 +4161,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.RBD.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4071,13 +4182,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.FlexVolume.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4092,13 +4203,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Cinder.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4113,13 +4224,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.CephFS.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4134,13 +4245,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Flocker.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4155,13 +4266,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.DownwardAPI.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4176,13 +4287,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.FC.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4197,13 +4308,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.AzureFile.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4218,13 +4329,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ConfigMap.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4239,13 +4350,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.VsphereVolume.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4260,13 +4371,13 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Quobyte.CodecDecodeSelf(d) } - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l } else { - yyb226 = r.CheckBreak() + yyb231 = r.CheckBreak() } - if yyb226 { + if yyb231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4281,18 +4392,39 @@ func (x *VolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.AzureDisk.CodecDecodeSelf(d) } - for { - yyj226++ - if yyhl226 { - yyb226 = yyj226 > l - } else { - yyb226 = r.CheckBreak() + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l + } else { + yyb231 = r.CheckBreak() + } + if yyb231 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.PhotonPersistentDisk != nil { + x.PhotonPersistentDisk = nil } - if yyb226 { + } else { + if x.PhotonPersistentDisk == nil { + x.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + x.PhotonPersistentDisk.CodecDecodeSelf(d) + } + for { + yyj231++ + if yyhl231 { + yyb231 = yyj231 > l + } else { + yyb231 = r.CheckBreak() + } + if yyb231 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj226-1, "") + z.DecStructFieldNotFound(yyj231-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -4304,34 +4436,34 @@ func (x *PersistentVolumeClaimVolumeSource) CodecEncodeSelf(e *codec1978.Encoder if x == nil { r.EncodeNil() } else { - yym249 := z.EncBinary() - _ = yym249 + yym255 := z.EncBinary() + _ = yym255 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep250 := !z.EncBinary() - yy2arr250 := z.EncBasicHandle().StructToArray - var yyq250 [2]bool - _, _, _ = yysep250, yyq250, yy2arr250 - const yyr250 bool = false - yyq250[1] = x.ReadOnly != false - var yynn250 int - if yyr250 || yy2arr250 { + yysep256 := !z.EncBinary() + yy2arr256 := z.EncBasicHandle().StructToArray + var yyq256 [2]bool + _, _, _ = yysep256, yyq256, yy2arr256 + const yyr256 bool = false + yyq256[1] = x.ReadOnly != false + var yynn256 int + if yyr256 || yy2arr256 { r.EncodeArrayStart(2) } else { - yynn250 = 1 - for _, b := range yyq250 { + yynn256 = 1 + for _, b := range yyq256 { if b { - yynn250++ + yynn256++ } } - r.EncodeMapStart(yynn250) - yynn250 = 0 + r.EncodeMapStart(yynn256) + yynn256 = 0 } - if yyr250 || yy2arr250 { + if yyr256 || yy2arr256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym252 := z.EncBinary() - _ = yym252 + yym258 := z.EncBinary() + _ = yym258 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClaimName)) @@ -4340,18 +4472,18 @@ func (x *PersistentVolumeClaimVolumeSource) CodecEncodeSelf(e *codec1978.Encoder z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("claimName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym253 := z.EncBinary() - _ = yym253 + yym259 := z.EncBinary() + _ = yym259 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClaimName)) } } - if yyr250 || yy2arr250 { + if yyr256 || yy2arr256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq250[1] { - yym255 := z.EncBinary() - _ = yym255 + if yyq256[1] { + yym261 := z.EncBinary() + _ = yym261 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -4360,19 +4492,19 @@ func (x *PersistentVolumeClaimVolumeSource) CodecEncodeSelf(e *codec1978.Encoder r.EncodeBool(false) } } else { - if yyq250[1] { + if yyq256[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym256 := z.EncBinary() - _ = yym256 + yym262 := z.EncBinary() + _ = yym262 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr250 || yy2arr250 { + if yyr256 || yy2arr256 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -4385,25 +4517,25 @@ func (x *PersistentVolumeClaimVolumeSource) CodecDecodeSelf(d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym257 := z.DecBinary() - _ = yym257 + yym263 := z.DecBinary() + _ = yym263 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct258 := r.ContainerType() - if yyct258 == codecSelferValueTypeMap1234 { - yyl258 := r.ReadMapStart() - if yyl258 == 0 { + yyct264 := r.ContainerType() + if yyct264 == codecSelferValueTypeMap1234 { + yyl264 := r.ReadMapStart() + if yyl264 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl258, d) + x.codecDecodeSelfFromMap(yyl264, d) } - } else if yyct258 == codecSelferValueTypeArray1234 { - yyl258 := r.ReadArrayStart() - if yyl258 == 0 { + } else if yyct264 == codecSelferValueTypeArray1234 { + yyl264 := r.ReadArrayStart() + if yyl264 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl258, d) + x.codecDecodeSelfFromArray(yyl264, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -4415,12 +4547,12 @@ func (x *PersistentVolumeClaimVolumeSource) codecDecodeSelfFromMap(l int, d *cod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys259Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys259Slc - var yyhl259 bool = l >= 0 - for yyj259 := 0; ; yyj259++ { - if yyhl259 { - if yyj259 >= l { + var yys265Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys265Slc + var yyhl265 bool = l >= 0 + for yyj265 := 0; ; yyj265++ { + if yyhl265 { + if yyj265 >= l { break } } else { @@ -4429,10 +4561,10 @@ func (x *PersistentVolumeClaimVolumeSource) codecDecodeSelfFromMap(l int, d *cod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys259Slc = r.DecodeBytes(yys259Slc, true, true) - yys259 := string(yys259Slc) + yys265Slc = r.DecodeBytes(yys265Slc, true, true) + yys265 := string(yys265Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys259 { + switch yys265 { case "claimName": if r.TryDecodeAsNil() { x.ClaimName = "" @@ -4446,9 +4578,9 @@ func (x *PersistentVolumeClaimVolumeSource) codecDecodeSelfFromMap(l int, d *cod x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys259) - } // end switch yys259 - } // end for yyj259 + z.DecStructFieldNotFound(-1, yys265) + } // end switch yys265 + } // end for yyj265 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -4456,16 +4588,16 @@ func (x *PersistentVolumeClaimVolumeSource) codecDecodeSelfFromArray(l int, d *c var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj262 int - var yyb262 bool - var yyhl262 bool = l >= 0 - yyj262++ - if yyhl262 { - yyb262 = yyj262 > l + var yyj268 int + var yyb268 bool + var yyhl268 bool = l >= 0 + yyj268++ + if yyhl268 { + yyb268 = yyj268 > l } else { - yyb262 = r.CheckBreak() + yyb268 = r.CheckBreak() } - if yyb262 { + if yyb268 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4475,13 +4607,13 @@ func (x *PersistentVolumeClaimVolumeSource) codecDecodeSelfFromArray(l int, d *c } else { x.ClaimName = string(r.DecodeString()) } - yyj262++ - if yyhl262 { - yyb262 = yyj262 > l + yyj268++ + if yyhl268 { + yyb268 = yyj268 > l } else { - yyb262 = r.CheckBreak() + yyb268 = r.CheckBreak() } - if yyb262 { + if yyb268 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4492,17 +4624,17 @@ func (x *PersistentVolumeClaimVolumeSource) codecDecodeSelfFromArray(l int, d *c x.ReadOnly = bool(r.DecodeBool()) } for { - yyj262++ - if yyhl262 { - yyb262 = yyj262 > l + yyj268++ + if yyhl268 { + yyb268 = yyj268 > l } else { - yyb262 = r.CheckBreak() + yyb268 = r.CheckBreak() } - if yyb262 { + if yyb268 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj262-1, "") + z.DecStructFieldNotFound(yyj268-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -4514,48 +4646,49 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym265 := z.EncBinary() - _ = yym265 + yym271 := z.EncBinary() + _ = yym271 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep266 := !z.EncBinary() - yy2arr266 := z.EncBasicHandle().StructToArray - var yyq266 [16]bool - _, _, _ = yysep266, yyq266, yy2arr266 - const yyr266 bool = false - yyq266[0] = x.GCEPersistentDisk != nil - yyq266[1] = x.AWSElasticBlockStore != nil - yyq266[2] = x.HostPath != nil - yyq266[3] = x.Glusterfs != nil - yyq266[4] = x.NFS != nil - yyq266[5] = x.RBD != nil - yyq266[6] = x.ISCSI != nil - yyq266[7] = x.Cinder != nil - yyq266[8] = x.CephFS != nil - yyq266[9] = x.FC != nil - yyq266[10] = x.Flocker != nil - yyq266[11] = x.FlexVolume != nil - yyq266[12] = x.AzureFile != nil - yyq266[13] = x.VsphereVolume != nil - yyq266[14] = x.Quobyte != nil - yyq266[15] = x.AzureDisk != nil - var yynn266 int - if yyr266 || yy2arr266 { - r.EncodeArrayStart(16) + yysep272 := !z.EncBinary() + yy2arr272 := z.EncBasicHandle().StructToArray + var yyq272 [17]bool + _, _, _ = yysep272, yyq272, yy2arr272 + const yyr272 bool = false + yyq272[0] = x.GCEPersistentDisk != nil + yyq272[1] = x.AWSElasticBlockStore != nil + yyq272[2] = x.HostPath != nil + yyq272[3] = x.Glusterfs != nil + yyq272[4] = x.NFS != nil + yyq272[5] = x.RBD != nil + yyq272[6] = x.ISCSI != nil + yyq272[7] = x.Cinder != nil + yyq272[8] = x.CephFS != nil + yyq272[9] = x.FC != nil + yyq272[10] = x.Flocker != nil + yyq272[11] = x.FlexVolume != nil + yyq272[12] = x.AzureFile != nil + yyq272[13] = x.VsphereVolume != nil + yyq272[14] = x.Quobyte != nil + yyq272[15] = x.AzureDisk != nil + yyq272[16] = x.PhotonPersistentDisk != nil + var yynn272 int + if yyr272 || yy2arr272 { + r.EncodeArrayStart(17) } else { - yynn266 = 0 - for _, b := range yyq266 { + yynn272 = 0 + for _, b := range yyq272 { if b { - yynn266++ + yynn272++ } } - r.EncodeMapStart(yynn266) - yynn266 = 0 + r.EncodeMapStart(yynn272) + yynn272 = 0 } - if yyr266 || yy2arr266 { + if yyr272 || yy2arr272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq266[0] { + if yyq272[0] { if x.GCEPersistentDisk == nil { r.EncodeNil() } else { @@ -4565,7 +4698,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq266[0] { + if yyq272[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("gcePersistentDisk")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4576,9 +4709,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr266 || yy2arr266 { + if yyr272 || yy2arr272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq266[1] { + if yyq272[1] { if x.AWSElasticBlockStore == nil { r.EncodeNil() } else { @@ -4588,7 +4721,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq266[1] { + if yyq272[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("awsElasticBlockStore")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4599,9 +4732,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr266 || yy2arr266 { + if yyr272 || yy2arr272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq266[2] { + if yyq272[2] { if x.HostPath == nil { r.EncodeNil() } else { @@ -4611,7 +4744,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq266[2] { + if yyq272[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4622,9 +4755,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr266 || yy2arr266 { + if yyr272 || yy2arr272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq266[3] { + if yyq272[3] { if x.Glusterfs == nil { r.EncodeNil() } else { @@ -4634,7 +4767,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq266[3] { + if yyq272[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("glusterfs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4645,9 +4778,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr266 || yy2arr266 { + if yyr272 || yy2arr272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq266[4] { + if yyq272[4] { if x.NFS == nil { r.EncodeNil() } else { @@ -4657,7 +4790,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq266[4] { + if yyq272[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nfs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4668,9 +4801,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr266 || yy2arr266 { + if yyr272 || yy2arr272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq266[5] { + if yyq272[5] { if x.RBD == nil { r.EncodeNil() } else { @@ -4680,7 +4813,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq266[5] { + if yyq272[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("rbd")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4691,9 +4824,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr266 || yy2arr266 { + if yyr272 || yy2arr272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq266[6] { + if yyq272[6] { if x.ISCSI == nil { r.EncodeNil() } else { @@ -4703,7 +4836,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq266[6] { + if yyq272[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("iscsi")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4714,9 +4847,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr266 || yy2arr266 { + if yyr272 || yy2arr272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq266[7] { + if yyq272[7] { if x.Cinder == nil { r.EncodeNil() } else { @@ -4726,7 +4859,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq266[7] { + if yyq272[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("cinder")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4737,9 +4870,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr266 || yy2arr266 { + if yyr272 || yy2arr272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq266[8] { + if yyq272[8] { if x.CephFS == nil { r.EncodeNil() } else { @@ -4749,7 +4882,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq266[8] { + if yyq272[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("cephfs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4760,9 +4893,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr266 || yy2arr266 { + if yyr272 || yy2arr272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq266[9] { + if yyq272[9] { if x.FC == nil { r.EncodeNil() } else { @@ -4772,7 +4905,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq266[9] { + if yyq272[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fc")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4783,9 +4916,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr266 || yy2arr266 { + if yyr272 || yy2arr272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq266[10] { + if yyq272[10] { if x.Flocker == nil { r.EncodeNil() } else { @@ -4795,7 +4928,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq266[10] { + if yyq272[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("flocker")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4806,9 +4939,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr266 || yy2arr266 { + if yyr272 || yy2arr272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq266[11] { + if yyq272[11] { if x.FlexVolume == nil { r.EncodeNil() } else { @@ -4818,7 +4951,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq266[11] { + if yyq272[11] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("flexVolume")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4829,9 +4962,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr266 || yy2arr266 { + if yyr272 || yy2arr272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq266[12] { + if yyq272[12] { if x.AzureFile == nil { r.EncodeNil() } else { @@ -4841,7 +4974,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq266[12] { + if yyq272[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("azureFile")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4852,9 +4985,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr266 || yy2arr266 { + if yyr272 || yy2arr272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq266[13] { + if yyq272[13] { if x.VsphereVolume == nil { r.EncodeNil() } else { @@ -4864,7 +4997,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq266[13] { + if yyq272[13] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("vsphereVolume")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4875,9 +5008,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr266 || yy2arr266 { + if yyr272 || yy2arr272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq266[14] { + if yyq272[14] { if x.Quobyte == nil { r.EncodeNil() } else { @@ -4887,7 +5020,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq266[14] { + if yyq272[14] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("quobyte")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4898,9 +5031,9 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr266 || yy2arr266 { + if yyr272 || yy2arr272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq266[15] { + if yyq272[15] { if x.AzureDisk == nil { r.EncodeNil() } else { @@ -4910,7 +5043,7 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq266[15] { + if yyq272[15] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("azureDisk")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -4921,7 +5054,30 @@ func (x *PersistentVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr266 || yy2arr266 { + if yyr272 || yy2arr272 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq272[16] { + if x.PhotonPersistentDisk == nil { + r.EncodeNil() + } else { + x.PhotonPersistentDisk.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq272[16] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("photonPersistentDisk")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.PhotonPersistentDisk == nil { + r.EncodeNil() + } else { + x.PhotonPersistentDisk.CodecEncodeSelf(e) + } + } + } + if yyr272 || yy2arr272 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -4934,25 +5090,25 @@ func (x *PersistentVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym283 := z.DecBinary() - _ = yym283 + yym290 := z.DecBinary() + _ = yym290 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct284 := r.ContainerType() - if yyct284 == codecSelferValueTypeMap1234 { - yyl284 := r.ReadMapStart() - if yyl284 == 0 { + yyct291 := r.ContainerType() + if yyct291 == codecSelferValueTypeMap1234 { + yyl291 := r.ReadMapStart() + if yyl291 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl284, d) + x.codecDecodeSelfFromMap(yyl291, d) } - } else if yyct284 == codecSelferValueTypeArray1234 { - yyl284 := r.ReadArrayStart() - if yyl284 == 0 { + } else if yyct291 == codecSelferValueTypeArray1234 { + yyl291 := r.ReadArrayStart() + if yyl291 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl284, d) + x.codecDecodeSelfFromArray(yyl291, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -4964,12 +5120,12 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys285Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys285Slc - var yyhl285 bool = l >= 0 - for yyj285 := 0; ; yyj285++ { - if yyhl285 { - if yyj285 >= l { + var yys292Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys292Slc + var yyhl292 bool = l >= 0 + for yyj292 := 0; ; yyj292++ { + if yyhl292 { + if yyj292 >= l { break } } else { @@ -4978,10 +5134,10 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Deco } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys285Slc = r.DecodeBytes(yys285Slc, true, true) - yys285 := string(yys285Slc) + yys292Slc = r.DecodeBytes(yys292Slc, true, true) + yys292 := string(yys292Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys285 { + switch yys292 { case "gcePersistentDisk": if r.TryDecodeAsNil() { if x.GCEPersistentDisk != nil { @@ -5158,10 +5314,21 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Deco } x.AzureDisk.CodecDecodeSelf(d) } + case "photonPersistentDisk": + if r.TryDecodeAsNil() { + if x.PhotonPersistentDisk != nil { + x.PhotonPersistentDisk = nil + } + } else { + if x.PhotonPersistentDisk == nil { + x.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + x.PhotonPersistentDisk.CodecDecodeSelf(d) + } default: - z.DecStructFieldNotFound(-1, yys285) - } // end switch yys285 - } // end for yyj285 + z.DecStructFieldNotFound(-1, yys292) + } // end switch yys292 + } // end for yyj292 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -5169,16 +5336,16 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj302 int - var yyb302 bool - var yyhl302 bool = l >= 0 - yyj302++ - if yyhl302 { - yyb302 = yyj302 > l + var yyj310 int + var yyb310 bool + var yyhl310 bool = l >= 0 + yyj310++ + if yyhl310 { + yyb310 = yyj310 > l } else { - yyb302 = r.CheckBreak() + yyb310 = r.CheckBreak() } - if yyb302 { + if yyb310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5193,13 +5360,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.GCEPersistentDisk.CodecDecodeSelf(d) } - yyj302++ - if yyhl302 { - yyb302 = yyj302 > l + yyj310++ + if yyhl310 { + yyb310 = yyj310 > l } else { - yyb302 = r.CheckBreak() + yyb310 = r.CheckBreak() } - if yyb302 { + if yyb310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5214,13 +5381,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.AWSElasticBlockStore.CodecDecodeSelf(d) } - yyj302++ - if yyhl302 { - yyb302 = yyj302 > l + yyj310++ + if yyhl310 { + yyb310 = yyj310 > l } else { - yyb302 = r.CheckBreak() + yyb310 = r.CheckBreak() } - if yyb302 { + if yyb310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5235,13 +5402,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.HostPath.CodecDecodeSelf(d) } - yyj302++ - if yyhl302 { - yyb302 = yyj302 > l + yyj310++ + if yyhl310 { + yyb310 = yyj310 > l } else { - yyb302 = r.CheckBreak() + yyb310 = r.CheckBreak() } - if yyb302 { + if yyb310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5256,13 +5423,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.Glusterfs.CodecDecodeSelf(d) } - yyj302++ - if yyhl302 { - yyb302 = yyj302 > l + yyj310++ + if yyhl310 { + yyb310 = yyj310 > l } else { - yyb302 = r.CheckBreak() + yyb310 = r.CheckBreak() } - if yyb302 { + if yyb310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5277,13 +5444,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.NFS.CodecDecodeSelf(d) } - yyj302++ - if yyhl302 { - yyb302 = yyj302 > l + yyj310++ + if yyhl310 { + yyb310 = yyj310 > l } else { - yyb302 = r.CheckBreak() + yyb310 = r.CheckBreak() } - if yyb302 { + if yyb310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5298,13 +5465,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.RBD.CodecDecodeSelf(d) } - yyj302++ - if yyhl302 { - yyb302 = yyj302 > l + yyj310++ + if yyhl310 { + yyb310 = yyj310 > l } else { - yyb302 = r.CheckBreak() + yyb310 = r.CheckBreak() } - if yyb302 { + if yyb310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5319,13 +5486,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.ISCSI.CodecDecodeSelf(d) } - yyj302++ - if yyhl302 { - yyb302 = yyj302 > l + yyj310++ + if yyhl310 { + yyb310 = yyj310 > l } else { - yyb302 = r.CheckBreak() + yyb310 = r.CheckBreak() } - if yyb302 { + if yyb310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5340,13 +5507,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.Cinder.CodecDecodeSelf(d) } - yyj302++ - if yyhl302 { - yyb302 = yyj302 > l + yyj310++ + if yyhl310 { + yyb310 = yyj310 > l } else { - yyb302 = r.CheckBreak() + yyb310 = r.CheckBreak() } - if yyb302 { + if yyb310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5361,13 +5528,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.CephFS.CodecDecodeSelf(d) } - yyj302++ - if yyhl302 { - yyb302 = yyj302 > l + yyj310++ + if yyhl310 { + yyb310 = yyj310 > l } else { - yyb302 = r.CheckBreak() + yyb310 = r.CheckBreak() } - if yyb302 { + if yyb310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5382,13 +5549,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.FC.CodecDecodeSelf(d) } - yyj302++ - if yyhl302 { - yyb302 = yyj302 > l + yyj310++ + if yyhl310 { + yyb310 = yyj310 > l } else { - yyb302 = r.CheckBreak() + yyb310 = r.CheckBreak() } - if yyb302 { + if yyb310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5403,13 +5570,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.Flocker.CodecDecodeSelf(d) } - yyj302++ - if yyhl302 { - yyb302 = yyj302 > l + yyj310++ + if yyhl310 { + yyb310 = yyj310 > l } else { - yyb302 = r.CheckBreak() + yyb310 = r.CheckBreak() } - if yyb302 { + if yyb310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5424,13 +5591,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.FlexVolume.CodecDecodeSelf(d) } - yyj302++ - if yyhl302 { - yyb302 = yyj302 > l + yyj310++ + if yyhl310 { + yyb310 = yyj310 > l } else { - yyb302 = r.CheckBreak() + yyb310 = r.CheckBreak() } - if yyb302 { + if yyb310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5445,13 +5612,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.AzureFile.CodecDecodeSelf(d) } - yyj302++ - if yyhl302 { - yyb302 = yyj302 > l + yyj310++ + if yyhl310 { + yyb310 = yyj310 > l } else { - yyb302 = r.CheckBreak() + yyb310 = r.CheckBreak() } - if yyb302 { + if yyb310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5466,13 +5633,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.VsphereVolume.CodecDecodeSelf(d) } - yyj302++ - if yyhl302 { - yyb302 = yyj302 > l + yyj310++ + if yyhl310 { + yyb310 = yyj310 > l } else { - yyb302 = r.CheckBreak() + yyb310 = r.CheckBreak() } - if yyb302 { + if yyb310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5487,13 +5654,13 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.Quobyte.CodecDecodeSelf(d) } - yyj302++ - if yyhl302 { - yyb302 = yyj302 > l + yyj310++ + if yyhl310 { + yyb310 = yyj310 > l } else { - yyb302 = r.CheckBreak() + yyb310 = r.CheckBreak() } - if yyb302 { + if yyb310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5508,18 +5675,39 @@ func (x *PersistentVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.De } x.AzureDisk.CodecDecodeSelf(d) } - for { - yyj302++ - if yyhl302 { - yyb302 = yyj302 > l - } else { - yyb302 = r.CheckBreak() + yyj310++ + if yyhl310 { + yyb310 = yyj310 > l + } else { + yyb310 = r.CheckBreak() + } + if yyb310 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.PhotonPersistentDisk != nil { + x.PhotonPersistentDisk = nil } - if yyb302 { + } else { + if x.PhotonPersistentDisk == nil { + x.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + x.PhotonPersistentDisk.CodecDecodeSelf(d) + } + for { + yyj310++ + if yyhl310 { + yyb310 = yyj310 > l + } else { + yyb310 = r.CheckBreak() + } + if yyb310 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj302-1, "") + z.DecStructFieldNotFound(yyj310-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -5531,39 +5719,39 @@ func (x *PersistentVolume) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym319 := z.EncBinary() - _ = yym319 + yym328 := z.EncBinary() + _ = yym328 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep320 := !z.EncBinary() - yy2arr320 := z.EncBasicHandle().StructToArray - var yyq320 [5]bool - _, _, _ = yysep320, yyq320, yy2arr320 - const yyr320 bool = false - yyq320[0] = x.Kind != "" - yyq320[1] = x.APIVersion != "" - yyq320[2] = true - yyq320[3] = true - yyq320[4] = true - var yynn320 int - if yyr320 || yy2arr320 { + yysep329 := !z.EncBinary() + yy2arr329 := z.EncBasicHandle().StructToArray + var yyq329 [5]bool + _, _, _ = yysep329, yyq329, yy2arr329 + const yyr329 bool = false + yyq329[0] = x.Kind != "" + yyq329[1] = x.APIVersion != "" + yyq329[2] = true + yyq329[3] = true + yyq329[4] = true + var yynn329 int + if yyr329 || yy2arr329 { r.EncodeArrayStart(5) } else { - yynn320 = 0 - for _, b := range yyq320 { + yynn329 = 0 + for _, b := range yyq329 { if b { - yynn320++ + yynn329++ } } - r.EncodeMapStart(yynn320) - yynn320 = 0 + r.EncodeMapStart(yynn329) + yynn329 = 0 } - if yyr320 || yy2arr320 { + if yyr329 || yy2arr329 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq320[0] { - yym322 := z.EncBinary() - _ = yym322 + if yyq329[0] { + yym331 := z.EncBinary() + _ = yym331 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -5572,23 +5760,23 @@ func (x *PersistentVolume) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq320[0] { + if yyq329[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym323 := z.EncBinary() - _ = yym323 + yym332 := z.EncBinary() + _ = yym332 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr320 || yy2arr320 { + if yyr329 || yy2arr329 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq320[1] { - yym325 := z.EncBinary() - _ = yym325 + if yyq329[1] { + yym334 := z.EncBinary() + _ = yym334 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -5597,70 +5785,70 @@ func (x *PersistentVolume) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq320[1] { + if yyq329[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym326 := z.EncBinary() - _ = yym326 + yym335 := z.EncBinary() + _ = yym335 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr320 || yy2arr320 { + if yyr329 || yy2arr329 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq320[2] { - yy328 := &x.ObjectMeta - yy328.CodecEncodeSelf(e) + if yyq329[2] { + yy337 := &x.ObjectMeta + yy337.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq320[2] { + if yyq329[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy329 := &x.ObjectMeta - yy329.CodecEncodeSelf(e) + yy338 := &x.ObjectMeta + yy338.CodecEncodeSelf(e) } } - if yyr320 || yy2arr320 { + if yyr329 || yy2arr329 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq320[3] { - yy331 := &x.Spec - yy331.CodecEncodeSelf(e) + if yyq329[3] { + yy340 := &x.Spec + yy340.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq320[3] { + if yyq329[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy332 := &x.Spec - yy332.CodecEncodeSelf(e) + yy341 := &x.Spec + yy341.CodecEncodeSelf(e) } } - if yyr320 || yy2arr320 { + if yyr329 || yy2arr329 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq320[4] { - yy334 := &x.Status - yy334.CodecEncodeSelf(e) + if yyq329[4] { + yy343 := &x.Status + yy343.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq320[4] { + if yyq329[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy335 := &x.Status - yy335.CodecEncodeSelf(e) + yy344 := &x.Status + yy344.CodecEncodeSelf(e) } } - if yyr320 || yy2arr320 { + if yyr329 || yy2arr329 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -5673,25 +5861,25 @@ func (x *PersistentVolume) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym336 := z.DecBinary() - _ = yym336 + yym345 := z.DecBinary() + _ = yym345 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct337 := r.ContainerType() - if yyct337 == codecSelferValueTypeMap1234 { - yyl337 := r.ReadMapStart() - if yyl337 == 0 { + yyct346 := r.ContainerType() + if yyct346 == codecSelferValueTypeMap1234 { + yyl346 := r.ReadMapStart() + if yyl346 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl337, d) + x.codecDecodeSelfFromMap(yyl346, d) } - } else if yyct337 == codecSelferValueTypeArray1234 { - yyl337 := r.ReadArrayStart() - if yyl337 == 0 { + } else if yyct346 == codecSelferValueTypeArray1234 { + yyl346 := r.ReadArrayStart() + if yyl346 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl337, d) + x.codecDecodeSelfFromArray(yyl346, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -5703,12 +5891,12 @@ func (x *PersistentVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys338Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys338Slc - var yyhl338 bool = l >= 0 - for yyj338 := 0; ; yyj338++ { - if yyhl338 { - if yyj338 >= l { + var yys347Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys347Slc + var yyhl347 bool = l >= 0 + for yyj347 := 0; ; yyj347++ { + if yyhl347 { + if yyj347 >= l { break } } else { @@ -5717,10 +5905,10 @@ func (x *PersistentVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys338Slc = r.DecodeBytes(yys338Slc, true, true) - yys338 := string(yys338Slc) + yys347Slc = r.DecodeBytes(yys347Slc, true, true) + yys347 := string(yys347Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys338 { + switch yys347 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -5737,27 +5925,27 @@ func (x *PersistentVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv341 := &x.ObjectMeta - yyv341.CodecDecodeSelf(d) + yyv350 := &x.ObjectMeta + yyv350.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PersistentVolumeSpec{} } else { - yyv342 := &x.Spec - yyv342.CodecDecodeSelf(d) + yyv351 := &x.Spec + yyv351.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PersistentVolumeStatus{} } else { - yyv343 := &x.Status - yyv343.CodecDecodeSelf(d) + yyv352 := &x.Status + yyv352.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys338) - } // end switch yys338 - } // end for yyj338 + z.DecStructFieldNotFound(-1, yys347) + } // end switch yys347 + } // end for yyj347 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -5765,16 +5953,16 @@ func (x *PersistentVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj344 int - var yyb344 bool - var yyhl344 bool = l >= 0 - yyj344++ - if yyhl344 { - yyb344 = yyj344 > l + var yyj353 int + var yyb353 bool + var yyhl353 bool = l >= 0 + yyj353++ + if yyhl353 { + yyb353 = yyj353 > l } else { - yyb344 = r.CheckBreak() + yyb353 = r.CheckBreak() } - if yyb344 { + if yyb353 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5784,13 +5972,13 @@ func (x *PersistentVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj344++ - if yyhl344 { - yyb344 = yyj344 > l + yyj353++ + if yyhl353 { + yyb353 = yyj353 > l } else { - yyb344 = r.CheckBreak() + yyb353 = r.CheckBreak() } - if yyb344 { + if yyb353 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5800,13 +5988,13 @@ func (x *PersistentVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj344++ - if yyhl344 { - yyb344 = yyj344 > l + yyj353++ + if yyhl353 { + yyb353 = yyj353 > l } else { - yyb344 = r.CheckBreak() + yyb353 = r.CheckBreak() } - if yyb344 { + if yyb353 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5814,16 +6002,16 @@ func (x *PersistentVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv347 := &x.ObjectMeta - yyv347.CodecDecodeSelf(d) + yyv356 := &x.ObjectMeta + yyv356.CodecDecodeSelf(d) } - yyj344++ - if yyhl344 { - yyb344 = yyj344 > l + yyj353++ + if yyhl353 { + yyb353 = yyj353 > l } else { - yyb344 = r.CheckBreak() + yyb353 = r.CheckBreak() } - if yyb344 { + if yyb353 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5831,16 +6019,16 @@ func (x *PersistentVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Spec = PersistentVolumeSpec{} } else { - yyv348 := &x.Spec - yyv348.CodecDecodeSelf(d) + yyv357 := &x.Spec + yyv357.CodecDecodeSelf(d) } - yyj344++ - if yyhl344 { - yyb344 = yyj344 > l + yyj353++ + if yyhl353 { + yyb353 = yyj353 > l } else { - yyb344 = r.CheckBreak() + yyb353 = r.CheckBreak() } - if yyb344 { + if yyb353 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5848,21 +6036,21 @@ func (x *PersistentVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Status = PersistentVolumeStatus{} } else { - yyv349 := &x.Status - yyv349.CodecDecodeSelf(d) + yyv358 := &x.Status + yyv358.CodecDecodeSelf(d) } for { - yyj344++ - if yyhl344 { - yyb344 = yyj344 > l + yyj353++ + if yyhl353 { + yyb353 = yyj353 > l } else { - yyb344 = r.CheckBreak() + yyb353 = r.CheckBreak() } - if yyb344 { + if yyb353 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj344-1, "") + z.DecStructFieldNotFound(yyj353-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -5874,52 +6062,53 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym350 := z.EncBinary() - _ = yym350 + yym359 := z.EncBinary() + _ = yym359 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep351 := !z.EncBinary() - yy2arr351 := z.EncBasicHandle().StructToArray - var yyq351 [20]bool - _, _, _ = yysep351, yyq351, yy2arr351 - const yyr351 bool = false - yyq351[0] = len(x.Capacity) != 0 - yyq351[1] = x.PersistentVolumeSource.GCEPersistentDisk != nil && x.GCEPersistentDisk != nil - yyq351[2] = x.PersistentVolumeSource.AWSElasticBlockStore != nil && x.AWSElasticBlockStore != nil - yyq351[3] = x.PersistentVolumeSource.HostPath != nil && x.HostPath != nil - yyq351[4] = x.PersistentVolumeSource.Glusterfs != nil && x.Glusterfs != nil - yyq351[5] = x.PersistentVolumeSource.NFS != nil && x.NFS != nil - yyq351[6] = x.PersistentVolumeSource.RBD != nil && x.RBD != nil - yyq351[7] = x.PersistentVolumeSource.ISCSI != nil && x.ISCSI != nil - yyq351[8] = x.PersistentVolumeSource.Cinder != nil && x.Cinder != nil - yyq351[9] = x.PersistentVolumeSource.CephFS != nil && x.CephFS != nil - yyq351[10] = x.PersistentVolumeSource.FC != nil && x.FC != nil - yyq351[11] = x.PersistentVolumeSource.Flocker != nil && x.Flocker != nil - yyq351[12] = x.PersistentVolumeSource.FlexVolume != nil && x.FlexVolume != nil - yyq351[13] = x.PersistentVolumeSource.AzureFile != nil && x.AzureFile != nil - yyq351[14] = x.PersistentVolumeSource.VsphereVolume != nil && x.VsphereVolume != nil - yyq351[15] = x.PersistentVolumeSource.Quobyte != nil && x.Quobyte != nil - yyq351[16] = x.PersistentVolumeSource.AzureDisk != nil && x.AzureDisk != nil - yyq351[17] = len(x.AccessModes) != 0 - yyq351[18] = x.ClaimRef != nil - yyq351[19] = x.PersistentVolumeReclaimPolicy != "" - var yynn351 int - if yyr351 || yy2arr351 { - r.EncodeArrayStart(20) + yysep360 := !z.EncBinary() + yy2arr360 := z.EncBasicHandle().StructToArray + var yyq360 [21]bool + _, _, _ = yysep360, yyq360, yy2arr360 + const yyr360 bool = false + yyq360[0] = len(x.Capacity) != 0 + yyq360[1] = x.PersistentVolumeSource.GCEPersistentDisk != nil && x.GCEPersistentDisk != nil + yyq360[2] = x.PersistentVolumeSource.AWSElasticBlockStore != nil && x.AWSElasticBlockStore != nil + yyq360[3] = x.PersistentVolumeSource.HostPath != nil && x.HostPath != nil + yyq360[4] = x.PersistentVolumeSource.Glusterfs != nil && x.Glusterfs != nil + yyq360[5] = x.PersistentVolumeSource.NFS != nil && x.NFS != nil + yyq360[6] = x.PersistentVolumeSource.RBD != nil && x.RBD != nil + yyq360[7] = x.PersistentVolumeSource.ISCSI != nil && x.ISCSI != nil + yyq360[8] = x.PersistentVolumeSource.Cinder != nil && x.Cinder != nil + yyq360[9] = x.PersistentVolumeSource.CephFS != nil && x.CephFS != nil + yyq360[10] = x.PersistentVolumeSource.FC != nil && x.FC != nil + yyq360[11] = x.PersistentVolumeSource.Flocker != nil && x.Flocker != nil + yyq360[12] = x.PersistentVolumeSource.FlexVolume != nil && x.FlexVolume != nil + yyq360[13] = x.PersistentVolumeSource.AzureFile != nil && x.AzureFile != nil + yyq360[14] = x.PersistentVolumeSource.VsphereVolume != nil && x.VsphereVolume != nil + yyq360[15] = x.PersistentVolumeSource.Quobyte != nil && x.Quobyte != nil + yyq360[16] = x.PersistentVolumeSource.AzureDisk != nil && x.AzureDisk != nil + yyq360[17] = x.PersistentVolumeSource.PhotonPersistentDisk != nil && x.PhotonPersistentDisk != nil + yyq360[18] = len(x.AccessModes) != 0 + yyq360[19] = x.ClaimRef != nil + yyq360[20] = x.PersistentVolumeReclaimPolicy != "" + var yynn360 int + if yyr360 || yy2arr360 { + r.EncodeArrayStart(21) } else { - yynn351 = 0 - for _, b := range yyq351 { + yynn360 = 0 + for _, b := range yyq360 { if b { - yynn351++ + yynn360++ } } - r.EncodeMapStart(yynn351) - yynn351 = 0 + r.EncodeMapStart(yynn360) + yynn360 = 0 } - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[0] { + if yyq360[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -5929,7 +6118,7 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq351[0] { + if yyq360[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -5940,573 +6129,573 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - var yyn353 bool - if x.PersistentVolumeSource.GCEPersistentDisk == nil { - yyn353 = true - goto LABEL353 - } - LABEL353: - if yyr351 || yy2arr351 { - if yyn353 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[1] { - if x.GCEPersistentDisk == nil { - r.EncodeNil() - } else { - x.GCEPersistentDisk.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq351[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("gcePersistentDisk")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn353 { - r.EncodeNil() - } else { - if x.GCEPersistentDisk == nil { - r.EncodeNil() - } else { - x.GCEPersistentDisk.CodecEncodeSelf(e) - } - } - } - } - var yyn354 bool - if x.PersistentVolumeSource.AWSElasticBlockStore == nil { - yyn354 = true - goto LABEL354 - } - LABEL354: - if yyr351 || yy2arr351 { - if yyn354 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[2] { - if x.AWSElasticBlockStore == nil { - r.EncodeNil() - } else { - x.AWSElasticBlockStore.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq351[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("awsElasticBlockStore")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn354 { - r.EncodeNil() - } else { - if x.AWSElasticBlockStore == nil { - r.EncodeNil() - } else { - x.AWSElasticBlockStore.CodecEncodeSelf(e) - } - } - } - } - var yyn355 bool - if x.PersistentVolumeSource.HostPath == nil { - yyn355 = true - goto LABEL355 - } - LABEL355: - if yyr351 || yy2arr351 { - if yyn355 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[3] { - if x.HostPath == nil { - r.EncodeNil() - } else { - x.HostPath.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq351[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hostPath")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn355 { - r.EncodeNil() - } else { - if x.HostPath == nil { - r.EncodeNil() - } else { - x.HostPath.CodecEncodeSelf(e) - } - } - } - } - var yyn356 bool - if x.PersistentVolumeSource.Glusterfs == nil { - yyn356 = true - goto LABEL356 - } - LABEL356: - if yyr351 || yy2arr351 { - if yyn356 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[4] { - if x.Glusterfs == nil { - r.EncodeNil() - } else { - x.Glusterfs.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq351[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("glusterfs")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn356 { - r.EncodeNil() - } else { - if x.Glusterfs == nil { - r.EncodeNil() - } else { - x.Glusterfs.CodecEncodeSelf(e) - } - } - } - } - var yyn357 bool - if x.PersistentVolumeSource.NFS == nil { - yyn357 = true - goto LABEL357 - } - LABEL357: - if yyr351 || yy2arr351 { - if yyn357 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[5] { - if x.NFS == nil { - r.EncodeNil() - } else { - x.NFS.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq351[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("nfs")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn357 { - r.EncodeNil() - } else { - if x.NFS == nil { - r.EncodeNil() - } else { - x.NFS.CodecEncodeSelf(e) - } - } - } - } - var yyn358 bool - if x.PersistentVolumeSource.RBD == nil { - yyn358 = true - goto LABEL358 - } - LABEL358: - if yyr351 || yy2arr351 { - if yyn358 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[6] { - if x.RBD == nil { - r.EncodeNil() - } else { - x.RBD.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq351[6] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("rbd")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn358 { - r.EncodeNil() - } else { - if x.RBD == nil { - r.EncodeNil() - } else { - x.RBD.CodecEncodeSelf(e) - } - } - } - } - var yyn359 bool - if x.PersistentVolumeSource.ISCSI == nil { - yyn359 = true - goto LABEL359 - } - LABEL359: - if yyr351 || yy2arr351 { - if yyn359 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[7] { - if x.ISCSI == nil { - r.EncodeNil() - } else { - x.ISCSI.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq351[7] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("iscsi")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn359 { - r.EncodeNil() - } else { - if x.ISCSI == nil { - r.EncodeNil() - } else { - x.ISCSI.CodecEncodeSelf(e) - } - } - } - } - var yyn360 bool - if x.PersistentVolumeSource.Cinder == nil { - yyn360 = true - goto LABEL360 - } - LABEL360: - if yyr351 || yy2arr351 { - if yyn360 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[8] { - if x.Cinder == nil { - r.EncodeNil() - } else { - x.Cinder.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq351[8] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("cinder")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn360 { - r.EncodeNil() - } else { - if x.Cinder == nil { - r.EncodeNil() - } else { - x.Cinder.CodecEncodeSelf(e) - } - } - } - } - var yyn361 bool - if x.PersistentVolumeSource.CephFS == nil { - yyn361 = true - goto LABEL361 - } - LABEL361: - if yyr351 || yy2arr351 { - if yyn361 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[9] { - if x.CephFS == nil { - r.EncodeNil() - } else { - x.CephFS.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq351[9] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("cephfs")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn361 { - r.EncodeNil() - } else { - if x.CephFS == nil { - r.EncodeNil() - } else { - x.CephFS.CodecEncodeSelf(e) - } - } - } - } var yyn362 bool - if x.PersistentVolumeSource.FC == nil { + if x.PersistentVolumeSource.GCEPersistentDisk == nil { yyn362 = true goto LABEL362 } LABEL362: - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { if yyn362 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[10] { - if x.FC == nil { + if yyq360[1] { + if x.GCEPersistentDisk == nil { r.EncodeNil() } else { - x.FC.CodecEncodeSelf(e) + x.GCEPersistentDisk.CodecEncodeSelf(e) } } else { r.EncodeNil() } } } else { - if yyq351[10] { + if yyq360[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("fc")) + r.EncodeString(codecSelferC_UTF81234, string("gcePersistentDisk")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if yyn362 { r.EncodeNil() } else { - if x.FC == nil { + if x.GCEPersistentDisk == nil { r.EncodeNil() } else { - x.FC.CodecEncodeSelf(e) + x.GCEPersistentDisk.CodecEncodeSelf(e) } } } } var yyn363 bool - if x.PersistentVolumeSource.Flocker == nil { + if x.PersistentVolumeSource.AWSElasticBlockStore == nil { yyn363 = true goto LABEL363 } LABEL363: - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { if yyn363 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[11] { - if x.Flocker == nil { + if yyq360[2] { + if x.AWSElasticBlockStore == nil { r.EncodeNil() } else { - x.Flocker.CodecEncodeSelf(e) + x.AWSElasticBlockStore.CodecEncodeSelf(e) } } else { r.EncodeNil() } } } else { - if yyq351[11] { + if yyq360[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("flocker")) + r.EncodeString(codecSelferC_UTF81234, string("awsElasticBlockStore")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if yyn363 { r.EncodeNil() } else { - if x.Flocker == nil { + if x.AWSElasticBlockStore == nil { r.EncodeNil() } else { - x.Flocker.CodecEncodeSelf(e) + x.AWSElasticBlockStore.CodecEncodeSelf(e) } } } } var yyn364 bool - if x.PersistentVolumeSource.FlexVolume == nil { + if x.PersistentVolumeSource.HostPath == nil { yyn364 = true goto LABEL364 } LABEL364: - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { if yyn364 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[12] { - if x.FlexVolume == nil { + if yyq360[3] { + if x.HostPath == nil { r.EncodeNil() } else { - x.FlexVolume.CodecEncodeSelf(e) + x.HostPath.CodecEncodeSelf(e) } } else { r.EncodeNil() } } } else { - if yyq351[12] { + if yyq360[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("flexVolume")) + r.EncodeString(codecSelferC_UTF81234, string("hostPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if yyn364 { r.EncodeNil() } else { - if x.FlexVolume == nil { + if x.HostPath == nil { r.EncodeNil() } else { - x.FlexVolume.CodecEncodeSelf(e) + x.HostPath.CodecEncodeSelf(e) } } } } var yyn365 bool - if x.PersistentVolumeSource.AzureFile == nil { + if x.PersistentVolumeSource.Glusterfs == nil { yyn365 = true goto LABEL365 } LABEL365: - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { if yyn365 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[13] { - if x.AzureFile == nil { + if yyq360[4] { + if x.Glusterfs == nil { r.EncodeNil() } else { - x.AzureFile.CodecEncodeSelf(e) + x.Glusterfs.CodecEncodeSelf(e) } } else { r.EncodeNil() } } } else { - if yyq351[13] { + if yyq360[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("azureFile")) + r.EncodeString(codecSelferC_UTF81234, string("glusterfs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if yyn365 { r.EncodeNil() } else { - if x.AzureFile == nil { + if x.Glusterfs == nil { r.EncodeNil() } else { - x.AzureFile.CodecEncodeSelf(e) + x.Glusterfs.CodecEncodeSelf(e) } } } } var yyn366 bool - if x.PersistentVolumeSource.VsphereVolume == nil { + if x.PersistentVolumeSource.NFS == nil { yyn366 = true goto LABEL366 } LABEL366: - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { if yyn366 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[14] { - if x.VsphereVolume == nil { + if yyq360[5] { + if x.NFS == nil { r.EncodeNil() } else { - x.VsphereVolume.CodecEncodeSelf(e) + x.NFS.CodecEncodeSelf(e) } } else { r.EncodeNil() } } } else { - if yyq351[14] { + if yyq360[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("vsphereVolume")) + r.EncodeString(codecSelferC_UTF81234, string("nfs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if yyn366 { r.EncodeNil() } else { - if x.VsphereVolume == nil { + if x.NFS == nil { r.EncodeNil() } else { - x.VsphereVolume.CodecEncodeSelf(e) + x.NFS.CodecEncodeSelf(e) } } } } var yyn367 bool - if x.PersistentVolumeSource.Quobyte == nil { + if x.PersistentVolumeSource.RBD == nil { yyn367 = true goto LABEL367 } LABEL367: - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { if yyn367 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[15] { - if x.Quobyte == nil { + if yyq360[6] { + if x.RBD == nil { r.EncodeNil() } else { - x.Quobyte.CodecEncodeSelf(e) + x.RBD.CodecEncodeSelf(e) } } else { r.EncodeNil() } } } else { - if yyq351[15] { + if yyq360[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("quobyte")) + r.EncodeString(codecSelferC_UTF81234, string("rbd")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if yyn367 { r.EncodeNil() } else { - if x.Quobyte == nil { + if x.RBD == nil { r.EncodeNil() } else { - x.Quobyte.CodecEncodeSelf(e) + x.RBD.CodecEncodeSelf(e) } } } } var yyn368 bool - if x.PersistentVolumeSource.AzureDisk == nil { + if x.PersistentVolumeSource.ISCSI == nil { yyn368 = true goto LABEL368 } LABEL368: - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { if yyn368 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[16] { + if yyq360[7] { + if x.ISCSI == nil { + r.EncodeNil() + } else { + x.ISCSI.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq360[7] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("iscsi")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn368 { + r.EncodeNil() + } else { + if x.ISCSI == nil { + r.EncodeNil() + } else { + x.ISCSI.CodecEncodeSelf(e) + } + } + } + } + var yyn369 bool + if x.PersistentVolumeSource.Cinder == nil { + yyn369 = true + goto LABEL369 + } + LABEL369: + if yyr360 || yy2arr360 { + if yyn369 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq360[8] { + if x.Cinder == nil { + r.EncodeNil() + } else { + x.Cinder.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq360[8] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("cinder")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn369 { + r.EncodeNil() + } else { + if x.Cinder == nil { + r.EncodeNil() + } else { + x.Cinder.CodecEncodeSelf(e) + } + } + } + } + var yyn370 bool + if x.PersistentVolumeSource.CephFS == nil { + yyn370 = true + goto LABEL370 + } + LABEL370: + if yyr360 || yy2arr360 { + if yyn370 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq360[9] { + if x.CephFS == nil { + r.EncodeNil() + } else { + x.CephFS.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq360[9] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("cephfs")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn370 { + r.EncodeNil() + } else { + if x.CephFS == nil { + r.EncodeNil() + } else { + x.CephFS.CodecEncodeSelf(e) + } + } + } + } + var yyn371 bool + if x.PersistentVolumeSource.FC == nil { + yyn371 = true + goto LABEL371 + } + LABEL371: + if yyr360 || yy2arr360 { + if yyn371 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq360[10] { + if x.FC == nil { + r.EncodeNil() + } else { + x.FC.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq360[10] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("fc")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn371 { + r.EncodeNil() + } else { + if x.FC == nil { + r.EncodeNil() + } else { + x.FC.CodecEncodeSelf(e) + } + } + } + } + var yyn372 bool + if x.PersistentVolumeSource.Flocker == nil { + yyn372 = true + goto LABEL372 + } + LABEL372: + if yyr360 || yy2arr360 { + if yyn372 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq360[11] { + if x.Flocker == nil { + r.EncodeNil() + } else { + x.Flocker.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq360[11] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("flocker")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn372 { + r.EncodeNil() + } else { + if x.Flocker == nil { + r.EncodeNil() + } else { + x.Flocker.CodecEncodeSelf(e) + } + } + } + } + var yyn373 bool + if x.PersistentVolumeSource.FlexVolume == nil { + yyn373 = true + goto LABEL373 + } + LABEL373: + if yyr360 || yy2arr360 { + if yyn373 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq360[12] { + if x.FlexVolume == nil { + r.EncodeNil() + } else { + x.FlexVolume.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq360[12] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("flexVolume")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn373 { + r.EncodeNil() + } else { + if x.FlexVolume == nil { + r.EncodeNil() + } else { + x.FlexVolume.CodecEncodeSelf(e) + } + } + } + } + var yyn374 bool + if x.PersistentVolumeSource.AzureFile == nil { + yyn374 = true + goto LABEL374 + } + LABEL374: + if yyr360 || yy2arr360 { + if yyn374 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq360[13] { + if x.AzureFile == nil { + r.EncodeNil() + } else { + x.AzureFile.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq360[13] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("azureFile")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn374 { + r.EncodeNil() + } else { + if x.AzureFile == nil { + r.EncodeNil() + } else { + x.AzureFile.CodecEncodeSelf(e) + } + } + } + } + var yyn375 bool + if x.PersistentVolumeSource.VsphereVolume == nil { + yyn375 = true + goto LABEL375 + } + LABEL375: + if yyr360 || yy2arr360 { + if yyn375 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq360[14] { + if x.VsphereVolume == nil { + r.EncodeNil() + } else { + x.VsphereVolume.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq360[14] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("vsphereVolume")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn375 { + r.EncodeNil() + } else { + if x.VsphereVolume == nil { + r.EncodeNil() + } else { + x.VsphereVolume.CodecEncodeSelf(e) + } + } + } + } + var yyn376 bool + if x.PersistentVolumeSource.Quobyte == nil { + yyn376 = true + goto LABEL376 + } + LABEL376: + if yyr360 || yy2arr360 { + if yyn376 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq360[15] { + if x.Quobyte == nil { + r.EncodeNil() + } else { + x.Quobyte.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq360[15] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("quobyte")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn376 { + r.EncodeNil() + } else { + if x.Quobyte == nil { + r.EncodeNil() + } else { + x.Quobyte.CodecEncodeSelf(e) + } + } + } + } + var yyn377 bool + if x.PersistentVolumeSource.AzureDisk == nil { + yyn377 = true + goto LABEL377 + } + LABEL377: + if yyr360 || yy2arr360 { + if yyn377 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq360[16] { if x.AzureDisk == nil { r.EncodeNil() } else { @@ -6517,11 +6706,11 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq351[16] { + if yyq360[16] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("azureDisk")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn368 { + if yyn377 { r.EncodeNil() } else { if x.AzureDisk == nil { @@ -6532,14 +6721,51 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr351 || yy2arr351 { + var yyn378 bool + if x.PersistentVolumeSource.PhotonPersistentDisk == nil { + yyn378 = true + goto LABEL378 + } + LABEL378: + if yyr360 || yy2arr360 { + if yyn378 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq360[17] { + if x.PhotonPersistentDisk == nil { + r.EncodeNil() + } else { + x.PhotonPersistentDisk.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq360[17] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("photonPersistentDisk")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn378 { + r.EncodeNil() + } else { + if x.PhotonPersistentDisk == nil { + r.EncodeNil() + } else { + x.PhotonPersistentDisk.CodecEncodeSelf(e) + } + } + } + } + if yyr360 || yy2arr360 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[17] { + if yyq360[18] { if x.AccessModes == nil { r.EncodeNil() } else { - yym370 := z.EncBinary() - _ = yym370 + yym380 := z.EncBinary() + _ = yym380 if false { } else { h.encSlicePersistentVolumeAccessMode(([]PersistentVolumeAccessMode)(x.AccessModes), e) @@ -6549,15 +6775,15 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq351[17] { + if yyq360[18] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("accessModes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.AccessModes == nil { r.EncodeNil() } else { - yym371 := z.EncBinary() - _ = yym371 + yym381 := z.EncBinary() + _ = yym381 if false { } else { h.encSlicePersistentVolumeAccessMode(([]PersistentVolumeAccessMode)(x.AccessModes), e) @@ -6565,9 +6791,9 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[18] { + if yyq360[19] { if x.ClaimRef == nil { r.EncodeNil() } else { @@ -6577,7 +6803,7 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq351[18] { + if yyq360[19] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("claimRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -6588,22 +6814,22 @@ func (x *PersistentVolumeSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq351[19] { + if yyq360[20] { x.PersistentVolumeReclaimPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq351[19] { + if yyq360[20] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("persistentVolumeReclaimPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.PersistentVolumeReclaimPolicy.CodecEncodeSelf(e) } } - if yyr351 || yy2arr351 { + if yyr360 || yy2arr360 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -6616,25 +6842,25 @@ func (x *PersistentVolumeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym374 := z.DecBinary() - _ = yym374 + yym384 := z.DecBinary() + _ = yym384 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct375 := r.ContainerType() - if yyct375 == codecSelferValueTypeMap1234 { - yyl375 := r.ReadMapStart() - if yyl375 == 0 { + yyct385 := r.ContainerType() + if yyct385 == codecSelferValueTypeMap1234 { + yyl385 := r.ReadMapStart() + if yyl385 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl375, d) + x.codecDecodeSelfFromMap(yyl385, d) } - } else if yyct375 == codecSelferValueTypeArray1234 { - yyl375 := r.ReadArrayStart() - if yyl375 == 0 { + } else if yyct385 == codecSelferValueTypeArray1234 { + yyl385 := r.ReadArrayStart() + if yyl385 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl375, d) + x.codecDecodeSelfFromArray(yyl385, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -6646,12 +6872,12 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys376Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys376Slc - var yyhl376 bool = l >= 0 - for yyj376 := 0; ; yyj376++ { - if yyhl376 { - if yyj376 >= l { + var yys386Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys386Slc + var yyhl386 bool = l >= 0 + for yyj386 := 0; ; yyj386++ { + if yyhl386 { + if yyj386 >= l { break } } else { @@ -6660,16 +6886,16 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys376Slc = r.DecodeBytes(yys376Slc, true, true) - yys376 := string(yys376Slc) + yys386Slc = r.DecodeBytes(yys386Slc, true, true) + yys386 := string(yys386Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys376 { + switch yys386 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv377 := &x.Capacity - yyv377.CodecDecodeSelf(d) + yyv387 := &x.Capacity + yyv387.CodecDecodeSelf(d) } case "gcePersistentDisk": if x.PersistentVolumeSource.GCEPersistentDisk == nil { @@ -6895,16 +7121,30 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decode } x.AzureDisk.CodecDecodeSelf(d) } + case "photonPersistentDisk": + if x.PersistentVolumeSource.PhotonPersistentDisk == nil { + x.PersistentVolumeSource.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + if r.TryDecodeAsNil() { + if x.PhotonPersistentDisk != nil { + x.PhotonPersistentDisk = nil + } + } else { + if x.PhotonPersistentDisk == nil { + x.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + x.PhotonPersistentDisk.CodecDecodeSelf(d) + } case "accessModes": if r.TryDecodeAsNil() { x.AccessModes = nil } else { - yyv394 := &x.AccessModes - yym395 := z.DecBinary() - _ = yym395 + yyv405 := &x.AccessModes + yym406 := z.DecBinary() + _ = yym406 if false { } else { - h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv394), d) + h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv405), d) } } case "claimRef": @@ -6925,9 +7165,9 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.PersistentVolumeReclaimPolicy = PersistentVolumeReclaimPolicy(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys376) - } // end switch yys376 - } // end for yyj376 + z.DecStructFieldNotFound(-1, yys386) + } // end switch yys386 + } // end for yyj386 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -6935,16 +7175,16 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj398 int - var yyb398 bool - var yyhl398 bool = l >= 0 - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + var yyj409 int + var yyb409 bool + var yyhl409 bool = l >= 0 + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6952,19 +7192,19 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv399 := &x.Capacity - yyv399.CodecDecodeSelf(d) + yyv410 := &x.Capacity + yyv410.CodecDecodeSelf(d) } if x.PersistentVolumeSource.GCEPersistentDisk == nil { x.PersistentVolumeSource.GCEPersistentDisk = new(GCEPersistentDiskVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6982,13 +7222,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.AWSElasticBlockStore == nil { x.PersistentVolumeSource.AWSElasticBlockStore = new(AWSElasticBlockStoreVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7006,13 +7246,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.HostPath == nil { x.PersistentVolumeSource.HostPath = new(HostPathVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7030,13 +7270,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.Glusterfs == nil { x.PersistentVolumeSource.Glusterfs = new(GlusterfsVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7054,13 +7294,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.NFS == nil { x.PersistentVolumeSource.NFS = new(NFSVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7078,13 +7318,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.RBD == nil { x.PersistentVolumeSource.RBD = new(RBDVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7102,13 +7342,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.ISCSI == nil { x.PersistentVolumeSource.ISCSI = new(ISCSIVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7126,13 +7366,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.Cinder == nil { x.PersistentVolumeSource.Cinder = new(CinderVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7150,13 +7390,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.CephFS == nil { x.PersistentVolumeSource.CephFS = new(CephFSVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7174,13 +7414,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.FC == nil { x.PersistentVolumeSource.FC = new(FCVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7198,13 +7438,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.Flocker == nil { x.PersistentVolumeSource.Flocker = new(FlockerVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7222,13 +7462,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.FlexVolume == nil { x.PersistentVolumeSource.FlexVolume = new(FlexVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7246,13 +7486,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.AzureFile == nil { x.PersistentVolumeSource.AzureFile = new(AzureFileVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7270,13 +7510,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.VsphereVolume == nil { x.PersistentVolumeSource.VsphereVolume = new(VsphereVirtualDiskVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7294,13 +7534,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.Quobyte == nil { x.PersistentVolumeSource.Quobyte = new(QuobyteVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7318,13 +7558,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if x.PersistentVolumeSource.AzureDisk == nil { x.PersistentVolumeSource.AzureDisk = new(AzureDiskVolumeSource) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7339,13 +7579,37 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco } x.AzureDisk.CodecDecodeSelf(d) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l - } else { - yyb398 = r.CheckBreak() + if x.PersistentVolumeSource.PhotonPersistentDisk == nil { + x.PersistentVolumeSource.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) } - if yyb398 { + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l + } else { + yyb409 = r.CheckBreak() + } + if yyb409 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.PhotonPersistentDisk != nil { + x.PhotonPersistentDisk = nil + } + } else { + if x.PhotonPersistentDisk == nil { + x.PhotonPersistentDisk = new(PhotonPersistentDiskVolumeSource) + } + x.PhotonPersistentDisk.CodecDecodeSelf(d) + } + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l + } else { + yyb409 = r.CheckBreak() + } + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7353,21 +7617,21 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.AccessModes = nil } else { - yyv416 := &x.AccessModes - yym417 := z.DecBinary() - _ = yym417 + yyv428 := &x.AccessModes + yym429 := z.DecBinary() + _ = yym429 if false { } else { - h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv416), d) + h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv428), d) } } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7382,13 +7646,13 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco } x.ClaimRef.CodecDecodeSelf(d) } - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7399,17 +7663,17 @@ func (x *PersistentVolumeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.PersistentVolumeReclaimPolicy = PersistentVolumeReclaimPolicy(r.DecodeString()) } for { - yyj398++ - if yyhl398 { - yyb398 = yyj398 > l + yyj409++ + if yyhl409 { + yyb409 = yyj409 > l } else { - yyb398 = r.CheckBreak() + yyb409 = r.CheckBreak() } - if yyb398 { + if yyb409 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj398-1, "") + z.DecStructFieldNotFound(yyj409-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -7418,8 +7682,8 @@ func (x PersistentVolumeReclaimPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym420 := z.EncBinary() - _ = yym420 + yym432 := z.EncBinary() + _ = yym432 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -7431,8 +7695,8 @@ func (x *PersistentVolumeReclaimPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym421 := z.DecBinary() - _ = yym421 + yym433 := z.DecBinary() + _ = yym433 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -7447,52 +7711,52 @@ func (x *PersistentVolumeStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym422 := z.EncBinary() - _ = yym422 + yym434 := z.EncBinary() + _ = yym434 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep423 := !z.EncBinary() - yy2arr423 := z.EncBasicHandle().StructToArray - var yyq423 [3]bool - _, _, _ = yysep423, yyq423, yy2arr423 - const yyr423 bool = false - yyq423[0] = x.Phase != "" - yyq423[1] = x.Message != "" - yyq423[2] = x.Reason != "" - var yynn423 int - if yyr423 || yy2arr423 { + yysep435 := !z.EncBinary() + yy2arr435 := z.EncBasicHandle().StructToArray + var yyq435 [3]bool + _, _, _ = yysep435, yyq435, yy2arr435 + const yyr435 bool = false + yyq435[0] = x.Phase != "" + yyq435[1] = x.Message != "" + yyq435[2] = x.Reason != "" + var yynn435 int + if yyr435 || yy2arr435 { r.EncodeArrayStart(3) } else { - yynn423 = 0 - for _, b := range yyq423 { + yynn435 = 0 + for _, b := range yyq435 { if b { - yynn423++ + yynn435++ } } - r.EncodeMapStart(yynn423) - yynn423 = 0 + r.EncodeMapStart(yynn435) + yynn435 = 0 } - if yyr423 || yy2arr423 { + if yyr435 || yy2arr435 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq423[0] { + if yyq435[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq423[0] { + if yyq435[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr423 || yy2arr423 { + if yyr435 || yy2arr435 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq423[1] { - yym426 := z.EncBinary() - _ = yym426 + if yyq435[1] { + yym438 := z.EncBinary() + _ = yym438 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -7501,23 +7765,23 @@ func (x *PersistentVolumeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq423[1] { + if yyq435[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym427 := z.EncBinary() - _ = yym427 + yym439 := z.EncBinary() + _ = yym439 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr423 || yy2arr423 { + if yyr435 || yy2arr435 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq423[2] { - yym429 := z.EncBinary() - _ = yym429 + if yyq435[2] { + yym441 := z.EncBinary() + _ = yym441 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -7526,19 +7790,19 @@ func (x *PersistentVolumeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq423[2] { + if yyq435[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym430 := z.EncBinary() - _ = yym430 + yym442 := z.EncBinary() + _ = yym442 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr423 || yy2arr423 { + if yyr435 || yy2arr435 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -7551,25 +7815,25 @@ func (x *PersistentVolumeStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym431 := z.DecBinary() - _ = yym431 + yym443 := z.DecBinary() + _ = yym443 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct432 := r.ContainerType() - if yyct432 == codecSelferValueTypeMap1234 { - yyl432 := r.ReadMapStart() - if yyl432 == 0 { + yyct444 := r.ContainerType() + if yyct444 == codecSelferValueTypeMap1234 { + yyl444 := r.ReadMapStart() + if yyl444 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl432, d) + x.codecDecodeSelfFromMap(yyl444, d) } - } else if yyct432 == codecSelferValueTypeArray1234 { - yyl432 := r.ReadArrayStart() - if yyl432 == 0 { + } else if yyct444 == codecSelferValueTypeArray1234 { + yyl444 := r.ReadArrayStart() + if yyl444 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl432, d) + x.codecDecodeSelfFromArray(yyl444, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -7581,12 +7845,12 @@ func (x *PersistentVolumeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys433Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys433Slc - var yyhl433 bool = l >= 0 - for yyj433 := 0; ; yyj433++ { - if yyhl433 { - if yyj433 >= l { + var yys445Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys445Slc + var yyhl445 bool = l >= 0 + for yyj445 := 0; ; yyj445++ { + if yyhl445 { + if yyj445 >= l { break } } else { @@ -7595,10 +7859,10 @@ func (x *PersistentVolumeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Deco } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys433Slc = r.DecodeBytes(yys433Slc, true, true) - yys433 := string(yys433Slc) + yys445Slc = r.DecodeBytes(yys445Slc, true, true) + yys445 := string(yys445Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys433 { + switch yys445 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -7618,9 +7882,9 @@ func (x *PersistentVolumeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Deco x.Reason = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys433) - } // end switch yys433 - } // end for yyj433 + z.DecStructFieldNotFound(-1, yys445) + } // end switch yys445 + } // end for yyj445 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -7628,16 +7892,16 @@ func (x *PersistentVolumeStatus) codecDecodeSelfFromArray(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj437 int - var yyb437 bool - var yyhl437 bool = l >= 0 - yyj437++ - if yyhl437 { - yyb437 = yyj437 > l + var yyj449 int + var yyb449 bool + var yyhl449 bool = l >= 0 + yyj449++ + if yyhl449 { + yyb449 = yyj449 > l } else { - yyb437 = r.CheckBreak() + yyb449 = r.CheckBreak() } - if yyb437 { + if yyb449 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7647,13 +7911,13 @@ func (x *PersistentVolumeStatus) codecDecodeSelfFromArray(l int, d *codec1978.De } else { x.Phase = PersistentVolumePhase(r.DecodeString()) } - yyj437++ - if yyhl437 { - yyb437 = yyj437 > l + yyj449++ + if yyhl449 { + yyb449 = yyj449 > l } else { - yyb437 = r.CheckBreak() + yyb449 = r.CheckBreak() } - if yyb437 { + if yyb449 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7663,13 +7927,13 @@ func (x *PersistentVolumeStatus) codecDecodeSelfFromArray(l int, d *codec1978.De } else { x.Message = string(r.DecodeString()) } - yyj437++ - if yyhl437 { - yyb437 = yyj437 > l + yyj449++ + if yyhl449 { + yyb449 = yyj449 > l } else { - yyb437 = r.CheckBreak() + yyb449 = r.CheckBreak() } - if yyb437 { + if yyb449 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7680,17 +7944,17 @@ func (x *PersistentVolumeStatus) codecDecodeSelfFromArray(l int, d *codec1978.De x.Reason = string(r.DecodeString()) } for { - yyj437++ - if yyhl437 { - yyb437 = yyj437 > l + yyj449++ + if yyhl449 { + yyb449 = yyj449 > l } else { - yyb437 = r.CheckBreak() + yyb449 = r.CheckBreak() } - if yyb437 { + if yyb449 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj437-1, "") + z.DecStructFieldNotFound(yyj449-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -7702,37 +7966,37 @@ func (x *PersistentVolumeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym441 := z.EncBinary() - _ = yym441 + yym453 := z.EncBinary() + _ = yym453 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep442 := !z.EncBinary() - yy2arr442 := z.EncBasicHandle().StructToArray - var yyq442 [4]bool - _, _, _ = yysep442, yyq442, yy2arr442 - const yyr442 bool = false - yyq442[0] = x.Kind != "" - yyq442[1] = x.APIVersion != "" - yyq442[2] = true - var yynn442 int - if yyr442 || yy2arr442 { + yysep454 := !z.EncBinary() + yy2arr454 := z.EncBasicHandle().StructToArray + var yyq454 [4]bool + _, _, _ = yysep454, yyq454, yy2arr454 + const yyr454 bool = false + yyq454[0] = x.Kind != "" + yyq454[1] = x.APIVersion != "" + yyq454[2] = true + var yynn454 int + if yyr454 || yy2arr454 { r.EncodeArrayStart(4) } else { - yynn442 = 1 - for _, b := range yyq442 { + yynn454 = 1 + for _, b := range yyq454 { if b { - yynn442++ + yynn454++ } } - r.EncodeMapStart(yynn442) - yynn442 = 0 + r.EncodeMapStart(yynn454) + yynn454 = 0 } - if yyr442 || yy2arr442 { + if yyr454 || yy2arr454 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq442[0] { - yym444 := z.EncBinary() - _ = yym444 + if yyq454[0] { + yym456 := z.EncBinary() + _ = yym456 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -7741,23 +8005,23 @@ func (x *PersistentVolumeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq442[0] { + if yyq454[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym445 := z.EncBinary() - _ = yym445 + yym457 := z.EncBinary() + _ = yym457 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr442 || yy2arr442 { + if yyr454 || yy2arr454 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq442[1] { - yym447 := z.EncBinary() - _ = yym447 + if yyq454[1] { + yym459 := z.EncBinary() + _ = yym459 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -7766,54 +8030,54 @@ func (x *PersistentVolumeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq442[1] { + if yyq454[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym448 := z.EncBinary() - _ = yym448 + yym460 := z.EncBinary() + _ = yym460 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr442 || yy2arr442 { + if yyr454 || yy2arr454 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq442[2] { - yy450 := &x.ListMeta - yym451 := z.EncBinary() - _ = yym451 + if yyq454[2] { + yy462 := &x.ListMeta + yym463 := z.EncBinary() + _ = yym463 if false { - } else if z.HasExtensions() && z.EncExt(yy450) { + } else if z.HasExtensions() && z.EncExt(yy462) { } else { - z.EncFallback(yy450) + z.EncFallback(yy462) } } else { r.EncodeNil() } } else { - if yyq442[2] { + if yyq454[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy452 := &x.ListMeta - yym453 := z.EncBinary() - _ = yym453 + yy464 := &x.ListMeta + yym465 := z.EncBinary() + _ = yym465 if false { - } else if z.HasExtensions() && z.EncExt(yy452) { + } else if z.HasExtensions() && z.EncExt(yy464) { } else { - z.EncFallback(yy452) + z.EncFallback(yy464) } } } - if yyr442 || yy2arr442 { + if yyr454 || yy2arr454 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym455 := z.EncBinary() - _ = yym455 + yym467 := z.EncBinary() + _ = yym467 if false { } else { h.encSlicePersistentVolume(([]PersistentVolume)(x.Items), e) @@ -7826,15 +8090,15 @@ func (x *PersistentVolumeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym456 := z.EncBinary() - _ = yym456 + yym468 := z.EncBinary() + _ = yym468 if false { } else { h.encSlicePersistentVolume(([]PersistentVolume)(x.Items), e) } } } - if yyr442 || yy2arr442 { + if yyr454 || yy2arr454 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -7847,25 +8111,25 @@ func (x *PersistentVolumeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym457 := z.DecBinary() - _ = yym457 + yym469 := z.DecBinary() + _ = yym469 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct458 := r.ContainerType() - if yyct458 == codecSelferValueTypeMap1234 { - yyl458 := r.ReadMapStart() - if yyl458 == 0 { + yyct470 := r.ContainerType() + if yyct470 == codecSelferValueTypeMap1234 { + yyl470 := r.ReadMapStart() + if yyl470 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl458, d) + x.codecDecodeSelfFromMap(yyl470, d) } - } else if yyct458 == codecSelferValueTypeArray1234 { - yyl458 := r.ReadArrayStart() - if yyl458 == 0 { + } else if yyct470 == codecSelferValueTypeArray1234 { + yyl470 := r.ReadArrayStart() + if yyl470 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl458, d) + x.codecDecodeSelfFromArray(yyl470, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -7877,12 +8141,12 @@ func (x *PersistentVolumeList) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys459Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys459Slc - var yyhl459 bool = l >= 0 - for yyj459 := 0; ; yyj459++ { - if yyhl459 { - if yyj459 >= l { + var yys471Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys471Slc + var yyhl471 bool = l >= 0 + for yyj471 := 0; ; yyj471++ { + if yyhl471 { + if yyj471 >= l { break } } else { @@ -7891,10 +8155,10 @@ func (x *PersistentVolumeList) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys459Slc = r.DecodeBytes(yys459Slc, true, true) - yys459 := string(yys459Slc) + yys471Slc = r.DecodeBytes(yys471Slc, true, true) + yys471 := string(yys471Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys459 { + switch yys471 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -7911,31 +8175,31 @@ func (x *PersistentVolumeList) codecDecodeSelfFromMap(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv462 := &x.ListMeta - yym463 := z.DecBinary() - _ = yym463 + yyv474 := &x.ListMeta + yym475 := z.DecBinary() + _ = yym475 if false { - } else if z.HasExtensions() && z.DecExt(yyv462) { + } else if z.HasExtensions() && z.DecExt(yyv474) { } else { - z.DecFallback(yyv462, false) + z.DecFallback(yyv474, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv464 := &x.Items - yym465 := z.DecBinary() - _ = yym465 + yyv476 := &x.Items + yym477 := z.DecBinary() + _ = yym477 if false { } else { - h.decSlicePersistentVolume((*[]PersistentVolume)(yyv464), d) + h.decSlicePersistentVolume((*[]PersistentVolume)(yyv476), d) } } default: - z.DecStructFieldNotFound(-1, yys459) - } // end switch yys459 - } // end for yyj459 + z.DecStructFieldNotFound(-1, yys471) + } // end switch yys471 + } // end for yyj471 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -7943,16 +8207,16 @@ func (x *PersistentVolumeList) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj466 int - var yyb466 bool - var yyhl466 bool = l >= 0 - yyj466++ - if yyhl466 { - yyb466 = yyj466 > l + var yyj478 int + var yyb478 bool + var yyhl478 bool = l >= 0 + yyj478++ + if yyhl478 { + yyb478 = yyj478 > l } else { - yyb466 = r.CheckBreak() + yyb478 = r.CheckBreak() } - if yyb466 { + if yyb478 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7962,13 +8226,13 @@ func (x *PersistentVolumeList) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Kind = string(r.DecodeString()) } - yyj466++ - if yyhl466 { - yyb466 = yyj466 > l + yyj478++ + if yyhl478 { + yyb478 = yyj478 > l } else { - yyb466 = r.CheckBreak() + yyb478 = r.CheckBreak() } - if yyb466 { + if yyb478 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7978,13 +8242,13 @@ func (x *PersistentVolumeList) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.APIVersion = string(r.DecodeString()) } - yyj466++ - if yyhl466 { - yyb466 = yyj466 > l + yyj478++ + if yyhl478 { + yyb478 = yyj478 > l } else { - yyb466 = r.CheckBreak() + yyb478 = r.CheckBreak() } - if yyb466 { + if yyb478 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7992,22 +8256,22 @@ func (x *PersistentVolumeList) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv469 := &x.ListMeta - yym470 := z.DecBinary() - _ = yym470 + yyv481 := &x.ListMeta + yym482 := z.DecBinary() + _ = yym482 if false { - } else if z.HasExtensions() && z.DecExt(yyv469) { + } else if z.HasExtensions() && z.DecExt(yyv481) { } else { - z.DecFallback(yyv469, false) + z.DecFallback(yyv481, false) } } - yyj466++ - if yyhl466 { - yyb466 = yyj466 > l + yyj478++ + if yyhl478 { + yyb478 = yyj478 > l } else { - yyb466 = r.CheckBreak() + yyb478 = r.CheckBreak() } - if yyb466 { + if yyb478 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8015,26 +8279,26 @@ func (x *PersistentVolumeList) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Items = nil } else { - yyv471 := &x.Items - yym472 := z.DecBinary() - _ = yym472 + yyv483 := &x.Items + yym484 := z.DecBinary() + _ = yym484 if false { } else { - h.decSlicePersistentVolume((*[]PersistentVolume)(yyv471), d) + h.decSlicePersistentVolume((*[]PersistentVolume)(yyv483), d) } } for { - yyj466++ - if yyhl466 { - yyb466 = yyj466 > l + yyj478++ + if yyhl478 { + yyb478 = yyj478 > l } else { - yyb466 = r.CheckBreak() + yyb478 = r.CheckBreak() } - if yyb466 { + if yyb478 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj466-1, "") + z.DecStructFieldNotFound(yyj478-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -8046,39 +8310,39 @@ func (x *PersistentVolumeClaim) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym473 := z.EncBinary() - _ = yym473 + yym485 := z.EncBinary() + _ = yym485 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep474 := !z.EncBinary() - yy2arr474 := z.EncBasicHandle().StructToArray - var yyq474 [5]bool - _, _, _ = yysep474, yyq474, yy2arr474 - const yyr474 bool = false - yyq474[0] = x.Kind != "" - yyq474[1] = x.APIVersion != "" - yyq474[2] = true - yyq474[3] = true - yyq474[4] = true - var yynn474 int - if yyr474 || yy2arr474 { + yysep486 := !z.EncBinary() + yy2arr486 := z.EncBasicHandle().StructToArray + var yyq486 [5]bool + _, _, _ = yysep486, yyq486, yy2arr486 + const yyr486 bool = false + yyq486[0] = x.Kind != "" + yyq486[1] = x.APIVersion != "" + yyq486[2] = true + yyq486[3] = true + yyq486[4] = true + var yynn486 int + if yyr486 || yy2arr486 { r.EncodeArrayStart(5) } else { - yynn474 = 0 - for _, b := range yyq474 { + yynn486 = 0 + for _, b := range yyq486 { if b { - yynn474++ + yynn486++ } } - r.EncodeMapStart(yynn474) - yynn474 = 0 + r.EncodeMapStart(yynn486) + yynn486 = 0 } - if yyr474 || yy2arr474 { + if yyr486 || yy2arr486 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq474[0] { - yym476 := z.EncBinary() - _ = yym476 + if yyq486[0] { + yym488 := z.EncBinary() + _ = yym488 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -8087,23 +8351,23 @@ func (x *PersistentVolumeClaim) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq474[0] { + if yyq486[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym477 := z.EncBinary() - _ = yym477 + yym489 := z.EncBinary() + _ = yym489 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr474 || yy2arr474 { + if yyr486 || yy2arr486 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq474[1] { - yym479 := z.EncBinary() - _ = yym479 + if yyq486[1] { + yym491 := z.EncBinary() + _ = yym491 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -8112,70 +8376,70 @@ func (x *PersistentVolumeClaim) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq474[1] { + if yyq486[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym480 := z.EncBinary() - _ = yym480 + yym492 := z.EncBinary() + _ = yym492 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr474 || yy2arr474 { + if yyr486 || yy2arr486 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq474[2] { - yy482 := &x.ObjectMeta - yy482.CodecEncodeSelf(e) + if yyq486[2] { + yy494 := &x.ObjectMeta + yy494.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq474[2] { + if yyq486[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy483 := &x.ObjectMeta - yy483.CodecEncodeSelf(e) + yy495 := &x.ObjectMeta + yy495.CodecEncodeSelf(e) } } - if yyr474 || yy2arr474 { + if yyr486 || yy2arr486 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq474[3] { - yy485 := &x.Spec - yy485.CodecEncodeSelf(e) + if yyq486[3] { + yy497 := &x.Spec + yy497.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq474[3] { + if yyq486[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy486 := &x.Spec - yy486.CodecEncodeSelf(e) + yy498 := &x.Spec + yy498.CodecEncodeSelf(e) } } - if yyr474 || yy2arr474 { + if yyr486 || yy2arr486 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq474[4] { - yy488 := &x.Status - yy488.CodecEncodeSelf(e) + if yyq486[4] { + yy500 := &x.Status + yy500.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq474[4] { + if yyq486[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy489 := &x.Status - yy489.CodecEncodeSelf(e) + yy501 := &x.Status + yy501.CodecEncodeSelf(e) } } - if yyr474 || yy2arr474 { + if yyr486 || yy2arr486 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -8188,25 +8452,25 @@ func (x *PersistentVolumeClaim) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym490 := z.DecBinary() - _ = yym490 + yym502 := z.DecBinary() + _ = yym502 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct491 := r.ContainerType() - if yyct491 == codecSelferValueTypeMap1234 { - yyl491 := r.ReadMapStart() - if yyl491 == 0 { + yyct503 := r.ContainerType() + if yyct503 == codecSelferValueTypeMap1234 { + yyl503 := r.ReadMapStart() + if yyl503 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl491, d) + x.codecDecodeSelfFromMap(yyl503, d) } - } else if yyct491 == codecSelferValueTypeArray1234 { - yyl491 := r.ReadArrayStart() - if yyl491 == 0 { + } else if yyct503 == codecSelferValueTypeArray1234 { + yyl503 := r.ReadArrayStart() + if yyl503 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl491, d) + x.codecDecodeSelfFromArray(yyl503, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -8218,12 +8482,12 @@ func (x *PersistentVolumeClaim) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys492Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys492Slc - var yyhl492 bool = l >= 0 - for yyj492 := 0; ; yyj492++ { - if yyhl492 { - if yyj492 >= l { + var yys504Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys504Slc + var yyhl504 bool = l >= 0 + for yyj504 := 0; ; yyj504++ { + if yyhl504 { + if yyj504 >= l { break } } else { @@ -8232,10 +8496,10 @@ func (x *PersistentVolumeClaim) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys492Slc = r.DecodeBytes(yys492Slc, true, true) - yys492 := string(yys492Slc) + yys504Slc = r.DecodeBytes(yys504Slc, true, true) + yys504 := string(yys504Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys492 { + switch yys504 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -8252,27 +8516,27 @@ func (x *PersistentVolumeClaim) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv495 := &x.ObjectMeta - yyv495.CodecDecodeSelf(d) + yyv507 := &x.ObjectMeta + yyv507.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PersistentVolumeClaimSpec{} } else { - yyv496 := &x.Spec - yyv496.CodecDecodeSelf(d) + yyv508 := &x.Spec + yyv508.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PersistentVolumeClaimStatus{} } else { - yyv497 := &x.Status - yyv497.CodecDecodeSelf(d) + yyv509 := &x.Status + yyv509.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys492) - } // end switch yys492 - } // end for yyj492 + z.DecStructFieldNotFound(-1, yys504) + } // end switch yys504 + } // end for yyj504 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -8280,16 +8544,16 @@ func (x *PersistentVolumeClaim) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj498 int - var yyb498 bool - var yyhl498 bool = l >= 0 - yyj498++ - if yyhl498 { - yyb498 = yyj498 > l + var yyj510 int + var yyb510 bool + var yyhl510 bool = l >= 0 + yyj510++ + if yyhl510 { + yyb510 = yyj510 > l } else { - yyb498 = r.CheckBreak() + yyb510 = r.CheckBreak() } - if yyb498 { + if yyb510 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8299,13 +8563,13 @@ func (x *PersistentVolumeClaim) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj498++ - if yyhl498 { - yyb498 = yyj498 > l + yyj510++ + if yyhl510 { + yyb510 = yyj510 > l } else { - yyb498 = r.CheckBreak() + yyb510 = r.CheckBreak() } - if yyb498 { + if yyb510 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8315,13 +8579,13 @@ func (x *PersistentVolumeClaim) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj498++ - if yyhl498 { - yyb498 = yyj498 > l + yyj510++ + if yyhl510 { + yyb510 = yyj510 > l } else { - yyb498 = r.CheckBreak() + yyb510 = r.CheckBreak() } - if yyb498 { + if yyb510 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8329,16 +8593,16 @@ func (x *PersistentVolumeClaim) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv501 := &x.ObjectMeta - yyv501.CodecDecodeSelf(d) + yyv513 := &x.ObjectMeta + yyv513.CodecDecodeSelf(d) } - yyj498++ - if yyhl498 { - yyb498 = yyj498 > l + yyj510++ + if yyhl510 { + yyb510 = yyj510 > l } else { - yyb498 = r.CheckBreak() + yyb510 = r.CheckBreak() } - if yyb498 { + if yyb510 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8346,16 +8610,16 @@ func (x *PersistentVolumeClaim) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Spec = PersistentVolumeClaimSpec{} } else { - yyv502 := &x.Spec - yyv502.CodecDecodeSelf(d) + yyv514 := &x.Spec + yyv514.CodecDecodeSelf(d) } - yyj498++ - if yyhl498 { - yyb498 = yyj498 > l + yyj510++ + if yyhl510 { + yyb510 = yyj510 > l } else { - yyb498 = r.CheckBreak() + yyb510 = r.CheckBreak() } - if yyb498 { + if yyb510 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8363,21 +8627,21 @@ func (x *PersistentVolumeClaim) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Status = PersistentVolumeClaimStatus{} } else { - yyv503 := &x.Status - yyv503.CodecDecodeSelf(d) + yyv515 := &x.Status + yyv515.CodecDecodeSelf(d) } for { - yyj498++ - if yyhl498 { - yyb498 = yyj498 > l + yyj510++ + if yyhl510 { + yyb510 = yyj510 > l } else { - yyb498 = r.CheckBreak() + yyb510 = r.CheckBreak() } - if yyb498 { + if yyb510 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj498-1, "") + z.DecStructFieldNotFound(yyj510-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -8389,37 +8653,37 @@ func (x *PersistentVolumeClaimList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym504 := z.EncBinary() - _ = yym504 + yym516 := z.EncBinary() + _ = yym516 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep505 := !z.EncBinary() - yy2arr505 := z.EncBasicHandle().StructToArray - var yyq505 [4]bool - _, _, _ = yysep505, yyq505, yy2arr505 - const yyr505 bool = false - yyq505[0] = x.Kind != "" - yyq505[1] = x.APIVersion != "" - yyq505[2] = true - var yynn505 int - if yyr505 || yy2arr505 { + yysep517 := !z.EncBinary() + yy2arr517 := z.EncBasicHandle().StructToArray + var yyq517 [4]bool + _, _, _ = yysep517, yyq517, yy2arr517 + const yyr517 bool = false + yyq517[0] = x.Kind != "" + yyq517[1] = x.APIVersion != "" + yyq517[2] = true + var yynn517 int + if yyr517 || yy2arr517 { r.EncodeArrayStart(4) } else { - yynn505 = 1 - for _, b := range yyq505 { + yynn517 = 1 + for _, b := range yyq517 { if b { - yynn505++ + yynn517++ } } - r.EncodeMapStart(yynn505) - yynn505 = 0 + r.EncodeMapStart(yynn517) + yynn517 = 0 } - if yyr505 || yy2arr505 { + if yyr517 || yy2arr517 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq505[0] { - yym507 := z.EncBinary() - _ = yym507 + if yyq517[0] { + yym519 := z.EncBinary() + _ = yym519 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -8428,23 +8692,23 @@ func (x *PersistentVolumeClaimList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq505[0] { + if yyq517[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym508 := z.EncBinary() - _ = yym508 + yym520 := z.EncBinary() + _ = yym520 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr505 || yy2arr505 { + if yyr517 || yy2arr517 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq505[1] { - yym510 := z.EncBinary() - _ = yym510 + if yyq517[1] { + yym522 := z.EncBinary() + _ = yym522 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -8453,54 +8717,54 @@ func (x *PersistentVolumeClaimList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq505[1] { + if yyq517[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym511 := z.EncBinary() - _ = yym511 + yym523 := z.EncBinary() + _ = yym523 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr505 || yy2arr505 { + if yyr517 || yy2arr517 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq505[2] { - yy513 := &x.ListMeta - yym514 := z.EncBinary() - _ = yym514 + if yyq517[2] { + yy525 := &x.ListMeta + yym526 := z.EncBinary() + _ = yym526 if false { - } else if z.HasExtensions() && z.EncExt(yy513) { + } else if z.HasExtensions() && z.EncExt(yy525) { } else { - z.EncFallback(yy513) + z.EncFallback(yy525) } } else { r.EncodeNil() } } else { - if yyq505[2] { + if yyq517[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy515 := &x.ListMeta - yym516 := z.EncBinary() - _ = yym516 + yy527 := &x.ListMeta + yym528 := z.EncBinary() + _ = yym528 if false { - } else if z.HasExtensions() && z.EncExt(yy515) { + } else if z.HasExtensions() && z.EncExt(yy527) { } else { - z.EncFallback(yy515) + z.EncFallback(yy527) } } } - if yyr505 || yy2arr505 { + if yyr517 || yy2arr517 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym518 := z.EncBinary() - _ = yym518 + yym530 := z.EncBinary() + _ = yym530 if false { } else { h.encSlicePersistentVolumeClaim(([]PersistentVolumeClaim)(x.Items), e) @@ -8513,15 +8777,15 @@ func (x *PersistentVolumeClaimList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym519 := z.EncBinary() - _ = yym519 + yym531 := z.EncBinary() + _ = yym531 if false { } else { h.encSlicePersistentVolumeClaim(([]PersistentVolumeClaim)(x.Items), e) } } } - if yyr505 || yy2arr505 { + if yyr517 || yy2arr517 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -8534,25 +8798,25 @@ func (x *PersistentVolumeClaimList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym520 := z.DecBinary() - _ = yym520 + yym532 := z.DecBinary() + _ = yym532 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct521 := r.ContainerType() - if yyct521 == codecSelferValueTypeMap1234 { - yyl521 := r.ReadMapStart() - if yyl521 == 0 { + yyct533 := r.ContainerType() + if yyct533 == codecSelferValueTypeMap1234 { + yyl533 := r.ReadMapStart() + if yyl533 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl521, d) + x.codecDecodeSelfFromMap(yyl533, d) } - } else if yyct521 == codecSelferValueTypeArray1234 { - yyl521 := r.ReadArrayStart() - if yyl521 == 0 { + } else if yyct533 == codecSelferValueTypeArray1234 { + yyl533 := r.ReadArrayStart() + if yyl533 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl521, d) + x.codecDecodeSelfFromArray(yyl533, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -8564,12 +8828,12 @@ func (x *PersistentVolumeClaimList) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys522Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys522Slc - var yyhl522 bool = l >= 0 - for yyj522 := 0; ; yyj522++ { - if yyhl522 { - if yyj522 >= l { + var yys534Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys534Slc + var yyhl534 bool = l >= 0 + for yyj534 := 0; ; yyj534++ { + if yyhl534 { + if yyj534 >= l { break } } else { @@ -8578,10 +8842,10 @@ func (x *PersistentVolumeClaimList) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys522Slc = r.DecodeBytes(yys522Slc, true, true) - yys522 := string(yys522Slc) + yys534Slc = r.DecodeBytes(yys534Slc, true, true) + yys534 := string(yys534Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys522 { + switch yys534 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -8598,31 +8862,31 @@ func (x *PersistentVolumeClaimList) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv525 := &x.ListMeta - yym526 := z.DecBinary() - _ = yym526 + yyv537 := &x.ListMeta + yym538 := z.DecBinary() + _ = yym538 if false { - } else if z.HasExtensions() && z.DecExt(yyv525) { + } else if z.HasExtensions() && z.DecExt(yyv537) { } else { - z.DecFallback(yyv525, false) + z.DecFallback(yyv537, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv527 := &x.Items - yym528 := z.DecBinary() - _ = yym528 + yyv539 := &x.Items + yym540 := z.DecBinary() + _ = yym540 if false { } else { - h.decSlicePersistentVolumeClaim((*[]PersistentVolumeClaim)(yyv527), d) + h.decSlicePersistentVolumeClaim((*[]PersistentVolumeClaim)(yyv539), d) } } default: - z.DecStructFieldNotFound(-1, yys522) - } // end switch yys522 - } // end for yyj522 + z.DecStructFieldNotFound(-1, yys534) + } // end switch yys534 + } // end for yyj534 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -8630,16 +8894,16 @@ func (x *PersistentVolumeClaimList) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj529 int - var yyb529 bool - var yyhl529 bool = l >= 0 - yyj529++ - if yyhl529 { - yyb529 = yyj529 > l + var yyj541 int + var yyb541 bool + var yyhl541 bool = l >= 0 + yyj541++ + if yyhl541 { + yyb541 = yyj541 > l } else { - yyb529 = r.CheckBreak() + yyb541 = r.CheckBreak() } - if yyb529 { + if yyb541 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8649,13 +8913,13 @@ func (x *PersistentVolumeClaimList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Kind = string(r.DecodeString()) } - yyj529++ - if yyhl529 { - yyb529 = yyj529 > l + yyj541++ + if yyhl541 { + yyb541 = yyj541 > l } else { - yyb529 = r.CheckBreak() + yyb541 = r.CheckBreak() } - if yyb529 { + if yyb541 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8665,13 +8929,13 @@ func (x *PersistentVolumeClaimList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.APIVersion = string(r.DecodeString()) } - yyj529++ - if yyhl529 { - yyb529 = yyj529 > l + yyj541++ + if yyhl541 { + yyb541 = yyj541 > l } else { - yyb529 = r.CheckBreak() + yyb541 = r.CheckBreak() } - if yyb529 { + if yyb541 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8679,22 +8943,22 @@ func (x *PersistentVolumeClaimList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv532 := &x.ListMeta - yym533 := z.DecBinary() - _ = yym533 + yyv544 := &x.ListMeta + yym545 := z.DecBinary() + _ = yym545 if false { - } else if z.HasExtensions() && z.DecExt(yyv532) { + } else if z.HasExtensions() && z.DecExt(yyv544) { } else { - z.DecFallback(yyv532, false) + z.DecFallback(yyv544, false) } } - yyj529++ - if yyhl529 { - yyb529 = yyj529 > l + yyj541++ + if yyhl541 { + yyb541 = yyj541 > l } else { - yyb529 = r.CheckBreak() + yyb541 = r.CheckBreak() } - if yyb529 { + if yyb541 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8702,26 +8966,26 @@ func (x *PersistentVolumeClaimList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Items = nil } else { - yyv534 := &x.Items - yym535 := z.DecBinary() - _ = yym535 + yyv546 := &x.Items + yym547 := z.DecBinary() + _ = yym547 if false { } else { - h.decSlicePersistentVolumeClaim((*[]PersistentVolumeClaim)(yyv534), d) + h.decSlicePersistentVolumeClaim((*[]PersistentVolumeClaim)(yyv546), d) } } for { - yyj529++ - if yyhl529 { - yyb529 = yyj529 > l + yyj541++ + if yyhl541 { + yyb541 = yyj541 > l } else { - yyb529 = r.CheckBreak() + yyb541 = r.CheckBreak() } - if yyb529 { + if yyb541 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj529-1, "") + z.DecStructFieldNotFound(yyj541-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -8733,41 +8997,41 @@ func (x *PersistentVolumeClaimSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym536 := z.EncBinary() - _ = yym536 + yym548 := z.EncBinary() + _ = yym548 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep537 := !z.EncBinary() - yy2arr537 := z.EncBasicHandle().StructToArray - var yyq537 [4]bool - _, _, _ = yysep537, yyq537, yy2arr537 - const yyr537 bool = false - yyq537[0] = len(x.AccessModes) != 0 - yyq537[1] = x.Selector != nil - yyq537[2] = true - yyq537[3] = x.VolumeName != "" - var yynn537 int - if yyr537 || yy2arr537 { + yysep549 := !z.EncBinary() + yy2arr549 := z.EncBasicHandle().StructToArray + var yyq549 [4]bool + _, _, _ = yysep549, yyq549, yy2arr549 + const yyr549 bool = false + yyq549[0] = len(x.AccessModes) != 0 + yyq549[1] = x.Selector != nil + yyq549[2] = true + yyq549[3] = x.VolumeName != "" + var yynn549 int + if yyr549 || yy2arr549 { r.EncodeArrayStart(4) } else { - yynn537 = 0 - for _, b := range yyq537 { + yynn549 = 0 + for _, b := range yyq549 { if b { - yynn537++ + yynn549++ } } - r.EncodeMapStart(yynn537) - yynn537 = 0 + r.EncodeMapStart(yynn549) + yynn549 = 0 } - if yyr537 || yy2arr537 { + if yyr549 || yy2arr549 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq537[0] { + if yyq549[0] { if x.AccessModes == nil { r.EncodeNil() } else { - yym539 := z.EncBinary() - _ = yym539 + yym551 := z.EncBinary() + _ = yym551 if false { } else { h.encSlicePersistentVolumeAccessMode(([]PersistentVolumeAccessMode)(x.AccessModes), e) @@ -8777,15 +9041,15 @@ func (x *PersistentVolumeClaimSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq537[0] { + if yyq549[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("accessModes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.AccessModes == nil { r.EncodeNil() } else { - yym540 := z.EncBinary() - _ = yym540 + yym552 := z.EncBinary() + _ = yym552 if false { } else { h.encSlicePersistentVolumeAccessMode(([]PersistentVolumeAccessMode)(x.AccessModes), e) @@ -8793,14 +9057,14 @@ func (x *PersistentVolumeClaimSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr537 || yy2arr537 { + if yyr549 || yy2arr549 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq537[1] { + if yyq549[1] { if x.Selector == nil { r.EncodeNil() } else { - yym542 := z.EncBinary() - _ = yym542 + yym554 := z.EncBinary() + _ = yym554 if false { } else if z.HasExtensions() && z.EncExt(x.Selector) { } else { @@ -8811,15 +9075,15 @@ func (x *PersistentVolumeClaimSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq537[1] { + if yyq549[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Selector == nil { r.EncodeNil() } else { - yym543 := z.EncBinary() - _ = yym543 + yym555 := z.EncBinary() + _ = yym555 if false { } else if z.HasExtensions() && z.EncExt(x.Selector) { } else { @@ -8828,28 +9092,28 @@ func (x *PersistentVolumeClaimSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr537 || yy2arr537 { + if yyr549 || yy2arr549 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq537[2] { - yy545 := &x.Resources - yy545.CodecEncodeSelf(e) + if yyq549[2] { + yy557 := &x.Resources + yy557.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq537[2] { + if yyq549[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resources")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy546 := &x.Resources - yy546.CodecEncodeSelf(e) + yy558 := &x.Resources + yy558.CodecEncodeSelf(e) } } - if yyr537 || yy2arr537 { + if yyr549 || yy2arr549 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq537[3] { - yym548 := z.EncBinary() - _ = yym548 + if yyq549[3] { + yym560 := z.EncBinary() + _ = yym560 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumeName)) @@ -8858,19 +9122,19 @@ func (x *PersistentVolumeClaimSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq537[3] { + if yyq549[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym549 := z.EncBinary() - _ = yym549 + yym561 := z.EncBinary() + _ = yym561 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumeName)) } } } - if yyr537 || yy2arr537 { + if yyr549 || yy2arr549 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -8883,25 +9147,25 @@ func (x *PersistentVolumeClaimSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym550 := z.DecBinary() - _ = yym550 + yym562 := z.DecBinary() + _ = yym562 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct551 := r.ContainerType() - if yyct551 == codecSelferValueTypeMap1234 { - yyl551 := r.ReadMapStart() - if yyl551 == 0 { + yyct563 := r.ContainerType() + if yyct563 == codecSelferValueTypeMap1234 { + yyl563 := r.ReadMapStart() + if yyl563 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl551, d) + x.codecDecodeSelfFromMap(yyl563, d) } - } else if yyct551 == codecSelferValueTypeArray1234 { - yyl551 := r.ReadArrayStart() - if yyl551 == 0 { + } else if yyct563 == codecSelferValueTypeArray1234 { + yyl563 := r.ReadArrayStart() + if yyl563 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl551, d) + x.codecDecodeSelfFromArray(yyl563, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -8913,12 +9177,12 @@ func (x *PersistentVolumeClaimSpec) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys552Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys552Slc - var yyhl552 bool = l >= 0 - for yyj552 := 0; ; yyj552++ { - if yyhl552 { - if yyj552 >= l { + var yys564Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys564Slc + var yyhl564 bool = l >= 0 + for yyj564 := 0; ; yyj564++ { + if yyhl564 { + if yyj564 >= l { break } } else { @@ -8927,20 +9191,20 @@ func (x *PersistentVolumeClaimSpec) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys552Slc = r.DecodeBytes(yys552Slc, true, true) - yys552 := string(yys552Slc) + yys564Slc = r.DecodeBytes(yys564Slc, true, true) + yys564 := string(yys564Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys552 { + switch yys564 { case "accessModes": if r.TryDecodeAsNil() { x.AccessModes = nil } else { - yyv553 := &x.AccessModes - yym554 := z.DecBinary() - _ = yym554 + yyv565 := &x.AccessModes + yym566 := z.DecBinary() + _ = yym566 if false { } else { - h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv553), d) + h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv565), d) } } case "selector": @@ -8952,8 +9216,8 @@ func (x *PersistentVolumeClaimSpec) codecDecodeSelfFromMap(l int, d *codec1978.D if x.Selector == nil { x.Selector = new(pkg2_unversioned.LabelSelector) } - yym556 := z.DecBinary() - _ = yym556 + yym568 := z.DecBinary() + _ = yym568 if false { } else if z.HasExtensions() && z.DecExt(x.Selector) { } else { @@ -8964,8 +9228,8 @@ func (x *PersistentVolumeClaimSpec) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv557 := &x.Resources - yyv557.CodecDecodeSelf(d) + yyv569 := &x.Resources + yyv569.CodecDecodeSelf(d) } case "volumeName": if r.TryDecodeAsNil() { @@ -8974,9 +9238,9 @@ func (x *PersistentVolumeClaimSpec) codecDecodeSelfFromMap(l int, d *codec1978.D x.VolumeName = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys552) - } // end switch yys552 - } // end for yyj552 + z.DecStructFieldNotFound(-1, yys564) + } // end switch yys564 + } // end for yyj564 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -8984,16 +9248,16 @@ func (x *PersistentVolumeClaimSpec) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj559 int - var yyb559 bool - var yyhl559 bool = l >= 0 - yyj559++ - if yyhl559 { - yyb559 = yyj559 > l + var yyj571 int + var yyb571 bool + var yyhl571 bool = l >= 0 + yyj571++ + if yyhl571 { + yyb571 = yyj571 > l } else { - yyb559 = r.CheckBreak() + yyb571 = r.CheckBreak() } - if yyb559 { + if yyb571 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9001,21 +9265,21 @@ func (x *PersistentVolumeClaimSpec) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.AccessModes = nil } else { - yyv560 := &x.AccessModes - yym561 := z.DecBinary() - _ = yym561 + yyv572 := &x.AccessModes + yym573 := z.DecBinary() + _ = yym573 if false { } else { - h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv560), d) + h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv572), d) } } - yyj559++ - if yyhl559 { - yyb559 = yyj559 > l + yyj571++ + if yyhl571 { + yyb571 = yyj571 > l } else { - yyb559 = r.CheckBreak() + yyb571 = r.CheckBreak() } - if yyb559 { + if yyb571 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9028,21 +9292,21 @@ func (x *PersistentVolumeClaimSpec) codecDecodeSelfFromArray(l int, d *codec1978 if x.Selector == nil { x.Selector = new(pkg2_unversioned.LabelSelector) } - yym563 := z.DecBinary() - _ = yym563 + yym575 := z.DecBinary() + _ = yym575 if false { } else if z.HasExtensions() && z.DecExt(x.Selector) { } else { z.DecFallback(x.Selector, false) } } - yyj559++ - if yyhl559 { - yyb559 = yyj559 > l + yyj571++ + if yyhl571 { + yyb571 = yyj571 > l } else { - yyb559 = r.CheckBreak() + yyb571 = r.CheckBreak() } - if yyb559 { + if yyb571 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9050,16 +9314,16 @@ func (x *PersistentVolumeClaimSpec) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv564 := &x.Resources - yyv564.CodecDecodeSelf(d) + yyv576 := &x.Resources + yyv576.CodecDecodeSelf(d) } - yyj559++ - if yyhl559 { - yyb559 = yyj559 > l + yyj571++ + if yyhl571 { + yyb571 = yyj571 > l } else { - yyb559 = r.CheckBreak() + yyb571 = r.CheckBreak() } - if yyb559 { + if yyb571 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9070,17 +9334,17 @@ func (x *PersistentVolumeClaimSpec) codecDecodeSelfFromArray(l int, d *codec1978 x.VolumeName = string(r.DecodeString()) } for { - yyj559++ - if yyhl559 { - yyb559 = yyj559 > l + yyj571++ + if yyhl571 { + yyb571 = yyj571 > l } else { - yyb559 = r.CheckBreak() + yyb571 = r.CheckBreak() } - if yyb559 { + if yyb571 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj559-1, "") + z.DecStructFieldNotFound(yyj571-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -9092,55 +9356,55 @@ func (x *PersistentVolumeClaimStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym566 := z.EncBinary() - _ = yym566 + yym578 := z.EncBinary() + _ = yym578 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep567 := !z.EncBinary() - yy2arr567 := z.EncBasicHandle().StructToArray - var yyq567 [3]bool - _, _, _ = yysep567, yyq567, yy2arr567 - const yyr567 bool = false - yyq567[0] = x.Phase != "" - yyq567[1] = len(x.AccessModes) != 0 - yyq567[2] = len(x.Capacity) != 0 - var yynn567 int - if yyr567 || yy2arr567 { + yysep579 := !z.EncBinary() + yy2arr579 := z.EncBasicHandle().StructToArray + var yyq579 [3]bool + _, _, _ = yysep579, yyq579, yy2arr579 + const yyr579 bool = false + yyq579[0] = x.Phase != "" + yyq579[1] = len(x.AccessModes) != 0 + yyq579[2] = len(x.Capacity) != 0 + var yynn579 int + if yyr579 || yy2arr579 { r.EncodeArrayStart(3) } else { - yynn567 = 0 - for _, b := range yyq567 { + yynn579 = 0 + for _, b := range yyq579 { if b { - yynn567++ + yynn579++ } } - r.EncodeMapStart(yynn567) - yynn567 = 0 + r.EncodeMapStart(yynn579) + yynn579 = 0 } - if yyr567 || yy2arr567 { + if yyr579 || yy2arr579 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq567[0] { + if yyq579[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq567[0] { + if yyq579[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr567 || yy2arr567 { + if yyr579 || yy2arr579 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq567[1] { + if yyq579[1] { if x.AccessModes == nil { r.EncodeNil() } else { - yym570 := z.EncBinary() - _ = yym570 + yym582 := z.EncBinary() + _ = yym582 if false { } else { h.encSlicePersistentVolumeAccessMode(([]PersistentVolumeAccessMode)(x.AccessModes), e) @@ -9150,15 +9414,15 @@ func (x *PersistentVolumeClaimStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq567[1] { + if yyq579[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("accessModes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.AccessModes == nil { r.EncodeNil() } else { - yym571 := z.EncBinary() - _ = yym571 + yym583 := z.EncBinary() + _ = yym583 if false { } else { h.encSlicePersistentVolumeAccessMode(([]PersistentVolumeAccessMode)(x.AccessModes), e) @@ -9166,9 +9430,9 @@ func (x *PersistentVolumeClaimStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr567 || yy2arr567 { + if yyr579 || yy2arr579 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq567[2] { + if yyq579[2] { if x.Capacity == nil { r.EncodeNil() } else { @@ -9178,7 +9442,7 @@ func (x *PersistentVolumeClaimStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq567[2] { + if yyq579[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -9189,7 +9453,7 @@ func (x *PersistentVolumeClaimStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr567 || yy2arr567 { + if yyr579 || yy2arr579 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -9202,25 +9466,25 @@ func (x *PersistentVolumeClaimStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym573 := z.DecBinary() - _ = yym573 + yym585 := z.DecBinary() + _ = yym585 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct574 := r.ContainerType() - if yyct574 == codecSelferValueTypeMap1234 { - yyl574 := r.ReadMapStart() - if yyl574 == 0 { + yyct586 := r.ContainerType() + if yyct586 == codecSelferValueTypeMap1234 { + yyl586 := r.ReadMapStart() + if yyl586 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl574, d) + x.codecDecodeSelfFromMap(yyl586, d) } - } else if yyct574 == codecSelferValueTypeArray1234 { - yyl574 := r.ReadArrayStart() - if yyl574 == 0 { + } else if yyct586 == codecSelferValueTypeArray1234 { + yyl586 := r.ReadArrayStart() + if yyl586 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl574, d) + x.codecDecodeSelfFromArray(yyl586, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -9232,12 +9496,12 @@ func (x *PersistentVolumeClaimStatus) codecDecodeSelfFromMap(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys575Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys575Slc - var yyhl575 bool = l >= 0 - for yyj575 := 0; ; yyj575++ { - if yyhl575 { - if yyj575 >= l { + var yys587Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys587Slc + var yyhl587 bool = l >= 0 + for yyj587 := 0; ; yyj587++ { + if yyhl587 { + if yyj587 >= l { break } } else { @@ -9246,10 +9510,10 @@ func (x *PersistentVolumeClaimStatus) codecDecodeSelfFromMap(l int, d *codec1978 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys575Slc = r.DecodeBytes(yys575Slc, true, true) - yys575 := string(yys575Slc) + yys587Slc = r.DecodeBytes(yys587Slc, true, true) + yys587 := string(yys587Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys575 { + switch yys587 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -9260,25 +9524,25 @@ func (x *PersistentVolumeClaimStatus) codecDecodeSelfFromMap(l int, d *codec1978 if r.TryDecodeAsNil() { x.AccessModes = nil } else { - yyv577 := &x.AccessModes - yym578 := z.DecBinary() - _ = yym578 + yyv589 := &x.AccessModes + yym590 := z.DecBinary() + _ = yym590 if false { } else { - h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv577), d) + h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv589), d) } } case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv579 := &x.Capacity - yyv579.CodecDecodeSelf(d) + yyv591 := &x.Capacity + yyv591.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys575) - } // end switch yys575 - } // end for yyj575 + z.DecStructFieldNotFound(-1, yys587) + } // end switch yys587 + } // end for yyj587 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -9286,16 +9550,16 @@ func (x *PersistentVolumeClaimStatus) codecDecodeSelfFromArray(l int, d *codec19 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj580 int - var yyb580 bool - var yyhl580 bool = l >= 0 - yyj580++ - if yyhl580 { - yyb580 = yyj580 > l + var yyj592 int + var yyb592 bool + var yyhl592 bool = l >= 0 + yyj592++ + if yyhl592 { + yyb592 = yyj592 > l } else { - yyb580 = r.CheckBreak() + yyb592 = r.CheckBreak() } - if yyb580 { + if yyb592 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9305,13 +9569,13 @@ func (x *PersistentVolumeClaimStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.Phase = PersistentVolumeClaimPhase(r.DecodeString()) } - yyj580++ - if yyhl580 { - yyb580 = yyj580 > l + yyj592++ + if yyhl592 { + yyb592 = yyj592 > l } else { - yyb580 = r.CheckBreak() + yyb592 = r.CheckBreak() } - if yyb580 { + if yyb592 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9319,21 +9583,21 @@ func (x *PersistentVolumeClaimStatus) codecDecodeSelfFromArray(l int, d *codec19 if r.TryDecodeAsNil() { x.AccessModes = nil } else { - yyv582 := &x.AccessModes - yym583 := z.DecBinary() - _ = yym583 + yyv594 := &x.AccessModes + yym595 := z.DecBinary() + _ = yym595 if false { } else { - h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv582), d) + h.decSlicePersistentVolumeAccessMode((*[]PersistentVolumeAccessMode)(yyv594), d) } } - yyj580++ - if yyhl580 { - yyb580 = yyj580 > l + yyj592++ + if yyhl592 { + yyb592 = yyj592 > l } else { - yyb580 = r.CheckBreak() + yyb592 = r.CheckBreak() } - if yyb580 { + if yyb592 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9341,21 +9605,21 @@ func (x *PersistentVolumeClaimStatus) codecDecodeSelfFromArray(l int, d *codec19 if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv584 := &x.Capacity - yyv584.CodecDecodeSelf(d) + yyv596 := &x.Capacity + yyv596.CodecDecodeSelf(d) } for { - yyj580++ - if yyhl580 { - yyb580 = yyj580 > l + yyj592++ + if yyhl592 { + yyb592 = yyj592 > l } else { - yyb580 = r.CheckBreak() + yyb592 = r.CheckBreak() } - if yyb580 { + if yyb592 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj580-1, "") + z.DecStructFieldNotFound(yyj592-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -9364,8 +9628,8 @@ func (x PersistentVolumeAccessMode) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym585 := z.EncBinary() - _ = yym585 + yym597 := z.EncBinary() + _ = yym597 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -9377,8 +9641,8 @@ func (x *PersistentVolumeAccessMode) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym586 := z.DecBinary() - _ = yym586 + yym598 := z.DecBinary() + _ = yym598 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -9390,8 +9654,8 @@ func (x PersistentVolumePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym587 := z.EncBinary() - _ = yym587 + yym599 := z.EncBinary() + _ = yym599 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -9403,8 +9667,8 @@ func (x *PersistentVolumePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym588 := z.DecBinary() - _ = yym588 + yym600 := z.DecBinary() + _ = yym600 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -9416,8 +9680,8 @@ func (x PersistentVolumeClaimPhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym589 := z.EncBinary() - _ = yym589 + yym601 := z.EncBinary() + _ = yym601 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -9429,8 +9693,8 @@ func (x *PersistentVolumeClaimPhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym590 := z.DecBinary() - _ = yym590 + yym602 := z.DecBinary() + _ = yym602 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -9445,33 +9709,33 @@ func (x *HostPathVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym591 := z.EncBinary() - _ = yym591 + yym603 := z.EncBinary() + _ = yym603 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep592 := !z.EncBinary() - yy2arr592 := z.EncBasicHandle().StructToArray - var yyq592 [1]bool - _, _, _ = yysep592, yyq592, yy2arr592 - const yyr592 bool = false - var yynn592 int - if yyr592 || yy2arr592 { + yysep604 := !z.EncBinary() + yy2arr604 := z.EncBasicHandle().StructToArray + var yyq604 [1]bool + _, _, _ = yysep604, yyq604, yy2arr604 + const yyr604 bool = false + var yynn604 int + if yyr604 || yy2arr604 { r.EncodeArrayStart(1) } else { - yynn592 = 1 - for _, b := range yyq592 { + yynn604 = 1 + for _, b := range yyq604 { if b { - yynn592++ + yynn604++ } } - r.EncodeMapStart(yynn592) - yynn592 = 0 + r.EncodeMapStart(yynn604) + yynn604 = 0 } - if yyr592 || yy2arr592 { + if yyr604 || yy2arr604 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym594 := z.EncBinary() - _ = yym594 + yym606 := z.EncBinary() + _ = yym606 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -9480,14 +9744,14 @@ func (x *HostPathVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym595 := z.EncBinary() - _ = yym595 + yym607 := z.EncBinary() + _ = yym607 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr592 || yy2arr592 { + if yyr604 || yy2arr604 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -9500,25 +9764,25 @@ func (x *HostPathVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym596 := z.DecBinary() - _ = yym596 + yym608 := z.DecBinary() + _ = yym608 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct597 := r.ContainerType() - if yyct597 == codecSelferValueTypeMap1234 { - yyl597 := r.ReadMapStart() - if yyl597 == 0 { + yyct609 := r.ContainerType() + if yyct609 == codecSelferValueTypeMap1234 { + yyl609 := r.ReadMapStart() + if yyl609 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl597, d) + x.codecDecodeSelfFromMap(yyl609, d) } - } else if yyct597 == codecSelferValueTypeArray1234 { - yyl597 := r.ReadArrayStart() - if yyl597 == 0 { + } else if yyct609 == codecSelferValueTypeArray1234 { + yyl609 := r.ReadArrayStart() + if yyl609 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl597, d) + x.codecDecodeSelfFromArray(yyl609, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -9530,12 +9794,12 @@ func (x *HostPathVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys598Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys598Slc - var yyhl598 bool = l >= 0 - for yyj598 := 0; ; yyj598++ { - if yyhl598 { - if yyj598 >= l { + var yys610Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys610Slc + var yyhl610 bool = l >= 0 + for yyj610 := 0; ; yyj610++ { + if yyhl610 { + if yyj610 >= l { break } } else { @@ -9544,10 +9808,10 @@ func (x *HostPathVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys598Slc = r.DecodeBytes(yys598Slc, true, true) - yys598 := string(yys598Slc) + yys610Slc = r.DecodeBytes(yys610Slc, true, true) + yys610 := string(yys610Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys598 { + switch yys610 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -9555,9 +9819,9 @@ func (x *HostPathVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys598) - } // end switch yys598 - } // end for yyj598 + z.DecStructFieldNotFound(-1, yys610) + } // end switch yys610 + } // end for yyj610 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -9565,16 +9829,16 @@ func (x *HostPathVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj600 int - var yyb600 bool - var yyhl600 bool = l >= 0 - yyj600++ - if yyhl600 { - yyb600 = yyj600 > l + var yyj612 int + var yyb612 bool + var yyhl612 bool = l >= 0 + yyj612++ + if yyhl612 { + yyb612 = yyj612 > l } else { - yyb600 = r.CheckBreak() + yyb612 = r.CheckBreak() } - if yyb600 { + if yyb612 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9585,17 +9849,17 @@ func (x *HostPathVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Path = string(r.DecodeString()) } for { - yyj600++ - if yyhl600 { - yyb600 = yyj600 > l + yyj612++ + if yyhl612 { + yyb612 = yyj612 > l } else { - yyb600 = r.CheckBreak() + yyb612 = r.CheckBreak() } - if yyb600 { + if yyb612 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj600-1, "") + z.DecStructFieldNotFound(yyj612-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -9607,46 +9871,46 @@ func (x *EmptyDirVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym602 := z.EncBinary() - _ = yym602 + yym614 := z.EncBinary() + _ = yym614 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep603 := !z.EncBinary() - yy2arr603 := z.EncBasicHandle().StructToArray - var yyq603 [1]bool - _, _, _ = yysep603, yyq603, yy2arr603 - const yyr603 bool = false - yyq603[0] = x.Medium != "" - var yynn603 int - if yyr603 || yy2arr603 { + yysep615 := !z.EncBinary() + yy2arr615 := z.EncBasicHandle().StructToArray + var yyq615 [1]bool + _, _, _ = yysep615, yyq615, yy2arr615 + const yyr615 bool = false + yyq615[0] = x.Medium != "" + var yynn615 int + if yyr615 || yy2arr615 { r.EncodeArrayStart(1) } else { - yynn603 = 0 - for _, b := range yyq603 { + yynn615 = 0 + for _, b := range yyq615 { if b { - yynn603++ + yynn615++ } } - r.EncodeMapStart(yynn603) - yynn603 = 0 + r.EncodeMapStart(yynn615) + yynn615 = 0 } - if yyr603 || yy2arr603 { + if yyr615 || yy2arr615 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq603[0] { + if yyq615[0] { x.Medium.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq603[0] { + if yyq615[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("medium")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Medium.CodecEncodeSelf(e) } } - if yyr603 || yy2arr603 { + if yyr615 || yy2arr615 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -9659,25 +9923,25 @@ func (x *EmptyDirVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym605 := z.DecBinary() - _ = yym605 + yym617 := z.DecBinary() + _ = yym617 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct606 := r.ContainerType() - if yyct606 == codecSelferValueTypeMap1234 { - yyl606 := r.ReadMapStart() - if yyl606 == 0 { + yyct618 := r.ContainerType() + if yyct618 == codecSelferValueTypeMap1234 { + yyl618 := r.ReadMapStart() + if yyl618 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl606, d) + x.codecDecodeSelfFromMap(yyl618, d) } - } else if yyct606 == codecSelferValueTypeArray1234 { - yyl606 := r.ReadArrayStart() - if yyl606 == 0 { + } else if yyct618 == codecSelferValueTypeArray1234 { + yyl618 := r.ReadArrayStart() + if yyl618 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl606, d) + x.codecDecodeSelfFromArray(yyl618, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -9689,12 +9953,12 @@ func (x *EmptyDirVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys607Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys607Slc - var yyhl607 bool = l >= 0 - for yyj607 := 0; ; yyj607++ { - if yyhl607 { - if yyj607 >= l { + var yys619Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys619Slc + var yyhl619 bool = l >= 0 + for yyj619 := 0; ; yyj619++ { + if yyhl619 { + if yyj619 >= l { break } } else { @@ -9703,10 +9967,10 @@ func (x *EmptyDirVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys607Slc = r.DecodeBytes(yys607Slc, true, true) - yys607 := string(yys607Slc) + yys619Slc = r.DecodeBytes(yys619Slc, true, true) + yys619 := string(yys619Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys607 { + switch yys619 { case "medium": if r.TryDecodeAsNil() { x.Medium = "" @@ -9714,9 +9978,9 @@ func (x *EmptyDirVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Medium = StorageMedium(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys607) - } // end switch yys607 - } // end for yyj607 + z.DecStructFieldNotFound(-1, yys619) + } // end switch yys619 + } // end for yyj619 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -9724,16 +9988,16 @@ func (x *EmptyDirVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj609 int - var yyb609 bool - var yyhl609 bool = l >= 0 - yyj609++ - if yyhl609 { - yyb609 = yyj609 > l + var yyj621 int + var yyb621 bool + var yyhl621 bool = l >= 0 + yyj621++ + if yyhl621 { + yyb621 = yyj621 > l } else { - yyb609 = r.CheckBreak() + yyb621 = r.CheckBreak() } - if yyb609 { + if yyb621 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9744,17 +10008,17 @@ func (x *EmptyDirVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Medium = StorageMedium(r.DecodeString()) } for { - yyj609++ - if yyhl609 { - yyb609 = yyj609 > l + yyj621++ + if yyhl621 { + yyb621 = yyj621 > l } else { - yyb609 = r.CheckBreak() + yyb621 = r.CheckBreak() } - if yyb609 { + if yyb621 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj609-1, "") + z.DecStructFieldNotFound(yyj621-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -9766,34 +10030,34 @@ func (x *GlusterfsVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym611 := z.EncBinary() - _ = yym611 + yym623 := z.EncBinary() + _ = yym623 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep612 := !z.EncBinary() - yy2arr612 := z.EncBasicHandle().StructToArray - var yyq612 [3]bool - _, _, _ = yysep612, yyq612, yy2arr612 - const yyr612 bool = false - yyq612[2] = x.ReadOnly != false - var yynn612 int - if yyr612 || yy2arr612 { + yysep624 := !z.EncBinary() + yy2arr624 := z.EncBasicHandle().StructToArray + var yyq624 [3]bool + _, _, _ = yysep624, yyq624, yy2arr624 + const yyr624 bool = false + yyq624[2] = x.ReadOnly != false + var yynn624 int + if yyr624 || yy2arr624 { r.EncodeArrayStart(3) } else { - yynn612 = 2 - for _, b := range yyq612 { + yynn624 = 2 + for _, b := range yyq624 { if b { - yynn612++ + yynn624++ } } - r.EncodeMapStart(yynn612) - yynn612 = 0 + r.EncodeMapStart(yynn624) + yynn624 = 0 } - if yyr612 || yy2arr612 { + if yyr624 || yy2arr624 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym614 := z.EncBinary() - _ = yym614 + yym626 := z.EncBinary() + _ = yym626 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.EndpointsName)) @@ -9802,17 +10066,17 @@ func (x *GlusterfsVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("endpoints")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym615 := z.EncBinary() - _ = yym615 + yym627 := z.EncBinary() + _ = yym627 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.EndpointsName)) } } - if yyr612 || yy2arr612 { + if yyr624 || yy2arr624 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym617 := z.EncBinary() - _ = yym617 + yym629 := z.EncBinary() + _ = yym629 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -9821,18 +10085,18 @@ func (x *GlusterfsVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym618 := z.EncBinary() - _ = yym618 + yym630 := z.EncBinary() + _ = yym630 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr612 || yy2arr612 { + if yyr624 || yy2arr624 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq612[2] { - yym620 := z.EncBinary() - _ = yym620 + if yyq624[2] { + yym632 := z.EncBinary() + _ = yym632 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -9841,19 +10105,19 @@ func (x *GlusterfsVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq612[2] { + if yyq624[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym621 := z.EncBinary() - _ = yym621 + yym633 := z.EncBinary() + _ = yym633 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr612 || yy2arr612 { + if yyr624 || yy2arr624 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -9866,25 +10130,25 @@ func (x *GlusterfsVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym622 := z.DecBinary() - _ = yym622 + yym634 := z.DecBinary() + _ = yym634 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct623 := r.ContainerType() - if yyct623 == codecSelferValueTypeMap1234 { - yyl623 := r.ReadMapStart() - if yyl623 == 0 { + yyct635 := r.ContainerType() + if yyct635 == codecSelferValueTypeMap1234 { + yyl635 := r.ReadMapStart() + if yyl635 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl623, d) + x.codecDecodeSelfFromMap(yyl635, d) } - } else if yyct623 == codecSelferValueTypeArray1234 { - yyl623 := r.ReadArrayStart() - if yyl623 == 0 { + } else if yyct635 == codecSelferValueTypeArray1234 { + yyl635 := r.ReadArrayStart() + if yyl635 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl623, d) + x.codecDecodeSelfFromArray(yyl635, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -9896,12 +10160,12 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys624Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys624Slc - var yyhl624 bool = l >= 0 - for yyj624 := 0; ; yyj624++ { - if yyhl624 { - if yyj624 >= l { + var yys636Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys636Slc + var yyhl636 bool = l >= 0 + for yyj636 := 0; ; yyj636++ { + if yyhl636 { + if yyj636 >= l { break } } else { @@ -9910,10 +10174,10 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys624Slc = r.DecodeBytes(yys624Slc, true, true) - yys624 := string(yys624Slc) + yys636Slc = r.DecodeBytes(yys636Slc, true, true) + yys636 := string(yys636Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys624 { + switch yys636 { case "endpoints": if r.TryDecodeAsNil() { x.EndpointsName = "" @@ -9933,9 +10197,9 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys624) - } // end switch yys624 - } // end for yyj624 + z.DecStructFieldNotFound(-1, yys636) + } // end switch yys636 + } // end for yyj636 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -9943,16 +10207,16 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj628 int - var yyb628 bool - var yyhl628 bool = l >= 0 - yyj628++ - if yyhl628 { - yyb628 = yyj628 > l + var yyj640 int + var yyb640 bool + var yyhl640 bool = l >= 0 + yyj640++ + if yyhl640 { + yyb640 = yyj640 > l } else { - yyb628 = r.CheckBreak() + yyb640 = r.CheckBreak() } - if yyb628 { + if yyb640 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9962,13 +10226,13 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.EndpointsName = string(r.DecodeString()) } - yyj628++ - if yyhl628 { - yyb628 = yyj628 > l + yyj640++ + if yyhl640 { + yyb640 = yyj640 > l } else { - yyb628 = r.CheckBreak() + yyb640 = r.CheckBreak() } - if yyb628 { + if yyb640 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9978,13 +10242,13 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Path = string(r.DecodeString()) } - yyj628++ - if yyhl628 { - yyb628 = yyj628 > l + yyj640++ + if yyhl640 { + yyb640 = yyj640 > l } else { - yyb628 = r.CheckBreak() + yyb640 = r.CheckBreak() } - if yyb628 { + if yyb640 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9995,17 +10259,17 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.ReadOnly = bool(r.DecodeBool()) } for { - yyj628++ - if yyhl628 { - yyb628 = yyj628 > l + yyj640++ + if yyhl640 { + yyb640 = yyj640 > l } else { - yyb628 = r.CheckBreak() + yyb640 = r.CheckBreak() } - if yyb628 { + if yyb640 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj628-1, "") + z.DecStructFieldNotFound(yyj640-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10017,42 +10281,42 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym632 := z.EncBinary() - _ = yym632 + yym644 := z.EncBinary() + _ = yym644 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep633 := !z.EncBinary() - yy2arr633 := z.EncBasicHandle().StructToArray - var yyq633 [8]bool - _, _, _ = yysep633, yyq633, yy2arr633 - const yyr633 bool = false - yyq633[2] = x.FSType != "" - yyq633[3] = x.RBDPool != "" - yyq633[4] = x.RadosUser != "" - yyq633[5] = x.Keyring != "" - yyq633[6] = x.SecretRef != nil - yyq633[7] = x.ReadOnly != false - var yynn633 int - if yyr633 || yy2arr633 { + yysep645 := !z.EncBinary() + yy2arr645 := z.EncBasicHandle().StructToArray + var yyq645 [8]bool + _, _, _ = yysep645, yyq645, yy2arr645 + const yyr645 bool = false + yyq645[2] = x.FSType != "" + yyq645[3] = x.RBDPool != "" + yyq645[4] = x.RadosUser != "" + yyq645[5] = x.Keyring != "" + yyq645[6] = x.SecretRef != nil + yyq645[7] = x.ReadOnly != false + var yynn645 int + if yyr645 || yy2arr645 { r.EncodeArrayStart(8) } else { - yynn633 = 2 - for _, b := range yyq633 { + yynn645 = 2 + for _, b := range yyq645 { if b { - yynn633++ + yynn645++ } } - r.EncodeMapStart(yynn633) - yynn633 = 0 + r.EncodeMapStart(yynn645) + yynn645 = 0 } - if yyr633 || yy2arr633 { + if yyr645 || yy2arr645 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.CephMonitors == nil { r.EncodeNil() } else { - yym635 := z.EncBinary() - _ = yym635 + yym647 := z.EncBinary() + _ = yym647 if false { } else { z.F.EncSliceStringV(x.CephMonitors, false, e) @@ -10065,18 +10329,18 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x.CephMonitors == nil { r.EncodeNil() } else { - yym636 := z.EncBinary() - _ = yym636 + yym648 := z.EncBinary() + _ = yym648 if false { } else { z.F.EncSliceStringV(x.CephMonitors, false, e) } } } - if yyr633 || yy2arr633 { + if yyr645 || yy2arr645 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym638 := z.EncBinary() - _ = yym638 + yym650 := z.EncBinary() + _ = yym650 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RBDImage)) @@ -10085,18 +10349,18 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym639 := z.EncBinary() - _ = yym639 + yym651 := z.EncBinary() + _ = yym651 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RBDImage)) } } - if yyr633 || yy2arr633 { + if yyr645 || yy2arr645 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq633[2] { - yym641 := z.EncBinary() - _ = yym641 + if yyq645[2] { + yym653 := z.EncBinary() + _ = yym653 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -10105,23 +10369,23 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq633[2] { + if yyq645[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym642 := z.EncBinary() - _ = yym642 + yym654 := z.EncBinary() + _ = yym654 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr633 || yy2arr633 { + if yyr645 || yy2arr645 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq633[3] { - yym644 := z.EncBinary() - _ = yym644 + if yyq645[3] { + yym656 := z.EncBinary() + _ = yym656 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RBDPool)) @@ -10130,23 +10394,23 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq633[3] { + if yyq645[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("pool")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym645 := z.EncBinary() - _ = yym645 + yym657 := z.EncBinary() + _ = yym657 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RBDPool)) } } } - if yyr633 || yy2arr633 { + if yyr645 || yy2arr645 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq633[4] { - yym647 := z.EncBinary() - _ = yym647 + if yyq645[4] { + yym659 := z.EncBinary() + _ = yym659 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RadosUser)) @@ -10155,23 +10419,23 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq633[4] { + if yyq645[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym648 := z.EncBinary() - _ = yym648 + yym660 := z.EncBinary() + _ = yym660 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RadosUser)) } } } - if yyr633 || yy2arr633 { + if yyr645 || yy2arr645 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq633[5] { - yym650 := z.EncBinary() - _ = yym650 + if yyq645[5] { + yym662 := z.EncBinary() + _ = yym662 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Keyring)) @@ -10180,21 +10444,21 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq633[5] { + if yyq645[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("keyring")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym651 := z.EncBinary() - _ = yym651 + yym663 := z.EncBinary() + _ = yym663 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Keyring)) } } } - if yyr633 || yy2arr633 { + if yyr645 || yy2arr645 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq633[6] { + if yyq645[6] { if x.SecretRef == nil { r.EncodeNil() } else { @@ -10204,7 +10468,7 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq633[6] { + if yyq645[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -10215,11 +10479,11 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr633 || yy2arr633 { + if yyr645 || yy2arr645 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq633[7] { - yym654 := z.EncBinary() - _ = yym654 + if yyq645[7] { + yym666 := z.EncBinary() + _ = yym666 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -10228,19 +10492,19 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq633[7] { + if yyq645[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym655 := z.EncBinary() - _ = yym655 + yym667 := z.EncBinary() + _ = yym667 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr633 || yy2arr633 { + if yyr645 || yy2arr645 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -10253,25 +10517,25 @@ func (x *RBDVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym656 := z.DecBinary() - _ = yym656 + yym668 := z.DecBinary() + _ = yym668 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct657 := r.ContainerType() - if yyct657 == codecSelferValueTypeMap1234 { - yyl657 := r.ReadMapStart() - if yyl657 == 0 { + yyct669 := r.ContainerType() + if yyct669 == codecSelferValueTypeMap1234 { + yyl669 := r.ReadMapStart() + if yyl669 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl657, d) + x.codecDecodeSelfFromMap(yyl669, d) } - } else if yyct657 == codecSelferValueTypeArray1234 { - yyl657 := r.ReadArrayStart() - if yyl657 == 0 { + } else if yyct669 == codecSelferValueTypeArray1234 { + yyl669 := r.ReadArrayStart() + if yyl669 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl657, d) + x.codecDecodeSelfFromArray(yyl669, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -10283,12 +10547,12 @@ func (x *RBDVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys658Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys658Slc - var yyhl658 bool = l >= 0 - for yyj658 := 0; ; yyj658++ { - if yyhl658 { - if yyj658 >= l { + var yys670Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys670Slc + var yyhl670 bool = l >= 0 + for yyj670 := 0; ; yyj670++ { + if yyhl670 { + if yyj670 >= l { break } } else { @@ -10297,20 +10561,20 @@ func (x *RBDVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys658Slc = r.DecodeBytes(yys658Slc, true, true) - yys658 := string(yys658Slc) + yys670Slc = r.DecodeBytes(yys670Slc, true, true) + yys670 := string(yys670Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys658 { + switch yys670 { case "monitors": if r.TryDecodeAsNil() { x.CephMonitors = nil } else { - yyv659 := &x.CephMonitors - yym660 := z.DecBinary() - _ = yym660 + yyv671 := &x.CephMonitors + yym672 := z.DecBinary() + _ = yym672 if false { } else { - z.F.DecSliceStringX(yyv659, false, d) + z.F.DecSliceStringX(yyv671, false, d) } } case "image": @@ -10361,9 +10625,9 @@ func (x *RBDVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys658) - } // end switch yys658 - } // end for yyj658 + z.DecStructFieldNotFound(-1, yys670) + } // end switch yys670 + } // end for yyj670 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -10371,16 +10635,16 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj668 int - var yyb668 bool - var yyhl668 bool = l >= 0 - yyj668++ - if yyhl668 { - yyb668 = yyj668 > l + var yyj680 int + var yyb680 bool + var yyhl680 bool = l >= 0 + yyj680++ + if yyhl680 { + yyb680 = yyj680 > l } else { - yyb668 = r.CheckBreak() + yyb680 = r.CheckBreak() } - if yyb668 { + if yyb680 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10388,21 +10652,21 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.CephMonitors = nil } else { - yyv669 := &x.CephMonitors - yym670 := z.DecBinary() - _ = yym670 + yyv681 := &x.CephMonitors + yym682 := z.DecBinary() + _ = yym682 if false { } else { - z.F.DecSliceStringX(yyv669, false, d) + z.F.DecSliceStringX(yyv681, false, d) } } - yyj668++ - if yyhl668 { - yyb668 = yyj668 > l + yyj680++ + if yyhl680 { + yyb680 = yyj680 > l } else { - yyb668 = r.CheckBreak() + yyb680 = r.CheckBreak() } - if yyb668 { + if yyb680 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10412,13 +10676,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RBDImage = string(r.DecodeString()) } - yyj668++ - if yyhl668 { - yyb668 = yyj668 > l + yyj680++ + if yyhl680 { + yyb680 = yyj680 > l } else { - yyb668 = r.CheckBreak() + yyb680 = r.CheckBreak() } - if yyb668 { + if yyb680 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10428,13 +10692,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.FSType = string(r.DecodeString()) } - yyj668++ - if yyhl668 { - yyb668 = yyj668 > l + yyj680++ + if yyhl680 { + yyb680 = yyj680 > l } else { - yyb668 = r.CheckBreak() + yyb680 = r.CheckBreak() } - if yyb668 { + if yyb680 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10444,13 +10708,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RBDPool = string(r.DecodeString()) } - yyj668++ - if yyhl668 { - yyb668 = yyj668 > l + yyj680++ + if yyhl680 { + yyb680 = yyj680 > l } else { - yyb668 = r.CheckBreak() + yyb680 = r.CheckBreak() } - if yyb668 { + if yyb680 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10460,13 +10724,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RadosUser = string(r.DecodeString()) } - yyj668++ - if yyhl668 { - yyb668 = yyj668 > l + yyj680++ + if yyhl680 { + yyb680 = yyj680 > l } else { - yyb668 = r.CheckBreak() + yyb680 = r.CheckBreak() } - if yyb668 { + if yyb680 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10476,13 +10740,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Keyring = string(r.DecodeString()) } - yyj668++ - if yyhl668 { - yyb668 = yyj668 > l + yyj680++ + if yyhl680 { + yyb680 = yyj680 > l } else { - yyb668 = r.CheckBreak() + yyb680 = r.CheckBreak() } - if yyb668 { + if yyb680 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10497,13 +10761,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SecretRef.CodecDecodeSelf(d) } - yyj668++ - if yyhl668 { - yyb668 = yyj668 > l + yyj680++ + if yyhl680 { + yyb680 = yyj680 > l } else { - yyb668 = r.CheckBreak() + yyb680 = r.CheckBreak() } - if yyb668 { + if yyb680 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10514,17 +10778,17 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } for { - yyj668++ - if yyhl668 { - yyb668 = yyj668 > l + yyj680++ + if yyhl680 { + yyb680 = yyj680 > l } else { - yyb668 = r.CheckBreak() + yyb680 = r.CheckBreak() } - if yyb668 { + if yyb680 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj668-1, "") + z.DecStructFieldNotFound(yyj680-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10536,35 +10800,35 @@ func (x *CinderVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym678 := z.EncBinary() - _ = yym678 + yym690 := z.EncBinary() + _ = yym690 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep679 := !z.EncBinary() - yy2arr679 := z.EncBasicHandle().StructToArray - var yyq679 [3]bool - _, _, _ = yysep679, yyq679, yy2arr679 - const yyr679 bool = false - yyq679[1] = x.FSType != "" - yyq679[2] = x.ReadOnly != false - var yynn679 int - if yyr679 || yy2arr679 { + yysep691 := !z.EncBinary() + yy2arr691 := z.EncBasicHandle().StructToArray + var yyq691 [3]bool + _, _, _ = yysep691, yyq691, yy2arr691 + const yyr691 bool = false + yyq691[1] = x.FSType != "" + yyq691[2] = x.ReadOnly != false + var yynn691 int + if yyr691 || yy2arr691 { r.EncodeArrayStart(3) } else { - yynn679 = 1 - for _, b := range yyq679 { + yynn691 = 1 + for _, b := range yyq691 { if b { - yynn679++ + yynn691++ } } - r.EncodeMapStart(yynn679) - yynn679 = 0 + r.EncodeMapStart(yynn691) + yynn691 = 0 } - if yyr679 || yy2arr679 { + if yyr691 || yy2arr691 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym681 := z.EncBinary() - _ = yym681 + yym693 := z.EncBinary() + _ = yym693 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumeID)) @@ -10573,18 +10837,18 @@ func (x *CinderVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumeID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym682 := z.EncBinary() - _ = yym682 + yym694 := z.EncBinary() + _ = yym694 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumeID)) } } - if yyr679 || yy2arr679 { + if yyr691 || yy2arr691 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq679[1] { - yym684 := z.EncBinary() - _ = yym684 + if yyq691[1] { + yym696 := z.EncBinary() + _ = yym696 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -10593,23 +10857,23 @@ func (x *CinderVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq679[1] { + if yyq691[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym685 := z.EncBinary() - _ = yym685 + yym697 := z.EncBinary() + _ = yym697 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr679 || yy2arr679 { + if yyr691 || yy2arr691 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq679[2] { - yym687 := z.EncBinary() - _ = yym687 + if yyq691[2] { + yym699 := z.EncBinary() + _ = yym699 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -10618,19 +10882,19 @@ func (x *CinderVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq679[2] { + if yyq691[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym688 := z.EncBinary() - _ = yym688 + yym700 := z.EncBinary() + _ = yym700 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr679 || yy2arr679 { + if yyr691 || yy2arr691 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -10643,25 +10907,25 @@ func (x *CinderVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym689 := z.DecBinary() - _ = yym689 + yym701 := z.DecBinary() + _ = yym701 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct690 := r.ContainerType() - if yyct690 == codecSelferValueTypeMap1234 { - yyl690 := r.ReadMapStart() - if yyl690 == 0 { + yyct702 := r.ContainerType() + if yyct702 == codecSelferValueTypeMap1234 { + yyl702 := r.ReadMapStart() + if yyl702 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl690, d) + x.codecDecodeSelfFromMap(yyl702, d) } - } else if yyct690 == codecSelferValueTypeArray1234 { - yyl690 := r.ReadArrayStart() - if yyl690 == 0 { + } else if yyct702 == codecSelferValueTypeArray1234 { + yyl702 := r.ReadArrayStart() + if yyl702 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl690, d) + x.codecDecodeSelfFromArray(yyl702, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -10673,12 +10937,12 @@ func (x *CinderVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys691Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys691Slc - var yyhl691 bool = l >= 0 - for yyj691 := 0; ; yyj691++ { - if yyhl691 { - if yyj691 >= l { + var yys703Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys703Slc + var yyhl703 bool = l >= 0 + for yyj703 := 0; ; yyj703++ { + if yyhl703 { + if yyj703 >= l { break } } else { @@ -10687,10 +10951,10 @@ func (x *CinderVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys691Slc = r.DecodeBytes(yys691Slc, true, true) - yys691 := string(yys691Slc) + yys703Slc = r.DecodeBytes(yys703Slc, true, true) + yys703 := string(yys703Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys691 { + switch yys703 { case "volumeID": if r.TryDecodeAsNil() { x.VolumeID = "" @@ -10710,9 +10974,9 @@ func (x *CinderVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys691) - } // end switch yys691 - } // end for yyj691 + z.DecStructFieldNotFound(-1, yys703) + } // end switch yys703 + } // end for yyj703 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -10720,16 +10984,16 @@ func (x *CinderVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj695 int - var yyb695 bool - var yyhl695 bool = l >= 0 - yyj695++ - if yyhl695 { - yyb695 = yyj695 > l + var yyj707 int + var yyb707 bool + var yyhl707 bool = l >= 0 + yyj707++ + if yyhl707 { + yyb707 = yyj707 > l } else { - yyb695 = r.CheckBreak() + yyb707 = r.CheckBreak() } - if yyb695 { + if yyb707 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10739,13 +11003,13 @@ func (x *CinderVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.VolumeID = string(r.DecodeString()) } - yyj695++ - if yyhl695 { - yyb695 = yyj695 > l + yyj707++ + if yyhl707 { + yyb707 = yyj707 > l } else { - yyb695 = r.CheckBreak() + yyb707 = r.CheckBreak() } - if yyb695 { + if yyb707 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10755,13 +11019,13 @@ func (x *CinderVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.FSType = string(r.DecodeString()) } - yyj695++ - if yyhl695 { - yyb695 = yyj695 > l + yyj707++ + if yyhl707 { + yyb707 = yyj707 > l } else { - yyb695 = r.CheckBreak() + yyb707 = r.CheckBreak() } - if yyb695 { + if yyb707 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10772,17 +11036,17 @@ func (x *CinderVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.ReadOnly = bool(r.DecodeBool()) } for { - yyj695++ - if yyhl695 { - yyb695 = yyj695 > l + yyj707++ + if yyhl707 { + yyb707 = yyj707 > l } else { - yyb695 = r.CheckBreak() + yyb707 = r.CheckBreak() } - if yyb695 { + if yyb707 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj695-1, "") + z.DecStructFieldNotFound(yyj707-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10794,41 +11058,41 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym699 := z.EncBinary() - _ = yym699 + yym711 := z.EncBinary() + _ = yym711 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep700 := !z.EncBinary() - yy2arr700 := z.EncBasicHandle().StructToArray - var yyq700 [6]bool - _, _, _ = yysep700, yyq700, yy2arr700 - const yyr700 bool = false - yyq700[1] = x.Path != "" - yyq700[2] = x.User != "" - yyq700[3] = x.SecretFile != "" - yyq700[4] = x.SecretRef != nil - yyq700[5] = x.ReadOnly != false - var yynn700 int - if yyr700 || yy2arr700 { + yysep712 := !z.EncBinary() + yy2arr712 := z.EncBasicHandle().StructToArray + var yyq712 [6]bool + _, _, _ = yysep712, yyq712, yy2arr712 + const yyr712 bool = false + yyq712[1] = x.Path != "" + yyq712[2] = x.User != "" + yyq712[3] = x.SecretFile != "" + yyq712[4] = x.SecretRef != nil + yyq712[5] = x.ReadOnly != false + var yynn712 int + if yyr712 || yy2arr712 { r.EncodeArrayStart(6) } else { - yynn700 = 1 - for _, b := range yyq700 { + yynn712 = 1 + for _, b := range yyq712 { if b { - yynn700++ + yynn712++ } } - r.EncodeMapStart(yynn700) - yynn700 = 0 + r.EncodeMapStart(yynn712) + yynn712 = 0 } - if yyr700 || yy2arr700 { + if yyr712 || yy2arr712 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Monitors == nil { r.EncodeNil() } else { - yym702 := z.EncBinary() - _ = yym702 + yym714 := z.EncBinary() + _ = yym714 if false { } else { z.F.EncSliceStringV(x.Monitors, false, e) @@ -10841,19 +11105,19 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x.Monitors == nil { r.EncodeNil() } else { - yym703 := z.EncBinary() - _ = yym703 + yym715 := z.EncBinary() + _ = yym715 if false { } else { z.F.EncSliceStringV(x.Monitors, false, e) } } } - if yyr700 || yy2arr700 { + if yyr712 || yy2arr712 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq700[1] { - yym705 := z.EncBinary() - _ = yym705 + if yyq712[1] { + yym717 := z.EncBinary() + _ = yym717 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -10862,23 +11126,23 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq700[1] { + if yyq712[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym706 := z.EncBinary() - _ = yym706 + yym718 := z.EncBinary() + _ = yym718 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr700 || yy2arr700 { + if yyr712 || yy2arr712 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq700[2] { - yym708 := z.EncBinary() - _ = yym708 + if yyq712[2] { + yym720 := z.EncBinary() + _ = yym720 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -10887,23 +11151,23 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq700[2] { + if yyq712[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym709 := z.EncBinary() - _ = yym709 + yym721 := z.EncBinary() + _ = yym721 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) } } } - if yyr700 || yy2arr700 { + if yyr712 || yy2arr712 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq700[3] { - yym711 := z.EncBinary() - _ = yym711 + if yyq712[3] { + yym723 := z.EncBinary() + _ = yym723 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretFile)) @@ -10912,21 +11176,21 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq700[3] { + if yyq712[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretFile")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym712 := z.EncBinary() - _ = yym712 + yym724 := z.EncBinary() + _ = yym724 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretFile)) } } } - if yyr700 || yy2arr700 { + if yyr712 || yy2arr712 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq700[4] { + if yyq712[4] { if x.SecretRef == nil { r.EncodeNil() } else { @@ -10936,7 +11200,7 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq700[4] { + if yyq712[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -10947,11 +11211,11 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr700 || yy2arr700 { + if yyr712 || yy2arr712 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq700[5] { - yym715 := z.EncBinary() - _ = yym715 + if yyq712[5] { + yym727 := z.EncBinary() + _ = yym727 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -10960,19 +11224,19 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq700[5] { + if yyq712[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym716 := z.EncBinary() - _ = yym716 + yym728 := z.EncBinary() + _ = yym728 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr700 || yy2arr700 { + if yyr712 || yy2arr712 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -10985,25 +11249,25 @@ func (x *CephFSVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym717 := z.DecBinary() - _ = yym717 + yym729 := z.DecBinary() + _ = yym729 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct718 := r.ContainerType() - if yyct718 == codecSelferValueTypeMap1234 { - yyl718 := r.ReadMapStart() - if yyl718 == 0 { + yyct730 := r.ContainerType() + if yyct730 == codecSelferValueTypeMap1234 { + yyl730 := r.ReadMapStart() + if yyl730 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl718, d) + x.codecDecodeSelfFromMap(yyl730, d) } - } else if yyct718 == codecSelferValueTypeArray1234 { - yyl718 := r.ReadArrayStart() - if yyl718 == 0 { + } else if yyct730 == codecSelferValueTypeArray1234 { + yyl730 := r.ReadArrayStart() + if yyl730 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl718, d) + x.codecDecodeSelfFromArray(yyl730, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11015,12 +11279,12 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys719Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys719Slc - var yyhl719 bool = l >= 0 - for yyj719 := 0; ; yyj719++ { - if yyhl719 { - if yyj719 >= l { + var yys731Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys731Slc + var yyhl731 bool = l >= 0 + for yyj731 := 0; ; yyj731++ { + if yyhl731 { + if yyj731 >= l { break } } else { @@ -11029,20 +11293,20 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys719Slc = r.DecodeBytes(yys719Slc, true, true) - yys719 := string(yys719Slc) + yys731Slc = r.DecodeBytes(yys731Slc, true, true) + yys731 := string(yys731Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys719 { + switch yys731 { case "monitors": if r.TryDecodeAsNil() { x.Monitors = nil } else { - yyv720 := &x.Monitors - yym721 := z.DecBinary() - _ = yym721 + yyv732 := &x.Monitors + yym733 := z.DecBinary() + _ = yym733 if false { } else { - z.F.DecSliceStringX(yyv720, false, d) + z.F.DecSliceStringX(yyv732, false, d) } } case "path": @@ -11081,9 +11345,9 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys719) - } // end switch yys719 - } // end for yyj719 + z.DecStructFieldNotFound(-1, yys731) + } // end switch yys731 + } // end for yyj731 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11091,16 +11355,16 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj727 int - var yyb727 bool - var yyhl727 bool = l >= 0 - yyj727++ - if yyhl727 { - yyb727 = yyj727 > l + var yyj739 int + var yyb739 bool + var yyhl739 bool = l >= 0 + yyj739++ + if yyhl739 { + yyb739 = yyj739 > l } else { - yyb727 = r.CheckBreak() + yyb739 = r.CheckBreak() } - if yyb727 { + if yyb739 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11108,21 +11372,21 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Monitors = nil } else { - yyv728 := &x.Monitors - yym729 := z.DecBinary() - _ = yym729 + yyv740 := &x.Monitors + yym741 := z.DecBinary() + _ = yym741 if false { } else { - z.F.DecSliceStringX(yyv728, false, d) + z.F.DecSliceStringX(yyv740, false, d) } } - yyj727++ - if yyhl727 { - yyb727 = yyj727 > l + yyj739++ + if yyhl739 { + yyb739 = yyj739 > l } else { - yyb727 = r.CheckBreak() + yyb739 = r.CheckBreak() } - if yyb727 { + if yyb739 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11132,13 +11396,13 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Path = string(r.DecodeString()) } - yyj727++ - if yyhl727 { - yyb727 = yyj727 > l + yyj739++ + if yyhl739 { + yyb739 = yyj739 > l } else { - yyb727 = r.CheckBreak() + yyb739 = r.CheckBreak() } - if yyb727 { + if yyb739 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11148,13 +11412,13 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.User = string(r.DecodeString()) } - yyj727++ - if yyhl727 { - yyb727 = yyj727 > l + yyj739++ + if yyhl739 { + yyb739 = yyj739 > l } else { - yyb727 = r.CheckBreak() + yyb739 = r.CheckBreak() } - if yyb727 { + if yyb739 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11164,13 +11428,13 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.SecretFile = string(r.DecodeString()) } - yyj727++ - if yyhl727 { - yyb727 = yyj727 > l + yyj739++ + if yyhl739 { + yyb739 = yyj739 > l } else { - yyb727 = r.CheckBreak() + yyb739 = r.CheckBreak() } - if yyb727 { + if yyb739 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11185,13 +11449,13 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } x.SecretRef.CodecDecodeSelf(d) } - yyj727++ - if yyhl727 { - yyb727 = yyj727 > l + yyj739++ + if yyhl739 { + yyb739 = yyj739 > l } else { - yyb727 = r.CheckBreak() + yyb739 = r.CheckBreak() } - if yyb727 { + if yyb739 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11202,17 +11466,17 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.ReadOnly = bool(r.DecodeBool()) } for { - yyj727++ - if yyhl727 { - yyb727 = yyj727 > l + yyj739++ + if yyhl739 { + yyb739 = yyj739 > l } else { - yyb727 = r.CheckBreak() + yyb739 = r.CheckBreak() } - if yyb727 { + if yyb739 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj727-1, "") + z.DecStructFieldNotFound(yyj739-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11224,36 +11488,36 @@ func (x *FlockerVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym735 := z.EncBinary() - _ = yym735 + yym747 := z.EncBinary() + _ = yym747 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep736 := !z.EncBinary() - yy2arr736 := z.EncBasicHandle().StructToArray - var yyq736 [2]bool - _, _, _ = yysep736, yyq736, yy2arr736 - const yyr736 bool = false - yyq736[0] = x.DatasetName != "" - yyq736[1] = x.DatasetUUID != "" - var yynn736 int - if yyr736 || yy2arr736 { + yysep748 := !z.EncBinary() + yy2arr748 := z.EncBasicHandle().StructToArray + var yyq748 [2]bool + _, _, _ = yysep748, yyq748, yy2arr748 + const yyr748 bool = false + yyq748[0] = x.DatasetName != "" + yyq748[1] = x.DatasetUUID != "" + var yynn748 int + if yyr748 || yy2arr748 { r.EncodeArrayStart(2) } else { - yynn736 = 0 - for _, b := range yyq736 { + yynn748 = 0 + for _, b := range yyq748 { if b { - yynn736++ + yynn748++ } } - r.EncodeMapStart(yynn736) - yynn736 = 0 + r.EncodeMapStart(yynn748) + yynn748 = 0 } - if yyr736 || yy2arr736 { + if yyr748 || yy2arr748 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq736[0] { - yym738 := z.EncBinary() - _ = yym738 + if yyq748[0] { + yym750 := z.EncBinary() + _ = yym750 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DatasetName)) @@ -11262,23 +11526,23 @@ func (x *FlockerVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq736[0] { + if yyq748[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("datasetName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym739 := z.EncBinary() - _ = yym739 + yym751 := z.EncBinary() + _ = yym751 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DatasetName)) } } } - if yyr736 || yy2arr736 { + if yyr748 || yy2arr748 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq736[1] { - yym741 := z.EncBinary() - _ = yym741 + if yyq748[1] { + yym753 := z.EncBinary() + _ = yym753 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DatasetUUID)) @@ -11287,19 +11551,19 @@ func (x *FlockerVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq736[1] { + if yyq748[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("datasetUUID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym742 := z.EncBinary() - _ = yym742 + yym754 := z.EncBinary() + _ = yym754 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DatasetUUID)) } } } - if yyr736 || yy2arr736 { + if yyr748 || yy2arr748 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11312,25 +11576,25 @@ func (x *FlockerVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym743 := z.DecBinary() - _ = yym743 + yym755 := z.DecBinary() + _ = yym755 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct744 := r.ContainerType() - if yyct744 == codecSelferValueTypeMap1234 { - yyl744 := r.ReadMapStart() - if yyl744 == 0 { + yyct756 := r.ContainerType() + if yyct756 == codecSelferValueTypeMap1234 { + yyl756 := r.ReadMapStart() + if yyl756 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl744, d) + x.codecDecodeSelfFromMap(yyl756, d) } - } else if yyct744 == codecSelferValueTypeArray1234 { - yyl744 := r.ReadArrayStart() - if yyl744 == 0 { + } else if yyct756 == codecSelferValueTypeArray1234 { + yyl756 := r.ReadArrayStart() + if yyl756 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl744, d) + x.codecDecodeSelfFromArray(yyl756, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11342,12 +11606,12 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys745Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys745Slc - var yyhl745 bool = l >= 0 - for yyj745 := 0; ; yyj745++ { - if yyhl745 { - if yyj745 >= l { + var yys757Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys757Slc + var yyhl757 bool = l >= 0 + for yyj757 := 0; ; yyj757++ { + if yyhl757 { + if yyj757 >= l { break } } else { @@ -11356,10 +11620,10 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys745Slc = r.DecodeBytes(yys745Slc, true, true) - yys745 := string(yys745Slc) + yys757Slc = r.DecodeBytes(yys757Slc, true, true) + yys757 := string(yys757Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys745 { + switch yys757 { case "datasetName": if r.TryDecodeAsNil() { x.DatasetName = "" @@ -11373,9 +11637,9 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.DatasetUUID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys745) - } // end switch yys745 - } // end for yyj745 + z.DecStructFieldNotFound(-1, yys757) + } // end switch yys757 + } // end for yyj757 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11383,16 +11647,16 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj748 int - var yyb748 bool - var yyhl748 bool = l >= 0 - yyj748++ - if yyhl748 { - yyb748 = yyj748 > l + var yyj760 int + var yyb760 bool + var yyhl760 bool = l >= 0 + yyj760++ + if yyhl760 { + yyb760 = yyj760 > l } else { - yyb748 = r.CheckBreak() + yyb760 = r.CheckBreak() } - if yyb748 { + if yyb760 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11402,13 +11666,13 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.DatasetName = string(r.DecodeString()) } - yyj748++ - if yyhl748 { - yyb748 = yyj748 > l + yyj760++ + if yyhl760 { + yyb760 = yyj760 > l } else { - yyb748 = r.CheckBreak() + yyb760 = r.CheckBreak() } - if yyb748 { + if yyb760 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11419,17 +11683,17 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.DatasetUUID = string(r.DecodeString()) } for { - yyj748++ - if yyhl748 { - yyb748 = yyj748 > l + yyj760++ + if yyhl760 { + yyb760 = yyj760 > l } else { - yyb748 = r.CheckBreak() + yyb760 = r.CheckBreak() } - if yyb748 { + if yyb760 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj748-1, "") + z.DecStructFieldNotFound(yyj760-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11438,8 +11702,8 @@ func (x StorageMedium) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym751 := z.EncBinary() - _ = yym751 + yym763 := z.EncBinary() + _ = yym763 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -11451,8 +11715,8 @@ func (x *StorageMedium) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym752 := z.DecBinary() - _ = yym752 + yym764 := z.DecBinary() + _ = yym764 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -11464,8 +11728,8 @@ func (x Protocol) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym753 := z.EncBinary() - _ = yym753 + yym765 := z.EncBinary() + _ = yym765 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -11477,8 +11741,8 @@ func (x *Protocol) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym754 := z.DecBinary() - _ = yym754 + yym766 := z.DecBinary() + _ = yym766 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -11493,36 +11757,36 @@ func (x *GCEPersistentDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym755 := z.EncBinary() - _ = yym755 + yym767 := z.EncBinary() + _ = yym767 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep756 := !z.EncBinary() - yy2arr756 := z.EncBasicHandle().StructToArray - var yyq756 [4]bool - _, _, _ = yysep756, yyq756, yy2arr756 - const yyr756 bool = false - yyq756[1] = x.FSType != "" - yyq756[2] = x.Partition != 0 - yyq756[3] = x.ReadOnly != false - var yynn756 int - if yyr756 || yy2arr756 { + yysep768 := !z.EncBinary() + yy2arr768 := z.EncBasicHandle().StructToArray + var yyq768 [4]bool + _, _, _ = yysep768, yyq768, yy2arr768 + const yyr768 bool = false + yyq768[1] = x.FSType != "" + yyq768[2] = x.Partition != 0 + yyq768[3] = x.ReadOnly != false + var yynn768 int + if yyr768 || yy2arr768 { r.EncodeArrayStart(4) } else { - yynn756 = 1 - for _, b := range yyq756 { + yynn768 = 1 + for _, b := range yyq768 { if b { - yynn756++ + yynn768++ } } - r.EncodeMapStart(yynn756) - yynn756 = 0 + r.EncodeMapStart(yynn768) + yynn768 = 0 } - if yyr756 || yy2arr756 { + if yyr768 || yy2arr768 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym758 := z.EncBinary() - _ = yym758 + yym770 := z.EncBinary() + _ = yym770 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PDName)) @@ -11531,18 +11795,18 @@ func (x *GCEPersistentDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("pdName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym759 := z.EncBinary() - _ = yym759 + yym771 := z.EncBinary() + _ = yym771 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PDName)) } } - if yyr756 || yy2arr756 { + if yyr768 || yy2arr768 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq756[1] { - yym761 := z.EncBinary() - _ = yym761 + if yyq768[1] { + yym773 := z.EncBinary() + _ = yym773 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -11551,23 +11815,23 @@ func (x *GCEPersistentDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq756[1] { + if yyq768[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym762 := z.EncBinary() - _ = yym762 + yym774 := z.EncBinary() + _ = yym774 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr756 || yy2arr756 { + if yyr768 || yy2arr768 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq756[2] { - yym764 := z.EncBinary() - _ = yym764 + if yyq768[2] { + yym776 := z.EncBinary() + _ = yym776 if false { } else { r.EncodeInt(int64(x.Partition)) @@ -11576,23 +11840,23 @@ func (x *GCEPersistentDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq756[2] { + if yyq768[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("partition")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym765 := z.EncBinary() - _ = yym765 + yym777 := z.EncBinary() + _ = yym777 if false { } else { r.EncodeInt(int64(x.Partition)) } } } - if yyr756 || yy2arr756 { + if yyr768 || yy2arr768 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq756[3] { - yym767 := z.EncBinary() - _ = yym767 + if yyq768[3] { + yym779 := z.EncBinary() + _ = yym779 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -11601,19 +11865,19 @@ func (x *GCEPersistentDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq756[3] { + if yyq768[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym768 := z.EncBinary() - _ = yym768 + yym780 := z.EncBinary() + _ = yym780 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr756 || yy2arr756 { + if yyr768 || yy2arr768 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11626,25 +11890,25 @@ func (x *GCEPersistentDiskVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym769 := z.DecBinary() - _ = yym769 + yym781 := z.DecBinary() + _ = yym781 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct770 := r.ContainerType() - if yyct770 == codecSelferValueTypeMap1234 { - yyl770 := r.ReadMapStart() - if yyl770 == 0 { + yyct782 := r.ContainerType() + if yyct782 == codecSelferValueTypeMap1234 { + yyl782 := r.ReadMapStart() + if yyl782 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl770, d) + x.codecDecodeSelfFromMap(yyl782, d) } - } else if yyct770 == codecSelferValueTypeArray1234 { - yyl770 := r.ReadArrayStart() - if yyl770 == 0 { + } else if yyct782 == codecSelferValueTypeArray1234 { + yyl782 := r.ReadArrayStart() + if yyl782 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl770, d) + x.codecDecodeSelfFromArray(yyl782, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11656,12 +11920,12 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec19 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys771Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys771Slc - var yyhl771 bool = l >= 0 - for yyj771 := 0; ; yyj771++ { - if yyhl771 { - if yyj771 >= l { + var yys783Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys783Slc + var yyhl783 bool = l >= 0 + for yyj783 := 0; ; yyj783++ { + if yyhl783 { + if yyj783 >= l { break } } else { @@ -11670,10 +11934,10 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec19 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys771Slc = r.DecodeBytes(yys771Slc, true, true) - yys771 := string(yys771Slc) + yys783Slc = r.DecodeBytes(yys783Slc, true, true) + yys783 := string(yys783Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys771 { + switch yys783 { case "pdName": if r.TryDecodeAsNil() { x.PDName = "" @@ -11699,9 +11963,9 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec19 x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys771) - } // end switch yys771 - } // end for yyj771 + z.DecStructFieldNotFound(-1, yys783) + } // end switch yys783 + } // end for yyj783 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11709,16 +11973,16 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj776 int - var yyb776 bool - var yyhl776 bool = l >= 0 - yyj776++ - if yyhl776 { - yyb776 = yyj776 > l + var yyj788 int + var yyb788 bool + var yyhl788 bool = l >= 0 + yyj788++ + if yyhl788 { + yyb788 = yyj788 > l } else { - yyb776 = r.CheckBreak() + yyb788 = r.CheckBreak() } - if yyb776 { + if yyb788 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11728,13 +11992,13 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec } else { x.PDName = string(r.DecodeString()) } - yyj776++ - if yyhl776 { - yyb776 = yyj776 > l + yyj788++ + if yyhl788 { + yyb788 = yyj788 > l } else { - yyb776 = r.CheckBreak() + yyb788 = r.CheckBreak() } - if yyb776 { + if yyb788 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11744,13 +12008,13 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec } else { x.FSType = string(r.DecodeString()) } - yyj776++ - if yyhl776 { - yyb776 = yyj776 > l + yyj788++ + if yyhl788 { + yyb788 = yyj788 > l } else { - yyb776 = r.CheckBreak() + yyb788 = r.CheckBreak() } - if yyb776 { + if yyb788 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11760,13 +12024,13 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec } else { x.Partition = int32(r.DecodeInt(32)) } - yyj776++ - if yyhl776 { - yyb776 = yyj776 > l + yyj788++ + if yyhl788 { + yyb788 = yyj788 > l } else { - yyb776 = r.CheckBreak() + yyb788 = r.CheckBreak() } - if yyb776 { + if yyb788 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11777,17 +12041,17 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec x.ReadOnly = bool(r.DecodeBool()) } for { - yyj776++ - if yyhl776 { - yyb776 = yyj776 > l + yyj788++ + if yyhl788 { + yyb788 = yyj788 > l } else { - yyb776 = r.CheckBreak() + yyb788 = r.CheckBreak() } - if yyb776 { + if yyb788 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj776-1, "") + z.DecStructFieldNotFound(yyj788-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11799,36 +12063,36 @@ func (x *QuobyteVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym781 := z.EncBinary() - _ = yym781 + yym793 := z.EncBinary() + _ = yym793 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep782 := !z.EncBinary() - yy2arr782 := z.EncBasicHandle().StructToArray - var yyq782 [5]bool - _, _, _ = yysep782, yyq782, yy2arr782 - const yyr782 bool = false - yyq782[2] = x.ReadOnly != false - yyq782[3] = x.User != "" - yyq782[4] = x.Group != "" - var yynn782 int - if yyr782 || yy2arr782 { + yysep794 := !z.EncBinary() + yy2arr794 := z.EncBasicHandle().StructToArray + var yyq794 [5]bool + _, _, _ = yysep794, yyq794, yy2arr794 + const yyr794 bool = false + yyq794[2] = x.ReadOnly != false + yyq794[3] = x.User != "" + yyq794[4] = x.Group != "" + var yynn794 int + if yyr794 || yy2arr794 { r.EncodeArrayStart(5) } else { - yynn782 = 2 - for _, b := range yyq782 { + yynn794 = 2 + for _, b := range yyq794 { if b { - yynn782++ + yynn794++ } } - r.EncodeMapStart(yynn782) - yynn782 = 0 + r.EncodeMapStart(yynn794) + yynn794 = 0 } - if yyr782 || yy2arr782 { + if yyr794 || yy2arr794 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym784 := z.EncBinary() - _ = yym784 + yym796 := z.EncBinary() + _ = yym796 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Registry)) @@ -11837,17 +12101,17 @@ func (x *QuobyteVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("registry")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym785 := z.EncBinary() - _ = yym785 + yym797 := z.EncBinary() + _ = yym797 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Registry)) } } - if yyr782 || yy2arr782 { + if yyr794 || yy2arr794 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym787 := z.EncBinary() - _ = yym787 + yym799 := z.EncBinary() + _ = yym799 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Volume)) @@ -11856,18 +12120,18 @@ func (x *QuobyteVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volume")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym788 := z.EncBinary() - _ = yym788 + yym800 := z.EncBinary() + _ = yym800 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Volume)) } } - if yyr782 || yy2arr782 { + if yyr794 || yy2arr794 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq782[2] { - yym790 := z.EncBinary() - _ = yym790 + if yyq794[2] { + yym802 := z.EncBinary() + _ = yym802 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -11876,23 +12140,23 @@ func (x *QuobyteVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq782[2] { + if yyq794[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym791 := z.EncBinary() - _ = yym791 + yym803 := z.EncBinary() + _ = yym803 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr782 || yy2arr782 { + if yyr794 || yy2arr794 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq782[3] { - yym793 := z.EncBinary() - _ = yym793 + if yyq794[3] { + yym805 := z.EncBinary() + _ = yym805 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -11901,23 +12165,23 @@ func (x *QuobyteVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq782[3] { + if yyq794[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym794 := z.EncBinary() - _ = yym794 + yym806 := z.EncBinary() + _ = yym806 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) } } } - if yyr782 || yy2arr782 { + if yyr794 || yy2arr794 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq782[4] { - yym796 := z.EncBinary() - _ = yym796 + if yyq794[4] { + yym808 := z.EncBinary() + _ = yym808 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Group)) @@ -11926,19 +12190,19 @@ func (x *QuobyteVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq782[4] { + if yyq794[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("group")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym797 := z.EncBinary() - _ = yym797 + yym809 := z.EncBinary() + _ = yym809 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Group)) } } } - if yyr782 || yy2arr782 { + if yyr794 || yy2arr794 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11951,25 +12215,25 @@ func (x *QuobyteVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym798 := z.DecBinary() - _ = yym798 + yym810 := z.DecBinary() + _ = yym810 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct799 := r.ContainerType() - if yyct799 == codecSelferValueTypeMap1234 { - yyl799 := r.ReadMapStart() - if yyl799 == 0 { + yyct811 := r.ContainerType() + if yyct811 == codecSelferValueTypeMap1234 { + yyl811 := r.ReadMapStart() + if yyl811 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl799, d) + x.codecDecodeSelfFromMap(yyl811, d) } - } else if yyct799 == codecSelferValueTypeArray1234 { - yyl799 := r.ReadArrayStart() - if yyl799 == 0 { + } else if yyct811 == codecSelferValueTypeArray1234 { + yyl811 := r.ReadArrayStart() + if yyl811 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl799, d) + x.codecDecodeSelfFromArray(yyl811, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11981,12 +12245,12 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys800Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys800Slc - var yyhl800 bool = l >= 0 - for yyj800 := 0; ; yyj800++ { - if yyhl800 { - if yyj800 >= l { + var yys812Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys812Slc + var yyhl812 bool = l >= 0 + for yyj812 := 0; ; yyj812++ { + if yyhl812 { + if yyj812 >= l { break } } else { @@ -11995,10 +12259,10 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys800Slc = r.DecodeBytes(yys800Slc, true, true) - yys800 := string(yys800Slc) + yys812Slc = r.DecodeBytes(yys812Slc, true, true) + yys812 := string(yys812Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys800 { + switch yys812 { case "registry": if r.TryDecodeAsNil() { x.Registry = "" @@ -12030,9 +12294,9 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Group = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys800) - } // end switch yys800 - } // end for yyj800 + z.DecStructFieldNotFound(-1, yys812) + } // end switch yys812 + } // end for yyj812 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12040,16 +12304,16 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj806 int - var yyb806 bool - var yyhl806 bool = l >= 0 - yyj806++ - if yyhl806 { - yyb806 = yyj806 > l + var yyj818 int + var yyb818 bool + var yyhl818 bool = l >= 0 + yyj818++ + if yyhl818 { + yyb818 = yyj818 > l } else { - yyb806 = r.CheckBreak() + yyb818 = r.CheckBreak() } - if yyb806 { + if yyb818 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12059,13 +12323,13 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Registry = string(r.DecodeString()) } - yyj806++ - if yyhl806 { - yyb806 = yyj806 > l + yyj818++ + if yyhl818 { + yyb818 = yyj818 > l } else { - yyb806 = r.CheckBreak() + yyb818 = r.CheckBreak() } - if yyb806 { + if yyb818 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12075,13 +12339,13 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Volume = string(r.DecodeString()) } - yyj806++ - if yyhl806 { - yyb806 = yyj806 > l + yyj818++ + if yyhl818 { + yyb818 = yyj818 > l } else { - yyb806 = r.CheckBreak() + yyb818 = r.CheckBreak() } - if yyb806 { + if yyb818 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12091,13 +12355,13 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.ReadOnly = bool(r.DecodeBool()) } - yyj806++ - if yyhl806 { - yyb806 = yyj806 > l + yyj818++ + if yyhl818 { + yyb818 = yyj818 > l } else { - yyb806 = r.CheckBreak() + yyb818 = r.CheckBreak() } - if yyb806 { + if yyb818 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12107,13 +12371,13 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.User = string(r.DecodeString()) } - yyj806++ - if yyhl806 { - yyb806 = yyj806 > l + yyj818++ + if yyhl818 { + yyb818 = yyj818 > l } else { - yyb806 = r.CheckBreak() + yyb818 = r.CheckBreak() } - if yyb806 { + if yyb818 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12124,17 +12388,17 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Group = string(r.DecodeString()) } for { - yyj806++ - if yyhl806 { - yyb806 = yyj806 > l + yyj818++ + if yyhl818 { + yyb818 = yyj818 > l } else { - yyb806 = r.CheckBreak() + yyb818 = r.CheckBreak() } - if yyb806 { + if yyb818 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj806-1, "") + z.DecStructFieldNotFound(yyj818-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12146,37 +12410,37 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym812 := z.EncBinary() - _ = yym812 + yym824 := z.EncBinary() + _ = yym824 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep813 := !z.EncBinary() - yy2arr813 := z.EncBasicHandle().StructToArray - var yyq813 [5]bool - _, _, _ = yysep813, yyq813, yy2arr813 - const yyr813 bool = false - yyq813[1] = x.FSType != "" - yyq813[2] = x.SecretRef != nil - yyq813[3] = x.ReadOnly != false - yyq813[4] = len(x.Options) != 0 - var yynn813 int - if yyr813 || yy2arr813 { + yysep825 := !z.EncBinary() + yy2arr825 := z.EncBasicHandle().StructToArray + var yyq825 [5]bool + _, _, _ = yysep825, yyq825, yy2arr825 + const yyr825 bool = false + yyq825[1] = x.FSType != "" + yyq825[2] = x.SecretRef != nil + yyq825[3] = x.ReadOnly != false + yyq825[4] = len(x.Options) != 0 + var yynn825 int + if yyr825 || yy2arr825 { r.EncodeArrayStart(5) } else { - yynn813 = 1 - for _, b := range yyq813 { + yynn825 = 1 + for _, b := range yyq825 { if b { - yynn813++ + yynn825++ } } - r.EncodeMapStart(yynn813) - yynn813 = 0 + r.EncodeMapStart(yynn825) + yynn825 = 0 } - if yyr813 || yy2arr813 { + if yyr825 || yy2arr825 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym815 := z.EncBinary() - _ = yym815 + yym827 := z.EncBinary() + _ = yym827 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Driver)) @@ -12185,18 +12449,18 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("driver")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym816 := z.EncBinary() - _ = yym816 + yym828 := z.EncBinary() + _ = yym828 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Driver)) } } - if yyr813 || yy2arr813 { + if yyr825 || yy2arr825 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq813[1] { - yym818 := z.EncBinary() - _ = yym818 + if yyq825[1] { + yym830 := z.EncBinary() + _ = yym830 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -12205,21 +12469,21 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq813[1] { + if yyq825[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym819 := z.EncBinary() - _ = yym819 + yym831 := z.EncBinary() + _ = yym831 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr813 || yy2arr813 { + if yyr825 || yy2arr825 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq813[2] { + if yyq825[2] { if x.SecretRef == nil { r.EncodeNil() } else { @@ -12229,7 +12493,7 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq813[2] { + if yyq825[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -12240,11 +12504,11 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr813 || yy2arr813 { + if yyr825 || yy2arr825 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq813[3] { - yym822 := z.EncBinary() - _ = yym822 + if yyq825[3] { + yym834 := z.EncBinary() + _ = yym834 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -12253,26 +12517,26 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq813[3] { + if yyq825[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym823 := z.EncBinary() - _ = yym823 + yym835 := z.EncBinary() + _ = yym835 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr813 || yy2arr813 { + if yyr825 || yy2arr825 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq813[4] { + if yyq825[4] { if x.Options == nil { r.EncodeNil() } else { - yym825 := z.EncBinary() - _ = yym825 + yym837 := z.EncBinary() + _ = yym837 if false { } else { z.F.EncMapStringStringV(x.Options, false, e) @@ -12282,15 +12546,15 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq813[4] { + if yyq825[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("options")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Options == nil { r.EncodeNil() } else { - yym826 := z.EncBinary() - _ = yym826 + yym838 := z.EncBinary() + _ = yym838 if false { } else { z.F.EncMapStringStringV(x.Options, false, e) @@ -12298,7 +12562,7 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr813 || yy2arr813 { + if yyr825 || yy2arr825 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12311,25 +12575,25 @@ func (x *FlexVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym827 := z.DecBinary() - _ = yym827 + yym839 := z.DecBinary() + _ = yym839 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct828 := r.ContainerType() - if yyct828 == codecSelferValueTypeMap1234 { - yyl828 := r.ReadMapStart() - if yyl828 == 0 { + yyct840 := r.ContainerType() + if yyct840 == codecSelferValueTypeMap1234 { + yyl840 := r.ReadMapStart() + if yyl840 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl828, d) + x.codecDecodeSelfFromMap(yyl840, d) } - } else if yyct828 == codecSelferValueTypeArray1234 { - yyl828 := r.ReadArrayStart() - if yyl828 == 0 { + } else if yyct840 == codecSelferValueTypeArray1234 { + yyl840 := r.ReadArrayStart() + if yyl840 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl828, d) + x.codecDecodeSelfFromArray(yyl840, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12341,12 +12605,12 @@ func (x *FlexVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys829Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys829Slc - var yyhl829 bool = l >= 0 - for yyj829 := 0; ; yyj829++ { - if yyhl829 { - if yyj829 >= l { + var yys841Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys841Slc + var yyhl841 bool = l >= 0 + for yyj841 := 0; ; yyj841++ { + if yyhl841 { + if yyj841 >= l { break } } else { @@ -12355,10 +12619,10 @@ func (x *FlexVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys829Slc = r.DecodeBytes(yys829Slc, true, true) - yys829 := string(yys829Slc) + yys841Slc = r.DecodeBytes(yys841Slc, true, true) + yys841 := string(yys841Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys829 { + switch yys841 { case "driver": if r.TryDecodeAsNil() { x.Driver = "" @@ -12392,18 +12656,18 @@ func (x *FlexVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Options = nil } else { - yyv834 := &x.Options - yym835 := z.DecBinary() - _ = yym835 + yyv846 := &x.Options + yym847 := z.DecBinary() + _ = yym847 if false { } else { - z.F.DecMapStringStringX(yyv834, false, d) + z.F.DecMapStringStringX(yyv846, false, d) } } default: - z.DecStructFieldNotFound(-1, yys829) - } // end switch yys829 - } // end for yyj829 + z.DecStructFieldNotFound(-1, yys841) + } // end switch yys841 + } // end for yyj841 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12411,16 +12675,16 @@ func (x *FlexVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj836 int - var yyb836 bool - var yyhl836 bool = l >= 0 - yyj836++ - if yyhl836 { - yyb836 = yyj836 > l + var yyj848 int + var yyb848 bool + var yyhl848 bool = l >= 0 + yyj848++ + if yyhl848 { + yyb848 = yyj848 > l } else { - yyb836 = r.CheckBreak() + yyb848 = r.CheckBreak() } - if yyb836 { + if yyb848 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12430,13 +12694,13 @@ func (x *FlexVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Driver = string(r.DecodeString()) } - yyj836++ - if yyhl836 { - yyb836 = yyj836 > l + yyj848++ + if yyhl848 { + yyb848 = yyj848 > l } else { - yyb836 = r.CheckBreak() + yyb848 = r.CheckBreak() } - if yyb836 { + if yyb848 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12446,13 +12710,13 @@ func (x *FlexVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.FSType = string(r.DecodeString()) } - yyj836++ - if yyhl836 { - yyb836 = yyj836 > l + yyj848++ + if yyhl848 { + yyb848 = yyj848 > l } else { - yyb836 = r.CheckBreak() + yyb848 = r.CheckBreak() } - if yyb836 { + if yyb848 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12467,13 +12731,13 @@ func (x *FlexVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SecretRef.CodecDecodeSelf(d) } - yyj836++ - if yyhl836 { - yyb836 = yyj836 > l + yyj848++ + if yyhl848 { + yyb848 = yyj848 > l } else { - yyb836 = r.CheckBreak() + yyb848 = r.CheckBreak() } - if yyb836 { + if yyb848 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12483,13 +12747,13 @@ func (x *FlexVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ReadOnly = bool(r.DecodeBool()) } - yyj836++ - if yyhl836 { - yyb836 = yyj836 > l + yyj848++ + if yyhl848 { + yyb848 = yyj848 > l } else { - yyb836 = r.CheckBreak() + yyb848 = r.CheckBreak() } - if yyb836 { + if yyb848 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12497,26 +12761,26 @@ func (x *FlexVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Options = nil } else { - yyv841 := &x.Options - yym842 := z.DecBinary() - _ = yym842 + yyv853 := &x.Options + yym854 := z.DecBinary() + _ = yym854 if false { } else { - z.F.DecMapStringStringX(yyv841, false, d) + z.F.DecMapStringStringX(yyv853, false, d) } } for { - yyj836++ - if yyhl836 { - yyb836 = yyj836 > l + yyj848++ + if yyhl848 { + yyb848 = yyj848 > l } else { - yyb836 = r.CheckBreak() + yyb848 = r.CheckBreak() } - if yyb836 { + if yyb848 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj836-1, "") + z.DecStructFieldNotFound(yyj848-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12528,36 +12792,36 @@ func (x *AWSElasticBlockStoreVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) if x == nil { r.EncodeNil() } else { - yym843 := z.EncBinary() - _ = yym843 + yym855 := z.EncBinary() + _ = yym855 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep844 := !z.EncBinary() - yy2arr844 := z.EncBasicHandle().StructToArray - var yyq844 [4]bool - _, _, _ = yysep844, yyq844, yy2arr844 - const yyr844 bool = false - yyq844[1] = x.FSType != "" - yyq844[2] = x.Partition != 0 - yyq844[3] = x.ReadOnly != false - var yynn844 int - if yyr844 || yy2arr844 { + yysep856 := !z.EncBinary() + yy2arr856 := z.EncBasicHandle().StructToArray + var yyq856 [4]bool + _, _, _ = yysep856, yyq856, yy2arr856 + const yyr856 bool = false + yyq856[1] = x.FSType != "" + yyq856[2] = x.Partition != 0 + yyq856[3] = x.ReadOnly != false + var yynn856 int + if yyr856 || yy2arr856 { r.EncodeArrayStart(4) } else { - yynn844 = 1 - for _, b := range yyq844 { + yynn856 = 1 + for _, b := range yyq856 { if b { - yynn844++ + yynn856++ } } - r.EncodeMapStart(yynn844) - yynn844 = 0 + r.EncodeMapStart(yynn856) + yynn856 = 0 } - if yyr844 || yy2arr844 { + if yyr856 || yy2arr856 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym846 := z.EncBinary() - _ = yym846 + yym858 := z.EncBinary() + _ = yym858 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumeID)) @@ -12566,18 +12830,18 @@ func (x *AWSElasticBlockStoreVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumeID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym847 := z.EncBinary() - _ = yym847 + yym859 := z.EncBinary() + _ = yym859 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumeID)) } } - if yyr844 || yy2arr844 { + if yyr856 || yy2arr856 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq844[1] { - yym849 := z.EncBinary() - _ = yym849 + if yyq856[1] { + yym861 := z.EncBinary() + _ = yym861 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -12586,23 +12850,23 @@ func (x *AWSElasticBlockStoreVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq844[1] { + if yyq856[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym850 := z.EncBinary() - _ = yym850 + yym862 := z.EncBinary() + _ = yym862 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr844 || yy2arr844 { + if yyr856 || yy2arr856 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq844[2] { - yym852 := z.EncBinary() - _ = yym852 + if yyq856[2] { + yym864 := z.EncBinary() + _ = yym864 if false { } else { r.EncodeInt(int64(x.Partition)) @@ -12611,23 +12875,23 @@ func (x *AWSElasticBlockStoreVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) r.EncodeInt(0) } } else { - if yyq844[2] { + if yyq856[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("partition")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym853 := z.EncBinary() - _ = yym853 + yym865 := z.EncBinary() + _ = yym865 if false { } else { r.EncodeInt(int64(x.Partition)) } } } - if yyr844 || yy2arr844 { + if yyr856 || yy2arr856 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq844[3] { - yym855 := z.EncBinary() - _ = yym855 + if yyq856[3] { + yym867 := z.EncBinary() + _ = yym867 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -12636,19 +12900,19 @@ func (x *AWSElasticBlockStoreVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) r.EncodeBool(false) } } else { - if yyq844[3] { + if yyq856[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym856 := z.EncBinary() - _ = yym856 + yym868 := z.EncBinary() + _ = yym868 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr844 || yy2arr844 { + if yyr856 || yy2arr856 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12661,25 +12925,25 @@ func (x *AWSElasticBlockStoreVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym857 := z.DecBinary() - _ = yym857 + yym869 := z.DecBinary() + _ = yym869 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct858 := r.ContainerType() - if yyct858 == codecSelferValueTypeMap1234 { - yyl858 := r.ReadMapStart() - if yyl858 == 0 { + yyct870 := r.ContainerType() + if yyct870 == codecSelferValueTypeMap1234 { + yyl870 := r.ReadMapStart() + if yyl870 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl858, d) + x.codecDecodeSelfFromMap(yyl870, d) } - } else if yyct858 == codecSelferValueTypeArray1234 { - yyl858 := r.ReadArrayStart() - if yyl858 == 0 { + } else if yyct870 == codecSelferValueTypeArray1234 { + yyl870 := r.ReadArrayStart() + if yyl870 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl858, d) + x.codecDecodeSelfFromArray(yyl870, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12691,12 +12955,12 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromMap(l int, d *code var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys859Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys859Slc - var yyhl859 bool = l >= 0 - for yyj859 := 0; ; yyj859++ { - if yyhl859 { - if yyj859 >= l { + var yys871Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys871Slc + var yyhl871 bool = l >= 0 + for yyj871 := 0; ; yyj871++ { + if yyhl871 { + if yyj871 >= l { break } } else { @@ -12705,10 +12969,10 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromMap(l int, d *code } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys859Slc = r.DecodeBytes(yys859Slc, true, true) - yys859 := string(yys859Slc) + yys871Slc = r.DecodeBytes(yys871Slc, true, true) + yys871 := string(yys871Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys859 { + switch yys871 { case "volumeID": if r.TryDecodeAsNil() { x.VolumeID = "" @@ -12734,9 +12998,9 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromMap(l int, d *code x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys859) - } // end switch yys859 - } // end for yyj859 + z.DecStructFieldNotFound(-1, yys871) + } // end switch yys871 + } // end for yyj871 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12744,16 +13008,16 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromArray(l int, d *co var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj864 int - var yyb864 bool - var yyhl864 bool = l >= 0 - yyj864++ - if yyhl864 { - yyb864 = yyj864 > l + var yyj876 int + var yyb876 bool + var yyhl876 bool = l >= 0 + yyj876++ + if yyhl876 { + yyb876 = yyj876 > l } else { - yyb864 = r.CheckBreak() + yyb876 = r.CheckBreak() } - if yyb864 { + if yyb876 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12763,13 +13027,13 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromArray(l int, d *co } else { x.VolumeID = string(r.DecodeString()) } - yyj864++ - if yyhl864 { - yyb864 = yyj864 > l + yyj876++ + if yyhl876 { + yyb876 = yyj876 > l } else { - yyb864 = r.CheckBreak() + yyb876 = r.CheckBreak() } - if yyb864 { + if yyb876 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12779,13 +13043,13 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromArray(l int, d *co } else { x.FSType = string(r.DecodeString()) } - yyj864++ - if yyhl864 { - yyb864 = yyj864 > l + yyj876++ + if yyhl876 { + yyb876 = yyj876 > l } else { - yyb864 = r.CheckBreak() + yyb876 = r.CheckBreak() } - if yyb864 { + if yyb876 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12795,13 +13059,13 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromArray(l int, d *co } else { x.Partition = int32(r.DecodeInt(32)) } - yyj864++ - if yyhl864 { - yyb864 = yyj864 > l + yyj876++ + if yyhl876 { + yyb876 = yyj876 > l } else { - yyb864 = r.CheckBreak() + yyb876 = r.CheckBreak() } - if yyb864 { + if yyb876 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12812,17 +13076,17 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromArray(l int, d *co x.ReadOnly = bool(r.DecodeBool()) } for { - yyj864++ - if yyhl864 { - yyb864 = yyj864 > l + yyj876++ + if yyhl876 { + yyb876 = yyj876 > l } else { - yyb864 = r.CheckBreak() + yyb876 = r.CheckBreak() } - if yyb864 { + if yyb876 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj864-1, "") + z.DecStructFieldNotFound(yyj876-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12834,35 +13098,35 @@ func (x *GitRepoVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym869 := z.EncBinary() - _ = yym869 + yym881 := z.EncBinary() + _ = yym881 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep870 := !z.EncBinary() - yy2arr870 := z.EncBasicHandle().StructToArray - var yyq870 [3]bool - _, _, _ = yysep870, yyq870, yy2arr870 - const yyr870 bool = false - yyq870[1] = x.Revision != "" - yyq870[2] = x.Directory != "" - var yynn870 int - if yyr870 || yy2arr870 { + yysep882 := !z.EncBinary() + yy2arr882 := z.EncBasicHandle().StructToArray + var yyq882 [3]bool + _, _, _ = yysep882, yyq882, yy2arr882 + const yyr882 bool = false + yyq882[1] = x.Revision != "" + yyq882[2] = x.Directory != "" + var yynn882 int + if yyr882 || yy2arr882 { r.EncodeArrayStart(3) } else { - yynn870 = 1 - for _, b := range yyq870 { + yynn882 = 1 + for _, b := range yyq882 { if b { - yynn870++ + yynn882++ } } - r.EncodeMapStart(yynn870) - yynn870 = 0 + r.EncodeMapStart(yynn882) + yynn882 = 0 } - if yyr870 || yy2arr870 { + if yyr882 || yy2arr882 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym872 := z.EncBinary() - _ = yym872 + yym884 := z.EncBinary() + _ = yym884 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Repository)) @@ -12871,18 +13135,18 @@ func (x *GitRepoVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("repository")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym873 := z.EncBinary() - _ = yym873 + yym885 := z.EncBinary() + _ = yym885 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Repository)) } } - if yyr870 || yy2arr870 { + if yyr882 || yy2arr882 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq870[1] { - yym875 := z.EncBinary() - _ = yym875 + if yyq882[1] { + yym887 := z.EncBinary() + _ = yym887 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Revision)) @@ -12891,23 +13155,23 @@ func (x *GitRepoVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq870[1] { + if yyq882[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("revision")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym876 := z.EncBinary() - _ = yym876 + yym888 := z.EncBinary() + _ = yym888 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Revision)) } } } - if yyr870 || yy2arr870 { + if yyr882 || yy2arr882 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq870[2] { - yym878 := z.EncBinary() - _ = yym878 + if yyq882[2] { + yym890 := z.EncBinary() + _ = yym890 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Directory)) @@ -12916,19 +13180,19 @@ func (x *GitRepoVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq870[2] { + if yyq882[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("directory")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym879 := z.EncBinary() - _ = yym879 + yym891 := z.EncBinary() + _ = yym891 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Directory)) } } } - if yyr870 || yy2arr870 { + if yyr882 || yy2arr882 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12941,25 +13205,25 @@ func (x *GitRepoVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym880 := z.DecBinary() - _ = yym880 + yym892 := z.DecBinary() + _ = yym892 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct881 := r.ContainerType() - if yyct881 == codecSelferValueTypeMap1234 { - yyl881 := r.ReadMapStart() - if yyl881 == 0 { + yyct893 := r.ContainerType() + if yyct893 == codecSelferValueTypeMap1234 { + yyl893 := r.ReadMapStart() + if yyl893 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl881, d) + x.codecDecodeSelfFromMap(yyl893, d) } - } else if yyct881 == codecSelferValueTypeArray1234 { - yyl881 := r.ReadArrayStart() - if yyl881 == 0 { + } else if yyct893 == codecSelferValueTypeArray1234 { + yyl893 := r.ReadArrayStart() + if yyl893 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl881, d) + x.codecDecodeSelfFromArray(yyl893, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12971,12 +13235,12 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys882Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys882Slc - var yyhl882 bool = l >= 0 - for yyj882 := 0; ; yyj882++ { - if yyhl882 { - if yyj882 >= l { + var yys894Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys894Slc + var yyhl894 bool = l >= 0 + for yyj894 := 0; ; yyj894++ { + if yyhl894 { + if yyj894 >= l { break } } else { @@ -12985,10 +13249,10 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys882Slc = r.DecodeBytes(yys882Slc, true, true) - yys882 := string(yys882Slc) + yys894Slc = r.DecodeBytes(yys894Slc, true, true) + yys894 := string(yys894Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys882 { + switch yys894 { case "repository": if r.TryDecodeAsNil() { x.Repository = "" @@ -13008,9 +13272,9 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Directory = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys882) - } // end switch yys882 - } // end for yyj882 + z.DecStructFieldNotFound(-1, yys894) + } // end switch yys894 + } // end for yyj894 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13018,16 +13282,16 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj886 int - var yyb886 bool - var yyhl886 bool = l >= 0 - yyj886++ - if yyhl886 { - yyb886 = yyj886 > l + var yyj898 int + var yyb898 bool + var yyhl898 bool = l >= 0 + yyj898++ + if yyhl898 { + yyb898 = yyj898 > l } else { - yyb886 = r.CheckBreak() + yyb898 = r.CheckBreak() } - if yyb886 { + if yyb898 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13037,13 +13301,13 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Repository = string(r.DecodeString()) } - yyj886++ - if yyhl886 { - yyb886 = yyj886 > l + yyj898++ + if yyhl898 { + yyb898 = yyj898 > l } else { - yyb886 = r.CheckBreak() + yyb898 = r.CheckBreak() } - if yyb886 { + if yyb898 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13053,13 +13317,13 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Revision = string(r.DecodeString()) } - yyj886++ - if yyhl886 { - yyb886 = yyj886 > l + yyj898++ + if yyhl898 { + yyb898 = yyj898 > l } else { - yyb886 = r.CheckBreak() + yyb898 = r.CheckBreak() } - if yyb886 { + if yyb898 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13070,17 +13334,17 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Directory = string(r.DecodeString()) } for { - yyj886++ - if yyhl886 { - yyb886 = yyj886 > l + yyj898++ + if yyhl898 { + yyb898 = yyj898 > l } else { - yyb886 = r.CheckBreak() + yyb898 = r.CheckBreak() } - if yyb886 { + if yyb898 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj886-1, "") + z.DecStructFieldNotFound(yyj898-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13092,37 +13356,37 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym890 := z.EncBinary() - _ = yym890 + yym902 := z.EncBinary() + _ = yym902 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep891 := !z.EncBinary() - yy2arr891 := z.EncBasicHandle().StructToArray - var yyq891 [3]bool - _, _, _ = yysep891, yyq891, yy2arr891 - const yyr891 bool = false - yyq891[0] = x.SecretName != "" - yyq891[1] = len(x.Items) != 0 - yyq891[2] = x.DefaultMode != nil - var yynn891 int - if yyr891 || yy2arr891 { + yysep903 := !z.EncBinary() + yy2arr903 := z.EncBasicHandle().StructToArray + var yyq903 [3]bool + _, _, _ = yysep903, yyq903, yy2arr903 + const yyr903 bool = false + yyq903[0] = x.SecretName != "" + yyq903[1] = len(x.Items) != 0 + yyq903[2] = x.DefaultMode != nil + var yynn903 int + if yyr903 || yy2arr903 { r.EncodeArrayStart(3) } else { - yynn891 = 0 - for _, b := range yyq891 { + yynn903 = 0 + for _, b := range yyq903 { if b { - yynn891++ + yynn903++ } } - r.EncodeMapStart(yynn891) - yynn891 = 0 + r.EncodeMapStart(yynn903) + yynn903 = 0 } - if yyr891 || yy2arr891 { + if yyr903 || yy2arr903 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq891[0] { - yym893 := z.EncBinary() - _ = yym893 + if yyq903[0] { + yym905 := z.EncBinary() + _ = yym905 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) @@ -13131,26 +13395,26 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq891[0] { + if yyq903[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym894 := z.EncBinary() - _ = yym894 + yym906 := z.EncBinary() + _ = yym906 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) } } } - if yyr891 || yy2arr891 { + if yyr903 || yy2arr903 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq891[1] { + if yyq903[1] { if x.Items == nil { r.EncodeNil() } else { - yym896 := z.EncBinary() - _ = yym896 + yym908 := z.EncBinary() + _ = yym908 if false { } else { h.encSliceKeyToPath(([]KeyToPath)(x.Items), e) @@ -13160,15 +13424,15 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq891[1] { + if yyq903[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym897 := z.EncBinary() - _ = yym897 + yym909 := z.EncBinary() + _ = yym909 if false { } else { h.encSliceKeyToPath(([]KeyToPath)(x.Items), e) @@ -13176,42 +13440,42 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr891 || yy2arr891 { + if yyr903 || yy2arr903 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq891[2] { + if yyq903[2] { if x.DefaultMode == nil { r.EncodeNil() } else { - yy899 := *x.DefaultMode - yym900 := z.EncBinary() - _ = yym900 + yy911 := *x.DefaultMode + yym912 := z.EncBinary() + _ = yym912 if false { } else { - r.EncodeInt(int64(yy899)) + r.EncodeInt(int64(yy911)) } } } else { r.EncodeNil() } } else { - if yyq891[2] { + if yyq903[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultMode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DefaultMode == nil { r.EncodeNil() } else { - yy901 := *x.DefaultMode - yym902 := z.EncBinary() - _ = yym902 + yy913 := *x.DefaultMode + yym914 := z.EncBinary() + _ = yym914 if false { } else { - r.EncodeInt(int64(yy901)) + r.EncodeInt(int64(yy913)) } } } } - if yyr891 || yy2arr891 { + if yyr903 || yy2arr903 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13224,25 +13488,25 @@ func (x *SecretVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym903 := z.DecBinary() - _ = yym903 + yym915 := z.DecBinary() + _ = yym915 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct904 := r.ContainerType() - if yyct904 == codecSelferValueTypeMap1234 { - yyl904 := r.ReadMapStart() - if yyl904 == 0 { + yyct916 := r.ContainerType() + if yyct916 == codecSelferValueTypeMap1234 { + yyl916 := r.ReadMapStart() + if yyl916 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl904, d) + x.codecDecodeSelfFromMap(yyl916, d) } - } else if yyct904 == codecSelferValueTypeArray1234 { - yyl904 := r.ReadArrayStart() - if yyl904 == 0 { + } else if yyct916 == codecSelferValueTypeArray1234 { + yyl916 := r.ReadArrayStart() + if yyl916 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl904, d) + x.codecDecodeSelfFromArray(yyl916, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13254,12 +13518,12 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys905Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys905Slc - var yyhl905 bool = l >= 0 - for yyj905 := 0; ; yyj905++ { - if yyhl905 { - if yyj905 >= l { + var yys917Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys917Slc + var yyhl917 bool = l >= 0 + for yyj917 := 0; ; yyj917++ { + if yyhl917 { + if yyj917 >= l { break } } else { @@ -13268,10 +13532,10 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys905Slc = r.DecodeBytes(yys905Slc, true, true) - yys905 := string(yys905Slc) + yys917Slc = r.DecodeBytes(yys917Slc, true, true) + yys917 := string(yys917Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys905 { + switch yys917 { case "secretName": if r.TryDecodeAsNil() { x.SecretName = "" @@ -13282,12 +13546,12 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Items = nil } else { - yyv907 := &x.Items - yym908 := z.DecBinary() - _ = yym908 + yyv919 := &x.Items + yym920 := z.DecBinary() + _ = yym920 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv907), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv919), d) } } case "defaultMode": @@ -13299,17 +13563,17 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym910 := z.DecBinary() - _ = yym910 + yym922 := z.DecBinary() + _ = yym922 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys905) - } // end switch yys905 - } // end for yyj905 + z.DecStructFieldNotFound(-1, yys917) + } // end switch yys917 + } // end for yyj917 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13317,16 +13581,16 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj911 int - var yyb911 bool - var yyhl911 bool = l >= 0 - yyj911++ - if yyhl911 { - yyb911 = yyj911 > l + var yyj923 int + var yyb923 bool + var yyhl923 bool = l >= 0 + yyj923++ + if yyhl923 { + yyb923 = yyj923 > l } else { - yyb911 = r.CheckBreak() + yyb923 = r.CheckBreak() } - if yyb911 { + if yyb923 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13336,13 +13600,13 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.SecretName = string(r.DecodeString()) } - yyj911++ - if yyhl911 { - yyb911 = yyj911 > l + yyj923++ + if yyhl923 { + yyb923 = yyj923 > l } else { - yyb911 = r.CheckBreak() + yyb923 = r.CheckBreak() } - if yyb911 { + if yyb923 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13350,21 +13614,21 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Items = nil } else { - yyv913 := &x.Items - yym914 := z.DecBinary() - _ = yym914 + yyv925 := &x.Items + yym926 := z.DecBinary() + _ = yym926 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv913), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv925), d) } } - yyj911++ - if yyhl911 { - yyb911 = yyj911 > l + yyj923++ + if yyhl923 { + yyb923 = yyj923 > l } else { - yyb911 = r.CheckBreak() + yyb923 = r.CheckBreak() } - if yyb911 { + if yyb923 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13377,25 +13641,25 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym916 := z.DecBinary() - _ = yym916 + yym928 := z.DecBinary() + _ = yym928 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } for { - yyj911++ - if yyhl911 { - yyb911 = yyj911 > l + yyj923++ + if yyhl923 { + yyb923 = yyj923 > l } else { - yyb911 = r.CheckBreak() + yyb923 = r.CheckBreak() } - if yyb911 { + if yyb923 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj911-1, "") + z.DecStructFieldNotFound(yyj923-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13407,34 +13671,34 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym917 := z.EncBinary() - _ = yym917 + yym929 := z.EncBinary() + _ = yym929 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep918 := !z.EncBinary() - yy2arr918 := z.EncBasicHandle().StructToArray - var yyq918 [3]bool - _, _, _ = yysep918, yyq918, yy2arr918 - const yyr918 bool = false - yyq918[2] = x.ReadOnly != false - var yynn918 int - if yyr918 || yy2arr918 { + yysep930 := !z.EncBinary() + yy2arr930 := z.EncBasicHandle().StructToArray + var yyq930 [3]bool + _, _, _ = yysep930, yyq930, yy2arr930 + const yyr930 bool = false + yyq930[2] = x.ReadOnly != false + var yynn930 int + if yyr930 || yy2arr930 { r.EncodeArrayStart(3) } else { - yynn918 = 2 - for _, b := range yyq918 { + yynn930 = 2 + for _, b := range yyq930 { if b { - yynn918++ + yynn930++ } } - r.EncodeMapStart(yynn918) - yynn918 = 0 + r.EncodeMapStart(yynn930) + yynn930 = 0 } - if yyr918 || yy2arr918 { + if yyr930 || yy2arr930 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym920 := z.EncBinary() - _ = yym920 + yym932 := z.EncBinary() + _ = yym932 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Server)) @@ -13443,17 +13707,17 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("server")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym921 := z.EncBinary() - _ = yym921 + yym933 := z.EncBinary() + _ = yym933 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Server)) } } - if yyr918 || yy2arr918 { + if yyr930 || yy2arr930 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym923 := z.EncBinary() - _ = yym923 + yym935 := z.EncBinary() + _ = yym935 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -13462,18 +13726,18 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym924 := z.EncBinary() - _ = yym924 + yym936 := z.EncBinary() + _ = yym936 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr918 || yy2arr918 { + if yyr930 || yy2arr930 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq918[2] { - yym926 := z.EncBinary() - _ = yym926 + if yyq930[2] { + yym938 := z.EncBinary() + _ = yym938 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -13482,19 +13746,19 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq918[2] { + if yyq930[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym927 := z.EncBinary() - _ = yym927 + yym939 := z.EncBinary() + _ = yym939 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr918 || yy2arr918 { + if yyr930 || yy2arr930 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13507,25 +13771,25 @@ func (x *NFSVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym928 := z.DecBinary() - _ = yym928 + yym940 := z.DecBinary() + _ = yym940 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct929 := r.ContainerType() - if yyct929 == codecSelferValueTypeMap1234 { - yyl929 := r.ReadMapStart() - if yyl929 == 0 { + yyct941 := r.ContainerType() + if yyct941 == codecSelferValueTypeMap1234 { + yyl941 := r.ReadMapStart() + if yyl941 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl929, d) + x.codecDecodeSelfFromMap(yyl941, d) } - } else if yyct929 == codecSelferValueTypeArray1234 { - yyl929 := r.ReadArrayStart() - if yyl929 == 0 { + } else if yyct941 == codecSelferValueTypeArray1234 { + yyl941 := r.ReadArrayStart() + if yyl941 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl929, d) + x.codecDecodeSelfFromArray(yyl941, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13537,12 +13801,12 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys930Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys930Slc - var yyhl930 bool = l >= 0 - for yyj930 := 0; ; yyj930++ { - if yyhl930 { - if yyj930 >= l { + var yys942Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys942Slc + var yyhl942 bool = l >= 0 + for yyj942 := 0; ; yyj942++ { + if yyhl942 { + if yyj942 >= l { break } } else { @@ -13551,10 +13815,10 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys930Slc = r.DecodeBytes(yys930Slc, true, true) - yys930 := string(yys930Slc) + yys942Slc = r.DecodeBytes(yys942Slc, true, true) + yys942 := string(yys942Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys930 { + switch yys942 { case "server": if r.TryDecodeAsNil() { x.Server = "" @@ -13574,9 +13838,9 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys930) - } // end switch yys930 - } // end for yyj930 + z.DecStructFieldNotFound(-1, yys942) + } // end switch yys942 + } // end for yyj942 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13584,16 +13848,16 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj934 int - var yyb934 bool - var yyhl934 bool = l >= 0 - yyj934++ - if yyhl934 { - yyb934 = yyj934 > l + var yyj946 int + var yyb946 bool + var yyhl946 bool = l >= 0 + yyj946++ + if yyhl946 { + yyb946 = yyj946 > l } else { - yyb934 = r.CheckBreak() + yyb946 = r.CheckBreak() } - if yyb934 { + if yyb946 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13603,13 +13867,13 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Server = string(r.DecodeString()) } - yyj934++ - if yyhl934 { - yyb934 = yyj934 > l + yyj946++ + if yyhl946 { + yyb946 = yyj946 > l } else { - yyb934 = r.CheckBreak() + yyb946 = r.CheckBreak() } - if yyb934 { + if yyb946 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13619,13 +13883,13 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Path = string(r.DecodeString()) } - yyj934++ - if yyhl934 { - yyb934 = yyj934 > l + yyj946++ + if yyhl946 { + yyb946 = yyj946 > l } else { - yyb934 = r.CheckBreak() + yyb946 = r.CheckBreak() } - if yyb934 { + if yyb946 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13636,17 +13900,17 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } for { - yyj934++ - if yyhl934 { - yyb934 = yyj934 > l + yyj946++ + if yyhl946 { + yyb946 = yyj946 > l } else { - yyb934 = r.CheckBreak() + yyb946 = r.CheckBreak() } - if yyb934 { + if yyb946 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj934-1, "") + z.DecStructFieldNotFound(yyj946-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13658,36 +13922,36 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym938 := z.EncBinary() - _ = yym938 + yym950 := z.EncBinary() + _ = yym950 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep939 := !z.EncBinary() - yy2arr939 := z.EncBasicHandle().StructToArray - var yyq939 [6]bool - _, _, _ = yysep939, yyq939, yy2arr939 - const yyr939 bool = false - yyq939[3] = x.ISCSIInterface != "" - yyq939[4] = x.FSType != "" - yyq939[5] = x.ReadOnly != false - var yynn939 int - if yyr939 || yy2arr939 { + yysep951 := !z.EncBinary() + yy2arr951 := z.EncBasicHandle().StructToArray + var yyq951 [6]bool + _, _, _ = yysep951, yyq951, yy2arr951 + const yyr951 bool = false + yyq951[3] = x.ISCSIInterface != "" + yyq951[4] = x.FSType != "" + yyq951[5] = x.ReadOnly != false + var yynn951 int + if yyr951 || yy2arr951 { r.EncodeArrayStart(6) } else { - yynn939 = 3 - for _, b := range yyq939 { + yynn951 = 3 + for _, b := range yyq951 { if b { - yynn939++ + yynn951++ } } - r.EncodeMapStart(yynn939) - yynn939 = 0 + r.EncodeMapStart(yynn951) + yynn951 = 0 } - if yyr939 || yy2arr939 { + if yyr951 || yy2arr951 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym941 := z.EncBinary() - _ = yym941 + yym953 := z.EncBinary() + _ = yym953 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TargetPortal)) @@ -13696,17 +13960,17 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetPortal")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym942 := z.EncBinary() - _ = yym942 + yym954 := z.EncBinary() + _ = yym954 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TargetPortal)) } } - if yyr939 || yy2arr939 { + if yyr951 || yy2arr951 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym944 := z.EncBinary() - _ = yym944 + yym956 := z.EncBinary() + _ = yym956 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IQN)) @@ -13715,17 +13979,17 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("iqn")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym945 := z.EncBinary() - _ = yym945 + yym957 := z.EncBinary() + _ = yym957 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IQN)) } } - if yyr939 || yy2arr939 { + if yyr951 || yy2arr951 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym947 := z.EncBinary() - _ = yym947 + yym959 := z.EncBinary() + _ = yym959 if false { } else { r.EncodeInt(int64(x.Lun)) @@ -13734,18 +13998,18 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lun")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym948 := z.EncBinary() - _ = yym948 + yym960 := z.EncBinary() + _ = yym960 if false { } else { r.EncodeInt(int64(x.Lun)) } } - if yyr939 || yy2arr939 { + if yyr951 || yy2arr951 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq939[3] { - yym950 := z.EncBinary() - _ = yym950 + if yyq951[3] { + yym962 := z.EncBinary() + _ = yym962 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ISCSIInterface)) @@ -13754,23 +14018,23 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq939[3] { + if yyq951[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("iscsiInterface")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym951 := z.EncBinary() - _ = yym951 + yym963 := z.EncBinary() + _ = yym963 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ISCSIInterface)) } } } - if yyr939 || yy2arr939 { + if yyr951 || yy2arr951 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq939[4] { - yym953 := z.EncBinary() - _ = yym953 + if yyq951[4] { + yym965 := z.EncBinary() + _ = yym965 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -13779,23 +14043,23 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq939[4] { + if yyq951[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym954 := z.EncBinary() - _ = yym954 + yym966 := z.EncBinary() + _ = yym966 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr939 || yy2arr939 { + if yyr951 || yy2arr951 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq939[5] { - yym956 := z.EncBinary() - _ = yym956 + if yyq951[5] { + yym968 := z.EncBinary() + _ = yym968 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -13804,19 +14068,19 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq939[5] { + if yyq951[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym957 := z.EncBinary() - _ = yym957 + yym969 := z.EncBinary() + _ = yym969 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr939 || yy2arr939 { + if yyr951 || yy2arr951 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13829,25 +14093,25 @@ func (x *ISCSIVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym958 := z.DecBinary() - _ = yym958 + yym970 := z.DecBinary() + _ = yym970 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct959 := r.ContainerType() - if yyct959 == codecSelferValueTypeMap1234 { - yyl959 := r.ReadMapStart() - if yyl959 == 0 { + yyct971 := r.ContainerType() + if yyct971 == codecSelferValueTypeMap1234 { + yyl971 := r.ReadMapStart() + if yyl971 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl959, d) + x.codecDecodeSelfFromMap(yyl971, d) } - } else if yyct959 == codecSelferValueTypeArray1234 { - yyl959 := r.ReadArrayStart() - if yyl959 == 0 { + } else if yyct971 == codecSelferValueTypeArray1234 { + yyl971 := r.ReadArrayStart() + if yyl971 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl959, d) + x.codecDecodeSelfFromArray(yyl971, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13859,12 +14123,12 @@ func (x *ISCSIVolumeSource) 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 yys972Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys972Slc + var yyhl972 bool = l >= 0 + for yyj972 := 0; ; yyj972++ { + if yyhl972 { + if yyj972 >= l { break } } else { @@ -13873,10 +14137,10 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys960Slc = r.DecodeBytes(yys960Slc, true, true) - yys960 := string(yys960Slc) + yys972Slc = r.DecodeBytes(yys972Slc, true, true) + yys972 := string(yys972Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys960 { + switch yys972 { case "targetPortal": if r.TryDecodeAsNil() { x.TargetPortal = "" @@ -13914,9 +14178,9 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys960) - } // end switch yys960 - } // end for yyj960 + z.DecStructFieldNotFound(-1, yys972) + } // end switch yys972 + } // end for yyj972 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13924,16 +14188,16 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj967 int - var yyb967 bool - var yyhl967 bool = l >= 0 - yyj967++ - if yyhl967 { - yyb967 = yyj967 > l + var yyj979 int + var yyb979 bool + var yyhl979 bool = l >= 0 + yyj979++ + if yyhl979 { + yyb979 = yyj979 > l } else { - yyb967 = r.CheckBreak() + yyb979 = r.CheckBreak() } - if yyb967 { + if yyb979 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13943,13 +14207,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.TargetPortal = string(r.DecodeString()) } - yyj967++ - if yyhl967 { - yyb967 = yyj967 > l + yyj979++ + if yyhl979 { + yyb979 = yyj979 > l } else { - yyb967 = r.CheckBreak() + yyb979 = r.CheckBreak() } - if yyb967 { + if yyb979 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13959,13 +14223,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.IQN = string(r.DecodeString()) } - yyj967++ - if yyhl967 { - yyb967 = yyj967 > l + yyj979++ + if yyhl979 { + yyb979 = yyj979 > l } else { - yyb967 = r.CheckBreak() + yyb979 = r.CheckBreak() } - if yyb967 { + if yyb979 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13975,13 +14239,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Lun = int32(r.DecodeInt(32)) } - yyj967++ - if yyhl967 { - yyb967 = yyj967 > l + yyj979++ + if yyhl979 { + yyb979 = yyj979 > l } else { - yyb967 = r.CheckBreak() + yyb979 = r.CheckBreak() } - if yyb967 { + if yyb979 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13991,13 +14255,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.ISCSIInterface = string(r.DecodeString()) } - yyj967++ - if yyhl967 { - yyb967 = yyj967 > l + yyj979++ + if yyhl979 { + yyb979 = yyj979 > l } else { - yyb967 = r.CheckBreak() + yyb979 = r.CheckBreak() } - if yyb967 { + if yyb979 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14007,13 +14271,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.FSType = string(r.DecodeString()) } - yyj967++ - if yyhl967 { - yyb967 = yyj967 > l + yyj979++ + if yyhl979 { + yyb979 = yyj979 > l } else { - yyb967 = r.CheckBreak() + yyb979 = r.CheckBreak() } - if yyb967 { + if yyb979 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14024,17 +14288,17 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder x.ReadOnly = bool(r.DecodeBool()) } for { - yyj967++ - if yyhl967 { - yyb967 = yyj967 > l + yyj979++ + if yyhl979 { + yyb979 = yyj979 > l } else { - yyb967 = r.CheckBreak() + yyb979 = r.CheckBreak() } - if yyb967 { + if yyb979 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj967-1, "") + z.DecStructFieldNotFound(yyj979-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14046,38 +14310,38 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym974 := z.EncBinary() - _ = yym974 + yym986 := z.EncBinary() + _ = yym986 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep975 := !z.EncBinary() - yy2arr975 := z.EncBasicHandle().StructToArray - var yyq975 [4]bool - _, _, _ = yysep975, yyq975, yy2arr975 - const yyr975 bool = false - yyq975[2] = x.FSType != "" - yyq975[3] = x.ReadOnly != false - var yynn975 int - if yyr975 || yy2arr975 { + yysep987 := !z.EncBinary() + yy2arr987 := z.EncBasicHandle().StructToArray + var yyq987 [4]bool + _, _, _ = yysep987, yyq987, yy2arr987 + const yyr987 bool = false + yyq987[2] = x.FSType != "" + yyq987[3] = x.ReadOnly != false + var yynn987 int + if yyr987 || yy2arr987 { r.EncodeArrayStart(4) } else { - yynn975 = 2 - for _, b := range yyq975 { + yynn987 = 2 + for _, b := range yyq987 { if b { - yynn975++ + yynn987++ } } - r.EncodeMapStart(yynn975) - yynn975 = 0 + r.EncodeMapStart(yynn987) + yynn987 = 0 } - if yyr975 || yy2arr975 { + if yyr987 || yy2arr987 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TargetWWNs == nil { r.EncodeNil() } else { - yym977 := z.EncBinary() - _ = yym977 + yym989 := z.EncBinary() + _ = yym989 if false { } else { z.F.EncSliceStringV(x.TargetWWNs, false, e) @@ -14090,25 +14354,25 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x.TargetWWNs == nil { r.EncodeNil() } else { - yym978 := z.EncBinary() - _ = yym978 + yym990 := z.EncBinary() + _ = yym990 if false { } else { z.F.EncSliceStringV(x.TargetWWNs, false, e) } } } - if yyr975 || yy2arr975 { + if yyr987 || yy2arr987 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Lun == nil { r.EncodeNil() } else { - yy980 := *x.Lun - yym981 := z.EncBinary() - _ = yym981 + yy992 := *x.Lun + yym993 := z.EncBinary() + _ = yym993 if false { } else { - r.EncodeInt(int64(yy980)) + r.EncodeInt(int64(yy992)) } } } else { @@ -14118,20 +14382,20 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x.Lun == nil { r.EncodeNil() } else { - yy982 := *x.Lun - yym983 := z.EncBinary() - _ = yym983 + yy994 := *x.Lun + yym995 := z.EncBinary() + _ = yym995 if false { } else { - r.EncodeInt(int64(yy982)) + r.EncodeInt(int64(yy994)) } } } - if yyr975 || yy2arr975 { + if yyr987 || yy2arr987 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq975[2] { - yym985 := z.EncBinary() - _ = yym985 + if yyq987[2] { + yym997 := z.EncBinary() + _ = yym997 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -14140,23 +14404,23 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq975[2] { + if yyq987[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym986 := z.EncBinary() - _ = yym986 + yym998 := z.EncBinary() + _ = yym998 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr975 || yy2arr975 { + if yyr987 || yy2arr987 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq975[3] { - yym988 := z.EncBinary() - _ = yym988 + if yyq987[3] { + yym1000 := z.EncBinary() + _ = yym1000 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -14165,19 +14429,19 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq975[3] { + if yyq987[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym989 := z.EncBinary() - _ = yym989 + yym1001 := z.EncBinary() + _ = yym1001 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr975 || yy2arr975 { + if yyr987 || yy2arr987 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14190,25 +14454,25 @@ func (x *FCVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym990 := z.DecBinary() - _ = yym990 + yym1002 := z.DecBinary() + _ = yym1002 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct991 := r.ContainerType() - if yyct991 == codecSelferValueTypeMap1234 { - yyl991 := r.ReadMapStart() - if yyl991 == 0 { + yyct1003 := r.ContainerType() + if yyct1003 == codecSelferValueTypeMap1234 { + yyl1003 := r.ReadMapStart() + if yyl1003 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl991, d) + x.codecDecodeSelfFromMap(yyl1003, d) } - } else if yyct991 == codecSelferValueTypeArray1234 { - yyl991 := r.ReadArrayStart() - if yyl991 == 0 { + } else if yyct1003 == codecSelferValueTypeArray1234 { + yyl1003 := r.ReadArrayStart() + if yyl1003 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl991, d) + x.codecDecodeSelfFromArray(yyl1003, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14220,12 +14484,12 @@ func (x *FCVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys992Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys992Slc - var yyhl992 bool = l >= 0 - for yyj992 := 0; ; yyj992++ { - if yyhl992 { - if yyj992 >= l { + var yys1004Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1004Slc + var yyhl1004 bool = l >= 0 + for yyj1004 := 0; ; yyj1004++ { + if yyhl1004 { + if yyj1004 >= l { break } } else { @@ -14234,20 +14498,20 @@ func (x *FCVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys992Slc = r.DecodeBytes(yys992Slc, true, true) - yys992 := string(yys992Slc) + yys1004Slc = r.DecodeBytes(yys1004Slc, true, true) + yys1004 := string(yys1004Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys992 { + switch yys1004 { case "targetWWNs": if r.TryDecodeAsNil() { x.TargetWWNs = nil } else { - yyv993 := &x.TargetWWNs - yym994 := z.DecBinary() - _ = yym994 + yyv1005 := &x.TargetWWNs + yym1006 := z.DecBinary() + _ = yym1006 if false { } else { - z.F.DecSliceStringX(yyv993, false, d) + z.F.DecSliceStringX(yyv1005, false, d) } } case "lun": @@ -14259,8 +14523,8 @@ func (x *FCVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Lun == nil { x.Lun = new(int32) } - yym996 := z.DecBinary() - _ = yym996 + yym1008 := z.DecBinary() + _ = yym1008 if false { } else { *((*int32)(x.Lun)) = int32(r.DecodeInt(32)) @@ -14279,9 +14543,9 @@ func (x *FCVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys992) - } // end switch yys992 - } // end for yyj992 + z.DecStructFieldNotFound(-1, yys1004) + } // end switch yys1004 + } // end for yyj1004 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14289,16 +14553,16 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj999 int - var yyb999 bool - var yyhl999 bool = l >= 0 - yyj999++ - if yyhl999 { - yyb999 = yyj999 > l + var yyj1011 int + var yyb1011 bool + var yyhl1011 bool = l >= 0 + yyj1011++ + if yyhl1011 { + yyb1011 = yyj1011 > l } else { - yyb999 = r.CheckBreak() + yyb1011 = r.CheckBreak() } - if yyb999 { + if yyb1011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14306,21 +14570,21 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetWWNs = nil } else { - yyv1000 := &x.TargetWWNs - yym1001 := z.DecBinary() - _ = yym1001 + yyv1012 := &x.TargetWWNs + yym1013 := z.DecBinary() + _ = yym1013 if false { } else { - z.F.DecSliceStringX(yyv1000, false, d) + z.F.DecSliceStringX(yyv1012, false, d) } } - yyj999++ - if yyhl999 { - yyb999 = yyj999 > l + yyj1011++ + if yyhl1011 { + yyb1011 = yyj1011 > l } else { - yyb999 = r.CheckBreak() + yyb1011 = r.CheckBreak() } - if yyb999 { + if yyb1011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14333,20 +14597,20 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Lun == nil { x.Lun = new(int32) } - yym1003 := z.DecBinary() - _ = yym1003 + yym1015 := z.DecBinary() + _ = yym1015 if false { } else { *((*int32)(x.Lun)) = int32(r.DecodeInt(32)) } } - yyj999++ - if yyhl999 { - yyb999 = yyj999 > l + yyj1011++ + if yyhl1011 { + yyb1011 = yyj1011 > l } else { - yyb999 = r.CheckBreak() + yyb1011 = r.CheckBreak() } - if yyb999 { + if yyb1011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14356,13 +14620,13 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.FSType = string(r.DecodeString()) } - yyj999++ - if yyhl999 { - yyb999 = yyj999 > l + yyj1011++ + if yyhl1011 { + yyb1011 = yyj1011 > l } else { - yyb999 = r.CheckBreak() + yyb1011 = r.CheckBreak() } - if yyb999 { + if yyb1011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14373,17 +14637,17 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } for { - yyj999++ - if yyhl999 { - yyb999 = yyj999 > l + yyj1011++ + if yyhl1011 { + yyb1011 = yyj1011 > l } else { - yyb999 = r.CheckBreak() + yyb1011 = r.CheckBreak() } - if yyb999 { + if yyb1011 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj999-1, "") + z.DecStructFieldNotFound(yyj1011-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14395,34 +14659,34 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1006 := z.EncBinary() - _ = yym1006 + yym1018 := z.EncBinary() + _ = yym1018 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1007 := !z.EncBinary() - yy2arr1007 := z.EncBasicHandle().StructToArray - var yyq1007 [3]bool - _, _, _ = yysep1007, yyq1007, yy2arr1007 - const yyr1007 bool = false - yyq1007[2] = x.ReadOnly != false - var yynn1007 int - if yyr1007 || yy2arr1007 { + yysep1019 := !z.EncBinary() + yy2arr1019 := z.EncBasicHandle().StructToArray + var yyq1019 [3]bool + _, _, _ = yysep1019, yyq1019, yy2arr1019 + const yyr1019 bool = false + yyq1019[2] = x.ReadOnly != false + var yynn1019 int + if yyr1019 || yy2arr1019 { r.EncodeArrayStart(3) } else { - yynn1007 = 2 - for _, b := range yyq1007 { + yynn1019 = 2 + for _, b := range yyq1019 { if b { - yynn1007++ + yynn1019++ } } - r.EncodeMapStart(yynn1007) - yynn1007 = 0 + r.EncodeMapStart(yynn1019) + yynn1019 = 0 } - if yyr1007 || yy2arr1007 { + if yyr1019 || yy2arr1019 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1009 := z.EncBinary() - _ = yym1009 + yym1021 := z.EncBinary() + _ = yym1021 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) @@ -14431,17 +14695,17 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1010 := z.EncBinary() - _ = yym1010 + yym1022 := z.EncBinary() + _ = yym1022 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) } } - if yyr1007 || yy2arr1007 { + if yyr1019 || yy2arr1019 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1012 := z.EncBinary() - _ = yym1012 + yym1024 := z.EncBinary() + _ = yym1024 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ShareName)) @@ -14450,18 +14714,18 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("shareName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1013 := z.EncBinary() - _ = yym1013 + yym1025 := z.EncBinary() + _ = yym1025 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ShareName)) } } - if yyr1007 || yy2arr1007 { + if yyr1019 || yy2arr1019 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1007[2] { - yym1015 := z.EncBinary() - _ = yym1015 + if yyq1019[2] { + yym1027 := z.EncBinary() + _ = yym1027 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -14470,19 +14734,19 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1007[2] { + if yyq1019[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1016 := z.EncBinary() - _ = yym1016 + yym1028 := z.EncBinary() + _ = yym1028 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr1007 || yy2arr1007 { + if yyr1019 || yy2arr1019 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14495,25 +14759,25 @@ func (x *AzureFileVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1017 := z.DecBinary() - _ = yym1017 + yym1029 := z.DecBinary() + _ = yym1029 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1018 := r.ContainerType() - if yyct1018 == codecSelferValueTypeMap1234 { - yyl1018 := r.ReadMapStart() - if yyl1018 == 0 { + yyct1030 := r.ContainerType() + if yyct1030 == codecSelferValueTypeMap1234 { + yyl1030 := r.ReadMapStart() + if yyl1030 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1018, d) + x.codecDecodeSelfFromMap(yyl1030, d) } - } else if yyct1018 == codecSelferValueTypeArray1234 { - yyl1018 := r.ReadArrayStart() - if yyl1018 == 0 { + } else if yyct1030 == codecSelferValueTypeArray1234 { + yyl1030 := r.ReadArrayStart() + if yyl1030 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1018, d) + x.codecDecodeSelfFromArray(yyl1030, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14525,12 +14789,12 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1019Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1019Slc - var yyhl1019 bool = l >= 0 - for yyj1019 := 0; ; yyj1019++ { - if yyhl1019 { - if yyj1019 >= l { + var yys1031Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1031Slc + var yyhl1031 bool = l >= 0 + for yyj1031 := 0; ; yyj1031++ { + if yyhl1031 { + if yyj1031 >= l { break } } else { @@ -14539,10 +14803,10 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1019Slc = r.DecodeBytes(yys1019Slc, true, true) - yys1019 := string(yys1019Slc) + yys1031Slc = r.DecodeBytes(yys1031Slc, true, true) + yys1031 := string(yys1031Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1019 { + switch yys1031 { case "secretName": if r.TryDecodeAsNil() { x.SecretName = "" @@ -14562,9 +14826,9 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys1019) - } // end switch yys1019 - } // end for yyj1019 + z.DecStructFieldNotFound(-1, yys1031) + } // end switch yys1031 + } // end for yyj1031 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14572,16 +14836,16 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1023 int - var yyb1023 bool - var yyhl1023 bool = l >= 0 - yyj1023++ - if yyhl1023 { - yyb1023 = yyj1023 > l + var yyj1035 int + var yyb1035 bool + var yyhl1035 bool = l >= 0 + yyj1035++ + if yyhl1035 { + yyb1035 = yyj1035 > l } else { - yyb1023 = r.CheckBreak() + yyb1035 = r.CheckBreak() } - if yyb1023 { + if yyb1035 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14591,13 +14855,13 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.SecretName = string(r.DecodeString()) } - yyj1023++ - if yyhl1023 { - yyb1023 = yyj1023 > l + yyj1035++ + if yyhl1035 { + yyb1035 = yyj1035 > l } else { - yyb1023 = r.CheckBreak() + yyb1035 = r.CheckBreak() } - if yyb1023 { + if yyb1035 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14607,13 +14871,13 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.ShareName = string(r.DecodeString()) } - yyj1023++ - if yyhl1023 { - yyb1023 = yyj1023 > l + yyj1035++ + if yyhl1035 { + yyb1035 = yyj1035 > l } else { - yyb1023 = r.CheckBreak() + yyb1035 = r.CheckBreak() } - if yyb1023 { + if yyb1035 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14624,17 +14888,17 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.ReadOnly = bool(r.DecodeBool()) } for { - yyj1023++ - if yyhl1023 { - yyb1023 = yyj1023 > l + yyj1035++ + if yyhl1035 { + yyb1035 = yyj1035 > l } else { - yyb1023 = r.CheckBreak() + yyb1035 = r.CheckBreak() } - if yyb1023 { + if yyb1035 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1023-1, "") + z.DecStructFieldNotFound(yyj1035-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14646,34 +14910,34 @@ func (x *VsphereVirtualDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1027 := z.EncBinary() - _ = yym1027 + yym1039 := z.EncBinary() + _ = yym1039 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1028 := !z.EncBinary() - yy2arr1028 := z.EncBasicHandle().StructToArray - var yyq1028 [2]bool - _, _, _ = yysep1028, yyq1028, yy2arr1028 - const yyr1028 bool = false - yyq1028[1] = x.FSType != "" - var yynn1028 int - if yyr1028 || yy2arr1028 { + yysep1040 := !z.EncBinary() + yy2arr1040 := z.EncBasicHandle().StructToArray + var yyq1040 [2]bool + _, _, _ = yysep1040, yyq1040, yy2arr1040 + const yyr1040 bool = false + yyq1040[1] = x.FSType != "" + var yynn1040 int + if yyr1040 || yy2arr1040 { r.EncodeArrayStart(2) } else { - yynn1028 = 1 - for _, b := range yyq1028 { + yynn1040 = 1 + for _, b := range yyq1040 { if b { - yynn1028++ + yynn1040++ } } - r.EncodeMapStart(yynn1028) - yynn1028 = 0 + r.EncodeMapStart(yynn1040) + yynn1040 = 0 } - if yyr1028 || yy2arr1028 { + if yyr1040 || yy2arr1040 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1030 := z.EncBinary() - _ = yym1030 + yym1042 := z.EncBinary() + _ = yym1042 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumePath)) @@ -14682,18 +14946,18 @@ func (x *VsphereVirtualDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1031 := z.EncBinary() - _ = yym1031 + yym1043 := z.EncBinary() + _ = yym1043 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumePath)) } } - if yyr1028 || yy2arr1028 { + if yyr1040 || yy2arr1040 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1028[1] { - yym1033 := z.EncBinary() - _ = yym1033 + if yyq1040[1] { + yym1045 := z.EncBinary() + _ = yym1045 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -14702,19 +14966,19 @@ func (x *VsphereVirtualDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1028[1] { + if yyq1040[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1034 := z.EncBinary() - _ = yym1034 + yym1046 := z.EncBinary() + _ = yym1046 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr1028 || yy2arr1028 { + if yyr1040 || yy2arr1040 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14727,25 +14991,25 @@ func (x *VsphereVirtualDiskVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1035 := z.DecBinary() - _ = yym1035 + yym1047 := z.DecBinary() + _ = yym1047 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1036 := r.ContainerType() - if yyct1036 == codecSelferValueTypeMap1234 { - yyl1036 := r.ReadMapStart() - if yyl1036 == 0 { + yyct1048 := r.ContainerType() + if yyct1048 == codecSelferValueTypeMap1234 { + yyl1048 := r.ReadMapStart() + if yyl1048 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1036, d) + x.codecDecodeSelfFromMap(yyl1048, d) } - } else if yyct1036 == codecSelferValueTypeArray1234 { - yyl1036 := r.ReadArrayStart() - if yyl1036 == 0 { + } else if yyct1048 == codecSelferValueTypeArray1234 { + yyl1048 := r.ReadArrayStart() + if yyl1048 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1036, d) + x.codecDecodeSelfFromArray(yyl1048, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14757,12 +15021,12 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1037Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1037Slc - var yyhl1037 bool = l >= 0 - for yyj1037 := 0; ; yyj1037++ { - if yyhl1037 { - if yyj1037 >= l { + var yys1049Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1049Slc + var yyhl1049 bool = l >= 0 + for yyj1049 := 0; ; yyj1049++ { + if yyhl1049 { + if yyj1049 >= l { break } } else { @@ -14771,10 +15035,10 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1037Slc = r.DecodeBytes(yys1037Slc, true, true) - yys1037 := string(yys1037Slc) + yys1049Slc = r.DecodeBytes(yys1049Slc, true, true) + yys1049 := string(yys1049Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1037 { + switch yys1049 { case "volumePath": if r.TryDecodeAsNil() { x.VolumePath = "" @@ -14788,9 +15052,9 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1 x.FSType = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1037) - } // end switch yys1037 - } // end for yyj1037 + z.DecStructFieldNotFound(-1, yys1049) + } // end switch yys1049 + } // end for yyj1049 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14798,16 +15062,16 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromArray(l int, d *code var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1040 int - var yyb1040 bool - var yyhl1040 bool = l >= 0 - yyj1040++ - if yyhl1040 { - yyb1040 = yyj1040 > l + var yyj1052 int + var yyb1052 bool + var yyhl1052 bool = l >= 0 + yyj1052++ + if yyhl1052 { + yyb1052 = yyj1052 > l } else { - yyb1040 = r.CheckBreak() + yyb1052 = r.CheckBreak() } - if yyb1040 { + if yyb1052 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14817,13 +15081,13 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromArray(l int, d *code } else { x.VolumePath = string(r.DecodeString()) } - yyj1040++ - if yyhl1040 { - yyb1040 = yyj1040 > l + yyj1052++ + if yyhl1052 { + yyb1052 = yyj1052 > l } else { - yyb1040 = r.CheckBreak() + yyb1052 = r.CheckBreak() } - if yyb1040 { + if yyb1052 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14834,17 +15098,227 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromArray(l int, d *code x.FSType = string(r.DecodeString()) } for { - yyj1040++ - if yyhl1040 { - yyb1040 = yyj1040 > l + yyj1052++ + if yyhl1052 { + yyb1052 = yyj1052 > l } else { - yyb1040 = r.CheckBreak() + yyb1052 = r.CheckBreak() } - if yyb1040 { + if yyb1052 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1040-1, "") + z.DecStructFieldNotFound(yyj1052-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *PhotonPersistentDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1055 := z.EncBinary() + _ = yym1055 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep1056 := !z.EncBinary() + yy2arr1056 := z.EncBasicHandle().StructToArray + var yyq1056 [2]bool + _, _, _ = yysep1056, yyq1056, yy2arr1056 + const yyr1056 bool = false + yyq1056[1] = x.FSType != "" + var yynn1056 int + if yyr1056 || yy2arr1056 { + r.EncodeArrayStart(2) + } else { + yynn1056 = 1 + for _, b := range yyq1056 { + if b { + yynn1056++ + } + } + r.EncodeMapStart(yynn1056) + yynn1056 = 0 + } + if yyr1056 || yy2arr1056 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1058 := z.EncBinary() + _ = yym1058 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PdID)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("pdID")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1059 := z.EncBinary() + _ = yym1059 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PdID)) + } + } + if yyr1056 || yy2arr1056 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1056[1] { + yym1061 := z.EncBinary() + _ = yym1061 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1056[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("fsType")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1062 := z.EncBinary() + _ = yym1062 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) + } + } + } + if yyr1056 || yy2arr1056 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *PhotonPersistentDiskVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1063 := z.DecBinary() + _ = yym1063 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct1064 := r.ContainerType() + if yyct1064 == codecSelferValueTypeMap1234 { + yyl1064 := r.ReadMapStart() + if yyl1064 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl1064, d) + } + } else if yyct1064 == codecSelferValueTypeArray1234 { + yyl1064 := r.ReadArrayStart() + if yyl1064 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl1064, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *PhotonPersistentDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys1065Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1065Slc + var yyhl1065 bool = l >= 0 + for yyj1065 := 0; ; yyj1065++ { + if yyhl1065 { + if yyj1065 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys1065Slc = r.DecodeBytes(yys1065Slc, true, true) + yys1065 := string(yys1065Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys1065 { + case "pdID": + if r.TryDecodeAsNil() { + x.PdID = "" + } else { + x.PdID = string(r.DecodeString()) + } + case "fsType": + if r.TryDecodeAsNil() { + x.FSType = "" + } else { + x.FSType = string(r.DecodeString()) + } + default: + z.DecStructFieldNotFound(-1, yys1065) + } // end switch yys1065 + } // end for yyj1065 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *PhotonPersistentDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj1068 int + var yyb1068 bool + var yyhl1068 bool = l >= 0 + yyj1068++ + if yyhl1068 { + yyb1068 = yyj1068 > l + } else { + yyb1068 = r.CheckBreak() + } + if yyb1068 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.PdID = "" + } else { + x.PdID = string(r.DecodeString()) + } + yyj1068++ + if yyhl1068 { + yyb1068 = yyj1068 > l + } else { + yyb1068 = r.CheckBreak() + } + if yyb1068 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.FSType = "" + } else { + x.FSType = string(r.DecodeString()) + } + for { + yyj1068++ + if yyhl1068 { + yyb1068 = yyj1068 > l + } else { + yyb1068 = r.CheckBreak() + } + if yyb1068 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj1068-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14853,8 +15327,8 @@ func (x AzureDataDiskCachingMode) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1043 := z.EncBinary() - _ = yym1043 + yym1071 := z.EncBinary() + _ = yym1071 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -14866,8 +15340,8 @@ func (x *AzureDataDiskCachingMode) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1044 := z.DecBinary() - _ = yym1044 + yym1072 := z.DecBinary() + _ = yym1072 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -14882,36 +15356,36 @@ func (x *AzureDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1045 := z.EncBinary() - _ = yym1045 + yym1073 := z.EncBinary() + _ = yym1073 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1046 := !z.EncBinary() - yy2arr1046 := z.EncBasicHandle().StructToArray - var yyq1046 [5]bool - _, _, _ = yysep1046, yyq1046, yy2arr1046 - const yyr1046 bool = false - yyq1046[2] = x.CachingMode != nil - yyq1046[3] = x.FSType != nil - yyq1046[4] = x.ReadOnly != nil - var yynn1046 int - if yyr1046 || yy2arr1046 { + yysep1074 := !z.EncBinary() + yy2arr1074 := z.EncBasicHandle().StructToArray + var yyq1074 [5]bool + _, _, _ = yysep1074, yyq1074, yy2arr1074 + const yyr1074 bool = false + yyq1074[2] = x.CachingMode != nil + yyq1074[3] = x.FSType != nil + yyq1074[4] = x.ReadOnly != nil + var yynn1074 int + if yyr1074 || yy2arr1074 { r.EncodeArrayStart(5) } else { - yynn1046 = 2 - for _, b := range yyq1046 { + yynn1074 = 2 + for _, b := range yyq1074 { if b { - yynn1046++ + yynn1074++ } } - r.EncodeMapStart(yynn1046) - yynn1046 = 0 + r.EncodeMapStart(yynn1074) + yynn1074 = 0 } - if yyr1046 || yy2arr1046 { + if yyr1074 || yy2arr1074 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1048 := z.EncBinary() - _ = yym1048 + yym1076 := z.EncBinary() + _ = yym1076 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DiskName)) @@ -14920,17 +15394,17 @@ func (x *AzureDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("diskName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1049 := z.EncBinary() - _ = yym1049 + yym1077 := z.EncBinary() + _ = yym1077 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DiskName)) } } - if yyr1046 || yy2arr1046 { + if yyr1074 || yy2arr1074 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1051 := z.EncBinary() - _ = yym1051 + yym1079 := z.EncBinary() + _ = yym1079 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DataDiskURI)) @@ -14939,109 +15413,109 @@ func (x *AzureDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("diskURI")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1052 := z.EncBinary() - _ = yym1052 + yym1080 := z.EncBinary() + _ = yym1080 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DataDiskURI)) } } - if yyr1046 || yy2arr1046 { + if yyr1074 || yy2arr1074 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1046[2] { + if yyq1074[2] { if x.CachingMode == nil { r.EncodeNil() } else { - yy1054 := *x.CachingMode - yy1054.CodecEncodeSelf(e) + yy1082 := *x.CachingMode + yy1082.CodecEncodeSelf(e) } } else { r.EncodeNil() } } else { - if yyq1046[2] { + if yyq1074[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("cachingMode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.CachingMode == nil { r.EncodeNil() } else { - yy1055 := *x.CachingMode - yy1055.CodecEncodeSelf(e) + yy1083 := *x.CachingMode + yy1083.CodecEncodeSelf(e) } } } - if yyr1046 || yy2arr1046 { + if yyr1074 || yy2arr1074 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1046[3] { + if yyq1074[3] { if x.FSType == nil { r.EncodeNil() } else { - yy1057 := *x.FSType - yym1058 := z.EncBinary() - _ = yym1058 + yy1085 := *x.FSType + yym1086 := z.EncBinary() + _ = yym1086 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy1057)) + r.EncodeString(codecSelferC_UTF81234, string(yy1085)) } } } else { r.EncodeNil() } } else { - if yyq1046[3] { + if yyq1074[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.FSType == nil { r.EncodeNil() } else { - yy1059 := *x.FSType - yym1060 := z.EncBinary() - _ = yym1060 + yy1087 := *x.FSType + yym1088 := z.EncBinary() + _ = yym1088 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy1059)) + r.EncodeString(codecSelferC_UTF81234, string(yy1087)) } } } } - if yyr1046 || yy2arr1046 { + if yyr1074 || yy2arr1074 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1046[4] { + if yyq1074[4] { if x.ReadOnly == nil { r.EncodeNil() } else { - yy1062 := *x.ReadOnly - yym1063 := z.EncBinary() - _ = yym1063 + yy1090 := *x.ReadOnly + yym1091 := z.EncBinary() + _ = yym1091 if false { } else { - r.EncodeBool(bool(yy1062)) + r.EncodeBool(bool(yy1090)) } } } else { r.EncodeNil() } } else { - if yyq1046[4] { + if yyq1074[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ReadOnly == nil { r.EncodeNil() } else { - yy1064 := *x.ReadOnly - yym1065 := z.EncBinary() - _ = yym1065 + yy1092 := *x.ReadOnly + yym1093 := z.EncBinary() + _ = yym1093 if false { } else { - r.EncodeBool(bool(yy1064)) + r.EncodeBool(bool(yy1092)) } } } } - if yyr1046 || yy2arr1046 { + if yyr1074 || yy2arr1074 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15054,25 +15528,25 @@ func (x *AzureDiskVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1066 := z.DecBinary() - _ = yym1066 + yym1094 := z.DecBinary() + _ = yym1094 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1067 := r.ContainerType() - if yyct1067 == codecSelferValueTypeMap1234 { - yyl1067 := r.ReadMapStart() - if yyl1067 == 0 { + yyct1095 := r.ContainerType() + if yyct1095 == codecSelferValueTypeMap1234 { + yyl1095 := r.ReadMapStart() + if yyl1095 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1067, d) + x.codecDecodeSelfFromMap(yyl1095, d) } - } else if yyct1067 == codecSelferValueTypeArray1234 { - yyl1067 := r.ReadArrayStart() - if yyl1067 == 0 { + } else if yyct1095 == codecSelferValueTypeArray1234 { + yyl1095 := r.ReadArrayStart() + if yyl1095 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1067, d) + x.codecDecodeSelfFromArray(yyl1095, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15084,12 +15558,12 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1068Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1068Slc - var yyhl1068 bool = l >= 0 - for yyj1068 := 0; ; yyj1068++ { - if yyhl1068 { - if yyj1068 >= l { + var yys1096Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1096Slc + var yyhl1096 bool = l >= 0 + for yyj1096 := 0; ; yyj1096++ { + if yyhl1096 { + if yyj1096 >= l { break } } else { @@ -15098,10 +15572,10 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1068Slc = r.DecodeBytes(yys1068Slc, true, true) - yys1068 := string(yys1068Slc) + yys1096Slc = r.DecodeBytes(yys1096Slc, true, true) + yys1096 := string(yys1096Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1068 { + switch yys1096 { case "diskName": if r.TryDecodeAsNil() { x.DiskName = "" @@ -15134,8 +15608,8 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod if x.FSType == nil { x.FSType = new(string) } - yym1073 := z.DecBinary() - _ = yym1073 + yym1101 := z.DecBinary() + _ = yym1101 if false { } else { *((*string)(x.FSType)) = r.DecodeString() @@ -15150,17 +15624,17 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod if x.ReadOnly == nil { x.ReadOnly = new(bool) } - yym1075 := z.DecBinary() - _ = yym1075 + yym1103 := z.DecBinary() + _ = yym1103 if false { } else { *((*bool)(x.ReadOnly)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys1068) - } // end switch yys1068 - } // end for yyj1068 + z.DecStructFieldNotFound(-1, yys1096) + } // end switch yys1096 + } // end for yyj1096 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15168,16 +15642,16 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1076 int - var yyb1076 bool - var yyhl1076 bool = l >= 0 - yyj1076++ - if yyhl1076 { - yyb1076 = yyj1076 > l + var yyj1104 int + var yyb1104 bool + var yyhl1104 bool = l >= 0 + yyj1104++ + if yyhl1104 { + yyb1104 = yyj1104 > l } else { - yyb1076 = r.CheckBreak() + yyb1104 = r.CheckBreak() } - if yyb1076 { + if yyb1104 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15187,13 +15661,13 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.DiskName = string(r.DecodeString()) } - yyj1076++ - if yyhl1076 { - yyb1076 = yyj1076 > l + yyj1104++ + if yyhl1104 { + yyb1104 = yyj1104 > l } else { - yyb1076 = r.CheckBreak() + yyb1104 = r.CheckBreak() } - if yyb1076 { + if yyb1104 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15203,13 +15677,13 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.DataDiskURI = string(r.DecodeString()) } - yyj1076++ - if yyhl1076 { - yyb1076 = yyj1076 > l + yyj1104++ + if yyhl1104 { + yyb1104 = yyj1104 > l } else { - yyb1076 = r.CheckBreak() + yyb1104 = r.CheckBreak() } - if yyb1076 { + if yyb1104 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15224,13 +15698,13 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.CachingMode.CodecDecodeSelf(d) } - yyj1076++ - if yyhl1076 { - yyb1076 = yyj1076 > l + yyj1104++ + if yyhl1104 { + yyb1104 = yyj1104 > l } else { - yyb1076 = r.CheckBreak() + yyb1104 = r.CheckBreak() } - if yyb1076 { + if yyb1104 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15243,20 +15717,20 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if x.FSType == nil { x.FSType = new(string) } - yym1081 := z.DecBinary() - _ = yym1081 + yym1109 := z.DecBinary() + _ = yym1109 if false { } else { *((*string)(x.FSType)) = r.DecodeString() } } - yyj1076++ - if yyhl1076 { - yyb1076 = yyj1076 > l + yyj1104++ + if yyhl1104 { + yyb1104 = yyj1104 > l } else { - yyb1076 = r.CheckBreak() + yyb1104 = r.CheckBreak() } - if yyb1076 { + if yyb1104 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15269,25 +15743,25 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if x.ReadOnly == nil { x.ReadOnly = new(bool) } - yym1083 := z.DecBinary() - _ = yym1083 + yym1111 := z.DecBinary() + _ = yym1111 if false { } else { *((*bool)(x.ReadOnly)) = r.DecodeBool() } } for { - yyj1076++ - if yyhl1076 { - yyb1076 = yyj1076 > l + yyj1104++ + if yyhl1104 { + yyb1104 = yyj1104 > l } else { - yyb1076 = r.CheckBreak() + yyb1104 = r.CheckBreak() } - if yyb1076 { + if yyb1104 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1076-1, "") + z.DecStructFieldNotFound(yyj1104-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15299,37 +15773,37 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1084 := z.EncBinary() - _ = yym1084 + yym1112 := z.EncBinary() + _ = yym1112 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1085 := !z.EncBinary() - yy2arr1085 := z.EncBasicHandle().StructToArray - var yyq1085 [3]bool - _, _, _ = yysep1085, yyq1085, yy2arr1085 - const yyr1085 bool = false - yyq1085[0] = x.Name != "" - yyq1085[1] = len(x.Items) != 0 - yyq1085[2] = x.DefaultMode != nil - var yynn1085 int - if yyr1085 || yy2arr1085 { + yysep1113 := !z.EncBinary() + yy2arr1113 := z.EncBasicHandle().StructToArray + var yyq1113 [3]bool + _, _, _ = yysep1113, yyq1113, yy2arr1113 + const yyr1113 bool = false + yyq1113[0] = x.Name != "" + yyq1113[1] = len(x.Items) != 0 + yyq1113[2] = x.DefaultMode != nil + var yynn1113 int + if yyr1113 || yy2arr1113 { r.EncodeArrayStart(3) } else { - yynn1085 = 0 - for _, b := range yyq1085 { + yynn1113 = 0 + for _, b := range yyq1113 { if b { - yynn1085++ + yynn1113++ } } - r.EncodeMapStart(yynn1085) - yynn1085 = 0 + r.EncodeMapStart(yynn1113) + yynn1113 = 0 } - if yyr1085 || yy2arr1085 { + if yyr1113 || yy2arr1113 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1085[0] { - yym1087 := z.EncBinary() - _ = yym1087 + if yyq1113[0] { + yym1115 := z.EncBinary() + _ = yym1115 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -15338,26 +15812,26 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1085[0] { + if yyq1113[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1088 := z.EncBinary() - _ = yym1088 + yym1116 := z.EncBinary() + _ = yym1116 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr1085 || yy2arr1085 { + if yyr1113 || yy2arr1113 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1085[1] { + if yyq1113[1] { if x.Items == nil { r.EncodeNil() } else { - yym1090 := z.EncBinary() - _ = yym1090 + yym1118 := z.EncBinary() + _ = yym1118 if false { } else { h.encSliceKeyToPath(([]KeyToPath)(x.Items), e) @@ -15367,15 +15841,15 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1085[1] { + if yyq1113[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym1091 := z.EncBinary() - _ = yym1091 + yym1119 := z.EncBinary() + _ = yym1119 if false { } else { h.encSliceKeyToPath(([]KeyToPath)(x.Items), e) @@ -15383,42 +15857,42 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1085 || yy2arr1085 { + if yyr1113 || yy2arr1113 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1085[2] { + if yyq1113[2] { if x.DefaultMode == nil { r.EncodeNil() } else { - yy1093 := *x.DefaultMode - yym1094 := z.EncBinary() - _ = yym1094 + yy1121 := *x.DefaultMode + yym1122 := z.EncBinary() + _ = yym1122 if false { } else { - r.EncodeInt(int64(yy1093)) + r.EncodeInt(int64(yy1121)) } } } else { r.EncodeNil() } } else { - if yyq1085[2] { + if yyq1113[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultMode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DefaultMode == nil { r.EncodeNil() } else { - yy1095 := *x.DefaultMode - yym1096 := z.EncBinary() - _ = yym1096 + yy1123 := *x.DefaultMode + yym1124 := z.EncBinary() + _ = yym1124 if false { } else { - r.EncodeInt(int64(yy1095)) + r.EncodeInt(int64(yy1123)) } } } } - if yyr1085 || yy2arr1085 { + if yyr1113 || yy2arr1113 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15431,25 +15905,25 @@ func (x *ConfigMapVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1097 := z.DecBinary() - _ = yym1097 + yym1125 := z.DecBinary() + _ = yym1125 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1098 := r.ContainerType() - if yyct1098 == codecSelferValueTypeMap1234 { - yyl1098 := r.ReadMapStart() - if yyl1098 == 0 { + yyct1126 := r.ContainerType() + if yyct1126 == codecSelferValueTypeMap1234 { + yyl1126 := r.ReadMapStart() + if yyl1126 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1098, d) + x.codecDecodeSelfFromMap(yyl1126, d) } - } else if yyct1098 == codecSelferValueTypeArray1234 { - yyl1098 := r.ReadArrayStart() - if yyl1098 == 0 { + } else if yyct1126 == codecSelferValueTypeArray1234 { + yyl1126 := r.ReadArrayStart() + if yyl1126 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1098, d) + x.codecDecodeSelfFromArray(yyl1126, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15461,12 +15935,12 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1099Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1099Slc - var yyhl1099 bool = l >= 0 - for yyj1099 := 0; ; yyj1099++ { - if yyhl1099 { - if yyj1099 >= l { + var yys1127Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1127Slc + var yyhl1127 bool = l >= 0 + for yyj1127 := 0; ; yyj1127++ { + if yyhl1127 { + if yyj1127 >= l { break } } else { @@ -15475,10 +15949,10 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1099Slc = r.DecodeBytes(yys1099Slc, true, true) - yys1099 := string(yys1099Slc) + yys1127Slc = r.DecodeBytes(yys1127Slc, true, true) + yys1127 := string(yys1127Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1099 { + switch yys1127 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -15489,12 +15963,12 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1101 := &x.Items - yym1102 := z.DecBinary() - _ = yym1102 + yyv1129 := &x.Items + yym1130 := z.DecBinary() + _ = yym1130 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv1101), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv1129), d) } } case "defaultMode": @@ -15506,17 +15980,17 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym1104 := z.DecBinary() - _ = yym1104 + yym1132 := z.DecBinary() + _ = yym1132 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys1099) - } // end switch yys1099 - } // end for yyj1099 + z.DecStructFieldNotFound(-1, yys1127) + } // end switch yys1127 + } // end for yyj1127 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15524,16 +15998,16 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1105 int - var yyb1105 bool - var yyhl1105 bool = l >= 0 - yyj1105++ - if yyhl1105 { - yyb1105 = yyj1105 > l + var yyj1133 int + var yyb1133 bool + var yyhl1133 bool = l >= 0 + yyj1133++ + if yyhl1133 { + yyb1133 = yyj1133 > l } else { - yyb1105 = r.CheckBreak() + yyb1133 = r.CheckBreak() } - if yyb1105 { + if yyb1133 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15543,13 +16017,13 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Name = string(r.DecodeString()) } - yyj1105++ - if yyhl1105 { - yyb1105 = yyj1105 > l + yyj1133++ + if yyhl1133 { + yyb1133 = yyj1133 > l } else { - yyb1105 = r.CheckBreak() + yyb1133 = r.CheckBreak() } - if yyb1105 { + if yyb1133 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15557,21 +16031,21 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1107 := &x.Items - yym1108 := z.DecBinary() - _ = yym1108 + yyv1135 := &x.Items + yym1136 := z.DecBinary() + _ = yym1136 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv1107), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv1135), d) } } - yyj1105++ - if yyhl1105 { - yyb1105 = yyj1105 > l + yyj1133++ + if yyhl1133 { + yyb1133 = yyj1133 > l } else { - yyb1105 = r.CheckBreak() + yyb1133 = r.CheckBreak() } - if yyb1105 { + if yyb1133 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15584,25 +16058,25 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym1110 := z.DecBinary() - _ = yym1110 + yym1138 := z.DecBinary() + _ = yym1138 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } for { - yyj1105++ - if yyhl1105 { - yyb1105 = yyj1105 > l + yyj1133++ + if yyhl1133 { + yyb1133 = yyj1133 > l } else { - yyb1105 = r.CheckBreak() + yyb1133 = r.CheckBreak() } - if yyb1105 { + if yyb1133 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1105-1, "") + z.DecStructFieldNotFound(yyj1133-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15614,34 +16088,34 @@ func (x *KeyToPath) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1111 := z.EncBinary() - _ = yym1111 + yym1139 := z.EncBinary() + _ = yym1139 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1112 := !z.EncBinary() - yy2arr1112 := z.EncBasicHandle().StructToArray - var yyq1112 [3]bool - _, _, _ = yysep1112, yyq1112, yy2arr1112 - const yyr1112 bool = false - yyq1112[2] = x.Mode != nil - var yynn1112 int - if yyr1112 || yy2arr1112 { + yysep1140 := !z.EncBinary() + yy2arr1140 := z.EncBasicHandle().StructToArray + var yyq1140 [3]bool + _, _, _ = yysep1140, yyq1140, yy2arr1140 + const yyr1140 bool = false + yyq1140[2] = x.Mode != nil + var yynn1140 int + if yyr1140 || yy2arr1140 { r.EncodeArrayStart(3) } else { - yynn1112 = 2 - for _, b := range yyq1112 { + yynn1140 = 2 + for _, b := range yyq1140 { if b { - yynn1112++ + yynn1140++ } } - r.EncodeMapStart(yynn1112) - yynn1112 = 0 + r.EncodeMapStart(yynn1140) + yynn1140 = 0 } - if yyr1112 || yy2arr1112 { + if yyr1140 || yy2arr1140 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1114 := z.EncBinary() - _ = yym1114 + yym1142 := z.EncBinary() + _ = yym1142 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -15650,17 +16124,17 @@ func (x *KeyToPath) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1115 := z.EncBinary() - _ = yym1115 + yym1143 := z.EncBinary() + _ = yym1143 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1112 || yy2arr1112 { + if yyr1140 || yy2arr1140 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1117 := z.EncBinary() - _ = yym1117 + yym1145 := z.EncBinary() + _ = yym1145 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -15669,49 +16143,49 @@ func (x *KeyToPath) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1118 := z.EncBinary() - _ = yym1118 + yym1146 := z.EncBinary() + _ = yym1146 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr1112 || yy2arr1112 { + if yyr1140 || yy2arr1140 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1112[2] { + if yyq1140[2] { if x.Mode == nil { r.EncodeNil() } else { - yy1120 := *x.Mode - yym1121 := z.EncBinary() - _ = yym1121 + yy1148 := *x.Mode + yym1149 := z.EncBinary() + _ = yym1149 if false { } else { - r.EncodeInt(int64(yy1120)) + r.EncodeInt(int64(yy1148)) } } } else { r.EncodeNil() } } else { - if yyq1112[2] { + if yyq1140[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("mode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Mode == nil { r.EncodeNil() } else { - yy1122 := *x.Mode - yym1123 := z.EncBinary() - _ = yym1123 + yy1150 := *x.Mode + yym1151 := z.EncBinary() + _ = yym1151 if false { } else { - r.EncodeInt(int64(yy1122)) + r.EncodeInt(int64(yy1150)) } } } } - if yyr1112 || yy2arr1112 { + if yyr1140 || yy2arr1140 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15724,25 +16198,25 @@ func (x *KeyToPath) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1124 := z.DecBinary() - _ = yym1124 + yym1152 := z.DecBinary() + _ = yym1152 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1125 := r.ContainerType() - if yyct1125 == codecSelferValueTypeMap1234 { - yyl1125 := r.ReadMapStart() - if yyl1125 == 0 { + yyct1153 := r.ContainerType() + if yyct1153 == codecSelferValueTypeMap1234 { + yyl1153 := r.ReadMapStart() + if yyl1153 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1125, d) + x.codecDecodeSelfFromMap(yyl1153, d) } - } else if yyct1125 == codecSelferValueTypeArray1234 { - yyl1125 := r.ReadArrayStart() - if yyl1125 == 0 { + } else if yyct1153 == codecSelferValueTypeArray1234 { + yyl1153 := r.ReadArrayStart() + if yyl1153 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1125, d) + x.codecDecodeSelfFromArray(yyl1153, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15754,12 +16228,12 @@ func (x *KeyToPath) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1126Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1126Slc - var yyhl1126 bool = l >= 0 - for yyj1126 := 0; ; yyj1126++ { - if yyhl1126 { - if yyj1126 >= l { + var yys1154Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1154Slc + var yyhl1154 bool = l >= 0 + for yyj1154 := 0; ; yyj1154++ { + if yyhl1154 { + if yyj1154 >= l { break } } else { @@ -15768,10 +16242,10 @@ func (x *KeyToPath) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1126Slc = r.DecodeBytes(yys1126Slc, true, true) - yys1126 := string(yys1126Slc) + yys1154Slc = r.DecodeBytes(yys1154Slc, true, true) + yys1154 := string(yys1154Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1126 { + switch yys1154 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -15793,17 +16267,17 @@ func (x *KeyToPath) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Mode == nil { x.Mode = new(int32) } - yym1130 := z.DecBinary() - _ = yym1130 + yym1158 := z.DecBinary() + _ = yym1158 if false { } else { *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys1126) - } // end switch yys1126 - } // end for yyj1126 + z.DecStructFieldNotFound(-1, yys1154) + } // end switch yys1154 + } // end for yyj1154 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15811,16 +16285,16 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1131 int - var yyb1131 bool - var yyhl1131 bool = l >= 0 - yyj1131++ - if yyhl1131 { - yyb1131 = yyj1131 > l + var yyj1159 int + var yyb1159 bool + var yyhl1159 bool = l >= 0 + yyj1159++ + if yyhl1159 { + yyb1159 = yyj1159 > l } else { - yyb1131 = r.CheckBreak() + yyb1159 = r.CheckBreak() } - if yyb1131 { + if yyb1159 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15830,13 +16304,13 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Key = string(r.DecodeString()) } - yyj1131++ - if yyhl1131 { - yyb1131 = yyj1131 > l + yyj1159++ + if yyhl1159 { + yyb1159 = yyj1159 > l } else { - yyb1131 = r.CheckBreak() + yyb1159 = r.CheckBreak() } - if yyb1131 { + if yyb1159 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15846,13 +16320,13 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Path = string(r.DecodeString()) } - yyj1131++ - if yyhl1131 { - yyb1131 = yyj1131 > l + yyj1159++ + if yyhl1159 { + yyb1159 = yyj1159 > l } else { - yyb1131 = r.CheckBreak() + yyb1159 = r.CheckBreak() } - if yyb1131 { + if yyb1159 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15865,25 +16339,25 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Mode == nil { x.Mode = new(int32) } - yym1135 := z.DecBinary() - _ = yym1135 + yym1163 := z.DecBinary() + _ = yym1163 if false { } else { *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) } } for { - yyj1131++ - if yyhl1131 { - yyb1131 = yyj1131 > l + yyj1159++ + if yyhl1159 { + yyb1159 = yyj1159 > l } else { - yyb1131 = r.CheckBreak() + yyb1159 = r.CheckBreak() } - if yyb1131 { + if yyb1159 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1131-1, "") + z.DecStructFieldNotFound(yyj1159-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15895,38 +16369,38 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1136 := z.EncBinary() - _ = yym1136 + yym1164 := z.EncBinary() + _ = yym1164 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1137 := !z.EncBinary() - yy2arr1137 := z.EncBasicHandle().StructToArray - var yyq1137 [5]bool - _, _, _ = yysep1137, yyq1137, yy2arr1137 - const yyr1137 bool = false - yyq1137[0] = x.Name != "" - yyq1137[1] = x.HostPort != 0 - yyq1137[3] = x.Protocol != "" - yyq1137[4] = x.HostIP != "" - var yynn1137 int - if yyr1137 || yy2arr1137 { + yysep1165 := !z.EncBinary() + yy2arr1165 := z.EncBasicHandle().StructToArray + var yyq1165 [5]bool + _, _, _ = yysep1165, yyq1165, yy2arr1165 + const yyr1165 bool = false + yyq1165[0] = x.Name != "" + yyq1165[1] = x.HostPort != 0 + yyq1165[3] = x.Protocol != "" + yyq1165[4] = x.HostIP != "" + var yynn1165 int + if yyr1165 || yy2arr1165 { r.EncodeArrayStart(5) } else { - yynn1137 = 1 - for _, b := range yyq1137 { + yynn1165 = 1 + for _, b := range yyq1165 { if b { - yynn1137++ + yynn1165++ } } - r.EncodeMapStart(yynn1137) - yynn1137 = 0 + r.EncodeMapStart(yynn1165) + yynn1165 = 0 } - if yyr1137 || yy2arr1137 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1137[0] { - yym1139 := z.EncBinary() - _ = yym1139 + if yyq1165[0] { + yym1167 := z.EncBinary() + _ = yym1167 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -15935,23 +16409,23 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1137[0] { + if yyq1165[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1140 := z.EncBinary() - _ = yym1140 + yym1168 := z.EncBinary() + _ = yym1168 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr1137 || yy2arr1137 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1137[1] { - yym1142 := z.EncBinary() - _ = yym1142 + if yyq1165[1] { + yym1170 := z.EncBinary() + _ = yym1170 if false { } else { r.EncodeInt(int64(x.HostPort)) @@ -15960,22 +16434,22 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1137[1] { + if yyq1165[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1143 := z.EncBinary() - _ = yym1143 + yym1171 := z.EncBinary() + _ = yym1171 if false { } else { r.EncodeInt(int64(x.HostPort)) } } } - if yyr1137 || yy2arr1137 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1145 := z.EncBinary() - _ = yym1145 + yym1173 := z.EncBinary() + _ = yym1173 if false { } else { r.EncodeInt(int64(x.ContainerPort)) @@ -15984,33 +16458,33 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1146 := z.EncBinary() - _ = yym1146 + yym1174 := z.EncBinary() + _ = yym1174 if false { } else { r.EncodeInt(int64(x.ContainerPort)) } } - if yyr1137 || yy2arr1137 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1137[3] { + if yyq1165[3] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1137[3] { + if yyq1165[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr1137 || yy2arr1137 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1137[4] { - yym1149 := z.EncBinary() - _ = yym1149 + if yyq1165[4] { + yym1177 := z.EncBinary() + _ = yym1177 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) @@ -16019,19 +16493,19 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1137[4] { + if yyq1165[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1150 := z.EncBinary() - _ = yym1150 + yym1178 := z.EncBinary() + _ = yym1178 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) } } } - if yyr1137 || yy2arr1137 { + if yyr1165 || yy2arr1165 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16044,25 +16518,25 @@ func (x *ContainerPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1151 := z.DecBinary() - _ = yym1151 + yym1179 := z.DecBinary() + _ = yym1179 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1152 := r.ContainerType() - if yyct1152 == codecSelferValueTypeMap1234 { - yyl1152 := r.ReadMapStart() - if yyl1152 == 0 { + yyct1180 := r.ContainerType() + if yyct1180 == codecSelferValueTypeMap1234 { + yyl1180 := r.ReadMapStart() + if yyl1180 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1152, d) + x.codecDecodeSelfFromMap(yyl1180, d) } - } else if yyct1152 == codecSelferValueTypeArray1234 { - yyl1152 := r.ReadArrayStart() - if yyl1152 == 0 { + } else if yyct1180 == codecSelferValueTypeArray1234 { + yyl1180 := r.ReadArrayStart() + if yyl1180 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1152, d) + x.codecDecodeSelfFromArray(yyl1180, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16074,12 +16548,12 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1153Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1153Slc - var yyhl1153 bool = l >= 0 - for yyj1153 := 0; ; yyj1153++ { - if yyhl1153 { - if yyj1153 >= l { + var yys1181Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1181Slc + var yyhl1181 bool = l >= 0 + for yyj1181 := 0; ; yyj1181++ { + if yyhl1181 { + if yyj1181 >= l { break } } else { @@ -16088,10 +16562,10 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1153Slc = r.DecodeBytes(yys1153Slc, true, true) - yys1153 := string(yys1153Slc) + yys1181Slc = r.DecodeBytes(yys1181Slc, true, true) + yys1181 := string(yys1181Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1153 { + switch yys1181 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -16123,9 +16597,9 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.HostIP = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1153) - } // end switch yys1153 - } // end for yyj1153 + z.DecStructFieldNotFound(-1, yys1181) + } // end switch yys1181 + } // end for yyj1181 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16133,16 +16607,16 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1159 int - var yyb1159 bool - var yyhl1159 bool = l >= 0 - yyj1159++ - if yyhl1159 { - yyb1159 = yyj1159 > l + var yyj1187 int + var yyb1187 bool + var yyhl1187 bool = l >= 0 + yyj1187++ + if yyhl1187 { + yyb1187 = yyj1187 > l } else { - yyb1159 = r.CheckBreak() + yyb1187 = r.CheckBreak() } - if yyb1159 { + if yyb1187 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16152,13 +16626,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1159++ - if yyhl1159 { - yyb1159 = yyj1159 > l + yyj1187++ + if yyhl1187 { + yyb1187 = yyj1187 > l } else { - yyb1159 = r.CheckBreak() + yyb1187 = r.CheckBreak() } - if yyb1159 { + if yyb1187 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16168,13 +16642,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostPort = int32(r.DecodeInt(32)) } - yyj1159++ - if yyhl1159 { - yyb1159 = yyj1159 > l + yyj1187++ + if yyhl1187 { + yyb1187 = yyj1187 > l } else { - yyb1159 = r.CheckBreak() + yyb1187 = r.CheckBreak() } - if yyb1159 { + if yyb1187 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16184,13 +16658,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerPort = int32(r.DecodeInt(32)) } - yyj1159++ - if yyhl1159 { - yyb1159 = yyj1159 > l + yyj1187++ + if yyhl1187 { + yyb1187 = yyj1187 > l } else { - yyb1159 = r.CheckBreak() + yyb1187 = r.CheckBreak() } - if yyb1159 { + if yyb1187 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16200,13 +16674,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj1159++ - if yyhl1159 { - yyb1159 = yyj1159 > l + yyj1187++ + if yyhl1187 { + yyb1187 = yyj1187 > l } else { - yyb1159 = r.CheckBreak() + yyb1187 = r.CheckBreak() } - if yyb1159 { + if yyb1187 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16217,17 +16691,17 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.HostIP = string(r.DecodeString()) } for { - yyj1159++ - if yyhl1159 { - yyb1159 = yyj1159 > l + yyj1187++ + if yyhl1187 { + yyb1187 = yyj1187 > l } else { - yyb1159 = r.CheckBreak() + yyb1187 = r.CheckBreak() } - if yyb1159 { + if yyb1187 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1159-1, "") + z.DecStructFieldNotFound(yyj1187-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16239,35 +16713,35 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1165 := z.EncBinary() - _ = yym1165 + yym1193 := z.EncBinary() + _ = yym1193 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1166 := !z.EncBinary() - yy2arr1166 := z.EncBasicHandle().StructToArray - var yyq1166 [4]bool - _, _, _ = yysep1166, yyq1166, yy2arr1166 - const yyr1166 bool = false - yyq1166[1] = x.ReadOnly != false - yyq1166[3] = x.SubPath != "" - var yynn1166 int - if yyr1166 || yy2arr1166 { + yysep1194 := !z.EncBinary() + yy2arr1194 := z.EncBasicHandle().StructToArray + var yyq1194 [4]bool + _, _, _ = yysep1194, yyq1194, yy2arr1194 + const yyr1194 bool = false + yyq1194[1] = x.ReadOnly != false + yyq1194[3] = x.SubPath != "" + var yynn1194 int + if yyr1194 || yy2arr1194 { r.EncodeArrayStart(4) } else { - yynn1166 = 2 - for _, b := range yyq1166 { + yynn1194 = 2 + for _, b := range yyq1194 { if b { - yynn1166++ + yynn1194++ } } - r.EncodeMapStart(yynn1166) - yynn1166 = 0 + r.EncodeMapStart(yynn1194) + yynn1194 = 0 } - if yyr1166 || yy2arr1166 { + if yyr1194 || yy2arr1194 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1168 := z.EncBinary() - _ = yym1168 + yym1196 := z.EncBinary() + _ = yym1196 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -16276,18 +16750,18 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1169 := z.EncBinary() - _ = yym1169 + yym1197 := z.EncBinary() + _ = yym1197 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1166 || yy2arr1166 { + if yyr1194 || yy2arr1194 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1166[1] { - yym1171 := z.EncBinary() - _ = yym1171 + if yyq1194[1] { + yym1199 := z.EncBinary() + _ = yym1199 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -16296,22 +16770,22 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1166[1] { + if yyq1194[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1172 := z.EncBinary() - _ = yym1172 + yym1200 := z.EncBinary() + _ = yym1200 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr1166 || yy2arr1166 { + if yyr1194 || yy2arr1194 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1174 := z.EncBinary() - _ = yym1174 + yym1202 := z.EncBinary() + _ = yym1202 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MountPath)) @@ -16320,18 +16794,18 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("mountPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1175 := z.EncBinary() - _ = yym1175 + yym1203 := z.EncBinary() + _ = yym1203 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MountPath)) } } - if yyr1166 || yy2arr1166 { + if yyr1194 || yy2arr1194 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1166[3] { - yym1177 := z.EncBinary() - _ = yym1177 + if yyq1194[3] { + yym1205 := z.EncBinary() + _ = yym1205 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SubPath)) @@ -16340,19 +16814,19 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1166[3] { + if yyq1194[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("subPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1178 := z.EncBinary() - _ = yym1178 + yym1206 := z.EncBinary() + _ = yym1206 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SubPath)) } } } - if yyr1166 || yy2arr1166 { + if yyr1194 || yy2arr1194 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16365,25 +16839,25 @@ func (x *VolumeMount) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1179 := z.DecBinary() - _ = yym1179 + yym1207 := z.DecBinary() + _ = yym1207 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1180 := r.ContainerType() - if yyct1180 == codecSelferValueTypeMap1234 { - yyl1180 := r.ReadMapStart() - if yyl1180 == 0 { + yyct1208 := r.ContainerType() + if yyct1208 == codecSelferValueTypeMap1234 { + yyl1208 := r.ReadMapStart() + if yyl1208 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1180, d) + x.codecDecodeSelfFromMap(yyl1208, d) } - } else if yyct1180 == codecSelferValueTypeArray1234 { - yyl1180 := r.ReadArrayStart() - if yyl1180 == 0 { + } else if yyct1208 == codecSelferValueTypeArray1234 { + yyl1208 := r.ReadArrayStart() + if yyl1208 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1180, d) + x.codecDecodeSelfFromArray(yyl1208, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16395,12 +16869,12 @@ func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1181Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1181Slc - var yyhl1181 bool = l >= 0 - for yyj1181 := 0; ; yyj1181++ { - if yyhl1181 { - if yyj1181 >= l { + var yys1209Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1209Slc + var yyhl1209 bool = l >= 0 + for yyj1209 := 0; ; yyj1209++ { + if yyhl1209 { + if yyj1209 >= l { break } } else { @@ -16409,10 +16883,10 @@ func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1181Slc = r.DecodeBytes(yys1181Slc, true, true) - yys1181 := string(yys1181Slc) + yys1209Slc = r.DecodeBytes(yys1209Slc, true, true) + yys1209 := string(yys1209Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1181 { + switch yys1209 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -16438,9 +16912,9 @@ func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SubPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1181) - } // end switch yys1181 - } // end for yyj1181 + z.DecStructFieldNotFound(-1, yys1209) + } // end switch yys1209 + } // end for yyj1209 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16448,16 +16922,16 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1186 int - var yyb1186 bool - var yyhl1186 bool = l >= 0 - yyj1186++ - if yyhl1186 { - yyb1186 = yyj1186 > l + var yyj1214 int + var yyb1214 bool + var yyhl1214 bool = l >= 0 + yyj1214++ + if yyhl1214 { + yyb1214 = yyj1214 > l } else { - yyb1186 = r.CheckBreak() + yyb1214 = r.CheckBreak() } - if yyb1186 { + if yyb1214 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16467,13 +16941,13 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1186++ - if yyhl1186 { - yyb1186 = yyj1186 > l + yyj1214++ + if yyhl1214 { + yyb1214 = yyj1214 > l } else { - yyb1186 = r.CheckBreak() + yyb1214 = r.CheckBreak() } - if yyb1186 { + if yyb1214 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16483,13 +16957,13 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ReadOnly = bool(r.DecodeBool()) } - yyj1186++ - if yyhl1186 { - yyb1186 = yyj1186 > l + yyj1214++ + if yyhl1214 { + yyb1214 = yyj1214 > l } else { - yyb1186 = r.CheckBreak() + yyb1214 = r.CheckBreak() } - if yyb1186 { + if yyb1214 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16499,13 +16973,13 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MountPath = string(r.DecodeString()) } - yyj1186++ - if yyhl1186 { - yyb1186 = yyj1186 > l + yyj1214++ + if yyhl1214 { + yyb1214 = yyj1214 > l } else { - yyb1186 = r.CheckBreak() + yyb1214 = r.CheckBreak() } - if yyb1186 { + if yyb1214 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16516,17 +16990,17 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SubPath = string(r.DecodeString()) } for { - yyj1186++ - if yyhl1186 { - yyb1186 = yyj1186 > l + yyj1214++ + if yyhl1214 { + yyb1214 = yyj1214 > l } else { - yyb1186 = r.CheckBreak() + yyb1214 = r.CheckBreak() } - if yyb1186 { + if yyb1214 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1186-1, "") + z.DecStructFieldNotFound(yyj1214-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16538,35 +17012,35 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1191 := z.EncBinary() - _ = yym1191 + yym1219 := z.EncBinary() + _ = yym1219 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1192 := !z.EncBinary() - yy2arr1192 := z.EncBasicHandle().StructToArray - var yyq1192 [3]bool - _, _, _ = yysep1192, yyq1192, yy2arr1192 - const yyr1192 bool = false - yyq1192[1] = x.Value != "" - yyq1192[2] = x.ValueFrom != nil - var yynn1192 int - if yyr1192 || yy2arr1192 { + yysep1220 := !z.EncBinary() + yy2arr1220 := z.EncBasicHandle().StructToArray + var yyq1220 [3]bool + _, _, _ = yysep1220, yyq1220, yy2arr1220 + const yyr1220 bool = false + yyq1220[1] = x.Value != "" + yyq1220[2] = x.ValueFrom != nil + var yynn1220 int + if yyr1220 || yy2arr1220 { r.EncodeArrayStart(3) } else { - yynn1192 = 1 - for _, b := range yyq1192 { + yynn1220 = 1 + for _, b := range yyq1220 { if b { - yynn1192++ + yynn1220++ } } - r.EncodeMapStart(yynn1192) - yynn1192 = 0 + r.EncodeMapStart(yynn1220) + yynn1220 = 0 } - if yyr1192 || yy2arr1192 { + if yyr1220 || yy2arr1220 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1194 := z.EncBinary() - _ = yym1194 + yym1222 := z.EncBinary() + _ = yym1222 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -16575,18 +17049,18 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1195 := z.EncBinary() - _ = yym1195 + yym1223 := z.EncBinary() + _ = yym1223 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1192 || yy2arr1192 { + if yyr1220 || yy2arr1220 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1192[1] { - yym1197 := z.EncBinary() - _ = yym1197 + if yyq1220[1] { + yym1225 := z.EncBinary() + _ = yym1225 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -16595,21 +17069,21 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1192[1] { + if yyq1220[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1198 := z.EncBinary() - _ = yym1198 + yym1226 := z.EncBinary() + _ = yym1226 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } } - if yyr1192 || yy2arr1192 { + if yyr1220 || yy2arr1220 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1192[2] { + if yyq1220[2] { if x.ValueFrom == nil { r.EncodeNil() } else { @@ -16619,7 +17093,7 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1192[2] { + if yyq1220[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("valueFrom")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16630,7 +17104,7 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1192 || yy2arr1192 { + if yyr1220 || yy2arr1220 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16643,25 +17117,25 @@ func (x *EnvVar) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1200 := z.DecBinary() - _ = yym1200 + yym1228 := z.DecBinary() + _ = yym1228 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1201 := r.ContainerType() - if yyct1201 == codecSelferValueTypeMap1234 { - yyl1201 := r.ReadMapStart() - if yyl1201 == 0 { + yyct1229 := r.ContainerType() + if yyct1229 == codecSelferValueTypeMap1234 { + yyl1229 := r.ReadMapStart() + if yyl1229 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1201, d) + x.codecDecodeSelfFromMap(yyl1229, d) } - } else if yyct1201 == codecSelferValueTypeArray1234 { - yyl1201 := r.ReadArrayStart() - if yyl1201 == 0 { + } else if yyct1229 == codecSelferValueTypeArray1234 { + yyl1229 := r.ReadArrayStart() + if yyl1229 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1201, d) + x.codecDecodeSelfFromArray(yyl1229, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16673,12 +17147,12 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1202Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1202Slc - var yyhl1202 bool = l >= 0 - for yyj1202 := 0; ; yyj1202++ { - if yyhl1202 { - if yyj1202 >= l { + var yys1230Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1230Slc + var yyhl1230 bool = l >= 0 + for yyj1230 := 0; ; yyj1230++ { + if yyhl1230 { + if yyj1230 >= l { break } } else { @@ -16687,10 +17161,10 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1202Slc = r.DecodeBytes(yys1202Slc, true, true) - yys1202 := string(yys1202Slc) + yys1230Slc = r.DecodeBytes(yys1230Slc, true, true) + yys1230 := string(yys1230Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1202 { + switch yys1230 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -16715,9 +17189,9 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ValueFrom.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1202) - } // end switch yys1202 - } // end for yyj1202 + z.DecStructFieldNotFound(-1, yys1230) + } // end switch yys1230 + } // end for yyj1230 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16725,16 +17199,16 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1206 int - var yyb1206 bool - var yyhl1206 bool = l >= 0 - yyj1206++ - if yyhl1206 { - yyb1206 = yyj1206 > l + var yyj1234 int + var yyb1234 bool + var yyhl1234 bool = l >= 0 + yyj1234++ + if yyhl1234 { + yyb1234 = yyj1234 > l } else { - yyb1206 = r.CheckBreak() + yyb1234 = r.CheckBreak() } - if yyb1206 { + if yyb1234 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16744,13 +17218,13 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1206++ - if yyhl1206 { - yyb1206 = yyj1206 > l + yyj1234++ + if yyhl1234 { + yyb1234 = yyj1234 > l } else { - yyb1206 = r.CheckBreak() + yyb1234 = r.CheckBreak() } - if yyb1206 { + if yyb1234 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16760,13 +17234,13 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Value = string(r.DecodeString()) } - yyj1206++ - if yyhl1206 { - yyb1206 = yyj1206 > l + yyj1234++ + if yyhl1234 { + yyb1234 = yyj1234 > l } else { - yyb1206 = r.CheckBreak() + yyb1234 = r.CheckBreak() } - if yyb1206 { + if yyb1234 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16782,17 +17256,17 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.ValueFrom.CodecDecodeSelf(d) } for { - yyj1206++ - if yyhl1206 { - yyb1206 = yyj1206 > l + yyj1234++ + if yyhl1234 { + yyb1234 = yyj1234 > l } else { - yyb1206 = r.CheckBreak() + yyb1234 = r.CheckBreak() } - if yyb1206 { + if yyb1234 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1206-1, "") + z.DecStructFieldNotFound(yyj1234-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16804,36 +17278,36 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1210 := z.EncBinary() - _ = yym1210 + yym1238 := z.EncBinary() + _ = yym1238 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1211 := !z.EncBinary() - yy2arr1211 := z.EncBasicHandle().StructToArray - var yyq1211 [4]bool - _, _, _ = yysep1211, yyq1211, yy2arr1211 - const yyr1211 bool = false - yyq1211[0] = x.FieldRef != nil - yyq1211[1] = x.ResourceFieldRef != nil - yyq1211[2] = x.ConfigMapKeyRef != nil - yyq1211[3] = x.SecretKeyRef != nil - var yynn1211 int - if yyr1211 || yy2arr1211 { + yysep1239 := !z.EncBinary() + yy2arr1239 := z.EncBasicHandle().StructToArray + var yyq1239 [4]bool + _, _, _ = yysep1239, yyq1239, yy2arr1239 + const yyr1239 bool = false + yyq1239[0] = x.FieldRef != nil + yyq1239[1] = x.ResourceFieldRef != nil + yyq1239[2] = x.ConfigMapKeyRef != nil + yyq1239[3] = x.SecretKeyRef != nil + var yynn1239 int + if yyr1239 || yy2arr1239 { r.EncodeArrayStart(4) } else { - yynn1211 = 0 - for _, b := range yyq1211 { + yynn1239 = 0 + for _, b := range yyq1239 { if b { - yynn1211++ + yynn1239++ } } - r.EncodeMapStart(yynn1211) - yynn1211 = 0 + r.EncodeMapStart(yynn1239) + yynn1239 = 0 } - if yyr1211 || yy2arr1211 { + if yyr1239 || yy2arr1239 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1211[0] { + if yyq1239[0] { if x.FieldRef == nil { r.EncodeNil() } else { @@ -16843,7 +17317,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1211[0] { + if yyq1239[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16854,9 +17328,9 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1211 || yy2arr1211 { + if yyr1239 || yy2arr1239 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1211[1] { + if yyq1239[1] { if x.ResourceFieldRef == nil { r.EncodeNil() } else { @@ -16866,7 +17340,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1211[1] { + if yyq1239[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceFieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16877,9 +17351,9 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1211 || yy2arr1211 { + if yyr1239 || yy2arr1239 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1211[2] { + if yyq1239[2] { if x.ConfigMapKeyRef == nil { r.EncodeNil() } else { @@ -16889,7 +17363,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1211[2] { + if yyq1239[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("configMapKeyRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16900,9 +17374,9 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1211 || yy2arr1211 { + if yyr1239 || yy2arr1239 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1211[3] { + if yyq1239[3] { if x.SecretKeyRef == nil { r.EncodeNil() } else { @@ -16912,7 +17386,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1211[3] { + if yyq1239[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretKeyRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16923,7 +17397,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1211 || yy2arr1211 { + if yyr1239 || yy2arr1239 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16936,25 +17410,25 @@ func (x *EnvVarSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1216 := z.DecBinary() - _ = yym1216 + yym1244 := z.DecBinary() + _ = yym1244 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1217 := r.ContainerType() - if yyct1217 == codecSelferValueTypeMap1234 { - yyl1217 := r.ReadMapStart() - if yyl1217 == 0 { + yyct1245 := r.ContainerType() + if yyct1245 == codecSelferValueTypeMap1234 { + yyl1245 := r.ReadMapStart() + if yyl1245 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1217, d) + x.codecDecodeSelfFromMap(yyl1245, d) } - } else if yyct1217 == codecSelferValueTypeArray1234 { - yyl1217 := r.ReadArrayStart() - if yyl1217 == 0 { + } else if yyct1245 == codecSelferValueTypeArray1234 { + yyl1245 := r.ReadArrayStart() + if yyl1245 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1217, d) + x.codecDecodeSelfFromArray(yyl1245, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16966,12 +17440,12 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1218Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1218Slc - var yyhl1218 bool = l >= 0 - for yyj1218 := 0; ; yyj1218++ { - if yyhl1218 { - if yyj1218 >= l { + var yys1246Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1246Slc + var yyhl1246 bool = l >= 0 + for yyj1246 := 0; ; yyj1246++ { + if yyhl1246 { + if yyj1246 >= l { break } } else { @@ -16980,10 +17454,10 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1218Slc = r.DecodeBytes(yys1218Slc, true, true) - yys1218 := string(yys1218Slc) + yys1246Slc = r.DecodeBytes(yys1246Slc, true, true) + yys1246 := string(yys1246Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1218 { + switch yys1246 { case "fieldRef": if r.TryDecodeAsNil() { if x.FieldRef != nil { @@ -17029,9 +17503,9 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SecretKeyRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1218) - } // end switch yys1218 - } // end for yyj1218 + z.DecStructFieldNotFound(-1, yys1246) + } // end switch yys1246 + } // end for yyj1246 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17039,16 +17513,16 @@ func (x *EnvVarSource) 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 yyj1251 int + var yyb1251 bool + var yyhl1251 bool = l >= 0 + yyj1251++ + if yyhl1251 { + yyb1251 = yyj1251 > l } else { - yyb1223 = r.CheckBreak() + yyb1251 = r.CheckBreak() } - if yyb1223 { + if yyb1251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17063,13 +17537,13 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.FieldRef.CodecDecodeSelf(d) } - yyj1223++ - if yyhl1223 { - yyb1223 = yyj1223 > l + yyj1251++ + if yyhl1251 { + yyb1251 = yyj1251 > l } else { - yyb1223 = r.CheckBreak() + yyb1251 = r.CheckBreak() } - if yyb1223 { + if yyb1251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17084,13 +17558,13 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ResourceFieldRef.CodecDecodeSelf(d) } - yyj1223++ - if yyhl1223 { - yyb1223 = yyj1223 > l + yyj1251++ + if yyhl1251 { + yyb1251 = yyj1251 > l } else { - yyb1223 = r.CheckBreak() + yyb1251 = r.CheckBreak() } - if yyb1223 { + if yyb1251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17105,13 +17579,13 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ConfigMapKeyRef.CodecDecodeSelf(d) } - yyj1223++ - if yyhl1223 { - yyb1223 = yyj1223 > l + yyj1251++ + if yyhl1251 { + yyb1251 = yyj1251 > l } else { - yyb1223 = r.CheckBreak() + yyb1251 = r.CheckBreak() } - if yyb1223 { + if yyb1251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17127,17 +17601,17 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SecretKeyRef.CodecDecodeSelf(d) } for { - yyj1223++ - if yyhl1223 { - yyb1223 = yyj1223 > l + yyj1251++ + if yyhl1251 { + yyb1251 = yyj1251 > l } else { - yyb1223 = r.CheckBreak() + yyb1251 = r.CheckBreak() } - if yyb1223 { + if yyb1251 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1223-1, "") + z.DecStructFieldNotFound(yyj1251-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17149,35 +17623,35 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1228 := z.EncBinary() - _ = yym1228 + yym1256 := z.EncBinary() + _ = yym1256 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1229 := !z.EncBinary() - yy2arr1229 := z.EncBasicHandle().StructToArray - var yyq1229 [2]bool - _, _, _ = yysep1229, yyq1229, yy2arr1229 - const yyr1229 bool = false - yyq1229[0] = x.APIVersion != "" - var yynn1229 int - if yyr1229 || yy2arr1229 { + yysep1257 := !z.EncBinary() + yy2arr1257 := z.EncBasicHandle().StructToArray + var yyq1257 [2]bool + _, _, _ = yysep1257, yyq1257, yy2arr1257 + const yyr1257 bool = false + yyq1257[0] = x.APIVersion != "" + var yynn1257 int + if yyr1257 || yy2arr1257 { r.EncodeArrayStart(2) } else { - yynn1229 = 1 - for _, b := range yyq1229 { + yynn1257 = 1 + for _, b := range yyq1257 { if b { - yynn1229++ + yynn1257++ } } - r.EncodeMapStart(yynn1229) - yynn1229 = 0 + r.EncodeMapStart(yynn1257) + yynn1257 = 0 } - if yyr1229 || yy2arr1229 { + if yyr1257 || yy2arr1257 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1229[0] { - yym1231 := z.EncBinary() - _ = yym1231 + if yyq1257[0] { + yym1259 := z.EncBinary() + _ = yym1259 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -17186,22 +17660,22 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1229[0] { + if yyq1257[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1232 := z.EncBinary() - _ = yym1232 + yym1260 := z.EncBinary() + _ = yym1260 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1229 || yy2arr1229 { + if yyr1257 || yy2arr1257 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1234 := z.EncBinary() - _ = yym1234 + yym1262 := z.EncBinary() + _ = yym1262 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) @@ -17210,14 +17684,14 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1235 := z.EncBinary() - _ = yym1235 + yym1263 := z.EncBinary() + _ = yym1263 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } - if yyr1229 || yy2arr1229 { + if yyr1257 || yy2arr1257 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17230,25 +17704,25 @@ func (x *ObjectFieldSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1236 := z.DecBinary() - _ = yym1236 + yym1264 := z.DecBinary() + _ = yym1264 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1237 := r.ContainerType() - if yyct1237 == codecSelferValueTypeMap1234 { - yyl1237 := r.ReadMapStart() - if yyl1237 == 0 { + yyct1265 := r.ContainerType() + if yyct1265 == codecSelferValueTypeMap1234 { + yyl1265 := r.ReadMapStart() + if yyl1265 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1237, d) + x.codecDecodeSelfFromMap(yyl1265, d) } - } else if yyct1237 == codecSelferValueTypeArray1234 { - yyl1237 := r.ReadArrayStart() - if yyl1237 == 0 { + } else if yyct1265 == codecSelferValueTypeArray1234 { + yyl1265 := r.ReadArrayStart() + if yyl1265 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1237, d) + x.codecDecodeSelfFromArray(yyl1265, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17260,12 +17734,12 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1238Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1238Slc - var yyhl1238 bool = l >= 0 - for yyj1238 := 0; ; yyj1238++ { - if yyhl1238 { - if yyj1238 >= l { + var yys1266Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1266Slc + var yyhl1266 bool = l >= 0 + for yyj1266 := 0; ; yyj1266++ { + if yyhl1266 { + if yyj1266 >= l { break } } else { @@ -17274,10 +17748,10 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1238Slc = r.DecodeBytes(yys1238Slc, true, true) - yys1238 := string(yys1238Slc) + yys1266Slc = r.DecodeBytes(yys1266Slc, true, true) + yys1266 := string(yys1266Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1238 { + switch yys1266 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -17291,9 +17765,9 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1238) - } // end switch yys1238 - } // end for yyj1238 + z.DecStructFieldNotFound(-1, yys1266) + } // end switch yys1266 + } // end for yyj1266 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17301,16 +17775,16 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1241 int - var yyb1241 bool - var yyhl1241 bool = l >= 0 - yyj1241++ - if yyhl1241 { - yyb1241 = yyj1241 > l + var yyj1269 int + var yyb1269 bool + var yyhl1269 bool = l >= 0 + yyj1269++ + if yyhl1269 { + yyb1269 = yyj1269 > l } else { - yyb1241 = r.CheckBreak() + yyb1269 = r.CheckBreak() } - if yyb1241 { + if yyb1269 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17320,13 +17794,13 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj1241++ - if yyhl1241 { - yyb1241 = yyj1241 > l + yyj1269++ + if yyhl1269 { + yyb1269 = yyj1269 > l } else { - yyb1241 = r.CheckBreak() + yyb1269 = r.CheckBreak() } - if yyb1241 { + if yyb1269 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17337,17 +17811,17 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.FieldPath = string(r.DecodeString()) } for { - yyj1241++ - if yyhl1241 { - yyb1241 = yyj1241 > l + yyj1269++ + if yyhl1269 { + yyb1269 = yyj1269 > l } else { - yyb1241 = r.CheckBreak() + yyb1269 = r.CheckBreak() } - if yyb1241 { + if yyb1269 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1241-1, "") + z.DecStructFieldNotFound(yyj1269-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17359,36 +17833,36 @@ func (x *ResourceFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1244 := z.EncBinary() - _ = yym1244 + yym1272 := z.EncBinary() + _ = yym1272 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1245 := !z.EncBinary() - yy2arr1245 := z.EncBasicHandle().StructToArray - var yyq1245 [3]bool - _, _, _ = yysep1245, yyq1245, yy2arr1245 - const yyr1245 bool = false - yyq1245[0] = x.ContainerName != "" - yyq1245[2] = true - var yynn1245 int - if yyr1245 || yy2arr1245 { + yysep1273 := !z.EncBinary() + yy2arr1273 := z.EncBasicHandle().StructToArray + var yyq1273 [3]bool + _, _, _ = yysep1273, yyq1273, yy2arr1273 + const yyr1273 bool = false + yyq1273[0] = x.ContainerName != "" + yyq1273[2] = true + var yynn1273 int + if yyr1273 || yy2arr1273 { r.EncodeArrayStart(3) } else { - yynn1245 = 1 - for _, b := range yyq1245 { + yynn1273 = 1 + for _, b := range yyq1273 { if b { - yynn1245++ + yynn1273++ } } - r.EncodeMapStart(yynn1245) - yynn1245 = 0 + r.EncodeMapStart(yynn1273) + yynn1273 = 0 } - if yyr1245 || yy2arr1245 { + if yyr1273 || yy2arr1273 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1245[0] { - yym1247 := z.EncBinary() - _ = yym1247 + if yyq1273[0] { + yym1275 := z.EncBinary() + _ = yym1275 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerName)) @@ -17397,22 +17871,22 @@ func (x *ResourceFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1245[0] { + if yyq1273[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1248 := z.EncBinary() - _ = yym1248 + yym1276 := z.EncBinary() + _ = yym1276 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerName)) } } } - if yyr1245 || yy2arr1245 { + if yyr1273 || yy2arr1273 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1250 := z.EncBinary() - _ = yym1250 + yym1278 := z.EncBinary() + _ = yym1278 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Resource)) @@ -17421,47 +17895,47 @@ func (x *ResourceFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resource")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1251 := z.EncBinary() - _ = yym1251 + yym1279 := z.EncBinary() + _ = yym1279 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Resource)) } } - if yyr1245 || yy2arr1245 { + if yyr1273 || yy2arr1273 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1245[2] { - yy1253 := &x.Divisor - yym1254 := z.EncBinary() - _ = yym1254 + if yyq1273[2] { + yy1281 := &x.Divisor + yym1282 := z.EncBinary() + _ = yym1282 if false { - } else if z.HasExtensions() && z.EncExt(yy1253) { - } else if !yym1254 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1253) + } else if z.HasExtensions() && z.EncExt(yy1281) { + } else if !yym1282 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1281) } else { - z.EncFallback(yy1253) + z.EncFallback(yy1281) } } else { r.EncodeNil() } } else { - if yyq1245[2] { + if yyq1273[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("divisor")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1255 := &x.Divisor - yym1256 := z.EncBinary() - _ = yym1256 + yy1283 := &x.Divisor + yym1284 := z.EncBinary() + _ = yym1284 if false { - } else if z.HasExtensions() && z.EncExt(yy1255) { - } else if !yym1256 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1255) + } else if z.HasExtensions() && z.EncExt(yy1283) { + } else if !yym1284 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1283) } else { - z.EncFallback(yy1255) + z.EncFallback(yy1283) } } } - if yyr1245 || yy2arr1245 { + if yyr1273 || yy2arr1273 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17474,25 +17948,25 @@ func (x *ResourceFieldSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1257 := z.DecBinary() - _ = yym1257 + yym1285 := z.DecBinary() + _ = yym1285 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1258 := r.ContainerType() - if yyct1258 == codecSelferValueTypeMap1234 { - yyl1258 := r.ReadMapStart() - if yyl1258 == 0 { + yyct1286 := r.ContainerType() + if yyct1286 == codecSelferValueTypeMap1234 { + yyl1286 := r.ReadMapStart() + if yyl1286 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1258, d) + x.codecDecodeSelfFromMap(yyl1286, d) } - } else if yyct1258 == codecSelferValueTypeArray1234 { - yyl1258 := r.ReadArrayStart() - if yyl1258 == 0 { + } else if yyct1286 == codecSelferValueTypeArray1234 { + yyl1286 := r.ReadArrayStart() + if yyl1286 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1258, d) + x.codecDecodeSelfFromArray(yyl1286, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17504,12 +17978,12 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1259Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1259Slc - var yyhl1259 bool = l >= 0 - for yyj1259 := 0; ; yyj1259++ { - if yyhl1259 { - if yyj1259 >= l { + var yys1287Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1287Slc + var yyhl1287 bool = l >= 0 + for yyj1287 := 0; ; yyj1287++ { + if yyhl1287 { + if yyj1287 >= l { break } } else { @@ -17518,10 +17992,10 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1259Slc = r.DecodeBytes(yys1259Slc, true, true) - yys1259 := string(yys1259Slc) + yys1287Slc = r.DecodeBytes(yys1287Slc, true, true) + yys1287 := string(yys1287Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1259 { + switch yys1287 { case "containerName": if r.TryDecodeAsNil() { x.ContainerName = "" @@ -17538,21 +18012,21 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Divisor = pkg3_resource.Quantity{} } else { - yyv1262 := &x.Divisor - yym1263 := z.DecBinary() - _ = yym1263 + yyv1290 := &x.Divisor + yym1291 := z.DecBinary() + _ = yym1291 if false { - } else if z.HasExtensions() && z.DecExt(yyv1262) { - } else if !yym1263 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1262) + } else if z.HasExtensions() && z.DecExt(yyv1290) { + } else if !yym1291 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1290) } else { - z.DecFallback(yyv1262, false) + z.DecFallback(yyv1290, false) } } default: - z.DecStructFieldNotFound(-1, yys1259) - } // end switch yys1259 - } // end for yyj1259 + z.DecStructFieldNotFound(-1, yys1287) + } // end switch yys1287 + } // end for yyj1287 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17560,16 +18034,16 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1264 int - var yyb1264 bool - var yyhl1264 bool = l >= 0 - yyj1264++ - if yyhl1264 { - yyb1264 = yyj1264 > l + var yyj1292 int + var yyb1292 bool + var yyhl1292 bool = l >= 0 + yyj1292++ + if yyhl1292 { + yyb1292 = yyj1292 > l } else { - yyb1264 = r.CheckBreak() + yyb1292 = r.CheckBreak() } - if yyb1264 { + if yyb1292 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17579,13 +18053,13 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.ContainerName = string(r.DecodeString()) } - yyj1264++ - if yyhl1264 { - yyb1264 = yyj1264 > l + yyj1292++ + if yyhl1292 { + yyb1292 = yyj1292 > l } else { - yyb1264 = r.CheckBreak() + yyb1292 = r.CheckBreak() } - if yyb1264 { + if yyb1292 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17595,13 +18069,13 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Resource = string(r.DecodeString()) } - yyj1264++ - if yyhl1264 { - yyb1264 = yyj1264 > l + yyj1292++ + if yyhl1292 { + yyb1292 = yyj1292 > l } else { - yyb1264 = r.CheckBreak() + yyb1292 = r.CheckBreak() } - if yyb1264 { + if yyb1292 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17609,29 +18083,29 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Divisor = pkg3_resource.Quantity{} } else { - yyv1267 := &x.Divisor - yym1268 := z.DecBinary() - _ = yym1268 + yyv1295 := &x.Divisor + yym1296 := z.DecBinary() + _ = yym1296 if false { - } else if z.HasExtensions() && z.DecExt(yyv1267) { - } else if !yym1268 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1267) + } else if z.HasExtensions() && z.DecExt(yyv1295) { + } else if !yym1296 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1295) } else { - z.DecFallback(yyv1267, false) + z.DecFallback(yyv1295, false) } } for { - yyj1264++ - if yyhl1264 { - yyb1264 = yyj1264 > l + yyj1292++ + if yyhl1292 { + yyb1292 = yyj1292 > l } else { - yyb1264 = r.CheckBreak() + yyb1292 = r.CheckBreak() } - if yyb1264 { + if yyb1292 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1264-1, "") + z.DecStructFieldNotFound(yyj1292-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17643,35 +18117,35 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1269 := z.EncBinary() - _ = yym1269 + yym1297 := z.EncBinary() + _ = yym1297 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1270 := !z.EncBinary() - yy2arr1270 := z.EncBasicHandle().StructToArray - var yyq1270 [2]bool - _, _, _ = yysep1270, yyq1270, yy2arr1270 - const yyr1270 bool = false - yyq1270[0] = x.Name != "" - var yynn1270 int - if yyr1270 || yy2arr1270 { + yysep1298 := !z.EncBinary() + yy2arr1298 := z.EncBasicHandle().StructToArray + var yyq1298 [2]bool + _, _, _ = yysep1298, yyq1298, yy2arr1298 + const yyr1298 bool = false + yyq1298[0] = x.Name != "" + var yynn1298 int + if yyr1298 || yy2arr1298 { r.EncodeArrayStart(2) } else { - yynn1270 = 1 - for _, b := range yyq1270 { + yynn1298 = 1 + for _, b := range yyq1298 { if b { - yynn1270++ + yynn1298++ } } - r.EncodeMapStart(yynn1270) - yynn1270 = 0 + r.EncodeMapStart(yynn1298) + yynn1298 = 0 } - if yyr1270 || yy2arr1270 { + if yyr1298 || yy2arr1298 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1270[0] { - yym1272 := z.EncBinary() - _ = yym1272 + if yyq1298[0] { + yym1300 := z.EncBinary() + _ = yym1300 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -17680,22 +18154,22 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1270[0] { + if yyq1298[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1273 := z.EncBinary() - _ = yym1273 + yym1301 := z.EncBinary() + _ = yym1301 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr1270 || yy2arr1270 { + if yyr1298 || yy2arr1298 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1275 := z.EncBinary() - _ = yym1275 + yym1303 := z.EncBinary() + _ = yym1303 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -17704,14 +18178,14 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1276 := z.EncBinary() - _ = yym1276 + yym1304 := z.EncBinary() + _ = yym1304 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1270 || yy2arr1270 { + if yyr1298 || yy2arr1298 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17724,25 +18198,25 @@ func (x *ConfigMapKeySelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1277 := z.DecBinary() - _ = yym1277 + yym1305 := z.DecBinary() + _ = yym1305 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1278 := r.ContainerType() - if yyct1278 == codecSelferValueTypeMap1234 { - yyl1278 := r.ReadMapStart() - if yyl1278 == 0 { + yyct1306 := r.ContainerType() + if yyct1306 == codecSelferValueTypeMap1234 { + yyl1306 := r.ReadMapStart() + if yyl1306 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1278, d) + x.codecDecodeSelfFromMap(yyl1306, d) } - } else if yyct1278 == codecSelferValueTypeArray1234 { - yyl1278 := r.ReadArrayStart() - if yyl1278 == 0 { + } else if yyct1306 == codecSelferValueTypeArray1234 { + yyl1306 := r.ReadArrayStart() + if yyl1306 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1278, d) + x.codecDecodeSelfFromArray(yyl1306, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17754,12 +18228,12 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1279Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1279Slc - var yyhl1279 bool = l >= 0 - for yyj1279 := 0; ; yyj1279++ { - if yyhl1279 { - if yyj1279 >= l { + var yys1307Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1307Slc + var yyhl1307 bool = l >= 0 + for yyj1307 := 0; ; yyj1307++ { + if yyhl1307 { + if yyj1307 >= l { break } } else { @@ -17768,10 +18242,10 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1279Slc = r.DecodeBytes(yys1279Slc, true, true) - yys1279 := string(yys1279Slc) + yys1307Slc = r.DecodeBytes(yys1307Slc, true, true) + yys1307 := string(yys1307Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1279 { + switch yys1307 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -17785,9 +18259,9 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Key = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1279) - } // end switch yys1279 - } // end for yyj1279 + z.DecStructFieldNotFound(-1, yys1307) + } // end switch yys1307 + } // end for yyj1307 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17795,16 +18269,16 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1282 int - var yyb1282 bool - var yyhl1282 bool = l >= 0 - yyj1282++ - if yyhl1282 { - yyb1282 = yyj1282 > l + var yyj1310 int + var yyb1310 bool + var yyhl1310 bool = l >= 0 + yyj1310++ + if yyhl1310 { + yyb1310 = yyj1310 > l } else { - yyb1282 = r.CheckBreak() + yyb1310 = r.CheckBreak() } - if yyb1282 { + if yyb1310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17814,13 +18288,13 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Name = string(r.DecodeString()) } - yyj1282++ - if yyhl1282 { - yyb1282 = yyj1282 > l + yyj1310++ + if yyhl1310 { + yyb1310 = yyj1310 > l } else { - yyb1282 = r.CheckBreak() + yyb1310 = r.CheckBreak() } - if yyb1282 { + if yyb1310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17831,17 +18305,17 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Key = string(r.DecodeString()) } for { - yyj1282++ - if yyhl1282 { - yyb1282 = yyj1282 > l + yyj1310++ + if yyhl1310 { + yyb1310 = yyj1310 > l } else { - yyb1282 = r.CheckBreak() + yyb1310 = r.CheckBreak() } - if yyb1282 { + if yyb1310 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1282-1, "") + z.DecStructFieldNotFound(yyj1310-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17853,35 +18327,35 @@ func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1285 := z.EncBinary() - _ = yym1285 + yym1313 := z.EncBinary() + _ = yym1313 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1286 := !z.EncBinary() - yy2arr1286 := z.EncBasicHandle().StructToArray - var yyq1286 [2]bool - _, _, _ = yysep1286, yyq1286, yy2arr1286 - const yyr1286 bool = false - yyq1286[0] = x.Name != "" - var yynn1286 int - if yyr1286 || yy2arr1286 { + yysep1314 := !z.EncBinary() + yy2arr1314 := z.EncBasicHandle().StructToArray + var yyq1314 [2]bool + _, _, _ = yysep1314, yyq1314, yy2arr1314 + const yyr1314 bool = false + yyq1314[0] = x.Name != "" + var yynn1314 int + if yyr1314 || yy2arr1314 { r.EncodeArrayStart(2) } else { - yynn1286 = 1 - for _, b := range yyq1286 { + yynn1314 = 1 + for _, b := range yyq1314 { if b { - yynn1286++ + yynn1314++ } } - r.EncodeMapStart(yynn1286) - yynn1286 = 0 + r.EncodeMapStart(yynn1314) + yynn1314 = 0 } - if yyr1286 || yy2arr1286 { + if yyr1314 || yy2arr1314 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1286[0] { - yym1288 := z.EncBinary() - _ = yym1288 + if yyq1314[0] { + yym1316 := z.EncBinary() + _ = yym1316 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -17890,22 +18364,22 @@ func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1286[0] { + if yyq1314[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1289 := z.EncBinary() - _ = yym1289 + yym1317 := z.EncBinary() + _ = yym1317 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr1286 || yy2arr1286 { + if yyr1314 || yy2arr1314 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1291 := z.EncBinary() - _ = yym1291 + yym1319 := z.EncBinary() + _ = yym1319 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -17914,14 +18388,14 @@ func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1292 := z.EncBinary() - _ = yym1292 + yym1320 := z.EncBinary() + _ = yym1320 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1286 || yy2arr1286 { + if yyr1314 || yy2arr1314 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17934,25 +18408,25 @@ func (x *SecretKeySelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1293 := z.DecBinary() - _ = yym1293 + yym1321 := z.DecBinary() + _ = yym1321 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1294 := r.ContainerType() - if yyct1294 == codecSelferValueTypeMap1234 { - yyl1294 := r.ReadMapStart() - if yyl1294 == 0 { + yyct1322 := r.ContainerType() + if yyct1322 == codecSelferValueTypeMap1234 { + yyl1322 := r.ReadMapStart() + if yyl1322 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1294, d) + x.codecDecodeSelfFromMap(yyl1322, d) } - } else if yyct1294 == codecSelferValueTypeArray1234 { - yyl1294 := r.ReadArrayStart() - if yyl1294 == 0 { + } else if yyct1322 == codecSelferValueTypeArray1234 { + yyl1322 := r.ReadArrayStart() + if yyl1322 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1294, d) + x.codecDecodeSelfFromArray(yyl1322, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17964,12 +18438,12 @@ func (x *SecretKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) 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 yys1323Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1323Slc + var yyhl1323 bool = l >= 0 + for yyj1323 := 0; ; yyj1323++ { + if yyhl1323 { + if yyj1323 >= l { break } } else { @@ -17978,10 +18452,10 @@ func (x *SecretKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1295Slc = r.DecodeBytes(yys1295Slc, true, true) - yys1295 := string(yys1295Slc) + yys1323Slc = r.DecodeBytes(yys1323Slc, true, true) + yys1323 := string(yys1323Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1295 { + switch yys1323 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -17995,9 +18469,9 @@ func (x *SecretKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Key = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1295) - } // end switch yys1295 - } // end for yyj1295 + z.DecStructFieldNotFound(-1, yys1323) + } // end switch yys1323 + } // end for yyj1323 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18005,16 +18479,16 @@ func (x *SecretKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder 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 yyj1326 int + var yyb1326 bool + var yyhl1326 bool = l >= 0 + yyj1326++ + if yyhl1326 { + yyb1326 = yyj1326 > l } else { - yyb1298 = r.CheckBreak() + yyb1326 = r.CheckBreak() } - if yyb1298 { + if yyb1326 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18024,13 +18498,13 @@ func (x *SecretKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Name = string(r.DecodeString()) } - yyj1298++ - if yyhl1298 { - yyb1298 = yyj1298 > l + yyj1326++ + if yyhl1326 { + yyb1326 = yyj1326 > l } else { - yyb1298 = r.CheckBreak() + yyb1326 = r.CheckBreak() } - if yyb1298 { + if yyb1326 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18041,17 +18515,17 @@ func (x *SecretKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder x.Key = string(r.DecodeString()) } for { - yyj1298++ - if yyhl1298 { - yyb1298 = yyj1298 > l + yyj1326++ + if yyhl1326 { + yyb1326 = yyj1326 > l } else { - yyb1298 = r.CheckBreak() + yyb1326 = r.CheckBreak() } - if yyb1298 { + if yyb1326 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1298-1, "") + z.DecStructFieldNotFound(yyj1326-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18063,33 +18537,33 @@ func (x *HTTPHeader) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1301 := z.EncBinary() - _ = yym1301 + yym1329 := z.EncBinary() + _ = yym1329 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1302 := !z.EncBinary() - yy2arr1302 := z.EncBasicHandle().StructToArray - var yyq1302 [2]bool - _, _, _ = yysep1302, yyq1302, yy2arr1302 - const yyr1302 bool = false - var yynn1302 int - if yyr1302 || yy2arr1302 { + yysep1330 := !z.EncBinary() + yy2arr1330 := z.EncBasicHandle().StructToArray + var yyq1330 [2]bool + _, _, _ = yysep1330, yyq1330, yy2arr1330 + const yyr1330 bool = false + var yynn1330 int + if yyr1330 || yy2arr1330 { r.EncodeArrayStart(2) } else { - yynn1302 = 2 - for _, b := range yyq1302 { + yynn1330 = 2 + for _, b := range yyq1330 { if b { - yynn1302++ + yynn1330++ } } - r.EncodeMapStart(yynn1302) - yynn1302 = 0 + r.EncodeMapStart(yynn1330) + yynn1330 = 0 } - if yyr1302 || yy2arr1302 { + if yyr1330 || yy2arr1330 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1304 := z.EncBinary() - _ = yym1304 + yym1332 := z.EncBinary() + _ = yym1332 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -18098,17 +18572,17 @@ func (x *HTTPHeader) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1305 := z.EncBinary() - _ = yym1305 + yym1333 := z.EncBinary() + _ = yym1333 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1302 || yy2arr1302 { + if yyr1330 || yy2arr1330 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1307 := z.EncBinary() - _ = yym1307 + yym1335 := z.EncBinary() + _ = yym1335 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -18117,14 +18591,14 @@ func (x *HTTPHeader) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1308 := z.EncBinary() - _ = yym1308 + yym1336 := z.EncBinary() + _ = yym1336 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } - if yyr1302 || yy2arr1302 { + if yyr1330 || yy2arr1330 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18137,25 +18611,25 @@ func (x *HTTPHeader) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1309 := z.DecBinary() - _ = yym1309 + yym1337 := z.DecBinary() + _ = yym1337 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1310 := r.ContainerType() - if yyct1310 == codecSelferValueTypeMap1234 { - yyl1310 := r.ReadMapStart() - if yyl1310 == 0 { + yyct1338 := r.ContainerType() + if yyct1338 == codecSelferValueTypeMap1234 { + yyl1338 := r.ReadMapStart() + if yyl1338 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1310, d) + x.codecDecodeSelfFromMap(yyl1338, d) } - } else if yyct1310 == codecSelferValueTypeArray1234 { - yyl1310 := r.ReadArrayStart() - if yyl1310 == 0 { + } else if yyct1338 == codecSelferValueTypeArray1234 { + yyl1338 := r.ReadArrayStart() + if yyl1338 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1310, d) + x.codecDecodeSelfFromArray(yyl1338, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18167,12 +18641,12 @@ func (x *HTTPHeader) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1311Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1311Slc - var yyhl1311 bool = l >= 0 - for yyj1311 := 0; ; yyj1311++ { - if yyhl1311 { - if yyj1311 >= l { + var yys1339Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1339Slc + var yyhl1339 bool = l >= 0 + for yyj1339 := 0; ; yyj1339++ { + if yyhl1339 { + if yyj1339 >= l { break } } else { @@ -18181,10 +18655,10 @@ func (x *HTTPHeader) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1311Slc = r.DecodeBytes(yys1311Slc, true, true) - yys1311 := string(yys1311Slc) + yys1339Slc = r.DecodeBytes(yys1339Slc, true, true) + yys1339 := string(yys1339Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1311 { + switch yys1339 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -18198,9 +18672,9 @@ func (x *HTTPHeader) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Value = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1311) - } // end switch yys1311 - } // end for yyj1311 + z.DecStructFieldNotFound(-1, yys1339) + } // end switch yys1339 + } // end for yyj1339 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18208,16 +18682,16 @@ func (x *HTTPHeader) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1314 int - var yyb1314 bool - var yyhl1314 bool = l >= 0 - yyj1314++ - if yyhl1314 { - yyb1314 = yyj1314 > l + var yyj1342 int + var yyb1342 bool + var yyhl1342 bool = l >= 0 + yyj1342++ + if yyhl1342 { + yyb1342 = yyj1342 > l } else { - yyb1314 = r.CheckBreak() + yyb1342 = r.CheckBreak() } - if yyb1314 { + if yyb1342 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18227,13 +18701,13 @@ func (x *HTTPHeader) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1314++ - if yyhl1314 { - yyb1314 = yyj1314 > l + yyj1342++ + if yyhl1342 { + yyb1342 = yyj1342 > l } else { - yyb1314 = r.CheckBreak() + yyb1342 = r.CheckBreak() } - if yyb1314 { + if yyb1342 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18244,17 +18718,17 @@ func (x *HTTPHeader) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Value = string(r.DecodeString()) } for { - yyj1314++ - if yyhl1314 { - yyb1314 = yyj1314 > l + yyj1342++ + if yyhl1342 { + yyb1342 = yyj1342 > l } else { - yyb1314 = r.CheckBreak() + yyb1342 = r.CheckBreak() } - if yyb1314 { + if yyb1342 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1314-1, "") + z.DecStructFieldNotFound(yyj1342-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18266,38 +18740,38 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1317 := z.EncBinary() - _ = yym1317 + yym1345 := z.EncBinary() + _ = yym1345 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1318 := !z.EncBinary() - yy2arr1318 := z.EncBasicHandle().StructToArray - var yyq1318 [5]bool - _, _, _ = yysep1318, yyq1318, yy2arr1318 - const yyr1318 bool = false - yyq1318[0] = x.Path != "" - yyq1318[2] = x.Host != "" - yyq1318[3] = x.Scheme != "" - yyq1318[4] = len(x.HTTPHeaders) != 0 - var yynn1318 int - if yyr1318 || yy2arr1318 { + yysep1346 := !z.EncBinary() + yy2arr1346 := z.EncBasicHandle().StructToArray + var yyq1346 [5]bool + _, _, _ = yysep1346, yyq1346, yy2arr1346 + const yyr1346 bool = false + yyq1346[0] = x.Path != "" + yyq1346[2] = x.Host != "" + yyq1346[3] = x.Scheme != "" + yyq1346[4] = len(x.HTTPHeaders) != 0 + var yynn1346 int + if yyr1346 || yy2arr1346 { r.EncodeArrayStart(5) } else { - yynn1318 = 1 - for _, b := range yyq1318 { + yynn1346 = 1 + for _, b := range yyq1346 { if b { - yynn1318++ + yynn1346++ } } - r.EncodeMapStart(yynn1318) - yynn1318 = 0 + r.EncodeMapStart(yynn1346) + yynn1346 = 0 } - if yyr1318 || yy2arr1318 { + if yyr1346 || yy2arr1346 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1318[0] { - yym1320 := z.EncBinary() - _ = yym1320 + if yyq1346[0] { + yym1348 := z.EncBinary() + _ = yym1348 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -18306,50 +18780,50 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1318[0] { + if yyq1346[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1321 := z.EncBinary() - _ = yym1321 + yym1349 := z.EncBinary() + _ = yym1349 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr1318 || yy2arr1318 { + if yyr1346 || yy2arr1346 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1323 := &x.Port - yym1324 := z.EncBinary() - _ = yym1324 + yy1351 := &x.Port + yym1352 := z.EncBinary() + _ = yym1352 if false { - } else if z.HasExtensions() && z.EncExt(yy1323) { - } else if !yym1324 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1323) + } else if z.HasExtensions() && z.EncExt(yy1351) { + } else if !yym1352 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1351) } else { - z.EncFallback(yy1323) + z.EncFallback(yy1351) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1325 := &x.Port - yym1326 := z.EncBinary() - _ = yym1326 + yy1353 := &x.Port + yym1354 := z.EncBinary() + _ = yym1354 if false { - } else if z.HasExtensions() && z.EncExt(yy1325) { - } else if !yym1326 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1325) + } else if z.HasExtensions() && z.EncExt(yy1353) { + } else if !yym1354 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1353) } else { - z.EncFallback(yy1325) + z.EncFallback(yy1353) } } - if yyr1318 || yy2arr1318 { + if yyr1346 || yy2arr1346 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1318[2] { - yym1328 := z.EncBinary() - _ = yym1328 + if yyq1346[2] { + yym1356 := z.EncBinary() + _ = yym1356 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -18358,41 +18832,41 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1318[2] { + if yyq1346[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1329 := z.EncBinary() - _ = yym1329 + yym1357 := z.EncBinary() + _ = yym1357 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr1318 || yy2arr1318 { + if yyr1346 || yy2arr1346 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1318[3] { + if yyq1346[3] { x.Scheme.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1318[3] { + if yyq1346[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("scheme")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Scheme.CodecEncodeSelf(e) } } - if yyr1318 || yy2arr1318 { + if yyr1346 || yy2arr1346 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1318[4] { + if yyq1346[4] { if x.HTTPHeaders == nil { r.EncodeNil() } else { - yym1332 := z.EncBinary() - _ = yym1332 + yym1360 := z.EncBinary() + _ = yym1360 if false { } else { h.encSliceHTTPHeader(([]HTTPHeader)(x.HTTPHeaders), e) @@ -18402,15 +18876,15 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1318[4] { + if yyq1346[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpHeaders")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.HTTPHeaders == nil { r.EncodeNil() } else { - yym1333 := z.EncBinary() - _ = yym1333 + yym1361 := z.EncBinary() + _ = yym1361 if false { } else { h.encSliceHTTPHeader(([]HTTPHeader)(x.HTTPHeaders), e) @@ -18418,7 +18892,7 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1318 || yy2arr1318 { + if yyr1346 || yy2arr1346 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18431,25 +18905,25 @@ func (x *HTTPGetAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1334 := z.DecBinary() - _ = yym1334 + yym1362 := z.DecBinary() + _ = yym1362 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1335 := r.ContainerType() - if yyct1335 == codecSelferValueTypeMap1234 { - yyl1335 := r.ReadMapStart() - if yyl1335 == 0 { + yyct1363 := r.ContainerType() + if yyct1363 == codecSelferValueTypeMap1234 { + yyl1363 := r.ReadMapStart() + if yyl1363 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1335, d) + x.codecDecodeSelfFromMap(yyl1363, d) } - } else if yyct1335 == codecSelferValueTypeArray1234 { - yyl1335 := r.ReadArrayStart() - if yyl1335 == 0 { + } else if yyct1363 == codecSelferValueTypeArray1234 { + yyl1363 := r.ReadArrayStart() + if yyl1363 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1335, d) + x.codecDecodeSelfFromArray(yyl1363, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18461,12 +18935,12 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1336Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1336Slc - var yyhl1336 bool = l >= 0 - for yyj1336 := 0; ; yyj1336++ { - if yyhl1336 { - if yyj1336 >= l { + var yys1364Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1364Slc + var yyhl1364 bool = l >= 0 + for yyj1364 := 0; ; yyj1364++ { + if yyhl1364 { + if yyj1364 >= l { break } } else { @@ -18475,10 +18949,10 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1336Slc = r.DecodeBytes(yys1336Slc, true, true) - yys1336 := string(yys1336Slc) + yys1364Slc = r.DecodeBytes(yys1364Slc, true, true) + yys1364 := string(yys1364Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1336 { + switch yys1364 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -18489,15 +18963,15 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1338 := &x.Port - yym1339 := z.DecBinary() - _ = yym1339 + yyv1366 := &x.Port + yym1367 := z.DecBinary() + _ = yym1367 if false { - } else if z.HasExtensions() && z.DecExt(yyv1338) { - } else if !yym1339 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1338) + } else if z.HasExtensions() && z.DecExt(yyv1366) { + } else if !yym1367 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1366) } else { - z.DecFallback(yyv1338, false) + z.DecFallback(yyv1366, false) } } case "host": @@ -18516,18 +18990,18 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.HTTPHeaders = nil } else { - yyv1342 := &x.HTTPHeaders - yym1343 := z.DecBinary() - _ = yym1343 + yyv1370 := &x.HTTPHeaders + yym1371 := z.DecBinary() + _ = yym1371 if false { } else { - h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1342), d) + h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1370), d) } } default: - z.DecStructFieldNotFound(-1, yys1336) - } // end switch yys1336 - } // end for yyj1336 + z.DecStructFieldNotFound(-1, yys1364) + } // end switch yys1364 + } // end for yyj1364 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18535,16 +19009,16 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1344 int - var yyb1344 bool - var yyhl1344 bool = l >= 0 - yyj1344++ - if yyhl1344 { - yyb1344 = yyj1344 > l + var yyj1372 int + var yyb1372 bool + var yyhl1372 bool = l >= 0 + yyj1372++ + if yyhl1372 { + yyb1372 = yyj1372 > l } else { - yyb1344 = r.CheckBreak() + yyb1372 = r.CheckBreak() } - if yyb1344 { + if yyb1372 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18554,13 +19028,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Path = string(r.DecodeString()) } - yyj1344++ - if yyhl1344 { - yyb1344 = yyj1344 > l + yyj1372++ + if yyhl1372 { + yyb1372 = yyj1372 > l } else { - yyb1344 = r.CheckBreak() + yyb1372 = r.CheckBreak() } - if yyb1344 { + if yyb1372 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18568,24 +19042,24 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1346 := &x.Port - yym1347 := z.DecBinary() - _ = yym1347 + yyv1374 := &x.Port + yym1375 := z.DecBinary() + _ = yym1375 if false { - } else if z.HasExtensions() && z.DecExt(yyv1346) { - } else if !yym1347 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1346) + } else if z.HasExtensions() && z.DecExt(yyv1374) { + } else if !yym1375 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1374) } else { - z.DecFallback(yyv1346, false) + z.DecFallback(yyv1374, false) } } - yyj1344++ - if yyhl1344 { - yyb1344 = yyj1344 > l + yyj1372++ + if yyhl1372 { + yyb1372 = yyj1372 > l } else { - yyb1344 = r.CheckBreak() + yyb1372 = r.CheckBreak() } - if yyb1344 { + if yyb1372 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18595,13 +19069,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Host = string(r.DecodeString()) } - yyj1344++ - if yyhl1344 { - yyb1344 = yyj1344 > l + yyj1372++ + if yyhl1372 { + yyb1372 = yyj1372 > l } else { - yyb1344 = r.CheckBreak() + yyb1372 = r.CheckBreak() } - if yyb1344 { + if yyb1372 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18611,13 +19085,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Scheme = URIScheme(r.DecodeString()) } - yyj1344++ - if yyhl1344 { - yyb1344 = yyj1344 > l + yyj1372++ + if yyhl1372 { + yyb1372 = yyj1372 > l } else { - yyb1344 = r.CheckBreak() + yyb1372 = r.CheckBreak() } - if yyb1344 { + if yyb1372 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18625,26 +19099,26 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.HTTPHeaders = nil } else { - yyv1350 := &x.HTTPHeaders - yym1351 := z.DecBinary() - _ = yym1351 + yyv1378 := &x.HTTPHeaders + yym1379 := z.DecBinary() + _ = yym1379 if false { } else { - h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1350), d) + h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1378), d) } } for { - yyj1344++ - if yyhl1344 { - yyb1344 = yyj1344 > l + yyj1372++ + if yyhl1372 { + yyb1372 = yyj1372 > l } else { - yyb1344 = r.CheckBreak() + yyb1372 = r.CheckBreak() } - if yyb1344 { + if yyb1372 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1344-1, "") + z.DecStructFieldNotFound(yyj1372-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18653,8 +19127,8 @@ func (x URIScheme) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1352 := z.EncBinary() - _ = yym1352 + yym1380 := z.EncBinary() + _ = yym1380 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -18666,8 +19140,8 @@ func (x *URIScheme) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1353 := z.DecBinary() - _ = yym1353 + yym1381 := z.DecBinary() + _ = yym1381 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -18682,57 +19156,57 @@ func (x *TCPSocketAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1354 := z.EncBinary() - _ = yym1354 + yym1382 := z.EncBinary() + _ = yym1382 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1355 := !z.EncBinary() - yy2arr1355 := z.EncBasicHandle().StructToArray - var yyq1355 [1]bool - _, _, _ = yysep1355, yyq1355, yy2arr1355 - const yyr1355 bool = false - var yynn1355 int - if yyr1355 || yy2arr1355 { + yysep1383 := !z.EncBinary() + yy2arr1383 := z.EncBasicHandle().StructToArray + var yyq1383 [1]bool + _, _, _ = yysep1383, yyq1383, yy2arr1383 + const yyr1383 bool = false + var yynn1383 int + if yyr1383 || yy2arr1383 { r.EncodeArrayStart(1) } else { - yynn1355 = 1 - for _, b := range yyq1355 { + yynn1383 = 1 + for _, b := range yyq1383 { if b { - yynn1355++ + yynn1383++ } } - r.EncodeMapStart(yynn1355) - yynn1355 = 0 + r.EncodeMapStart(yynn1383) + yynn1383 = 0 } - if yyr1355 || yy2arr1355 { + if yyr1383 || yy2arr1383 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1357 := &x.Port - yym1358 := z.EncBinary() - _ = yym1358 + yy1385 := &x.Port + yym1386 := z.EncBinary() + _ = yym1386 if false { - } else if z.HasExtensions() && z.EncExt(yy1357) { - } else if !yym1358 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1357) + } else if z.HasExtensions() && z.EncExt(yy1385) { + } else if !yym1386 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1385) } else { - z.EncFallback(yy1357) + z.EncFallback(yy1385) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1359 := &x.Port - yym1360 := z.EncBinary() - _ = yym1360 + yy1387 := &x.Port + yym1388 := z.EncBinary() + _ = yym1388 if false { - } else if z.HasExtensions() && z.EncExt(yy1359) { - } else if !yym1360 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1359) + } else if z.HasExtensions() && z.EncExt(yy1387) { + } else if !yym1388 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1387) } else { - z.EncFallback(yy1359) + z.EncFallback(yy1387) } } - if yyr1355 || yy2arr1355 { + if yyr1383 || yy2arr1383 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18745,25 +19219,25 @@ func (x *TCPSocketAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1361 := z.DecBinary() - _ = yym1361 + yym1389 := z.DecBinary() + _ = yym1389 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1362 := r.ContainerType() - if yyct1362 == codecSelferValueTypeMap1234 { - yyl1362 := r.ReadMapStart() - if yyl1362 == 0 { + yyct1390 := r.ContainerType() + if yyct1390 == codecSelferValueTypeMap1234 { + yyl1390 := r.ReadMapStart() + if yyl1390 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1362, d) + x.codecDecodeSelfFromMap(yyl1390, d) } - } else if yyct1362 == codecSelferValueTypeArray1234 { - yyl1362 := r.ReadArrayStart() - if yyl1362 == 0 { + } else if yyct1390 == codecSelferValueTypeArray1234 { + yyl1390 := r.ReadArrayStart() + if yyl1390 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1362, d) + x.codecDecodeSelfFromArray(yyl1390, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18775,12 +19249,12 @@ func (x *TCPSocketAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1363Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1363Slc - var yyhl1363 bool = l >= 0 - for yyj1363 := 0; ; yyj1363++ { - if yyhl1363 { - if yyj1363 >= l { + var yys1391Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1391Slc + var yyhl1391 bool = l >= 0 + for yyj1391 := 0; ; yyj1391++ { + if yyhl1391 { + if yyj1391 >= l { break } } else { @@ -18789,29 +19263,29 @@ func (x *TCPSocketAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1363Slc = r.DecodeBytes(yys1363Slc, true, true) - yys1363 := string(yys1363Slc) + yys1391Slc = r.DecodeBytes(yys1391Slc, true, true) + yys1391 := string(yys1391Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1363 { + switch yys1391 { case "port": if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1364 := &x.Port - yym1365 := z.DecBinary() - _ = yym1365 + yyv1392 := &x.Port + yym1393 := z.DecBinary() + _ = yym1393 if false { - } else if z.HasExtensions() && z.DecExt(yyv1364) { - } else if !yym1365 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1364) + } else if z.HasExtensions() && z.DecExt(yyv1392) { + } else if !yym1393 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1392) } else { - z.DecFallback(yyv1364, false) + z.DecFallback(yyv1392, false) } } default: - z.DecStructFieldNotFound(-1, yys1363) - } // end switch yys1363 - } // end for yyj1363 + z.DecStructFieldNotFound(-1, yys1391) + } // end switch yys1391 + } // end for yyj1391 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18819,16 +19293,16 @@ func (x *TCPSocketAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1366 int - var yyb1366 bool - var yyhl1366 bool = l >= 0 - yyj1366++ - if yyhl1366 { - yyb1366 = yyj1366 > l + var yyj1394 int + var yyb1394 bool + var yyhl1394 bool = l >= 0 + yyj1394++ + if yyhl1394 { + yyb1394 = yyj1394 > l } else { - yyb1366 = r.CheckBreak() + yyb1394 = r.CheckBreak() } - if yyb1366 { + if yyb1394 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18836,29 +19310,29 @@ func (x *TCPSocketAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1367 := &x.Port - yym1368 := z.DecBinary() - _ = yym1368 + yyv1395 := &x.Port + yym1396 := z.DecBinary() + _ = yym1396 if false { - } else if z.HasExtensions() && z.DecExt(yyv1367) { - } else if !yym1368 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1367) + } else if z.HasExtensions() && z.DecExt(yyv1395) { + } else if !yym1396 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1395) } else { - z.DecFallback(yyv1367, false) + z.DecFallback(yyv1395, false) } } for { - yyj1366++ - if yyhl1366 { - yyb1366 = yyj1366 > l + yyj1394++ + if yyhl1394 { + yyb1394 = yyj1394 > l } else { - yyb1366 = r.CheckBreak() + yyb1394 = r.CheckBreak() } - if yyb1366 { + if yyb1394 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1366-1, "") + z.DecStructFieldNotFound(yyj1394-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18870,38 +19344,38 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1369 := z.EncBinary() - _ = yym1369 + yym1397 := z.EncBinary() + _ = yym1397 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1370 := !z.EncBinary() - yy2arr1370 := z.EncBasicHandle().StructToArray - var yyq1370 [1]bool - _, _, _ = yysep1370, yyq1370, yy2arr1370 - const yyr1370 bool = false - yyq1370[0] = len(x.Command) != 0 - var yynn1370 int - if yyr1370 || yy2arr1370 { + yysep1398 := !z.EncBinary() + yy2arr1398 := z.EncBasicHandle().StructToArray + var yyq1398 [1]bool + _, _, _ = yysep1398, yyq1398, yy2arr1398 + const yyr1398 bool = false + yyq1398[0] = len(x.Command) != 0 + var yynn1398 int + if yyr1398 || yy2arr1398 { r.EncodeArrayStart(1) } else { - yynn1370 = 0 - for _, b := range yyq1370 { + yynn1398 = 0 + for _, b := range yyq1398 { if b { - yynn1370++ + yynn1398++ } } - r.EncodeMapStart(yynn1370) - yynn1370 = 0 + r.EncodeMapStart(yynn1398) + yynn1398 = 0 } - if yyr1370 || yy2arr1370 { + if yyr1398 || yy2arr1398 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1370[0] { + if yyq1398[0] { if x.Command == nil { r.EncodeNil() } else { - yym1372 := z.EncBinary() - _ = yym1372 + yym1400 := z.EncBinary() + _ = yym1400 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -18911,15 +19385,15 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1370[0] { + if yyq1398[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("command")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Command == nil { r.EncodeNil() } else { - yym1373 := z.EncBinary() - _ = yym1373 + yym1401 := z.EncBinary() + _ = yym1401 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -18927,7 +19401,7 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1370 || yy2arr1370 { + if yyr1398 || yy2arr1398 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18937,405 +19411,6 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { } func (x *ExecAction) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym1374 := z.DecBinary() - _ = yym1374 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct1375 := r.ContainerType() - if yyct1375 == codecSelferValueTypeMap1234 { - yyl1375 := r.ReadMapStart() - if yyl1375 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl1375, d) - } - } else if yyct1375 == codecSelferValueTypeArray1234 { - yyl1375 := r.ReadArrayStart() - if yyl1375 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl1375, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *ExecAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - 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 { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1376Slc = r.DecodeBytes(yys1376Slc, true, true) - yys1376 := string(yys1376Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1376 { - case "command": - if r.TryDecodeAsNil() { - x.Command = nil - } else { - yyv1377 := &x.Command - yym1378 := z.DecBinary() - _ = yym1378 - if false { - } else { - z.F.DecSliceStringX(yyv1377, false, d) - } - } - default: - z.DecStructFieldNotFound(-1, yys1376) - } // end switch yys1376 - } // end for yyj1376 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *ExecAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj1379 int - var yyb1379 bool - var yyhl1379 bool = l >= 0 - yyj1379++ - if yyhl1379 { - yyb1379 = yyj1379 > l - } else { - yyb1379 = r.CheckBreak() - } - if yyb1379 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Command = nil - } else { - yyv1380 := &x.Command - yym1381 := z.DecBinary() - _ = yym1381 - if false { - } else { - z.F.DecSliceStringX(yyv1380, false, d) - } - } - for { - yyj1379++ - if yyhl1379 { - yyb1379 = yyj1379 > l - } else { - yyb1379 = r.CheckBreak() - } - if yyb1379 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1379-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym1382 := z.EncBinary() - _ = yym1382 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep1383 := !z.EncBinary() - yy2arr1383 := z.EncBasicHandle().StructToArray - var yyq1383 [8]bool - _, _, _ = yysep1383, yyq1383, yy2arr1383 - const yyr1383 bool = false - yyq1383[0] = x.Handler.Exec != nil && x.Exec != nil - yyq1383[1] = x.Handler.HTTPGet != nil && x.HTTPGet != nil - yyq1383[2] = x.Handler.TCPSocket != nil && x.TCPSocket != nil - yyq1383[3] = x.InitialDelaySeconds != 0 - yyq1383[4] = x.TimeoutSeconds != 0 - yyq1383[5] = x.PeriodSeconds != 0 - yyq1383[6] = x.SuccessThreshold != 0 - yyq1383[7] = x.FailureThreshold != 0 - var yynn1383 int - if yyr1383 || yy2arr1383 { - r.EncodeArrayStart(8) - } else { - yynn1383 = 0 - for _, b := range yyq1383 { - if b { - yynn1383++ - } - } - r.EncodeMapStart(yynn1383) - yynn1383 = 0 - } - var yyn1384 bool - if x.Handler.Exec == nil { - yyn1384 = true - goto LABEL1384 - } - LABEL1384: - if yyr1383 || yy2arr1383 { - if yyn1384 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1383[0] { - if x.Exec == nil { - r.EncodeNil() - } else { - x.Exec.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq1383[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("exec")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1384 { - r.EncodeNil() - } else { - if x.Exec == nil { - r.EncodeNil() - } else { - x.Exec.CodecEncodeSelf(e) - } - } - } - } - var yyn1385 bool - if x.Handler.HTTPGet == nil { - yyn1385 = true - goto LABEL1385 - } - LABEL1385: - if yyr1383 || yy2arr1383 { - if yyn1385 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1383[1] { - if x.HTTPGet == nil { - r.EncodeNil() - } else { - x.HTTPGet.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq1383[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("httpGet")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1385 { - r.EncodeNil() - } else { - if x.HTTPGet == nil { - r.EncodeNil() - } else { - x.HTTPGet.CodecEncodeSelf(e) - } - } - } - } - var yyn1386 bool - if x.Handler.TCPSocket == nil { - yyn1386 = true - goto LABEL1386 - } - LABEL1386: - if yyr1383 || yy2arr1383 { - if yyn1386 { - r.EncodeNil() - } else { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1383[2] { - if x.TCPSocket == nil { - r.EncodeNil() - } else { - x.TCPSocket.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } - } else { - if yyq1383[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1386 { - r.EncodeNil() - } else { - if x.TCPSocket == nil { - r.EncodeNil() - } else { - x.TCPSocket.CodecEncodeSelf(e) - } - } - } - } - if yyr1383 || yy2arr1383 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1383[3] { - yym1388 := z.EncBinary() - _ = yym1388 - if false { - } else { - r.EncodeInt(int64(x.InitialDelaySeconds)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq1383[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("initialDelaySeconds")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1389 := z.EncBinary() - _ = yym1389 - if false { - } else { - r.EncodeInt(int64(x.InitialDelaySeconds)) - } - } - } - if yyr1383 || yy2arr1383 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1383[4] { - yym1391 := z.EncBinary() - _ = yym1391 - if false { - } else { - r.EncodeInt(int64(x.TimeoutSeconds)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq1383[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1392 := z.EncBinary() - _ = yym1392 - if false { - } else { - r.EncodeInt(int64(x.TimeoutSeconds)) - } - } - } - if yyr1383 || yy2arr1383 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1383[5] { - yym1394 := z.EncBinary() - _ = yym1394 - if false { - } else { - r.EncodeInt(int64(x.PeriodSeconds)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq1383[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("periodSeconds")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1395 := z.EncBinary() - _ = yym1395 - if false { - } else { - r.EncodeInt(int64(x.PeriodSeconds)) - } - } - } - if yyr1383 || yy2arr1383 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1383[6] { - yym1397 := z.EncBinary() - _ = yym1397 - if false { - } else { - r.EncodeInt(int64(x.SuccessThreshold)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq1383[6] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("successThreshold")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1398 := z.EncBinary() - _ = yym1398 - if false { - } else { - r.EncodeInt(int64(x.SuccessThreshold)) - } - } - } - if yyr1383 || yy2arr1383 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1383[7] { - yym1400 := z.EncBinary() - _ = yym1400 - if false { - } else { - r.EncodeInt(int64(x.FailureThreshold)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq1383[7] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("failureThreshold")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1401 := z.EncBinary() - _ = yym1401 - if false { - } else { - r.EncodeInt(int64(x.FailureThreshold)) - } - } - } - if yyr1383 || yy2arr1383 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *Probe) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -19365,7 +19440,7 @@ func (x *Probe) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *ExecAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -19387,6 +19462,405 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { yys1404 := string(yys1404Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) switch yys1404 { + case "command": + if r.TryDecodeAsNil() { + x.Command = nil + } else { + yyv1405 := &x.Command + yym1406 := z.DecBinary() + _ = yym1406 + if false { + } else { + z.F.DecSliceStringX(yyv1405, false, d) + } + } + default: + z.DecStructFieldNotFound(-1, yys1404) + } // end switch yys1404 + } // end for yyj1404 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *ExecAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj1407 int + var yyb1407 bool + var yyhl1407 bool = l >= 0 + yyj1407++ + if yyhl1407 { + yyb1407 = yyj1407 > l + } else { + yyb1407 = r.CheckBreak() + } + if yyb1407 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Command = nil + } else { + yyv1408 := &x.Command + yym1409 := z.DecBinary() + _ = yym1409 + if false { + } else { + z.F.DecSliceStringX(yyv1408, false, d) + } + } + for { + yyj1407++ + if yyhl1407 { + yyb1407 = yyj1407 > l + } else { + yyb1407 = r.CheckBreak() + } + if yyb1407 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj1407-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1410 := z.EncBinary() + _ = yym1410 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep1411 := !z.EncBinary() + yy2arr1411 := z.EncBasicHandle().StructToArray + var yyq1411 [8]bool + _, _, _ = yysep1411, yyq1411, yy2arr1411 + const yyr1411 bool = false + yyq1411[0] = x.Handler.Exec != nil && x.Exec != nil + yyq1411[1] = x.Handler.HTTPGet != nil && x.HTTPGet != nil + yyq1411[2] = x.Handler.TCPSocket != nil && x.TCPSocket != nil + yyq1411[3] = x.InitialDelaySeconds != 0 + yyq1411[4] = x.TimeoutSeconds != 0 + yyq1411[5] = x.PeriodSeconds != 0 + yyq1411[6] = x.SuccessThreshold != 0 + yyq1411[7] = x.FailureThreshold != 0 + var yynn1411 int + if yyr1411 || yy2arr1411 { + r.EncodeArrayStart(8) + } else { + yynn1411 = 0 + for _, b := range yyq1411 { + if b { + yynn1411++ + } + } + r.EncodeMapStart(yynn1411) + yynn1411 = 0 + } + var yyn1412 bool + if x.Handler.Exec == nil { + yyn1412 = true + goto LABEL1412 + } + LABEL1412: + if yyr1411 || yy2arr1411 { + if yyn1412 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1411[0] { + if x.Exec == nil { + r.EncodeNil() + } else { + x.Exec.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq1411[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("exec")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn1412 { + r.EncodeNil() + } else { + if x.Exec == nil { + r.EncodeNil() + } else { + x.Exec.CodecEncodeSelf(e) + } + } + } + } + var yyn1413 bool + if x.Handler.HTTPGet == nil { + yyn1413 = true + goto LABEL1413 + } + LABEL1413: + if yyr1411 || yy2arr1411 { + if yyn1413 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1411[1] { + if x.HTTPGet == nil { + r.EncodeNil() + } else { + x.HTTPGet.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq1411[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("httpGet")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn1413 { + r.EncodeNil() + } else { + if x.HTTPGet == nil { + r.EncodeNil() + } else { + x.HTTPGet.CodecEncodeSelf(e) + } + } + } + } + var yyn1414 bool + if x.Handler.TCPSocket == nil { + yyn1414 = true + goto LABEL1414 + } + LABEL1414: + if yyr1411 || yy2arr1411 { + if yyn1414 { + r.EncodeNil() + } else { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1411[2] { + if x.TCPSocket == nil { + r.EncodeNil() + } else { + x.TCPSocket.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } + } else { + if yyq1411[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyn1414 { + r.EncodeNil() + } else { + if x.TCPSocket == nil { + r.EncodeNil() + } else { + x.TCPSocket.CodecEncodeSelf(e) + } + } + } + } + if yyr1411 || yy2arr1411 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1411[3] { + yym1416 := z.EncBinary() + _ = yym1416 + if false { + } else { + r.EncodeInt(int64(x.InitialDelaySeconds)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq1411[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("initialDelaySeconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1417 := z.EncBinary() + _ = yym1417 + if false { + } else { + r.EncodeInt(int64(x.InitialDelaySeconds)) + } + } + } + if yyr1411 || yy2arr1411 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1411[4] { + yym1419 := z.EncBinary() + _ = yym1419 + if false { + } else { + r.EncodeInt(int64(x.TimeoutSeconds)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq1411[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1420 := z.EncBinary() + _ = yym1420 + if false { + } else { + r.EncodeInt(int64(x.TimeoutSeconds)) + } + } + } + if yyr1411 || yy2arr1411 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1411[5] { + yym1422 := z.EncBinary() + _ = yym1422 + if false { + } else { + r.EncodeInt(int64(x.PeriodSeconds)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq1411[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("periodSeconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1423 := z.EncBinary() + _ = yym1423 + if false { + } else { + r.EncodeInt(int64(x.PeriodSeconds)) + } + } + } + if yyr1411 || yy2arr1411 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1411[6] { + yym1425 := z.EncBinary() + _ = yym1425 + if false { + } else { + r.EncodeInt(int64(x.SuccessThreshold)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq1411[6] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("successThreshold")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1426 := z.EncBinary() + _ = yym1426 + if false { + } else { + r.EncodeInt(int64(x.SuccessThreshold)) + } + } + } + if yyr1411 || yy2arr1411 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1411[7] { + yym1428 := z.EncBinary() + _ = yym1428 + if false { + } else { + r.EncodeInt(int64(x.FailureThreshold)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq1411[7] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("failureThreshold")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1429 := z.EncBinary() + _ = yym1429 + if false { + } else { + r.EncodeInt(int64(x.FailureThreshold)) + } + } + } + if yyr1411 || yy2arr1411 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *Probe) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1430 := z.DecBinary() + _ = yym1430 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct1431 := r.ContainerType() + if yyct1431 == codecSelferValueTypeMap1234 { + yyl1431 := r.ReadMapStart() + if yyl1431 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl1431, d) + } + } else if yyct1431 == codecSelferValueTypeArray1234 { + yyl1431 := r.ReadArrayStart() + if yyl1431 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl1431, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys1432Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1432Slc + var yyhl1432 bool = l >= 0 + for yyj1432 := 0; ; yyj1432++ { + if yyhl1432 { + if yyj1432 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys1432Slc = r.DecodeBytes(yys1432Slc, true, true) + yys1432 := string(yys1432Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys1432 { case "exec": if x.Handler.Exec == nil { x.Handler.Exec = new(ExecAction) @@ -19460,9 +19934,9 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FailureThreshold = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys1404) - } // end switch yys1404 - } // end for yyj1404 + z.DecStructFieldNotFound(-1, yys1432) + } // end switch yys1432 + } // end for yyj1432 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19470,19 +19944,19 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1413 int - var yyb1413 bool - var yyhl1413 bool = l >= 0 + var yyj1441 int + var yyb1441 bool + var yyhl1441 bool = l >= 0 if x.Handler.Exec == nil { x.Handler.Exec = new(ExecAction) } - yyj1413++ - if yyhl1413 { - yyb1413 = yyj1413 > l + yyj1441++ + if yyhl1441 { + yyb1441 = yyj1441 > l } else { - yyb1413 = r.CheckBreak() + yyb1441 = r.CheckBreak() } - if yyb1413 { + if yyb1441 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19500,13 +19974,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Handler.HTTPGet == nil { x.Handler.HTTPGet = new(HTTPGetAction) } - yyj1413++ - if yyhl1413 { - yyb1413 = yyj1413 > l + yyj1441++ + if yyhl1441 { + yyb1441 = yyj1441 > l } else { - yyb1413 = r.CheckBreak() + yyb1441 = r.CheckBreak() } - if yyb1413 { + if yyb1441 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19524,13 +19998,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Handler.TCPSocket == nil { x.Handler.TCPSocket = new(TCPSocketAction) } - yyj1413++ - if yyhl1413 { - yyb1413 = yyj1413 > l + yyj1441++ + if yyhl1441 { + yyb1441 = yyj1441 > l } else { - yyb1413 = r.CheckBreak() + yyb1441 = r.CheckBreak() } - if yyb1413 { + if yyb1441 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19545,13 +20019,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.TCPSocket.CodecDecodeSelf(d) } - yyj1413++ - if yyhl1413 { - yyb1413 = yyj1413 > l + yyj1441++ + if yyhl1441 { + yyb1441 = yyj1441 > l } else { - yyb1413 = r.CheckBreak() + yyb1441 = r.CheckBreak() } - if yyb1413 { + if yyb1441 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19561,13 +20035,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.InitialDelaySeconds = int32(r.DecodeInt(32)) } - yyj1413++ - if yyhl1413 { - yyb1413 = yyj1413 > l + yyj1441++ + if yyhl1441 { + yyb1441 = yyj1441 > l } else { - yyb1413 = r.CheckBreak() + yyb1441 = r.CheckBreak() } - if yyb1413 { + if yyb1441 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19577,13 +20051,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TimeoutSeconds = int32(r.DecodeInt(32)) } - yyj1413++ - if yyhl1413 { - yyb1413 = yyj1413 > l + yyj1441++ + if yyhl1441 { + yyb1441 = yyj1441 > l } else { - yyb1413 = r.CheckBreak() + yyb1441 = r.CheckBreak() } - if yyb1413 { + if yyb1441 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19593,13 +20067,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PeriodSeconds = int32(r.DecodeInt(32)) } - yyj1413++ - if yyhl1413 { - yyb1413 = yyj1413 > l + yyj1441++ + if yyhl1441 { + yyb1441 = yyj1441 > l } else { - yyb1413 = r.CheckBreak() + yyb1441 = r.CheckBreak() } - if yyb1413 { + if yyb1441 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19609,13 +20083,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SuccessThreshold = int32(r.DecodeInt(32)) } - yyj1413++ - if yyhl1413 { - yyb1413 = yyj1413 > l + yyj1441++ + if yyhl1441 { + yyb1441 = yyj1441 > l } else { - yyb1413 = r.CheckBreak() + yyb1441 = r.CheckBreak() } - if yyb1413 { + if yyb1441 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19625,315 +20099,6 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.FailureThreshold = int32(r.DecodeInt(32)) } - for { - yyj1413++ - if yyhl1413 { - yyb1413 = yyj1413 > l - } else { - yyb1413 = r.CheckBreak() - } - if yyb1413 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1413-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x PullPolicy) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - yym1422 := z.EncBinary() - _ = yym1422 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x)) - } -} - -func (x *PullPolicy) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym1423 := z.DecBinary() - _ = yym1423 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - *((*string)(x)) = r.DecodeString() - } -} - -func (x Capability) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - yym1424 := z.EncBinary() - _ = yym1424 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x)) - } -} - -func (x *Capability) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym1425 := z.DecBinary() - _ = yym1425 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - *((*string)(x)) = r.DecodeString() - } -} - -func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym1426 := z.EncBinary() - _ = yym1426 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep1427 := !z.EncBinary() - yy2arr1427 := z.EncBasicHandle().StructToArray - var yyq1427 [2]bool - _, _, _ = yysep1427, yyq1427, yy2arr1427 - const yyr1427 bool = false - yyq1427[0] = len(x.Add) != 0 - yyq1427[1] = len(x.Drop) != 0 - var yynn1427 int - if yyr1427 || yy2arr1427 { - r.EncodeArrayStart(2) - } else { - yynn1427 = 0 - for _, b := range yyq1427 { - if b { - yynn1427++ - } - } - r.EncodeMapStart(yynn1427) - yynn1427 = 0 - } - if yyr1427 || yy2arr1427 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1427[0] { - if x.Add == nil { - r.EncodeNil() - } else { - yym1429 := z.EncBinary() - _ = yym1429 - if false { - } else { - h.encSliceCapability(([]Capability)(x.Add), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1427[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("add")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Add == nil { - r.EncodeNil() - } else { - yym1430 := z.EncBinary() - _ = yym1430 - if false { - } else { - h.encSliceCapability(([]Capability)(x.Add), e) - } - } - } - } - if yyr1427 || yy2arr1427 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1427[1] { - if x.Drop == nil { - r.EncodeNil() - } else { - yym1432 := z.EncBinary() - _ = yym1432 - if false { - } else { - h.encSliceCapability(([]Capability)(x.Drop), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1427[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("drop")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Drop == nil { - r.EncodeNil() - } else { - yym1433 := z.EncBinary() - _ = yym1433 - if false { - } else { - h.encSliceCapability(([]Capability)(x.Drop), e) - } - } - } - } - if yyr1427 || yy2arr1427 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *Capabilities) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym1434 := z.DecBinary() - _ = yym1434 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct1435 := r.ContainerType() - if yyct1435 == codecSelferValueTypeMap1234 { - yyl1435 := r.ReadMapStart() - if yyl1435 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl1435, d) - } - } else if yyct1435 == codecSelferValueTypeArray1234 { - yyl1435 := r.ReadArrayStart() - if yyl1435 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl1435, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *Capabilities) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys1436Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1436Slc - var yyhl1436 bool = l >= 0 - for yyj1436 := 0; ; yyj1436++ { - if yyhl1436 { - if yyj1436 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1436Slc = r.DecodeBytes(yys1436Slc, true, true) - yys1436 := string(yys1436Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1436 { - case "add": - if r.TryDecodeAsNil() { - x.Add = nil - } else { - yyv1437 := &x.Add - yym1438 := z.DecBinary() - _ = yym1438 - if false { - } else { - h.decSliceCapability((*[]Capability)(yyv1437), d) - } - } - case "drop": - if r.TryDecodeAsNil() { - x.Drop = nil - } else { - yyv1439 := &x.Drop - yym1440 := z.DecBinary() - _ = yym1440 - if false { - } else { - h.decSliceCapability((*[]Capability)(yyv1439), d) - } - } - default: - z.DecStructFieldNotFound(-1, yys1436) - } // end switch yys1436 - } // end for yyj1436 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj1441 int - var yyb1441 bool - var yyhl1441 bool = l >= 0 - yyj1441++ - if yyhl1441 { - yyb1441 = yyj1441 > l - } else { - yyb1441 = r.CheckBreak() - } - if yyb1441 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Add = nil - } else { - yyv1442 := &x.Add - yym1443 := z.DecBinary() - _ = yym1443 - if false { - } else { - h.decSliceCapability((*[]Capability)(yyv1442), d) - } - } - yyj1441++ - if yyhl1441 { - yyb1441 = yyj1441 > l - } else { - yyb1441 = r.CheckBreak() - } - if yyb1441 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Drop = nil - } else { - yyv1444 := &x.Drop - yym1445 := z.DecBinary() - _ = yym1445 - if false { - } else { - h.decSliceCapability((*[]Capability)(yyv1444), d) - } - } for { yyj1441++ if yyhl1441 { @@ -19950,6 +20115,315 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } +func (x PullPolicy) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + yym1450 := z.EncBinary() + _ = yym1450 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x)) + } +} + +func (x *PullPolicy) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1451 := z.DecBinary() + _ = yym1451 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + *((*string)(x)) = r.DecodeString() + } +} + +func (x Capability) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + yym1452 := z.EncBinary() + _ = yym1452 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x)) + } +} + +func (x *Capability) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1453 := z.DecBinary() + _ = yym1453 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + *((*string)(x)) = r.DecodeString() + } +} + +func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1454 := z.EncBinary() + _ = yym1454 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep1455 := !z.EncBinary() + yy2arr1455 := z.EncBasicHandle().StructToArray + var yyq1455 [2]bool + _, _, _ = yysep1455, yyq1455, yy2arr1455 + const yyr1455 bool = false + yyq1455[0] = len(x.Add) != 0 + yyq1455[1] = len(x.Drop) != 0 + var yynn1455 int + if yyr1455 || yy2arr1455 { + r.EncodeArrayStart(2) + } else { + yynn1455 = 0 + for _, b := range yyq1455 { + if b { + yynn1455++ + } + } + r.EncodeMapStart(yynn1455) + yynn1455 = 0 + } + if yyr1455 || yy2arr1455 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1455[0] { + if x.Add == nil { + r.EncodeNil() + } else { + yym1457 := z.EncBinary() + _ = yym1457 + if false { + } else { + h.encSliceCapability(([]Capability)(x.Add), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1455[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("add")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Add == nil { + r.EncodeNil() + } else { + yym1458 := z.EncBinary() + _ = yym1458 + if false { + } else { + h.encSliceCapability(([]Capability)(x.Add), e) + } + } + } + } + if yyr1455 || yy2arr1455 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1455[1] { + if x.Drop == nil { + r.EncodeNil() + } else { + yym1460 := z.EncBinary() + _ = yym1460 + if false { + } else { + h.encSliceCapability(([]Capability)(x.Drop), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1455[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("drop")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Drop == nil { + r.EncodeNil() + } else { + yym1461 := z.EncBinary() + _ = yym1461 + if false { + } else { + h.encSliceCapability(([]Capability)(x.Drop), e) + } + } + } + } + if yyr1455 || yy2arr1455 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *Capabilities) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1462 := z.DecBinary() + _ = yym1462 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct1463 := r.ContainerType() + if yyct1463 == codecSelferValueTypeMap1234 { + yyl1463 := r.ReadMapStart() + if yyl1463 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl1463, d) + } + } else if yyct1463 == codecSelferValueTypeArray1234 { + yyl1463 := r.ReadArrayStart() + if yyl1463 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl1463, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *Capabilities) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys1464Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1464Slc + var yyhl1464 bool = l >= 0 + for yyj1464 := 0; ; yyj1464++ { + if yyhl1464 { + if yyj1464 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys1464Slc = r.DecodeBytes(yys1464Slc, true, true) + yys1464 := string(yys1464Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys1464 { + case "add": + if r.TryDecodeAsNil() { + x.Add = nil + } else { + yyv1465 := &x.Add + yym1466 := z.DecBinary() + _ = yym1466 + if false { + } else { + h.decSliceCapability((*[]Capability)(yyv1465), d) + } + } + case "drop": + if r.TryDecodeAsNil() { + x.Drop = nil + } else { + yyv1467 := &x.Drop + yym1468 := z.DecBinary() + _ = yym1468 + if false { + } else { + h.decSliceCapability((*[]Capability)(yyv1467), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys1464) + } // end switch yys1464 + } // end for yyj1464 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj1469 int + var yyb1469 bool + var yyhl1469 bool = l >= 0 + yyj1469++ + if yyhl1469 { + yyb1469 = yyj1469 > l + } else { + yyb1469 = r.CheckBreak() + } + if yyb1469 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Add = nil + } else { + yyv1470 := &x.Add + yym1471 := z.DecBinary() + _ = yym1471 + if false { + } else { + h.decSliceCapability((*[]Capability)(yyv1470), d) + } + } + yyj1469++ + if yyhl1469 { + yyb1469 = yyj1469 > l + } else { + yyb1469 = r.CheckBreak() + } + if yyb1469 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Drop = nil + } else { + yyv1472 := &x.Drop + yym1473 := z.DecBinary() + _ = yym1473 + if false { + } else { + h.decSliceCapability((*[]Capability)(yyv1472), d) + } + } + for { + yyj1469++ + if yyhl1469 { + yyb1469 = yyj1469 > l + } else { + yyb1469 = r.CheckBreak() + } + if yyb1469 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj1469-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) @@ -19957,34 +20431,34 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1446 := z.EncBinary() - _ = yym1446 + yym1474 := z.EncBinary() + _ = yym1474 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1447 := !z.EncBinary() - yy2arr1447 := z.EncBasicHandle().StructToArray - var yyq1447 [2]bool - _, _, _ = yysep1447, yyq1447, yy2arr1447 - const yyr1447 bool = false - yyq1447[0] = len(x.Limits) != 0 - yyq1447[1] = len(x.Requests) != 0 - var yynn1447 int - if yyr1447 || yy2arr1447 { + yysep1475 := !z.EncBinary() + yy2arr1475 := z.EncBasicHandle().StructToArray + var yyq1475 [2]bool + _, _, _ = yysep1475, yyq1475, yy2arr1475 + const yyr1475 bool = false + yyq1475[0] = len(x.Limits) != 0 + yyq1475[1] = len(x.Requests) != 0 + var yynn1475 int + if yyr1475 || yy2arr1475 { r.EncodeArrayStart(2) } else { - yynn1447 = 0 - for _, b := range yyq1447 { + yynn1475 = 0 + for _, b := range yyq1475 { if b { - yynn1447++ + yynn1475++ } } - r.EncodeMapStart(yynn1447) - yynn1447 = 0 + r.EncodeMapStart(yynn1475) + yynn1475 = 0 } - if yyr1447 || yy2arr1447 { + if yyr1475 || yy2arr1475 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1447[0] { + if yyq1475[0] { if x.Limits == nil { r.EncodeNil() } else { @@ -19994,7 +20468,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1447[0] { + if yyq1475[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("limits")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20005,9 +20479,9 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1447 || yy2arr1447 { + if yyr1475 || yy2arr1475 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1447[1] { + if yyq1475[1] { if x.Requests == nil { r.EncodeNil() } else { @@ -20017,7 +20491,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1447[1] { + if yyq1475[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requests")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20028,7 +20502,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1447 || yy2arr1447 { + if yyr1475 || yy2arr1475 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20041,25 +20515,25 @@ func (x *ResourceRequirements) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1450 := z.DecBinary() - _ = yym1450 + yym1478 := z.DecBinary() + _ = yym1478 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1451 := r.ContainerType() - if yyct1451 == codecSelferValueTypeMap1234 { - yyl1451 := r.ReadMapStart() - if yyl1451 == 0 { + yyct1479 := r.ContainerType() + if yyct1479 == codecSelferValueTypeMap1234 { + yyl1479 := r.ReadMapStart() + if yyl1479 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1451, d) + x.codecDecodeSelfFromMap(yyl1479, d) } - } else if yyct1451 == codecSelferValueTypeArray1234 { - yyl1451 := r.ReadArrayStart() - if yyl1451 == 0 { + } else if yyct1479 == codecSelferValueTypeArray1234 { + yyl1479 := r.ReadArrayStart() + if yyl1479 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1451, d) + x.codecDecodeSelfFromArray(yyl1479, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20071,12 +20545,12 @@ func (x *ResourceRequirements) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1452Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1452Slc - var yyhl1452 bool = l >= 0 - for yyj1452 := 0; ; yyj1452++ { - if yyhl1452 { - if yyj1452 >= l { + var yys1480Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1480Slc + var yyhl1480 bool = l >= 0 + for yyj1480 := 0; ; yyj1480++ { + if yyhl1480 { + if yyj1480 >= l { break } } else { @@ -20085,28 +20559,28 @@ func (x *ResourceRequirements) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1452Slc = r.DecodeBytes(yys1452Slc, true, true) - yys1452 := string(yys1452Slc) + yys1480Slc = r.DecodeBytes(yys1480Slc, true, true) + yys1480 := string(yys1480Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1452 { + switch yys1480 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv1453 := &x.Limits - yyv1453.CodecDecodeSelf(d) + yyv1481 := &x.Limits + yyv1481.CodecDecodeSelf(d) } case "requests": if r.TryDecodeAsNil() { x.Requests = nil } else { - yyv1454 := &x.Requests - yyv1454.CodecDecodeSelf(d) + yyv1482 := &x.Requests + yyv1482.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1452) - } // end switch yys1452 - } // end for yyj1452 + z.DecStructFieldNotFound(-1, yys1480) + } // end switch yys1480 + } // end for yyj1480 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20114,16 +20588,16 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1455 int - var yyb1455 bool - var yyhl1455 bool = l >= 0 - yyj1455++ - if yyhl1455 { - yyb1455 = yyj1455 > l + var yyj1483 int + var yyb1483 bool + var yyhl1483 bool = l >= 0 + yyj1483++ + if yyhl1483 { + yyb1483 = yyj1483 > l } else { - yyb1455 = r.CheckBreak() + yyb1483 = r.CheckBreak() } - if yyb1455 { + if yyb1483 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20131,16 +20605,16 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv1456 := &x.Limits - yyv1456.CodecDecodeSelf(d) + yyv1484 := &x.Limits + yyv1484.CodecDecodeSelf(d) } - yyj1455++ - if yyhl1455 { - yyb1455 = yyj1455 > l + yyj1483++ + if yyhl1483 { + yyb1483 = yyj1483 > l } else { - yyb1455 = r.CheckBreak() + yyb1483 = r.CheckBreak() } - if yyb1455 { + if yyb1483 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20148,21 +20622,21 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Requests = nil } else { - yyv1457 := &x.Requests - yyv1457.CodecDecodeSelf(d) + yyv1485 := &x.Requests + yyv1485.CodecDecodeSelf(d) } for { - yyj1455++ - if yyhl1455 { - yyb1455 = yyj1455 > l + yyj1483++ + if yyhl1483 { + yyb1483 = yyj1483 > l } else { - yyb1455 = r.CheckBreak() + yyb1483 = r.CheckBreak() } - if yyb1455 { + if yyb1483 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1455-1, "") + z.DecStructFieldNotFound(yyj1483-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20174,50 +20648,50 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1458 := z.EncBinary() - _ = yym1458 + yym1486 := z.EncBinary() + _ = yym1486 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1459 := !z.EncBinary() - yy2arr1459 := z.EncBasicHandle().StructToArray - var yyq1459 [18]bool - _, _, _ = yysep1459, yyq1459, yy2arr1459 - const yyr1459 bool = false - yyq1459[1] = x.Image != "" - yyq1459[2] = len(x.Command) != 0 - yyq1459[3] = len(x.Args) != 0 - yyq1459[4] = x.WorkingDir != "" - yyq1459[5] = len(x.Ports) != 0 - yyq1459[6] = len(x.Env) != 0 - yyq1459[7] = true - yyq1459[8] = len(x.VolumeMounts) != 0 - yyq1459[9] = x.LivenessProbe != nil - yyq1459[10] = x.ReadinessProbe != nil - yyq1459[11] = x.Lifecycle != nil - yyq1459[12] = x.TerminationMessagePath != "" - yyq1459[13] = x.ImagePullPolicy != "" - yyq1459[14] = x.SecurityContext != nil - yyq1459[15] = x.Stdin != false - yyq1459[16] = x.StdinOnce != false - yyq1459[17] = x.TTY != false - var yynn1459 int - if yyr1459 || yy2arr1459 { + yysep1487 := !z.EncBinary() + yy2arr1487 := z.EncBasicHandle().StructToArray + var yyq1487 [18]bool + _, _, _ = yysep1487, yyq1487, yy2arr1487 + const yyr1487 bool = false + yyq1487[1] = x.Image != "" + yyq1487[2] = len(x.Command) != 0 + yyq1487[3] = len(x.Args) != 0 + yyq1487[4] = x.WorkingDir != "" + yyq1487[5] = len(x.Ports) != 0 + yyq1487[6] = len(x.Env) != 0 + yyq1487[7] = true + yyq1487[8] = len(x.VolumeMounts) != 0 + yyq1487[9] = x.LivenessProbe != nil + yyq1487[10] = x.ReadinessProbe != nil + yyq1487[11] = x.Lifecycle != nil + yyq1487[12] = x.TerminationMessagePath != "" + yyq1487[13] = x.ImagePullPolicy != "" + yyq1487[14] = x.SecurityContext != nil + yyq1487[15] = x.Stdin != false + yyq1487[16] = x.StdinOnce != false + yyq1487[17] = x.TTY != false + var yynn1487 int + if yyr1487 || yy2arr1487 { r.EncodeArrayStart(18) } else { - yynn1459 = 1 - for _, b := range yyq1459 { + yynn1487 = 1 + for _, b := range yyq1487 { if b { - yynn1459++ + yynn1487++ } } - r.EncodeMapStart(yynn1459) - yynn1459 = 0 + r.EncodeMapStart(yynn1487) + yynn1487 = 0 } - if yyr1459 || yy2arr1459 { + if yyr1487 || yy2arr1487 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1461 := z.EncBinary() - _ = yym1461 + yym1489 := z.EncBinary() + _ = yym1489 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -20226,18 +20700,18 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1462 := z.EncBinary() - _ = yym1462 + yym1490 := z.EncBinary() + _ = yym1490 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1459 || yy2arr1459 { + if yyr1487 || yy2arr1487 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1459[1] { - yym1464 := z.EncBinary() - _ = yym1464 + if yyq1487[1] { + yym1492 := z.EncBinary() + _ = yym1492 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) @@ -20246,26 +20720,26 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1459[1] { + if yyq1487[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1465 := z.EncBinary() - _ = yym1465 + yym1493 := z.EncBinary() + _ = yym1493 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) } } } - if yyr1459 || yy2arr1459 { + if yyr1487 || yy2arr1487 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1459[2] { + if yyq1487[2] { if x.Command == nil { r.EncodeNil() } else { - yym1467 := z.EncBinary() - _ = yym1467 + yym1495 := z.EncBinary() + _ = yym1495 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -20275,15 +20749,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1459[2] { + if yyq1487[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("command")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Command == nil { r.EncodeNil() } else { - yym1468 := z.EncBinary() - _ = yym1468 + yym1496 := z.EncBinary() + _ = yym1496 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -20291,14 +20765,14 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1459 || yy2arr1459 { + if yyr1487 || yy2arr1487 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1459[3] { + if yyq1487[3] { if x.Args == nil { r.EncodeNil() } else { - yym1470 := z.EncBinary() - _ = yym1470 + yym1498 := z.EncBinary() + _ = yym1498 if false { } else { z.F.EncSliceStringV(x.Args, false, e) @@ -20308,15 +20782,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1459[3] { + if yyq1487[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("args")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Args == nil { r.EncodeNil() } else { - yym1471 := z.EncBinary() - _ = yym1471 + yym1499 := z.EncBinary() + _ = yym1499 if false { } else { z.F.EncSliceStringV(x.Args, false, e) @@ -20324,11 +20798,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1459 || yy2arr1459 { + if yyr1487 || yy2arr1487 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1459[4] { - yym1473 := z.EncBinary() - _ = yym1473 + if yyq1487[4] { + yym1501 := z.EncBinary() + _ = yym1501 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) @@ -20337,26 +20811,26 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1459[4] { + if yyq1487[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("workingDir")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1474 := z.EncBinary() - _ = yym1474 + yym1502 := z.EncBinary() + _ = yym1502 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) } } } - if yyr1459 || yy2arr1459 { + if yyr1487 || yy2arr1487 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1459[5] { + if yyq1487[5] { if x.Ports == nil { r.EncodeNil() } else { - yym1476 := z.EncBinary() - _ = yym1476 + yym1504 := z.EncBinary() + _ = yym1504 if false { } else { h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) @@ -20366,15 +20840,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1459[5] { + if yyq1487[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ports")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ports == nil { r.EncodeNil() } else { - yym1477 := z.EncBinary() - _ = yym1477 + yym1505 := z.EncBinary() + _ = yym1505 if false { } else { h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) @@ -20382,14 +20856,14 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1459 || yy2arr1459 { + if yyr1487 || yy2arr1487 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1459[6] { + if yyq1487[6] { if x.Env == nil { r.EncodeNil() } else { - yym1479 := z.EncBinary() - _ = yym1479 + yym1507 := z.EncBinary() + _ = yym1507 if false { } else { h.encSliceEnvVar(([]EnvVar)(x.Env), e) @@ -20399,15 +20873,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1459[6] { + if yyq1487[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("env")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Env == nil { r.EncodeNil() } else { - yym1480 := z.EncBinary() - _ = yym1480 + yym1508 := z.EncBinary() + _ = yym1508 if false { } else { h.encSliceEnvVar(([]EnvVar)(x.Env), e) @@ -20415,31 +20889,31 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1459 || yy2arr1459 { + if yyr1487 || yy2arr1487 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1459[7] { - yy1482 := &x.Resources - yy1482.CodecEncodeSelf(e) + if yyq1487[7] { + yy1510 := &x.Resources + yy1510.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1459[7] { + if yyq1487[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resources")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1483 := &x.Resources - yy1483.CodecEncodeSelf(e) + yy1511 := &x.Resources + yy1511.CodecEncodeSelf(e) } } - if yyr1459 || yy2arr1459 { + if yyr1487 || yy2arr1487 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1459[8] { + if yyq1487[8] { if x.VolumeMounts == nil { r.EncodeNil() } else { - yym1485 := z.EncBinary() - _ = yym1485 + yym1513 := z.EncBinary() + _ = yym1513 if false { } else { h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) @@ -20449,15 +20923,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1459[8] { + if yyq1487[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumeMounts")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumeMounts == nil { r.EncodeNil() } else { - yym1486 := z.EncBinary() - _ = yym1486 + yym1514 := z.EncBinary() + _ = yym1514 if false { } else { h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) @@ -20465,9 +20939,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1459 || yy2arr1459 { + if yyr1487 || yy2arr1487 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1459[9] { + if yyq1487[9] { if x.LivenessProbe == nil { r.EncodeNil() } else { @@ -20477,7 +20951,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1459[9] { + if yyq1487[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("livenessProbe")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20488,9 +20962,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1459 || yy2arr1459 { + if yyr1487 || yy2arr1487 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1459[10] { + if yyq1487[10] { if x.ReadinessProbe == nil { r.EncodeNil() } else { @@ -20500,7 +20974,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1459[10] { + if yyq1487[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readinessProbe")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20511,9 +20985,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1459 || yy2arr1459 { + if yyr1487 || yy2arr1487 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1459[11] { + if yyq1487[11] { if x.Lifecycle == nil { r.EncodeNil() } else { @@ -20523,7 +20997,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1459[11] { + if yyq1487[11] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lifecycle")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20534,11 +21008,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1459 || yy2arr1459 { + if yyr1487 || yy2arr1487 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1459[12] { - yym1491 := z.EncBinary() - _ = yym1491 + if yyq1487[12] { + yym1519 := z.EncBinary() + _ = yym1519 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TerminationMessagePath)) @@ -20547,36 +21021,36 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1459[12] { + if yyq1487[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminationMessagePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1492 := z.EncBinary() - _ = yym1492 + yym1520 := z.EncBinary() + _ = yym1520 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TerminationMessagePath)) } } } - if yyr1459 || yy2arr1459 { + if yyr1487 || yy2arr1487 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1459[13] { + if yyq1487[13] { x.ImagePullPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1459[13] { + if yyq1487[13] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.ImagePullPolicy.CodecEncodeSelf(e) } } - if yyr1459 || yy2arr1459 { + if yyr1487 || yy2arr1487 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1459[14] { + if yyq1487[14] { if x.SecurityContext == nil { r.EncodeNil() } else { @@ -20586,7 +21060,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1459[14] { + if yyq1487[14] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("securityContext")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20597,11 +21071,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1459 || yy2arr1459 { + if yyr1487 || yy2arr1487 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1459[15] { - yym1496 := z.EncBinary() - _ = yym1496 + if yyq1487[15] { + yym1524 := z.EncBinary() + _ = yym1524 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -20610,23 +21084,23 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1459[15] { + if yyq1487[15] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1497 := z.EncBinary() - _ = yym1497 + yym1525 := z.EncBinary() + _ = yym1525 if false { } else { r.EncodeBool(bool(x.Stdin)) } } } - if yyr1459 || yy2arr1459 { + if yyr1487 || yy2arr1487 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1459[16] { - yym1499 := z.EncBinary() - _ = yym1499 + if yyq1487[16] { + yym1527 := z.EncBinary() + _ = yym1527 if false { } else { r.EncodeBool(bool(x.StdinOnce)) @@ -20635,23 +21109,23 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1459[16] { + if yyq1487[16] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdinOnce")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1500 := z.EncBinary() - _ = yym1500 + yym1528 := z.EncBinary() + _ = yym1528 if false { } else { r.EncodeBool(bool(x.StdinOnce)) } } } - if yyr1459 || yy2arr1459 { + if yyr1487 || yy2arr1487 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1459[17] { - yym1502 := z.EncBinary() - _ = yym1502 + if yyq1487[17] { + yym1530 := z.EncBinary() + _ = yym1530 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -20660,19 +21134,19 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1459[17] { + if yyq1487[17] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1503 := z.EncBinary() - _ = yym1503 + yym1531 := z.EncBinary() + _ = yym1531 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr1459 || yy2arr1459 { + if yyr1487 || yy2arr1487 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20685,25 +21159,25 @@ func (x *Container) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1504 := z.DecBinary() - _ = yym1504 + yym1532 := z.DecBinary() + _ = yym1532 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1505 := r.ContainerType() - if yyct1505 == codecSelferValueTypeMap1234 { - yyl1505 := r.ReadMapStart() - if yyl1505 == 0 { + yyct1533 := r.ContainerType() + if yyct1533 == codecSelferValueTypeMap1234 { + yyl1533 := r.ReadMapStart() + if yyl1533 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1505, d) + x.codecDecodeSelfFromMap(yyl1533, d) } - } else if yyct1505 == codecSelferValueTypeArray1234 { - yyl1505 := r.ReadArrayStart() - if yyl1505 == 0 { + } else if yyct1533 == codecSelferValueTypeArray1234 { + yyl1533 := r.ReadArrayStart() + if yyl1533 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1505, d) + x.codecDecodeSelfFromArray(yyl1533, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20715,12 +21189,12 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1506Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1506Slc - var yyhl1506 bool = l >= 0 - for yyj1506 := 0; ; yyj1506++ { - if yyhl1506 { - if yyj1506 >= l { + var yys1534Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1534Slc + var yyhl1534 bool = l >= 0 + for yyj1534 := 0; ; yyj1534++ { + if yyhl1534 { + if yyj1534 >= l { break } } else { @@ -20729,10 +21203,10 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1506Slc = r.DecodeBytes(yys1506Slc, true, true) - yys1506 := string(yys1506Slc) + yys1534Slc = r.DecodeBytes(yys1534Slc, true, true) + yys1534 := string(yys1534Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1506 { + switch yys1534 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -20749,24 +21223,24 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1509 := &x.Command - yym1510 := z.DecBinary() - _ = yym1510 + yyv1537 := &x.Command + yym1538 := z.DecBinary() + _ = yym1538 if false { } else { - z.F.DecSliceStringX(yyv1509, false, d) + z.F.DecSliceStringX(yyv1537, false, d) } } case "args": if r.TryDecodeAsNil() { x.Args = nil } else { - yyv1511 := &x.Args - yym1512 := z.DecBinary() - _ = yym1512 + yyv1539 := &x.Args + yym1540 := z.DecBinary() + _ = yym1540 if false { } else { - z.F.DecSliceStringX(yyv1511, false, d) + z.F.DecSliceStringX(yyv1539, false, d) } } case "workingDir": @@ -20779,43 +21253,43 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1514 := &x.Ports - yym1515 := z.DecBinary() - _ = yym1515 + yyv1542 := &x.Ports + yym1543 := z.DecBinary() + _ = yym1543 if false { } else { - h.decSliceContainerPort((*[]ContainerPort)(yyv1514), d) + h.decSliceContainerPort((*[]ContainerPort)(yyv1542), d) } } case "env": if r.TryDecodeAsNil() { x.Env = nil } else { - yyv1516 := &x.Env - yym1517 := z.DecBinary() - _ = yym1517 + yyv1544 := &x.Env + yym1545 := z.DecBinary() + _ = yym1545 if false { } else { - h.decSliceEnvVar((*[]EnvVar)(yyv1516), d) + h.decSliceEnvVar((*[]EnvVar)(yyv1544), d) } } case "resources": if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv1518 := &x.Resources - yyv1518.CodecDecodeSelf(d) + yyv1546 := &x.Resources + yyv1546.CodecDecodeSelf(d) } case "volumeMounts": if r.TryDecodeAsNil() { x.VolumeMounts = nil } else { - yyv1519 := &x.VolumeMounts - yym1520 := z.DecBinary() - _ = yym1520 + yyv1547 := &x.VolumeMounts + yym1548 := z.DecBinary() + _ = yym1548 if false { } else { - h.decSliceVolumeMount((*[]VolumeMount)(yyv1519), d) + h.decSliceVolumeMount((*[]VolumeMount)(yyv1547), d) } } case "livenessProbe": @@ -20893,9 +21367,9 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TTY = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys1506) - } // end switch yys1506 - } // end for yyj1506 + z.DecStructFieldNotFound(-1, yys1534) + } // end switch yys1534 + } // end for yyj1534 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20903,16 +21377,16 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1530 int - var yyb1530 bool - var yyhl1530 bool = l >= 0 - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + var yyj1558 int + var yyb1558 bool + var yyhl1558 bool = l >= 0 + yyj1558++ + if yyhl1558 { + yyb1558 = yyj1558 > l } else { - yyb1530 = r.CheckBreak() + yyb1558 = r.CheckBreak() } - if yyb1530 { + if yyb1558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20922,13 +21396,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1558++ + if yyhl1558 { + yyb1558 = yyj1558 > l } else { - yyb1530 = r.CheckBreak() + yyb1558 = r.CheckBreak() } - if yyb1530 { + if yyb1558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20938,13 +21412,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Image = string(r.DecodeString()) } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1558++ + if yyhl1558 { + yyb1558 = yyj1558 > l } else { - yyb1530 = r.CheckBreak() + yyb1558 = r.CheckBreak() } - if yyb1530 { + if yyb1558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20952,21 +21426,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1533 := &x.Command - yym1534 := z.DecBinary() - _ = yym1534 + yyv1561 := &x.Command + yym1562 := z.DecBinary() + _ = yym1562 if false { } else { - z.F.DecSliceStringX(yyv1533, false, d) + z.F.DecSliceStringX(yyv1561, false, d) } } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1558++ + if yyhl1558 { + yyb1558 = yyj1558 > l } else { - yyb1530 = r.CheckBreak() + yyb1558 = r.CheckBreak() } - if yyb1530 { + if yyb1558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20974,21 +21448,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Args = nil } else { - yyv1535 := &x.Args - yym1536 := z.DecBinary() - _ = yym1536 + yyv1563 := &x.Args + yym1564 := z.DecBinary() + _ = yym1564 if false { } else { - z.F.DecSliceStringX(yyv1535, false, d) + z.F.DecSliceStringX(yyv1563, false, d) } } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1558++ + if yyhl1558 { + yyb1558 = yyj1558 > l } else { - yyb1530 = r.CheckBreak() + yyb1558 = r.CheckBreak() } - if yyb1530 { + if yyb1558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20998,13 +21472,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.WorkingDir = string(r.DecodeString()) } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1558++ + if yyhl1558 { + yyb1558 = yyj1558 > l } else { - yyb1530 = r.CheckBreak() + yyb1558 = r.CheckBreak() } - if yyb1530 { + if yyb1558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21012,21 +21486,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1538 := &x.Ports - yym1539 := z.DecBinary() - _ = yym1539 + yyv1566 := &x.Ports + yym1567 := z.DecBinary() + _ = yym1567 if false { } else { - h.decSliceContainerPort((*[]ContainerPort)(yyv1538), d) + h.decSliceContainerPort((*[]ContainerPort)(yyv1566), d) } } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1558++ + if yyhl1558 { + yyb1558 = yyj1558 > l } else { - yyb1530 = r.CheckBreak() + yyb1558 = r.CheckBreak() } - if yyb1530 { + if yyb1558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21034,21 +21508,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Env = nil } else { - yyv1540 := &x.Env - yym1541 := z.DecBinary() - _ = yym1541 + yyv1568 := &x.Env + yym1569 := z.DecBinary() + _ = yym1569 if false { } else { - h.decSliceEnvVar((*[]EnvVar)(yyv1540), d) + h.decSliceEnvVar((*[]EnvVar)(yyv1568), d) } } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1558++ + if yyhl1558 { + yyb1558 = yyj1558 > l } else { - yyb1530 = r.CheckBreak() + yyb1558 = r.CheckBreak() } - if yyb1530 { + if yyb1558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21056,16 +21530,16 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv1542 := &x.Resources - yyv1542.CodecDecodeSelf(d) + yyv1570 := &x.Resources + yyv1570.CodecDecodeSelf(d) } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1558++ + if yyhl1558 { + yyb1558 = yyj1558 > l } else { - yyb1530 = r.CheckBreak() + yyb1558 = r.CheckBreak() } - if yyb1530 { + if yyb1558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21073,21 +21547,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumeMounts = nil } else { - yyv1543 := &x.VolumeMounts - yym1544 := z.DecBinary() - _ = yym1544 + yyv1571 := &x.VolumeMounts + yym1572 := z.DecBinary() + _ = yym1572 if false { } else { - h.decSliceVolumeMount((*[]VolumeMount)(yyv1543), d) + h.decSliceVolumeMount((*[]VolumeMount)(yyv1571), d) } } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1558++ + if yyhl1558 { + yyb1558 = yyj1558 > l } else { - yyb1530 = r.CheckBreak() + yyb1558 = r.CheckBreak() } - if yyb1530 { + if yyb1558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21102,13 +21576,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.LivenessProbe.CodecDecodeSelf(d) } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1558++ + if yyhl1558 { + yyb1558 = yyj1558 > l } else { - yyb1530 = r.CheckBreak() + yyb1558 = r.CheckBreak() } - if yyb1530 { + if yyb1558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21123,13 +21597,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ReadinessProbe.CodecDecodeSelf(d) } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1558++ + if yyhl1558 { + yyb1558 = yyj1558 > l } else { - yyb1530 = r.CheckBreak() + yyb1558 = r.CheckBreak() } - if yyb1530 { + if yyb1558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21144,13 +21618,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Lifecycle.CodecDecodeSelf(d) } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1558++ + if yyhl1558 { + yyb1558 = yyj1558 > l } else { - yyb1530 = r.CheckBreak() + yyb1558 = r.CheckBreak() } - if yyb1530 { + if yyb1558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21160,13 +21634,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TerminationMessagePath = string(r.DecodeString()) } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1558++ + if yyhl1558 { + yyb1558 = yyj1558 > l } else { - yyb1530 = r.CheckBreak() + yyb1558 = r.CheckBreak() } - if yyb1530 { + if yyb1558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21176,13 +21650,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ImagePullPolicy = PullPolicy(r.DecodeString()) } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1558++ + if yyhl1558 { + yyb1558 = yyj1558 > l } else { - yyb1530 = r.CheckBreak() + yyb1558 = r.CheckBreak() } - if yyb1530 { + if yyb1558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21197,13 +21671,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.SecurityContext.CodecDecodeSelf(d) } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1558++ + if yyhl1558 { + yyb1558 = yyj1558 > l } else { - yyb1530 = r.CheckBreak() + yyb1558 = r.CheckBreak() } - if yyb1530 { + if yyb1558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21213,13 +21687,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1558++ + if yyhl1558 { + yyb1558 = yyj1558 > l } else { - yyb1530 = r.CheckBreak() + yyb1558 = r.CheckBreak() } - if yyb1530 { + if yyb1558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21229,13 +21703,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.StdinOnce = bool(r.DecodeBool()) } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1558++ + if yyhl1558 { + yyb1558 = yyj1558 > l } else { - yyb1530 = r.CheckBreak() + yyb1558 = r.CheckBreak() } - if yyb1530 { + if yyb1558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21246,17 +21720,17 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.TTY = bool(r.DecodeBool()) } for { - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1558++ + if yyhl1558 { + yyb1558 = yyj1558 > l } else { - yyb1530 = r.CheckBreak() + yyb1558 = r.CheckBreak() } - if yyb1530 { + if yyb1558 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1530-1, "") + z.DecStructFieldNotFound(yyj1558-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21268,35 +21742,35 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1554 := z.EncBinary() - _ = yym1554 + yym1582 := z.EncBinary() + _ = yym1582 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1555 := !z.EncBinary() - yy2arr1555 := z.EncBasicHandle().StructToArray - var yyq1555 [3]bool - _, _, _ = yysep1555, yyq1555, yy2arr1555 - const yyr1555 bool = false - yyq1555[0] = x.Exec != nil - yyq1555[1] = x.HTTPGet != nil - yyq1555[2] = x.TCPSocket != nil - var yynn1555 int - if yyr1555 || yy2arr1555 { + yysep1583 := !z.EncBinary() + yy2arr1583 := z.EncBasicHandle().StructToArray + var yyq1583 [3]bool + _, _, _ = yysep1583, yyq1583, yy2arr1583 + const yyr1583 bool = false + yyq1583[0] = x.Exec != nil + yyq1583[1] = x.HTTPGet != nil + yyq1583[2] = x.TCPSocket != nil + var yynn1583 int + if yyr1583 || yy2arr1583 { r.EncodeArrayStart(3) } else { - yynn1555 = 0 - for _, b := range yyq1555 { + yynn1583 = 0 + for _, b := range yyq1583 { if b { - yynn1555++ + yynn1583++ } } - r.EncodeMapStart(yynn1555) - yynn1555 = 0 + r.EncodeMapStart(yynn1583) + yynn1583 = 0 } - if yyr1555 || yy2arr1555 { + if yyr1583 || yy2arr1583 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1555[0] { + if yyq1583[0] { if x.Exec == nil { r.EncodeNil() } else { @@ -21306,7 +21780,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1555[0] { + if yyq1583[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21317,9 +21791,9 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1555 || yy2arr1555 { + if yyr1583 || yy2arr1583 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1555[1] { + if yyq1583[1] { if x.HTTPGet == nil { r.EncodeNil() } else { @@ -21329,7 +21803,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1555[1] { + if yyq1583[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpGet")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21340,9 +21814,9 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1555 || yy2arr1555 { + if yyr1583 || yy2arr1583 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1555[2] { + if yyq1583[2] { if x.TCPSocket == nil { r.EncodeNil() } else { @@ -21352,7 +21826,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1555[2] { + if yyq1583[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21363,7 +21837,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1555 || yy2arr1555 { + if yyr1583 || yy2arr1583 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21376,25 +21850,25 @@ func (x *Handler) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1559 := z.DecBinary() - _ = yym1559 + yym1587 := z.DecBinary() + _ = yym1587 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1560 := r.ContainerType() - if yyct1560 == codecSelferValueTypeMap1234 { - yyl1560 := r.ReadMapStart() - if yyl1560 == 0 { + yyct1588 := r.ContainerType() + if yyct1588 == codecSelferValueTypeMap1234 { + yyl1588 := r.ReadMapStart() + if yyl1588 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1560, d) + x.codecDecodeSelfFromMap(yyl1588, d) } - } else if yyct1560 == codecSelferValueTypeArray1234 { - yyl1560 := r.ReadArrayStart() - if yyl1560 == 0 { + } else if yyct1588 == codecSelferValueTypeArray1234 { + yyl1588 := r.ReadArrayStart() + if yyl1588 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1560, d) + x.codecDecodeSelfFromArray(yyl1588, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21406,12 +21880,12 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1561Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1561Slc - var yyhl1561 bool = l >= 0 - for yyj1561 := 0; ; yyj1561++ { - if yyhl1561 { - if yyj1561 >= l { + var yys1589Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1589Slc + var yyhl1589 bool = l >= 0 + for yyj1589 := 0; ; yyj1589++ { + if yyhl1589 { + if yyj1589 >= l { break } } else { @@ -21420,10 +21894,10 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1561Slc = r.DecodeBytes(yys1561Slc, true, true) - yys1561 := string(yys1561Slc) + yys1589Slc = r.DecodeBytes(yys1589Slc, true, true) + yys1589 := string(yys1589Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1561 { + switch yys1589 { case "exec": if r.TryDecodeAsNil() { if x.Exec != nil { @@ -21458,9 +21932,9 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TCPSocket.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1561) - } // end switch yys1561 - } // end for yyj1561 + z.DecStructFieldNotFound(-1, yys1589) + } // end switch yys1589 + } // end for yyj1589 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21468,16 +21942,16 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1565 int - var yyb1565 bool - var yyhl1565 bool = l >= 0 - yyj1565++ - if yyhl1565 { - yyb1565 = yyj1565 > l + var yyj1593 int + var yyb1593 bool + var yyhl1593 bool = l >= 0 + yyj1593++ + if yyhl1593 { + yyb1593 = yyj1593 > l } else { - yyb1565 = r.CheckBreak() + yyb1593 = r.CheckBreak() } - if yyb1565 { + if yyb1593 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21492,13 +21966,13 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Exec.CodecDecodeSelf(d) } - yyj1565++ - if yyhl1565 { - yyb1565 = yyj1565 > l + yyj1593++ + if yyhl1593 { + yyb1593 = yyj1593 > l } else { - yyb1565 = r.CheckBreak() + yyb1593 = r.CheckBreak() } - if yyb1565 { + if yyb1593 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21513,13 +21987,13 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.HTTPGet.CodecDecodeSelf(d) } - yyj1565++ - if yyhl1565 { - yyb1565 = yyj1565 > l + yyj1593++ + if yyhl1593 { + yyb1593 = yyj1593 > l } else { - yyb1565 = r.CheckBreak() + yyb1593 = r.CheckBreak() } - if yyb1565 { + if yyb1593 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21535,17 +22009,17 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.TCPSocket.CodecDecodeSelf(d) } for { - yyj1565++ - if yyhl1565 { - yyb1565 = yyj1565 > l + yyj1593++ + if yyhl1593 { + yyb1593 = yyj1593 > l } else { - yyb1565 = r.CheckBreak() + yyb1593 = r.CheckBreak() } - if yyb1565 { + if yyb1593 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1565-1, "") + z.DecStructFieldNotFound(yyj1593-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21557,34 +22031,34 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1569 := z.EncBinary() - _ = yym1569 + yym1597 := z.EncBinary() + _ = yym1597 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1570 := !z.EncBinary() - yy2arr1570 := z.EncBasicHandle().StructToArray - var yyq1570 [2]bool - _, _, _ = yysep1570, yyq1570, yy2arr1570 - const yyr1570 bool = false - yyq1570[0] = x.PostStart != nil - yyq1570[1] = x.PreStop != nil - var yynn1570 int - if yyr1570 || yy2arr1570 { + yysep1598 := !z.EncBinary() + yy2arr1598 := z.EncBasicHandle().StructToArray + var yyq1598 [2]bool + _, _, _ = yysep1598, yyq1598, yy2arr1598 + const yyr1598 bool = false + yyq1598[0] = x.PostStart != nil + yyq1598[1] = x.PreStop != nil + var yynn1598 int + if yyr1598 || yy2arr1598 { r.EncodeArrayStart(2) } else { - yynn1570 = 0 - for _, b := range yyq1570 { + yynn1598 = 0 + for _, b := range yyq1598 { if b { - yynn1570++ + yynn1598++ } } - r.EncodeMapStart(yynn1570) - yynn1570 = 0 + r.EncodeMapStart(yynn1598) + yynn1598 = 0 } - if yyr1570 || yy2arr1570 { + if yyr1598 || yy2arr1598 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1570[0] { + if yyq1598[0] { if x.PostStart == nil { r.EncodeNil() } else { @@ -21594,7 +22068,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1570[0] { + if yyq1598[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("postStart")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21605,9 +22079,9 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1570 || yy2arr1570 { + if yyr1598 || yy2arr1598 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1570[1] { + if yyq1598[1] { if x.PreStop == nil { r.EncodeNil() } else { @@ -21617,7 +22091,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1570[1] { + if yyq1598[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preStop")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21628,7 +22102,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1570 || yy2arr1570 { + if yyr1598 || yy2arr1598 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21641,25 +22115,25 @@ func (x *Lifecycle) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1573 := z.DecBinary() - _ = yym1573 + yym1601 := z.DecBinary() + _ = yym1601 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1574 := r.ContainerType() - if yyct1574 == codecSelferValueTypeMap1234 { - yyl1574 := r.ReadMapStart() - if yyl1574 == 0 { + yyct1602 := r.ContainerType() + if yyct1602 == codecSelferValueTypeMap1234 { + yyl1602 := r.ReadMapStart() + if yyl1602 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1574, d) + x.codecDecodeSelfFromMap(yyl1602, d) } - } else if yyct1574 == codecSelferValueTypeArray1234 { - yyl1574 := r.ReadArrayStart() - if yyl1574 == 0 { + } else if yyct1602 == codecSelferValueTypeArray1234 { + yyl1602 := r.ReadArrayStart() + if yyl1602 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1574, d) + x.codecDecodeSelfFromArray(yyl1602, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21671,12 +22145,12 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1575Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1575Slc - var yyhl1575 bool = l >= 0 - for yyj1575 := 0; ; yyj1575++ { - if yyhl1575 { - if yyj1575 >= l { + var yys1603Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1603Slc + var yyhl1603 bool = l >= 0 + for yyj1603 := 0; ; yyj1603++ { + if yyhl1603 { + if yyj1603 >= l { break } } else { @@ -21685,10 +22159,10 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1575Slc = r.DecodeBytes(yys1575Slc, true, true) - yys1575 := string(yys1575Slc) + yys1603Slc = r.DecodeBytes(yys1603Slc, true, true) + yys1603 := string(yys1603Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1575 { + switch yys1603 { case "postStart": if r.TryDecodeAsNil() { if x.PostStart != nil { @@ -21712,9 +22186,9 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PreStop.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1575) - } // end switch yys1575 - } // end for yyj1575 + z.DecStructFieldNotFound(-1, yys1603) + } // end switch yys1603 + } // end for yyj1603 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21722,16 +22196,16 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1578 int - var yyb1578 bool - var yyhl1578 bool = l >= 0 - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + var yyj1606 int + var yyb1606 bool + var yyhl1606 bool = l >= 0 + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21746,13 +22220,13 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.PostStart.CodecDecodeSelf(d) } - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21768,17 +22242,17 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PreStop.CodecDecodeSelf(d) } for { - yyj1578++ - if yyhl1578 { - yyb1578 = yyj1578 > l + yyj1606++ + if yyhl1606 { + yyb1606 = yyj1606 > l } else { - yyb1578 = r.CheckBreak() + yyb1606 = r.CheckBreak() } - if yyb1578 { + if yyb1606 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1578-1, "") + z.DecStructFieldNotFound(yyj1606-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21787,8 +22261,8 @@ func (x ConditionStatus) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1581 := z.EncBinary() - _ = yym1581 + yym1609 := z.EncBinary() + _ = yym1609 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -21800,8 +22274,8 @@ func (x *ConditionStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1582 := z.DecBinary() - _ = yym1582 + yym1610 := z.DecBinary() + _ = yym1610 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -21816,36 +22290,36 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1583 := z.EncBinary() - _ = yym1583 + yym1611 := z.EncBinary() + _ = yym1611 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1584 := !z.EncBinary() - yy2arr1584 := z.EncBasicHandle().StructToArray - var yyq1584 [2]bool - _, _, _ = yysep1584, yyq1584, yy2arr1584 - const yyr1584 bool = false - yyq1584[0] = x.Reason != "" - yyq1584[1] = x.Message != "" - var yynn1584 int - if yyr1584 || yy2arr1584 { + yysep1612 := !z.EncBinary() + yy2arr1612 := z.EncBasicHandle().StructToArray + var yyq1612 [2]bool + _, _, _ = yysep1612, yyq1612, yy2arr1612 + const yyr1612 bool = false + yyq1612[0] = x.Reason != "" + yyq1612[1] = x.Message != "" + var yynn1612 int + if yyr1612 || yy2arr1612 { r.EncodeArrayStart(2) } else { - yynn1584 = 0 - for _, b := range yyq1584 { + yynn1612 = 0 + for _, b := range yyq1612 { if b { - yynn1584++ + yynn1612++ } } - r.EncodeMapStart(yynn1584) - yynn1584 = 0 + r.EncodeMapStart(yynn1612) + yynn1612 = 0 } - if yyr1584 || yy2arr1584 { + if yyr1612 || yy2arr1612 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1584[0] { - yym1586 := z.EncBinary() - _ = yym1586 + if yyq1612[0] { + yym1614 := z.EncBinary() + _ = yym1614 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -21854,23 +22328,23 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1584[0] { + if yyq1612[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1587 := z.EncBinary() - _ = yym1587 + yym1615 := z.EncBinary() + _ = yym1615 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1584 || yy2arr1584 { + if yyr1612 || yy2arr1612 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1584[1] { - yym1589 := z.EncBinary() - _ = yym1589 + if yyq1612[1] { + yym1617 := z.EncBinary() + _ = yym1617 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -21879,19 +22353,19 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1584[1] { + if yyq1612[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1590 := z.EncBinary() - _ = yym1590 + yym1618 := z.EncBinary() + _ = yym1618 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1584 || yy2arr1584 { + if yyr1612 || yy2arr1612 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21904,25 +22378,25 @@ func (x *ContainerStateWaiting) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1591 := z.DecBinary() - _ = yym1591 + yym1619 := z.DecBinary() + _ = yym1619 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1592 := r.ContainerType() - if yyct1592 == codecSelferValueTypeMap1234 { - yyl1592 := r.ReadMapStart() - if yyl1592 == 0 { + yyct1620 := r.ContainerType() + if yyct1620 == codecSelferValueTypeMap1234 { + yyl1620 := r.ReadMapStart() + if yyl1620 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1592, d) + x.codecDecodeSelfFromMap(yyl1620, d) } - } else if yyct1592 == codecSelferValueTypeArray1234 { - yyl1592 := r.ReadArrayStart() - if yyl1592 == 0 { + } else if yyct1620 == codecSelferValueTypeArray1234 { + yyl1620 := r.ReadArrayStart() + if yyl1620 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1592, d) + x.codecDecodeSelfFromArray(yyl1620, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21934,12 +22408,12 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1593Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1593Slc - var yyhl1593 bool = l >= 0 - for yyj1593 := 0; ; yyj1593++ { - if yyhl1593 { - if yyj1593 >= l { + var yys1621Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1621Slc + var yyhl1621 bool = l >= 0 + for yyj1621 := 0; ; yyj1621++ { + if yyhl1621 { + if yyj1621 >= l { break } } else { @@ -21948,10 +22422,10 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1593Slc = r.DecodeBytes(yys1593Slc, true, true) - yys1593 := string(yys1593Slc) + yys1621Slc = r.DecodeBytes(yys1621Slc, true, true) + yys1621 := string(yys1621Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1593 { + switch yys1621 { case "reason": if r.TryDecodeAsNil() { x.Reason = "" @@ -21965,9 +22439,9 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1593) - } // end switch yys1593 - } // end for yyj1593 + z.DecStructFieldNotFound(-1, yys1621) + } // end switch yys1621 + } // end for yyj1621 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21975,16 +22449,16 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1596 int - var yyb1596 bool - var yyhl1596 bool = l >= 0 - yyj1596++ - if yyhl1596 { - yyb1596 = yyj1596 > l + var yyj1624 int + var yyb1624 bool + var yyhl1624 bool = l >= 0 + yyj1624++ + if yyhl1624 { + yyb1624 = yyj1624 > l } else { - yyb1596 = r.CheckBreak() + yyb1624 = r.CheckBreak() } - if yyb1596 { + if yyb1624 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21994,13 +22468,13 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Reason = string(r.DecodeString()) } - yyj1596++ - if yyhl1596 { - yyb1596 = yyj1596 > l + yyj1624++ + if yyhl1624 { + yyb1624 = yyj1624 > l } else { - yyb1596 = r.CheckBreak() + yyb1624 = r.CheckBreak() } - if yyb1596 { + if yyb1624 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22011,17 +22485,17 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.Message = string(r.DecodeString()) } for { - yyj1596++ - if yyhl1596 { - yyb1596 = yyj1596 > l + yyj1624++ + if yyhl1624 { + yyb1624 = yyj1624 > l } else { - yyb1596 = r.CheckBreak() + yyb1624 = r.CheckBreak() } - if yyb1596 { + if yyb1624 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1596-1, "") + z.DecStructFieldNotFound(yyj1624-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22033,68 +22507,68 @@ func (x *ContainerStateRunning) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1599 := z.EncBinary() - _ = yym1599 + yym1627 := z.EncBinary() + _ = yym1627 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1600 := !z.EncBinary() - yy2arr1600 := z.EncBasicHandle().StructToArray - var yyq1600 [1]bool - _, _, _ = yysep1600, yyq1600, yy2arr1600 - const yyr1600 bool = false - yyq1600[0] = true - var yynn1600 int - if yyr1600 || yy2arr1600 { + yysep1628 := !z.EncBinary() + yy2arr1628 := z.EncBasicHandle().StructToArray + var yyq1628 [1]bool + _, _, _ = yysep1628, yyq1628, yy2arr1628 + const yyr1628 bool = false + yyq1628[0] = true + var yynn1628 int + if yyr1628 || yy2arr1628 { r.EncodeArrayStart(1) } else { - yynn1600 = 0 - for _, b := range yyq1600 { + yynn1628 = 0 + for _, b := range yyq1628 { if b { - yynn1600++ + yynn1628++ } } - r.EncodeMapStart(yynn1600) - yynn1600 = 0 + r.EncodeMapStart(yynn1628) + yynn1628 = 0 } - if yyr1600 || yy2arr1600 { + if yyr1628 || yy2arr1628 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1600[0] { - yy1602 := &x.StartedAt - yym1603 := z.EncBinary() - _ = yym1603 + if yyq1628[0] { + yy1630 := &x.StartedAt + yym1631 := z.EncBinary() + _ = yym1631 if false { - } else if z.HasExtensions() && z.EncExt(yy1602) { - } else if yym1603 { - z.EncBinaryMarshal(yy1602) - } else if !yym1603 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1602) + } else if z.HasExtensions() && z.EncExt(yy1630) { + } else if yym1631 { + z.EncBinaryMarshal(yy1630) + } else if !yym1631 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1630) } else { - z.EncFallback(yy1602) + z.EncFallback(yy1630) } } else { r.EncodeNil() } } else { - if yyq1600[0] { + if yyq1628[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1604 := &x.StartedAt - yym1605 := z.EncBinary() - _ = yym1605 + yy1632 := &x.StartedAt + yym1633 := z.EncBinary() + _ = yym1633 if false { - } else if z.HasExtensions() && z.EncExt(yy1604) { - } else if yym1605 { - z.EncBinaryMarshal(yy1604) - } else if !yym1605 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1604) + } else if z.HasExtensions() && z.EncExt(yy1632) { + } else if yym1633 { + z.EncBinaryMarshal(yy1632) + } else if !yym1633 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1632) } else { - z.EncFallback(yy1604) + z.EncFallback(yy1632) } } } - if yyr1600 || yy2arr1600 { + if yyr1628 || yy2arr1628 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22107,25 +22581,25 @@ func (x *ContainerStateRunning) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1606 := z.DecBinary() - _ = yym1606 + yym1634 := z.DecBinary() + _ = yym1634 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1607 := r.ContainerType() - if yyct1607 == codecSelferValueTypeMap1234 { - yyl1607 := r.ReadMapStart() - if yyl1607 == 0 { + yyct1635 := r.ContainerType() + if yyct1635 == codecSelferValueTypeMap1234 { + yyl1635 := r.ReadMapStart() + if yyl1635 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1607, d) + x.codecDecodeSelfFromMap(yyl1635, d) } - } else if yyct1607 == codecSelferValueTypeArray1234 { - yyl1607 := r.ReadArrayStart() - if yyl1607 == 0 { + } else if yyct1635 == codecSelferValueTypeArray1234 { + yyl1635 := r.ReadArrayStart() + if yyl1635 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1607, d) + x.codecDecodeSelfFromArray(yyl1635, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22137,12 +22611,12 @@ func (x *ContainerStateRunning) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1608Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1608Slc - var yyhl1608 bool = l >= 0 - for yyj1608 := 0; ; yyj1608++ { - if yyhl1608 { - if yyj1608 >= l { + var yys1636Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1636Slc + var yyhl1636 bool = l >= 0 + for yyj1636 := 0; ; yyj1636++ { + if yyhl1636 { + if yyj1636 >= l { break } } else { @@ -22151,31 +22625,31 @@ func (x *ContainerStateRunning) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1608Slc = r.DecodeBytes(yys1608Slc, true, true) - yys1608 := string(yys1608Slc) + yys1636Slc = r.DecodeBytes(yys1636Slc, true, true) + yys1636 := string(yys1636Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1608 { + switch yys1636 { case "startedAt": if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1609 := &x.StartedAt - yym1610 := z.DecBinary() - _ = yym1610 + yyv1637 := &x.StartedAt + yym1638 := z.DecBinary() + _ = yym1638 if false { - } else if z.HasExtensions() && z.DecExt(yyv1609) { - } else if yym1610 { - z.DecBinaryUnmarshal(yyv1609) - } else if !yym1610 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1609) + } else if z.HasExtensions() && z.DecExt(yyv1637) { + } else if yym1638 { + z.DecBinaryUnmarshal(yyv1637) + } else if !yym1638 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1637) } else { - z.DecFallback(yyv1609, false) + z.DecFallback(yyv1637, false) } } default: - z.DecStructFieldNotFound(-1, yys1608) - } // end switch yys1608 - } // end for yyj1608 + z.DecStructFieldNotFound(-1, yys1636) + } // end switch yys1636 + } // end for yyj1636 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22183,16 +22657,16 @@ func (x *ContainerStateRunning) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1611 int - var yyb1611 bool - var yyhl1611 bool = l >= 0 - yyj1611++ - if yyhl1611 { - yyb1611 = yyj1611 > l + var yyj1639 int + var yyb1639 bool + var yyhl1639 bool = l >= 0 + yyj1639++ + if yyhl1639 { + yyb1639 = yyj1639 > l } else { - yyb1611 = r.CheckBreak() + yyb1639 = r.CheckBreak() } - if yyb1611 { + if yyb1639 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22200,31 +22674,31 @@ func (x *ContainerStateRunning) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1612 := &x.StartedAt - yym1613 := z.DecBinary() - _ = yym1613 + yyv1640 := &x.StartedAt + yym1641 := z.DecBinary() + _ = yym1641 if false { - } else if z.HasExtensions() && z.DecExt(yyv1612) { - } else if yym1613 { - z.DecBinaryUnmarshal(yyv1612) - } else if !yym1613 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1612) + } else if z.HasExtensions() && z.DecExt(yyv1640) { + } else if yym1641 { + z.DecBinaryUnmarshal(yyv1640) + } else if !yym1641 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1640) } else { - z.DecFallback(yyv1612, false) + z.DecFallback(yyv1640, false) } } for { - yyj1611++ - if yyhl1611 { - yyb1611 = yyj1611 > l + yyj1639++ + if yyhl1639 { + yyb1639 = yyj1639 > l } else { - yyb1611 = r.CheckBreak() + yyb1639 = r.CheckBreak() } - if yyb1611 { + if yyb1639 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1611-1, "") + z.DecStructFieldNotFound(yyj1639-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22236,39 +22710,39 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1614 := z.EncBinary() - _ = yym1614 + yym1642 := z.EncBinary() + _ = yym1642 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1615 := !z.EncBinary() - yy2arr1615 := z.EncBasicHandle().StructToArray - var yyq1615 [7]bool - _, _, _ = yysep1615, yyq1615, yy2arr1615 - const yyr1615 bool = false - yyq1615[1] = x.Signal != 0 - yyq1615[2] = x.Reason != "" - yyq1615[3] = x.Message != "" - yyq1615[4] = true - yyq1615[5] = true - yyq1615[6] = x.ContainerID != "" - var yynn1615 int - if yyr1615 || yy2arr1615 { + yysep1643 := !z.EncBinary() + yy2arr1643 := z.EncBasicHandle().StructToArray + var yyq1643 [7]bool + _, _, _ = yysep1643, yyq1643, yy2arr1643 + const yyr1643 bool = false + yyq1643[1] = x.Signal != 0 + yyq1643[2] = x.Reason != "" + yyq1643[3] = x.Message != "" + yyq1643[4] = true + yyq1643[5] = true + yyq1643[6] = x.ContainerID != "" + var yynn1643 int + if yyr1643 || yy2arr1643 { r.EncodeArrayStart(7) } else { - yynn1615 = 1 - for _, b := range yyq1615 { + yynn1643 = 1 + for _, b := range yyq1643 { if b { - yynn1615++ + yynn1643++ } } - r.EncodeMapStart(yynn1615) - yynn1615 = 0 + r.EncodeMapStart(yynn1643) + yynn1643 = 0 } - if yyr1615 || yy2arr1615 { + if yyr1643 || yy2arr1643 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1617 := z.EncBinary() - _ = yym1617 + yym1645 := z.EncBinary() + _ = yym1645 if false { } else { r.EncodeInt(int64(x.ExitCode)) @@ -22277,18 +22751,18 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exitCode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1618 := z.EncBinary() - _ = yym1618 + yym1646 := z.EncBinary() + _ = yym1646 if false { } else { r.EncodeInt(int64(x.ExitCode)) } } - if yyr1615 || yy2arr1615 { + if yyr1643 || yy2arr1643 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1615[1] { - yym1620 := z.EncBinary() - _ = yym1620 + if yyq1643[1] { + yym1648 := z.EncBinary() + _ = yym1648 if false { } else { r.EncodeInt(int64(x.Signal)) @@ -22297,23 +22771,23 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1615[1] { + if yyq1643[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("signal")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1621 := z.EncBinary() - _ = yym1621 + yym1649 := z.EncBinary() + _ = yym1649 if false { } else { r.EncodeInt(int64(x.Signal)) } } } - if yyr1615 || yy2arr1615 { + if yyr1643 || yy2arr1643 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1615[2] { - yym1623 := z.EncBinary() - _ = yym1623 + if yyq1643[2] { + yym1651 := z.EncBinary() + _ = yym1651 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -22322,23 +22796,23 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1615[2] { + if yyq1643[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1624 := z.EncBinary() - _ = yym1624 + yym1652 := z.EncBinary() + _ = yym1652 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1615 || yy2arr1615 { + if yyr1643 || yy2arr1643 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1615[3] { - yym1626 := z.EncBinary() - _ = yym1626 + if yyq1643[3] { + yym1654 := z.EncBinary() + _ = yym1654 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -22347,97 +22821,97 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1615[3] { + if yyq1643[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1627 := z.EncBinary() - _ = yym1627 + yym1655 := z.EncBinary() + _ = yym1655 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1615 || yy2arr1615 { + if yyr1643 || yy2arr1643 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1615[4] { - yy1629 := &x.StartedAt - yym1630 := z.EncBinary() - _ = yym1630 + if yyq1643[4] { + yy1657 := &x.StartedAt + yym1658 := z.EncBinary() + _ = yym1658 if false { - } else if z.HasExtensions() && z.EncExt(yy1629) { - } else if yym1630 { - z.EncBinaryMarshal(yy1629) - } else if !yym1630 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1629) + } else if z.HasExtensions() && z.EncExt(yy1657) { + } else if yym1658 { + z.EncBinaryMarshal(yy1657) + } else if !yym1658 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1657) } else { - z.EncFallback(yy1629) + z.EncFallback(yy1657) } } else { r.EncodeNil() } } else { - if yyq1615[4] { + if yyq1643[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1631 := &x.StartedAt - yym1632 := z.EncBinary() - _ = yym1632 + yy1659 := &x.StartedAt + yym1660 := z.EncBinary() + _ = yym1660 if false { - } else if z.HasExtensions() && z.EncExt(yy1631) { - } else if yym1632 { - z.EncBinaryMarshal(yy1631) - } else if !yym1632 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1631) + } else if z.HasExtensions() && z.EncExt(yy1659) { + } else if yym1660 { + z.EncBinaryMarshal(yy1659) + } else if !yym1660 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1659) } else { - z.EncFallback(yy1631) + z.EncFallback(yy1659) } } } - if yyr1615 || yy2arr1615 { + if yyr1643 || yy2arr1643 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1615[5] { - yy1634 := &x.FinishedAt - yym1635 := z.EncBinary() - _ = yym1635 + if yyq1643[5] { + yy1662 := &x.FinishedAt + yym1663 := z.EncBinary() + _ = yym1663 if false { - } else if z.HasExtensions() && z.EncExt(yy1634) { - } else if yym1635 { - z.EncBinaryMarshal(yy1634) - } else if !yym1635 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1634) + } else if z.HasExtensions() && z.EncExt(yy1662) { + } else if yym1663 { + z.EncBinaryMarshal(yy1662) + } else if !yym1663 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1662) } else { - z.EncFallback(yy1634) + z.EncFallback(yy1662) } } else { r.EncodeNil() } } else { - if yyq1615[5] { + if yyq1643[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("finishedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1636 := &x.FinishedAt - yym1637 := z.EncBinary() - _ = yym1637 + yy1664 := &x.FinishedAt + yym1665 := z.EncBinary() + _ = yym1665 if false { - } else if z.HasExtensions() && z.EncExt(yy1636) { - } else if yym1637 { - z.EncBinaryMarshal(yy1636) - } else if !yym1637 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1636) + } else if z.HasExtensions() && z.EncExt(yy1664) { + } else if yym1665 { + z.EncBinaryMarshal(yy1664) + } else if !yym1665 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1664) } else { - z.EncFallback(yy1636) + z.EncFallback(yy1664) } } } - if yyr1615 || yy2arr1615 { + if yyr1643 || yy2arr1643 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1615[6] { - yym1639 := z.EncBinary() - _ = yym1639 + if yyq1643[6] { + yym1667 := z.EncBinary() + _ = yym1667 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) @@ -22446,19 +22920,19 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1615[6] { + if yyq1643[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1640 := z.EncBinary() - _ = yym1640 + yym1668 := z.EncBinary() + _ = yym1668 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) } } } - if yyr1615 || yy2arr1615 { + if yyr1643 || yy2arr1643 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22471,25 +22945,25 @@ func (x *ContainerStateTerminated) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1641 := z.DecBinary() - _ = yym1641 + yym1669 := z.DecBinary() + _ = yym1669 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1642 := r.ContainerType() - if yyct1642 == codecSelferValueTypeMap1234 { - yyl1642 := r.ReadMapStart() - if yyl1642 == 0 { + yyct1670 := r.ContainerType() + if yyct1670 == codecSelferValueTypeMap1234 { + yyl1670 := r.ReadMapStart() + if yyl1670 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1642, d) + x.codecDecodeSelfFromMap(yyl1670, d) } - } else if yyct1642 == codecSelferValueTypeArray1234 { - yyl1642 := r.ReadArrayStart() - if yyl1642 == 0 { + } else if yyct1670 == codecSelferValueTypeArray1234 { + yyl1670 := r.ReadArrayStart() + if yyl1670 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1642, d) + x.codecDecodeSelfFromArray(yyl1670, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22501,12 +22975,12 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1643Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1643Slc - var yyhl1643 bool = l >= 0 - for yyj1643 := 0; ; yyj1643++ { - if yyhl1643 { - if yyj1643 >= l { + var yys1671Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1671Slc + var yyhl1671 bool = l >= 0 + for yyj1671 := 0; ; yyj1671++ { + if yyhl1671 { + if yyj1671 >= l { break } } else { @@ -22515,10 +22989,10 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1643Slc = r.DecodeBytes(yys1643Slc, true, true) - yys1643 := string(yys1643Slc) + yys1671Slc = r.DecodeBytes(yys1671Slc, true, true) + yys1671 := string(yys1671Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1643 { + switch yys1671 { case "exitCode": if r.TryDecodeAsNil() { x.ExitCode = 0 @@ -22547,34 +23021,34 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1648 := &x.StartedAt - yym1649 := z.DecBinary() - _ = yym1649 + yyv1676 := &x.StartedAt + yym1677 := z.DecBinary() + _ = yym1677 if false { - } else if z.HasExtensions() && z.DecExt(yyv1648) { - } else if yym1649 { - z.DecBinaryUnmarshal(yyv1648) - } else if !yym1649 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1648) + } else if z.HasExtensions() && z.DecExt(yyv1676) { + } else if yym1677 { + z.DecBinaryUnmarshal(yyv1676) + } else if !yym1677 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1676) } else { - z.DecFallback(yyv1648, false) + z.DecFallback(yyv1676, false) } } case "finishedAt": if r.TryDecodeAsNil() { x.FinishedAt = pkg2_unversioned.Time{} } else { - yyv1650 := &x.FinishedAt - yym1651 := z.DecBinary() - _ = yym1651 + yyv1678 := &x.FinishedAt + yym1679 := z.DecBinary() + _ = yym1679 if false { - } else if z.HasExtensions() && z.DecExt(yyv1650) { - } else if yym1651 { - z.DecBinaryUnmarshal(yyv1650) - } else if !yym1651 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1650) + } else if z.HasExtensions() && z.DecExt(yyv1678) { + } else if yym1679 { + z.DecBinaryUnmarshal(yyv1678) + } else if !yym1679 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1678) } else { - z.DecFallback(yyv1650, false) + z.DecFallback(yyv1678, false) } } case "containerID": @@ -22584,9 +23058,9 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De x.ContainerID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1643) - } // end switch yys1643 - } // end for yyj1643 + z.DecStructFieldNotFound(-1, yys1671) + } // end switch yys1671 + } // end for yyj1671 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22594,16 +23068,16 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1653 int - var yyb1653 bool - var yyhl1653 bool = l >= 0 - yyj1653++ - if yyhl1653 { - yyb1653 = yyj1653 > l + var yyj1681 int + var yyb1681 bool + var yyhl1681 bool = l >= 0 + yyj1681++ + if yyhl1681 { + yyb1681 = yyj1681 > l } else { - yyb1653 = r.CheckBreak() + yyb1681 = r.CheckBreak() } - if yyb1653 { + if yyb1681 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22613,13 +23087,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.ExitCode = int32(r.DecodeInt(32)) } - yyj1653++ - if yyhl1653 { - yyb1653 = yyj1653 > l + yyj1681++ + if yyhl1681 { + yyb1681 = yyj1681 > l } else { - yyb1653 = r.CheckBreak() + yyb1681 = r.CheckBreak() } - if yyb1653 { + if yyb1681 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22629,13 +23103,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Signal = int32(r.DecodeInt(32)) } - yyj1653++ - if yyhl1653 { - yyb1653 = yyj1653 > l + yyj1681++ + if yyhl1681 { + yyb1681 = yyj1681 > l } else { - yyb1653 = r.CheckBreak() + yyb1681 = r.CheckBreak() } - if yyb1653 { + if yyb1681 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22645,13 +23119,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Reason = string(r.DecodeString()) } - yyj1653++ - if yyhl1653 { - yyb1653 = yyj1653 > l + yyj1681++ + if yyhl1681 { + yyb1681 = yyj1681 > l } else { - yyb1653 = r.CheckBreak() + yyb1681 = r.CheckBreak() } - if yyb1653 { + if yyb1681 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22661,13 +23135,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Message = string(r.DecodeString()) } - yyj1653++ - if yyhl1653 { - yyb1653 = yyj1653 > l + yyj1681++ + if yyhl1681 { + yyb1681 = yyj1681 > l } else { - yyb1653 = r.CheckBreak() + yyb1681 = r.CheckBreak() } - if yyb1653 { + if yyb1681 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22675,26 +23149,26 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1658 := &x.StartedAt - yym1659 := z.DecBinary() - _ = yym1659 + yyv1686 := &x.StartedAt + yym1687 := z.DecBinary() + _ = yym1687 if false { - } else if z.HasExtensions() && z.DecExt(yyv1658) { - } else if yym1659 { - z.DecBinaryUnmarshal(yyv1658) - } else if !yym1659 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1658) + } else if z.HasExtensions() && z.DecExt(yyv1686) { + } else if yym1687 { + z.DecBinaryUnmarshal(yyv1686) + } else if !yym1687 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1686) } else { - z.DecFallback(yyv1658, false) + z.DecFallback(yyv1686, false) } } - yyj1653++ - if yyhl1653 { - yyb1653 = yyj1653 > l + yyj1681++ + if yyhl1681 { + yyb1681 = yyj1681 > l } else { - yyb1653 = r.CheckBreak() + yyb1681 = r.CheckBreak() } - if yyb1653 { + if yyb1681 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22702,26 +23176,26 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.FinishedAt = pkg2_unversioned.Time{} } else { - yyv1660 := &x.FinishedAt - yym1661 := z.DecBinary() - _ = yym1661 + yyv1688 := &x.FinishedAt + yym1689 := z.DecBinary() + _ = yym1689 if false { - } else if z.HasExtensions() && z.DecExt(yyv1660) { - } else if yym1661 { - z.DecBinaryUnmarshal(yyv1660) - } else if !yym1661 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1660) + } else if z.HasExtensions() && z.DecExt(yyv1688) { + } else if yym1689 { + z.DecBinaryUnmarshal(yyv1688) + } else if !yym1689 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1688) } else { - z.DecFallback(yyv1660, false) + z.DecFallback(yyv1688, false) } } - yyj1653++ - if yyhl1653 { - yyb1653 = yyj1653 > l + yyj1681++ + if yyhl1681 { + yyb1681 = yyj1681 > l } else { - yyb1653 = r.CheckBreak() + yyb1681 = r.CheckBreak() } - if yyb1653 { + if yyb1681 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22732,17 +23206,17 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. x.ContainerID = string(r.DecodeString()) } for { - yyj1653++ - if yyhl1653 { - yyb1653 = yyj1653 > l + yyj1681++ + if yyhl1681 { + yyb1681 = yyj1681 > l } else { - yyb1653 = r.CheckBreak() + yyb1681 = r.CheckBreak() } - if yyb1653 { + if yyb1681 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1653-1, "") + z.DecStructFieldNotFound(yyj1681-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22754,35 +23228,35 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1663 := z.EncBinary() - _ = yym1663 + yym1691 := z.EncBinary() + _ = yym1691 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1664 := !z.EncBinary() - yy2arr1664 := z.EncBasicHandle().StructToArray - var yyq1664 [3]bool - _, _, _ = yysep1664, yyq1664, yy2arr1664 - const yyr1664 bool = false - yyq1664[0] = x.Waiting != nil - yyq1664[1] = x.Running != nil - yyq1664[2] = x.Terminated != nil - var yynn1664 int - if yyr1664 || yy2arr1664 { + yysep1692 := !z.EncBinary() + yy2arr1692 := z.EncBasicHandle().StructToArray + var yyq1692 [3]bool + _, _, _ = yysep1692, yyq1692, yy2arr1692 + const yyr1692 bool = false + yyq1692[0] = x.Waiting != nil + yyq1692[1] = x.Running != nil + yyq1692[2] = x.Terminated != nil + var yynn1692 int + if yyr1692 || yy2arr1692 { r.EncodeArrayStart(3) } else { - yynn1664 = 0 - for _, b := range yyq1664 { + yynn1692 = 0 + for _, b := range yyq1692 { if b { - yynn1664++ + yynn1692++ } } - r.EncodeMapStart(yynn1664) - yynn1664 = 0 + r.EncodeMapStart(yynn1692) + yynn1692 = 0 } - if yyr1664 || yy2arr1664 { + if yyr1692 || yy2arr1692 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1664[0] { + if yyq1692[0] { if x.Waiting == nil { r.EncodeNil() } else { @@ -22792,7 +23266,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1664[0] { + if yyq1692[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("waiting")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -22803,9 +23277,9 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1664 || yy2arr1664 { + if yyr1692 || yy2arr1692 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1664[1] { + if yyq1692[1] { if x.Running == nil { r.EncodeNil() } else { @@ -22815,7 +23289,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1664[1] { + if yyq1692[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("running")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -22826,9 +23300,9 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1664 || yy2arr1664 { + if yyr1692 || yy2arr1692 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1664[2] { + if yyq1692[2] { if x.Terminated == nil { r.EncodeNil() } else { @@ -22838,7 +23312,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1664[2] { + if yyq1692[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminated")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -22849,7 +23323,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1664 || yy2arr1664 { + if yyr1692 || yy2arr1692 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22862,25 +23336,25 @@ func (x *ContainerState) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1668 := z.DecBinary() - _ = yym1668 + yym1696 := z.DecBinary() + _ = yym1696 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1669 := r.ContainerType() - if yyct1669 == codecSelferValueTypeMap1234 { - yyl1669 := r.ReadMapStart() - if yyl1669 == 0 { + yyct1697 := r.ContainerType() + if yyct1697 == codecSelferValueTypeMap1234 { + yyl1697 := r.ReadMapStart() + if yyl1697 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1669, d) + x.codecDecodeSelfFromMap(yyl1697, d) } - } else if yyct1669 == codecSelferValueTypeArray1234 { - yyl1669 := r.ReadArrayStart() - if yyl1669 == 0 { + } else if yyct1697 == codecSelferValueTypeArray1234 { + yyl1697 := r.ReadArrayStart() + if yyl1697 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1669, d) + x.codecDecodeSelfFromArray(yyl1697, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22892,12 +23366,12 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1670Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1670Slc - var yyhl1670 bool = l >= 0 - for yyj1670 := 0; ; yyj1670++ { - if yyhl1670 { - if yyj1670 >= l { + var yys1698Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1698Slc + var yyhl1698 bool = l >= 0 + for yyj1698 := 0; ; yyj1698++ { + if yyhl1698 { + if yyj1698 >= l { break } } else { @@ -22906,10 +23380,10 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1670Slc = r.DecodeBytes(yys1670Slc, true, true) - yys1670 := string(yys1670Slc) + yys1698Slc = r.DecodeBytes(yys1698Slc, true, true) + yys1698 := string(yys1698Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1670 { + switch yys1698 { case "waiting": if r.TryDecodeAsNil() { if x.Waiting != nil { @@ -22944,9 +23418,9 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Terminated.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1670) - } // end switch yys1670 - } // end for yyj1670 + z.DecStructFieldNotFound(-1, yys1698) + } // end switch yys1698 + } // end for yyj1698 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22954,16 +23428,16 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1674 int - var yyb1674 bool - var yyhl1674 bool = l >= 0 - yyj1674++ - if yyhl1674 { - yyb1674 = yyj1674 > l + var yyj1702 int + var yyb1702 bool + var yyhl1702 bool = l >= 0 + yyj1702++ + if yyhl1702 { + yyb1702 = yyj1702 > l } else { - yyb1674 = r.CheckBreak() + yyb1702 = r.CheckBreak() } - if yyb1674 { + if yyb1702 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22978,13 +23452,13 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Waiting.CodecDecodeSelf(d) } - yyj1674++ - if yyhl1674 { - yyb1674 = yyj1674 > l + yyj1702++ + if yyhl1702 { + yyb1702 = yyj1702 > l } else { - yyb1674 = r.CheckBreak() + yyb1702 = r.CheckBreak() } - if yyb1674 { + if yyb1702 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22999,13 +23473,13 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Running.CodecDecodeSelf(d) } - yyj1674++ - if yyhl1674 { - yyb1674 = yyj1674 > l + yyj1702++ + if yyhl1702 { + yyb1702 = yyj1702 > l } else { - yyb1674 = r.CheckBreak() + yyb1702 = r.CheckBreak() } - if yyb1674 { + if yyb1702 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23021,17 +23495,17 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Terminated.CodecDecodeSelf(d) } for { - yyj1674++ - if yyhl1674 { - yyb1674 = yyj1674 > l + yyj1702++ + if yyhl1702 { + yyb1702 = yyj1702 > l } else { - yyb1674 = r.CheckBreak() + yyb1702 = r.CheckBreak() } - if yyb1674 { + if yyb1702 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1674-1, "") + z.DecStructFieldNotFound(yyj1702-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23043,36 +23517,36 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1678 := z.EncBinary() - _ = yym1678 + yym1706 := z.EncBinary() + _ = yym1706 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1679 := !z.EncBinary() - yy2arr1679 := z.EncBasicHandle().StructToArray - var yyq1679 [8]bool - _, _, _ = yysep1679, yyq1679, yy2arr1679 - const yyr1679 bool = false - yyq1679[1] = true - yyq1679[2] = true - yyq1679[7] = x.ContainerID != "" - var yynn1679 int - if yyr1679 || yy2arr1679 { + yysep1707 := !z.EncBinary() + yy2arr1707 := z.EncBasicHandle().StructToArray + var yyq1707 [8]bool + _, _, _ = yysep1707, yyq1707, yy2arr1707 + const yyr1707 bool = false + yyq1707[1] = true + yyq1707[2] = true + yyq1707[7] = x.ContainerID != "" + var yynn1707 int + if yyr1707 || yy2arr1707 { r.EncodeArrayStart(8) } else { - yynn1679 = 5 - for _, b := range yyq1679 { + yynn1707 = 5 + for _, b := range yyq1707 { if b { - yynn1679++ + yynn1707++ } } - r.EncodeMapStart(yynn1679) - yynn1679 = 0 + r.EncodeMapStart(yynn1707) + yynn1707 = 0 } - if yyr1679 || yy2arr1679 { + if yyr1707 || yy2arr1707 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1681 := z.EncBinary() - _ = yym1681 + yym1709 := z.EncBinary() + _ = yym1709 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -23081,51 +23555,51 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1682 := z.EncBinary() - _ = yym1682 + yym1710 := z.EncBinary() + _ = yym1710 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1679 || yy2arr1679 { + if yyr1707 || yy2arr1707 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1679[1] { - yy1684 := &x.State - yy1684.CodecEncodeSelf(e) + if yyq1707[1] { + yy1712 := &x.State + yy1712.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1679[1] { + if yyq1707[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("state")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1685 := &x.State - yy1685.CodecEncodeSelf(e) + yy1713 := &x.State + yy1713.CodecEncodeSelf(e) } } - if yyr1679 || yy2arr1679 { + if yyr1707 || yy2arr1707 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1679[2] { - yy1687 := &x.LastTerminationState - yy1687.CodecEncodeSelf(e) + if yyq1707[2] { + yy1715 := &x.LastTerminationState + yy1715.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1679[2] { + if yyq1707[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastState")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1688 := &x.LastTerminationState - yy1688.CodecEncodeSelf(e) + yy1716 := &x.LastTerminationState + yy1716.CodecEncodeSelf(e) } } - if yyr1679 || yy2arr1679 { + if yyr1707 || yy2arr1707 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1690 := z.EncBinary() - _ = yym1690 + yym1718 := z.EncBinary() + _ = yym1718 if false { } else { r.EncodeBool(bool(x.Ready)) @@ -23134,17 +23608,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ready")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1691 := z.EncBinary() - _ = yym1691 + yym1719 := z.EncBinary() + _ = yym1719 if false { } else { r.EncodeBool(bool(x.Ready)) } } - if yyr1679 || yy2arr1679 { + if yyr1707 || yy2arr1707 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1693 := z.EncBinary() - _ = yym1693 + yym1721 := z.EncBinary() + _ = yym1721 if false { } else { r.EncodeInt(int64(x.RestartCount)) @@ -23153,17 +23627,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("restartCount")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1694 := z.EncBinary() - _ = yym1694 + yym1722 := z.EncBinary() + _ = yym1722 if false { } else { r.EncodeInt(int64(x.RestartCount)) } } - if yyr1679 || yy2arr1679 { + if yyr1707 || yy2arr1707 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1696 := z.EncBinary() - _ = yym1696 + yym1724 := z.EncBinary() + _ = yym1724 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) @@ -23172,17 +23646,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1697 := z.EncBinary() - _ = yym1697 + yym1725 := z.EncBinary() + _ = yym1725 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) } } - if yyr1679 || yy2arr1679 { + if yyr1707 || yy2arr1707 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1699 := z.EncBinary() - _ = yym1699 + yym1727 := z.EncBinary() + _ = yym1727 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ImageID)) @@ -23191,18 +23665,18 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imageID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1700 := z.EncBinary() - _ = yym1700 + yym1728 := z.EncBinary() + _ = yym1728 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ImageID)) } } - if yyr1679 || yy2arr1679 { + if yyr1707 || yy2arr1707 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1679[7] { - yym1702 := z.EncBinary() - _ = yym1702 + if yyq1707[7] { + yym1730 := z.EncBinary() + _ = yym1730 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) @@ -23211,19 +23685,19 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1679[7] { + if yyq1707[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1703 := z.EncBinary() - _ = yym1703 + yym1731 := z.EncBinary() + _ = yym1731 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) } } } - if yyr1679 || yy2arr1679 { + if yyr1707 || yy2arr1707 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23236,25 +23710,25 @@ func (x *ContainerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1704 := z.DecBinary() - _ = yym1704 + yym1732 := z.DecBinary() + _ = yym1732 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1705 := r.ContainerType() - if yyct1705 == codecSelferValueTypeMap1234 { - yyl1705 := r.ReadMapStart() - if yyl1705 == 0 { + yyct1733 := r.ContainerType() + if yyct1733 == codecSelferValueTypeMap1234 { + yyl1733 := r.ReadMapStart() + if yyl1733 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1705, d) + x.codecDecodeSelfFromMap(yyl1733, d) } - } else if yyct1705 == codecSelferValueTypeArray1234 { - yyl1705 := r.ReadArrayStart() - if yyl1705 == 0 { + } else if yyct1733 == codecSelferValueTypeArray1234 { + yyl1733 := r.ReadArrayStart() + if yyl1733 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1705, d) + x.codecDecodeSelfFromArray(yyl1733, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23266,12 +23740,12 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1706Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1706Slc - var yyhl1706 bool = l >= 0 - for yyj1706 := 0; ; yyj1706++ { - if yyhl1706 { - if yyj1706 >= 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 { @@ -23280,10 +23754,10 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1706Slc = r.DecodeBytes(yys1706Slc, true, true) - yys1706 := string(yys1706Slc) + yys1734Slc = r.DecodeBytes(yys1734Slc, true, true) + yys1734 := string(yys1734Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1706 { + switch yys1734 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -23294,15 +23768,15 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.State = ContainerState{} } else { - yyv1708 := &x.State - yyv1708.CodecDecodeSelf(d) + yyv1736 := &x.State + yyv1736.CodecDecodeSelf(d) } case "lastState": if r.TryDecodeAsNil() { x.LastTerminationState = ContainerState{} } else { - yyv1709 := &x.LastTerminationState - yyv1709.CodecDecodeSelf(d) + yyv1737 := &x.LastTerminationState + yyv1737.CodecDecodeSelf(d) } case "ready": if r.TryDecodeAsNil() { @@ -23335,9 +23809,9 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ContainerID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1706) - } // end switch yys1706 - } // end for yyj1706 + z.DecStructFieldNotFound(-1, yys1734) + } // end switch yys1734 + } // end for yyj1734 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23345,16 +23819,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1715 int - var yyb1715 bool - var yyhl1715 bool = l >= 0 - yyj1715++ - if yyhl1715 { - yyb1715 = yyj1715 > l + var yyj1743 int + var yyb1743 bool + var yyhl1743 bool = l >= 0 + yyj1743++ + if yyhl1743 { + yyb1743 = yyj1743 > l } else { - yyb1715 = r.CheckBreak() + yyb1743 = r.CheckBreak() } - if yyb1715 { + if yyb1743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23364,13 +23838,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj1715++ - if yyhl1715 { - yyb1715 = yyj1715 > l + yyj1743++ + if yyhl1743 { + yyb1743 = yyj1743 > l } else { - yyb1715 = r.CheckBreak() + yyb1743 = r.CheckBreak() } - if yyb1715 { + if yyb1743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23378,16 +23852,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.State = ContainerState{} } else { - yyv1717 := &x.State - yyv1717.CodecDecodeSelf(d) + yyv1745 := &x.State + yyv1745.CodecDecodeSelf(d) } - yyj1715++ - if yyhl1715 { - yyb1715 = yyj1715 > l + yyj1743++ + if yyhl1743 { + yyb1743 = yyj1743 > l } else { - yyb1715 = r.CheckBreak() + yyb1743 = r.CheckBreak() } - if yyb1715 { + if yyb1743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23395,16 +23869,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.LastTerminationState = ContainerState{} } else { - yyv1718 := &x.LastTerminationState - yyv1718.CodecDecodeSelf(d) + yyv1746 := &x.LastTerminationState + yyv1746.CodecDecodeSelf(d) } - yyj1715++ - if yyhl1715 { - yyb1715 = yyj1715 > l + yyj1743++ + if yyhl1743 { + yyb1743 = yyj1743 > l } else { - yyb1715 = r.CheckBreak() + yyb1743 = r.CheckBreak() } - if yyb1715 { + if yyb1743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23414,13 +23888,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Ready = bool(r.DecodeBool()) } - yyj1715++ - if yyhl1715 { - yyb1715 = yyj1715 > l + yyj1743++ + if yyhl1743 { + yyb1743 = yyj1743 > l } else { - yyb1715 = r.CheckBreak() + yyb1743 = r.CheckBreak() } - if yyb1715 { + if yyb1743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23430,13 +23904,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RestartCount = int32(r.DecodeInt(32)) } - yyj1715++ - if yyhl1715 { - yyb1715 = yyj1715 > l + yyj1743++ + if yyhl1743 { + yyb1743 = yyj1743 > l } else { - yyb1715 = r.CheckBreak() + yyb1743 = r.CheckBreak() } - if yyb1715 { + if yyb1743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23446,13 +23920,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Image = string(r.DecodeString()) } - yyj1715++ - if yyhl1715 { - yyb1715 = yyj1715 > l + yyj1743++ + if yyhl1743 { + yyb1743 = yyj1743 > l } else { - yyb1715 = r.CheckBreak() + yyb1743 = r.CheckBreak() } - if yyb1715 { + if yyb1743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23462,13 +23936,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ImageID = string(r.DecodeString()) } - yyj1715++ - if yyhl1715 { - yyb1715 = yyj1715 > l + yyj1743++ + if yyhl1743 { + yyb1743 = yyj1743 > l } else { - yyb1715 = r.CheckBreak() + yyb1743 = r.CheckBreak() } - if yyb1715 { + if yyb1743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23479,17 +23953,17 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ContainerID = string(r.DecodeString()) } for { - yyj1715++ - if yyhl1715 { - yyb1715 = yyj1715 > l + yyj1743++ + if yyhl1743 { + yyb1743 = yyj1743 > l } else { - yyb1715 = r.CheckBreak() + yyb1743 = r.CheckBreak() } - if yyb1715 { + if yyb1743 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1715-1, "") + z.DecStructFieldNotFound(yyj1743-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23498,8 +23972,8 @@ func (x PodPhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1724 := z.EncBinary() - _ = yym1724 + yym1752 := z.EncBinary() + _ = yym1752 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -23511,8 +23985,8 @@ func (x *PodPhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1725 := z.DecBinary() - _ = yym1725 + yym1753 := z.DecBinary() + _ = yym1753 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -23524,8 +23998,8 @@ func (x PodConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1726 := z.EncBinary() - _ = yym1726 + yym1754 := z.EncBinary() + _ = yym1754 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -23537,8 +24011,8 @@ func (x *PodConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1727 := z.DecBinary() - _ = yym1727 + yym1755 := z.DecBinary() + _ = yym1755 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -23553,34 +24027,34 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1728 := z.EncBinary() - _ = yym1728 + yym1756 := z.EncBinary() + _ = yym1756 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1729 := !z.EncBinary() - yy2arr1729 := z.EncBasicHandle().StructToArray - var yyq1729 [6]bool - _, _, _ = yysep1729, yyq1729, yy2arr1729 - const yyr1729 bool = false - yyq1729[2] = true - yyq1729[3] = true - yyq1729[4] = x.Reason != "" - yyq1729[5] = x.Message != "" - var yynn1729 int - if yyr1729 || yy2arr1729 { + yysep1757 := !z.EncBinary() + yy2arr1757 := z.EncBasicHandle().StructToArray + var yyq1757 [6]bool + _, _, _ = yysep1757, yyq1757, yy2arr1757 + const yyr1757 bool = false + yyq1757[2] = true + yyq1757[3] = true + yyq1757[4] = x.Reason != "" + yyq1757[5] = x.Message != "" + var yynn1757 int + if yyr1757 || yy2arr1757 { r.EncodeArrayStart(6) } else { - yynn1729 = 2 - for _, b := range yyq1729 { + yynn1757 = 2 + for _, b := range yyq1757 { if b { - yynn1729++ + yynn1757++ } } - r.EncodeMapStart(yynn1729) - yynn1729 = 0 + r.EncodeMapStart(yynn1757) + yynn1757 = 0 } - if yyr1729 || yy2arr1729 { + if yyr1757 || yy2arr1757 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -23589,7 +24063,7 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr1729 || yy2arr1729 { + if yyr1757 || yy2arr1757 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -23598,85 +24072,85 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr1729 || yy2arr1729 { + if yyr1757 || yy2arr1757 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1729[2] { - yy1733 := &x.LastProbeTime - yym1734 := z.EncBinary() - _ = yym1734 + if yyq1757[2] { + yy1761 := &x.LastProbeTime + yym1762 := z.EncBinary() + _ = yym1762 if false { - } else if z.HasExtensions() && z.EncExt(yy1733) { - } else if yym1734 { - z.EncBinaryMarshal(yy1733) - } else if !yym1734 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1733) + } else if z.HasExtensions() && z.EncExt(yy1761) { + } else if yym1762 { + z.EncBinaryMarshal(yy1761) + } else if !yym1762 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1761) } else { - z.EncFallback(yy1733) + z.EncFallback(yy1761) } } else { r.EncodeNil() } } else { - if yyq1729[2] { + if yyq1757[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1735 := &x.LastProbeTime - yym1736 := z.EncBinary() - _ = yym1736 + yy1763 := &x.LastProbeTime + yym1764 := z.EncBinary() + _ = yym1764 if false { - } else if z.HasExtensions() && z.EncExt(yy1735) { - } else if yym1736 { - z.EncBinaryMarshal(yy1735) - } else if !yym1736 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1735) + } else if z.HasExtensions() && z.EncExt(yy1763) { + } else if yym1764 { + z.EncBinaryMarshal(yy1763) + } else if !yym1764 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1763) } else { - z.EncFallback(yy1735) + z.EncFallback(yy1763) } } } - if yyr1729 || yy2arr1729 { + if yyr1757 || yy2arr1757 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1729[3] { - yy1738 := &x.LastTransitionTime - yym1739 := z.EncBinary() - _ = yym1739 + if yyq1757[3] { + yy1766 := &x.LastTransitionTime + yym1767 := z.EncBinary() + _ = yym1767 if false { - } else if z.HasExtensions() && z.EncExt(yy1738) { - } else if yym1739 { - z.EncBinaryMarshal(yy1738) - } else if !yym1739 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1738) + } else if z.HasExtensions() && z.EncExt(yy1766) { + } else if yym1767 { + z.EncBinaryMarshal(yy1766) + } else if !yym1767 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1766) } else { - z.EncFallback(yy1738) + z.EncFallback(yy1766) } } else { r.EncodeNil() } } else { - if yyq1729[3] { + if yyq1757[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1740 := &x.LastTransitionTime - yym1741 := z.EncBinary() - _ = yym1741 + yy1768 := &x.LastTransitionTime + yym1769 := z.EncBinary() + _ = yym1769 if false { - } else if z.HasExtensions() && z.EncExt(yy1740) { - } else if yym1741 { - z.EncBinaryMarshal(yy1740) - } else if !yym1741 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1740) + } else if z.HasExtensions() && z.EncExt(yy1768) { + } else if yym1769 { + z.EncBinaryMarshal(yy1768) + } else if !yym1769 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1768) } else { - z.EncFallback(yy1740) + z.EncFallback(yy1768) } } } - if yyr1729 || yy2arr1729 { + if yyr1757 || yy2arr1757 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1729[4] { - yym1743 := z.EncBinary() - _ = yym1743 + if yyq1757[4] { + yym1771 := z.EncBinary() + _ = yym1771 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -23685,23 +24159,23 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1729[4] { + if yyq1757[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1744 := z.EncBinary() - _ = yym1744 + yym1772 := z.EncBinary() + _ = yym1772 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1729 || yy2arr1729 { + if yyr1757 || yy2arr1757 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1729[5] { - yym1746 := z.EncBinary() - _ = yym1746 + if yyq1757[5] { + yym1774 := z.EncBinary() + _ = yym1774 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -23710,19 +24184,19 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1729[5] { + if yyq1757[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1747 := z.EncBinary() - _ = yym1747 + yym1775 := z.EncBinary() + _ = yym1775 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1729 || yy2arr1729 { + if yyr1757 || yy2arr1757 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23735,25 +24209,25 @@ func (x *PodCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1748 := z.DecBinary() - _ = yym1748 + yym1776 := z.DecBinary() + _ = yym1776 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1749 := r.ContainerType() - if yyct1749 == codecSelferValueTypeMap1234 { - yyl1749 := r.ReadMapStart() - if yyl1749 == 0 { + yyct1777 := r.ContainerType() + if yyct1777 == codecSelferValueTypeMap1234 { + yyl1777 := r.ReadMapStart() + if yyl1777 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1749, d) + x.codecDecodeSelfFromMap(yyl1777, d) } - } else if yyct1749 == codecSelferValueTypeArray1234 { - yyl1749 := r.ReadArrayStart() - if yyl1749 == 0 { + } else if yyct1777 == codecSelferValueTypeArray1234 { + yyl1777 := r.ReadArrayStart() + if yyl1777 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1749, d) + x.codecDecodeSelfFromArray(yyl1777, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23765,12 +24239,12 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1750Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1750Slc - var yyhl1750 bool = l >= 0 - for yyj1750 := 0; ; yyj1750++ { - if yyhl1750 { - if yyj1750 >= 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 { @@ -23779,10 +24253,10 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1750Slc = r.DecodeBytes(yys1750Slc, true, true) - yys1750 := string(yys1750Slc) + yys1778Slc = r.DecodeBytes(yys1778Slc, true, true) + yys1778 := string(yys1778Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1750 { + switch yys1778 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -23799,34 +24273,34 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg2_unversioned.Time{} } else { - yyv1753 := &x.LastProbeTime - yym1754 := z.DecBinary() - _ = yym1754 + yyv1781 := &x.LastProbeTime + yym1782 := z.DecBinary() + _ = yym1782 if false { - } else if z.HasExtensions() && z.DecExt(yyv1753) { - } else if yym1754 { - z.DecBinaryUnmarshal(yyv1753) - } else if !yym1754 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1753) + } else if z.HasExtensions() && z.DecExt(yyv1781) { + } else if yym1782 { + z.DecBinaryUnmarshal(yyv1781) + } else if !yym1782 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1781) } else { - z.DecFallback(yyv1753, false) + z.DecFallback(yyv1781, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv1755 := &x.LastTransitionTime - yym1756 := z.DecBinary() - _ = yym1756 + yyv1783 := &x.LastTransitionTime + yym1784 := z.DecBinary() + _ = yym1784 if false { - } else if z.HasExtensions() && z.DecExt(yyv1755) { - } else if yym1756 { - z.DecBinaryUnmarshal(yyv1755) - } else if !yym1756 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1755) + } else if z.HasExtensions() && z.DecExt(yyv1783) { + } else if yym1784 { + z.DecBinaryUnmarshal(yyv1783) + } else if !yym1784 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1783) } else { - z.DecFallback(yyv1755, false) + z.DecFallback(yyv1783, false) } } case "reason": @@ -23842,9 +24316,9 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1750) - } // end switch yys1750 - } // end for yyj1750 + z.DecStructFieldNotFound(-1, yys1778) + } // end switch yys1778 + } // end for yyj1778 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23852,16 +24326,16 @@ func (x *PodCondition) 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 + var yyj1787 int + var yyb1787 bool + var yyhl1787 bool = l >= 0 + yyj1787++ + if yyhl1787 { + yyb1787 = yyj1787 > l } else { - yyb1759 = r.CheckBreak() + yyb1787 = r.CheckBreak() } - if yyb1759 { + if yyb1787 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23871,13 +24345,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = PodConditionType(r.DecodeString()) } - yyj1759++ - if yyhl1759 { - yyb1759 = yyj1759 > l + yyj1787++ + if yyhl1787 { + yyb1787 = yyj1787 > l } else { - yyb1759 = r.CheckBreak() + yyb1787 = r.CheckBreak() } - if yyb1759 { + if yyb1787 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23887,13 +24361,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj1759++ - if yyhl1759 { - yyb1759 = yyj1759 > l + yyj1787++ + if yyhl1787 { + yyb1787 = yyj1787 > l } else { - yyb1759 = r.CheckBreak() + yyb1787 = r.CheckBreak() } - if yyb1759 { + if yyb1787 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23901,26 +24375,26 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg2_unversioned.Time{} } else { - yyv1762 := &x.LastProbeTime - yym1763 := z.DecBinary() - _ = yym1763 + yyv1790 := &x.LastProbeTime + yym1791 := z.DecBinary() + _ = yym1791 if false { - } else if z.HasExtensions() && z.DecExt(yyv1762) { - } else if yym1763 { - z.DecBinaryUnmarshal(yyv1762) - } else if !yym1763 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1762) + } else if z.HasExtensions() && z.DecExt(yyv1790) { + } else if yym1791 { + z.DecBinaryUnmarshal(yyv1790) + } else if !yym1791 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1790) } else { - z.DecFallback(yyv1762, false) + z.DecFallback(yyv1790, false) } } - yyj1759++ - if yyhl1759 { - yyb1759 = yyj1759 > l + yyj1787++ + if yyhl1787 { + yyb1787 = yyj1787 > l } else { - yyb1759 = r.CheckBreak() + yyb1787 = r.CheckBreak() } - if yyb1759 { + if yyb1787 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23928,26 +24402,26 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv1764 := &x.LastTransitionTime - yym1765 := z.DecBinary() - _ = yym1765 + yyv1792 := &x.LastTransitionTime + yym1793 := z.DecBinary() + _ = yym1793 if false { - } else if z.HasExtensions() && z.DecExt(yyv1764) { - } else if yym1765 { - z.DecBinaryUnmarshal(yyv1764) - } else if !yym1765 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1764) + } else if z.HasExtensions() && z.DecExt(yyv1792) { + } else if yym1793 { + z.DecBinaryUnmarshal(yyv1792) + } else if !yym1793 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1792) } else { - z.DecFallback(yyv1764, false) + z.DecFallback(yyv1792, false) } } - yyj1759++ - if yyhl1759 { - yyb1759 = yyj1759 > l + yyj1787++ + if yyhl1787 { + yyb1787 = yyj1787 > l } else { - yyb1759 = r.CheckBreak() + yyb1787 = r.CheckBreak() } - if yyb1759 { + if yyb1787 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23957,13 +24431,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj1759++ - if yyhl1759 { - yyb1759 = yyj1759 > l + yyj1787++ + if yyhl1787 { + yyb1787 = yyj1787 > l } else { - yyb1759 = r.CheckBreak() + yyb1787 = r.CheckBreak() } - if yyb1759 { + if yyb1787 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23974,17 +24448,17 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj1759++ - if yyhl1759 { - yyb1759 = yyj1759 > l + yyj1787++ + if yyhl1787 { + yyb1787 = yyj1787 > l } else { - yyb1759 = r.CheckBreak() + yyb1787 = r.CheckBreak() } - if yyb1759 { + if yyb1787 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1759-1, "") + z.DecStructFieldNotFound(yyj1787-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23993,8 +24467,8 @@ func (x RestartPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1768 := z.EncBinary() - _ = yym1768 + yym1796 := z.EncBinary() + _ = yym1796 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -24006,8 +24480,8 @@ func (x *RestartPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1769 := z.DecBinary() - _ = yym1769 + yym1797 := z.DecBinary() + _ = yym1797 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -24019,8 +24493,8 @@ func (x DNSPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1770 := z.EncBinary() - _ = yym1770 + yym1798 := z.EncBinary() + _ = yym1798 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -24032,8 +24506,8 @@ func (x *DNSPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1771 := z.DecBinary() - _ = yym1771 + yym1799 := z.DecBinary() + _ = yym1799 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -24048,36 +24522,36 @@ func (x *NodeSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1772 := z.EncBinary() - _ = yym1772 + yym1800 := z.EncBinary() + _ = yym1800 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1773 := !z.EncBinary() - yy2arr1773 := z.EncBasicHandle().StructToArray - var yyq1773 [1]bool - _, _, _ = yysep1773, yyq1773, yy2arr1773 - const yyr1773 bool = false - var yynn1773 int - if yyr1773 || yy2arr1773 { + yysep1801 := !z.EncBinary() + yy2arr1801 := z.EncBasicHandle().StructToArray + var yyq1801 [1]bool + _, _, _ = yysep1801, yyq1801, yy2arr1801 + const yyr1801 bool = false + var yynn1801 int + if yyr1801 || yy2arr1801 { r.EncodeArrayStart(1) } else { - yynn1773 = 1 - for _, b := range yyq1773 { + yynn1801 = 1 + for _, b := range yyq1801 { if b { - yynn1773++ + yynn1801++ } } - r.EncodeMapStart(yynn1773) - yynn1773 = 0 + r.EncodeMapStart(yynn1801) + yynn1801 = 0 } - if yyr1773 || yy2arr1773 { + if yyr1801 || yy2arr1801 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.NodeSelectorTerms == nil { r.EncodeNil() } else { - yym1775 := z.EncBinary() - _ = yym1775 + yym1803 := z.EncBinary() + _ = yym1803 if false { } else { h.encSliceNodeSelectorTerm(([]NodeSelectorTerm)(x.NodeSelectorTerms), e) @@ -24090,15 +24564,15 @@ func (x *NodeSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x.NodeSelectorTerms == nil { r.EncodeNil() } else { - yym1776 := z.EncBinary() - _ = yym1776 + yym1804 := z.EncBinary() + _ = yym1804 if false { } else { h.encSliceNodeSelectorTerm(([]NodeSelectorTerm)(x.NodeSelectorTerms), e) } } } - if yyr1773 || yy2arr1773 { + if yyr1801 || yy2arr1801 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24111,25 +24585,25 @@ func (x *NodeSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1777 := z.DecBinary() - _ = yym1777 + yym1805 := z.DecBinary() + _ = yym1805 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1778 := r.ContainerType() - if yyct1778 == codecSelferValueTypeMap1234 { - yyl1778 := r.ReadMapStart() - if yyl1778 == 0 { + yyct1806 := r.ContainerType() + if yyct1806 == codecSelferValueTypeMap1234 { + yyl1806 := r.ReadMapStart() + if yyl1806 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1778, d) + x.codecDecodeSelfFromMap(yyl1806, d) } - } else if yyct1778 == codecSelferValueTypeArray1234 { - yyl1778 := r.ReadArrayStart() - if yyl1778 == 0 { + } else if yyct1806 == codecSelferValueTypeArray1234 { + yyl1806 := r.ReadArrayStart() + if yyl1806 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1778, d) + x.codecDecodeSelfFromArray(yyl1806, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24141,12 +24615,12 @@ func (x *NodeSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1779Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1779Slc - var yyhl1779 bool = l >= 0 - for yyj1779 := 0; ; yyj1779++ { - if yyhl1779 { - if yyj1779 >= l { + var yys1807Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1807Slc + var yyhl1807 bool = l >= 0 + for yyj1807 := 0; ; yyj1807++ { + if yyhl1807 { + if yyj1807 >= l { break } } else { @@ -24155,26 +24629,26 @@ func (x *NodeSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1779Slc = r.DecodeBytes(yys1779Slc, true, true) - yys1779 := string(yys1779Slc) + yys1807Slc = r.DecodeBytes(yys1807Slc, true, true) + yys1807 := string(yys1807Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1779 { + switch yys1807 { case "nodeSelectorTerms": if r.TryDecodeAsNil() { x.NodeSelectorTerms = nil } else { - yyv1780 := &x.NodeSelectorTerms - yym1781 := z.DecBinary() - _ = yym1781 + yyv1808 := &x.NodeSelectorTerms + yym1809 := z.DecBinary() + _ = yym1809 if false { } else { - h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1780), d) + h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1808), d) } } default: - z.DecStructFieldNotFound(-1, yys1779) - } // end switch yys1779 - } // end for yyj1779 + z.DecStructFieldNotFound(-1, yys1807) + } // end switch yys1807 + } // end for yyj1807 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24182,16 +24656,16 @@ func (x *NodeSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1782 int - var yyb1782 bool - var yyhl1782 bool = l >= 0 - yyj1782++ - if yyhl1782 { - yyb1782 = yyj1782 > l + var yyj1810 int + var yyb1810 bool + var yyhl1810 bool = l >= 0 + yyj1810++ + if yyhl1810 { + yyb1810 = yyj1810 > l } else { - yyb1782 = r.CheckBreak() + yyb1810 = r.CheckBreak() } - if yyb1782 { + if yyb1810 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24199,26 +24673,26 @@ func (x *NodeSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelectorTerms = nil } else { - yyv1783 := &x.NodeSelectorTerms - yym1784 := z.DecBinary() - _ = yym1784 + yyv1811 := &x.NodeSelectorTerms + yym1812 := z.DecBinary() + _ = yym1812 if false { } else { - h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1783), d) + h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1811), d) } } for { - yyj1782++ - if yyhl1782 { - yyb1782 = yyj1782 > l + yyj1810++ + if yyhl1810 { + yyb1810 = yyj1810 > l } else { - yyb1782 = r.CheckBreak() + yyb1810 = r.CheckBreak() } - if yyb1782 { + if yyb1810 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1782-1, "") + z.DecStructFieldNotFound(yyj1810-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24230,36 +24704,36 @@ func (x *NodeSelectorTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1785 := z.EncBinary() - _ = yym1785 + yym1813 := z.EncBinary() + _ = yym1813 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1786 := !z.EncBinary() - yy2arr1786 := z.EncBasicHandle().StructToArray - var yyq1786 [1]bool - _, _, _ = yysep1786, yyq1786, yy2arr1786 - const yyr1786 bool = false - var yynn1786 int - if yyr1786 || yy2arr1786 { + yysep1814 := !z.EncBinary() + yy2arr1814 := z.EncBasicHandle().StructToArray + var yyq1814 [1]bool + _, _, _ = yysep1814, yyq1814, yy2arr1814 + const yyr1814 bool = false + var yynn1814 int + if yyr1814 || yy2arr1814 { r.EncodeArrayStart(1) } else { - yynn1786 = 1 - for _, b := range yyq1786 { + yynn1814 = 1 + for _, b := range yyq1814 { if b { - yynn1786++ + yynn1814++ } } - r.EncodeMapStart(yynn1786) - yynn1786 = 0 + r.EncodeMapStart(yynn1814) + yynn1814 = 0 } - if yyr1786 || yy2arr1786 { + if yyr1814 || yy2arr1814 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.MatchExpressions == nil { r.EncodeNil() } else { - yym1788 := z.EncBinary() - _ = yym1788 + yym1816 := z.EncBinary() + _ = yym1816 if false { } else { h.encSliceNodeSelectorRequirement(([]NodeSelectorRequirement)(x.MatchExpressions), e) @@ -24272,15 +24746,15 @@ func (x *NodeSelectorTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x.MatchExpressions == nil { r.EncodeNil() } else { - yym1789 := z.EncBinary() - _ = yym1789 + yym1817 := z.EncBinary() + _ = yym1817 if false { } else { h.encSliceNodeSelectorRequirement(([]NodeSelectorRequirement)(x.MatchExpressions), e) } } } - if yyr1786 || yy2arr1786 { + if yyr1814 || yy2arr1814 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24293,25 +24767,25 @@ func (x *NodeSelectorTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1790 := z.DecBinary() - _ = yym1790 + yym1818 := z.DecBinary() + _ = yym1818 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1791 := r.ContainerType() - if yyct1791 == codecSelferValueTypeMap1234 { - yyl1791 := r.ReadMapStart() - if yyl1791 == 0 { + yyct1819 := r.ContainerType() + if yyct1819 == codecSelferValueTypeMap1234 { + yyl1819 := r.ReadMapStart() + if yyl1819 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1791, d) + x.codecDecodeSelfFromMap(yyl1819, d) } - } else if yyct1791 == codecSelferValueTypeArray1234 { - yyl1791 := r.ReadArrayStart() - if yyl1791 == 0 { + } else if yyct1819 == codecSelferValueTypeArray1234 { + yyl1819 := r.ReadArrayStart() + if yyl1819 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1791, d) + x.codecDecodeSelfFromArray(yyl1819, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24323,12 +24797,12 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1792Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1792Slc - var yyhl1792 bool = l >= 0 - for yyj1792 := 0; ; yyj1792++ { - if yyhl1792 { - if yyj1792 >= l { + var yys1820Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1820Slc + var yyhl1820 bool = l >= 0 + for yyj1820 := 0; ; yyj1820++ { + if yyhl1820 { + if yyj1820 >= l { break } } else { @@ -24337,26 +24811,26 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1792Slc = r.DecodeBytes(yys1792Slc, true, true) - yys1792 := string(yys1792Slc) + yys1820Slc = r.DecodeBytes(yys1820Slc, true, true) + yys1820 := string(yys1820Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1792 { + switch yys1820 { case "matchExpressions": if r.TryDecodeAsNil() { x.MatchExpressions = nil } else { - yyv1793 := &x.MatchExpressions - yym1794 := z.DecBinary() - _ = yym1794 + yyv1821 := &x.MatchExpressions + yym1822 := z.DecBinary() + _ = yym1822 if false { } else { - h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1793), d) + h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1821), d) } } default: - z.DecStructFieldNotFound(-1, yys1792) - } // end switch yys1792 - } // end for yyj1792 + z.DecStructFieldNotFound(-1, yys1820) + } // end switch yys1820 + } // end for yyj1820 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24364,16 +24838,16 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1795 int - var yyb1795 bool - var yyhl1795 bool = l >= 0 - yyj1795++ - if yyhl1795 { - yyb1795 = yyj1795 > l + var yyj1823 int + var yyb1823 bool + var yyhl1823 bool = l >= 0 + yyj1823++ + if yyhl1823 { + yyb1823 = yyj1823 > l } else { - yyb1795 = r.CheckBreak() + yyb1823 = r.CheckBreak() } - if yyb1795 { + if yyb1823 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24381,26 +24855,26 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.MatchExpressions = nil } else { - yyv1796 := &x.MatchExpressions - yym1797 := z.DecBinary() - _ = yym1797 + yyv1824 := &x.MatchExpressions + yym1825 := z.DecBinary() + _ = yym1825 if false { } else { - h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1796), d) + h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1824), d) } } for { - yyj1795++ - if yyhl1795 { - yyb1795 = yyj1795 > l + yyj1823++ + if yyhl1823 { + yyb1823 = yyj1823 > l } else { - yyb1795 = r.CheckBreak() + yyb1823 = r.CheckBreak() } - if yyb1795 { + if yyb1823 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1795-1, "") + z.DecStructFieldNotFound(yyj1823-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24412,34 +24886,34 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1798 := z.EncBinary() - _ = yym1798 + yym1826 := z.EncBinary() + _ = yym1826 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1799 := !z.EncBinary() - yy2arr1799 := z.EncBasicHandle().StructToArray - var yyq1799 [3]bool - _, _, _ = yysep1799, yyq1799, yy2arr1799 - const yyr1799 bool = false - yyq1799[2] = len(x.Values) != 0 - var yynn1799 int - if yyr1799 || yy2arr1799 { + yysep1827 := !z.EncBinary() + yy2arr1827 := z.EncBasicHandle().StructToArray + var yyq1827 [3]bool + _, _, _ = yysep1827, yyq1827, yy2arr1827 + const yyr1827 bool = false + yyq1827[2] = len(x.Values) != 0 + var yynn1827 int + if yyr1827 || yy2arr1827 { r.EncodeArrayStart(3) } else { - yynn1799 = 2 - for _, b := range yyq1799 { + yynn1827 = 2 + for _, b := range yyq1827 { if b { - yynn1799++ + yynn1827++ } } - r.EncodeMapStart(yynn1799) - yynn1799 = 0 + r.EncodeMapStart(yynn1827) + yynn1827 = 0 } - if yyr1799 || yy2arr1799 { + if yyr1827 || yy2arr1827 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1801 := z.EncBinary() - _ = yym1801 + yym1829 := z.EncBinary() + _ = yym1829 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -24448,14 +24922,14 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1802 := z.EncBinary() - _ = yym1802 + yym1830 := z.EncBinary() + _ = yym1830 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1799 || yy2arr1799 { + if yyr1827 || yy2arr1827 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Operator.CodecEncodeSelf(e) } else { @@ -24464,14 +24938,14 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Operator.CodecEncodeSelf(e) } - if yyr1799 || yy2arr1799 { + if yyr1827 || yy2arr1827 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1799[2] { + if yyq1827[2] { if x.Values == nil { r.EncodeNil() } else { - yym1805 := z.EncBinary() - _ = yym1805 + yym1833 := z.EncBinary() + _ = yym1833 if false { } else { z.F.EncSliceStringV(x.Values, false, e) @@ -24481,15 +24955,15 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1799[2] { + if yyq1827[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("values")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Values == nil { r.EncodeNil() } else { - yym1806 := z.EncBinary() - _ = yym1806 + yym1834 := z.EncBinary() + _ = yym1834 if false { } else { z.F.EncSliceStringV(x.Values, false, e) @@ -24497,7 +24971,7 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1799 || yy2arr1799 { + if yyr1827 || yy2arr1827 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24510,25 +24984,25 @@ func (x *NodeSelectorRequirement) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1807 := z.DecBinary() - _ = yym1807 + yym1835 := z.DecBinary() + _ = yym1835 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1808 := r.ContainerType() - if yyct1808 == codecSelferValueTypeMap1234 { - yyl1808 := r.ReadMapStart() - if yyl1808 == 0 { + yyct1836 := r.ContainerType() + if yyct1836 == codecSelferValueTypeMap1234 { + yyl1836 := r.ReadMapStart() + if yyl1836 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1808, d) + x.codecDecodeSelfFromMap(yyl1836, d) } - } else if yyct1808 == codecSelferValueTypeArray1234 { - yyl1808 := r.ReadArrayStart() - if yyl1808 == 0 { + } else if yyct1836 == codecSelferValueTypeArray1234 { + yyl1836 := r.ReadArrayStart() + if yyl1836 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1808, d) + x.codecDecodeSelfFromArray(yyl1836, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24540,12 +25014,12 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1809Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1809Slc - var yyhl1809 bool = l >= 0 - for yyj1809 := 0; ; yyj1809++ { - if yyhl1809 { - if yyj1809 >= l { + var yys1837Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1837Slc + var yyhl1837 bool = l >= 0 + for yyj1837 := 0; ; yyj1837++ { + if yyhl1837 { + if yyj1837 >= l { break } } else { @@ -24554,10 +25028,10 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1809Slc = r.DecodeBytes(yys1809Slc, true, true) - yys1809 := string(yys1809Slc) + yys1837Slc = r.DecodeBytes(yys1837Slc, true, true) + yys1837 := string(yys1837Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1809 { + switch yys1837 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -24574,18 +25048,18 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Values = nil } else { - yyv1812 := &x.Values - yym1813 := z.DecBinary() - _ = yym1813 + yyv1840 := &x.Values + yym1841 := z.DecBinary() + _ = yym1841 if false { } else { - z.F.DecSliceStringX(yyv1812, false, d) + z.F.DecSliceStringX(yyv1840, false, d) } } default: - z.DecStructFieldNotFound(-1, yys1809) - } // end switch yys1809 - } // end for yyj1809 + z.DecStructFieldNotFound(-1, yys1837) + } // end switch yys1837 + } // end for yyj1837 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24593,16 +25067,16 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1814 int - var yyb1814 bool - var yyhl1814 bool = l >= 0 - yyj1814++ - if yyhl1814 { - yyb1814 = yyj1814 > l + var yyj1842 int + var yyb1842 bool + var yyhl1842 bool = l >= 0 + yyj1842++ + if yyhl1842 { + yyb1842 = yyj1842 > l } else { - yyb1814 = r.CheckBreak() + yyb1842 = r.CheckBreak() } - if yyb1814 { + if yyb1842 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24612,13 +25086,13 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Key = string(r.DecodeString()) } - yyj1814++ - if yyhl1814 { - yyb1814 = yyj1814 > l + yyj1842++ + if yyhl1842 { + yyb1842 = yyj1842 > l } else { - yyb1814 = r.CheckBreak() + yyb1842 = r.CheckBreak() } - if yyb1814 { + if yyb1842 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24628,13 +25102,13 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Operator = NodeSelectorOperator(r.DecodeString()) } - yyj1814++ - if yyhl1814 { - yyb1814 = yyj1814 > l + yyj1842++ + if yyhl1842 { + yyb1842 = yyj1842 > l } else { - yyb1814 = r.CheckBreak() + yyb1842 = r.CheckBreak() } - if yyb1814 { + if yyb1842 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24642,26 +25116,26 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Values = nil } else { - yyv1817 := &x.Values - yym1818 := z.DecBinary() - _ = yym1818 + yyv1845 := &x.Values + yym1846 := z.DecBinary() + _ = yym1846 if false { } else { - z.F.DecSliceStringX(yyv1817, false, d) + z.F.DecSliceStringX(yyv1845, false, d) } } for { - yyj1814++ - if yyhl1814 { - yyb1814 = yyj1814 > l + yyj1842++ + if yyhl1842 { + yyb1842 = yyj1842 > l } else { - yyb1814 = r.CheckBreak() + yyb1842 = r.CheckBreak() } - if yyb1814 { + if yyb1842 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1814-1, "") + z.DecStructFieldNotFound(yyj1842-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24670,8 +25144,8 @@ func (x NodeSelectorOperator) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1819 := z.EncBinary() - _ = yym1819 + yym1847 := z.EncBinary() + _ = yym1847 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -24683,8 +25157,8 @@ func (x *NodeSelectorOperator) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1820 := z.DecBinary() - _ = yym1820 + yym1848 := z.DecBinary() + _ = yym1848 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -24699,35 +25173,35 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1821 := z.EncBinary() - _ = yym1821 + yym1849 := z.EncBinary() + _ = yym1849 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1822 := !z.EncBinary() - yy2arr1822 := z.EncBasicHandle().StructToArray - var yyq1822 [3]bool - _, _, _ = yysep1822, yyq1822, yy2arr1822 - const yyr1822 bool = false - yyq1822[0] = x.NodeAffinity != nil - yyq1822[1] = x.PodAffinity != nil - yyq1822[2] = x.PodAntiAffinity != nil - var yynn1822 int - if yyr1822 || yy2arr1822 { + yysep1850 := !z.EncBinary() + yy2arr1850 := z.EncBasicHandle().StructToArray + var yyq1850 [3]bool + _, _, _ = yysep1850, yyq1850, yy2arr1850 + const yyr1850 bool = false + yyq1850[0] = x.NodeAffinity != nil + yyq1850[1] = x.PodAffinity != nil + yyq1850[2] = x.PodAntiAffinity != nil + var yynn1850 int + if yyr1850 || yy2arr1850 { r.EncodeArrayStart(3) } else { - yynn1822 = 0 - for _, b := range yyq1822 { + yynn1850 = 0 + for _, b := range yyq1850 { if b { - yynn1822++ + yynn1850++ } } - r.EncodeMapStart(yynn1822) - yynn1822 = 0 + r.EncodeMapStart(yynn1850) + yynn1850 = 0 } - if yyr1822 || yy2arr1822 { + if yyr1850 || yy2arr1850 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1822[0] { + if yyq1850[0] { if x.NodeAffinity == nil { r.EncodeNil() } else { @@ -24737,7 +25211,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1822[0] { + if yyq1850[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -24748,9 +25222,9 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1822 || yy2arr1822 { + if yyr1850 || yy2arr1850 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1822[1] { + if yyq1850[1] { if x.PodAffinity == nil { r.EncodeNil() } else { @@ -24760,7 +25234,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1822[1] { + if yyq1850[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -24771,9 +25245,9 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1822 || yy2arr1822 { + if yyr1850 || yy2arr1850 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1822[2] { + if yyq1850[2] { if x.PodAntiAffinity == nil { r.EncodeNil() } else { @@ -24783,7 +25257,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1822[2] { + if yyq1850[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podAntiAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -24794,7 +25268,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1822 || yy2arr1822 { + if yyr1850 || yy2arr1850 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24807,25 +25281,25 @@ func (x *Affinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1826 := z.DecBinary() - _ = yym1826 + yym1854 := z.DecBinary() + _ = yym1854 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1827 := r.ContainerType() - if yyct1827 == codecSelferValueTypeMap1234 { - yyl1827 := r.ReadMapStart() - if yyl1827 == 0 { + yyct1855 := r.ContainerType() + if yyct1855 == codecSelferValueTypeMap1234 { + yyl1855 := r.ReadMapStart() + if yyl1855 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1827, d) + x.codecDecodeSelfFromMap(yyl1855, d) } - } else if yyct1827 == codecSelferValueTypeArray1234 { - yyl1827 := r.ReadArrayStart() - if yyl1827 == 0 { + } else if yyct1855 == codecSelferValueTypeArray1234 { + yyl1855 := r.ReadArrayStart() + if yyl1855 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1827, d) + x.codecDecodeSelfFromArray(yyl1855, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24837,12 +25311,12 @@ func (x *Affinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1828Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1828Slc - var yyhl1828 bool = l >= 0 - for yyj1828 := 0; ; yyj1828++ { - if yyhl1828 { - if yyj1828 >= 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 { @@ -24851,10 +25325,10 @@ func (x *Affinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1828Slc = r.DecodeBytes(yys1828Slc, true, true) - yys1828 := string(yys1828Slc) + yys1856Slc = r.DecodeBytes(yys1856Slc, true, true) + yys1856 := string(yys1856Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1828 { + switch yys1856 { case "nodeAffinity": if r.TryDecodeAsNil() { if x.NodeAffinity != nil { @@ -24889,9 +25363,9 @@ func (x *Affinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PodAntiAffinity.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1828) - } // end switch yys1828 - } // end for yyj1828 + z.DecStructFieldNotFound(-1, yys1856) + } // end switch yys1856 + } // end for yyj1856 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24899,16 +25373,16 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1832 int - var yyb1832 bool - var yyhl1832 bool = l >= 0 - yyj1832++ - if yyhl1832 { - yyb1832 = yyj1832 > l + var yyj1860 int + var yyb1860 bool + var yyhl1860 bool = l >= 0 + yyj1860++ + if yyhl1860 { + yyb1860 = yyj1860 > l } else { - yyb1832 = r.CheckBreak() + yyb1860 = r.CheckBreak() } - if yyb1832 { + if yyb1860 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24923,13 +25397,13 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.NodeAffinity.CodecDecodeSelf(d) } - yyj1832++ - if yyhl1832 { - yyb1832 = yyj1832 > l + yyj1860++ + if yyhl1860 { + yyb1860 = yyj1860 > l } else { - yyb1832 = r.CheckBreak() + yyb1860 = r.CheckBreak() } - if yyb1832 { + if yyb1860 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24944,13 +25418,13 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.PodAffinity.CodecDecodeSelf(d) } - yyj1832++ - if yyhl1832 { - yyb1832 = yyj1832 > l + yyj1860++ + if yyhl1860 { + yyb1860 = yyj1860 > l } else { - yyb1832 = r.CheckBreak() + yyb1860 = r.CheckBreak() } - if yyb1832 { + if yyb1860 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24966,17 +25440,17 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PodAntiAffinity.CodecDecodeSelf(d) } for { - yyj1832++ - if yyhl1832 { - yyb1832 = yyj1832 > l + yyj1860++ + if yyhl1860 { + yyb1860 = yyj1860 > l } else { - yyb1832 = r.CheckBreak() + yyb1860 = r.CheckBreak() } - if yyb1832 { + if yyb1860 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1832-1, "") + z.DecStructFieldNotFound(yyj1860-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24988,39 +25462,39 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1836 := z.EncBinary() - _ = yym1836 + yym1864 := z.EncBinary() + _ = yym1864 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1837 := !z.EncBinary() - yy2arr1837 := z.EncBasicHandle().StructToArray - var yyq1837 [2]bool - _, _, _ = yysep1837, yyq1837, yy2arr1837 - const yyr1837 bool = false - yyq1837[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 - yyq1837[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 - var yynn1837 int - if yyr1837 || yy2arr1837 { + yysep1865 := !z.EncBinary() + yy2arr1865 := z.EncBasicHandle().StructToArray + var yyq1865 [2]bool + _, _, _ = yysep1865, yyq1865, yy2arr1865 + const yyr1865 bool = false + yyq1865[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 + yyq1865[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 + var yynn1865 int + if yyr1865 || yy2arr1865 { r.EncodeArrayStart(2) } else { - yynn1837 = 0 - for _, b := range yyq1837 { + yynn1865 = 0 + for _, b := range yyq1865 { if b { - yynn1837++ + yynn1865++ } } - r.EncodeMapStart(yynn1837) - yynn1837 = 0 + r.EncodeMapStart(yynn1865) + yynn1865 = 0 } - if yyr1837 || yy2arr1837 { + if yyr1865 || yy2arr1865 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1837[0] { + if yyq1865[0] { if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1839 := z.EncBinary() - _ = yym1839 + yym1867 := z.EncBinary() + _ = yym1867 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -25030,15 +25504,15 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1837[0] { + if yyq1865[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requiredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1840 := z.EncBinary() - _ = yym1840 + yym1868 := z.EncBinary() + _ = yym1868 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -25046,14 +25520,14 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1837 || yy2arr1837 { + if yyr1865 || yy2arr1865 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1837[1] { + if yyq1865[1] { if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1842 := z.EncBinary() - _ = yym1842 + yym1870 := z.EncBinary() + _ = yym1870 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -25063,15 +25537,15 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1837[1] { + if yyq1865[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1843 := z.EncBinary() - _ = yym1843 + yym1871 := z.EncBinary() + _ = yym1871 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -25079,7 +25553,7 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1837 || yy2arr1837 { + if yyr1865 || yy2arr1865 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25092,25 +25566,25 @@ func (x *PodAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1844 := z.DecBinary() - _ = yym1844 + yym1872 := z.DecBinary() + _ = yym1872 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1845 := r.ContainerType() - if yyct1845 == codecSelferValueTypeMap1234 { - yyl1845 := r.ReadMapStart() - if yyl1845 == 0 { + yyct1873 := r.ContainerType() + if yyct1873 == codecSelferValueTypeMap1234 { + yyl1873 := r.ReadMapStart() + if yyl1873 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1845, d) + x.codecDecodeSelfFromMap(yyl1873, d) } - } else if yyct1845 == codecSelferValueTypeArray1234 { - yyl1845 := r.ReadArrayStart() - if yyl1845 == 0 { + } else if yyct1873 == codecSelferValueTypeArray1234 { + yyl1873 := r.ReadArrayStart() + if yyl1873 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1845, d) + x.codecDecodeSelfFromArray(yyl1873, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25122,12 +25596,12 @@ func (x *PodAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1846Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1846Slc - var yyhl1846 bool = l >= 0 - for yyj1846 := 0; ; yyj1846++ { - if yyhl1846 { - if yyj1846 >= l { + var yys1874Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1874Slc + var yyhl1874 bool = l >= 0 + for yyj1874 := 0; ; yyj1874++ { + if yyhl1874 { + if yyj1874 >= l { break } } else { @@ -25136,38 +25610,38 @@ func (x *PodAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1846Slc = r.DecodeBytes(yys1846Slc, true, true) - yys1846 := string(yys1846Slc) + yys1874Slc = r.DecodeBytes(yys1874Slc, true, true) + yys1874 := string(yys1874Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1846 { + switch yys1874 { case "requiredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1847 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1848 := z.DecBinary() - _ = yym1848 + yyv1875 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1876 := z.DecBinary() + _ = yym1876 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1847), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1875), d) } } case "preferredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1849 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1850 := z.DecBinary() - _ = yym1850 + yyv1877 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1878 := z.DecBinary() + _ = yym1878 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1849), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1877), d) } } default: - z.DecStructFieldNotFound(-1, yys1846) - } // end switch yys1846 - } // end for yyj1846 + z.DecStructFieldNotFound(-1, yys1874) + } // end switch yys1874 + } // end for yyj1874 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25175,16 +25649,16 @@ func (x *PodAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1851 int - var yyb1851 bool - var yyhl1851 bool = l >= 0 - yyj1851++ - if yyhl1851 { - yyb1851 = yyj1851 > l + var yyj1879 int + var yyb1879 bool + var yyhl1879 bool = l >= 0 + yyj1879++ + if yyhl1879 { + yyb1879 = yyj1879 > l } else { - yyb1851 = r.CheckBreak() + yyb1879 = r.CheckBreak() } - if yyb1851 { + if yyb1879 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25192,21 +25666,21 @@ func (x *PodAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1852 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1853 := z.DecBinary() - _ = yym1853 + yyv1880 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1881 := z.DecBinary() + _ = yym1881 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1852), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1880), d) } } - yyj1851++ - if yyhl1851 { - yyb1851 = yyj1851 > l + yyj1879++ + if yyhl1879 { + yyb1879 = yyj1879 > l } else { - yyb1851 = r.CheckBreak() + yyb1879 = r.CheckBreak() } - if yyb1851 { + if yyb1879 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25214,26 +25688,26 @@ func (x *PodAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1854 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1855 := z.DecBinary() - _ = yym1855 + yyv1882 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1883 := z.DecBinary() + _ = yym1883 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1854), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1882), d) } } for { - yyj1851++ - if yyhl1851 { - yyb1851 = yyj1851 > l + yyj1879++ + if yyhl1879 { + yyb1879 = yyj1879 > l } else { - yyb1851 = r.CheckBreak() + yyb1879 = r.CheckBreak() } - if yyb1851 { + if yyb1879 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1851-1, "") + z.DecStructFieldNotFound(yyj1879-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25245,39 +25719,39 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1856 := z.EncBinary() - _ = yym1856 + yym1884 := z.EncBinary() + _ = yym1884 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1857 := !z.EncBinary() - yy2arr1857 := z.EncBasicHandle().StructToArray - var yyq1857 [2]bool - _, _, _ = yysep1857, yyq1857, yy2arr1857 - const yyr1857 bool = false - yyq1857[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 - yyq1857[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 - var yynn1857 int - if yyr1857 || yy2arr1857 { + yysep1885 := !z.EncBinary() + yy2arr1885 := z.EncBasicHandle().StructToArray + var yyq1885 [2]bool + _, _, _ = yysep1885, yyq1885, yy2arr1885 + const yyr1885 bool = false + yyq1885[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 + yyq1885[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 + var yynn1885 int + if yyr1885 || yy2arr1885 { r.EncodeArrayStart(2) } else { - yynn1857 = 0 - for _, b := range yyq1857 { + yynn1885 = 0 + for _, b := range yyq1885 { if b { - yynn1857++ + yynn1885++ } } - r.EncodeMapStart(yynn1857) - yynn1857 = 0 + r.EncodeMapStart(yynn1885) + yynn1885 = 0 } - if yyr1857 || yy2arr1857 { + if yyr1885 || yy2arr1885 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1857[0] { + if yyq1885[0] { if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1859 := z.EncBinary() - _ = yym1859 + yym1887 := z.EncBinary() + _ = yym1887 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -25287,15 +25761,15 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1857[0] { + if yyq1885[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requiredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1860 := z.EncBinary() - _ = yym1860 + yym1888 := z.EncBinary() + _ = yym1888 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -25303,14 +25777,14 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1857 || yy2arr1857 { + if yyr1885 || yy2arr1885 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1857[1] { + if yyq1885[1] { if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1862 := z.EncBinary() - _ = yym1862 + yym1890 := z.EncBinary() + _ = yym1890 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -25320,15 +25794,15 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1857[1] { + if yyq1885[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1863 := z.EncBinary() - _ = yym1863 + yym1891 := z.EncBinary() + _ = yym1891 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -25336,7 +25810,7 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1857 || yy2arr1857 { + if yyr1885 || yy2arr1885 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25349,25 +25823,25 @@ func (x *PodAntiAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1864 := z.DecBinary() - _ = yym1864 + yym1892 := z.DecBinary() + _ = yym1892 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1865 := r.ContainerType() - if yyct1865 == codecSelferValueTypeMap1234 { - yyl1865 := r.ReadMapStart() - if yyl1865 == 0 { + yyct1893 := r.ContainerType() + if yyct1893 == codecSelferValueTypeMap1234 { + yyl1893 := r.ReadMapStart() + if yyl1893 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1865, d) + x.codecDecodeSelfFromMap(yyl1893, d) } - } else if yyct1865 == codecSelferValueTypeArray1234 { - yyl1865 := r.ReadArrayStart() - if yyl1865 == 0 { + } else if yyct1893 == codecSelferValueTypeArray1234 { + yyl1893 := r.ReadArrayStart() + if yyl1893 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1865, d) + x.codecDecodeSelfFromArray(yyl1893, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25379,12 +25853,12 @@ func (x *PodAntiAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1866Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1866Slc - var yyhl1866 bool = l >= 0 - for yyj1866 := 0; ; yyj1866++ { - if yyhl1866 { - if yyj1866 >= l { + var yys1894Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1894Slc + var yyhl1894 bool = l >= 0 + for yyj1894 := 0; ; yyj1894++ { + if yyhl1894 { + if yyj1894 >= l { break } } else { @@ -25393,38 +25867,38 @@ func (x *PodAntiAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1866Slc = r.DecodeBytes(yys1866Slc, true, true) - yys1866 := string(yys1866Slc) + yys1894Slc = r.DecodeBytes(yys1894Slc, true, true) + yys1894 := string(yys1894Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1866 { + switch yys1894 { case "requiredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1867 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1868 := z.DecBinary() - _ = yym1868 + yyv1895 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1896 := z.DecBinary() + _ = yym1896 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1867), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1895), d) } } case "preferredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1869 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1870 := z.DecBinary() - _ = yym1870 + yyv1897 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1898 := z.DecBinary() + _ = yym1898 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1869), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1897), d) } } default: - z.DecStructFieldNotFound(-1, yys1866) - } // end switch yys1866 - } // end for yyj1866 + z.DecStructFieldNotFound(-1, yys1894) + } // end switch yys1894 + } // end for yyj1894 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25432,16 +25906,16 @@ func (x *PodAntiAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1871 int - var yyb1871 bool - var yyhl1871 bool = l >= 0 - yyj1871++ - if yyhl1871 { - yyb1871 = yyj1871 > l + var yyj1899 int + var yyb1899 bool + var yyhl1899 bool = l >= 0 + yyj1899++ + if yyhl1899 { + yyb1899 = yyj1899 > l } else { - yyb1871 = r.CheckBreak() + yyb1899 = r.CheckBreak() } - if yyb1871 { + if yyb1899 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25449,21 +25923,21 @@ func (x *PodAntiAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1872 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1873 := z.DecBinary() - _ = yym1873 + yyv1900 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1901 := z.DecBinary() + _ = yym1901 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1872), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1900), d) } } - yyj1871++ - if yyhl1871 { - yyb1871 = yyj1871 > l + yyj1899++ + if yyhl1899 { + yyb1899 = yyj1899 > l } else { - yyb1871 = r.CheckBreak() + yyb1899 = r.CheckBreak() } - if yyb1871 { + if yyb1899 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25471,26 +25945,26 @@ func (x *PodAntiAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1874 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1875 := z.DecBinary() - _ = yym1875 + yyv1902 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1903 := z.DecBinary() + _ = yym1903 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1874), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1902), d) } } for { - yyj1871++ - if yyhl1871 { - yyb1871 = yyj1871 > l + yyj1899++ + if yyhl1899 { + yyb1899 = yyj1899 > l } else { - yyb1871 = r.CheckBreak() + yyb1899 = r.CheckBreak() } - if yyb1871 { + if yyb1899 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1871-1, "") + z.DecStructFieldNotFound(yyj1899-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25502,33 +25976,33 @@ func (x *WeightedPodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1876 := z.EncBinary() - _ = yym1876 + yym1904 := z.EncBinary() + _ = yym1904 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1877 := !z.EncBinary() - yy2arr1877 := z.EncBasicHandle().StructToArray - var yyq1877 [2]bool - _, _, _ = yysep1877, yyq1877, yy2arr1877 - const yyr1877 bool = false - var yynn1877 int - if yyr1877 || yy2arr1877 { + yysep1905 := !z.EncBinary() + yy2arr1905 := z.EncBasicHandle().StructToArray + var yyq1905 [2]bool + _, _, _ = yysep1905, yyq1905, yy2arr1905 + const yyr1905 bool = false + var yynn1905 int + if yyr1905 || yy2arr1905 { r.EncodeArrayStart(2) } else { - yynn1877 = 2 - for _, b := range yyq1877 { + yynn1905 = 2 + for _, b := range yyq1905 { if b { - yynn1877++ + yynn1905++ } } - r.EncodeMapStart(yynn1877) - yynn1877 = 0 + r.EncodeMapStart(yynn1905) + yynn1905 = 0 } - if yyr1877 || yy2arr1877 { + if yyr1905 || yy2arr1905 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1879 := z.EncBinary() - _ = yym1879 + yym1907 := z.EncBinary() + _ = yym1907 if false { } else { r.EncodeInt(int64(x.Weight)) @@ -25537,25 +26011,25 @@ func (x *WeightedPodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("weight")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1880 := z.EncBinary() - _ = yym1880 + yym1908 := z.EncBinary() + _ = yym1908 if false { } else { r.EncodeInt(int64(x.Weight)) } } - if yyr1877 || yy2arr1877 { + if yyr1905 || yy2arr1905 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1882 := &x.PodAffinityTerm - yy1882.CodecEncodeSelf(e) + yy1910 := &x.PodAffinityTerm + yy1910.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podAffinityTerm")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1883 := &x.PodAffinityTerm - yy1883.CodecEncodeSelf(e) + yy1911 := &x.PodAffinityTerm + yy1911.CodecEncodeSelf(e) } - if yyr1877 || yy2arr1877 { + if yyr1905 || yy2arr1905 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25568,25 +26042,25 @@ func (x *WeightedPodAffinityTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1884 := z.DecBinary() - _ = yym1884 + yym1912 := z.DecBinary() + _ = yym1912 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1885 := r.ContainerType() - if yyct1885 == codecSelferValueTypeMap1234 { - yyl1885 := r.ReadMapStart() - if yyl1885 == 0 { + yyct1913 := r.ContainerType() + if yyct1913 == codecSelferValueTypeMap1234 { + yyl1913 := r.ReadMapStart() + if yyl1913 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1885, d) + x.codecDecodeSelfFromMap(yyl1913, d) } - } else if yyct1885 == codecSelferValueTypeArray1234 { - yyl1885 := r.ReadArrayStart() - if yyl1885 == 0 { + } else if yyct1913 == codecSelferValueTypeArray1234 { + yyl1913 := r.ReadArrayStart() + if yyl1913 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1885, d) + x.codecDecodeSelfFromArray(yyl1913, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25598,12 +26072,12 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1886Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1886Slc - var yyhl1886 bool = l >= 0 - for yyj1886 := 0; ; yyj1886++ { - if yyhl1886 { - if yyj1886 >= l { + var yys1914Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1914Slc + var yyhl1914 bool = l >= 0 + for yyj1914 := 0; ; yyj1914++ { + if yyhl1914 { + if yyj1914 >= l { break } } else { @@ -25612,10 +26086,10 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1886Slc = r.DecodeBytes(yys1886Slc, true, true) - yys1886 := string(yys1886Slc) + yys1914Slc = r.DecodeBytes(yys1914Slc, true, true) + yys1914 := string(yys1914Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1886 { + switch yys1914 { case "weight": if r.TryDecodeAsNil() { x.Weight = 0 @@ -25626,13 +26100,13 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.PodAffinityTerm = PodAffinityTerm{} } else { - yyv1888 := &x.PodAffinityTerm - yyv1888.CodecDecodeSelf(d) + yyv1916 := &x.PodAffinityTerm + yyv1916.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1886) - } // end switch yys1886 - } // end for yyj1886 + z.DecStructFieldNotFound(-1, yys1914) + } // end switch yys1914 + } // end for yyj1914 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25640,16 +26114,16 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1889 int - var yyb1889 bool - var yyhl1889 bool = l >= 0 - yyj1889++ - if yyhl1889 { - yyb1889 = yyj1889 > l + var yyj1917 int + var yyb1917 bool + var yyhl1917 bool = l >= 0 + yyj1917++ + if yyhl1917 { + yyb1917 = yyj1917 > l } else { - yyb1889 = r.CheckBreak() + yyb1917 = r.CheckBreak() } - if yyb1889 { + if yyb1917 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25659,13 +26133,13 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Weight = int32(r.DecodeInt(32)) } - yyj1889++ - if yyhl1889 { - yyb1889 = yyj1889 > l + yyj1917++ + if yyhl1917 { + yyb1917 = yyj1917 > l } else { - yyb1889 = r.CheckBreak() + yyb1917 = r.CheckBreak() } - if yyb1889 { + if yyb1917 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25673,21 +26147,21 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.PodAffinityTerm = PodAffinityTerm{} } else { - yyv1891 := &x.PodAffinityTerm - yyv1891.CodecDecodeSelf(d) + yyv1919 := &x.PodAffinityTerm + yyv1919.CodecDecodeSelf(d) } for { - yyj1889++ - if yyhl1889 { - yyb1889 = yyj1889 > l + yyj1917++ + if yyhl1917 { + yyb1917 = yyj1917 > l } else { - yyb1889 = r.CheckBreak() + yyb1917 = r.CheckBreak() } - if yyb1889 { + if yyb1917 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1889-1, "") + z.DecStructFieldNotFound(yyj1917-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25699,39 +26173,39 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1892 := z.EncBinary() - _ = yym1892 + yym1920 := z.EncBinary() + _ = yym1920 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1893 := !z.EncBinary() - yy2arr1893 := z.EncBasicHandle().StructToArray - var yyq1893 [3]bool - _, _, _ = yysep1893, yyq1893, yy2arr1893 - const yyr1893 bool = false - yyq1893[0] = x.LabelSelector != nil - yyq1893[2] = x.TopologyKey != "" - var yynn1893 int - if yyr1893 || yy2arr1893 { + yysep1921 := !z.EncBinary() + yy2arr1921 := z.EncBasicHandle().StructToArray + var yyq1921 [3]bool + _, _, _ = yysep1921, yyq1921, yy2arr1921 + const yyr1921 bool = false + yyq1921[0] = x.LabelSelector != nil + yyq1921[2] = x.TopologyKey != "" + var yynn1921 int + if yyr1921 || yy2arr1921 { r.EncodeArrayStart(3) } else { - yynn1893 = 1 - for _, b := range yyq1893 { + yynn1921 = 1 + for _, b := range yyq1921 { if b { - yynn1893++ + yynn1921++ } } - r.EncodeMapStart(yynn1893) - yynn1893 = 0 + r.EncodeMapStart(yynn1921) + yynn1921 = 0 } - if yyr1893 || yy2arr1893 { + if yyr1921 || yy2arr1921 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1893[0] { + if yyq1921[0] { if x.LabelSelector == nil { r.EncodeNil() } else { - yym1895 := z.EncBinary() - _ = yym1895 + yym1923 := z.EncBinary() + _ = yym1923 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -25742,15 +26216,15 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1893[0] { + if yyq1921[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("labelSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LabelSelector == nil { r.EncodeNil() } else { - yym1896 := z.EncBinary() - _ = yym1896 + yym1924 := z.EncBinary() + _ = yym1924 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -25759,13 +26233,13 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1893 || yy2arr1893 { + if yyr1921 || yy2arr1921 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Namespaces == nil { r.EncodeNil() } else { - yym1898 := z.EncBinary() - _ = yym1898 + yym1926 := z.EncBinary() + _ = yym1926 if false { } else { z.F.EncSliceStringV(x.Namespaces, false, e) @@ -25778,19 +26252,19 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x.Namespaces == nil { r.EncodeNil() } else { - yym1899 := z.EncBinary() - _ = yym1899 + yym1927 := z.EncBinary() + _ = yym1927 if false { } else { z.F.EncSliceStringV(x.Namespaces, false, e) } } } - if yyr1893 || yy2arr1893 { + if yyr1921 || yy2arr1921 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1893[2] { - yym1901 := z.EncBinary() - _ = yym1901 + if yyq1921[2] { + yym1929 := z.EncBinary() + _ = yym1929 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TopologyKey)) @@ -25799,19 +26273,19 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1893[2] { + if yyq1921[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("topologyKey")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1902 := z.EncBinary() - _ = yym1902 + yym1930 := z.EncBinary() + _ = yym1930 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TopologyKey)) } } } - if yyr1893 || yy2arr1893 { + if yyr1921 || yy2arr1921 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25824,25 +26298,25 @@ func (x *PodAffinityTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1903 := z.DecBinary() - _ = yym1903 + yym1931 := z.DecBinary() + _ = yym1931 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1904 := r.ContainerType() - if yyct1904 == codecSelferValueTypeMap1234 { - yyl1904 := r.ReadMapStart() - if yyl1904 == 0 { + yyct1932 := r.ContainerType() + if yyct1932 == codecSelferValueTypeMap1234 { + yyl1932 := r.ReadMapStart() + if yyl1932 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1904, d) + x.codecDecodeSelfFromMap(yyl1932, d) } - } else if yyct1904 == codecSelferValueTypeArray1234 { - yyl1904 := r.ReadArrayStart() - if yyl1904 == 0 { + } else if yyct1932 == codecSelferValueTypeArray1234 { + yyl1932 := r.ReadArrayStart() + if yyl1932 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1904, d) + x.codecDecodeSelfFromArray(yyl1932, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25854,12 +26328,12 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1905Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1905Slc - var yyhl1905 bool = l >= 0 - for yyj1905 := 0; ; yyj1905++ { - if yyhl1905 { - if yyj1905 >= l { + var yys1933Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1933Slc + var yyhl1933 bool = l >= 0 + for yyj1933 := 0; ; yyj1933++ { + if yyhl1933 { + if yyj1933 >= l { break } } else { @@ -25868,10 +26342,10 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1905Slc = r.DecodeBytes(yys1905Slc, true, true) - yys1905 := string(yys1905Slc) + yys1933Slc = r.DecodeBytes(yys1933Slc, true, true) + yys1933 := string(yys1933Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1905 { + switch yys1933 { case "labelSelector": if r.TryDecodeAsNil() { if x.LabelSelector != nil { @@ -25881,8 +26355,8 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LabelSelector == nil { x.LabelSelector = new(pkg2_unversioned.LabelSelector) } - yym1907 := z.DecBinary() - _ = yym1907 + yym1935 := z.DecBinary() + _ = yym1935 if false { } else if z.HasExtensions() && z.DecExt(x.LabelSelector) { } else { @@ -25893,12 +26367,12 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Namespaces = nil } else { - yyv1908 := &x.Namespaces - yym1909 := z.DecBinary() - _ = yym1909 + yyv1936 := &x.Namespaces + yym1937 := z.DecBinary() + _ = yym1937 if false { } else { - z.F.DecSliceStringX(yyv1908, false, d) + z.F.DecSliceStringX(yyv1936, false, d) } } case "topologyKey": @@ -25908,9 +26382,9 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TopologyKey = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1905) - } // end switch yys1905 - } // end for yyj1905 + z.DecStructFieldNotFound(-1, yys1933) + } // end switch yys1933 + } // end for yyj1933 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25918,16 +26392,16 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1911 int - var yyb1911 bool - var yyhl1911 bool = l >= 0 - yyj1911++ - if yyhl1911 { - yyb1911 = yyj1911 > l + var yyj1939 int + var yyb1939 bool + var yyhl1939 bool = l >= 0 + yyj1939++ + if yyhl1939 { + yyb1939 = yyj1939 > l } else { - yyb1911 = r.CheckBreak() + yyb1939 = r.CheckBreak() } - if yyb1911 { + if yyb1939 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25940,21 +26414,21 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.LabelSelector == nil { x.LabelSelector = new(pkg2_unversioned.LabelSelector) } - yym1913 := z.DecBinary() - _ = yym1913 + yym1941 := z.DecBinary() + _ = yym1941 if false { } else if z.HasExtensions() && z.DecExt(x.LabelSelector) { } else { z.DecFallback(x.LabelSelector, false) } } - yyj1911++ - if yyhl1911 { - yyb1911 = yyj1911 > l + yyj1939++ + if yyhl1939 { + yyb1939 = yyj1939 > l } else { - yyb1911 = r.CheckBreak() + yyb1939 = r.CheckBreak() } - if yyb1911 { + if yyb1939 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25962,21 +26436,21 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Namespaces = nil } else { - yyv1914 := &x.Namespaces - yym1915 := z.DecBinary() - _ = yym1915 + yyv1942 := &x.Namespaces + yym1943 := z.DecBinary() + _ = yym1943 if false { } else { - z.F.DecSliceStringX(yyv1914, false, d) + z.F.DecSliceStringX(yyv1942, false, d) } } - yyj1911++ - if yyhl1911 { - yyb1911 = yyj1911 > l + yyj1939++ + if yyhl1939 { + yyb1939 = yyj1939 > l } else { - yyb1911 = r.CheckBreak() + yyb1939 = r.CheckBreak() } - if yyb1911 { + if yyb1939 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25987,17 +26461,17 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TopologyKey = string(r.DecodeString()) } for { - yyj1911++ - if yyhl1911 { - yyb1911 = yyj1911 > l + yyj1939++ + if yyhl1939 { + yyb1939 = yyj1939 > l } else { - yyb1911 = r.CheckBreak() + yyb1939 = r.CheckBreak() } - if yyb1911 { + if yyb1939 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1911-1, "") + z.DecStructFieldNotFound(yyj1939-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26009,34 +26483,34 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1917 := z.EncBinary() - _ = yym1917 + yym1945 := z.EncBinary() + _ = yym1945 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1918 := !z.EncBinary() - yy2arr1918 := z.EncBasicHandle().StructToArray - var yyq1918 [2]bool - _, _, _ = yysep1918, yyq1918, yy2arr1918 - const yyr1918 bool = false - yyq1918[0] = x.RequiredDuringSchedulingIgnoredDuringExecution != nil - yyq1918[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 - var yynn1918 int - if yyr1918 || yy2arr1918 { + yysep1946 := !z.EncBinary() + yy2arr1946 := z.EncBasicHandle().StructToArray + var yyq1946 [2]bool + _, _, _ = yysep1946, yyq1946, yy2arr1946 + const yyr1946 bool = false + yyq1946[0] = x.RequiredDuringSchedulingIgnoredDuringExecution != nil + yyq1946[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 + var yynn1946 int + if yyr1946 || yy2arr1946 { r.EncodeArrayStart(2) } else { - yynn1918 = 0 - for _, b := range yyq1918 { + yynn1946 = 0 + for _, b := range yyq1946 { if b { - yynn1918++ + yynn1946++ } } - r.EncodeMapStart(yynn1918) - yynn1918 = 0 + r.EncodeMapStart(yynn1946) + yynn1946 = 0 } - if yyr1918 || yy2arr1918 { + if yyr1946 || yy2arr1946 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1918[0] { + if yyq1946[0] { if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { @@ -26046,7 +26520,7 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1918[0] { + if yyq1946[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requiredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -26057,14 +26531,14 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1918 || yy2arr1918 { + if yyr1946 || yy2arr1946 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1918[1] { + if yyq1946[1] { if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1921 := z.EncBinary() - _ = yym1921 + yym1949 := z.EncBinary() + _ = yym1949 if false { } else { h.encSlicePreferredSchedulingTerm(([]PreferredSchedulingTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -26074,15 +26548,15 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1918[1] { + if yyq1946[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1922 := z.EncBinary() - _ = yym1922 + yym1950 := z.EncBinary() + _ = yym1950 if false { } else { h.encSlicePreferredSchedulingTerm(([]PreferredSchedulingTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -26090,7 +26564,7 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1918 || yy2arr1918 { + if yyr1946 || yy2arr1946 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26103,25 +26577,25 @@ func (x *NodeAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1923 := z.DecBinary() - _ = yym1923 + yym1951 := z.DecBinary() + _ = yym1951 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1924 := r.ContainerType() - if yyct1924 == codecSelferValueTypeMap1234 { - yyl1924 := r.ReadMapStart() - if yyl1924 == 0 { + yyct1952 := r.ContainerType() + if yyct1952 == codecSelferValueTypeMap1234 { + yyl1952 := r.ReadMapStart() + if yyl1952 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1924, d) + x.codecDecodeSelfFromMap(yyl1952, d) } - } else if yyct1924 == codecSelferValueTypeArray1234 { - yyl1924 := r.ReadArrayStart() - if yyl1924 == 0 { + } else if yyct1952 == codecSelferValueTypeArray1234 { + yyl1952 := r.ReadArrayStart() + if yyl1952 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1924, d) + x.codecDecodeSelfFromArray(yyl1952, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26133,12 +26607,12 @@ func (x *NodeAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1925Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1925Slc - var yyhl1925 bool = l >= 0 - for yyj1925 := 0; ; yyj1925++ { - if yyhl1925 { - if yyj1925 >= l { + var yys1953Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1953Slc + var yyhl1953 bool = l >= 0 + for yyj1953 := 0; ; yyj1953++ { + if yyhl1953 { + if yyj1953 >= l { break } } else { @@ -26147,10 +26621,10 @@ func (x *NodeAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1925Slc = r.DecodeBytes(yys1925Slc, true, true) - yys1925 := string(yys1925Slc) + yys1953Slc = r.DecodeBytes(yys1953Slc, true, true) + yys1953 := string(yys1953Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1925 { + switch yys1953 { case "requiredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { if x.RequiredDuringSchedulingIgnoredDuringExecution != nil { @@ -26166,18 +26640,18 @@ func (x *NodeAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1927 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1928 := z.DecBinary() - _ = yym1928 + yyv1955 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1956 := z.DecBinary() + _ = yym1956 if false { } else { - h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv1927), d) + h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv1955), d) } } default: - z.DecStructFieldNotFound(-1, yys1925) - } // end switch yys1925 - } // end for yyj1925 + z.DecStructFieldNotFound(-1, yys1953) + } // end switch yys1953 + } // end for yyj1953 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26185,16 +26659,16 @@ func (x *NodeAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1929 int - var yyb1929 bool - var yyhl1929 bool = l >= 0 - yyj1929++ - if yyhl1929 { - yyb1929 = yyj1929 > l + var yyj1957 int + var yyb1957 bool + var yyhl1957 bool = l >= 0 + yyj1957++ + if yyhl1957 { + yyb1957 = yyj1957 > l } else { - yyb1929 = r.CheckBreak() + yyb1957 = r.CheckBreak() } - if yyb1929 { + if yyb1957 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26209,13 +26683,13 @@ func (x *NodeAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.RequiredDuringSchedulingIgnoredDuringExecution.CodecDecodeSelf(d) } - yyj1929++ - if yyhl1929 { - yyb1929 = yyj1929 > l + yyj1957++ + if yyhl1957 { + yyb1957 = yyj1957 > l } else { - yyb1929 = r.CheckBreak() + yyb1957 = r.CheckBreak() } - if yyb1929 { + if yyb1957 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26223,26 +26697,26 @@ func (x *NodeAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1931 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1932 := z.DecBinary() - _ = yym1932 + yyv1959 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1960 := z.DecBinary() + _ = yym1960 if false { } else { - h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv1931), d) + h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv1959), d) } } for { - yyj1929++ - if yyhl1929 { - yyb1929 = yyj1929 > l + yyj1957++ + if yyhl1957 { + yyb1957 = yyj1957 > l } else { - yyb1929 = r.CheckBreak() + yyb1957 = r.CheckBreak() } - if yyb1929 { + if yyb1957 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1929-1, "") + z.DecStructFieldNotFound(yyj1957-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26254,33 +26728,33 @@ func (x *PreferredSchedulingTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1933 := z.EncBinary() - _ = yym1933 + yym1961 := z.EncBinary() + _ = yym1961 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1934 := !z.EncBinary() - yy2arr1934 := z.EncBasicHandle().StructToArray - var yyq1934 [2]bool - _, _, _ = yysep1934, yyq1934, yy2arr1934 - const yyr1934 bool = false - var yynn1934 int - if yyr1934 || yy2arr1934 { + yysep1962 := !z.EncBinary() + yy2arr1962 := z.EncBasicHandle().StructToArray + var yyq1962 [2]bool + _, _, _ = yysep1962, yyq1962, yy2arr1962 + const yyr1962 bool = false + var yynn1962 int + if yyr1962 || yy2arr1962 { r.EncodeArrayStart(2) } else { - yynn1934 = 2 - for _, b := range yyq1934 { + yynn1962 = 2 + for _, b := range yyq1962 { if b { - yynn1934++ + yynn1962++ } } - r.EncodeMapStart(yynn1934) - yynn1934 = 0 + r.EncodeMapStart(yynn1962) + yynn1962 = 0 } - if yyr1934 || yy2arr1934 { + if yyr1962 || yy2arr1962 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1936 := z.EncBinary() - _ = yym1936 + yym1964 := z.EncBinary() + _ = yym1964 if false { } else { r.EncodeInt(int64(x.Weight)) @@ -26289,25 +26763,25 @@ func (x *PreferredSchedulingTerm) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("weight")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1937 := z.EncBinary() - _ = yym1937 + yym1965 := z.EncBinary() + _ = yym1965 if false { } else { r.EncodeInt(int64(x.Weight)) } } - if yyr1934 || yy2arr1934 { + if yyr1962 || yy2arr1962 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1939 := &x.Preference - yy1939.CodecEncodeSelf(e) + yy1967 := &x.Preference + yy1967.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preference")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1940 := &x.Preference - yy1940.CodecEncodeSelf(e) + yy1968 := &x.Preference + yy1968.CodecEncodeSelf(e) } - if yyr1934 || yy2arr1934 { + if yyr1962 || yy2arr1962 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26320,25 +26794,25 @@ func (x *PreferredSchedulingTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1941 := z.DecBinary() - _ = yym1941 + yym1969 := z.DecBinary() + _ = yym1969 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1942 := r.ContainerType() - if yyct1942 == codecSelferValueTypeMap1234 { - yyl1942 := r.ReadMapStart() - if yyl1942 == 0 { + yyct1970 := r.ContainerType() + if yyct1970 == codecSelferValueTypeMap1234 { + yyl1970 := r.ReadMapStart() + if yyl1970 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1942, d) + x.codecDecodeSelfFromMap(yyl1970, d) } - } else if yyct1942 == codecSelferValueTypeArray1234 { - yyl1942 := r.ReadArrayStart() - if yyl1942 == 0 { + } else if yyct1970 == codecSelferValueTypeArray1234 { + yyl1970 := r.ReadArrayStart() + if yyl1970 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1942, d) + x.codecDecodeSelfFromArray(yyl1970, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26350,12 +26824,12 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1943Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1943Slc - var yyhl1943 bool = l >= 0 - for yyj1943 := 0; ; yyj1943++ { - if yyhl1943 { - if yyj1943 >= l { + var yys1971Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1971Slc + var yyhl1971 bool = l >= 0 + for yyj1971 := 0; ; yyj1971++ { + if yyhl1971 { + if yyj1971 >= l { break } } else { @@ -26364,10 +26838,10 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1943Slc = r.DecodeBytes(yys1943Slc, true, true) - yys1943 := string(yys1943Slc) + yys1971Slc = r.DecodeBytes(yys1971Slc, true, true) + yys1971 := string(yys1971Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1943 { + switch yys1971 { case "weight": if r.TryDecodeAsNil() { x.Weight = 0 @@ -26378,13 +26852,13 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Preference = NodeSelectorTerm{} } else { - yyv1945 := &x.Preference - yyv1945.CodecDecodeSelf(d) + yyv1973 := &x.Preference + yyv1973.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1943) - } // end switch yys1943 - } // end for yyj1943 + z.DecStructFieldNotFound(-1, yys1971) + } // end switch yys1971 + } // end for yyj1971 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26392,16 +26866,16 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromArray(l int, d *codec1978.D 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 yyj1974 int + var yyb1974 bool + var yyhl1974 bool = l >= 0 + yyj1974++ + if yyhl1974 { + yyb1974 = yyj1974 > l } else { - yyb1946 = r.CheckBreak() + yyb1974 = r.CheckBreak() } - if yyb1946 { + if yyb1974 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26411,13 +26885,13 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Weight = int32(r.DecodeInt(32)) } - yyj1946++ - if yyhl1946 { - yyb1946 = yyj1946 > l + yyj1974++ + if yyhl1974 { + yyb1974 = yyj1974 > l } else { - yyb1946 = r.CheckBreak() + yyb1974 = r.CheckBreak() } - if yyb1946 { + if yyb1974 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26425,21 +26899,21 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Preference = NodeSelectorTerm{} } else { - yyv1948 := &x.Preference - yyv1948.CodecDecodeSelf(d) + yyv1976 := &x.Preference + yyv1976.CodecDecodeSelf(d) } for { - yyj1946++ - if yyhl1946 { - yyb1946 = yyj1946 > l + yyj1974++ + if yyhl1974 { + yyb1974 = yyj1974 > l } else { - yyb1946 = r.CheckBreak() + yyb1974 = r.CheckBreak() } - if yyb1946 { + if yyb1974 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1946-1, "") + z.DecStructFieldNotFound(yyj1974-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26451,34 +26925,34 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1949 := z.EncBinary() - _ = yym1949 + yym1977 := z.EncBinary() + _ = yym1977 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1950 := !z.EncBinary() - yy2arr1950 := z.EncBasicHandle().StructToArray - var yyq1950 [3]bool - _, _, _ = yysep1950, yyq1950, yy2arr1950 - const yyr1950 bool = false - yyq1950[1] = x.Value != "" - var yynn1950 int - if yyr1950 || yy2arr1950 { + yysep1978 := !z.EncBinary() + yy2arr1978 := z.EncBasicHandle().StructToArray + var yyq1978 [3]bool + _, _, _ = yysep1978, yyq1978, yy2arr1978 + const yyr1978 bool = false + yyq1978[1] = x.Value != "" + var yynn1978 int + if yyr1978 || yy2arr1978 { r.EncodeArrayStart(3) } else { - yynn1950 = 2 - for _, b := range yyq1950 { + yynn1978 = 2 + for _, b := range yyq1978 { if b { - yynn1950++ + yynn1978++ } } - r.EncodeMapStart(yynn1950) - yynn1950 = 0 + r.EncodeMapStart(yynn1978) + yynn1978 = 0 } - if yyr1950 || yy2arr1950 { + if yyr1978 || yy2arr1978 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1952 := z.EncBinary() - _ = yym1952 + yym1980 := z.EncBinary() + _ = yym1980 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -26487,18 +26961,18 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1953 := z.EncBinary() - _ = yym1953 + yym1981 := z.EncBinary() + _ = yym1981 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1950 || yy2arr1950 { + if yyr1978 || yy2arr1978 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1950[1] { - yym1955 := z.EncBinary() - _ = yym1955 + if yyq1978[1] { + yym1983 := z.EncBinary() + _ = yym1983 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -26507,19 +26981,19 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1950[1] { + if yyq1978[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1956 := z.EncBinary() - _ = yym1956 + yym1984 := z.EncBinary() + _ = yym1984 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } } - if yyr1950 || yy2arr1950 { + if yyr1978 || yy2arr1978 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Effect.CodecEncodeSelf(e) } else { @@ -26528,7 +27002,7 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Effect.CodecEncodeSelf(e) } - if yyr1950 || yy2arr1950 { + if yyr1978 || yy2arr1978 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26541,25 +27015,25 @@ func (x *Taint) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1958 := z.DecBinary() - _ = yym1958 + yym1986 := z.DecBinary() + _ = yym1986 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1959 := r.ContainerType() - if yyct1959 == codecSelferValueTypeMap1234 { - yyl1959 := r.ReadMapStart() - if yyl1959 == 0 { + yyct1987 := r.ContainerType() + if yyct1987 == codecSelferValueTypeMap1234 { + yyl1987 := r.ReadMapStart() + if yyl1987 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1959, d) + x.codecDecodeSelfFromMap(yyl1987, d) } - } else if yyct1959 == codecSelferValueTypeArray1234 { - yyl1959 := r.ReadArrayStart() - if yyl1959 == 0 { + } else if yyct1987 == codecSelferValueTypeArray1234 { + yyl1987 := r.ReadArrayStart() + if yyl1987 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1959, d) + x.codecDecodeSelfFromArray(yyl1987, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26571,12 +27045,12 @@ func (x *Taint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1960Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1960Slc - var yyhl1960 bool = l >= 0 - for yyj1960 := 0; ; yyj1960++ { - if yyhl1960 { - if yyj1960 >= l { + var yys1988Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1988Slc + var yyhl1988 bool = l >= 0 + for yyj1988 := 0; ; yyj1988++ { + if yyhl1988 { + if yyj1988 >= l { break } } else { @@ -26585,10 +27059,10 @@ func (x *Taint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1960Slc = r.DecodeBytes(yys1960Slc, true, true) - yys1960 := string(yys1960Slc) + yys1988Slc = r.DecodeBytes(yys1988Slc, true, true) + yys1988 := string(yys1988Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1960 { + switch yys1988 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -26608,9 +27082,9 @@ func (x *Taint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1960) - } // end switch yys1960 - } // end for yyj1960 + z.DecStructFieldNotFound(-1, yys1988) + } // end switch yys1988 + } // end for yyj1988 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26618,16 +27092,16 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1964 int - var yyb1964 bool - var yyhl1964 bool = l >= 0 - yyj1964++ - if yyhl1964 { - yyb1964 = yyj1964 > l + var yyj1992 int + var yyb1992 bool + var yyhl1992 bool = l >= 0 + yyj1992++ + if yyhl1992 { + yyb1992 = yyj1992 > l } else { - yyb1964 = r.CheckBreak() + yyb1992 = r.CheckBreak() } - if yyb1964 { + if yyb1992 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26637,13 +27111,13 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Key = string(r.DecodeString()) } - yyj1964++ - if yyhl1964 { - yyb1964 = yyj1964 > l + yyj1992++ + if yyhl1992 { + yyb1992 = yyj1992 > l } else { - yyb1964 = r.CheckBreak() + yyb1992 = r.CheckBreak() } - if yyb1964 { + if yyb1992 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26653,13 +27127,13 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Value = string(r.DecodeString()) } - yyj1964++ - if yyhl1964 { - yyb1964 = yyj1964 > l + yyj1992++ + if yyhl1992 { + yyb1992 = yyj1992 > l } else { - yyb1964 = r.CheckBreak() + yyb1992 = r.CheckBreak() } - if yyb1964 { + if yyb1992 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26670,17 +27144,17 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } for { - yyj1964++ - if yyhl1964 { - yyb1964 = yyj1964 > l + yyj1992++ + if yyhl1992 { + yyb1992 = yyj1992 > l } else { - yyb1964 = r.CheckBreak() + yyb1992 = r.CheckBreak() } - if yyb1964 { + if yyb1992 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1964-1, "") + z.DecStructFieldNotFound(yyj1992-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26689,8 +27163,8 @@ func (x TaintEffect) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1968 := z.EncBinary() - _ = yym1968 + yym1996 := z.EncBinary() + _ = yym1996 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -26702,8 +27176,8 @@ func (x *TaintEffect) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1969 := z.DecBinary() - _ = yym1969 + yym1997 := z.DecBinary() + _ = yym1997 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -26718,38 +27192,38 @@ func (x *Toleration) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1970 := z.EncBinary() - _ = yym1970 + yym1998 := z.EncBinary() + _ = yym1998 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1971 := !z.EncBinary() - yy2arr1971 := z.EncBasicHandle().StructToArray - var yyq1971 [4]bool - _, _, _ = yysep1971, yyq1971, yy2arr1971 - const yyr1971 bool = false - yyq1971[0] = x.Key != "" - yyq1971[1] = x.Operator != "" - yyq1971[2] = x.Value != "" - yyq1971[3] = x.Effect != "" - var yynn1971 int - if yyr1971 || yy2arr1971 { + yysep1999 := !z.EncBinary() + yy2arr1999 := z.EncBasicHandle().StructToArray + var yyq1999 [4]bool + _, _, _ = yysep1999, yyq1999, yy2arr1999 + const yyr1999 bool = false + yyq1999[0] = x.Key != "" + yyq1999[1] = x.Operator != "" + yyq1999[2] = x.Value != "" + yyq1999[3] = x.Effect != "" + var yynn1999 int + if yyr1999 || yy2arr1999 { r.EncodeArrayStart(4) } else { - yynn1971 = 0 - for _, b := range yyq1971 { + yynn1999 = 0 + for _, b := range yyq1999 { if b { - yynn1971++ + yynn1999++ } } - r.EncodeMapStart(yynn1971) - yynn1971 = 0 + r.EncodeMapStart(yynn1999) + yynn1999 = 0 } - if yyr1971 || yy2arr1971 { + if yyr1999 || yy2arr1999 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1971[0] { - yym1973 := z.EncBinary() - _ = yym1973 + if yyq1999[0] { + yym2001 := z.EncBinary() + _ = yym2001 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -26758,38 +27232,38 @@ func (x *Toleration) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1971[0] { + if yyq1999[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1974 := z.EncBinary() - _ = yym1974 + yym2002 := z.EncBinary() + _ = yym2002 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } } - if yyr1971 || yy2arr1971 { + if yyr1999 || yy2arr1999 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1971[1] { + if yyq1999[1] { x.Operator.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1971[1] { + if yyq1999[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("operator")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Operator.CodecEncodeSelf(e) } } - if yyr1971 || yy2arr1971 { + if yyr1999 || yy2arr1999 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1971[2] { - yym1977 := z.EncBinary() - _ = yym1977 + if yyq1999[2] { + yym2005 := z.EncBinary() + _ = yym2005 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -26798,34 +27272,34 @@ func (x *Toleration) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1971[2] { + if yyq1999[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1978 := z.EncBinary() - _ = yym1978 + yym2006 := z.EncBinary() + _ = yym2006 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } } - if yyr1971 || yy2arr1971 { + if yyr1999 || yy2arr1999 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1971[3] { + if yyq1999[3] { x.Effect.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1971[3] { + if yyq1999[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("effect")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Effect.CodecEncodeSelf(e) } } - if yyr1971 || yy2arr1971 { + if yyr1999 || yy2arr1999 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26838,25 +27312,25 @@ func (x *Toleration) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1980 := z.DecBinary() - _ = yym1980 + yym2008 := z.DecBinary() + _ = yym2008 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1981 := r.ContainerType() - if yyct1981 == codecSelferValueTypeMap1234 { - yyl1981 := r.ReadMapStart() - if yyl1981 == 0 { + yyct2009 := r.ContainerType() + if yyct2009 == codecSelferValueTypeMap1234 { + yyl2009 := r.ReadMapStart() + if yyl2009 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1981, d) + x.codecDecodeSelfFromMap(yyl2009, d) } - } else if yyct1981 == codecSelferValueTypeArray1234 { - yyl1981 := r.ReadArrayStart() - if yyl1981 == 0 { + } else if yyct2009 == codecSelferValueTypeArray1234 { + yyl2009 := r.ReadArrayStart() + if yyl2009 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1981, d) + x.codecDecodeSelfFromArray(yyl2009, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26868,12 +27342,12 @@ func (x *Toleration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1982Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1982Slc - var yyhl1982 bool = l >= 0 - for yyj1982 := 0; ; yyj1982++ { - if yyhl1982 { - if yyj1982 >= l { + var yys2010Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2010Slc + var yyhl2010 bool = l >= 0 + for yyj2010 := 0; ; yyj2010++ { + if yyhl2010 { + if yyj2010 >= l { break } } else { @@ -26882,10 +27356,10 @@ func (x *Toleration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1982Slc = r.DecodeBytes(yys1982Slc, true, true) - yys1982 := string(yys1982Slc) + yys2010Slc = r.DecodeBytes(yys2010Slc, true, true) + yys2010 := string(yys2010Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1982 { + switch yys2010 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -26911,9 +27385,9 @@ func (x *Toleration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1982) - } // end switch yys1982 - } // end for yyj1982 + z.DecStructFieldNotFound(-1, yys2010) + } // end switch yys2010 + } // end for yyj2010 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26921,16 +27395,16 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1987 int - var yyb1987 bool - var yyhl1987 bool = l >= 0 - yyj1987++ - if yyhl1987 { - yyb1987 = yyj1987 > l + var yyj2015 int + var yyb2015 bool + var yyhl2015 bool = l >= 0 + yyj2015++ + if yyhl2015 { + yyb2015 = yyj2015 > l } else { - yyb1987 = r.CheckBreak() + yyb2015 = r.CheckBreak() } - if yyb1987 { + if yyb2015 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26940,13 +27414,13 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Key = string(r.DecodeString()) } - yyj1987++ - if yyhl1987 { - yyb1987 = yyj1987 > l + yyj2015++ + if yyhl2015 { + yyb2015 = yyj2015 > l } else { - yyb1987 = r.CheckBreak() + yyb2015 = r.CheckBreak() } - if yyb1987 { + if yyb2015 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26956,13 +27430,13 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Operator = TolerationOperator(r.DecodeString()) } - yyj1987++ - if yyhl1987 { - yyb1987 = yyj1987 > l + yyj2015++ + if yyhl2015 { + yyb2015 = yyj2015 > l } else { - yyb1987 = r.CheckBreak() + yyb2015 = r.CheckBreak() } - if yyb1987 { + if yyb2015 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26972,13 +27446,13 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Value = string(r.DecodeString()) } - yyj1987++ - if yyhl1987 { - yyb1987 = yyj1987 > l + yyj2015++ + if yyhl2015 { + yyb2015 = yyj2015 > l } else { - yyb1987 = r.CheckBreak() + yyb2015 = r.CheckBreak() } - if yyb1987 { + if yyb2015 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26989,17 +27463,17 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } for { - yyj1987++ - if yyhl1987 { - yyb1987 = yyj1987 > l + yyj2015++ + if yyhl2015 { + yyb2015 = yyj2015 > l } else { - yyb1987 = r.CheckBreak() + yyb2015 = r.CheckBreak() } - if yyb1987 { + if yyb2015 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1987-1, "") + z.DecStructFieldNotFound(yyj2015-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27008,8 +27482,8 @@ func (x TolerationOperator) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1992 := z.EncBinary() - _ = yym1992 + yym2020 := z.EncBinary() + _ = yym2020 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -27021,8 +27495,8 @@ func (x *TolerationOperator) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1993 := z.DecBinary() - _ = yym1993 + yym2021 := z.DecBinary() + _ = yym2021 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -27037,53 +27511,53 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1994 := z.EncBinary() - _ = yym1994 + yym2022 := z.EncBinary() + _ = yym2022 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1995 := !z.EncBinary() - yy2arr1995 := z.EncBasicHandle().StructToArray - var yyq1995 [17]bool - _, _, _ = yysep1995, yyq1995, yy2arr1995 - const yyr1995 bool = false - yyq1995[0] = len(x.Volumes) != 0 - yyq1995[2] = x.RestartPolicy != "" - yyq1995[3] = x.TerminationGracePeriodSeconds != nil - yyq1995[4] = x.ActiveDeadlineSeconds != nil - yyq1995[5] = x.DNSPolicy != "" - yyq1995[6] = len(x.NodeSelector) != 0 - yyq1995[7] = x.ServiceAccountName != "" - yyq1995[8] = x.DeprecatedServiceAccount != "" - yyq1995[9] = x.NodeName != "" - yyq1995[10] = x.HostNetwork != false - yyq1995[11] = x.HostPID != false - yyq1995[12] = x.HostIPC != false - yyq1995[13] = x.SecurityContext != nil - yyq1995[14] = len(x.ImagePullSecrets) != 0 - yyq1995[15] = x.Hostname != "" - yyq1995[16] = x.Subdomain != "" - var yynn1995 int - if yyr1995 || yy2arr1995 { + yysep2023 := !z.EncBinary() + yy2arr2023 := z.EncBasicHandle().StructToArray + var yyq2023 [17]bool + _, _, _ = yysep2023, yyq2023, yy2arr2023 + const yyr2023 bool = false + yyq2023[0] = len(x.Volumes) != 0 + yyq2023[2] = x.RestartPolicy != "" + yyq2023[3] = x.TerminationGracePeriodSeconds != nil + yyq2023[4] = x.ActiveDeadlineSeconds != nil + yyq2023[5] = x.DNSPolicy != "" + yyq2023[6] = len(x.NodeSelector) != 0 + yyq2023[7] = x.ServiceAccountName != "" + yyq2023[8] = x.DeprecatedServiceAccount != "" + yyq2023[9] = x.NodeName != "" + yyq2023[10] = x.HostNetwork != false + yyq2023[11] = x.HostPID != false + yyq2023[12] = x.HostIPC != false + yyq2023[13] = x.SecurityContext != nil + yyq2023[14] = len(x.ImagePullSecrets) != 0 + yyq2023[15] = x.Hostname != "" + yyq2023[16] = x.Subdomain != "" + var yynn2023 int + if yyr2023 || yy2arr2023 { r.EncodeArrayStart(17) } else { - yynn1995 = 1 - for _, b := range yyq1995 { + yynn2023 = 1 + for _, b := range yyq2023 { if b { - yynn1995++ + yynn2023++ } } - r.EncodeMapStart(yynn1995) - yynn1995 = 0 + r.EncodeMapStart(yynn2023) + yynn2023 = 0 } - if yyr1995 || yy2arr1995 { + if yyr2023 || yy2arr2023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1995[0] { + if yyq2023[0] { if x.Volumes == nil { r.EncodeNil() } else { - yym1997 := z.EncBinary() - _ = yym1997 + yym2025 := z.EncBinary() + _ = yym2025 if false { } else { h.encSliceVolume(([]Volume)(x.Volumes), e) @@ -27093,15 +27567,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1995[0] { + if yyq2023[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Volumes == nil { r.EncodeNil() } else { - yym1998 := z.EncBinary() - _ = yym1998 + yym2026 := z.EncBinary() + _ = yym2026 if false { } else { h.encSliceVolume(([]Volume)(x.Volumes), e) @@ -27109,13 +27583,13 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1995 || yy2arr1995 { + if yyr2023 || yy2arr2023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Containers == nil { r.EncodeNil() } else { - yym2000 := z.EncBinary() - _ = yym2000 + yym2028 := z.EncBinary() + _ = yym2028 if false { } else { h.encSliceContainer(([]Container)(x.Containers), e) @@ -27128,122 +27602,122 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Containers == nil { r.EncodeNil() } else { - yym2001 := z.EncBinary() - _ = yym2001 + yym2029 := z.EncBinary() + _ = yym2029 if false { } else { h.encSliceContainer(([]Container)(x.Containers), e) } } } - if yyr1995 || yy2arr1995 { + if yyr2023 || yy2arr2023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1995[2] { + if yyq2023[2] { x.RestartPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1995[2] { + if yyq2023[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("restartPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.RestartPolicy.CodecEncodeSelf(e) } } - if yyr1995 || yy2arr1995 { + if yyr2023 || yy2arr2023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1995[3] { + if yyq2023[3] { if x.TerminationGracePeriodSeconds == nil { r.EncodeNil() } else { - yy2004 := *x.TerminationGracePeriodSeconds - yym2005 := z.EncBinary() - _ = yym2005 + yy2032 := *x.TerminationGracePeriodSeconds + yym2033 := z.EncBinary() + _ = yym2033 if false { } else { - r.EncodeInt(int64(yy2004)) + r.EncodeInt(int64(yy2032)) } } } else { r.EncodeNil() } } else { - if yyq1995[3] { + if yyq2023[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminationGracePeriodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TerminationGracePeriodSeconds == nil { r.EncodeNil() } else { - yy2006 := *x.TerminationGracePeriodSeconds - yym2007 := z.EncBinary() - _ = yym2007 + yy2034 := *x.TerminationGracePeriodSeconds + yym2035 := z.EncBinary() + _ = yym2035 if false { } else { - r.EncodeInt(int64(yy2006)) + r.EncodeInt(int64(yy2034)) } } } } - if yyr1995 || yy2arr1995 { + if yyr2023 || yy2arr2023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1995[4] { + if yyq2023[4] { if x.ActiveDeadlineSeconds == nil { r.EncodeNil() } else { - yy2009 := *x.ActiveDeadlineSeconds - yym2010 := z.EncBinary() - _ = yym2010 + yy2037 := *x.ActiveDeadlineSeconds + yym2038 := z.EncBinary() + _ = yym2038 if false { } else { - r.EncodeInt(int64(yy2009)) + r.EncodeInt(int64(yy2037)) } } } else { r.EncodeNil() } } else { - if yyq1995[4] { + if yyq2023[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("activeDeadlineSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ActiveDeadlineSeconds == nil { r.EncodeNil() } else { - yy2011 := *x.ActiveDeadlineSeconds - yym2012 := z.EncBinary() - _ = yym2012 + yy2039 := *x.ActiveDeadlineSeconds + yym2040 := z.EncBinary() + _ = yym2040 if false { } else { - r.EncodeInt(int64(yy2011)) + r.EncodeInt(int64(yy2039)) } } } } - if yyr1995 || yy2arr1995 { + if yyr2023 || yy2arr2023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1995[5] { + if yyq2023[5] { x.DNSPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1995[5] { + if yyq2023[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("dnsPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.DNSPolicy.CodecEncodeSelf(e) } } - if yyr1995 || yy2arr1995 { + if yyr2023 || yy2arr2023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1995[6] { + if yyq2023[6] { if x.NodeSelector == nil { r.EncodeNil() } else { - yym2015 := z.EncBinary() - _ = yym2015 + yym2043 := z.EncBinary() + _ = yym2043 if false { } else { z.F.EncMapStringStringV(x.NodeSelector, false, e) @@ -27253,15 +27727,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1995[6] { + if yyq2023[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NodeSelector == nil { r.EncodeNil() } else { - yym2016 := z.EncBinary() - _ = yym2016 + yym2044 := z.EncBinary() + _ = yym2044 if false { } else { z.F.EncMapStringStringV(x.NodeSelector, false, e) @@ -27269,11 +27743,11 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1995 || yy2arr1995 { + if yyr2023 || yy2arr2023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1995[7] { - yym2018 := z.EncBinary() - _ = yym2018 + if yyq2023[7] { + yym2046 := z.EncBinary() + _ = yym2046 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) @@ -27282,23 +27756,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1995[7] { + if yyq2023[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("serviceAccountName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2019 := z.EncBinary() - _ = yym2019 + yym2047 := z.EncBinary() + _ = yym2047 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) } } } - if yyr1995 || yy2arr1995 { + if yyr2023 || yy2arr2023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1995[8] { - yym2021 := z.EncBinary() - _ = yym2021 + if yyq2023[8] { + yym2049 := z.EncBinary() + _ = yym2049 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DeprecatedServiceAccount)) @@ -27307,23 +27781,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1995[8] { + if yyq2023[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("serviceAccount")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2022 := z.EncBinary() - _ = yym2022 + yym2050 := z.EncBinary() + _ = yym2050 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DeprecatedServiceAccount)) } } } - if yyr1995 || yy2arr1995 { + if yyr2023 || yy2arr2023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1995[9] { - yym2024 := z.EncBinary() - _ = yym2024 + if yyq2023[9] { + yym2052 := z.EncBinary() + _ = yym2052 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeName)) @@ -27332,23 +27806,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1995[9] { + if yyq2023[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2025 := z.EncBinary() - _ = yym2025 + yym2053 := z.EncBinary() + _ = yym2053 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeName)) } } } - if yyr1995 || yy2arr1995 { + if yyr2023 || yy2arr2023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1995[10] { - yym2027 := z.EncBinary() - _ = yym2027 + if yyq2023[10] { + yym2055 := z.EncBinary() + _ = yym2055 if false { } else { r.EncodeBool(bool(x.HostNetwork)) @@ -27357,23 +27831,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1995[10] { + if yyq2023[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostNetwork")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2028 := z.EncBinary() - _ = yym2028 + yym2056 := z.EncBinary() + _ = yym2056 if false { } else { r.EncodeBool(bool(x.HostNetwork)) } } } - if yyr1995 || yy2arr1995 { + if yyr2023 || yy2arr2023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1995[11] { - yym2030 := z.EncBinary() - _ = yym2030 + if yyq2023[11] { + yym2058 := z.EncBinary() + _ = yym2058 if false { } else { r.EncodeBool(bool(x.HostPID)) @@ -27382,23 +27856,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1995[11] { + if yyq2023[11] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2031 := z.EncBinary() - _ = yym2031 + yym2059 := z.EncBinary() + _ = yym2059 if false { } else { r.EncodeBool(bool(x.HostPID)) } } } - if yyr1995 || yy2arr1995 { + if yyr2023 || yy2arr2023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1995[12] { - yym2033 := z.EncBinary() - _ = yym2033 + if yyq2023[12] { + yym2061 := z.EncBinary() + _ = yym2061 if false { } else { r.EncodeBool(bool(x.HostIPC)) @@ -27407,21 +27881,21 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1995[12] { + if yyq2023[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIPC")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2034 := z.EncBinary() - _ = yym2034 + yym2062 := z.EncBinary() + _ = yym2062 if false { } else { r.EncodeBool(bool(x.HostIPC)) } } } - if yyr1995 || yy2arr1995 { + if yyr2023 || yy2arr2023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1995[13] { + if yyq2023[13] { if x.SecurityContext == nil { r.EncodeNil() } else { @@ -27431,7 +27905,7 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1995[13] { + if yyq2023[13] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("securityContext")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -27442,14 +27916,14 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1995 || yy2arr1995 { + if yyr2023 || yy2arr2023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1995[14] { + if yyq2023[14] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2037 := z.EncBinary() - _ = yym2037 + yym2065 := z.EncBinary() + _ = yym2065 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -27459,15 +27933,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1995[14] { + if yyq2023[14] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2038 := z.EncBinary() - _ = yym2038 + yym2066 := z.EncBinary() + _ = yym2066 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -27475,11 +27949,11 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1995 || yy2arr1995 { + if yyr2023 || yy2arr2023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1995[15] { - yym2040 := z.EncBinary() - _ = yym2040 + if yyq2023[15] { + yym2068 := z.EncBinary() + _ = yym2068 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -27488,23 +27962,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1995[15] { + if yyq2023[15] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2041 := z.EncBinary() - _ = yym2041 + yym2069 := z.EncBinary() + _ = yym2069 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr1995 || yy2arr1995 { + if yyr2023 || yy2arr2023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1995[16] { - yym2043 := z.EncBinary() - _ = yym2043 + if yyq2023[16] { + yym2071 := z.EncBinary() + _ = yym2071 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Subdomain)) @@ -27513,19 +27987,19 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1995[16] { + if yyq2023[16] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("subdomain")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2044 := z.EncBinary() - _ = yym2044 + yym2072 := z.EncBinary() + _ = yym2072 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Subdomain)) } } } - if yyr1995 || yy2arr1995 { + if yyr2023 || yy2arr2023 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27538,25 +28012,25 @@ func (x *PodSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2045 := z.DecBinary() - _ = yym2045 + yym2073 := z.DecBinary() + _ = yym2073 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2046 := r.ContainerType() - if yyct2046 == codecSelferValueTypeMap1234 { - yyl2046 := r.ReadMapStart() - if yyl2046 == 0 { + yyct2074 := r.ContainerType() + if yyct2074 == codecSelferValueTypeMap1234 { + yyl2074 := r.ReadMapStart() + if yyl2074 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2046, d) + x.codecDecodeSelfFromMap(yyl2074, d) } - } else if yyct2046 == codecSelferValueTypeArray1234 { - yyl2046 := r.ReadArrayStart() - if yyl2046 == 0 { + } else if yyct2074 == codecSelferValueTypeArray1234 { + yyl2074 := r.ReadArrayStart() + if yyl2074 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2046, d) + x.codecDecodeSelfFromArray(yyl2074, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27568,12 +28042,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2047Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2047Slc - var yyhl2047 bool = l >= 0 - for yyj2047 := 0; ; yyj2047++ { - if yyhl2047 { - if yyj2047 >= l { + var yys2075Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2075Slc + var yyhl2075 bool = l >= 0 + for yyj2075 := 0; ; yyj2075++ { + if yyhl2075 { + if yyj2075 >= l { break } } else { @@ -27582,32 +28056,32 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2047Slc = r.DecodeBytes(yys2047Slc, true, true) - yys2047 := string(yys2047Slc) + yys2075Slc = r.DecodeBytes(yys2075Slc, true, true) + yys2075 := string(yys2075Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2047 { + switch yys2075 { case "volumes": if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv2048 := &x.Volumes - yym2049 := z.DecBinary() - _ = yym2049 + yyv2076 := &x.Volumes + yym2077 := z.DecBinary() + _ = yym2077 if false { } else { - h.decSliceVolume((*[]Volume)(yyv2048), d) + h.decSliceVolume((*[]Volume)(yyv2076), d) } } case "containers": if r.TryDecodeAsNil() { x.Containers = nil } else { - yyv2050 := &x.Containers - yym2051 := z.DecBinary() - _ = yym2051 + yyv2078 := &x.Containers + yym2079 := z.DecBinary() + _ = yym2079 if false { } else { - h.decSliceContainer((*[]Container)(yyv2050), d) + h.decSliceContainer((*[]Container)(yyv2078), d) } } case "restartPolicy": @@ -27625,8 +28099,8 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TerminationGracePeriodSeconds == nil { x.TerminationGracePeriodSeconds = new(int64) } - yym2054 := z.DecBinary() - _ = yym2054 + yym2082 := z.DecBinary() + _ = yym2082 if false { } else { *((*int64)(x.TerminationGracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -27641,8 +28115,8 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym2056 := z.DecBinary() - _ = yym2056 + yym2084 := z.DecBinary() + _ = yym2084 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) @@ -27658,12 +28132,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelector = nil } else { - yyv2058 := &x.NodeSelector - yym2059 := z.DecBinary() - _ = yym2059 + yyv2086 := &x.NodeSelector + yym2087 := z.DecBinary() + _ = yym2087 if false { } else { - z.F.DecMapStringStringX(yyv2058, false, d) + z.F.DecMapStringStringX(yyv2086, false, d) } } case "serviceAccountName": @@ -27717,12 +28191,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2067 := &x.ImagePullSecrets - yym2068 := z.DecBinary() - _ = yym2068 + yyv2095 := &x.ImagePullSecrets + yym2096 := z.DecBinary() + _ = yym2096 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2067), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2095), d) } } case "hostname": @@ -27738,9 +28212,9 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Subdomain = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2047) - } // end switch yys2047 - } // end for yyj2047 + z.DecStructFieldNotFound(-1, yys2075) + } // end switch yys2075 + } // end for yyj2075 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27748,16 +28222,16 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2071 int - var yyb2071 bool - var yyhl2071 bool = l >= 0 - yyj2071++ - if yyhl2071 { - yyb2071 = yyj2071 > l + var yyj2099 int + var yyb2099 bool + var yyhl2099 bool = l >= 0 + yyj2099++ + if yyhl2099 { + yyb2099 = yyj2099 > l } else { - yyb2071 = r.CheckBreak() + yyb2099 = r.CheckBreak() } - if yyb2071 { + if yyb2099 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27765,21 +28239,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv2072 := &x.Volumes - yym2073 := z.DecBinary() - _ = yym2073 + yyv2100 := &x.Volumes + yym2101 := z.DecBinary() + _ = yym2101 if false { } else { - h.decSliceVolume((*[]Volume)(yyv2072), d) + h.decSliceVolume((*[]Volume)(yyv2100), d) } } - yyj2071++ - if yyhl2071 { - yyb2071 = yyj2071 > l + yyj2099++ + if yyhl2099 { + yyb2099 = yyj2099 > l } else { - yyb2071 = r.CheckBreak() + yyb2099 = r.CheckBreak() } - if yyb2071 { + if yyb2099 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27787,21 +28261,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Containers = nil } else { - yyv2074 := &x.Containers - yym2075 := z.DecBinary() - _ = yym2075 + yyv2102 := &x.Containers + yym2103 := z.DecBinary() + _ = yym2103 if false { } else { - h.decSliceContainer((*[]Container)(yyv2074), d) + h.decSliceContainer((*[]Container)(yyv2102), d) } } - yyj2071++ - if yyhl2071 { - yyb2071 = yyj2071 > l + yyj2099++ + if yyhl2099 { + yyb2099 = yyj2099 > l } else { - yyb2071 = r.CheckBreak() + yyb2099 = r.CheckBreak() } - if yyb2071 { + if yyb2099 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27811,13 +28285,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.RestartPolicy = RestartPolicy(r.DecodeString()) } - yyj2071++ - if yyhl2071 { - yyb2071 = yyj2071 > l + yyj2099++ + if yyhl2099 { + yyb2099 = yyj2099 > l } else { - yyb2071 = r.CheckBreak() + yyb2099 = r.CheckBreak() } - if yyb2071 { + if yyb2099 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27830,20 +28304,20 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TerminationGracePeriodSeconds == nil { x.TerminationGracePeriodSeconds = new(int64) } - yym2078 := z.DecBinary() - _ = yym2078 + yym2106 := z.DecBinary() + _ = yym2106 if false { } else { *((*int64)(x.TerminationGracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj2071++ - if yyhl2071 { - yyb2071 = yyj2071 > l + yyj2099++ + if yyhl2099 { + yyb2099 = yyj2099 > l } else { - yyb2071 = r.CheckBreak() + yyb2099 = r.CheckBreak() } - if yyb2071 { + if yyb2099 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27856,20 +28330,20 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym2080 := z.DecBinary() - _ = yym2080 + yym2108 := z.DecBinary() + _ = yym2108 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) } } - yyj2071++ - if yyhl2071 { - yyb2071 = yyj2071 > l + yyj2099++ + if yyhl2099 { + yyb2099 = yyj2099 > l } else { - yyb2071 = r.CheckBreak() + yyb2099 = r.CheckBreak() } - if yyb2071 { + if yyb2099 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27879,13 +28353,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.DNSPolicy = DNSPolicy(r.DecodeString()) } - yyj2071++ - if yyhl2071 { - yyb2071 = yyj2071 > l + yyj2099++ + if yyhl2099 { + yyb2099 = yyj2099 > l } else { - yyb2071 = r.CheckBreak() + yyb2099 = r.CheckBreak() } - if yyb2071 { + if yyb2099 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27893,21 +28367,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelector = nil } else { - yyv2082 := &x.NodeSelector - yym2083 := z.DecBinary() - _ = yym2083 + yyv2110 := &x.NodeSelector + yym2111 := z.DecBinary() + _ = yym2111 if false { } else { - z.F.DecMapStringStringX(yyv2082, false, d) + z.F.DecMapStringStringX(yyv2110, false, d) } } - yyj2071++ - if yyhl2071 { - yyb2071 = yyj2071 > l + yyj2099++ + if yyhl2099 { + yyb2099 = yyj2099 > l } else { - yyb2071 = r.CheckBreak() + yyb2099 = r.CheckBreak() } - if yyb2071 { + if yyb2099 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27917,13 +28391,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ServiceAccountName = string(r.DecodeString()) } - yyj2071++ - if yyhl2071 { - yyb2071 = yyj2071 > l + yyj2099++ + if yyhl2099 { + yyb2099 = yyj2099 > l } else { - yyb2071 = r.CheckBreak() + yyb2099 = r.CheckBreak() } - if yyb2071 { + if yyb2099 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27933,13 +28407,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.DeprecatedServiceAccount = string(r.DecodeString()) } - yyj2071++ - if yyhl2071 { - yyb2071 = yyj2071 > l + yyj2099++ + if yyhl2099 { + yyb2099 = yyj2099 > l } else { - yyb2071 = r.CheckBreak() + yyb2099 = r.CheckBreak() } - if yyb2071 { + if yyb2099 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27949,13 +28423,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.NodeName = string(r.DecodeString()) } - yyj2071++ - if yyhl2071 { - yyb2071 = yyj2071 > l + yyj2099++ + if yyhl2099 { + yyb2099 = yyj2099 > l } else { - yyb2071 = r.CheckBreak() + yyb2099 = r.CheckBreak() } - if yyb2071 { + if yyb2099 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27965,13 +28439,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostNetwork = bool(r.DecodeBool()) } - yyj2071++ - if yyhl2071 { - yyb2071 = yyj2071 > l + yyj2099++ + if yyhl2099 { + yyb2099 = yyj2099 > l } else { - yyb2071 = r.CheckBreak() + yyb2099 = r.CheckBreak() } - if yyb2071 { + if yyb2099 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27981,13 +28455,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostPID = bool(r.DecodeBool()) } - yyj2071++ - if yyhl2071 { - yyb2071 = yyj2071 > l + yyj2099++ + if yyhl2099 { + yyb2099 = yyj2099 > l } else { - yyb2071 = r.CheckBreak() + yyb2099 = r.CheckBreak() } - if yyb2071 { + if yyb2099 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27997,13 +28471,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostIPC = bool(r.DecodeBool()) } - yyj2071++ - if yyhl2071 { - yyb2071 = yyj2071 > l + yyj2099++ + if yyhl2099 { + yyb2099 = yyj2099 > l } else { - yyb2071 = r.CheckBreak() + yyb2099 = r.CheckBreak() } - if yyb2071 { + if yyb2099 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28018,13 +28492,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.SecurityContext.CodecDecodeSelf(d) } - yyj2071++ - if yyhl2071 { - yyb2071 = yyj2071 > l + yyj2099++ + if yyhl2099 { + yyb2099 = yyj2099 > l } else { - yyb2071 = r.CheckBreak() + yyb2099 = r.CheckBreak() } - if yyb2071 { + if yyb2099 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28032,21 +28506,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2091 := &x.ImagePullSecrets - yym2092 := z.DecBinary() - _ = yym2092 + yyv2119 := &x.ImagePullSecrets + yym2120 := z.DecBinary() + _ = yym2120 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2091), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2119), d) } } - yyj2071++ - if yyhl2071 { - yyb2071 = yyj2071 > l + yyj2099++ + if yyhl2099 { + yyb2099 = yyj2099 > l } else { - yyb2071 = r.CheckBreak() + yyb2099 = r.CheckBreak() } - if yyb2071 { + if yyb2099 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28056,13 +28530,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Hostname = string(r.DecodeString()) } - yyj2071++ - if yyhl2071 { - yyb2071 = yyj2071 > l + yyj2099++ + if yyhl2099 { + yyb2099 = yyj2099 > l } else { - yyb2071 = r.CheckBreak() + yyb2099 = r.CheckBreak() } - if yyb2071 { + if yyb2099 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28073,17 +28547,17 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Subdomain = string(r.DecodeString()) } for { - yyj2071++ - if yyhl2071 { - yyb2071 = yyj2071 > l + yyj2099++ + if yyhl2099 { + yyb2099 = yyj2099 > l } else { - yyb2071 = r.CheckBreak() + yyb2099 = r.CheckBreak() } - if yyb2071 { + if yyb2099 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2071-1, "") + z.DecStructFieldNotFound(yyj2099-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28095,37 +28569,37 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2095 := z.EncBinary() - _ = yym2095 + yym2123 := z.EncBinary() + _ = yym2123 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2096 := !z.EncBinary() - yy2arr2096 := z.EncBasicHandle().StructToArray - var yyq2096 [5]bool - _, _, _ = yysep2096, yyq2096, yy2arr2096 - const yyr2096 bool = false - yyq2096[0] = x.SELinuxOptions != nil - yyq2096[1] = x.RunAsUser != nil - yyq2096[2] = x.RunAsNonRoot != nil - yyq2096[3] = len(x.SupplementalGroups) != 0 - yyq2096[4] = x.FSGroup != nil - var yynn2096 int - if yyr2096 || yy2arr2096 { + yysep2124 := !z.EncBinary() + yy2arr2124 := z.EncBasicHandle().StructToArray + var yyq2124 [5]bool + _, _, _ = yysep2124, yyq2124, yy2arr2124 + const yyr2124 bool = false + yyq2124[0] = x.SELinuxOptions != nil + yyq2124[1] = x.RunAsUser != nil + yyq2124[2] = x.RunAsNonRoot != nil + yyq2124[3] = len(x.SupplementalGroups) != 0 + yyq2124[4] = x.FSGroup != nil + var yynn2124 int + if yyr2124 || yy2arr2124 { r.EncodeArrayStart(5) } else { - yynn2096 = 0 - for _, b := range yyq2096 { + yynn2124 = 0 + for _, b := range yyq2124 { if b { - yynn2096++ + yynn2124++ } } - r.EncodeMapStart(yynn2096) - yynn2096 = 0 + r.EncodeMapStart(yynn2124) + yynn2124 = 0 } - if yyr2096 || yy2arr2096 { + if yyr2124 || yy2arr2124 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2096[0] { + if yyq2124[0] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -28135,7 +28609,7 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2096[0] { + if yyq2124[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -28146,84 +28620,84 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2096 || yy2arr2096 { + if yyr2124 || yy2arr2124 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2096[1] { + if yyq2124[1] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy2099 := *x.RunAsUser - yym2100 := z.EncBinary() - _ = yym2100 + yy2127 := *x.RunAsUser + yym2128 := z.EncBinary() + _ = yym2128 if false { } else { - r.EncodeInt(int64(yy2099)) + r.EncodeInt(int64(yy2127)) } } } else { r.EncodeNil() } } else { - if yyq2096[1] { + if yyq2124[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy2101 := *x.RunAsUser - yym2102 := z.EncBinary() - _ = yym2102 + yy2129 := *x.RunAsUser + yym2130 := z.EncBinary() + _ = yym2130 if false { } else { - r.EncodeInt(int64(yy2101)) + r.EncodeInt(int64(yy2129)) } } } } - if yyr2096 || yy2arr2096 { + if yyr2124 || yy2arr2124 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2096[2] { + if yyq2124[2] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy2104 := *x.RunAsNonRoot - yym2105 := z.EncBinary() - _ = yym2105 + yy2132 := *x.RunAsNonRoot + yym2133 := z.EncBinary() + _ = yym2133 if false { } else { - r.EncodeBool(bool(yy2104)) + r.EncodeBool(bool(yy2132)) } } } else { r.EncodeNil() } } else { - if yyq2096[2] { + if yyq2124[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy2106 := *x.RunAsNonRoot - yym2107 := z.EncBinary() - _ = yym2107 + yy2134 := *x.RunAsNonRoot + yym2135 := z.EncBinary() + _ = yym2135 if false { } else { - r.EncodeBool(bool(yy2106)) + r.EncodeBool(bool(yy2134)) } } } } - if yyr2096 || yy2arr2096 { + if yyr2124 || yy2arr2124 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2096[3] { + if yyq2124[3] { if x.SupplementalGroups == nil { r.EncodeNil() } else { - yym2109 := z.EncBinary() - _ = yym2109 + yym2137 := z.EncBinary() + _ = yym2137 if false { } else { z.F.EncSliceInt64V(x.SupplementalGroups, false, e) @@ -28233,15 +28707,15 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2096[3] { + if yyq2124[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("supplementalGroups")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SupplementalGroups == nil { r.EncodeNil() } else { - yym2110 := z.EncBinary() - _ = yym2110 + yym2138 := z.EncBinary() + _ = yym2138 if false { } else { z.F.EncSliceInt64V(x.SupplementalGroups, false, e) @@ -28249,42 +28723,42 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2096 || yy2arr2096 { + if yyr2124 || yy2arr2124 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2096[4] { + if yyq2124[4] { if x.FSGroup == nil { r.EncodeNil() } else { - yy2112 := *x.FSGroup - yym2113 := z.EncBinary() - _ = yym2113 + yy2140 := *x.FSGroup + yym2141 := z.EncBinary() + _ = yym2141 if false { } else { - r.EncodeInt(int64(yy2112)) + r.EncodeInt(int64(yy2140)) } } } else { r.EncodeNil() } } else { - if yyq2096[4] { + if yyq2124[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsGroup")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.FSGroup == nil { r.EncodeNil() } else { - yy2114 := *x.FSGroup - yym2115 := z.EncBinary() - _ = yym2115 + yy2142 := *x.FSGroup + yym2143 := z.EncBinary() + _ = yym2143 if false { } else { - r.EncodeInt(int64(yy2114)) + r.EncodeInt(int64(yy2142)) } } } } - if yyr2096 || yy2arr2096 { + if yyr2124 || yy2arr2124 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28297,25 +28771,25 @@ func (x *PodSecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2116 := z.DecBinary() - _ = yym2116 + yym2144 := z.DecBinary() + _ = yym2144 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2117 := r.ContainerType() - if yyct2117 == codecSelferValueTypeMap1234 { - yyl2117 := r.ReadMapStart() - if yyl2117 == 0 { + yyct2145 := r.ContainerType() + if yyct2145 == codecSelferValueTypeMap1234 { + yyl2145 := r.ReadMapStart() + if yyl2145 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2117, d) + x.codecDecodeSelfFromMap(yyl2145, d) } - } else if yyct2117 == codecSelferValueTypeArray1234 { - yyl2117 := r.ReadArrayStart() - if yyl2117 == 0 { + } else if yyct2145 == codecSelferValueTypeArray1234 { + yyl2145 := r.ReadArrayStart() + if yyl2145 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2117, d) + x.codecDecodeSelfFromArray(yyl2145, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28327,12 +28801,12 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2118Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2118Slc - var yyhl2118 bool = l >= 0 - for yyj2118 := 0; ; yyj2118++ { - if yyhl2118 { - if yyj2118 >= l { + var yys2146Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2146Slc + var yyhl2146 bool = l >= 0 + for yyj2146 := 0; ; yyj2146++ { + if yyhl2146 { + if yyj2146 >= l { break } } else { @@ -28341,10 +28815,10 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2118Slc = r.DecodeBytes(yys2118Slc, true, true) - yys2118 := string(yys2118Slc) + yys2146Slc = r.DecodeBytes(yys2146Slc, true, true) + yys2146 := string(yys2146Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2118 { + switch yys2146 { case "seLinuxOptions": if r.TryDecodeAsNil() { if x.SELinuxOptions != nil { @@ -28365,8 +28839,8 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym2121 := z.DecBinary() - _ = yym2121 + yym2149 := z.DecBinary() + _ = yym2149 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -28381,8 +28855,8 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym2123 := z.DecBinary() - _ = yym2123 + yym2151 := z.DecBinary() + _ = yym2151 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -28392,12 +28866,12 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.SupplementalGroups = nil } else { - yyv2124 := &x.SupplementalGroups - yym2125 := z.DecBinary() - _ = yym2125 + yyv2152 := &x.SupplementalGroups + yym2153 := z.DecBinary() + _ = yym2153 if false { } else { - z.F.DecSliceInt64X(yyv2124, false, d) + z.F.DecSliceInt64X(yyv2152, false, d) } } case "fsGroup": @@ -28409,17 +28883,17 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.FSGroup == nil { x.FSGroup = new(int64) } - yym2127 := z.DecBinary() - _ = yym2127 + yym2155 := z.DecBinary() + _ = yym2155 if false { } else { *((*int64)(x.FSGroup)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys2118) - } // end switch yys2118 - } // end for yyj2118 + z.DecStructFieldNotFound(-1, yys2146) + } // end switch yys2146 + } // end for yyj2146 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28427,16 +28901,16 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2128 int - var yyb2128 bool - var yyhl2128 bool = l >= 0 - yyj2128++ - if yyhl2128 { - yyb2128 = yyj2128 > l + var yyj2156 int + var yyb2156 bool + var yyhl2156 bool = l >= 0 + yyj2156++ + if yyhl2156 { + yyb2156 = yyj2156 > l } else { - yyb2128 = r.CheckBreak() + yyb2156 = r.CheckBreak() } - if yyb2128 { + if yyb2156 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28451,13 +28925,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj2128++ - if yyhl2128 { - yyb2128 = yyj2128 > l + yyj2156++ + if yyhl2156 { + yyb2156 = yyj2156 > l } else { - yyb2128 = r.CheckBreak() + yyb2156 = r.CheckBreak() } - if yyb2128 { + if yyb2156 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28470,20 +28944,20 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym2131 := z.DecBinary() - _ = yym2131 + yym2159 := z.DecBinary() + _ = yym2159 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj2128++ - if yyhl2128 { - yyb2128 = yyj2128 > l + yyj2156++ + if yyhl2156 { + yyb2156 = yyj2156 > l } else { - yyb2128 = r.CheckBreak() + yyb2156 = r.CheckBreak() } - if yyb2128 { + if yyb2156 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28496,20 +28970,20 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym2133 := z.DecBinary() - _ = yym2133 + yym2161 := z.DecBinary() + _ = yym2161 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj2128++ - if yyhl2128 { - yyb2128 = yyj2128 > l + yyj2156++ + if yyhl2156 { + yyb2156 = yyj2156 > l } else { - yyb2128 = r.CheckBreak() + yyb2156 = r.CheckBreak() } - if yyb2128 { + if yyb2156 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28517,21 +28991,21 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.SupplementalGroups = nil } else { - yyv2134 := &x.SupplementalGroups - yym2135 := z.DecBinary() - _ = yym2135 + yyv2162 := &x.SupplementalGroups + yym2163 := z.DecBinary() + _ = yym2163 if false { } else { - z.F.DecSliceInt64X(yyv2134, false, d) + z.F.DecSliceInt64X(yyv2162, false, d) } } - yyj2128++ - if yyhl2128 { - yyb2128 = yyj2128 > l + yyj2156++ + if yyhl2156 { + yyb2156 = yyj2156 > l } else { - yyb2128 = r.CheckBreak() + yyb2156 = r.CheckBreak() } - if yyb2128 { + if yyb2156 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28544,25 +29018,25 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.FSGroup == nil { x.FSGroup = new(int64) } - yym2137 := z.DecBinary() - _ = yym2137 + yym2165 := z.DecBinary() + _ = yym2165 if false { } else { *((*int64)(x.FSGroup)) = int64(r.DecodeInt(64)) } } for { - yyj2128++ - if yyhl2128 { - yyb2128 = yyj2128 > l + yyj2156++ + if yyhl2156 { + yyb2156 = yyj2156 > l } else { - yyb2128 = r.CheckBreak() + yyb2156 = r.CheckBreak() } - if yyb2128 { + if yyb2156 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2128-1, "") + z.DecStructFieldNotFound(yyj2156-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28574,60 +29048,60 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2138 := z.EncBinary() - _ = yym2138 + yym2166 := z.EncBinary() + _ = yym2166 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2139 := !z.EncBinary() - yy2arr2139 := z.EncBasicHandle().StructToArray - var yyq2139 [8]bool - _, _, _ = yysep2139, yyq2139, yy2arr2139 - const yyr2139 bool = false - yyq2139[0] = x.Phase != "" - yyq2139[1] = len(x.Conditions) != 0 - yyq2139[2] = x.Message != "" - yyq2139[3] = x.Reason != "" - yyq2139[4] = x.HostIP != "" - yyq2139[5] = x.PodIP != "" - yyq2139[6] = x.StartTime != nil - yyq2139[7] = len(x.ContainerStatuses) != 0 - var yynn2139 int - if yyr2139 || yy2arr2139 { + yysep2167 := !z.EncBinary() + yy2arr2167 := z.EncBasicHandle().StructToArray + var yyq2167 [8]bool + _, _, _ = yysep2167, yyq2167, yy2arr2167 + const yyr2167 bool = false + yyq2167[0] = x.Phase != "" + yyq2167[1] = len(x.Conditions) != 0 + yyq2167[2] = x.Message != "" + yyq2167[3] = x.Reason != "" + yyq2167[4] = x.HostIP != "" + yyq2167[5] = x.PodIP != "" + yyq2167[6] = x.StartTime != nil + yyq2167[7] = len(x.ContainerStatuses) != 0 + var yynn2167 int + if yyr2167 || yy2arr2167 { r.EncodeArrayStart(8) } else { - yynn2139 = 0 - for _, b := range yyq2139 { + yynn2167 = 0 + for _, b := range yyq2167 { if b { - yynn2139++ + yynn2167++ } } - r.EncodeMapStart(yynn2139) - yynn2139 = 0 + r.EncodeMapStart(yynn2167) + yynn2167 = 0 } - if yyr2139 || yy2arr2139 { + if yyr2167 || yy2arr2167 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2139[0] { + if yyq2167[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2139[0] { + if yyq2167[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr2139 || yy2arr2139 { + if yyr2167 || yy2arr2167 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2139[1] { + if yyq2167[1] { if x.Conditions == nil { r.EncodeNil() } else { - yym2142 := z.EncBinary() - _ = yym2142 + yym2170 := z.EncBinary() + _ = yym2170 if false { } else { h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) @@ -28637,15 +29111,15 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2139[1] { + if yyq2167[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym2143 := z.EncBinary() - _ = yym2143 + yym2171 := z.EncBinary() + _ = yym2171 if false { } else { h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) @@ -28653,11 +29127,11 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2139 || yy2arr2139 { + if yyr2167 || yy2arr2167 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2139[2] { - yym2145 := z.EncBinary() - _ = yym2145 + if yyq2167[2] { + yym2173 := z.EncBinary() + _ = yym2173 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -28666,23 +29140,23 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2139[2] { + if yyq2167[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2146 := z.EncBinary() - _ = yym2146 + yym2174 := z.EncBinary() + _ = yym2174 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr2139 || yy2arr2139 { + if yyr2167 || yy2arr2167 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2139[3] { - yym2148 := z.EncBinary() - _ = yym2148 + if yyq2167[3] { + yym2176 := z.EncBinary() + _ = yym2176 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -28691,23 +29165,23 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2139[3] { + if yyq2167[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2149 := z.EncBinary() - _ = yym2149 + yym2177 := z.EncBinary() + _ = yym2177 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr2139 || yy2arr2139 { + if yyr2167 || yy2arr2167 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2139[4] { - yym2151 := z.EncBinary() - _ = yym2151 + if yyq2167[4] { + yym2179 := z.EncBinary() + _ = yym2179 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) @@ -28716,23 +29190,23 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2139[4] { + if yyq2167[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2152 := z.EncBinary() - _ = yym2152 + yym2180 := z.EncBinary() + _ = yym2180 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) } } } - if yyr2139 || yy2arr2139 { + if yyr2167 || yy2arr2167 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2139[5] { - yym2154 := z.EncBinary() - _ = yym2154 + if yyq2167[5] { + yym2182 := z.EncBinary() + _ = yym2182 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) @@ -28741,31 +29215,31 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2139[5] { + if yyq2167[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2155 := z.EncBinary() - _ = yym2155 + yym2183 := z.EncBinary() + _ = yym2183 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) } } } - if yyr2139 || yy2arr2139 { + if yyr2167 || yy2arr2167 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2139[6] { + if yyq2167[6] { if x.StartTime == nil { r.EncodeNil() } else { - yym2157 := z.EncBinary() - _ = yym2157 + yym2185 := z.EncBinary() + _ = yym2185 if false { } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym2157 { + } else if yym2185 { z.EncBinaryMarshal(x.StartTime) - } else if !yym2157 && z.IsJSONHandle() { + } else if !yym2185 && z.IsJSONHandle() { z.EncJSONMarshal(x.StartTime) } else { z.EncFallback(x.StartTime) @@ -28775,20 +29249,20 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2139[6] { + if yyq2167[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.StartTime == nil { r.EncodeNil() } else { - yym2158 := z.EncBinary() - _ = yym2158 + yym2186 := z.EncBinary() + _ = yym2186 if false { } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym2158 { + } else if yym2186 { z.EncBinaryMarshal(x.StartTime) - } else if !yym2158 && z.IsJSONHandle() { + } else if !yym2186 && z.IsJSONHandle() { z.EncJSONMarshal(x.StartTime) } else { z.EncFallback(x.StartTime) @@ -28796,14 +29270,14 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2139 || yy2arr2139 { + if yyr2167 || yy2arr2167 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2139[7] { + if yyq2167[7] { if x.ContainerStatuses == nil { r.EncodeNil() } else { - yym2160 := z.EncBinary() - _ = yym2160 + yym2188 := z.EncBinary() + _ = yym2188 if false { } else { h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) @@ -28813,15 +29287,15 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2139[7] { + if yyq2167[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerStatuses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ContainerStatuses == nil { r.EncodeNil() } else { - yym2161 := z.EncBinary() - _ = yym2161 + yym2189 := z.EncBinary() + _ = yym2189 if false { } else { h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) @@ -28829,7 +29303,7 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2139 || yy2arr2139 { + if yyr2167 || yy2arr2167 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28842,25 +29316,25 @@ func (x *PodStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2162 := z.DecBinary() - _ = yym2162 + yym2190 := z.DecBinary() + _ = yym2190 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2163 := r.ContainerType() - if yyct2163 == codecSelferValueTypeMap1234 { - yyl2163 := r.ReadMapStart() - if yyl2163 == 0 { + yyct2191 := r.ContainerType() + if yyct2191 == codecSelferValueTypeMap1234 { + yyl2191 := r.ReadMapStart() + if yyl2191 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2163, d) + x.codecDecodeSelfFromMap(yyl2191, d) } - } else if yyct2163 == codecSelferValueTypeArray1234 { - yyl2163 := r.ReadArrayStart() - if yyl2163 == 0 { + } else if yyct2191 == codecSelferValueTypeArray1234 { + yyl2191 := r.ReadArrayStart() + if yyl2191 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2163, d) + x.codecDecodeSelfFromArray(yyl2191, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28872,12 +29346,12 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2164Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2164Slc - var yyhl2164 bool = l >= 0 - for yyj2164 := 0; ; yyj2164++ { - if yyhl2164 { - if yyj2164 >= l { + var yys2192Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2192Slc + var yyhl2192 bool = l >= 0 + for yyj2192 := 0; ; yyj2192++ { + if yyhl2192 { + if yyj2192 >= l { break } } else { @@ -28886,10 +29360,10 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2164Slc = r.DecodeBytes(yys2164Slc, true, true) - yys2164 := string(yys2164Slc) + yys2192Slc = r.DecodeBytes(yys2192Slc, true, true) + yys2192 := string(yys2192Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2164 { + switch yys2192 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -28900,12 +29374,12 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2166 := &x.Conditions - yym2167 := z.DecBinary() - _ = yym2167 + yyv2194 := &x.Conditions + yym2195 := z.DecBinary() + _ = yym2195 if false { } else { - h.decSlicePodCondition((*[]PodCondition)(yyv2166), d) + h.decSlicePodCondition((*[]PodCondition)(yyv2194), d) } } case "message": @@ -28941,13 +29415,13 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg2_unversioned.Time) } - yym2173 := z.DecBinary() - _ = yym2173 + yym2201 := z.DecBinary() + _ = yym2201 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym2173 { + } else if yym2201 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym2173 && z.IsJSONHandle() { + } else if !yym2201 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) @@ -28957,18 +29431,18 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ContainerStatuses = nil } else { - yyv2174 := &x.ContainerStatuses - yym2175 := z.DecBinary() - _ = yym2175 + yyv2202 := &x.ContainerStatuses + yym2203 := z.DecBinary() + _ = yym2203 if false { } else { - h.decSliceContainerStatus((*[]ContainerStatus)(yyv2174), d) + h.decSliceContainerStatus((*[]ContainerStatus)(yyv2202), d) } } default: - z.DecStructFieldNotFound(-1, yys2164) - } // end switch yys2164 - } // end for yyj2164 + z.DecStructFieldNotFound(-1, yys2192) + } // end switch yys2192 + } // end for yyj2192 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28976,16 +29450,16 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2176 int - var yyb2176 bool - var yyhl2176 bool = l >= 0 - yyj2176++ - if yyhl2176 { - yyb2176 = yyj2176 > l + var yyj2204 int + var yyb2204 bool + var yyhl2204 bool = l >= 0 + yyj2204++ + if yyhl2204 { + yyb2204 = yyj2204 > l } else { - yyb2176 = r.CheckBreak() + yyb2204 = r.CheckBreak() } - if yyb2176 { + if yyb2204 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28995,13 +29469,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = PodPhase(r.DecodeString()) } - yyj2176++ - if yyhl2176 { - yyb2176 = yyj2176 > l + yyj2204++ + if yyhl2204 { + yyb2204 = yyj2204 > l } else { - yyb2176 = r.CheckBreak() + yyb2204 = r.CheckBreak() } - if yyb2176 { + if yyb2204 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29009,21 +29483,21 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2178 := &x.Conditions - yym2179 := z.DecBinary() - _ = yym2179 + yyv2206 := &x.Conditions + yym2207 := z.DecBinary() + _ = yym2207 if false { } else { - h.decSlicePodCondition((*[]PodCondition)(yyv2178), d) + h.decSlicePodCondition((*[]PodCondition)(yyv2206), d) } } - yyj2176++ - if yyhl2176 { - yyb2176 = yyj2176 > l + yyj2204++ + if yyhl2204 { + yyb2204 = yyj2204 > l } else { - yyb2176 = r.CheckBreak() + yyb2204 = r.CheckBreak() } - if yyb2176 { + if yyb2204 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29033,13 +29507,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj2176++ - if yyhl2176 { - yyb2176 = yyj2176 > l + yyj2204++ + if yyhl2204 { + yyb2204 = yyj2204 > l } else { - yyb2176 = r.CheckBreak() + yyb2204 = r.CheckBreak() } - if yyb2176 { + if yyb2204 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29049,13 +29523,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj2176++ - if yyhl2176 { - yyb2176 = yyj2176 > l + yyj2204++ + if yyhl2204 { + yyb2204 = yyj2204 > l } else { - yyb2176 = r.CheckBreak() + yyb2204 = r.CheckBreak() } - if yyb2176 { + if yyb2204 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29065,13 +29539,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostIP = string(r.DecodeString()) } - yyj2176++ - if yyhl2176 { - yyb2176 = yyj2176 > l + yyj2204++ + if yyhl2204 { + yyb2204 = yyj2204 > l } else { - yyb2176 = r.CheckBreak() + yyb2204 = r.CheckBreak() } - if yyb2176 { + if yyb2204 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29081,13 +29555,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodIP = string(r.DecodeString()) } - yyj2176++ - if yyhl2176 { - yyb2176 = yyj2176 > l + yyj2204++ + if yyhl2204 { + yyb2204 = yyj2204 > l } else { - yyb2176 = r.CheckBreak() + yyb2204 = r.CheckBreak() } - if yyb2176 { + if yyb2204 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29100,25 +29574,25 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg2_unversioned.Time) } - yym2185 := z.DecBinary() - _ = yym2185 + yym2213 := z.DecBinary() + _ = yym2213 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym2185 { + } else if yym2213 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym2185 && z.IsJSONHandle() { + } else if !yym2213 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) } } - yyj2176++ - if yyhl2176 { - yyb2176 = yyj2176 > l + yyj2204++ + if yyhl2204 { + yyb2204 = yyj2204 > l } else { - yyb2176 = r.CheckBreak() + yyb2204 = r.CheckBreak() } - if yyb2176 { + if yyb2204 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29126,26 +29600,26 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ContainerStatuses = nil } else { - yyv2186 := &x.ContainerStatuses - yym2187 := z.DecBinary() - _ = yym2187 + yyv2214 := &x.ContainerStatuses + yym2215 := z.DecBinary() + _ = yym2215 if false { } else { - h.decSliceContainerStatus((*[]ContainerStatus)(yyv2186), d) + h.decSliceContainerStatus((*[]ContainerStatus)(yyv2214), d) } } for { - yyj2176++ - if yyhl2176 { - yyb2176 = yyj2176 > l + yyj2204++ + if yyhl2204 { + yyb2204 = yyj2204 > l } else { - yyb2176 = r.CheckBreak() + yyb2204 = r.CheckBreak() } - if yyb2176 { + if yyb2204 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2176-1, "") + z.DecStructFieldNotFound(yyj2204-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29157,38 +29631,38 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2188 := z.EncBinary() - _ = yym2188 + yym2216 := z.EncBinary() + _ = yym2216 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2189 := !z.EncBinary() - yy2arr2189 := z.EncBasicHandle().StructToArray - var yyq2189 [4]bool - _, _, _ = yysep2189, yyq2189, yy2arr2189 - const yyr2189 bool = false - yyq2189[0] = x.Kind != "" - yyq2189[1] = x.APIVersion != "" - yyq2189[2] = true - yyq2189[3] = true - var yynn2189 int - if yyr2189 || yy2arr2189 { + yysep2217 := !z.EncBinary() + yy2arr2217 := z.EncBasicHandle().StructToArray + var yyq2217 [4]bool + _, _, _ = yysep2217, yyq2217, yy2arr2217 + const yyr2217 bool = false + yyq2217[0] = x.Kind != "" + yyq2217[1] = x.APIVersion != "" + yyq2217[2] = true + yyq2217[3] = true + var yynn2217 int + if yyr2217 || yy2arr2217 { r.EncodeArrayStart(4) } else { - yynn2189 = 0 - for _, b := range yyq2189 { + yynn2217 = 0 + for _, b := range yyq2217 { if b { - yynn2189++ + yynn2217++ } } - r.EncodeMapStart(yynn2189) - yynn2189 = 0 + r.EncodeMapStart(yynn2217) + yynn2217 = 0 } - if yyr2189 || yy2arr2189 { + if yyr2217 || yy2arr2217 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2189[0] { - yym2191 := z.EncBinary() - _ = yym2191 + if yyq2217[0] { + yym2219 := z.EncBinary() + _ = yym2219 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -29197,23 +29671,23 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2189[0] { + if yyq2217[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2192 := z.EncBinary() - _ = yym2192 + yym2220 := z.EncBinary() + _ = yym2220 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2189 || yy2arr2189 { + if yyr2217 || yy2arr2217 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2189[1] { - yym2194 := z.EncBinary() - _ = yym2194 + if yyq2217[1] { + yym2222 := z.EncBinary() + _ = yym2222 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -29222,53 +29696,53 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2189[1] { + if yyq2217[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2195 := z.EncBinary() - _ = yym2195 + yym2223 := z.EncBinary() + _ = yym2223 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2189 || yy2arr2189 { + if yyr2217 || yy2arr2217 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2189[2] { - yy2197 := &x.ObjectMeta - yy2197.CodecEncodeSelf(e) + if yyq2217[2] { + yy2225 := &x.ObjectMeta + yy2225.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2189[2] { + if yyq2217[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2198 := &x.ObjectMeta - yy2198.CodecEncodeSelf(e) + yy2226 := &x.ObjectMeta + yy2226.CodecEncodeSelf(e) } } - if yyr2189 || yy2arr2189 { + if yyr2217 || yy2arr2217 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2189[3] { - yy2200 := &x.Status - yy2200.CodecEncodeSelf(e) + if yyq2217[3] { + yy2228 := &x.Status + yy2228.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2189[3] { + if yyq2217[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2201 := &x.Status - yy2201.CodecEncodeSelf(e) + yy2229 := &x.Status + yy2229.CodecEncodeSelf(e) } } - if yyr2189 || yy2arr2189 { + if yyr2217 || yy2arr2217 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29281,25 +29755,25 @@ func (x *PodStatusResult) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2202 := z.DecBinary() - _ = yym2202 + yym2230 := z.DecBinary() + _ = yym2230 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2203 := r.ContainerType() - if yyct2203 == codecSelferValueTypeMap1234 { - yyl2203 := r.ReadMapStart() - if yyl2203 == 0 { + yyct2231 := r.ContainerType() + if yyct2231 == codecSelferValueTypeMap1234 { + yyl2231 := r.ReadMapStart() + if yyl2231 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2203, d) + x.codecDecodeSelfFromMap(yyl2231, d) } - } else if yyct2203 == codecSelferValueTypeArray1234 { - yyl2203 := r.ReadArrayStart() - if yyl2203 == 0 { + } else if yyct2231 == codecSelferValueTypeArray1234 { + yyl2231 := r.ReadArrayStart() + if yyl2231 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2203, d) + x.codecDecodeSelfFromArray(yyl2231, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29311,12 +29785,12 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2204Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2204Slc - var yyhl2204 bool = l >= 0 - for yyj2204 := 0; ; yyj2204++ { - if yyhl2204 { - if yyj2204 >= l { + var yys2232Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2232Slc + var yyhl2232 bool = l >= 0 + for yyj2232 := 0; ; yyj2232++ { + if yyhl2232 { + if yyj2232 >= l { break } } else { @@ -29325,10 +29799,10 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2204Slc = r.DecodeBytes(yys2204Slc, true, true) - yys2204 := string(yys2204Slc) + yys2232Slc = r.DecodeBytes(yys2232Slc, true, true) + yys2232 := string(yys2232Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2204 { + switch yys2232 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -29345,20 +29819,20 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2207 := &x.ObjectMeta - yyv2207.CodecDecodeSelf(d) + yyv2235 := &x.ObjectMeta + yyv2235.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2208 := &x.Status - yyv2208.CodecDecodeSelf(d) + yyv2236 := &x.Status + yyv2236.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2204) - } // end switch yys2204 - } // end for yyj2204 + z.DecStructFieldNotFound(-1, yys2232) + } // end switch yys2232 + } // end for yyj2232 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29366,16 +29840,16 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2209 int - var yyb2209 bool - var yyhl2209 bool = l >= 0 - yyj2209++ - if yyhl2209 { - yyb2209 = yyj2209 > l + var yyj2237 int + var yyb2237 bool + var yyhl2237 bool = l >= 0 + yyj2237++ + if yyhl2237 { + yyb2237 = yyj2237 > l } else { - yyb2209 = r.CheckBreak() + yyb2237 = r.CheckBreak() } - if yyb2209 { + if yyb2237 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29385,13 +29859,13 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2209++ - if yyhl2209 { - yyb2209 = yyj2209 > l + yyj2237++ + if yyhl2237 { + yyb2237 = yyj2237 > l } else { - yyb2209 = r.CheckBreak() + yyb2237 = r.CheckBreak() } - if yyb2209 { + if yyb2237 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29401,13 +29875,13 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2209++ - if yyhl2209 { - yyb2209 = yyj2209 > l + yyj2237++ + if yyhl2237 { + yyb2237 = yyj2237 > l } else { - yyb2209 = r.CheckBreak() + yyb2237 = r.CheckBreak() } - if yyb2209 { + if yyb2237 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29415,16 +29889,16 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2212 := &x.ObjectMeta - yyv2212.CodecDecodeSelf(d) + yyv2240 := &x.ObjectMeta + yyv2240.CodecDecodeSelf(d) } - yyj2209++ - if yyhl2209 { - yyb2209 = yyj2209 > l + yyj2237++ + if yyhl2237 { + yyb2237 = yyj2237 > l } else { - yyb2209 = r.CheckBreak() + yyb2237 = r.CheckBreak() } - if yyb2209 { + if yyb2237 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29432,21 +29906,21 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2213 := &x.Status - yyv2213.CodecDecodeSelf(d) + yyv2241 := &x.Status + yyv2241.CodecDecodeSelf(d) } for { - yyj2209++ - if yyhl2209 { - yyb2209 = yyj2209 > l + yyj2237++ + if yyhl2237 { + yyb2237 = yyj2237 > l } else { - yyb2209 = r.CheckBreak() + yyb2237 = r.CheckBreak() } - if yyb2209 { + if yyb2237 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2209-1, "") + z.DecStructFieldNotFound(yyj2237-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29458,39 +29932,39 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2214 := z.EncBinary() - _ = yym2214 + yym2242 := z.EncBinary() + _ = yym2242 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2215 := !z.EncBinary() - yy2arr2215 := z.EncBasicHandle().StructToArray - var yyq2215 [5]bool - _, _, _ = yysep2215, yyq2215, yy2arr2215 - const yyr2215 bool = false - yyq2215[0] = x.Kind != "" - yyq2215[1] = x.APIVersion != "" - yyq2215[2] = true - yyq2215[3] = true - yyq2215[4] = true - var yynn2215 int - if yyr2215 || yy2arr2215 { + yysep2243 := !z.EncBinary() + yy2arr2243 := z.EncBasicHandle().StructToArray + var yyq2243 [5]bool + _, _, _ = yysep2243, yyq2243, yy2arr2243 + const yyr2243 bool = false + yyq2243[0] = x.Kind != "" + yyq2243[1] = x.APIVersion != "" + yyq2243[2] = true + yyq2243[3] = true + yyq2243[4] = true + var yynn2243 int + if yyr2243 || yy2arr2243 { r.EncodeArrayStart(5) } else { - yynn2215 = 0 - for _, b := range yyq2215 { + yynn2243 = 0 + for _, b := range yyq2243 { if b { - yynn2215++ + yynn2243++ } } - r.EncodeMapStart(yynn2215) - yynn2215 = 0 + r.EncodeMapStart(yynn2243) + yynn2243 = 0 } - if yyr2215 || yy2arr2215 { + if yyr2243 || yy2arr2243 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2215[0] { - yym2217 := z.EncBinary() - _ = yym2217 + if yyq2243[0] { + yym2245 := z.EncBinary() + _ = yym2245 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -29499,23 +29973,23 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2215[0] { + if yyq2243[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2218 := z.EncBinary() - _ = yym2218 + yym2246 := z.EncBinary() + _ = yym2246 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2215 || yy2arr2215 { + if yyr2243 || yy2arr2243 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2215[1] { - yym2220 := z.EncBinary() - _ = yym2220 + if yyq2243[1] { + yym2248 := z.EncBinary() + _ = yym2248 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -29524,70 +29998,70 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2215[1] { + if yyq2243[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2221 := z.EncBinary() - _ = yym2221 + yym2249 := z.EncBinary() + _ = yym2249 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2215 || yy2arr2215 { + if yyr2243 || yy2arr2243 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2215[2] { - yy2223 := &x.ObjectMeta - yy2223.CodecEncodeSelf(e) + if yyq2243[2] { + yy2251 := &x.ObjectMeta + yy2251.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2215[2] { + if yyq2243[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2224 := &x.ObjectMeta - yy2224.CodecEncodeSelf(e) + yy2252 := &x.ObjectMeta + yy2252.CodecEncodeSelf(e) } } - if yyr2215 || yy2arr2215 { + if yyr2243 || yy2arr2243 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2215[3] { - yy2226 := &x.Spec - yy2226.CodecEncodeSelf(e) + if yyq2243[3] { + yy2254 := &x.Spec + yy2254.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2215[3] { + if yyq2243[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2227 := &x.Spec - yy2227.CodecEncodeSelf(e) + yy2255 := &x.Spec + yy2255.CodecEncodeSelf(e) } } - if yyr2215 || yy2arr2215 { + if yyr2243 || yy2arr2243 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2215[4] { - yy2229 := &x.Status - yy2229.CodecEncodeSelf(e) + if yyq2243[4] { + yy2257 := &x.Status + yy2257.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2215[4] { + if yyq2243[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2230 := &x.Status - yy2230.CodecEncodeSelf(e) + yy2258 := &x.Status + yy2258.CodecEncodeSelf(e) } } - if yyr2215 || yy2arr2215 { + if yyr2243 || yy2arr2243 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29600,25 +30074,25 @@ func (x *Pod) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2231 := z.DecBinary() - _ = yym2231 + yym2259 := z.DecBinary() + _ = yym2259 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2232 := r.ContainerType() - if yyct2232 == codecSelferValueTypeMap1234 { - yyl2232 := r.ReadMapStart() - if yyl2232 == 0 { + yyct2260 := r.ContainerType() + if yyct2260 == codecSelferValueTypeMap1234 { + yyl2260 := r.ReadMapStart() + if yyl2260 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2232, d) + x.codecDecodeSelfFromMap(yyl2260, d) } - } else if yyct2232 == codecSelferValueTypeArray1234 { - yyl2232 := r.ReadArrayStart() - if yyl2232 == 0 { + } else if yyct2260 == codecSelferValueTypeArray1234 { + yyl2260 := r.ReadArrayStart() + if yyl2260 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2232, d) + x.codecDecodeSelfFromArray(yyl2260, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29630,12 +30104,12 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2233Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2233Slc - var yyhl2233 bool = l >= 0 - for yyj2233 := 0; ; yyj2233++ { - if yyhl2233 { - if yyj2233 >= l { + var yys2261Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2261Slc + var yyhl2261 bool = l >= 0 + for yyj2261 := 0; ; yyj2261++ { + if yyhl2261 { + if yyj2261 >= l { break } } else { @@ -29644,10 +30118,10 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2233Slc = r.DecodeBytes(yys2233Slc, true, true) - yys2233 := string(yys2233Slc) + yys2261Slc = r.DecodeBytes(yys2261Slc, true, true) + yys2261 := string(yys2261Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2233 { + switch yys2261 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -29664,27 +30138,27 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2236 := &x.ObjectMeta - yyv2236.CodecDecodeSelf(d) + yyv2264 := &x.ObjectMeta + yyv2264.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2237 := &x.Spec - yyv2237.CodecDecodeSelf(d) + yyv2265 := &x.Spec + yyv2265.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2238 := &x.Status - yyv2238.CodecDecodeSelf(d) + yyv2266 := &x.Status + yyv2266.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2233) - } // end switch yys2233 - } // end for yyj2233 + z.DecStructFieldNotFound(-1, yys2261) + } // end switch yys2261 + } // end for yyj2261 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29692,16 +30166,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2239 int - var yyb2239 bool - var yyhl2239 bool = l >= 0 - yyj2239++ - if yyhl2239 { - yyb2239 = yyj2239 > l + var yyj2267 int + var yyb2267 bool + var yyhl2267 bool = l >= 0 + yyj2267++ + if yyhl2267 { + yyb2267 = yyj2267 > l } else { - yyb2239 = r.CheckBreak() + yyb2267 = r.CheckBreak() } - if yyb2239 { + if yyb2267 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29711,13 +30185,13 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2239++ - if yyhl2239 { - yyb2239 = yyj2239 > l + yyj2267++ + if yyhl2267 { + yyb2267 = yyj2267 > l } else { - yyb2239 = r.CheckBreak() + yyb2267 = r.CheckBreak() } - if yyb2239 { + if yyb2267 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29727,13 +30201,13 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2239++ - if yyhl2239 { - yyb2239 = yyj2239 > l + yyj2267++ + if yyhl2267 { + yyb2267 = yyj2267 > l } else { - yyb2239 = r.CheckBreak() + yyb2267 = r.CheckBreak() } - if yyb2239 { + if yyb2267 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29741,16 +30215,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2242 := &x.ObjectMeta - yyv2242.CodecDecodeSelf(d) + yyv2270 := &x.ObjectMeta + yyv2270.CodecDecodeSelf(d) } - yyj2239++ - if yyhl2239 { - yyb2239 = yyj2239 > l + yyj2267++ + if yyhl2267 { + yyb2267 = yyj2267 > l } else { - yyb2239 = r.CheckBreak() + yyb2267 = r.CheckBreak() } - if yyb2239 { + if yyb2267 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29758,16 +30232,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2243 := &x.Spec - yyv2243.CodecDecodeSelf(d) + yyv2271 := &x.Spec + yyv2271.CodecDecodeSelf(d) } - yyj2239++ - if yyhl2239 { - yyb2239 = yyj2239 > l + yyj2267++ + if yyhl2267 { + yyb2267 = yyj2267 > l } else { - yyb2239 = r.CheckBreak() + yyb2267 = r.CheckBreak() } - if yyb2239 { + if yyb2267 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29775,21 +30249,21 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2244 := &x.Status - yyv2244.CodecDecodeSelf(d) + yyv2272 := &x.Status + yyv2272.CodecDecodeSelf(d) } for { - yyj2239++ - if yyhl2239 { - yyb2239 = yyj2239 > l + yyj2267++ + if yyhl2267 { + yyb2267 = yyj2267 > l } else { - yyb2239 = r.CheckBreak() + yyb2267 = r.CheckBreak() } - if yyb2239 { + if yyb2267 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2239-1, "") + z.DecStructFieldNotFound(yyj2267-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29801,37 +30275,37 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2245 := z.EncBinary() - _ = yym2245 + yym2273 := z.EncBinary() + _ = yym2273 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - 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 { + yysep2274 := !z.EncBinary() + yy2arr2274 := z.EncBasicHandle().StructToArray + var yyq2274 [4]bool + _, _, _ = yysep2274, yyq2274, yy2arr2274 + const yyr2274 bool = false + yyq2274[0] = x.Kind != "" + yyq2274[1] = x.APIVersion != "" + yyq2274[2] = true + var yynn2274 int + if yyr2274 || yy2arr2274 { r.EncodeArrayStart(4) } else { - yynn2246 = 1 - for _, b := range yyq2246 { + yynn2274 = 1 + for _, b := range yyq2274 { if b { - yynn2246++ + yynn2274++ } } - r.EncodeMapStart(yynn2246) - yynn2246 = 0 + r.EncodeMapStart(yynn2274) + yynn2274 = 0 } - if yyr2246 || yy2arr2246 { + if yyr2274 || yy2arr2274 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2246[0] { - yym2248 := z.EncBinary() - _ = yym2248 + if yyq2274[0] { + yym2276 := z.EncBinary() + _ = yym2276 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -29840,23 +30314,23 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2246[0] { + if yyq2274[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2249 := z.EncBinary() - _ = yym2249 + yym2277 := z.EncBinary() + _ = yym2277 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2246 || yy2arr2246 { + if yyr2274 || yy2arr2274 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2246[1] { - yym2251 := z.EncBinary() - _ = yym2251 + if yyq2274[1] { + yym2279 := z.EncBinary() + _ = yym2279 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -29865,54 +30339,54 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2246[1] { + if yyq2274[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2252 := z.EncBinary() - _ = yym2252 + yym2280 := z.EncBinary() + _ = yym2280 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2246 || yy2arr2246 { + if yyr2274 || yy2arr2274 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2246[2] { - yy2254 := &x.ListMeta - yym2255 := z.EncBinary() - _ = yym2255 + if yyq2274[2] { + yy2282 := &x.ListMeta + yym2283 := z.EncBinary() + _ = yym2283 if false { - } else if z.HasExtensions() && z.EncExt(yy2254) { + } else if z.HasExtensions() && z.EncExt(yy2282) { } else { - z.EncFallback(yy2254) + z.EncFallback(yy2282) } } else { r.EncodeNil() } } else { - if yyq2246[2] { + if yyq2274[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2256 := &x.ListMeta - yym2257 := z.EncBinary() - _ = yym2257 + yy2284 := &x.ListMeta + yym2285 := z.EncBinary() + _ = yym2285 if false { - } else if z.HasExtensions() && z.EncExt(yy2256) { + } else if z.HasExtensions() && z.EncExt(yy2284) { } else { - z.EncFallback(yy2256) + z.EncFallback(yy2284) } } } - if yyr2246 || yy2arr2246 { + if yyr2274 || yy2arr2274 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2259 := z.EncBinary() - _ = yym2259 + yym2287 := z.EncBinary() + _ = yym2287 if false { } else { h.encSlicePod(([]Pod)(x.Items), e) @@ -29925,15 +30399,15 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2260 := z.EncBinary() - _ = yym2260 + yym2288 := z.EncBinary() + _ = yym2288 if false { } else { h.encSlicePod(([]Pod)(x.Items), e) } } } - if yyr2246 || yy2arr2246 { + if yyr2274 || yy2arr2274 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29946,25 +30420,25 @@ func (x *PodList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2261 := z.DecBinary() - _ = yym2261 + yym2289 := z.DecBinary() + _ = yym2289 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2262 := r.ContainerType() - if yyct2262 == codecSelferValueTypeMap1234 { - yyl2262 := r.ReadMapStart() - if yyl2262 == 0 { + yyct2290 := r.ContainerType() + if yyct2290 == codecSelferValueTypeMap1234 { + yyl2290 := r.ReadMapStart() + if yyl2290 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2262, d) + x.codecDecodeSelfFromMap(yyl2290, d) } - } else if yyct2262 == codecSelferValueTypeArray1234 { - yyl2262 := r.ReadArrayStart() - if yyl2262 == 0 { + } else if yyct2290 == codecSelferValueTypeArray1234 { + yyl2290 := r.ReadArrayStart() + if yyl2290 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2262, d) + x.codecDecodeSelfFromArray(yyl2290, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29976,12 +30450,12 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2263Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2263Slc - var yyhl2263 bool = l >= 0 - for yyj2263 := 0; ; yyj2263++ { - if yyhl2263 { - if yyj2263 >= l { + var yys2291Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2291Slc + var yyhl2291 bool = l >= 0 + for yyj2291 := 0; ; yyj2291++ { + if yyhl2291 { + if yyj2291 >= l { break } } else { @@ -29990,10 +30464,10 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2263Slc = r.DecodeBytes(yys2263Slc, true, true) - yys2263 := string(yys2263Slc) + yys2291Slc = r.DecodeBytes(yys2291Slc, true, true) + yys2291 := string(yys2291Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2263 { + switch yys2291 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -30010,31 +30484,31 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2266 := &x.ListMeta - yym2267 := z.DecBinary() - _ = yym2267 + yyv2294 := &x.ListMeta + yym2295 := z.DecBinary() + _ = yym2295 if false { - } else if z.HasExtensions() && z.DecExt(yyv2266) { + } else if z.HasExtensions() && z.DecExt(yyv2294) { } else { - z.DecFallback(yyv2266, false) + z.DecFallback(yyv2294, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2268 := &x.Items - yym2269 := z.DecBinary() - _ = yym2269 + yyv2296 := &x.Items + yym2297 := z.DecBinary() + _ = yym2297 if false { } else { - h.decSlicePod((*[]Pod)(yyv2268), d) + h.decSlicePod((*[]Pod)(yyv2296), d) } } default: - z.DecStructFieldNotFound(-1, yys2263) - } // end switch yys2263 - } // end for yyj2263 + z.DecStructFieldNotFound(-1, yys2291) + } // end switch yys2291 + } // end for yyj2291 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30042,16 +30516,16 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2270 int - var yyb2270 bool - var yyhl2270 bool = l >= 0 - yyj2270++ - if yyhl2270 { - yyb2270 = yyj2270 > l + var yyj2298 int + var yyb2298 bool + var yyhl2298 bool = l >= 0 + yyj2298++ + if yyhl2298 { + yyb2298 = yyj2298 > l } else { - yyb2270 = r.CheckBreak() + yyb2298 = r.CheckBreak() } - if yyb2270 { + if yyb2298 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30061,13 +30535,13 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2270++ - if yyhl2270 { - yyb2270 = yyj2270 > l + yyj2298++ + if yyhl2298 { + yyb2298 = yyj2298 > l } else { - yyb2270 = r.CheckBreak() + yyb2298 = r.CheckBreak() } - if yyb2270 { + if yyb2298 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30077,13 +30551,13 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2270++ - if yyhl2270 { - yyb2270 = yyj2270 > l + yyj2298++ + if yyhl2298 { + yyb2298 = yyj2298 > l } else { - yyb2270 = r.CheckBreak() + yyb2298 = r.CheckBreak() } - if yyb2270 { + if yyb2298 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30091,22 +30565,22 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2273 := &x.ListMeta - yym2274 := z.DecBinary() - _ = yym2274 + yyv2301 := &x.ListMeta + yym2302 := z.DecBinary() + _ = yym2302 if false { - } else if z.HasExtensions() && z.DecExt(yyv2273) { + } else if z.HasExtensions() && z.DecExt(yyv2301) { } else { - z.DecFallback(yyv2273, false) + z.DecFallback(yyv2301, false) } } - yyj2270++ - if yyhl2270 { - yyb2270 = yyj2270 > l + yyj2298++ + if yyhl2298 { + yyb2298 = yyj2298 > l } else { - yyb2270 = r.CheckBreak() + yyb2298 = r.CheckBreak() } - if yyb2270 { + if yyb2298 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30114,26 +30588,26 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2275 := &x.Items - yym2276 := z.DecBinary() - _ = yym2276 + yyv2303 := &x.Items + yym2304 := z.DecBinary() + _ = yym2304 if false { } else { - h.decSlicePod((*[]Pod)(yyv2275), d) + h.decSlicePod((*[]Pod)(yyv2303), d) } } for { - yyj2270++ - if yyhl2270 { - yyb2270 = yyj2270 > l + yyj2298++ + if yyhl2298 { + yyb2298 = yyj2298 > l } else { - yyb2270 = r.CheckBreak() + yyb2298 = r.CheckBreak() } - if yyb2270 { + if yyb2298 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2270-1, "") + z.DecStructFieldNotFound(yyj2298-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30145,66 +30619,66 @@ func (x *PodTemplateSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2277 := z.EncBinary() - _ = yym2277 + yym2305 := z.EncBinary() + _ = yym2305 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2278 := !z.EncBinary() - yy2arr2278 := z.EncBasicHandle().StructToArray - var yyq2278 [2]bool - _, _, _ = yysep2278, yyq2278, yy2arr2278 - const yyr2278 bool = false - yyq2278[0] = true - yyq2278[1] = true - var yynn2278 int - if yyr2278 || yy2arr2278 { + yysep2306 := !z.EncBinary() + yy2arr2306 := z.EncBasicHandle().StructToArray + var yyq2306 [2]bool + _, _, _ = yysep2306, yyq2306, yy2arr2306 + const yyr2306 bool = false + yyq2306[0] = true + yyq2306[1] = true + var yynn2306 int + if yyr2306 || yy2arr2306 { r.EncodeArrayStart(2) } else { - yynn2278 = 0 - for _, b := range yyq2278 { + yynn2306 = 0 + for _, b := range yyq2306 { if b { - yynn2278++ + yynn2306++ } } - r.EncodeMapStart(yynn2278) - yynn2278 = 0 + r.EncodeMapStart(yynn2306) + yynn2306 = 0 } - if yyr2278 || yy2arr2278 { + if yyr2306 || yy2arr2306 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2278[0] { - yy2280 := &x.ObjectMeta - yy2280.CodecEncodeSelf(e) + if yyq2306[0] { + yy2308 := &x.ObjectMeta + yy2308.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2278[0] { + if yyq2306[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2281 := &x.ObjectMeta - yy2281.CodecEncodeSelf(e) + yy2309 := &x.ObjectMeta + yy2309.CodecEncodeSelf(e) } } - if yyr2278 || yy2arr2278 { + if yyr2306 || yy2arr2306 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2278[1] { - yy2283 := &x.Spec - yy2283.CodecEncodeSelf(e) + if yyq2306[1] { + yy2311 := &x.Spec + yy2311.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2278[1] { + if yyq2306[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2284 := &x.Spec - yy2284.CodecEncodeSelf(e) + yy2312 := &x.Spec + yy2312.CodecEncodeSelf(e) } } - if yyr2278 || yy2arr2278 { + if yyr2306 || yy2arr2306 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30217,25 +30691,25 @@ func (x *PodTemplateSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2285 := z.DecBinary() - _ = yym2285 + yym2313 := z.DecBinary() + _ = yym2313 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2286 := r.ContainerType() - if yyct2286 == codecSelferValueTypeMap1234 { - yyl2286 := r.ReadMapStart() - if yyl2286 == 0 { + yyct2314 := r.ContainerType() + if yyct2314 == codecSelferValueTypeMap1234 { + yyl2314 := r.ReadMapStart() + if yyl2314 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2286, d) + x.codecDecodeSelfFromMap(yyl2314, d) } - } else if yyct2286 == codecSelferValueTypeArray1234 { - yyl2286 := r.ReadArrayStart() - if yyl2286 == 0 { + } else if yyct2314 == codecSelferValueTypeArray1234 { + yyl2314 := r.ReadArrayStart() + if yyl2314 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2286, d) + x.codecDecodeSelfFromArray(yyl2314, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30247,12 +30721,12 @@ func (x *PodTemplateSpec) 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 yys2315Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2315Slc + var yyhl2315 bool = l >= 0 + for yyj2315 := 0; ; yyj2315++ { + if yyhl2315 { + if yyj2315 >= l { break } } else { @@ -30261,28 +30735,28 @@ func (x *PodTemplateSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2287Slc = r.DecodeBytes(yys2287Slc, true, true) - yys2287 := string(yys2287Slc) + yys2315Slc = r.DecodeBytes(yys2315Slc, true, true) + yys2315 := string(yys2315Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2287 { + switch yys2315 { case "metadata": if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2288 := &x.ObjectMeta - yyv2288.CodecDecodeSelf(d) + yyv2316 := &x.ObjectMeta + yyv2316.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2289 := &x.Spec - yyv2289.CodecDecodeSelf(d) + yyv2317 := &x.Spec + yyv2317.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2287) - } // end switch yys2287 - } // end for yyj2287 + z.DecStructFieldNotFound(-1, yys2315) + } // end switch yys2315 + } // end for yyj2315 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30290,16 +30764,16 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2290 int - var yyb2290 bool - var yyhl2290 bool = l >= 0 - yyj2290++ - if yyhl2290 { - yyb2290 = yyj2290 > l + var yyj2318 int + var yyb2318 bool + var yyhl2318 bool = l >= 0 + yyj2318++ + if yyhl2318 { + yyb2318 = yyj2318 > l } else { - yyb2290 = r.CheckBreak() + yyb2318 = r.CheckBreak() } - if yyb2290 { + if yyb2318 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30307,16 +30781,16 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2291 := &x.ObjectMeta - yyv2291.CodecDecodeSelf(d) + yyv2319 := &x.ObjectMeta + yyv2319.CodecDecodeSelf(d) } - yyj2290++ - if yyhl2290 { - yyb2290 = yyj2290 > l + yyj2318++ + if yyhl2318 { + yyb2318 = yyj2318 > l } else { - yyb2290 = r.CheckBreak() + yyb2318 = r.CheckBreak() } - if yyb2290 { + if yyb2318 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30324,21 +30798,21 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2292 := &x.Spec - yyv2292.CodecDecodeSelf(d) + yyv2320 := &x.Spec + yyv2320.CodecDecodeSelf(d) } for { - yyj2290++ - if yyhl2290 { - yyb2290 = yyj2290 > l + yyj2318++ + if yyhl2318 { + yyb2318 = yyj2318 > l } else { - yyb2290 = r.CheckBreak() + yyb2318 = r.CheckBreak() } - if yyb2290 { + if yyb2318 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2290-1, "") + z.DecStructFieldNotFound(yyj2318-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30350,38 +30824,38 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2293 := z.EncBinary() - _ = yym2293 + yym2321 := z.EncBinary() + _ = yym2321 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2294 := !z.EncBinary() - yy2arr2294 := z.EncBasicHandle().StructToArray - var yyq2294 [4]bool - _, _, _ = yysep2294, yyq2294, yy2arr2294 - const yyr2294 bool = false - yyq2294[0] = x.Kind != "" - yyq2294[1] = x.APIVersion != "" - yyq2294[2] = true - yyq2294[3] = true - var yynn2294 int - if yyr2294 || yy2arr2294 { + yysep2322 := !z.EncBinary() + yy2arr2322 := z.EncBasicHandle().StructToArray + var yyq2322 [4]bool + _, _, _ = yysep2322, yyq2322, yy2arr2322 + const yyr2322 bool = false + yyq2322[0] = x.Kind != "" + yyq2322[1] = x.APIVersion != "" + yyq2322[2] = true + yyq2322[3] = true + var yynn2322 int + if yyr2322 || yy2arr2322 { r.EncodeArrayStart(4) } else { - yynn2294 = 0 - for _, b := range yyq2294 { + yynn2322 = 0 + for _, b := range yyq2322 { if b { - yynn2294++ + yynn2322++ } } - r.EncodeMapStart(yynn2294) - yynn2294 = 0 + r.EncodeMapStart(yynn2322) + yynn2322 = 0 } - if yyr2294 || yy2arr2294 { + if yyr2322 || yy2arr2322 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2294[0] { - yym2296 := z.EncBinary() - _ = yym2296 + if yyq2322[0] { + yym2324 := z.EncBinary() + _ = yym2324 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -30390,23 +30864,23 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2294[0] { + if yyq2322[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2297 := z.EncBinary() - _ = yym2297 + yym2325 := z.EncBinary() + _ = yym2325 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2294 || yy2arr2294 { + if yyr2322 || yy2arr2322 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2294[1] { - yym2299 := z.EncBinary() - _ = yym2299 + if yyq2322[1] { + yym2327 := z.EncBinary() + _ = yym2327 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -30415,53 +30889,53 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2294[1] { + if yyq2322[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2300 := z.EncBinary() - _ = yym2300 + yym2328 := z.EncBinary() + _ = yym2328 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2294 || yy2arr2294 { + if yyr2322 || yy2arr2322 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2294[2] { - yy2302 := &x.ObjectMeta - yy2302.CodecEncodeSelf(e) + if yyq2322[2] { + yy2330 := &x.ObjectMeta + yy2330.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2294[2] { + if yyq2322[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2303 := &x.ObjectMeta - yy2303.CodecEncodeSelf(e) + yy2331 := &x.ObjectMeta + yy2331.CodecEncodeSelf(e) } } - if yyr2294 || yy2arr2294 { + if yyr2322 || yy2arr2322 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2294[3] { - yy2305 := &x.Template - yy2305.CodecEncodeSelf(e) + if yyq2322[3] { + yy2333 := &x.Template + yy2333.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2294[3] { + if yyq2322[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2306 := &x.Template - yy2306.CodecEncodeSelf(e) + yy2334 := &x.Template + yy2334.CodecEncodeSelf(e) } } - if yyr2294 || yy2arr2294 { + if yyr2322 || yy2arr2322 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30471,328 +30945,6 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { } func (x *PodTemplate) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym2307 := z.DecBinary() - _ = yym2307 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct2308 := r.ContainerType() - if yyct2308 == codecSelferValueTypeMap1234 { - yyl2308 := r.ReadMapStart() - if yyl2308 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl2308, d) - } - } else if yyct2308 == codecSelferValueTypeArray1234 { - yyl2308 := r.ReadArrayStart() - if yyl2308 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl2308, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys2309Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2309Slc - var yyhl2309 bool = l >= 0 - for yyj2309 := 0; ; yyj2309++ { - if yyhl2309 { - if yyj2309 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2309Slc = r.DecodeBytes(yys2309Slc, true, true) - yys2309 := string(yys2309Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2309 { - 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 { - yyv2312 := &x.ObjectMeta - yyv2312.CodecDecodeSelf(d) - } - case "template": - if r.TryDecodeAsNil() { - x.Template = PodTemplateSpec{} - } else { - yyv2313 := &x.Template - yyv2313.CodecDecodeSelf(d) - } - default: - z.DecStructFieldNotFound(-1, yys2309) - } // end switch yys2309 - } // end for yyj2309 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj2314 int - var yyb2314 bool - var yyhl2314 bool = l >= 0 - yyj2314++ - if yyhl2314 { - yyb2314 = yyj2314 > l - } else { - yyb2314 = r.CheckBreak() - } - if yyb2314 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj2314++ - if yyhl2314 { - yyb2314 = yyj2314 > l - } else { - yyb2314 = r.CheckBreak() - } - if yyb2314 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj2314++ - if yyhl2314 { - yyb2314 = yyj2314 > l - } else { - yyb2314 = r.CheckBreak() - } - if yyb2314 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} - } else { - yyv2317 := &x.ObjectMeta - yyv2317.CodecDecodeSelf(d) - } - yyj2314++ - if yyhl2314 { - yyb2314 = yyj2314 > l - } else { - yyb2314 = r.CheckBreak() - } - if yyb2314 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Template = PodTemplateSpec{} - } else { - yyv2318 := &x.Template - yyv2318.CodecDecodeSelf(d) - } - for { - yyj2314++ - if yyhl2314 { - yyb2314 = yyj2314 > l - } else { - yyb2314 = r.CheckBreak() - } - if yyb2314 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2314-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym2319 := z.EncBinary() - _ = yym2319 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep2320 := !z.EncBinary() - yy2arr2320 := z.EncBasicHandle().StructToArray - var yyq2320 [4]bool - _, _, _ = yysep2320, yyq2320, yy2arr2320 - const yyr2320 bool = false - yyq2320[0] = x.Kind != "" - yyq2320[1] = x.APIVersion != "" - yyq2320[2] = true - var yynn2320 int - if yyr2320 || yy2arr2320 { - r.EncodeArrayStart(4) - } else { - yynn2320 = 1 - for _, b := range yyq2320 { - if b { - yynn2320++ - } - } - r.EncodeMapStart(yynn2320) - yynn2320 = 0 - } - if yyr2320 || yy2arr2320 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2320[0] { - yym2322 := z.EncBinary() - _ = yym2322 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2320[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2323 := z.EncBinary() - _ = yym2323 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr2320 || yy2arr2320 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2320[1] { - yym2325 := z.EncBinary() - _ = yym2325 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2320[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2326 := z.EncBinary() - _ = yym2326 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr2320 || yy2arr2320 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2320[2] { - yy2328 := &x.ListMeta - yym2329 := z.EncBinary() - _ = yym2329 - if false { - } else if z.HasExtensions() && z.EncExt(yy2328) { - } else { - z.EncFallback(yy2328) - } - } else { - r.EncodeNil() - } - } else { - if yyq2320[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2330 := &x.ListMeta - yym2331 := z.EncBinary() - _ = yym2331 - if false { - } else if z.HasExtensions() && z.EncExt(yy2330) { - } else { - z.EncFallback(yy2330) - } - } - } - if yyr2320 || yy2arr2320 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if x.Items == nil { - r.EncodeNil() - } else { - yym2333 := z.EncBinary() - _ = yym2333 - if false { - } else { - h.encSlicePodTemplate(([]PodTemplate)(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 { - yym2334 := z.EncBinary() - _ = yym2334 - if false { - } else { - h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) - } - } - } - if yyr2320 || yy2arr2320 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *PodTemplateList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -30822,7 +30974,7 @@ func (x *PodTemplateList) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -30858,28 +31010,17 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } case "metadata": if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} + x.ObjectMeta = ObjectMeta{} } else { - yyv2340 := &x.ListMeta - yym2341 := z.DecBinary() - _ = yym2341 - if false { - } else if z.HasExtensions() && z.DecExt(yyv2340) { - } else { - z.DecFallback(yyv2340, false) - } + yyv2340 := &x.ObjectMeta + yyv2340.CodecDecodeSelf(d) } - case "items": + case "template": if r.TryDecodeAsNil() { - x.Items = nil + x.Template = PodTemplateSpec{} } else { - yyv2342 := &x.Items - yym2343 := z.DecBinary() - _ = yym2343 - if false { - } else { - h.decSlicePodTemplate((*[]PodTemplate)(yyv2342), d) - } + yyv2341 := &x.Template + yyv2341.CodecDecodeSelf(d) } default: z.DecStructFieldNotFound(-1, yys2337) @@ -30888,20 +31029,20 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } -func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { +func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2344 int - var yyb2344 bool - var yyhl2344 bool = l >= 0 - yyj2344++ - if yyhl2344 { - yyb2344 = yyj2344 > l + var yyj2342 int + var yyb2342 bool + var yyhl2342 bool = l >= 0 + yyj2342++ + if yyhl2342 { + yyb2342 = yyj2342 > l } else { - yyb2344 = r.CheckBreak() + yyb2342 = r.CheckBreak() } - if yyb2344 { + if yyb2342 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30911,13 +31052,13 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2344++ - if yyhl2344 { - yyb2344 = yyj2344 > l + yyj2342++ + if yyhl2342 { + yyb2342 = yyj2342 > l } else { - yyb2344 = r.CheckBreak() + yyb2342 = r.CheckBreak() } - if yyb2344 { + if yyb2342 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30927,13 +31068,346 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2344++ - if yyhl2344 { - yyb2344 = yyj2344 > l + yyj2342++ + if yyhl2342 { + yyb2342 = yyj2342 > l } else { - yyb2344 = r.CheckBreak() + yyb2342 = r.CheckBreak() } - if yyb2344 { + if yyb2342 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ObjectMeta = ObjectMeta{} + } else { + yyv2345 := &x.ObjectMeta + yyv2345.CodecDecodeSelf(d) + } + yyj2342++ + if yyhl2342 { + yyb2342 = yyj2342 > l + } else { + yyb2342 = r.CheckBreak() + } + if yyb2342 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Template = PodTemplateSpec{} + } else { + yyv2346 := &x.Template + yyv2346.CodecDecodeSelf(d) + } + for { + yyj2342++ + if yyhl2342 { + yyb2342 = yyj2342 > l + } else { + yyb2342 = r.CheckBreak() + } + if yyb2342 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj2342-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym2347 := z.EncBinary() + _ = yym2347 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2348 := !z.EncBinary() + yy2arr2348 := z.EncBasicHandle().StructToArray + var yyq2348 [4]bool + _, _, _ = yysep2348, yyq2348, yy2arr2348 + const yyr2348 bool = false + yyq2348[0] = x.Kind != "" + yyq2348[1] = x.APIVersion != "" + yyq2348[2] = true + var yynn2348 int + if yyr2348 || yy2arr2348 { + r.EncodeArrayStart(4) + } else { + yynn2348 = 1 + for _, b := range yyq2348 { + if b { + yynn2348++ + } + } + r.EncodeMapStart(yynn2348) + yynn2348 = 0 + } + if yyr2348 || yy2arr2348 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2348[0] { + yym2350 := z.EncBinary() + _ = yym2350 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2348[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2351 := z.EncBinary() + _ = yym2351 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr2348 || yy2arr2348 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2348[1] { + yym2353 := z.EncBinary() + _ = yym2353 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2348[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2354 := z.EncBinary() + _ = yym2354 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr2348 || yy2arr2348 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2348[2] { + yy2356 := &x.ListMeta + yym2357 := z.EncBinary() + _ = yym2357 + if false { + } else if z.HasExtensions() && z.EncExt(yy2356) { + } else { + z.EncFallback(yy2356) + } + } else { + r.EncodeNil() + } + } else { + if yyq2348[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy2358 := &x.ListMeta + yym2359 := z.EncBinary() + _ = yym2359 + if false { + } else if z.HasExtensions() && z.EncExt(yy2358) { + } else { + z.EncFallback(yy2358) + } + } + } + if yyr2348 || yy2arr2348 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.Items == nil { + r.EncodeNil() + } else { + yym2361 := z.EncBinary() + _ = yym2361 + if false { + } else { + h.encSlicePodTemplate(([]PodTemplate)(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 { + yym2362 := z.EncBinary() + _ = yym2362 + if false { + } else { + h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) + } + } + } + if yyr2348 || yy2arr2348 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *PodTemplateList) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym2363 := z.DecBinary() + _ = yym2363 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2364 := r.ContainerType() + if yyct2364 == codecSelferValueTypeMap1234 { + yyl2364 := r.ReadMapStart() + if yyl2364 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl2364, d) + } + } else if yyct2364 == codecSelferValueTypeArray1234 { + yyl2364 := r.ReadArrayStart() + if yyl2364 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl2364, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys2365Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2365Slc + var yyhl2365 bool = l >= 0 + for yyj2365 := 0; ; yyj2365++ { + if yyhl2365 { + if yyj2365 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys2365Slc = r.DecodeBytes(yys2365Slc, true, true) + yys2365 := string(yys2365Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys2365 { + 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 { + yyv2368 := &x.ListMeta + yym2369 := z.DecBinary() + _ = yym2369 + if false { + } else if z.HasExtensions() && z.DecExt(yyv2368) { + } else { + z.DecFallback(yyv2368, false) + } + } + case "items": + if r.TryDecodeAsNil() { + x.Items = nil + } else { + yyv2370 := &x.Items + yym2371 := z.DecBinary() + _ = yym2371 + if false { + } else { + h.decSlicePodTemplate((*[]PodTemplate)(yyv2370), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys2365) + } // end switch yys2365 + } // end for yyj2365 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj2372 int + var yyb2372 bool + var yyhl2372 bool = l >= 0 + yyj2372++ + if yyhl2372 { + yyb2372 = yyj2372 > l + } else { + yyb2372 = r.CheckBreak() + } + if yyb2372 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj2372++ + if yyhl2372 { + yyb2372 = yyj2372 > l + } else { + yyb2372 = r.CheckBreak() + } + if yyb2372 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj2372++ + if yyhl2372 { + yyb2372 = yyj2372 > l + } else { + yyb2372 = r.CheckBreak() + } + if yyb2372 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30941,22 +31415,22 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2347 := &x.ListMeta - yym2348 := z.DecBinary() - _ = yym2348 + yyv2375 := &x.ListMeta + yym2376 := z.DecBinary() + _ = yym2376 if false { - } else if z.HasExtensions() && z.DecExt(yyv2347) { + } else if z.HasExtensions() && z.DecExt(yyv2375) { } else { - z.DecFallback(yyv2347, false) + z.DecFallback(yyv2375, false) } } - yyj2344++ - if yyhl2344 { - yyb2344 = yyj2344 > l + yyj2372++ + if yyhl2372 { + yyb2372 = yyj2372 > l } else { - yyb2344 = r.CheckBreak() + yyb2372 = r.CheckBreak() } - if yyb2344 { + if yyb2372 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30964,26 +31438,26 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2349 := &x.Items - yym2350 := z.DecBinary() - _ = yym2350 + yyv2377 := &x.Items + yym2378 := z.DecBinary() + _ = yym2378 if false { } else { - h.decSlicePodTemplate((*[]PodTemplate)(yyv2349), d) + h.decSlicePodTemplate((*[]PodTemplate)(yyv2377), d) } } for { - yyj2344++ - if yyhl2344 { - yyb2344 = yyj2344 > l + yyj2372++ + if yyhl2372 { + yyb2372 = yyj2372 > l } else { - yyb2344 = r.CheckBreak() + yyb2372 = r.CheckBreak() } - if yyb2344 { + if yyb2372 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2344-1, "") + z.DecStructFieldNotFound(yyj2372-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30995,73 +31469,73 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2351 := z.EncBinary() - _ = yym2351 + yym2379 := z.EncBinary() + _ = yym2379 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2352 := !z.EncBinary() - yy2arr2352 := z.EncBasicHandle().StructToArray - var yyq2352 [4]bool - _, _, _ = yysep2352, yyq2352, yy2arr2352 - const yyr2352 bool = false - yyq2352[0] = x.Replicas != nil - yyq2352[1] = x.MinReadySeconds != 0 - yyq2352[2] = len(x.Selector) != 0 - yyq2352[3] = x.Template != nil - var yynn2352 int - if yyr2352 || yy2arr2352 { + yysep2380 := !z.EncBinary() + yy2arr2380 := z.EncBasicHandle().StructToArray + var yyq2380 [4]bool + _, _, _ = yysep2380, yyq2380, yy2arr2380 + const yyr2380 bool = false + yyq2380[0] = x.Replicas != nil + yyq2380[1] = x.MinReadySeconds != 0 + yyq2380[2] = len(x.Selector) != 0 + yyq2380[3] = x.Template != nil + var yynn2380 int + if yyr2380 || yy2arr2380 { r.EncodeArrayStart(4) } else { - yynn2352 = 0 - for _, b := range yyq2352 { + yynn2380 = 0 + for _, b := range yyq2380 { if b { - yynn2352++ + yynn2380++ } } - r.EncodeMapStart(yynn2352) - yynn2352 = 0 + r.EncodeMapStart(yynn2380) + yynn2380 = 0 } - if yyr2352 || yy2arr2352 { + if yyr2380 || yy2arr2380 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2352[0] { + if yyq2380[0] { if x.Replicas == nil { r.EncodeNil() } else { - yy2354 := *x.Replicas - yym2355 := z.EncBinary() - _ = yym2355 + yy2382 := *x.Replicas + yym2383 := z.EncBinary() + _ = yym2383 if false { } else { - r.EncodeInt(int64(yy2354)) + r.EncodeInt(int64(yy2382)) } } } else { r.EncodeNil() } } else { - if yyq2352[0] { + if yyq2380[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Replicas == nil { r.EncodeNil() } else { - yy2356 := *x.Replicas - yym2357 := z.EncBinary() - _ = yym2357 + yy2384 := *x.Replicas + yym2385 := z.EncBinary() + _ = yym2385 if false { } else { - r.EncodeInt(int64(yy2356)) + r.EncodeInt(int64(yy2384)) } } } } - if yyr2352 || yy2arr2352 { + if yyr2380 || yy2arr2380 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2352[1] { - yym2359 := z.EncBinary() - _ = yym2359 + if yyq2380[1] { + yym2387 := z.EncBinary() + _ = yym2387 if false { } else { r.EncodeInt(int64(x.MinReadySeconds)) @@ -31070,26 +31544,26 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2352[1] { + if yyq2380[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("minReadySeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2360 := z.EncBinary() - _ = yym2360 + yym2388 := z.EncBinary() + _ = yym2388 if false { } else { r.EncodeInt(int64(x.MinReadySeconds)) } } } - if yyr2352 || yy2arr2352 { + if yyr2380 || yy2arr2380 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2352[2] { + if yyq2380[2] { if x.Selector == nil { r.EncodeNil() } else { - yym2362 := z.EncBinary() - _ = yym2362 + yym2390 := z.EncBinary() + _ = yym2390 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -31099,15 +31573,15 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2352[2] { + if yyq2380[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Selector == nil { r.EncodeNil() } else { - yym2363 := z.EncBinary() - _ = yym2363 + yym2391 := z.EncBinary() + _ = yym2391 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -31115,9 +31589,9 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2352 || yy2arr2352 { + if yyr2380 || yy2arr2380 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2352[3] { + if yyq2380[3] { if x.Template == nil { r.EncodeNil() } else { @@ -31127,7 +31601,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2352[3] { + if yyq2380[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -31138,7 +31612,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2352 || yy2arr2352 { + if yyr2380 || yy2arr2380 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31151,25 +31625,25 @@ func (x *ReplicationControllerSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2365 := z.DecBinary() - _ = yym2365 + yym2393 := z.DecBinary() + _ = yym2393 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2366 := r.ContainerType() - if yyct2366 == codecSelferValueTypeMap1234 { - yyl2366 := r.ReadMapStart() - if yyl2366 == 0 { + yyct2394 := r.ContainerType() + if yyct2394 == codecSelferValueTypeMap1234 { + yyl2394 := r.ReadMapStart() + if yyl2394 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2366, d) + x.codecDecodeSelfFromMap(yyl2394, d) } - } else if yyct2366 == codecSelferValueTypeArray1234 { - yyl2366 := r.ReadArrayStart() - if yyl2366 == 0 { + } else if yyct2394 == codecSelferValueTypeArray1234 { + yyl2394 := r.ReadArrayStart() + if yyl2394 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2366, d) + x.codecDecodeSelfFromArray(yyl2394, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31181,12 +31655,12 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2367Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2367Slc - var yyhl2367 bool = l >= 0 - for yyj2367 := 0; ; yyj2367++ { - if yyhl2367 { - if yyj2367 >= l { + var yys2395Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2395Slc + var yyhl2395 bool = l >= 0 + for yyj2395 := 0; ; yyj2395++ { + if yyhl2395 { + if yyj2395 >= l { break } } else { @@ -31195,10 +31669,10 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2367Slc = r.DecodeBytes(yys2367Slc, true, true) - yys2367 := string(yys2367Slc) + yys2395Slc = r.DecodeBytes(yys2395Slc, true, true) + yys2395 := string(yys2395Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2367 { + switch yys2395 { case "replicas": if r.TryDecodeAsNil() { if x.Replicas != nil { @@ -31208,8 +31682,8 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D if x.Replicas == nil { x.Replicas = new(int32) } - yym2369 := z.DecBinary() - _ = yym2369 + yym2397 := z.DecBinary() + _ = yym2397 if false { } else { *((*int32)(x.Replicas)) = int32(r.DecodeInt(32)) @@ -31225,12 +31699,12 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2371 := &x.Selector - yym2372 := z.DecBinary() - _ = yym2372 + yyv2399 := &x.Selector + yym2400 := z.DecBinary() + _ = yym2400 if false { } else { - z.F.DecMapStringStringX(yyv2371, false, d) + z.F.DecMapStringStringX(yyv2399, false, d) } } case "template": @@ -31245,9 +31719,9 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D x.Template.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2367) - } // end switch yys2367 - } // end for yyj2367 + z.DecStructFieldNotFound(-1, yys2395) + } // end switch yys2395 + } // end for yyj2395 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31255,16 +31729,16 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2374 int - var yyb2374 bool - var yyhl2374 bool = l >= 0 - yyj2374++ - if yyhl2374 { - yyb2374 = yyj2374 > l + var yyj2402 int + var yyb2402 bool + var yyhl2402 bool = l >= 0 + yyj2402++ + if yyhl2402 { + yyb2402 = yyj2402 > l } else { - yyb2374 = r.CheckBreak() + yyb2402 = r.CheckBreak() } - if yyb2374 { + if yyb2402 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31277,20 +31751,20 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 if x.Replicas == nil { x.Replicas = new(int32) } - yym2376 := z.DecBinary() - _ = yym2376 + yym2404 := z.DecBinary() + _ = yym2404 if false { } else { *((*int32)(x.Replicas)) = int32(r.DecodeInt(32)) } } - yyj2374++ - if yyhl2374 { - yyb2374 = yyj2374 > l + yyj2402++ + if yyhl2402 { + yyb2402 = yyj2402 > l } else { - yyb2374 = r.CheckBreak() + yyb2402 = r.CheckBreak() } - if yyb2374 { + if yyb2402 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31300,13 +31774,13 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.MinReadySeconds = int32(r.DecodeInt(32)) } - yyj2374++ - if yyhl2374 { - yyb2374 = yyj2374 > l + yyj2402++ + if yyhl2402 { + yyb2402 = yyj2402 > l } else { - yyb2374 = r.CheckBreak() + yyb2402 = r.CheckBreak() } - if yyb2374 { + if yyb2402 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31314,21 +31788,21 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2378 := &x.Selector - yym2379 := z.DecBinary() - _ = yym2379 + yyv2406 := &x.Selector + yym2407 := z.DecBinary() + _ = yym2407 if false { } else { - z.F.DecMapStringStringX(yyv2378, false, d) + z.F.DecMapStringStringX(yyv2406, false, d) } } - yyj2374++ - if yyhl2374 { - yyb2374 = yyj2374 > l + yyj2402++ + if yyhl2402 { + yyb2402 = yyj2402 > l } else { - yyb2374 = r.CheckBreak() + yyb2402 = r.CheckBreak() } - if yyb2374 { + if yyb2402 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31344,17 +31818,17 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 x.Template.CodecDecodeSelf(d) } for { - yyj2374++ - if yyhl2374 { - yyb2374 = yyj2374 > l + yyj2402++ + if yyhl2402 { + yyb2402 = yyj2402 > l } else { - yyb2374 = r.CheckBreak() + yyb2402 = r.CheckBreak() } - if yyb2374 { + if yyb2402 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2374-1, "") + z.DecStructFieldNotFound(yyj2402-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31366,38 +31840,38 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2381 := z.EncBinary() - _ = yym2381 + yym2409 := z.EncBinary() + _ = yym2409 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2382 := !z.EncBinary() - yy2arr2382 := z.EncBasicHandle().StructToArray - var yyq2382 [6]bool - _, _, _ = yysep2382, yyq2382, yy2arr2382 - const yyr2382 bool = false - yyq2382[1] = x.FullyLabeledReplicas != 0 - yyq2382[2] = x.ReadyReplicas != 0 - yyq2382[3] = x.AvailableReplicas != 0 - yyq2382[4] = x.ObservedGeneration != 0 - yyq2382[5] = len(x.Conditions) != 0 - var yynn2382 int - if yyr2382 || yy2arr2382 { + yysep2410 := !z.EncBinary() + yy2arr2410 := z.EncBasicHandle().StructToArray + var yyq2410 [6]bool + _, _, _ = yysep2410, yyq2410, yy2arr2410 + const yyr2410 bool = false + yyq2410[1] = x.FullyLabeledReplicas != 0 + yyq2410[2] = x.ReadyReplicas != 0 + yyq2410[3] = x.AvailableReplicas != 0 + yyq2410[4] = x.ObservedGeneration != 0 + yyq2410[5] = len(x.Conditions) != 0 + var yynn2410 int + if yyr2410 || yy2arr2410 { r.EncodeArrayStart(6) } else { - yynn2382 = 1 - for _, b := range yyq2382 { + yynn2410 = 1 + for _, b := range yyq2410 { if b { - yynn2382++ + yynn2410++ } } - r.EncodeMapStart(yynn2382) - yynn2382 = 0 + r.EncodeMapStart(yynn2410) + yynn2410 = 0 } - if yyr2382 || yy2arr2382 { + if yyr2410 || yy2arr2410 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2384 := z.EncBinary() - _ = yym2384 + yym2412 := z.EncBinary() + _ = yym2412 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -31406,18 +31880,18 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2385 := z.EncBinary() - _ = yym2385 + yym2413 := z.EncBinary() + _ = yym2413 if false { } else { r.EncodeInt(int64(x.Replicas)) } } - if yyr2382 || yy2arr2382 { + if yyr2410 || yy2arr2410 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2382[1] { - yym2387 := z.EncBinary() - _ = yym2387 + if yyq2410[1] { + yym2415 := z.EncBinary() + _ = yym2415 if false { } else { r.EncodeInt(int64(x.FullyLabeledReplicas)) @@ -31426,23 +31900,23 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2382[1] { + if yyq2410[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fullyLabeledReplicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2388 := z.EncBinary() - _ = yym2388 + yym2416 := z.EncBinary() + _ = yym2416 if false { } else { r.EncodeInt(int64(x.FullyLabeledReplicas)) } } } - if yyr2382 || yy2arr2382 { + if yyr2410 || yy2arr2410 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2382[2] { - yym2390 := z.EncBinary() - _ = yym2390 + if yyq2410[2] { + yym2418 := z.EncBinary() + _ = yym2418 if false { } else { r.EncodeInt(int64(x.ReadyReplicas)) @@ -31451,23 +31925,23 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2382[2] { + if yyq2410[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readyReplicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2391 := z.EncBinary() - _ = yym2391 + yym2419 := z.EncBinary() + _ = yym2419 if false { } else { r.EncodeInt(int64(x.ReadyReplicas)) } } } - if yyr2382 || yy2arr2382 { + if yyr2410 || yy2arr2410 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2382[3] { - yym2393 := z.EncBinary() - _ = yym2393 + if yyq2410[3] { + yym2421 := z.EncBinary() + _ = yym2421 if false { } else { r.EncodeInt(int64(x.AvailableReplicas)) @@ -31476,23 +31950,23 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2382[3] { + if yyq2410[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("availableReplicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2394 := z.EncBinary() - _ = yym2394 + yym2422 := z.EncBinary() + _ = yym2422 if false { } else { r.EncodeInt(int64(x.AvailableReplicas)) } } } - if yyr2382 || yy2arr2382 { + if yyr2410 || yy2arr2410 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2382[4] { - yym2396 := z.EncBinary() - _ = yym2396 + if yyq2410[4] { + yym2424 := z.EncBinary() + _ = yym2424 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) @@ -31501,26 +31975,26 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2382[4] { + if yyq2410[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("observedGeneration")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2397 := z.EncBinary() - _ = yym2397 + yym2425 := z.EncBinary() + _ = yym2425 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } } } - if yyr2382 || yy2arr2382 { + if yyr2410 || yy2arr2410 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2382[5] { + if yyq2410[5] { if x.Conditions == nil { r.EncodeNil() } else { - yym2399 := z.EncBinary() - _ = yym2399 + yym2427 := z.EncBinary() + _ = yym2427 if false { } else { h.encSliceReplicationControllerCondition(([]ReplicationControllerCondition)(x.Conditions), e) @@ -31530,15 +32004,15 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2382[5] { + if yyq2410[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym2400 := z.EncBinary() - _ = yym2400 + yym2428 := z.EncBinary() + _ = yym2428 if false { } else { h.encSliceReplicationControllerCondition(([]ReplicationControllerCondition)(x.Conditions), e) @@ -31546,7 +32020,7 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2382 || yy2arr2382 { + if yyr2410 || yy2arr2410 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31559,25 +32033,25 @@ func (x *ReplicationControllerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2401 := z.DecBinary() - _ = yym2401 + yym2429 := z.DecBinary() + _ = yym2429 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2402 := r.ContainerType() - if yyct2402 == codecSelferValueTypeMap1234 { - yyl2402 := r.ReadMapStart() - if yyl2402 == 0 { + yyct2430 := r.ContainerType() + if yyct2430 == codecSelferValueTypeMap1234 { + yyl2430 := r.ReadMapStart() + if yyl2430 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2402, d) + x.codecDecodeSelfFromMap(yyl2430, d) } - } else if yyct2402 == codecSelferValueTypeArray1234 { - yyl2402 := r.ReadArrayStart() - if yyl2402 == 0 { + } else if yyct2430 == codecSelferValueTypeArray1234 { + yyl2430 := r.ReadArrayStart() + if yyl2430 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2402, d) + x.codecDecodeSelfFromArray(yyl2430, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31589,12 +32063,12 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2403Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2403Slc - var yyhl2403 bool = l >= 0 - for yyj2403 := 0; ; yyj2403++ { - if yyhl2403 { - if yyj2403 >= l { + var yys2431Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2431Slc + var yyhl2431 bool = l >= 0 + for yyj2431 := 0; ; yyj2431++ { + if yyhl2431 { + if yyj2431 >= l { break } } else { @@ -31603,10 +32077,10 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2403Slc = r.DecodeBytes(yys2403Slc, true, true) - yys2403 := string(yys2403Slc) + yys2431Slc = r.DecodeBytes(yys2431Slc, true, true) + yys2431 := string(yys2431Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2403 { + switch yys2431 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -31641,18 +32115,18 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2409 := &x.Conditions - yym2410 := z.DecBinary() - _ = yym2410 + yyv2437 := &x.Conditions + yym2438 := z.DecBinary() + _ = yym2438 if false { } else { - h.decSliceReplicationControllerCondition((*[]ReplicationControllerCondition)(yyv2409), d) + h.decSliceReplicationControllerCondition((*[]ReplicationControllerCondition)(yyv2437), d) } } default: - z.DecStructFieldNotFound(-1, yys2403) - } // end switch yys2403 - } // end for yyj2403 + z.DecStructFieldNotFound(-1, yys2431) + } // end switch yys2431 + } // end for yyj2431 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31660,16 +32134,16 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2411 int - var yyb2411 bool - var yyhl2411 bool = l >= 0 - yyj2411++ - if yyhl2411 { - yyb2411 = yyj2411 > l + var yyj2439 int + var yyb2439 bool + var yyhl2439 bool = l >= 0 + yyj2439++ + if yyhl2439 { + yyb2439 = yyj2439 > l } else { - yyb2411 = r.CheckBreak() + yyb2439 = r.CheckBreak() } - if yyb2411 { + if yyb2439 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31679,13 +32153,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.Replicas = int32(r.DecodeInt(32)) } - yyj2411++ - if yyhl2411 { - yyb2411 = yyj2411 > l + yyj2439++ + if yyhl2439 { + yyb2439 = yyj2439 > l } else { - yyb2411 = r.CheckBreak() + yyb2439 = r.CheckBreak() } - if yyb2411 { + if yyb2439 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31695,13 +32169,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.FullyLabeledReplicas = int32(r.DecodeInt(32)) } - yyj2411++ - if yyhl2411 { - yyb2411 = yyj2411 > l + yyj2439++ + if yyhl2439 { + yyb2439 = yyj2439 > l } else { - yyb2411 = r.CheckBreak() + yyb2439 = r.CheckBreak() } - if yyb2411 { + if yyb2439 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31711,13 +32185,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.ReadyReplicas = int32(r.DecodeInt(32)) } - yyj2411++ - if yyhl2411 { - yyb2411 = yyj2411 > l + yyj2439++ + if yyhl2439 { + yyb2439 = yyj2439 > l } else { - yyb2411 = r.CheckBreak() + yyb2439 = r.CheckBreak() } - if yyb2411 { + if yyb2439 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31727,13 +32201,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.AvailableReplicas = int32(r.DecodeInt(32)) } - yyj2411++ - if yyhl2411 { - yyb2411 = yyj2411 > l + yyj2439++ + if yyhl2439 { + yyb2439 = yyj2439 > l } else { - yyb2411 = r.CheckBreak() + yyb2439 = r.CheckBreak() } - if yyb2411 { + if yyb2439 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31743,13 +32217,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.ObservedGeneration = int64(r.DecodeInt(64)) } - yyj2411++ - if yyhl2411 { - yyb2411 = yyj2411 > l + yyj2439++ + if yyhl2439 { + yyb2439 = yyj2439 > l } else { - yyb2411 = r.CheckBreak() + yyb2439 = r.CheckBreak() } - if yyb2411 { + if yyb2439 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31757,26 +32231,26 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2417 := &x.Conditions - yym2418 := z.DecBinary() - _ = yym2418 + yyv2445 := &x.Conditions + yym2446 := z.DecBinary() + _ = yym2446 if false { } else { - h.decSliceReplicationControllerCondition((*[]ReplicationControllerCondition)(yyv2417), d) + h.decSliceReplicationControllerCondition((*[]ReplicationControllerCondition)(yyv2445), d) } } for { - yyj2411++ - if yyhl2411 { - yyb2411 = yyj2411 > l + yyj2439++ + if yyhl2439 { + yyb2439 = yyj2439 > l } else { - yyb2411 = r.CheckBreak() + yyb2439 = r.CheckBreak() } - if yyb2411 { + if yyb2439 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2411-1, "") + z.DecStructFieldNotFound(yyj2439-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31785,8 +32259,8 @@ func (x ReplicationControllerConditionType) CodecEncodeSelf(e *codec1978.Encoder var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2419 := z.EncBinary() - _ = yym2419 + yym2447 := z.EncBinary() + _ = yym2447 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -31798,8 +32272,8 @@ func (x *ReplicationControllerConditionType) CodecDecodeSelf(d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2420 := z.DecBinary() - _ = yym2420 + yym2448 := z.DecBinary() + _ = yym2448 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -31814,33 +32288,33 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2421 := z.EncBinary() - _ = yym2421 + yym2449 := z.EncBinary() + _ = yym2449 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2422 := !z.EncBinary() - yy2arr2422 := z.EncBasicHandle().StructToArray - var yyq2422 [5]bool - _, _, _ = yysep2422, yyq2422, yy2arr2422 - const yyr2422 bool = false - yyq2422[2] = true - yyq2422[3] = x.Reason != "" - yyq2422[4] = x.Message != "" - var yynn2422 int - if yyr2422 || yy2arr2422 { + yysep2450 := !z.EncBinary() + yy2arr2450 := z.EncBasicHandle().StructToArray + var yyq2450 [5]bool + _, _, _ = yysep2450, yyq2450, yy2arr2450 + const yyr2450 bool = false + yyq2450[2] = true + yyq2450[3] = x.Reason != "" + yyq2450[4] = x.Message != "" + var yynn2450 int + if yyr2450 || yy2arr2450 { r.EncodeArrayStart(5) } else { - yynn2422 = 2 - for _, b := range yyq2422 { + yynn2450 = 2 + for _, b := range yyq2450 { if b { - yynn2422++ + yynn2450++ } } - r.EncodeMapStart(yynn2422) - yynn2422 = 0 + r.EncodeMapStart(yynn2450) + yynn2450 = 0 } - if yyr2422 || yy2arr2422 { + if yyr2450 || yy2arr2450 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -31849,7 +32323,7 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr2422 || yy2arr2422 { + if yyr2450 || yy2arr2450 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -31858,48 +32332,48 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr2422 || yy2arr2422 { + if yyr2450 || yy2arr2450 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2422[2] { - yy2426 := &x.LastTransitionTime - yym2427 := z.EncBinary() - _ = yym2427 + if yyq2450[2] { + yy2454 := &x.LastTransitionTime + yym2455 := z.EncBinary() + _ = yym2455 if false { - } else if z.HasExtensions() && z.EncExt(yy2426) { - } else if yym2427 { - z.EncBinaryMarshal(yy2426) - } else if !yym2427 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2426) + } else if z.HasExtensions() && z.EncExt(yy2454) { + } else if yym2455 { + z.EncBinaryMarshal(yy2454) + } else if !yym2455 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2454) } else { - z.EncFallback(yy2426) + z.EncFallback(yy2454) } } else { r.EncodeNil() } } else { - if yyq2422[2] { + if yyq2450[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2428 := &x.LastTransitionTime - yym2429 := z.EncBinary() - _ = yym2429 + yy2456 := &x.LastTransitionTime + yym2457 := z.EncBinary() + _ = yym2457 if false { - } else if z.HasExtensions() && z.EncExt(yy2428) { - } else if yym2429 { - z.EncBinaryMarshal(yy2428) - } else if !yym2429 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2428) + } else if z.HasExtensions() && z.EncExt(yy2456) { + } else if yym2457 { + z.EncBinaryMarshal(yy2456) + } else if !yym2457 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2456) } else { - z.EncFallback(yy2428) + z.EncFallback(yy2456) } } } - if yyr2422 || yy2arr2422 { + if yyr2450 || yy2arr2450 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2422[3] { - yym2431 := z.EncBinary() - _ = yym2431 + if yyq2450[3] { + yym2459 := z.EncBinary() + _ = yym2459 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -31908,23 +32382,23 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2422[3] { + if yyq2450[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2432 := z.EncBinary() - _ = yym2432 + yym2460 := z.EncBinary() + _ = yym2460 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr2422 || yy2arr2422 { + if yyr2450 || yy2arr2450 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2422[4] { - yym2434 := z.EncBinary() - _ = yym2434 + if yyq2450[4] { + yym2462 := z.EncBinary() + _ = yym2462 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -31933,19 +32407,19 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2422[4] { + if yyq2450[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2435 := z.EncBinary() - _ = yym2435 + yym2463 := z.EncBinary() + _ = yym2463 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr2422 || yy2arr2422 { + if yyr2450 || yy2arr2450 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31958,25 +32432,25 @@ func (x *ReplicationControllerCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2436 := z.DecBinary() - _ = yym2436 + yym2464 := z.DecBinary() + _ = yym2464 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2437 := r.ContainerType() - if yyct2437 == codecSelferValueTypeMap1234 { - yyl2437 := r.ReadMapStart() - if yyl2437 == 0 { + yyct2465 := r.ContainerType() + if yyct2465 == codecSelferValueTypeMap1234 { + yyl2465 := r.ReadMapStart() + if yyl2465 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2437, d) + x.codecDecodeSelfFromMap(yyl2465, d) } - } else if yyct2437 == codecSelferValueTypeArray1234 { - yyl2437 := r.ReadArrayStart() - if yyl2437 == 0 { + } else if yyct2465 == codecSelferValueTypeArray1234 { + yyl2465 := r.ReadArrayStart() + if yyl2465 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2437, d) + x.codecDecodeSelfFromArray(yyl2465, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31988,12 +32462,12 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromMap(l int, d *codec1 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2438Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2438Slc - var yyhl2438 bool = l >= 0 - for yyj2438 := 0; ; yyj2438++ { - if yyhl2438 { - if yyj2438 >= l { + var yys2466Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2466Slc + var yyhl2466 bool = l >= 0 + for yyj2466 := 0; ; yyj2466++ { + if yyhl2466 { + if yyj2466 >= l { break } } else { @@ -32002,10 +32476,10 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromMap(l int, d *codec1 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2438Slc = r.DecodeBytes(yys2438Slc, true, true) - yys2438 := string(yys2438Slc) + yys2466Slc = r.DecodeBytes(yys2466Slc, true, true) + yys2466 := string(yys2466Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2438 { + switch yys2466 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -32022,17 +32496,17 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromMap(l int, d *codec1 if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv2441 := &x.LastTransitionTime - yym2442 := z.DecBinary() - _ = yym2442 + yyv2469 := &x.LastTransitionTime + yym2470 := z.DecBinary() + _ = yym2470 if false { - } else if z.HasExtensions() && z.DecExt(yyv2441) { - } else if yym2442 { - z.DecBinaryUnmarshal(yyv2441) - } else if !yym2442 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2441) + } else if z.HasExtensions() && z.DecExt(yyv2469) { + } else if yym2470 { + z.DecBinaryUnmarshal(yyv2469) + } else if !yym2470 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2469) } else { - z.DecFallback(yyv2441, false) + z.DecFallback(yyv2469, false) } } case "reason": @@ -32048,9 +32522,9 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromMap(l int, d *codec1 x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2438) - } // end switch yys2438 - } // end for yyj2438 + z.DecStructFieldNotFound(-1, yys2466) + } // end switch yys2466 + } // end for yyj2466 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32058,16 +32532,16 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2445 int - var yyb2445 bool - var yyhl2445 bool = l >= 0 - yyj2445++ - if yyhl2445 { - yyb2445 = yyj2445 > l + var yyj2473 int + var yyb2473 bool + var yyhl2473 bool = l >= 0 + yyj2473++ + if yyhl2473 { + yyb2473 = yyj2473 > l } else { - yyb2445 = r.CheckBreak() + yyb2473 = r.CheckBreak() } - if yyb2445 { + if yyb2473 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32077,13 +32551,13 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code } else { x.Type = ReplicationControllerConditionType(r.DecodeString()) } - yyj2445++ - if yyhl2445 { - yyb2445 = yyj2445 > l + yyj2473++ + if yyhl2473 { + yyb2473 = yyj2473 > l } else { - yyb2445 = r.CheckBreak() + yyb2473 = r.CheckBreak() } - if yyb2445 { + if yyb2473 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32093,13 +32567,13 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj2445++ - if yyhl2445 { - yyb2445 = yyj2445 > l + yyj2473++ + if yyhl2473 { + yyb2473 = yyj2473 > l } else { - yyb2445 = r.CheckBreak() + yyb2473 = r.CheckBreak() } - if yyb2445 { + if yyb2473 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32107,26 +32581,26 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv2448 := &x.LastTransitionTime - yym2449 := z.DecBinary() - _ = yym2449 + yyv2476 := &x.LastTransitionTime + yym2477 := z.DecBinary() + _ = yym2477 if false { - } else if z.HasExtensions() && z.DecExt(yyv2448) { - } else if yym2449 { - z.DecBinaryUnmarshal(yyv2448) - } else if !yym2449 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2448) + } else if z.HasExtensions() && z.DecExt(yyv2476) { + } else if yym2477 { + z.DecBinaryUnmarshal(yyv2476) + } else if !yym2477 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2476) } else { - z.DecFallback(yyv2448, false) + z.DecFallback(yyv2476, false) } } - yyj2445++ - if yyhl2445 { - yyb2445 = yyj2445 > l + yyj2473++ + if yyhl2473 { + yyb2473 = yyj2473 > l } else { - yyb2445 = r.CheckBreak() + yyb2473 = r.CheckBreak() } - if yyb2445 { + if yyb2473 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32136,13 +32610,13 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code } else { x.Reason = string(r.DecodeString()) } - yyj2445++ - if yyhl2445 { - yyb2445 = yyj2445 > l + yyj2473++ + if yyhl2473 { + yyb2473 = yyj2473 > l } else { - yyb2445 = r.CheckBreak() + yyb2473 = r.CheckBreak() } - if yyb2445 { + if yyb2473 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32153,17 +32627,17 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code x.Message = string(r.DecodeString()) } for { - yyj2445++ - if yyhl2445 { - yyb2445 = yyj2445 > l + yyj2473++ + if yyhl2473 { + yyb2473 = yyj2473 > l } else { - yyb2445 = r.CheckBreak() + yyb2473 = r.CheckBreak() } - if yyb2445 { + if yyb2473 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2445-1, "") + z.DecStructFieldNotFound(yyj2473-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32175,39 +32649,39 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2452 := z.EncBinary() - _ = yym2452 + yym2480 := z.EncBinary() + _ = yym2480 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2453 := !z.EncBinary() - yy2arr2453 := z.EncBasicHandle().StructToArray - var yyq2453 [5]bool - _, _, _ = yysep2453, yyq2453, yy2arr2453 - const yyr2453 bool = false - yyq2453[0] = x.Kind != "" - yyq2453[1] = x.APIVersion != "" - yyq2453[2] = true - yyq2453[3] = true - yyq2453[4] = true - var yynn2453 int - if yyr2453 || yy2arr2453 { + 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 { r.EncodeArrayStart(5) } else { - yynn2453 = 0 - for _, b := range yyq2453 { + yynn2481 = 0 + for _, b := range yyq2481 { if b { - yynn2453++ + yynn2481++ } } - r.EncodeMapStart(yynn2453) - yynn2453 = 0 + r.EncodeMapStart(yynn2481) + yynn2481 = 0 } - if yyr2453 || yy2arr2453 { + if yyr2481 || yy2arr2481 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2453[0] { - yym2455 := z.EncBinary() - _ = yym2455 + if yyq2481[0] { + yym2483 := z.EncBinary() + _ = yym2483 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32216,23 +32690,23 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2453[0] { + if yyq2481[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2456 := z.EncBinary() - _ = yym2456 + yym2484 := z.EncBinary() + _ = yym2484 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2453 || yy2arr2453 { + if yyr2481 || yy2arr2481 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2453[1] { - yym2458 := z.EncBinary() - _ = yym2458 + if yyq2481[1] { + yym2486 := z.EncBinary() + _ = yym2486 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32241,70 +32715,70 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2453[1] { + if yyq2481[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2459 := z.EncBinary() - _ = yym2459 + yym2487 := z.EncBinary() + _ = yym2487 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2453 || yy2arr2453 { + if yyr2481 || yy2arr2481 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2453[2] { - yy2461 := &x.ObjectMeta - yy2461.CodecEncodeSelf(e) + if yyq2481[2] { + yy2489 := &x.ObjectMeta + yy2489.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2453[2] { + if yyq2481[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2462 := &x.ObjectMeta - yy2462.CodecEncodeSelf(e) + yy2490 := &x.ObjectMeta + yy2490.CodecEncodeSelf(e) } } - if yyr2453 || yy2arr2453 { + if yyr2481 || yy2arr2481 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2453[3] { - yy2464 := &x.Spec - yy2464.CodecEncodeSelf(e) + if yyq2481[3] { + yy2492 := &x.Spec + yy2492.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2453[3] { + if yyq2481[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2465 := &x.Spec - yy2465.CodecEncodeSelf(e) + yy2493 := &x.Spec + yy2493.CodecEncodeSelf(e) } } - if yyr2453 || yy2arr2453 { + if yyr2481 || yy2arr2481 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2453[4] { - yy2467 := &x.Status - yy2467.CodecEncodeSelf(e) + if yyq2481[4] { + yy2495 := &x.Status + yy2495.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2453[4] { + if yyq2481[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2468 := &x.Status - yy2468.CodecEncodeSelf(e) + yy2496 := &x.Status + yy2496.CodecEncodeSelf(e) } } - if yyr2453 || yy2arr2453 { + if yyr2481 || yy2arr2481 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32317,25 +32791,25 @@ func (x *ReplicationController) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2469 := z.DecBinary() - _ = yym2469 + yym2497 := z.DecBinary() + _ = yym2497 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2470 := r.ContainerType() - if yyct2470 == codecSelferValueTypeMap1234 { - yyl2470 := r.ReadMapStart() - if yyl2470 == 0 { + yyct2498 := r.ContainerType() + if yyct2498 == codecSelferValueTypeMap1234 { + yyl2498 := r.ReadMapStart() + if yyl2498 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2470, d) + x.codecDecodeSelfFromMap(yyl2498, d) } - } else if yyct2470 == codecSelferValueTypeArray1234 { - yyl2470 := r.ReadArrayStart() - if yyl2470 == 0 { + } else if yyct2498 == codecSelferValueTypeArray1234 { + yyl2498 := r.ReadArrayStart() + if yyl2498 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2470, d) + x.codecDecodeSelfFromArray(yyl2498, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32347,12 +32821,12 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2471Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2471Slc - var yyhl2471 bool = l >= 0 - for yyj2471 := 0; ; yyj2471++ { - if yyhl2471 { - if yyj2471 >= l { + var yys2499Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2499Slc + var yyhl2499 bool = l >= 0 + for yyj2499 := 0; ; yyj2499++ { + if yyhl2499 { + if yyj2499 >= l { break } } else { @@ -32361,10 +32835,10 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2471Slc = r.DecodeBytes(yys2471Slc, true, true) - yys2471 := string(yys2471Slc) + yys2499Slc = r.DecodeBytes(yys2499Slc, true, true) + yys2499 := string(yys2499Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2471 { + switch yys2499 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32381,27 +32855,27 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2474 := &x.ObjectMeta - yyv2474.CodecDecodeSelf(d) + yyv2502 := &x.ObjectMeta + yyv2502.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv2475 := &x.Spec - yyv2475.CodecDecodeSelf(d) + yyv2503 := &x.Spec + yyv2503.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv2476 := &x.Status - yyv2476.CodecDecodeSelf(d) + yyv2504 := &x.Status + yyv2504.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2471) - } // end switch yys2471 - } // end for yyj2471 + z.DecStructFieldNotFound(-1, yys2499) + } // end switch yys2499 + } // end for yyj2499 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32409,16 +32883,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2477 int - var yyb2477 bool - var yyhl2477 bool = l >= 0 - yyj2477++ - if yyhl2477 { - yyb2477 = yyj2477 > l + var yyj2505 int + var yyb2505 bool + var yyhl2505 bool = l >= 0 + yyj2505++ + if yyhl2505 { + yyb2505 = yyj2505 > l } else { - yyb2477 = r.CheckBreak() + yyb2505 = r.CheckBreak() } - if yyb2477 { + if yyb2505 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32428,13 +32902,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj2477++ - if yyhl2477 { - yyb2477 = yyj2477 > l + yyj2505++ + if yyhl2505 { + yyb2505 = yyj2505 > l } else { - yyb2477 = r.CheckBreak() + yyb2505 = r.CheckBreak() } - if yyb2477 { + if yyb2505 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32444,13 +32918,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj2477++ - if yyhl2477 { - yyb2477 = yyj2477 > l + yyj2505++ + if yyhl2505 { + yyb2505 = yyj2505 > l } else { - yyb2477 = r.CheckBreak() + yyb2505 = r.CheckBreak() } - if yyb2477 { + if yyb2505 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32458,16 +32932,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2480 := &x.ObjectMeta - yyv2480.CodecDecodeSelf(d) + yyv2508 := &x.ObjectMeta + yyv2508.CodecDecodeSelf(d) } - yyj2477++ - if yyhl2477 { - yyb2477 = yyj2477 > l + yyj2505++ + if yyhl2505 { + yyb2505 = yyj2505 > l } else { - yyb2477 = r.CheckBreak() + yyb2505 = r.CheckBreak() } - if yyb2477 { + if yyb2505 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32475,16 +32949,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv2481 := &x.Spec - yyv2481.CodecDecodeSelf(d) + yyv2509 := &x.Spec + yyv2509.CodecDecodeSelf(d) } - yyj2477++ - if yyhl2477 { - yyb2477 = yyj2477 > l + yyj2505++ + if yyhl2505 { + yyb2505 = yyj2505 > l } else { - yyb2477 = r.CheckBreak() + yyb2505 = r.CheckBreak() } - if yyb2477 { + if yyb2505 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32492,21 +32966,21 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv2482 := &x.Status - yyv2482.CodecDecodeSelf(d) + yyv2510 := &x.Status + yyv2510.CodecDecodeSelf(d) } for { - yyj2477++ - if yyhl2477 { - yyb2477 = yyj2477 > l + yyj2505++ + if yyhl2505 { + yyb2505 = yyj2505 > l } else { - yyb2477 = r.CheckBreak() + yyb2505 = r.CheckBreak() } - if yyb2477 { + if yyb2505 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2477-1, "") + z.DecStructFieldNotFound(yyj2505-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32518,37 +32992,37 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2483 := z.EncBinary() - _ = yym2483 + yym2511 := z.EncBinary() + _ = yym2511 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2484 := !z.EncBinary() - yy2arr2484 := z.EncBasicHandle().StructToArray - var yyq2484 [4]bool - _, _, _ = yysep2484, yyq2484, yy2arr2484 - const yyr2484 bool = false - yyq2484[0] = x.Kind != "" - yyq2484[1] = x.APIVersion != "" - yyq2484[2] = true - var yynn2484 int - if yyr2484 || yy2arr2484 { + 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 { r.EncodeArrayStart(4) } else { - yynn2484 = 1 - for _, b := range yyq2484 { + yynn2512 = 1 + for _, b := range yyq2512 { if b { - yynn2484++ + yynn2512++ } } - r.EncodeMapStart(yynn2484) - yynn2484 = 0 + r.EncodeMapStart(yynn2512) + yynn2512 = 0 } - if yyr2484 || yy2arr2484 { + if yyr2512 || yy2arr2512 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2484[0] { - yym2486 := z.EncBinary() - _ = yym2486 + if yyq2512[0] { + yym2514 := z.EncBinary() + _ = yym2514 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32557,23 +33031,23 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2484[0] { + if yyq2512[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2487 := z.EncBinary() - _ = yym2487 + yym2515 := z.EncBinary() + _ = yym2515 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2484 || yy2arr2484 { + if yyr2512 || yy2arr2512 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2484[1] { - yym2489 := z.EncBinary() - _ = yym2489 + if yyq2512[1] { + yym2517 := z.EncBinary() + _ = yym2517 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32582,54 +33056,54 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2484[1] { + if yyq2512[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2490 := z.EncBinary() - _ = yym2490 + yym2518 := z.EncBinary() + _ = yym2518 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2484 || yy2arr2484 { + if yyr2512 || yy2arr2512 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2484[2] { - yy2492 := &x.ListMeta - yym2493 := z.EncBinary() - _ = yym2493 + if yyq2512[2] { + yy2520 := &x.ListMeta + yym2521 := z.EncBinary() + _ = yym2521 if false { - } else if z.HasExtensions() && z.EncExt(yy2492) { + } else if z.HasExtensions() && z.EncExt(yy2520) { } else { - z.EncFallback(yy2492) + z.EncFallback(yy2520) } } else { r.EncodeNil() } } else { - if yyq2484[2] { + if yyq2512[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2494 := &x.ListMeta - yym2495 := z.EncBinary() - _ = yym2495 + yy2522 := &x.ListMeta + yym2523 := z.EncBinary() + _ = yym2523 if false { - } else if z.HasExtensions() && z.EncExt(yy2494) { + } else if z.HasExtensions() && z.EncExt(yy2522) { } else { - z.EncFallback(yy2494) + z.EncFallback(yy2522) } } } - if yyr2484 || yy2arr2484 { + if yyr2512 || yy2arr2512 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2497 := z.EncBinary() - _ = yym2497 + yym2525 := z.EncBinary() + _ = yym2525 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) @@ -32642,15 +33116,15 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2498 := z.EncBinary() - _ = yym2498 + yym2526 := z.EncBinary() + _ = yym2526 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) } } } - if yyr2484 || yy2arr2484 { + if yyr2512 || yy2arr2512 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32663,25 +33137,25 @@ func (x *ReplicationControllerList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2499 := z.DecBinary() - _ = yym2499 + yym2527 := z.DecBinary() + _ = yym2527 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2500 := r.ContainerType() - if yyct2500 == codecSelferValueTypeMap1234 { - yyl2500 := r.ReadMapStart() - if yyl2500 == 0 { + yyct2528 := r.ContainerType() + if yyct2528 == codecSelferValueTypeMap1234 { + yyl2528 := r.ReadMapStart() + if yyl2528 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2500, d) + x.codecDecodeSelfFromMap(yyl2528, d) } - } else if yyct2500 == codecSelferValueTypeArray1234 { - yyl2500 := r.ReadArrayStart() - if yyl2500 == 0 { + } else if yyct2528 == codecSelferValueTypeArray1234 { + yyl2528 := r.ReadArrayStart() + if yyl2528 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2500, d) + x.codecDecodeSelfFromArray(yyl2528, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32693,12 +33167,12 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2501Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2501Slc - var yyhl2501 bool = l >= 0 - for yyj2501 := 0; ; yyj2501++ { - if yyhl2501 { - if yyj2501 >= l { + var yys2529Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2529Slc + var yyhl2529 bool = l >= 0 + for yyj2529 := 0; ; yyj2529++ { + if yyhl2529 { + if yyj2529 >= l { break } } else { @@ -32707,10 +33181,10 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2501Slc = r.DecodeBytes(yys2501Slc, true, true) - yys2501 := string(yys2501Slc) + yys2529Slc = r.DecodeBytes(yys2529Slc, true, true) + yys2529 := string(yys2529Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2501 { + switch yys2529 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32727,31 +33201,31 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2504 := &x.ListMeta - yym2505 := z.DecBinary() - _ = yym2505 + yyv2532 := &x.ListMeta + yym2533 := z.DecBinary() + _ = yym2533 if false { - } else if z.HasExtensions() && z.DecExt(yyv2504) { + } else if z.HasExtensions() && z.DecExt(yyv2532) { } else { - z.DecFallback(yyv2504, false) + z.DecFallback(yyv2532, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2506 := &x.Items - yym2507 := z.DecBinary() - _ = yym2507 + yyv2534 := &x.Items + yym2535 := z.DecBinary() + _ = yym2535 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv2506), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv2534), d) } } default: - z.DecStructFieldNotFound(-1, yys2501) - } // end switch yys2501 - } // end for yyj2501 + z.DecStructFieldNotFound(-1, yys2529) + } // end switch yys2529 + } // end for yyj2529 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32759,16 +33233,16 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2508 int - var yyb2508 bool - var yyhl2508 bool = l >= 0 - yyj2508++ - if yyhl2508 { - yyb2508 = yyj2508 > l + var yyj2536 int + var yyb2536 bool + var yyhl2536 bool = l >= 0 + yyj2536++ + if yyhl2536 { + yyb2536 = yyj2536 > l } else { - yyb2508 = r.CheckBreak() + yyb2536 = r.CheckBreak() } - if yyb2508 { + if yyb2536 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32778,13 +33252,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Kind = string(r.DecodeString()) } - yyj2508++ - if yyhl2508 { - yyb2508 = yyj2508 > l + yyj2536++ + if yyhl2536 { + yyb2536 = yyj2536 > l } else { - yyb2508 = r.CheckBreak() + yyb2536 = r.CheckBreak() } - if yyb2508 { + if yyb2536 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32794,13 +33268,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.APIVersion = string(r.DecodeString()) } - yyj2508++ - if yyhl2508 { - yyb2508 = yyj2508 > l + yyj2536++ + if yyhl2536 { + yyb2536 = yyj2536 > l } else { - yyb2508 = r.CheckBreak() + yyb2536 = r.CheckBreak() } - if yyb2508 { + if yyb2536 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32808,22 +33282,22 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2511 := &x.ListMeta - yym2512 := z.DecBinary() - _ = yym2512 + yyv2539 := &x.ListMeta + yym2540 := z.DecBinary() + _ = yym2540 if false { - } else if z.HasExtensions() && z.DecExt(yyv2511) { + } else if z.HasExtensions() && z.DecExt(yyv2539) { } else { - z.DecFallback(yyv2511, false) + z.DecFallback(yyv2539, false) } } - yyj2508++ - if yyhl2508 { - yyb2508 = yyj2508 > l + yyj2536++ + if yyhl2536 { + yyb2536 = yyj2536 > l } else { - yyb2508 = r.CheckBreak() + yyb2536 = r.CheckBreak() } - if yyb2508 { + if yyb2536 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32831,26 +33305,26 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2513 := &x.Items - yym2514 := z.DecBinary() - _ = yym2514 + yyv2541 := &x.Items + yym2542 := z.DecBinary() + _ = yym2542 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv2513), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv2541), d) } } for { - yyj2508++ - if yyhl2508 { - yyb2508 = yyj2508 > l + yyj2536++ + if yyhl2536 { + yyb2536 = yyj2536 > l } else { - yyb2508 = r.CheckBreak() + yyb2536 = r.CheckBreak() } - if yyb2508 { + if yyb2536 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2508-1, "") + z.DecStructFieldNotFound(yyj2536-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32859,8 +33333,8 @@ func (x ServiceAffinity) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2515 := z.EncBinary() - _ = yym2515 + yym2543 := z.EncBinary() + _ = yym2543 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -32872,8 +33346,8 @@ func (x *ServiceAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2516 := z.DecBinary() - _ = yym2516 + yym2544 := z.DecBinary() + _ = yym2544 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -32885,8 +33359,8 @@ func (x ServiceType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2517 := z.EncBinary() - _ = yym2517 + yym2545 := z.EncBinary() + _ = yym2545 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -32898,8 +33372,8 @@ func (x *ServiceType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2518 := z.DecBinary() - _ = yym2518 + yym2546 := z.DecBinary() + _ = yym2546 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -32914,48 +33388,48 @@ func (x *ServiceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2519 := z.EncBinary() - _ = yym2519 + yym2547 := z.EncBinary() + _ = yym2547 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2520 := !z.EncBinary() - yy2arr2520 := z.EncBasicHandle().StructToArray - var yyq2520 [1]bool - _, _, _ = yysep2520, yyq2520, yy2arr2520 - const yyr2520 bool = false - yyq2520[0] = true - var yynn2520 int - if yyr2520 || yy2arr2520 { + yysep2548 := !z.EncBinary() + yy2arr2548 := z.EncBasicHandle().StructToArray + var yyq2548 [1]bool + _, _, _ = yysep2548, yyq2548, yy2arr2548 + const yyr2548 bool = false + yyq2548[0] = true + var yynn2548 int + if yyr2548 || yy2arr2548 { r.EncodeArrayStart(1) } else { - yynn2520 = 0 - for _, b := range yyq2520 { + yynn2548 = 0 + for _, b := range yyq2548 { if b { - yynn2520++ + yynn2548++ } } - r.EncodeMapStart(yynn2520) - yynn2520 = 0 + r.EncodeMapStart(yynn2548) + yynn2548 = 0 } - if yyr2520 || yy2arr2520 { + if yyr2548 || yy2arr2548 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2520[0] { - yy2522 := &x.LoadBalancer - yy2522.CodecEncodeSelf(e) + if yyq2548[0] { + yy2550 := &x.LoadBalancer + yy2550.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2520[0] { + if yyq2548[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancer")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2523 := &x.LoadBalancer - yy2523.CodecEncodeSelf(e) + yy2551 := &x.LoadBalancer + yy2551.CodecEncodeSelf(e) } } - if yyr2520 || yy2arr2520 { + if yyr2548 || yy2arr2548 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32968,25 +33442,25 @@ func (x *ServiceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2524 := z.DecBinary() - _ = yym2524 + yym2552 := z.DecBinary() + _ = yym2552 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2525 := r.ContainerType() - if yyct2525 == codecSelferValueTypeMap1234 { - yyl2525 := r.ReadMapStart() - if yyl2525 == 0 { + yyct2553 := r.ContainerType() + if yyct2553 == codecSelferValueTypeMap1234 { + yyl2553 := r.ReadMapStart() + if yyl2553 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2525, d) + x.codecDecodeSelfFromMap(yyl2553, d) } - } else if yyct2525 == codecSelferValueTypeArray1234 { - yyl2525 := r.ReadArrayStart() - if yyl2525 == 0 { + } else if yyct2553 == codecSelferValueTypeArray1234 { + yyl2553 := r.ReadArrayStart() + if yyl2553 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2525, d) + x.codecDecodeSelfFromArray(yyl2553, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32998,12 +33472,12 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2526Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2526Slc - var yyhl2526 bool = l >= 0 - for yyj2526 := 0; ; yyj2526++ { - if yyhl2526 { - if yyj2526 >= l { + var yys2554Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2554Slc + var yyhl2554 bool = l >= 0 + for yyj2554 := 0; ; yyj2554++ { + if yyhl2554 { + if yyj2554 >= l { break } } else { @@ -33012,416 +33486,25 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2526Slc = r.DecodeBytes(yys2526Slc, true, true) - yys2526 := string(yys2526Slc) + yys2554Slc = r.DecodeBytes(yys2554Slc, true, true) + yys2554 := string(yys2554Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2526 { + switch yys2554 { case "loadBalancer": if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv2527 := &x.LoadBalancer - yyv2527.CodecDecodeSelf(d) + yyv2555 := &x.LoadBalancer + yyv2555.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2526) - } // end switch yys2526 - } // end for yyj2526 + z.DecStructFieldNotFound(-1, yys2554) + } // end switch yys2554 + } // end for yyj2554 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj2528 int - var yyb2528 bool - var yyhl2528 bool = l >= 0 - yyj2528++ - if yyhl2528 { - yyb2528 = yyj2528 > l - } else { - yyb2528 = r.CheckBreak() - } - if yyb2528 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.LoadBalancer = LoadBalancerStatus{} - } else { - yyv2529 := &x.LoadBalancer - yyv2529.CodecDecodeSelf(d) - } - for { - yyj2528++ - if yyhl2528 { - yyb2528 = yyj2528 > l - } else { - yyb2528 = r.CheckBreak() - } - if yyb2528 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2528-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym2530 := z.EncBinary() - _ = yym2530 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep2531 := !z.EncBinary() - yy2arr2531 := z.EncBasicHandle().StructToArray - var yyq2531 [1]bool - _, _, _ = yysep2531, yyq2531, yy2arr2531 - const yyr2531 bool = false - yyq2531[0] = len(x.Ingress) != 0 - var yynn2531 int - if yyr2531 || yy2arr2531 { - r.EncodeArrayStart(1) - } else { - yynn2531 = 0 - for _, b := range yyq2531 { - if b { - yynn2531++ - } - } - r.EncodeMapStart(yynn2531) - yynn2531 = 0 - } - if yyr2531 || yy2arr2531 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2531[0] { - if x.Ingress == nil { - r.EncodeNil() - } else { - yym2533 := z.EncBinary() - _ = yym2533 - if false { - } else { - h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq2531[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("ingress")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Ingress == nil { - r.EncodeNil() - } else { - yym2534 := z.EncBinary() - _ = yym2534 - if false { - } else { - h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) - } - } - } - } - if yyr2531 || yy2arr2531 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *LoadBalancerStatus) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym2535 := z.DecBinary() - _ = yym2535 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct2536 := r.ContainerType() - if yyct2536 == codecSelferValueTypeMap1234 { - yyl2536 := r.ReadMapStart() - if yyl2536 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl2536, d) - } - } else if yyct2536 == codecSelferValueTypeArray1234 { - yyl2536 := r.ReadArrayStart() - if yyl2536 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl2536, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys2537Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2537Slc - var yyhl2537 bool = l >= 0 - for yyj2537 := 0; ; yyj2537++ { - if yyhl2537 { - if yyj2537 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2537Slc = r.DecodeBytes(yys2537Slc, true, true) - yys2537 := string(yys2537Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2537 { - case "ingress": - if r.TryDecodeAsNil() { - x.Ingress = nil - } else { - yyv2538 := &x.Ingress - yym2539 := z.DecBinary() - _ = yym2539 - if false { - } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2538), d) - } - } - default: - z.DecStructFieldNotFound(-1, yys2537) - } // end switch yys2537 - } // end for yyj2537 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj2540 int - var yyb2540 bool - var yyhl2540 bool = l >= 0 - yyj2540++ - if yyhl2540 { - yyb2540 = yyj2540 > l - } else { - yyb2540 = r.CheckBreak() - } - if yyb2540 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Ingress = nil - } else { - yyv2541 := &x.Ingress - yym2542 := z.DecBinary() - _ = yym2542 - if false { - } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2541), d) - } - } - for { - yyj2540++ - if yyhl2540 { - yyb2540 = yyj2540 > l - } else { - yyb2540 = r.CheckBreak() - } - if yyb2540 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2540-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym2543 := z.EncBinary() - _ = yym2543 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep2544 := !z.EncBinary() - yy2arr2544 := z.EncBasicHandle().StructToArray - var yyq2544 [2]bool - _, _, _ = yysep2544, yyq2544, yy2arr2544 - const yyr2544 bool = false - yyq2544[0] = x.IP != "" - yyq2544[1] = x.Hostname != "" - var yynn2544 int - if yyr2544 || yy2arr2544 { - r.EncodeArrayStart(2) - } else { - yynn2544 = 0 - for _, b := range yyq2544 { - if b { - yynn2544++ - } - } - r.EncodeMapStart(yynn2544) - yynn2544 = 0 - } - if yyr2544 || yy2arr2544 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2544[0] { - yym2546 := z.EncBinary() - _ = yym2546 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.IP)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2544[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("ip")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2547 := z.EncBinary() - _ = yym2547 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.IP)) - } - } - } - if yyr2544 || yy2arr2544 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2544[1] { - yym2549 := z.EncBinary() - _ = yym2549 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2544[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hostname")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2550 := z.EncBinary() - _ = yym2550 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) - } - } - } - if yyr2544 || yy2arr2544 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *LoadBalancerIngress) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym2551 := z.DecBinary() - _ = yym2551 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct2552 := r.ContainerType() - if yyct2552 == codecSelferValueTypeMap1234 { - yyl2552 := r.ReadMapStart() - if yyl2552 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl2552, d) - } - } else if yyct2552 == codecSelferValueTypeArray1234 { - yyl2552 := r.ReadArrayStart() - if yyl2552 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl2552, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys2553Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2553Slc - var yyhl2553 bool = l >= 0 - for yyj2553 := 0; ; yyj2553++ { - if yyhl2553 { - if yyj2553 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2553Slc = r.DecodeBytes(yys2553Slc, true, true) - yys2553 := string(yys2553Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2553 { - case "ip": - if r.TryDecodeAsNil() { - x.IP = "" - } else { - x.IP = string(r.DecodeString()) - } - case "hostname": - if r.TryDecodeAsNil() { - x.Hostname = "" - } else { - x.Hostname = string(r.DecodeString()) - } - default: - z.DecStructFieldNotFound(-1, yys2553) - } // end switch yys2553 - } // end for yyj2553 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -33440,25 +33523,10 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.IP = "" + x.LoadBalancer = LoadBalancerStatus{} } else { - x.IP = string(r.DecodeString()) - } - yyj2556++ - if yyhl2556 { - yyb2556 = yyj2556 > l - } else { - yyb2556 = r.CheckBreak() - } - if yyb2556 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Hostname = "" - } else { - x.Hostname = string(r.DecodeString()) + yyv2557 := &x.LoadBalancer + yyv2557.CodecDecodeSelf(d) } for { yyj2556++ @@ -33476,6 +33544,412 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } +func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym2558 := z.EncBinary() + _ = yym2558 + 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] = len(x.Ingress) != 0 + var yynn2559 int + if yyr2559 || yy2arr2559 { + r.EncodeArrayStart(1) + } else { + yynn2559 = 0 + for _, b := range yyq2559 { + if b { + yynn2559++ + } + } + r.EncodeMapStart(yynn2559) + yynn2559 = 0 + } + if yyr2559 || yy2arr2559 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2559[0] { + if x.Ingress == nil { + r.EncodeNil() + } else { + yym2561 := z.EncBinary() + _ = yym2561 + if false { + } else { + h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq2559[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("ingress")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Ingress == nil { + r.EncodeNil() + } else { + yym2562 := z.EncBinary() + _ = yym2562 + if false { + } else { + h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) + } + } + } + } + if yyr2559 || yy2arr2559 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *LoadBalancerStatus) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym2563 := z.DecBinary() + _ = yym2563 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2564 := r.ContainerType() + if yyct2564 == codecSelferValueTypeMap1234 { + yyl2564 := r.ReadMapStart() + if yyl2564 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl2564, d) + } + } else if yyct2564 == codecSelferValueTypeArray1234 { + yyl2564 := r.ReadArrayStart() + if yyl2564 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl2564, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys2565Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2565Slc + var yyhl2565 bool = l >= 0 + for yyj2565 := 0; ; yyj2565++ { + if yyhl2565 { + if yyj2565 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys2565Slc = r.DecodeBytes(yys2565Slc, true, true) + yys2565 := string(yys2565Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys2565 { + case "ingress": + if r.TryDecodeAsNil() { + x.Ingress = nil + } else { + yyv2566 := &x.Ingress + yym2567 := z.DecBinary() + _ = yym2567 + if false { + } else { + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2566), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys2565) + } // end switch yys2565 + } // end for yyj2565 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj2568 int + var yyb2568 bool + var yyhl2568 bool = l >= 0 + yyj2568++ + if yyhl2568 { + yyb2568 = yyj2568 > l + } else { + yyb2568 = r.CheckBreak() + } + if yyb2568 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Ingress = nil + } else { + yyv2569 := &x.Ingress + yym2570 := z.DecBinary() + _ = yym2570 + if false { + } else { + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2569), d) + } + } + for { + yyj2568++ + if yyhl2568 { + yyb2568 = yyj2568 > l + } else { + yyb2568 = r.CheckBreak() + } + if yyb2568 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj2568-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym2571 := z.EncBinary() + _ = yym2571 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2572 := !z.EncBinary() + yy2arr2572 := z.EncBasicHandle().StructToArray + var yyq2572 [2]bool + _, _, _ = yysep2572, yyq2572, yy2arr2572 + const yyr2572 bool = false + yyq2572[0] = x.IP != "" + yyq2572[1] = x.Hostname != "" + var yynn2572 int + if yyr2572 || yy2arr2572 { + r.EncodeArrayStart(2) + } else { + yynn2572 = 0 + for _, b := range yyq2572 { + if b { + yynn2572++ + } + } + r.EncodeMapStart(yynn2572) + yynn2572 = 0 + } + if yyr2572 || yy2arr2572 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2572[0] { + yym2574 := z.EncBinary() + _ = yym2574 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.IP)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2572[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("ip")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2575 := z.EncBinary() + _ = yym2575 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.IP)) + } + } + } + if yyr2572 || yy2arr2572 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2572[1] { + yym2577 := z.EncBinary() + _ = yym2577 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2572[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostname")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2578 := z.EncBinary() + _ = yym2578 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) + } + } + } + if yyr2572 || yy2arr2572 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *LoadBalancerIngress) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym2579 := z.DecBinary() + _ = yym2579 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2580 := r.ContainerType() + if yyct2580 == codecSelferValueTypeMap1234 { + yyl2580 := r.ReadMapStart() + if yyl2580 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl2580, d) + } + } else if yyct2580 == codecSelferValueTypeArray1234 { + yyl2580 := r.ReadArrayStart() + if yyl2580 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl2580, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys2581Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2581Slc + var yyhl2581 bool = l >= 0 + for yyj2581 := 0; ; yyj2581++ { + if yyhl2581 { + if yyj2581 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys2581Slc = r.DecodeBytes(yys2581Slc, true, true) + yys2581 := string(yys2581Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys2581 { + case "ip": + if r.TryDecodeAsNil() { + x.IP = "" + } else { + x.IP = string(r.DecodeString()) + } + case "hostname": + if r.TryDecodeAsNil() { + x.Hostname = "" + } else { + x.Hostname = string(r.DecodeString()) + } + default: + z.DecStructFieldNotFound(-1, yys2581) + } // end switch yys2581 + } // end for yyj2581 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj2584 int + var yyb2584 bool + var yyhl2584 bool = l >= 0 + yyj2584++ + if yyhl2584 { + yyb2584 = yyj2584 > l + } else { + yyb2584 = r.CheckBreak() + } + if yyb2584 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.IP = "" + } else { + x.IP = string(r.DecodeString()) + } + yyj2584++ + if yyhl2584 { + yyb2584 = yyj2584 > l + } else { + yyb2584 = r.CheckBreak() + } + if yyb2584 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Hostname = "" + } else { + x.Hostname = string(r.DecodeString()) + } + for { + yyj2584++ + if yyhl2584 { + yyb2584 = yyj2584 > l + } else { + yyb2584 = r.CheckBreak() + } + if yyb2584 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj2584-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) @@ -33483,45 +33957,45 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2559 := z.EncBinary() - _ = yym2559 + yym2587 := z.EncBinary() + _ = yym2587 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2560 := !z.EncBinary() - yy2arr2560 := z.EncBasicHandle().StructToArray - var yyq2560 [10]bool - _, _, _ = yysep2560, yyq2560, yy2arr2560 - const yyr2560 bool = false - yyq2560[1] = len(x.Selector) != 0 - yyq2560[2] = x.ClusterIP != "" - yyq2560[3] = x.Type != "" - yyq2560[4] = len(x.ExternalIPs) != 0 - yyq2560[5] = len(x.DeprecatedPublicIPs) != 0 - yyq2560[6] = x.SessionAffinity != "" - yyq2560[7] = x.LoadBalancerIP != "" - yyq2560[8] = len(x.LoadBalancerSourceRanges) != 0 - yyq2560[9] = x.ExternalName != "" - var yynn2560 int - if yyr2560 || yy2arr2560 { + yysep2588 := !z.EncBinary() + yy2arr2588 := z.EncBasicHandle().StructToArray + var yyq2588 [10]bool + _, _, _ = yysep2588, yyq2588, yy2arr2588 + const yyr2588 bool = false + yyq2588[1] = len(x.Selector) != 0 + yyq2588[2] = x.ClusterIP != "" + yyq2588[3] = x.Type != "" + yyq2588[4] = len(x.ExternalIPs) != 0 + yyq2588[5] = len(x.DeprecatedPublicIPs) != 0 + yyq2588[6] = x.SessionAffinity != "" + yyq2588[7] = x.LoadBalancerIP != "" + yyq2588[8] = len(x.LoadBalancerSourceRanges) != 0 + yyq2588[9] = x.ExternalName != "" + var yynn2588 int + if yyr2588 || yy2arr2588 { r.EncodeArrayStart(10) } else { - yynn2560 = 1 - for _, b := range yyq2560 { + yynn2588 = 1 + for _, b := range yyq2588 { if b { - yynn2560++ + yynn2588++ } } - r.EncodeMapStart(yynn2560) - yynn2560 = 0 + r.EncodeMapStart(yynn2588) + yynn2588 = 0 } - if yyr2560 || yy2arr2560 { + if yyr2588 || yy2arr2588 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym2562 := z.EncBinary() - _ = yym2562 + yym2590 := z.EncBinary() + _ = yym2590 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) @@ -33534,22 +34008,22 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym2563 := z.EncBinary() - _ = yym2563 + yym2591 := z.EncBinary() + _ = yym2591 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) } } } - if yyr2560 || yy2arr2560 { + if yyr2588 || yy2arr2588 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2560[1] { + if yyq2588[1] { if x.Selector == nil { r.EncodeNil() } else { - yym2565 := z.EncBinary() - _ = yym2565 + yym2593 := z.EncBinary() + _ = yym2593 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -33559,15 +34033,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2560[1] { + if yyq2588[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Selector == nil { r.EncodeNil() } else { - yym2566 := z.EncBinary() - _ = yym2566 + yym2594 := z.EncBinary() + _ = yym2594 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -33575,11 +34049,11 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2560 || yy2arr2560 { + if yyr2588 || yy2arr2588 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2560[2] { - yym2568 := z.EncBinary() - _ = yym2568 + if yyq2588[2] { + yym2596 := z.EncBinary() + _ = yym2596 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) @@ -33588,41 +34062,41 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2560[2] { + if yyq2588[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("clusterIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2569 := z.EncBinary() - _ = yym2569 + yym2597 := z.EncBinary() + _ = yym2597 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) } } } - if yyr2560 || yy2arr2560 { + if yyr2588 || yy2arr2588 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2560[3] { + if yyq2588[3] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2560[3] { + if yyq2588[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr2560 || yy2arr2560 { + if yyr2588 || yy2arr2588 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2560[4] { + if yyq2588[4] { if x.ExternalIPs == nil { r.EncodeNil() } else { - yym2572 := z.EncBinary() - _ = yym2572 + yym2600 := z.EncBinary() + _ = yym2600 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -33632,15 +34106,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2560[4] { + if yyq2588[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalIPs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ExternalIPs == nil { r.EncodeNil() } else { - yym2573 := z.EncBinary() - _ = yym2573 + yym2601 := z.EncBinary() + _ = yym2601 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -33648,14 +34122,14 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2560 || yy2arr2560 { + if yyr2588 || yy2arr2588 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2560[5] { + if yyq2588[5] { if x.DeprecatedPublicIPs == nil { r.EncodeNil() } else { - yym2575 := z.EncBinary() - _ = yym2575 + yym2603 := z.EncBinary() + _ = yym2603 if false { } else { z.F.EncSliceStringV(x.DeprecatedPublicIPs, false, e) @@ -33665,15 +34139,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2560[5] { + if yyq2588[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("deprecatedPublicIPs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DeprecatedPublicIPs == nil { r.EncodeNil() } else { - yym2576 := z.EncBinary() - _ = yym2576 + yym2604 := z.EncBinary() + _ = yym2604 if false { } else { z.F.EncSliceStringV(x.DeprecatedPublicIPs, false, e) @@ -33681,26 +34155,26 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2560 || yy2arr2560 { + if yyr2588 || yy2arr2588 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2560[6] { + if yyq2588[6] { x.SessionAffinity.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2560[6] { + if yyq2588[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sessionAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.SessionAffinity.CodecEncodeSelf(e) } } - if yyr2560 || yy2arr2560 { + if yyr2588 || yy2arr2588 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2560[7] { - yym2579 := z.EncBinary() - _ = yym2579 + if yyq2588[7] { + yym2607 := z.EncBinary() + _ = yym2607 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) @@ -33709,26 +34183,26 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2560[7] { + if yyq2588[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2580 := z.EncBinary() - _ = yym2580 + yym2608 := z.EncBinary() + _ = yym2608 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) } } } - if yyr2560 || yy2arr2560 { + if yyr2588 || yy2arr2588 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2560[8] { + if yyq2588[8] { if x.LoadBalancerSourceRanges == nil { r.EncodeNil() } else { - yym2582 := z.EncBinary() - _ = yym2582 + yym2610 := z.EncBinary() + _ = yym2610 if false { } else { z.F.EncSliceStringV(x.LoadBalancerSourceRanges, false, e) @@ -33738,15 +34212,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2560[8] { + if yyq2588[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerSourceRanges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LoadBalancerSourceRanges == nil { r.EncodeNil() } else { - yym2583 := z.EncBinary() - _ = yym2583 + yym2611 := z.EncBinary() + _ = yym2611 if false { } else { z.F.EncSliceStringV(x.LoadBalancerSourceRanges, false, e) @@ -33754,11 +34228,11 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2560 || yy2arr2560 { + if yyr2588 || yy2arr2588 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2560[9] { - yym2585 := z.EncBinary() - _ = yym2585 + if yyq2588[9] { + yym2613 := z.EncBinary() + _ = yym2613 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalName)) @@ -33767,19 +34241,19 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2560[9] { + if yyq2588[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2586 := z.EncBinary() - _ = yym2586 + yym2614 := z.EncBinary() + _ = yym2614 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalName)) } } } - if yyr2560 || yy2arr2560 { + if yyr2588 || yy2arr2588 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33792,25 +34266,25 @@ func (x *ServiceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2587 := z.DecBinary() - _ = yym2587 + yym2615 := z.DecBinary() + _ = yym2615 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2588 := r.ContainerType() - if yyct2588 == codecSelferValueTypeMap1234 { - yyl2588 := r.ReadMapStart() - if yyl2588 == 0 { + yyct2616 := r.ContainerType() + if yyct2616 == codecSelferValueTypeMap1234 { + yyl2616 := r.ReadMapStart() + if yyl2616 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2588, d) + x.codecDecodeSelfFromMap(yyl2616, d) } - } else if yyct2588 == codecSelferValueTypeArray1234 { - yyl2588 := r.ReadArrayStart() - if yyl2588 == 0 { + } else if yyct2616 == codecSelferValueTypeArray1234 { + yyl2616 := r.ReadArrayStart() + if yyl2616 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2588, d) + x.codecDecodeSelfFromArray(yyl2616, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33822,12 +34296,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2589Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2589Slc - var yyhl2589 bool = l >= 0 - for yyj2589 := 0; ; yyj2589++ { - if yyhl2589 { - if yyj2589 >= l { + var yys2617Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2617Slc + var yyhl2617 bool = l >= 0 + for yyj2617 := 0; ; yyj2617++ { + if yyhl2617 { + if yyj2617 >= l { break } } else { @@ -33836,32 +34310,32 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2589Slc = r.DecodeBytes(yys2589Slc, true, true) - yys2589 := string(yys2589Slc) + yys2617Slc = r.DecodeBytes(yys2617Slc, true, true) + yys2617 := string(yys2617Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2589 { + switch yys2617 { case "ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2590 := &x.Ports - yym2591 := z.DecBinary() - _ = yym2591 + yyv2618 := &x.Ports + yym2619 := z.DecBinary() + _ = yym2619 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv2590), d) + h.decSliceServicePort((*[]ServicePort)(yyv2618), d) } } case "selector": if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2592 := &x.Selector - yym2593 := z.DecBinary() - _ = yym2593 + yyv2620 := &x.Selector + yym2621 := z.DecBinary() + _ = yym2621 if false { } else { - z.F.DecMapStringStringX(yyv2592, false, d) + z.F.DecMapStringStringX(yyv2620, false, d) } } case "clusterIP": @@ -33880,24 +34354,24 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv2596 := &x.ExternalIPs - yym2597 := z.DecBinary() - _ = yym2597 + yyv2624 := &x.ExternalIPs + yym2625 := z.DecBinary() + _ = yym2625 if false { } else { - z.F.DecSliceStringX(yyv2596, false, d) + z.F.DecSliceStringX(yyv2624, false, d) } } case "deprecatedPublicIPs": if r.TryDecodeAsNil() { x.DeprecatedPublicIPs = nil } else { - yyv2598 := &x.DeprecatedPublicIPs - yym2599 := z.DecBinary() - _ = yym2599 + yyv2626 := &x.DeprecatedPublicIPs + yym2627 := z.DecBinary() + _ = yym2627 if false { } else { - z.F.DecSliceStringX(yyv2598, false, d) + z.F.DecSliceStringX(yyv2626, false, d) } } case "sessionAffinity": @@ -33916,12 +34390,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancerSourceRanges = nil } else { - yyv2602 := &x.LoadBalancerSourceRanges - yym2603 := z.DecBinary() - _ = yym2603 + yyv2630 := &x.LoadBalancerSourceRanges + yym2631 := z.DecBinary() + _ = yym2631 if false { } else { - z.F.DecSliceStringX(yyv2602, false, d) + z.F.DecSliceStringX(yyv2630, false, d) } } case "externalName": @@ -33931,9 +34405,9 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ExternalName = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2589) - } // end switch yys2589 - } // end for yyj2589 + z.DecStructFieldNotFound(-1, yys2617) + } // end switch yys2617 + } // end for yyj2617 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33941,16 +34415,16 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2605 int - var yyb2605 bool - var yyhl2605 bool = l >= 0 - yyj2605++ - if yyhl2605 { - yyb2605 = yyj2605 > l + var yyj2633 int + var yyb2633 bool + var yyhl2633 bool = l >= 0 + yyj2633++ + if yyhl2633 { + yyb2633 = yyj2633 > l } else { - yyb2605 = r.CheckBreak() + yyb2633 = r.CheckBreak() } - if yyb2605 { + if yyb2633 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33958,21 +34432,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2606 := &x.Ports - yym2607 := z.DecBinary() - _ = yym2607 + yyv2634 := &x.Ports + yym2635 := z.DecBinary() + _ = yym2635 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv2606), d) + h.decSliceServicePort((*[]ServicePort)(yyv2634), d) } } - yyj2605++ - if yyhl2605 { - yyb2605 = yyj2605 > l + yyj2633++ + if yyhl2633 { + yyb2633 = yyj2633 > l } else { - yyb2605 = r.CheckBreak() + yyb2633 = r.CheckBreak() } - if yyb2605 { + if yyb2633 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33980,21 +34454,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2608 := &x.Selector - yym2609 := z.DecBinary() - _ = yym2609 + yyv2636 := &x.Selector + yym2637 := z.DecBinary() + _ = yym2637 if false { } else { - z.F.DecMapStringStringX(yyv2608, false, d) + z.F.DecMapStringStringX(yyv2636, false, d) } } - yyj2605++ - if yyhl2605 { - yyb2605 = yyj2605 > l + yyj2633++ + if yyhl2633 { + yyb2633 = yyj2633 > l } else { - yyb2605 = r.CheckBreak() + yyb2633 = r.CheckBreak() } - if yyb2605 { + if yyb2633 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34004,13 +34478,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ClusterIP = string(r.DecodeString()) } - yyj2605++ - if yyhl2605 { - yyb2605 = yyj2605 > l + yyj2633++ + if yyhl2633 { + yyb2633 = yyj2633 > l } else { - yyb2605 = r.CheckBreak() + yyb2633 = r.CheckBreak() } - if yyb2605 { + if yyb2633 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34020,13 +34494,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = ServiceType(r.DecodeString()) } - yyj2605++ - if yyhl2605 { - yyb2605 = yyj2605 > l + yyj2633++ + if yyhl2633 { + yyb2633 = yyj2633 > l } else { - yyb2605 = r.CheckBreak() + yyb2633 = r.CheckBreak() } - if yyb2605 { + if yyb2633 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34034,21 +34508,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv2612 := &x.ExternalIPs - yym2613 := z.DecBinary() - _ = yym2613 + yyv2640 := &x.ExternalIPs + yym2641 := z.DecBinary() + _ = yym2641 if false { } else { - z.F.DecSliceStringX(yyv2612, false, d) + z.F.DecSliceStringX(yyv2640, false, d) } } - yyj2605++ - if yyhl2605 { - yyb2605 = yyj2605 > l + yyj2633++ + if yyhl2633 { + yyb2633 = yyj2633 > l } else { - yyb2605 = r.CheckBreak() + yyb2633 = r.CheckBreak() } - if yyb2605 { + if yyb2633 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34056,21 +34530,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DeprecatedPublicIPs = nil } else { - yyv2614 := &x.DeprecatedPublicIPs - yym2615 := z.DecBinary() - _ = yym2615 + yyv2642 := &x.DeprecatedPublicIPs + yym2643 := z.DecBinary() + _ = yym2643 if false { } else { - z.F.DecSliceStringX(yyv2614, false, d) + z.F.DecSliceStringX(yyv2642, false, d) } } - yyj2605++ - if yyhl2605 { - yyb2605 = yyj2605 > l + yyj2633++ + if yyhl2633 { + yyb2633 = yyj2633 > l } else { - yyb2605 = r.CheckBreak() + yyb2633 = r.CheckBreak() } - if yyb2605 { + if yyb2633 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34080,13 +34554,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SessionAffinity = ServiceAffinity(r.DecodeString()) } - yyj2605++ - if yyhl2605 { - yyb2605 = yyj2605 > l + yyj2633++ + if yyhl2633 { + yyb2633 = yyj2633 > l } else { - yyb2605 = r.CheckBreak() + yyb2633 = r.CheckBreak() } - if yyb2605 { + if yyb2633 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34096,13 +34570,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.LoadBalancerIP = string(r.DecodeString()) } - yyj2605++ - if yyhl2605 { - yyb2605 = yyj2605 > l + yyj2633++ + if yyhl2633 { + yyb2633 = yyj2633 > l } else { - yyb2605 = r.CheckBreak() + yyb2633 = r.CheckBreak() } - if yyb2605 { + if yyb2633 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34110,21 +34584,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancerSourceRanges = nil } else { - yyv2618 := &x.LoadBalancerSourceRanges - yym2619 := z.DecBinary() - _ = yym2619 + yyv2646 := &x.LoadBalancerSourceRanges + yym2647 := z.DecBinary() + _ = yym2647 if false { } else { - z.F.DecSliceStringX(yyv2618, false, d) + z.F.DecSliceStringX(yyv2646, false, d) } } - yyj2605++ - if yyhl2605 { - yyb2605 = yyj2605 > l + yyj2633++ + if yyhl2633 { + yyb2633 = yyj2633 > l } else { - yyb2605 = r.CheckBreak() + yyb2633 = r.CheckBreak() } - if yyb2605 { + if yyb2633 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34135,17 +34609,17 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.ExternalName = string(r.DecodeString()) } for { - yyj2605++ - if yyhl2605 { - yyb2605 = yyj2605 > l + yyj2633++ + if yyhl2633 { + yyb2633 = yyj2633 > l } else { - yyb2605 = r.CheckBreak() + yyb2633 = r.CheckBreak() } - if yyb2605 { + if yyb2633 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2605-1, "") + z.DecStructFieldNotFound(yyj2633-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34157,38 +34631,38 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2621 := z.EncBinary() - _ = yym2621 + yym2649 := z.EncBinary() + _ = yym2649 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2622 := !z.EncBinary() - yy2arr2622 := z.EncBasicHandle().StructToArray - var yyq2622 [5]bool - _, _, _ = yysep2622, yyq2622, yy2arr2622 - const yyr2622 bool = false - yyq2622[0] = x.Name != "" - yyq2622[1] = x.Protocol != "" - yyq2622[3] = true - yyq2622[4] = x.NodePort != 0 - var yynn2622 int - if yyr2622 || yy2arr2622 { + yysep2650 := !z.EncBinary() + yy2arr2650 := z.EncBasicHandle().StructToArray + var yyq2650 [5]bool + _, _, _ = yysep2650, yyq2650, yy2arr2650 + const yyr2650 bool = false + yyq2650[0] = x.Name != "" + yyq2650[1] = x.Protocol != "" + yyq2650[3] = true + yyq2650[4] = x.NodePort != 0 + var yynn2650 int + if yyr2650 || yy2arr2650 { r.EncodeArrayStart(5) } else { - yynn2622 = 1 - for _, b := range yyq2622 { + yynn2650 = 1 + for _, b := range yyq2650 { if b { - yynn2622++ + yynn2650++ } } - r.EncodeMapStart(yynn2622) - yynn2622 = 0 + r.EncodeMapStart(yynn2650) + yynn2650 = 0 } - if yyr2622 || yy2arr2622 { + if yyr2650 || yy2arr2650 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2622[0] { - yym2624 := z.EncBinary() - _ = yym2624 + if yyq2650[0] { + yym2652 := z.EncBinary() + _ = yym2652 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -34197,37 +34671,37 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2622[0] { + if yyq2650[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2625 := z.EncBinary() - _ = yym2625 + yym2653 := z.EncBinary() + _ = yym2653 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr2622 || yy2arr2622 { + if yyr2650 || yy2arr2650 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2622[1] { + if yyq2650[1] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2622[1] { + if yyq2650[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr2622 || yy2arr2622 { + if yyr2650 || yy2arr2650 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2628 := z.EncBinary() - _ = yym2628 + yym2656 := z.EncBinary() + _ = yym2656 if false { } else { r.EncodeInt(int64(x.Port)) @@ -34236,51 +34710,51 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2629 := z.EncBinary() - _ = yym2629 + yym2657 := z.EncBinary() + _ = yym2657 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2622 || yy2arr2622 { + if yyr2650 || yy2arr2650 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2622[3] { - yy2631 := &x.TargetPort - yym2632 := z.EncBinary() - _ = yym2632 + if yyq2650[3] { + yy2659 := &x.TargetPort + yym2660 := z.EncBinary() + _ = yym2660 if false { - } else if z.HasExtensions() && z.EncExt(yy2631) { - } else if !yym2632 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2631) + } else if z.HasExtensions() && z.EncExt(yy2659) { + } else if !yym2660 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2659) } else { - z.EncFallback(yy2631) + z.EncFallback(yy2659) } } else { r.EncodeNil() } } else { - if yyq2622[3] { + if yyq2650[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2633 := &x.TargetPort - yym2634 := z.EncBinary() - _ = yym2634 + yy2661 := &x.TargetPort + yym2662 := z.EncBinary() + _ = yym2662 if false { - } else if z.HasExtensions() && z.EncExt(yy2633) { - } else if !yym2634 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2633) + } else if z.HasExtensions() && z.EncExt(yy2661) { + } else if !yym2662 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2661) } else { - z.EncFallback(yy2633) + z.EncFallback(yy2661) } } } - if yyr2622 || yy2arr2622 { + if yyr2650 || yy2arr2650 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2622[4] { - yym2636 := z.EncBinary() - _ = yym2636 + if yyq2650[4] { + yym2664 := z.EncBinary() + _ = yym2664 if false { } else { r.EncodeInt(int64(x.NodePort)) @@ -34289,19 +34763,19 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2622[4] { + if yyq2650[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodePort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2637 := z.EncBinary() - _ = yym2637 + yym2665 := z.EncBinary() + _ = yym2665 if false { } else { r.EncodeInt(int64(x.NodePort)) } } } - if yyr2622 || yy2arr2622 { + if yyr2650 || yy2arr2650 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34314,25 +34788,25 @@ func (x *ServicePort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2638 := z.DecBinary() - _ = yym2638 + yym2666 := z.DecBinary() + _ = yym2666 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2639 := r.ContainerType() - if yyct2639 == codecSelferValueTypeMap1234 { - yyl2639 := r.ReadMapStart() - if yyl2639 == 0 { + yyct2667 := r.ContainerType() + if yyct2667 == codecSelferValueTypeMap1234 { + yyl2667 := r.ReadMapStart() + if yyl2667 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2639, d) + x.codecDecodeSelfFromMap(yyl2667, d) } - } else if yyct2639 == codecSelferValueTypeArray1234 { - yyl2639 := r.ReadArrayStart() - if yyl2639 == 0 { + } else if yyct2667 == codecSelferValueTypeArray1234 { + yyl2667 := r.ReadArrayStart() + if yyl2667 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2639, d) + x.codecDecodeSelfFromArray(yyl2667, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34344,12 +34818,12 @@ func (x *ServicePort) 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 yys2668Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2668Slc + var yyhl2668 bool = l >= 0 + for yyj2668 := 0; ; yyj2668++ { + if yyhl2668 { + if yyj2668 >= l { break } } else { @@ -34358,10 +34832,10 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2640Slc = r.DecodeBytes(yys2640Slc, true, true) - yys2640 := string(yys2640Slc) + yys2668Slc = r.DecodeBytes(yys2668Slc, true, true) + yys2668 := string(yys2668Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2640 { + switch yys2668 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -34384,15 +34858,15 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg4_intstr.IntOrString{} } else { - yyv2644 := &x.TargetPort - yym2645 := z.DecBinary() - _ = yym2645 + yyv2672 := &x.TargetPort + yym2673 := z.DecBinary() + _ = yym2673 if false { - } else if z.HasExtensions() && z.DecExt(yyv2644) { - } else if !yym2645 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2644) + } else if z.HasExtensions() && z.DecExt(yyv2672) { + } else if !yym2673 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2672) } else { - z.DecFallback(yyv2644, false) + z.DecFallback(yyv2672, false) } } case "nodePort": @@ -34402,9 +34876,9 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2640) - } // end switch yys2640 - } // end for yyj2640 + z.DecStructFieldNotFound(-1, yys2668) + } // end switch yys2668 + } // end for yyj2668 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34412,16 +34886,16 @@ func (x *ServicePort) 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 yyj2675 int + var yyb2675 bool + var yyhl2675 bool = l >= 0 + yyj2675++ + if yyhl2675 { + yyb2675 = yyj2675 > l } else { - yyb2647 = r.CheckBreak() + yyb2675 = r.CheckBreak() } - if yyb2647 { + if yyb2675 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34431,13 +34905,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2647++ - if yyhl2647 { - yyb2647 = yyj2647 > l + yyj2675++ + if yyhl2675 { + yyb2675 = yyj2675 > l } else { - yyb2647 = r.CheckBreak() + yyb2675 = r.CheckBreak() } - if yyb2647 { + if yyb2675 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34447,13 +34921,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj2647++ - if yyhl2647 { - yyb2647 = yyj2647 > l + yyj2675++ + if yyhl2675 { + yyb2675 = yyj2675 > l } else { - yyb2647 = r.CheckBreak() + yyb2675 = r.CheckBreak() } - if yyb2647 { + if yyb2675 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34463,13 +34937,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2647++ - if yyhl2647 { - yyb2647 = yyj2647 > l + yyj2675++ + if yyhl2675 { + yyb2675 = yyj2675 > l } else { - yyb2647 = r.CheckBreak() + yyb2675 = r.CheckBreak() } - if yyb2647 { + if yyb2675 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34477,24 +34951,24 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg4_intstr.IntOrString{} } else { - yyv2651 := &x.TargetPort - yym2652 := z.DecBinary() - _ = yym2652 + yyv2679 := &x.TargetPort + yym2680 := z.DecBinary() + _ = yym2680 if false { - } else if z.HasExtensions() && z.DecExt(yyv2651) { - } else if !yym2652 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2651) + } else if z.HasExtensions() && z.DecExt(yyv2679) { + } else if !yym2680 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2679) } else { - z.DecFallback(yyv2651, false) + z.DecFallback(yyv2679, false) } } - yyj2647++ - if yyhl2647 { - yyb2647 = yyj2647 > l + yyj2675++ + if yyhl2675 { + yyb2675 = yyj2675 > l } else { - yyb2647 = r.CheckBreak() + yyb2675 = r.CheckBreak() } - if yyb2647 { + if yyb2675 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34505,17 +34979,17 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } for { - yyj2647++ - if yyhl2647 { - yyb2647 = yyj2647 > l + yyj2675++ + if yyhl2675 { + yyb2675 = yyj2675 > l } else { - yyb2647 = r.CheckBreak() + yyb2675 = r.CheckBreak() } - if yyb2647 { + if yyb2675 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2647-1, "") + z.DecStructFieldNotFound(yyj2675-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34527,39 +35001,39 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2654 := z.EncBinary() - _ = yym2654 + yym2682 := z.EncBinary() + _ = yym2682 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2655 := !z.EncBinary() - yy2arr2655 := z.EncBasicHandle().StructToArray - var yyq2655 [5]bool - _, _, _ = yysep2655, yyq2655, yy2arr2655 - const yyr2655 bool = false - yyq2655[0] = x.Kind != "" - yyq2655[1] = x.APIVersion != "" - yyq2655[2] = true - yyq2655[3] = true - yyq2655[4] = true - var yynn2655 int - if yyr2655 || yy2arr2655 { + yysep2683 := !z.EncBinary() + yy2arr2683 := z.EncBasicHandle().StructToArray + var yyq2683 [5]bool + _, _, _ = yysep2683, yyq2683, yy2arr2683 + const yyr2683 bool = false + yyq2683[0] = x.Kind != "" + yyq2683[1] = x.APIVersion != "" + yyq2683[2] = true + yyq2683[3] = true + yyq2683[4] = true + var yynn2683 int + if yyr2683 || yy2arr2683 { r.EncodeArrayStart(5) } else { - yynn2655 = 0 - for _, b := range yyq2655 { + yynn2683 = 0 + for _, b := range yyq2683 { if b { - yynn2655++ + yynn2683++ } } - r.EncodeMapStart(yynn2655) - yynn2655 = 0 + r.EncodeMapStart(yynn2683) + yynn2683 = 0 } - if yyr2655 || yy2arr2655 { + if yyr2683 || yy2arr2683 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2655[0] { - yym2657 := z.EncBinary() - _ = yym2657 + if yyq2683[0] { + yym2685 := z.EncBinary() + _ = yym2685 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34568,23 +35042,23 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2655[0] { + if yyq2683[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2658 := z.EncBinary() - _ = yym2658 + yym2686 := z.EncBinary() + _ = yym2686 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2655 || yy2arr2655 { + if yyr2683 || yy2arr2683 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2655[1] { - yym2660 := z.EncBinary() - _ = yym2660 + if yyq2683[1] { + yym2688 := z.EncBinary() + _ = yym2688 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -34593,70 +35067,70 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2655[1] { + if yyq2683[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2661 := z.EncBinary() - _ = yym2661 + yym2689 := z.EncBinary() + _ = yym2689 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2655 || yy2arr2655 { + if yyr2683 || yy2arr2683 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2655[2] { - yy2663 := &x.ObjectMeta - yy2663.CodecEncodeSelf(e) + if yyq2683[2] { + yy2691 := &x.ObjectMeta + yy2691.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2655[2] { + if yyq2683[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2664 := &x.ObjectMeta - yy2664.CodecEncodeSelf(e) + yy2692 := &x.ObjectMeta + yy2692.CodecEncodeSelf(e) } } - if yyr2655 || yy2arr2655 { + if yyr2683 || yy2arr2683 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2655[3] { - yy2666 := &x.Spec - yy2666.CodecEncodeSelf(e) + if yyq2683[3] { + yy2694 := &x.Spec + yy2694.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2655[3] { + if yyq2683[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2667 := &x.Spec - yy2667.CodecEncodeSelf(e) + yy2695 := &x.Spec + yy2695.CodecEncodeSelf(e) } } - if yyr2655 || yy2arr2655 { + if yyr2683 || yy2arr2683 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2655[4] { - yy2669 := &x.Status - yy2669.CodecEncodeSelf(e) + if yyq2683[4] { + yy2697 := &x.Status + yy2697.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2655[4] { + if yyq2683[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2670 := &x.Status - yy2670.CodecEncodeSelf(e) + yy2698 := &x.Status + yy2698.CodecEncodeSelf(e) } } - if yyr2655 || yy2arr2655 { + if yyr2683 || yy2arr2683 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34669,25 +35143,25 @@ func (x *Service) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2671 := z.DecBinary() - _ = yym2671 + yym2699 := z.DecBinary() + _ = yym2699 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2672 := r.ContainerType() - if yyct2672 == codecSelferValueTypeMap1234 { - yyl2672 := r.ReadMapStart() - if yyl2672 == 0 { + yyct2700 := r.ContainerType() + if yyct2700 == codecSelferValueTypeMap1234 { + yyl2700 := r.ReadMapStart() + if yyl2700 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2672, d) + x.codecDecodeSelfFromMap(yyl2700, d) } - } else if yyct2672 == codecSelferValueTypeArray1234 { - yyl2672 := r.ReadArrayStart() - if yyl2672 == 0 { + } else if yyct2700 == codecSelferValueTypeArray1234 { + yyl2700 := r.ReadArrayStart() + if yyl2700 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2672, d) + x.codecDecodeSelfFromArray(yyl2700, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34699,12 +35173,12 @@ func (x *Service) 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 yys2701Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2701Slc + var yyhl2701 bool = l >= 0 + for yyj2701 := 0; ; yyj2701++ { + if yyhl2701 { + if yyj2701 >= l { break } } else { @@ -34713,10 +35187,10 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2673Slc = r.DecodeBytes(yys2673Slc, true, true) - yys2673 := string(yys2673Slc) + yys2701Slc = r.DecodeBytes(yys2701Slc, true, true) + yys2701 := string(yys2701Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2673 { + switch yys2701 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -34733,27 +35207,27 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2676 := &x.ObjectMeta - yyv2676.CodecDecodeSelf(d) + yyv2704 := &x.ObjectMeta + yyv2704.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2677 := &x.Spec - yyv2677.CodecDecodeSelf(d) + yyv2705 := &x.Spec + yyv2705.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2678 := &x.Status - yyv2678.CodecDecodeSelf(d) + yyv2706 := &x.Status + yyv2706.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2673) - } // end switch yys2673 - } // end for yyj2673 + z.DecStructFieldNotFound(-1, yys2701) + } // end switch yys2701 + } // end for yyj2701 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34761,16 +35235,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2679 int - var yyb2679 bool - var yyhl2679 bool = l >= 0 - yyj2679++ - if yyhl2679 { - yyb2679 = yyj2679 > l + var yyj2707 int + var yyb2707 bool + var yyhl2707 bool = l >= 0 + yyj2707++ + if yyhl2707 { + yyb2707 = yyj2707 > l } else { - yyb2679 = r.CheckBreak() + yyb2707 = r.CheckBreak() } - if yyb2679 { + if yyb2707 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34780,13 +35254,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2679++ - if yyhl2679 { - yyb2679 = yyj2679 > l + yyj2707++ + if yyhl2707 { + yyb2707 = yyj2707 > l } else { - yyb2679 = r.CheckBreak() + yyb2707 = r.CheckBreak() } - if yyb2679 { + if yyb2707 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34796,13 +35270,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2679++ - if yyhl2679 { - yyb2679 = yyj2679 > l + yyj2707++ + if yyhl2707 { + yyb2707 = yyj2707 > l } else { - yyb2679 = r.CheckBreak() + yyb2707 = r.CheckBreak() } - if yyb2679 { + if yyb2707 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34810,16 +35284,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2682 := &x.ObjectMeta - yyv2682.CodecDecodeSelf(d) + yyv2710 := &x.ObjectMeta + yyv2710.CodecDecodeSelf(d) } - yyj2679++ - if yyhl2679 { - yyb2679 = yyj2679 > l + yyj2707++ + if yyhl2707 { + yyb2707 = yyj2707 > l } else { - yyb2679 = r.CheckBreak() + yyb2707 = r.CheckBreak() } - if yyb2679 { + if yyb2707 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34827,16 +35301,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2683 := &x.Spec - yyv2683.CodecDecodeSelf(d) + yyv2711 := &x.Spec + yyv2711.CodecDecodeSelf(d) } - yyj2679++ - if yyhl2679 { - yyb2679 = yyj2679 > l + yyj2707++ + if yyhl2707 { + yyb2707 = yyj2707 > l } else { - yyb2679 = r.CheckBreak() + yyb2707 = r.CheckBreak() } - if yyb2679 { + if yyb2707 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34844,21 +35318,21 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2684 := &x.Status - yyv2684.CodecDecodeSelf(d) + yyv2712 := &x.Status + yyv2712.CodecDecodeSelf(d) } for { - yyj2679++ - if yyhl2679 { - yyb2679 = yyj2679 > l + yyj2707++ + if yyhl2707 { + yyb2707 = yyj2707 > l } else { - yyb2679 = r.CheckBreak() + yyb2707 = r.CheckBreak() } - if yyb2679 { + if yyb2707 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2679-1, "") + z.DecStructFieldNotFound(yyj2707-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34870,37 +35344,37 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2685 := z.EncBinary() - _ = yym2685 + yym2713 := z.EncBinary() + _ = yym2713 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2686 := !z.EncBinary() - yy2arr2686 := z.EncBasicHandle().StructToArray - var yyq2686 [4]bool - _, _, _ = yysep2686, yyq2686, yy2arr2686 - const yyr2686 bool = false - yyq2686[0] = x.Kind != "" - yyq2686[1] = x.APIVersion != "" - yyq2686[2] = true - var yynn2686 int - if yyr2686 || yy2arr2686 { + yysep2714 := !z.EncBinary() + yy2arr2714 := z.EncBasicHandle().StructToArray + var yyq2714 [4]bool + _, _, _ = yysep2714, yyq2714, yy2arr2714 + const yyr2714 bool = false + yyq2714[0] = x.Kind != "" + yyq2714[1] = x.APIVersion != "" + yyq2714[2] = true + var yynn2714 int + if yyr2714 || yy2arr2714 { r.EncodeArrayStart(4) } else { - yynn2686 = 1 - for _, b := range yyq2686 { + yynn2714 = 1 + for _, b := range yyq2714 { if b { - yynn2686++ + yynn2714++ } } - r.EncodeMapStart(yynn2686) - yynn2686 = 0 + r.EncodeMapStart(yynn2714) + yynn2714 = 0 } - if yyr2686 || yy2arr2686 { + if yyr2714 || yy2arr2714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2686[0] { - yym2688 := z.EncBinary() - _ = yym2688 + if yyq2714[0] { + yym2716 := z.EncBinary() + _ = yym2716 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34909,23 +35383,23 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2686[0] { + if yyq2714[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2689 := z.EncBinary() - _ = yym2689 + yym2717 := z.EncBinary() + _ = yym2717 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2686 || yy2arr2686 { + if yyr2714 || yy2arr2714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2686[1] { - yym2691 := z.EncBinary() - _ = yym2691 + if yyq2714[1] { + yym2719 := z.EncBinary() + _ = yym2719 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -34934,54 +35408,54 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2686[1] { + if yyq2714[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2692 := z.EncBinary() - _ = yym2692 + yym2720 := z.EncBinary() + _ = yym2720 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2686 || yy2arr2686 { + if yyr2714 || yy2arr2714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2686[2] { - yy2694 := &x.ListMeta - yym2695 := z.EncBinary() - _ = yym2695 + if yyq2714[2] { + yy2722 := &x.ListMeta + yym2723 := z.EncBinary() + _ = yym2723 if false { - } else if z.HasExtensions() && z.EncExt(yy2694) { + } else if z.HasExtensions() && z.EncExt(yy2722) { } else { - z.EncFallback(yy2694) + z.EncFallback(yy2722) } } else { r.EncodeNil() } } else { - if yyq2686[2] { + if yyq2714[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2696 := &x.ListMeta - yym2697 := z.EncBinary() - _ = yym2697 + yy2724 := &x.ListMeta + yym2725 := z.EncBinary() + _ = yym2725 if false { - } else if z.HasExtensions() && z.EncExt(yy2696) { + } else if z.HasExtensions() && z.EncExt(yy2724) { } else { - z.EncFallback(yy2696) + z.EncFallback(yy2724) } } } - if yyr2686 || yy2arr2686 { + if yyr2714 || yy2arr2714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2699 := z.EncBinary() - _ = yym2699 + yym2727 := z.EncBinary() + _ = yym2727 if false { } else { h.encSliceService(([]Service)(x.Items), e) @@ -34994,15 +35468,15 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2700 := z.EncBinary() - _ = yym2700 + yym2728 := z.EncBinary() + _ = yym2728 if false { } else { h.encSliceService(([]Service)(x.Items), e) } } } - if yyr2686 || yy2arr2686 { + if yyr2714 || yy2arr2714 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35015,25 +35489,25 @@ func (x *ServiceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2701 := z.DecBinary() - _ = yym2701 + yym2729 := z.DecBinary() + _ = yym2729 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2702 := r.ContainerType() - if yyct2702 == codecSelferValueTypeMap1234 { - yyl2702 := r.ReadMapStart() - if yyl2702 == 0 { + yyct2730 := r.ContainerType() + if yyct2730 == codecSelferValueTypeMap1234 { + yyl2730 := r.ReadMapStart() + if yyl2730 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2702, d) + x.codecDecodeSelfFromMap(yyl2730, d) } - } else if yyct2702 == codecSelferValueTypeArray1234 { - yyl2702 := r.ReadArrayStart() - if yyl2702 == 0 { + } else if yyct2730 == codecSelferValueTypeArray1234 { + yyl2730 := r.ReadArrayStart() + if yyl2730 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2702, d) + x.codecDecodeSelfFromArray(yyl2730, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35045,12 +35519,12 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2703Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2703Slc - var yyhl2703 bool = l >= 0 - for yyj2703 := 0; ; yyj2703++ { - if yyhl2703 { - if yyj2703 >= l { + var yys2731Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2731Slc + var yyhl2731 bool = l >= 0 + for yyj2731 := 0; ; yyj2731++ { + if yyhl2731 { + if yyj2731 >= l { break } } else { @@ -35059,10 +35533,10 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2703Slc = r.DecodeBytes(yys2703Slc, true, true) - yys2703 := string(yys2703Slc) + yys2731Slc = r.DecodeBytes(yys2731Slc, true, true) + yys2731 := string(yys2731Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2703 { + switch yys2731 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35079,31 +35553,31 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2706 := &x.ListMeta - yym2707 := z.DecBinary() - _ = yym2707 + yyv2734 := &x.ListMeta + yym2735 := z.DecBinary() + _ = yym2735 if false { - } else if z.HasExtensions() && z.DecExt(yyv2706) { + } else if z.HasExtensions() && z.DecExt(yyv2734) { } else { - z.DecFallback(yyv2706, false) + z.DecFallback(yyv2734, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2708 := &x.Items - yym2709 := z.DecBinary() - _ = yym2709 + yyv2736 := &x.Items + yym2737 := z.DecBinary() + _ = yym2737 if false { } else { - h.decSliceService((*[]Service)(yyv2708), d) + h.decSliceService((*[]Service)(yyv2736), d) } } default: - z.DecStructFieldNotFound(-1, yys2703) - } // end switch yys2703 - } // end for yyj2703 + z.DecStructFieldNotFound(-1, yys2731) + } // end switch yys2731 + } // end for yyj2731 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35111,16 +35585,16 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2710 int - var yyb2710 bool - var yyhl2710 bool = l >= 0 - yyj2710++ - if yyhl2710 { - yyb2710 = yyj2710 > l + var yyj2738 int + var yyb2738 bool + var yyhl2738 bool = l >= 0 + yyj2738++ + if yyhl2738 { + yyb2738 = yyj2738 > l } else { - yyb2710 = r.CheckBreak() + yyb2738 = r.CheckBreak() } - if yyb2710 { + if yyb2738 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35130,13 +35604,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2710++ - if yyhl2710 { - yyb2710 = yyj2710 > l + yyj2738++ + if yyhl2738 { + yyb2738 = yyj2738 > l } else { - yyb2710 = r.CheckBreak() + yyb2738 = r.CheckBreak() } - if yyb2710 { + if yyb2738 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35146,13 +35620,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2710++ - if yyhl2710 { - yyb2710 = yyj2710 > l + yyj2738++ + if yyhl2738 { + yyb2738 = yyj2738 > l } else { - yyb2710 = r.CheckBreak() + yyb2738 = r.CheckBreak() } - if yyb2710 { + if yyb2738 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35160,22 +35634,22 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2713 := &x.ListMeta - yym2714 := z.DecBinary() - _ = yym2714 + yyv2741 := &x.ListMeta + yym2742 := z.DecBinary() + _ = yym2742 if false { - } else if z.HasExtensions() && z.DecExt(yyv2713) { + } else if z.HasExtensions() && z.DecExt(yyv2741) { } else { - z.DecFallback(yyv2713, false) + z.DecFallback(yyv2741, false) } } - yyj2710++ - if yyhl2710 { - yyb2710 = yyj2710 > l + yyj2738++ + if yyhl2738 { + yyb2738 = yyj2738 > l } else { - yyb2710 = r.CheckBreak() + yyb2738 = r.CheckBreak() } - if yyb2710 { + if yyb2738 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35183,26 +35657,26 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2715 := &x.Items - yym2716 := z.DecBinary() - _ = yym2716 + yyv2743 := &x.Items + yym2744 := z.DecBinary() + _ = yym2744 if false { } else { - h.decSliceService((*[]Service)(yyv2715), d) + h.decSliceService((*[]Service)(yyv2743), d) } } for { - yyj2710++ - if yyhl2710 { - yyb2710 = yyj2710 > l + yyj2738++ + if yyhl2738 { + yyb2738 = yyj2738 > l } else { - yyb2710 = r.CheckBreak() + yyb2738 = r.CheckBreak() } - if yyb2710 { + if yyb2738 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2710-1, "") + z.DecStructFieldNotFound(yyj2738-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35214,39 +35688,39 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2717 := z.EncBinary() - _ = yym2717 + yym2745 := z.EncBinary() + _ = yym2745 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2718 := !z.EncBinary() - yy2arr2718 := z.EncBasicHandle().StructToArray - var yyq2718 [5]bool - _, _, _ = yysep2718, yyq2718, yy2arr2718 - const yyr2718 bool = false - yyq2718[0] = x.Kind != "" - yyq2718[1] = x.APIVersion != "" - yyq2718[2] = true - yyq2718[3] = len(x.Secrets) != 0 - yyq2718[4] = len(x.ImagePullSecrets) != 0 - var yynn2718 int - if yyr2718 || yy2arr2718 { + yysep2746 := !z.EncBinary() + yy2arr2746 := z.EncBasicHandle().StructToArray + var yyq2746 [5]bool + _, _, _ = yysep2746, yyq2746, yy2arr2746 + const yyr2746 bool = false + yyq2746[0] = x.Kind != "" + yyq2746[1] = x.APIVersion != "" + yyq2746[2] = true + yyq2746[3] = len(x.Secrets) != 0 + yyq2746[4] = len(x.ImagePullSecrets) != 0 + var yynn2746 int + if yyr2746 || yy2arr2746 { r.EncodeArrayStart(5) } else { - yynn2718 = 0 - for _, b := range yyq2718 { + yynn2746 = 0 + for _, b := range yyq2746 { if b { - yynn2718++ + yynn2746++ } } - r.EncodeMapStart(yynn2718) - yynn2718 = 0 + r.EncodeMapStart(yynn2746) + yynn2746 = 0 } - if yyr2718 || yy2arr2718 { + if yyr2746 || yy2arr2746 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2718[0] { - yym2720 := z.EncBinary() - _ = yym2720 + if yyq2746[0] { + yym2748 := z.EncBinary() + _ = yym2748 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35255,23 +35729,23 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2718[0] { + if yyq2746[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2721 := z.EncBinary() - _ = yym2721 + yym2749 := z.EncBinary() + _ = yym2749 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2718 || yy2arr2718 { + if yyr2746 || yy2arr2746 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2718[1] { - yym2723 := z.EncBinary() - _ = yym2723 + if yyq2746[1] { + yym2751 := z.EncBinary() + _ = yym2751 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35280,43 +35754,43 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2718[1] { + if yyq2746[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2724 := z.EncBinary() - _ = yym2724 + yym2752 := z.EncBinary() + _ = yym2752 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2718 || yy2arr2718 { + if yyr2746 || yy2arr2746 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2718[2] { - yy2726 := &x.ObjectMeta - yy2726.CodecEncodeSelf(e) + if yyq2746[2] { + yy2754 := &x.ObjectMeta + yy2754.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2718[2] { + if yyq2746[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2727 := &x.ObjectMeta - yy2727.CodecEncodeSelf(e) + yy2755 := &x.ObjectMeta + yy2755.CodecEncodeSelf(e) } } - if yyr2718 || yy2arr2718 { + if yyr2746 || yy2arr2746 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2718[3] { + if yyq2746[3] { if x.Secrets == nil { r.EncodeNil() } else { - yym2729 := z.EncBinary() - _ = yym2729 + yym2757 := z.EncBinary() + _ = yym2757 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -35326,15 +35800,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2718[3] { + if yyq2746[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Secrets == nil { r.EncodeNil() } else { - yym2730 := z.EncBinary() - _ = yym2730 + yym2758 := z.EncBinary() + _ = yym2758 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -35342,14 +35816,14 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2718 || yy2arr2718 { + if yyr2746 || yy2arr2746 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2718[4] { + if yyq2746[4] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2732 := z.EncBinary() - _ = yym2732 + yym2760 := z.EncBinary() + _ = yym2760 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -35359,15 +35833,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2718[4] { + if yyq2746[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2733 := z.EncBinary() - _ = yym2733 + yym2761 := z.EncBinary() + _ = yym2761 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -35375,7 +35849,7 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2718 || yy2arr2718 { + if yyr2746 || yy2arr2746 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35388,25 +35862,25 @@ func (x *ServiceAccount) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2734 := z.DecBinary() - _ = yym2734 + yym2762 := z.DecBinary() + _ = yym2762 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2735 := r.ContainerType() - if yyct2735 == codecSelferValueTypeMap1234 { - yyl2735 := r.ReadMapStart() - if yyl2735 == 0 { + yyct2763 := r.ContainerType() + if yyct2763 == codecSelferValueTypeMap1234 { + yyl2763 := r.ReadMapStart() + if yyl2763 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2735, d) + x.codecDecodeSelfFromMap(yyl2763, d) } - } else if yyct2735 == codecSelferValueTypeArray1234 { - yyl2735 := r.ReadArrayStart() - if yyl2735 == 0 { + } else if yyct2763 == codecSelferValueTypeArray1234 { + yyl2763 := r.ReadArrayStart() + if yyl2763 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2735, d) + x.codecDecodeSelfFromArray(yyl2763, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35418,12 +35892,12 @@ func (x *ServiceAccount) 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 yys2764Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2764Slc + var yyhl2764 bool = l >= 0 + for yyj2764 := 0; ; yyj2764++ { + if yyhl2764 { + if yyj2764 >= l { break } } else { @@ -35432,10 +35906,10 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2736Slc = r.DecodeBytes(yys2736Slc, true, true) - yys2736 := string(yys2736Slc) + yys2764Slc = r.DecodeBytes(yys2764Slc, true, true) + yys2764 := string(yys2764Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2736 { + switch yys2764 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35452,37 +35926,37 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2739 := &x.ObjectMeta - yyv2739.CodecDecodeSelf(d) + yyv2767 := &x.ObjectMeta + yyv2767.CodecDecodeSelf(d) } case "secrets": if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2740 := &x.Secrets - yym2741 := z.DecBinary() - _ = yym2741 + yyv2768 := &x.Secrets + yym2769 := z.DecBinary() + _ = yym2769 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2740), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2768), d) } } case "imagePullSecrets": if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2742 := &x.ImagePullSecrets - yym2743 := z.DecBinary() - _ = yym2743 + yyv2770 := &x.ImagePullSecrets + yym2771 := z.DecBinary() + _ = yym2771 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2742), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2770), d) } } default: - z.DecStructFieldNotFound(-1, yys2736) - } // end switch yys2736 - } // end for yyj2736 + z.DecStructFieldNotFound(-1, yys2764) + } // end switch yys2764 + } // end for yyj2764 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35490,16 +35964,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2744 int - var yyb2744 bool - var yyhl2744 bool = l >= 0 - yyj2744++ - if yyhl2744 { - yyb2744 = yyj2744 > l + var yyj2772 int + var yyb2772 bool + var yyhl2772 bool = l >= 0 + yyj2772++ + if yyhl2772 { + yyb2772 = yyj2772 > l } else { - yyb2744 = r.CheckBreak() + yyb2772 = r.CheckBreak() } - if yyb2744 { + if yyb2772 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35509,13 +35983,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2744++ - if yyhl2744 { - yyb2744 = yyj2744 > l + yyj2772++ + if yyhl2772 { + yyb2772 = yyj2772 > l } else { - yyb2744 = r.CheckBreak() + yyb2772 = r.CheckBreak() } - if yyb2744 { + if yyb2772 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35525,13 +35999,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2744++ - if yyhl2744 { - yyb2744 = yyj2744 > l + yyj2772++ + if yyhl2772 { + yyb2772 = yyj2772 > l } else { - yyb2744 = r.CheckBreak() + yyb2772 = r.CheckBreak() } - if yyb2744 { + if yyb2772 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35539,16 +36013,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2747 := &x.ObjectMeta - yyv2747.CodecDecodeSelf(d) + yyv2775 := &x.ObjectMeta + yyv2775.CodecDecodeSelf(d) } - yyj2744++ - if yyhl2744 { - yyb2744 = yyj2744 > l + yyj2772++ + if yyhl2772 { + yyb2772 = yyj2772 > l } else { - yyb2744 = r.CheckBreak() + yyb2772 = r.CheckBreak() } - if yyb2744 { + if yyb2772 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35556,21 +36030,21 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2748 := &x.Secrets - yym2749 := z.DecBinary() - _ = yym2749 + yyv2776 := &x.Secrets + yym2777 := z.DecBinary() + _ = yym2777 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2748), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2776), d) } } - yyj2744++ - if yyhl2744 { - yyb2744 = yyj2744 > l + yyj2772++ + if yyhl2772 { + yyb2772 = yyj2772 > l } else { - yyb2744 = r.CheckBreak() + yyb2772 = r.CheckBreak() } - if yyb2744 { + if yyb2772 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35578,26 +36052,26 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2750 := &x.ImagePullSecrets - yym2751 := z.DecBinary() - _ = yym2751 + yyv2778 := &x.ImagePullSecrets + yym2779 := z.DecBinary() + _ = yym2779 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2750), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2778), d) } } for { - yyj2744++ - if yyhl2744 { - yyb2744 = yyj2744 > l + yyj2772++ + if yyhl2772 { + yyb2772 = yyj2772 > l } else { - yyb2744 = r.CheckBreak() + yyb2772 = r.CheckBreak() } - if yyb2744 { + if yyb2772 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2744-1, "") + z.DecStructFieldNotFound(yyj2772-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35609,37 +36083,37 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2752 := z.EncBinary() - _ = yym2752 + yym2780 := z.EncBinary() + _ = yym2780 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2753 := !z.EncBinary() - yy2arr2753 := z.EncBasicHandle().StructToArray - var yyq2753 [4]bool - _, _, _ = yysep2753, yyq2753, yy2arr2753 - const yyr2753 bool = false - yyq2753[0] = x.Kind != "" - yyq2753[1] = x.APIVersion != "" - yyq2753[2] = true - var yynn2753 int - if yyr2753 || yy2arr2753 { + yysep2781 := !z.EncBinary() + yy2arr2781 := z.EncBasicHandle().StructToArray + var yyq2781 [4]bool + _, _, _ = yysep2781, yyq2781, yy2arr2781 + const yyr2781 bool = false + yyq2781[0] = x.Kind != "" + yyq2781[1] = x.APIVersion != "" + yyq2781[2] = true + var yynn2781 int + if yyr2781 || yy2arr2781 { r.EncodeArrayStart(4) } else { - yynn2753 = 1 - for _, b := range yyq2753 { + yynn2781 = 1 + for _, b := range yyq2781 { if b { - yynn2753++ + yynn2781++ } } - r.EncodeMapStart(yynn2753) - yynn2753 = 0 + r.EncodeMapStart(yynn2781) + yynn2781 = 0 } - if yyr2753 || yy2arr2753 { + if yyr2781 || yy2arr2781 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2753[0] { - yym2755 := z.EncBinary() - _ = yym2755 + if yyq2781[0] { + yym2783 := z.EncBinary() + _ = yym2783 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35648,23 +36122,23 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2753[0] { + if yyq2781[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2756 := z.EncBinary() - _ = yym2756 + yym2784 := z.EncBinary() + _ = yym2784 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2753 || yy2arr2753 { + if yyr2781 || yy2arr2781 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2753[1] { - yym2758 := z.EncBinary() - _ = yym2758 + if yyq2781[1] { + yym2786 := z.EncBinary() + _ = yym2786 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35673,54 +36147,54 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2753[1] { + if yyq2781[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2759 := z.EncBinary() - _ = yym2759 + yym2787 := z.EncBinary() + _ = yym2787 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2753 || yy2arr2753 { + if yyr2781 || yy2arr2781 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2753[2] { - yy2761 := &x.ListMeta - yym2762 := z.EncBinary() - _ = yym2762 + if yyq2781[2] { + yy2789 := &x.ListMeta + yym2790 := z.EncBinary() + _ = yym2790 if false { - } else if z.HasExtensions() && z.EncExt(yy2761) { + } else if z.HasExtensions() && z.EncExt(yy2789) { } else { - z.EncFallback(yy2761) + z.EncFallback(yy2789) } } else { r.EncodeNil() } } else { - if yyq2753[2] { + if yyq2781[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2763 := &x.ListMeta - yym2764 := z.EncBinary() - _ = yym2764 + yy2791 := &x.ListMeta + yym2792 := z.EncBinary() + _ = yym2792 if false { - } else if z.HasExtensions() && z.EncExt(yy2763) { + } else if z.HasExtensions() && z.EncExt(yy2791) { } else { - z.EncFallback(yy2763) + z.EncFallback(yy2791) } } } - if yyr2753 || yy2arr2753 { + if yyr2781 || yy2arr2781 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2766 := z.EncBinary() - _ = yym2766 + yym2794 := z.EncBinary() + _ = yym2794 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) @@ -35733,15 +36207,15 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2767 := z.EncBinary() - _ = yym2767 + yym2795 := z.EncBinary() + _ = yym2795 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) } } } - if yyr2753 || yy2arr2753 { + if yyr2781 || yy2arr2781 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35754,25 +36228,25 @@ func (x *ServiceAccountList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2768 := z.DecBinary() - _ = yym2768 + yym2796 := z.DecBinary() + _ = yym2796 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2769 := r.ContainerType() - if yyct2769 == codecSelferValueTypeMap1234 { - yyl2769 := r.ReadMapStart() - if yyl2769 == 0 { + yyct2797 := r.ContainerType() + if yyct2797 == codecSelferValueTypeMap1234 { + yyl2797 := r.ReadMapStart() + if yyl2797 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2769, d) + x.codecDecodeSelfFromMap(yyl2797, d) } - } else if yyct2769 == codecSelferValueTypeArray1234 { - yyl2769 := r.ReadArrayStart() - if yyl2769 == 0 { + } else if yyct2797 == codecSelferValueTypeArray1234 { + yyl2797 := r.ReadArrayStart() + if yyl2797 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2769, d) + x.codecDecodeSelfFromArray(yyl2797, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35784,12 +36258,12 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2770Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2770Slc - var yyhl2770 bool = l >= 0 - for yyj2770 := 0; ; yyj2770++ { - if yyhl2770 { - if yyj2770 >= l { + var yys2798Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2798Slc + var yyhl2798 bool = l >= 0 + for yyj2798 := 0; ; yyj2798++ { + if yyhl2798 { + if yyj2798 >= l { break } } else { @@ -35798,10 +36272,10 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2770Slc = r.DecodeBytes(yys2770Slc, true, true) - yys2770 := string(yys2770Slc) + yys2798Slc = r.DecodeBytes(yys2798Slc, true, true) + yys2798 := string(yys2798Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2770 { + switch yys2798 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35818,31 +36292,31 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2773 := &x.ListMeta - yym2774 := z.DecBinary() - _ = yym2774 + yyv2801 := &x.ListMeta + yym2802 := z.DecBinary() + _ = yym2802 if false { - } else if z.HasExtensions() && z.DecExt(yyv2773) { + } else if z.HasExtensions() && z.DecExt(yyv2801) { } else { - z.DecFallback(yyv2773, false) + z.DecFallback(yyv2801, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2775 := &x.Items - yym2776 := z.DecBinary() - _ = yym2776 + yyv2803 := &x.Items + yym2804 := z.DecBinary() + _ = yym2804 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2775), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2803), d) } } default: - z.DecStructFieldNotFound(-1, yys2770) - } // end switch yys2770 - } // end for yyj2770 + z.DecStructFieldNotFound(-1, yys2798) + } // end switch yys2798 + } // end for yyj2798 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35850,16 +36324,16 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2777 int - var yyb2777 bool - var yyhl2777 bool = l >= 0 - yyj2777++ - if yyhl2777 { - yyb2777 = yyj2777 > l + var yyj2805 int + var yyb2805 bool + var yyhl2805 bool = l >= 0 + yyj2805++ + if yyhl2805 { + yyb2805 = yyj2805 > l } else { - yyb2777 = r.CheckBreak() + yyb2805 = r.CheckBreak() } - if yyb2777 { + if yyb2805 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35869,13 +36343,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Kind = string(r.DecodeString()) } - yyj2777++ - if yyhl2777 { - yyb2777 = yyj2777 > l + yyj2805++ + if yyhl2805 { + yyb2805 = yyj2805 > l } else { - yyb2777 = r.CheckBreak() + yyb2805 = r.CheckBreak() } - if yyb2777 { + if yyb2805 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35885,13 +36359,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.APIVersion = string(r.DecodeString()) } - yyj2777++ - if yyhl2777 { - yyb2777 = yyj2777 > l + yyj2805++ + if yyhl2805 { + yyb2805 = yyj2805 > l } else { - yyb2777 = r.CheckBreak() + yyb2805 = r.CheckBreak() } - if yyb2777 { + if yyb2805 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35899,22 +36373,22 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2780 := &x.ListMeta - yym2781 := z.DecBinary() - _ = yym2781 + yyv2808 := &x.ListMeta + yym2809 := z.DecBinary() + _ = yym2809 if false { - } else if z.HasExtensions() && z.DecExt(yyv2780) { + } else if z.HasExtensions() && z.DecExt(yyv2808) { } else { - z.DecFallback(yyv2780, false) + z.DecFallback(yyv2808, false) } } - yyj2777++ - if yyhl2777 { - yyb2777 = yyj2777 > l + yyj2805++ + if yyhl2805 { + yyb2805 = yyj2805 > l } else { - yyb2777 = r.CheckBreak() + yyb2805 = r.CheckBreak() } - if yyb2777 { + if yyb2805 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35922,351 +36396,31 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2782 := &x.Items - yym2783 := z.DecBinary() - _ = yym2783 + yyv2810 := &x.Items + yym2811 := z.DecBinary() + _ = yym2811 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2782), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2810), d) } } for { - yyj2777++ - if yyhl2777 { - yyb2777 = yyj2777 > l + yyj2805++ + if yyhl2805 { + yyb2805 = yyj2805 > l } else { - yyb2777 = r.CheckBreak() + yyb2805 = r.CheckBreak() } - if yyb2777 { + if yyb2805 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2777-1, "") + z.DecStructFieldNotFound(yyj2805-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym2784 := z.EncBinary() - _ = yym2784 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep2785 := !z.EncBinary() - yy2arr2785 := z.EncBasicHandle().StructToArray - var yyq2785 [4]bool - _, _, _ = yysep2785, yyq2785, yy2arr2785 - const yyr2785 bool = false - yyq2785[0] = x.Kind != "" - yyq2785[1] = x.APIVersion != "" - yyq2785[2] = true - var yynn2785 int - if yyr2785 || yy2arr2785 { - r.EncodeArrayStart(4) - } else { - yynn2785 = 1 - for _, b := range yyq2785 { - if b { - yynn2785++ - } - } - r.EncodeMapStart(yynn2785) - yynn2785 = 0 - } - if yyr2785 || yy2arr2785 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2785[0] { - yym2787 := z.EncBinary() - _ = yym2787 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2785[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2788 := z.EncBinary() - _ = yym2788 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr2785 || yy2arr2785 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2785[1] { - yym2790 := z.EncBinary() - _ = yym2790 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2785[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2791 := z.EncBinary() - _ = yym2791 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr2785 || yy2arr2785 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2785[2] { - yy2793 := &x.ObjectMeta - yy2793.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq2785[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2794 := &x.ObjectMeta - yy2794.CodecEncodeSelf(e) - } - } - if yyr2785 || yy2arr2785 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if x.Subsets == nil { - r.EncodeNil() - } else { - yym2796 := z.EncBinary() - _ = yym2796 - if false { - } else { - h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) - } - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("subsets")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Subsets == nil { - r.EncodeNil() - } else { - yym2797 := z.EncBinary() - _ = yym2797 - if false { - } else { - h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) - } - } - } - if yyr2785 || yy2arr2785 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *Endpoints) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym2798 := z.DecBinary() - _ = yym2798 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct2799 := r.ContainerType() - if yyct2799 == codecSelferValueTypeMap1234 { - yyl2799 := r.ReadMapStart() - if yyl2799 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl2799, d) - } - } else if yyct2799 == codecSelferValueTypeArray1234 { - yyl2799 := r.ReadArrayStart() - if yyl2799 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl2799, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys2800Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2800Slc - var yyhl2800 bool = l >= 0 - for yyj2800 := 0; ; yyj2800++ { - if yyhl2800 { - if yyj2800 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2800Slc = r.DecodeBytes(yys2800Slc, true, true) - yys2800 := string(yys2800Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2800 { - 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 { - yyv2803 := &x.ObjectMeta - yyv2803.CodecDecodeSelf(d) - } - case "subsets": - if r.TryDecodeAsNil() { - x.Subsets = nil - } else { - yyv2804 := &x.Subsets - yym2805 := z.DecBinary() - _ = yym2805 - if false { - } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2804), d) - } - } - default: - z.DecStructFieldNotFound(-1, yys2800) - } // end switch yys2800 - } // end for yyj2800 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj2806 int - var yyb2806 bool - var yyhl2806 bool = l >= 0 - yyj2806++ - if yyhl2806 { - yyb2806 = yyj2806 > l - } else { - yyb2806 = r.CheckBreak() - } - if yyb2806 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj2806++ - if yyhl2806 { - yyb2806 = yyj2806 > l - } else { - yyb2806 = r.CheckBreak() - } - if yyb2806 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj2806++ - if yyhl2806 { - yyb2806 = yyj2806 > l - } else { - yyb2806 = r.CheckBreak() - } - if yyb2806 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} - } else { - yyv2809 := &x.ObjectMeta - yyv2809.CodecDecodeSelf(d) - } - yyj2806++ - if yyhl2806 { - yyb2806 = yyj2806 > l - } else { - yyb2806 = r.CheckBreak() - } - if yyb2806 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Subsets = nil - } else { - yyv2810 := &x.Subsets - yym2811 := z.DecBinary() - _ = yym2811 - if false { - } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2810), d) - } - } - for { - yyj2806++ - if yyhl2806 { - yyb2806 = yyj2806 > l - } else { - yyb2806 = r.CheckBreak() - } - if yyb2806 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2806-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r @@ -36280,17 +36434,17 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep2813 := !z.EncBinary() yy2arr2813 := z.EncBasicHandle().StructToArray - var yyq2813 [3]bool + var yyq2813 [4]bool _, _, _ = yysep2813, yyq2813, yy2arr2813 const yyr2813 bool = false - yyq2813[0] = len(x.Addresses) != 0 - yyq2813[1] = len(x.NotReadyAddresses) != 0 - yyq2813[2] = len(x.Ports) != 0 + yyq2813[0] = x.Kind != "" + yyq2813[1] = x.APIVersion != "" + yyq2813[2] = true var yynn2813 int if yyr2813 || yy2arr2813 { - r.EncodeArrayStart(3) + r.EncodeArrayStart(4) } else { - yynn2813 = 0 + yynn2813 = 1 for _, b := range yyq2813 { if b { yynn2813++ @@ -36302,11 +36456,331 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if yyr2813 || yy2arr2813 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if yyq2813[0] { + yym2815 := z.EncBinary() + _ = yym2815 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2813[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2816 := z.EncBinary() + _ = yym2816 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr2813 || yy2arr2813 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2813[1] { + yym2818 := z.EncBinary() + _ = yym2818 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2813[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2819 := z.EncBinary() + _ = yym2819 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr2813 || yy2arr2813 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2813[2] { + yy2821 := &x.ObjectMeta + yy2821.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq2813[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy2822 := &x.ObjectMeta + yy2822.CodecEncodeSelf(e) + } + } + if yyr2813 || yy2arr2813 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.Subsets == nil { + r.EncodeNil() + } else { + yym2824 := z.EncBinary() + _ = yym2824 + if false { + } else { + h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("subsets")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Subsets == nil { + r.EncodeNil() + } else { + yym2825 := z.EncBinary() + _ = yym2825 + if false { + } else { + h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) + } + } + } + if yyr2813 || yy2arr2813 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *Endpoints) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym2826 := z.DecBinary() + _ = yym2826 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2827 := r.ContainerType() + if yyct2827 == codecSelferValueTypeMap1234 { + yyl2827 := r.ReadMapStart() + if yyl2827 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl2827, d) + } + } else if yyct2827 == codecSelferValueTypeArray1234 { + yyl2827 := r.ReadArrayStart() + if yyl2827 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl2827, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys2828Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2828Slc + var yyhl2828 bool = l >= 0 + for yyj2828 := 0; ; yyj2828++ { + if yyhl2828 { + if yyj2828 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys2828Slc = r.DecodeBytes(yys2828Slc, true, true) + yys2828 := string(yys2828Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys2828 { + 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 { + yyv2831 := &x.ObjectMeta + yyv2831.CodecDecodeSelf(d) + } + case "subsets": + if r.TryDecodeAsNil() { + x.Subsets = nil + } else { + yyv2832 := &x.Subsets + yym2833 := z.DecBinary() + _ = yym2833 + if false { + } else { + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2832), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys2828) + } // end switch yys2828 + } // end for yyj2828 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj2834 int + var yyb2834 bool + var yyhl2834 bool = l >= 0 + yyj2834++ + if yyhl2834 { + yyb2834 = yyj2834 > l + } else { + yyb2834 = r.CheckBreak() + } + if yyb2834 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj2834++ + if yyhl2834 { + yyb2834 = yyj2834 > l + } else { + yyb2834 = r.CheckBreak() + } + if yyb2834 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj2834++ + if yyhl2834 { + yyb2834 = yyj2834 > l + } else { + yyb2834 = r.CheckBreak() + } + if yyb2834 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ObjectMeta = ObjectMeta{} + } else { + yyv2837 := &x.ObjectMeta + yyv2837.CodecDecodeSelf(d) + } + yyj2834++ + if yyhl2834 { + yyb2834 = yyj2834 > l + } else { + yyb2834 = r.CheckBreak() + } + if yyb2834 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Subsets = nil + } else { + yyv2838 := &x.Subsets + yym2839 := z.DecBinary() + _ = yym2839 + if false { + } else { + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2838), d) + } + } + for { + yyj2834++ + if yyhl2834 { + yyb2834 = yyj2834 > l + } else { + yyb2834 = r.CheckBreak() + } + if yyb2834 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj2834-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym2840 := z.EncBinary() + _ = yym2840 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2841 := !z.EncBinary() + yy2arr2841 := z.EncBasicHandle().StructToArray + var yyq2841 [3]bool + _, _, _ = yysep2841, yyq2841, yy2arr2841 + const yyr2841 bool = false + yyq2841[0] = len(x.Addresses) != 0 + yyq2841[1] = len(x.NotReadyAddresses) != 0 + yyq2841[2] = len(x.Ports) != 0 + var yynn2841 int + if yyr2841 || yy2arr2841 { + r.EncodeArrayStart(3) + } else { + yynn2841 = 0 + for _, b := range yyq2841 { + if b { + yynn2841++ + } + } + r.EncodeMapStart(yynn2841) + yynn2841 = 0 + } + if yyr2841 || yy2arr2841 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2841[0] { if x.Addresses == nil { r.EncodeNil() } else { - yym2815 := z.EncBinary() - _ = yym2815 + yym2843 := z.EncBinary() + _ = yym2843 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) @@ -36316,15 +36790,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2813[0] { + if yyq2841[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("addresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2816 := z.EncBinary() - _ = yym2816 + yym2844 := z.EncBinary() + _ = yym2844 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) @@ -36332,14 +36806,14 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2813 || yy2arr2813 { + if yyr2841 || yy2arr2841 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2813[1] { + if yyq2841[1] { if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2818 := z.EncBinary() - _ = yym2818 + yym2846 := z.EncBinary() + _ = yym2846 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) @@ -36349,15 +36823,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2813[1] { + if yyq2841[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("notReadyAddresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2819 := z.EncBinary() - _ = yym2819 + yym2847 := z.EncBinary() + _ = yym2847 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) @@ -36365,14 +36839,14 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2813 || yy2arr2813 { + if yyr2841 || yy2arr2841 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2813[2] { + if yyq2841[2] { if x.Ports == nil { r.EncodeNil() } else { - yym2821 := z.EncBinary() - _ = yym2821 + yym2849 := z.EncBinary() + _ = yym2849 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) @@ -36382,15 +36856,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2813[2] { + if yyq2841[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ports")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ports == nil { r.EncodeNil() } else { - yym2822 := z.EncBinary() - _ = yym2822 + yym2850 := z.EncBinary() + _ = yym2850 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) @@ -36398,7 +36872,7 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2813 || yy2arr2813 { + if yyr2841 || yy2arr2841 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36411,25 +36885,25 @@ func (x *EndpointSubset) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2823 := z.DecBinary() - _ = yym2823 + yym2851 := z.DecBinary() + _ = yym2851 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2824 := r.ContainerType() - if yyct2824 == codecSelferValueTypeMap1234 { - yyl2824 := r.ReadMapStart() - if yyl2824 == 0 { + yyct2852 := r.ContainerType() + if yyct2852 == codecSelferValueTypeMap1234 { + yyl2852 := r.ReadMapStart() + if yyl2852 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2824, d) + x.codecDecodeSelfFromMap(yyl2852, d) } - } else if yyct2824 == codecSelferValueTypeArray1234 { - yyl2824 := r.ReadArrayStart() - if yyl2824 == 0 { + } else if yyct2852 == codecSelferValueTypeArray1234 { + yyl2852 := r.ReadArrayStart() + if yyl2852 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2824, d) + x.codecDecodeSelfFromArray(yyl2852, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36441,12 +36915,12 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2825Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2825Slc - var yyhl2825 bool = l >= 0 - for yyj2825 := 0; ; yyj2825++ { - if yyhl2825 { - if yyj2825 >= l { + var yys2853Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2853Slc + var yyhl2853 bool = l >= 0 + for yyj2853 := 0; ; yyj2853++ { + if yyhl2853 { + if yyj2853 >= l { break } } else { @@ -36455,50 +36929,50 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2825Slc = r.DecodeBytes(yys2825Slc, true, true) - yys2825 := string(yys2825Slc) + yys2853Slc = r.DecodeBytes(yys2853Slc, true, true) + yys2853 := string(yys2853Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2825 { + switch yys2853 { case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2826 := &x.Addresses - yym2827 := z.DecBinary() - _ = yym2827 + yyv2854 := &x.Addresses + yym2855 := z.DecBinary() + _ = yym2855 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2826), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2854), d) } } case "notReadyAddresses": if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2828 := &x.NotReadyAddresses - yym2829 := z.DecBinary() - _ = yym2829 + yyv2856 := &x.NotReadyAddresses + yym2857 := z.DecBinary() + _ = yym2857 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2828), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2856), d) } } case "ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2830 := &x.Ports - yym2831 := z.DecBinary() - _ = yym2831 + yyv2858 := &x.Ports + yym2859 := z.DecBinary() + _ = yym2859 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2830), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2858), d) } } default: - z.DecStructFieldNotFound(-1, yys2825) - } // end switch yys2825 - } // end for yyj2825 + z.DecStructFieldNotFound(-1, yys2853) + } // end switch yys2853 + } // end for yyj2853 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36506,16 +36980,16 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2832 int - var yyb2832 bool - var yyhl2832 bool = l >= 0 - yyj2832++ - if yyhl2832 { - yyb2832 = yyj2832 > l + var yyj2860 int + var yyb2860 bool + var yyhl2860 bool = l >= 0 + yyj2860++ + if yyhl2860 { + yyb2860 = yyj2860 > l } else { - yyb2832 = r.CheckBreak() + yyb2860 = r.CheckBreak() } - if yyb2832 { + if yyb2860 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36523,21 +36997,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2833 := &x.Addresses - yym2834 := z.DecBinary() - _ = yym2834 + yyv2861 := &x.Addresses + yym2862 := z.DecBinary() + _ = yym2862 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2833), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2861), d) } } - yyj2832++ - if yyhl2832 { - yyb2832 = yyj2832 > l + yyj2860++ + if yyhl2860 { + yyb2860 = yyj2860 > l } else { - yyb2832 = r.CheckBreak() + yyb2860 = r.CheckBreak() } - if yyb2832 { + if yyb2860 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36545,21 +37019,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2835 := &x.NotReadyAddresses - yym2836 := z.DecBinary() - _ = yym2836 + yyv2863 := &x.NotReadyAddresses + yym2864 := z.DecBinary() + _ = yym2864 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2835), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2863), d) } } - yyj2832++ - if yyhl2832 { - yyb2832 = yyj2832 > l + yyj2860++ + if yyhl2860 { + yyb2860 = yyj2860 > l } else { - yyb2832 = r.CheckBreak() + yyb2860 = r.CheckBreak() } - if yyb2832 { + if yyb2860 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36567,26 +37041,26 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2837 := &x.Ports - yym2838 := z.DecBinary() - _ = yym2838 + yyv2865 := &x.Ports + yym2866 := z.DecBinary() + _ = yym2866 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2837), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2865), d) } } for { - yyj2832++ - if yyhl2832 { - yyb2832 = yyj2832 > l + yyj2860++ + if yyhl2860 { + yyb2860 = yyj2860 > l } else { - yyb2832 = r.CheckBreak() + yyb2860 = r.CheckBreak() } - if yyb2832 { + if yyb2860 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2832-1, "") + z.DecStructFieldNotFound(yyj2860-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36598,36 +37072,36 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2839 := z.EncBinary() - _ = yym2839 + yym2867 := z.EncBinary() + _ = yym2867 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2840 := !z.EncBinary() - yy2arr2840 := z.EncBasicHandle().StructToArray - var yyq2840 [4]bool - _, _, _ = yysep2840, yyq2840, yy2arr2840 - const yyr2840 bool = false - yyq2840[1] = x.Hostname != "" - yyq2840[2] = x.NodeName != nil - yyq2840[3] = x.TargetRef != nil - var yynn2840 int - if yyr2840 || yy2arr2840 { + yysep2868 := !z.EncBinary() + yy2arr2868 := z.EncBasicHandle().StructToArray + var yyq2868 [4]bool + _, _, _ = yysep2868, yyq2868, yy2arr2868 + const yyr2868 bool = false + yyq2868[1] = x.Hostname != "" + yyq2868[2] = x.NodeName != nil + yyq2868[3] = x.TargetRef != nil + var yynn2868 int + if yyr2868 || yy2arr2868 { r.EncodeArrayStart(4) } else { - yynn2840 = 1 - for _, b := range yyq2840 { + yynn2868 = 1 + for _, b := range yyq2868 { if b { - yynn2840++ + yynn2868++ } } - r.EncodeMapStart(yynn2840) - yynn2840 = 0 + r.EncodeMapStart(yynn2868) + yynn2868 = 0 } - if yyr2840 || yy2arr2840 { + if yyr2868 || yy2arr2868 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2842 := z.EncBinary() - _ = yym2842 + yym2870 := z.EncBinary() + _ = yym2870 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -36636,18 +37110,18 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ip")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2843 := z.EncBinary() - _ = yym2843 + yym2871 := z.EncBinary() + _ = yym2871 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } - if yyr2840 || yy2arr2840 { + if yyr2868 || yy2arr2868 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2840[1] { - yym2845 := z.EncBinary() - _ = yym2845 + if yyq2868[1] { + yym2873 := z.EncBinary() + _ = yym2873 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -36656,56 +37130,56 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2840[1] { + if yyq2868[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2846 := z.EncBinary() - _ = yym2846 + yym2874 := z.EncBinary() + _ = yym2874 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr2840 || yy2arr2840 { + if yyr2868 || yy2arr2868 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2840[2] { + if yyq2868[2] { if x.NodeName == nil { r.EncodeNil() } else { - yy2848 := *x.NodeName - yym2849 := z.EncBinary() - _ = yym2849 + yy2876 := *x.NodeName + yym2877 := z.EncBinary() + _ = yym2877 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy2848)) + r.EncodeString(codecSelferC_UTF81234, string(yy2876)) } } } else { r.EncodeNil() } } else { - if yyq2840[2] { + if yyq2868[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NodeName == nil { r.EncodeNil() } else { - yy2850 := *x.NodeName - yym2851 := z.EncBinary() - _ = yym2851 + yy2878 := *x.NodeName + yym2879 := z.EncBinary() + _ = yym2879 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy2850)) + r.EncodeString(codecSelferC_UTF81234, string(yy2878)) } } } } - if yyr2840 || yy2arr2840 { + if yyr2868 || yy2arr2868 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2840[3] { + if yyq2868[3] { if x.TargetRef == nil { r.EncodeNil() } else { @@ -36715,7 +37189,7 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2840[3] { + if yyq2868[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -36726,7 +37200,7 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2840 || yy2arr2840 { + if yyr2868 || yy2arr2868 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36739,25 +37213,25 @@ func (x *EndpointAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2853 := z.DecBinary() - _ = yym2853 + yym2881 := z.DecBinary() + _ = yym2881 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2854 := r.ContainerType() - if yyct2854 == codecSelferValueTypeMap1234 { - yyl2854 := r.ReadMapStart() - if yyl2854 == 0 { + yyct2882 := r.ContainerType() + if yyct2882 == codecSelferValueTypeMap1234 { + yyl2882 := r.ReadMapStart() + if yyl2882 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2854, d) + x.codecDecodeSelfFromMap(yyl2882, d) } - } else if yyct2854 == codecSelferValueTypeArray1234 { - yyl2854 := r.ReadArrayStart() - if yyl2854 == 0 { + } else if yyct2882 == codecSelferValueTypeArray1234 { + yyl2882 := r.ReadArrayStart() + if yyl2882 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2854, d) + x.codecDecodeSelfFromArray(yyl2882, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36769,12 +37243,12 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2855Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2855Slc - var yyhl2855 bool = l >= 0 - for yyj2855 := 0; ; yyj2855++ { - if yyhl2855 { - if yyj2855 >= l { + var yys2883Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2883Slc + var yyhl2883 bool = l >= 0 + for yyj2883 := 0; ; yyj2883++ { + if yyhl2883 { + if yyj2883 >= l { break } } else { @@ -36783,10 +37257,10 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2855Slc = r.DecodeBytes(yys2855Slc, true, true) - yys2855 := string(yys2855Slc) + yys2883Slc = r.DecodeBytes(yys2883Slc, true, true) + yys2883 := string(yys2883Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2855 { + switch yys2883 { case "ip": if r.TryDecodeAsNil() { x.IP = "" @@ -36808,8 +37282,8 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.NodeName == nil { x.NodeName = new(string) } - yym2859 := z.DecBinary() - _ = yym2859 + yym2887 := z.DecBinary() + _ = yym2887 if false { } else { *((*string)(x.NodeName)) = r.DecodeString() @@ -36827,9 +37301,9 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TargetRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2855) - } // end switch yys2855 - } // end for yyj2855 + z.DecStructFieldNotFound(-1, yys2883) + } // end switch yys2883 + } // end for yyj2883 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36837,16 +37311,16 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2861 int - var yyb2861 bool - var yyhl2861 bool = l >= 0 - yyj2861++ - if yyhl2861 { - yyb2861 = yyj2861 > l + var yyj2889 int + var yyb2889 bool + var yyhl2889 bool = l >= 0 + yyj2889++ + if yyhl2889 { + yyb2889 = yyj2889 > l } else { - yyb2861 = r.CheckBreak() + yyb2889 = r.CheckBreak() } - if yyb2861 { + if yyb2889 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36856,13 +37330,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.IP = string(r.DecodeString()) } - yyj2861++ - if yyhl2861 { - yyb2861 = yyj2861 > l + yyj2889++ + if yyhl2889 { + yyb2889 = yyj2889 > l } else { - yyb2861 = r.CheckBreak() + yyb2889 = r.CheckBreak() } - if yyb2861 { + if yyb2889 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36872,13 +37346,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Hostname = string(r.DecodeString()) } - yyj2861++ - if yyhl2861 { - yyb2861 = yyj2861 > l + yyj2889++ + if yyhl2889 { + yyb2889 = yyj2889 > l } else { - yyb2861 = r.CheckBreak() + yyb2889 = r.CheckBreak() } - if yyb2861 { + if yyb2889 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36891,20 +37365,20 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.NodeName == nil { x.NodeName = new(string) } - yym2865 := z.DecBinary() - _ = yym2865 + yym2893 := z.DecBinary() + _ = yym2893 if false { } else { *((*string)(x.NodeName)) = r.DecodeString() } } - yyj2861++ - if yyhl2861 { - yyb2861 = yyj2861 > l + yyj2889++ + if yyhl2889 { + yyb2889 = yyj2889 > l } else { - yyb2861 = r.CheckBreak() + yyb2889 = r.CheckBreak() } - if yyb2861 { + if yyb2889 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36920,17 +37394,17 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TargetRef.CodecDecodeSelf(d) } for { - yyj2861++ - if yyhl2861 { - yyb2861 = yyj2861 > l + yyj2889++ + if yyhl2889 { + yyb2889 = yyj2889 > l } else { - yyb2861 = r.CheckBreak() + yyb2889 = r.CheckBreak() } - if yyb2861 { + if yyb2889 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2861-1, "") + z.DecStructFieldNotFound(yyj2889-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36942,36 +37416,36 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2867 := z.EncBinary() - _ = yym2867 + yym2895 := z.EncBinary() + _ = yym2895 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2868 := !z.EncBinary() - yy2arr2868 := z.EncBasicHandle().StructToArray - var yyq2868 [3]bool - _, _, _ = yysep2868, yyq2868, yy2arr2868 - const yyr2868 bool = false - yyq2868[0] = x.Name != "" - yyq2868[2] = x.Protocol != "" - var yynn2868 int - if yyr2868 || yy2arr2868 { + yysep2896 := !z.EncBinary() + yy2arr2896 := z.EncBasicHandle().StructToArray + var yyq2896 [3]bool + _, _, _ = yysep2896, yyq2896, yy2arr2896 + const yyr2896 bool = false + yyq2896[0] = x.Name != "" + yyq2896[2] = x.Protocol != "" + var yynn2896 int + if yyr2896 || yy2arr2896 { r.EncodeArrayStart(3) } else { - yynn2868 = 1 - for _, b := range yyq2868 { + yynn2896 = 1 + for _, b := range yyq2896 { if b { - yynn2868++ + yynn2896++ } } - r.EncodeMapStart(yynn2868) - yynn2868 = 0 + r.EncodeMapStart(yynn2896) + yynn2896 = 0 } - if yyr2868 || yy2arr2868 { + if yyr2896 || yy2arr2896 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2868[0] { - yym2870 := z.EncBinary() - _ = yym2870 + if yyq2896[0] { + yym2898 := z.EncBinary() + _ = yym2898 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -36980,22 +37454,22 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2868[0] { + if yyq2896[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2871 := z.EncBinary() - _ = yym2871 + yym2899 := z.EncBinary() + _ = yym2899 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr2868 || yy2arr2868 { + if yyr2896 || yy2arr2896 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2873 := z.EncBinary() - _ = yym2873 + yym2901 := z.EncBinary() + _ = yym2901 if false { } else { r.EncodeInt(int64(x.Port)) @@ -37004,29 +37478,29 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2874 := z.EncBinary() - _ = yym2874 + yym2902 := z.EncBinary() + _ = yym2902 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2868 || yy2arr2868 { + if yyr2896 || yy2arr2896 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2868[2] { + if yyq2896[2] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2868[2] { + if yyq2896[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr2868 || yy2arr2868 { + if yyr2896 || yy2arr2896 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37039,25 +37513,25 @@ func (x *EndpointPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2876 := z.DecBinary() - _ = yym2876 + yym2904 := z.DecBinary() + _ = yym2904 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2877 := r.ContainerType() - if yyct2877 == codecSelferValueTypeMap1234 { - yyl2877 := r.ReadMapStart() - if yyl2877 == 0 { + yyct2905 := r.ContainerType() + if yyct2905 == codecSelferValueTypeMap1234 { + yyl2905 := r.ReadMapStart() + if yyl2905 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2877, d) + x.codecDecodeSelfFromMap(yyl2905, d) } - } else if yyct2877 == codecSelferValueTypeArray1234 { - yyl2877 := r.ReadArrayStart() - if yyl2877 == 0 { + } else if yyct2905 == codecSelferValueTypeArray1234 { + yyl2905 := r.ReadArrayStart() + if yyl2905 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2877, d) + x.codecDecodeSelfFromArray(yyl2905, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37069,12 +37543,12 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2878Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2878Slc - var yyhl2878 bool = l >= 0 - for yyj2878 := 0; ; yyj2878++ { - if yyhl2878 { - if yyj2878 >= l { + var yys2906Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2906Slc + var yyhl2906 bool = l >= 0 + for yyj2906 := 0; ; yyj2906++ { + if yyhl2906 { + if yyj2906 >= l { break } } else { @@ -37083,10 +37557,10 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2878Slc = r.DecodeBytes(yys2878Slc, true, true) - yys2878 := string(yys2878Slc) + yys2906Slc = r.DecodeBytes(yys2906Slc, true, true) + yys2906 := string(yys2906Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2878 { + switch yys2906 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -37106,9 +37580,9 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2878) - } // end switch yys2878 - } // end for yyj2878 + z.DecStructFieldNotFound(-1, yys2906) + } // end switch yys2906 + } // end for yyj2906 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37116,16 +37590,16 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2882 int - var yyb2882 bool - var yyhl2882 bool = l >= 0 - yyj2882++ - if yyhl2882 { - yyb2882 = yyj2882 > l + var yyj2910 int + var yyb2910 bool + var yyhl2910 bool = l >= 0 + yyj2910++ + if yyhl2910 { + yyb2910 = yyj2910 > l } else { - yyb2882 = r.CheckBreak() + yyb2910 = r.CheckBreak() } - if yyb2882 { + if yyb2910 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37135,13 +37609,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2882++ - if yyhl2882 { - yyb2882 = yyj2882 > l + yyj2910++ + if yyhl2910 { + yyb2910 = yyj2910 > l } else { - yyb2882 = r.CheckBreak() + yyb2910 = r.CheckBreak() } - if yyb2882 { + if yyb2910 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37151,13 +37625,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2882++ - if yyhl2882 { - yyb2882 = yyj2882 > l + yyj2910++ + if yyhl2910 { + yyb2910 = yyj2910 > l } else { - yyb2882 = r.CheckBreak() + yyb2910 = r.CheckBreak() } - if yyb2882 { + if yyb2910 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37168,17 +37642,17 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } for { - yyj2882++ - if yyhl2882 { - yyb2882 = yyj2882 > l + yyj2910++ + if yyhl2910 { + yyb2910 = yyj2910 > l } else { - yyb2882 = r.CheckBreak() + yyb2910 = r.CheckBreak() } - if yyb2882 { + if yyb2910 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2882-1, "") + z.DecStructFieldNotFound(yyj2910-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37190,37 +37664,37 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2886 := z.EncBinary() - _ = yym2886 + yym2914 := z.EncBinary() + _ = yym2914 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2887 := !z.EncBinary() - yy2arr2887 := z.EncBasicHandle().StructToArray - var yyq2887 [4]bool - _, _, _ = yysep2887, yyq2887, yy2arr2887 - const yyr2887 bool = false - yyq2887[0] = x.Kind != "" - yyq2887[1] = x.APIVersion != "" - yyq2887[2] = true - var yynn2887 int - if yyr2887 || yy2arr2887 { + yysep2915 := !z.EncBinary() + yy2arr2915 := z.EncBasicHandle().StructToArray + var yyq2915 [4]bool + _, _, _ = yysep2915, yyq2915, yy2arr2915 + const yyr2915 bool = false + yyq2915[0] = x.Kind != "" + yyq2915[1] = x.APIVersion != "" + yyq2915[2] = true + var yynn2915 int + if yyr2915 || yy2arr2915 { r.EncodeArrayStart(4) } else { - yynn2887 = 1 - for _, b := range yyq2887 { + yynn2915 = 1 + for _, b := range yyq2915 { if b { - yynn2887++ + yynn2915++ } } - r.EncodeMapStart(yynn2887) - yynn2887 = 0 + r.EncodeMapStart(yynn2915) + yynn2915 = 0 } - if yyr2887 || yy2arr2887 { + if yyr2915 || yy2arr2915 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2887[0] { - yym2889 := z.EncBinary() - _ = yym2889 + if yyq2915[0] { + yym2917 := z.EncBinary() + _ = yym2917 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -37229,23 +37703,23 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2887[0] { + if yyq2915[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2890 := z.EncBinary() - _ = yym2890 + yym2918 := z.EncBinary() + _ = yym2918 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2887 || yy2arr2887 { + if yyr2915 || yy2arr2915 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2887[1] { - yym2892 := z.EncBinary() - _ = yym2892 + if yyq2915[1] { + yym2920 := z.EncBinary() + _ = yym2920 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -37254,54 +37728,54 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2887[1] { + if yyq2915[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2893 := z.EncBinary() - _ = yym2893 + yym2921 := z.EncBinary() + _ = yym2921 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2887 || yy2arr2887 { + if yyr2915 || yy2arr2915 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2887[2] { - yy2895 := &x.ListMeta - yym2896 := z.EncBinary() - _ = yym2896 + if yyq2915[2] { + yy2923 := &x.ListMeta + yym2924 := z.EncBinary() + _ = yym2924 if false { - } else if z.HasExtensions() && z.EncExt(yy2895) { + } else if z.HasExtensions() && z.EncExt(yy2923) { } else { - z.EncFallback(yy2895) + z.EncFallback(yy2923) } } else { r.EncodeNil() } } else { - if yyq2887[2] { + if yyq2915[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2897 := &x.ListMeta - yym2898 := z.EncBinary() - _ = yym2898 + yy2925 := &x.ListMeta + yym2926 := z.EncBinary() + _ = yym2926 if false { - } else if z.HasExtensions() && z.EncExt(yy2897) { + } else if z.HasExtensions() && z.EncExt(yy2925) { } else { - z.EncFallback(yy2897) + z.EncFallback(yy2925) } } } - if yyr2887 || yy2arr2887 { + if yyr2915 || yy2arr2915 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2900 := z.EncBinary() - _ = yym2900 + yym2928 := z.EncBinary() + _ = yym2928 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) @@ -37314,15 +37788,15 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2901 := z.EncBinary() - _ = yym2901 + yym2929 := z.EncBinary() + _ = yym2929 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) } } } - if yyr2887 || yy2arr2887 { + if yyr2915 || yy2arr2915 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37335,25 +37809,25 @@ func (x *EndpointsList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2902 := z.DecBinary() - _ = yym2902 + yym2930 := z.DecBinary() + _ = yym2930 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2903 := r.ContainerType() - if yyct2903 == codecSelferValueTypeMap1234 { - yyl2903 := r.ReadMapStart() - if yyl2903 == 0 { + yyct2931 := r.ContainerType() + if yyct2931 == codecSelferValueTypeMap1234 { + yyl2931 := r.ReadMapStart() + if yyl2931 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2903, d) + x.codecDecodeSelfFromMap(yyl2931, d) } - } else if yyct2903 == codecSelferValueTypeArray1234 { - yyl2903 := r.ReadArrayStart() - if yyl2903 == 0 { + } else if yyct2931 == codecSelferValueTypeArray1234 { + yyl2931 := r.ReadArrayStart() + if yyl2931 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2903, d) + x.codecDecodeSelfFromArray(yyl2931, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37365,12 +37839,12 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2904Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2904Slc - var yyhl2904 bool = l >= 0 - for yyj2904 := 0; ; yyj2904++ { - if yyhl2904 { - if yyj2904 >= l { + var yys2932Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2932Slc + var yyhl2932 bool = l >= 0 + for yyj2932 := 0; ; yyj2932++ { + if yyhl2932 { + if yyj2932 >= l { break } } else { @@ -37379,10 +37853,10 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2904Slc = r.DecodeBytes(yys2904Slc, true, true) - yys2904 := string(yys2904Slc) + yys2932Slc = r.DecodeBytes(yys2932Slc, true, true) + yys2932 := string(yys2932Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2904 { + switch yys2932 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -37399,361 +37873,35 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2907 := &x.ListMeta - yym2908 := z.DecBinary() - _ = yym2908 + yyv2935 := &x.ListMeta + yym2936 := z.DecBinary() + _ = yym2936 if false { - } else if z.HasExtensions() && z.DecExt(yyv2907) { + } else if z.HasExtensions() && z.DecExt(yyv2935) { } else { - z.DecFallback(yyv2907, false) + z.DecFallback(yyv2935, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2909 := &x.Items - yym2910 := z.DecBinary() - _ = yym2910 + yyv2937 := &x.Items + yym2938 := z.DecBinary() + _ = yym2938 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2909), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2937), d) } } default: - z.DecStructFieldNotFound(-1, yys2904) - } // end switch yys2904 - } // end for yyj2904 + z.DecStructFieldNotFound(-1, yys2932) + } // end switch yys2932 + } // end for yyj2932 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj2911 int - var yyb2911 bool - var yyhl2911 bool = l >= 0 - yyj2911++ - if yyhl2911 { - yyb2911 = yyj2911 > l - } else { - yyb2911 = r.CheckBreak() - } - if yyb2911 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj2911++ - if yyhl2911 { - yyb2911 = yyj2911 > l - } else { - yyb2911 = r.CheckBreak() - } - if yyb2911 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj2911++ - if yyhl2911 { - yyb2911 = yyj2911 > l - } else { - yyb2911 = r.CheckBreak() - } - if yyb2911 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} - } else { - yyv2914 := &x.ListMeta - yym2915 := z.DecBinary() - _ = yym2915 - if false { - } else if z.HasExtensions() && z.DecExt(yyv2914) { - } else { - z.DecFallback(yyv2914, false) - } - } - yyj2911++ - if yyhl2911 { - yyb2911 = yyj2911 > l - } else { - yyb2911 = r.CheckBreak() - } - if yyb2911 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Items = nil - } else { - yyv2916 := &x.Items - yym2917 := z.DecBinary() - _ = yym2917 - if false { - } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2916), d) - } - } - for { - yyj2911++ - if yyhl2911 { - yyb2911 = yyj2911 > l - } else { - yyb2911 = r.CheckBreak() - } - if yyb2911 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2911-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym2918 := z.EncBinary() - _ = yym2918 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep2919 := !z.EncBinary() - yy2arr2919 := z.EncBasicHandle().StructToArray - var yyq2919 [4]bool - _, _, _ = yysep2919, yyq2919, yy2arr2919 - const yyr2919 bool = false - yyq2919[0] = x.PodCIDR != "" - yyq2919[1] = x.ExternalID != "" - yyq2919[2] = x.ProviderID != "" - yyq2919[3] = x.Unschedulable != false - var yynn2919 int - if yyr2919 || yy2arr2919 { - r.EncodeArrayStart(4) - } else { - yynn2919 = 0 - for _, b := range yyq2919 { - if b { - yynn2919++ - } - } - r.EncodeMapStart(yynn2919) - yynn2919 = 0 - } - if yyr2919 || yy2arr2919 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2919[0] { - yym2921 := z.EncBinary() - _ = yym2921 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2919[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2922 := z.EncBinary() - _ = yym2922 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) - } - } - } - if yyr2919 || yy2arr2919 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2919[1] { - yym2924 := z.EncBinary() - _ = yym2924 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2919[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("externalID")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2925 := z.EncBinary() - _ = yym2925 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) - } - } - } - if yyr2919 || yy2arr2919 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2919[2] { - yym2927 := z.EncBinary() - _ = yym2927 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2919[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("providerID")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2928 := z.EncBinary() - _ = yym2928 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) - } - } - } - if yyr2919 || yy2arr2919 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2919[3] { - yym2930 := z.EncBinary() - _ = yym2930 - if false { - } else { - r.EncodeBool(bool(x.Unschedulable)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq2919[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("unschedulable")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2931 := z.EncBinary() - _ = yym2931 - if false { - } else { - r.EncodeBool(bool(x.Unschedulable)) - } - } - } - if yyr2919 || yy2arr2919 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *NodeSpec) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym2932 := z.DecBinary() - _ = yym2932 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct2933 := r.ContainerType() - if yyct2933 == codecSelferValueTypeMap1234 { - yyl2933 := r.ReadMapStart() - if yyl2933 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl2933, d) - } - } else if yyct2933 == codecSelferValueTypeArray1234 { - yyl2933 := r.ReadArrayStart() - if yyl2933 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl2933, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys2934Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2934Slc - var yyhl2934 bool = l >= 0 - for yyj2934 := 0; ; yyj2934++ { - if yyhl2934 { - if yyj2934 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2934Slc = r.DecodeBytes(yys2934Slc, true, true) - yys2934 := string(yys2934Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2934 { - case "podCIDR": - if r.TryDecodeAsNil() { - x.PodCIDR = "" - } else { - x.PodCIDR = string(r.DecodeString()) - } - case "externalID": - if r.TryDecodeAsNil() { - x.ExternalID = "" - } else { - x.ExternalID = string(r.DecodeString()) - } - case "providerID": - if r.TryDecodeAsNil() { - x.ProviderID = "" - } else { - x.ProviderID = string(r.DecodeString()) - } - case "unschedulable": - if r.TryDecodeAsNil() { - x.Unschedulable = false - } else { - x.Unschedulable = bool(r.DecodeBool()) - } - default: - z.DecStructFieldNotFound(-1, yys2934) - } // end switch yys2934 - } // end for yyj2934 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -37772,9 +37920,9 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.PodCIDR = "" + x.Kind = "" } else { - x.PodCIDR = string(r.DecodeString()) + x.Kind = string(r.DecodeString()) } yyj2939++ if yyhl2939 { @@ -37788,9 +37936,9 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.ExternalID = "" + x.APIVersion = "" } else { - x.ExternalID = string(r.DecodeString()) + x.APIVersion = string(r.DecodeString()) } yyj2939++ if yyhl2939 { @@ -37804,9 +37952,16 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.ProviderID = "" + x.ListMeta = pkg2_unversioned.ListMeta{} } else { - x.ProviderID = string(r.DecodeString()) + yyv2942 := &x.ListMeta + yym2943 := z.DecBinary() + _ = yym2943 + if false { + } else if z.HasExtensions() && z.DecExt(yyv2942) { + } else { + z.DecFallback(yyv2942, false) + } } yyj2939++ if yyhl2939 { @@ -37820,9 +37975,15 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.Unschedulable = false + x.Items = nil } else { - x.Unschedulable = bool(r.DecodeBool()) + yyv2944 := &x.Items + yym2945 := z.DecBinary() + _ = yym2945 + if false { + } else { + h.decSliceEndpoints((*[]Endpoints)(yyv2944), d) + } } for { yyj2939++ @@ -37840,217 +38001,141 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { +func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r if x == nil { r.EncodeNil() } else { - yym2944 := z.EncBinary() - _ = yym2944 + yym2946 := z.EncBinary() + _ = yym2946 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2945 := !z.EncBinary() - yy2arr2945 := z.EncBasicHandle().StructToArray - var yyq2945 [1]bool - _, _, _ = yysep2945, yyq2945, yy2arr2945 - const yyr2945 bool = false - var yynn2945 int - if yyr2945 || yy2arr2945 { - r.EncodeArrayStart(1) + yysep2947 := !z.EncBinary() + yy2arr2947 := z.EncBasicHandle().StructToArray + var yyq2947 [4]bool + _, _, _ = yysep2947, yyq2947, yy2arr2947 + const yyr2947 bool = false + yyq2947[0] = x.PodCIDR != "" + yyq2947[1] = x.ExternalID != "" + yyq2947[2] = x.ProviderID != "" + yyq2947[3] = x.Unschedulable != false + var yynn2947 int + if yyr2947 || yy2arr2947 { + r.EncodeArrayStart(4) } else { - yynn2945 = 1 - for _, b := range yyq2945 { + yynn2947 = 0 + for _, b := range yyq2947 { if b { - yynn2945++ + yynn2947++ } } - r.EncodeMapStart(yynn2945) - yynn2945 = 0 + r.EncodeMapStart(yynn2947) + yynn2947 = 0 } - if yyr2945 || yy2arr2945 { + if yyr2947 || yy2arr2947 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2947 := z.EncBinary() - _ = yym2947 - if false { - } else { - r.EncodeInt(int64(x.Port)) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("Port")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2948 := z.EncBinary() - _ = yym2948 - if false { - } else { - r.EncodeInt(int64(x.Port)) - } - } - if yyr2945 || yy2arr2945 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *DaemonEndpoint) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym2949 := z.DecBinary() - _ = yym2949 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct2950 := r.ContainerType() - if yyct2950 == codecSelferValueTypeMap1234 { - yyl2950 := r.ReadMapStart() - if yyl2950 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl2950, d) - } - } else if yyct2950 == codecSelferValueTypeArray1234 { - yyl2950 := r.ReadArrayStart() - if yyl2950 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl2950, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys2951Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2951Slc - var yyhl2951 bool = l >= 0 - for yyj2951 := 0; ; yyj2951++ { - if yyhl2951 { - if yyj2951 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2951Slc = r.DecodeBytes(yys2951Slc, true, true) - yys2951 := string(yys2951Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2951 { - case "Port": - if r.TryDecodeAsNil() { - x.Port = 0 - } else { - x.Port = int32(r.DecodeInt(32)) - } - default: - z.DecStructFieldNotFound(-1, yys2951) - } // end switch yys2951 - } // end for yyj2951 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj2953 int - var yyb2953 bool - var yyhl2953 bool = l >= 0 - yyj2953++ - if yyhl2953 { - yyb2953 = yyj2953 > l - } else { - yyb2953 = r.CheckBreak() - } - if yyb2953 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Port = 0 - } else { - x.Port = int32(r.DecodeInt(32)) - } - for { - yyj2953++ - if yyhl2953 { - yyb2953 = yyj2953 > l - } else { - yyb2953 = r.CheckBreak() - } - if yyb2953 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2953-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *NodeDaemonEndpoints) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym2955 := z.EncBinary() - _ = yym2955 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep2956 := !z.EncBinary() - yy2arr2956 := z.EncBasicHandle().StructToArray - var yyq2956 [1]bool - _, _, _ = yysep2956, yyq2956, yy2arr2956 - const yyr2956 bool = false - yyq2956[0] = true - var yynn2956 int - if yyr2956 || yy2arr2956 { - r.EncodeArrayStart(1) - } else { - yynn2956 = 0 - for _, b := range yyq2956 { - if b { - yynn2956++ + if yyq2947[0] { + yym2949 := z.EncBinary() + _ = yym2949 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) } - } - r.EncodeMapStart(yynn2956) - yynn2956 = 0 - } - if yyr2956 || yy2arr2956 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2956[0] { - yy2958 := &x.KubeletEndpoint - yy2958.CodecEncodeSelf(e) } else { - r.EncodeNil() + r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2956[0] { + if yyq2947[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kubeletEndpoint")) + r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2959 := &x.KubeletEndpoint - yy2959.CodecEncodeSelf(e) + yym2950 := z.EncBinary() + _ = yym2950 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) + } } } - if yyr2956 || yy2arr2956 { + if yyr2947 || yy2arr2947 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2947[1] { + yym2952 := z.EncBinary() + _ = yym2952 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2947[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("externalID")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2953 := z.EncBinary() + _ = yym2953 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) + } + } + } + if yyr2947 || yy2arr2947 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2947[2] { + yym2955 := z.EncBinary() + _ = yym2955 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2947[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("providerID")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2956 := z.EncBinary() + _ = yym2956 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) + } + } + } + if yyr2947 || yy2arr2947 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2947[3] { + yym2958 := z.EncBinary() + _ = yym2958 + if false { + } else { + r.EncodeBool(bool(x.Unschedulable)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq2947[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("unschedulable")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2959 := z.EncBinary() + _ = yym2959 + if false { + } else { + r.EncodeBool(bool(x.Unschedulable)) + } + } + } + if yyr2947 || yy2arr2947 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38059,7 +38144,7 @@ func (x *NodeDaemonEndpoints) CodecEncodeSelf(e *codec1978.Encoder) { } } -func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder) { +func (x *NodeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -38089,7 +38174,7 @@ func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -38111,12 +38196,29 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder yys2962 := string(yys2962Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) switch yys2962 { - case "kubeletEndpoint": + case "podCIDR": if r.TryDecodeAsNil() { - x.KubeletEndpoint = DaemonEndpoint{} + x.PodCIDR = "" } else { - yyv2963 := &x.KubeletEndpoint - yyv2963.CodecDecodeSelf(d) + x.PodCIDR = string(r.DecodeString()) + } + case "externalID": + if r.TryDecodeAsNil() { + x.ExternalID = "" + } else { + x.ExternalID = string(r.DecodeString()) + } + case "providerID": + if r.TryDecodeAsNil() { + x.ProviderID = "" + } else { + x.ProviderID = string(r.DecodeString()) + } + case "unschedulable": + if r.TryDecodeAsNil() { + x.Unschedulable = false + } else { + x.Unschedulable = bool(r.DecodeBool()) } default: z.DecStructFieldNotFound(-1, yys2962) @@ -38125,20 +38227,392 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder z.DecSendContainerState(codecSelfer_containerMapEnd1234) } +func (x *NodeSpec) 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 + } else { + yyb2967 = r.CheckBreak() + } + if yyb2967 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.PodCIDR = "" + } else { + x.PodCIDR = string(r.DecodeString()) + } + yyj2967++ + if yyhl2967 { + yyb2967 = yyj2967 > l + } else { + yyb2967 = r.CheckBreak() + } + if yyb2967 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ExternalID = "" + } else { + x.ExternalID = string(r.DecodeString()) + } + yyj2967++ + if yyhl2967 { + yyb2967 = yyj2967 > l + } else { + yyb2967 = r.CheckBreak() + } + if yyb2967 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ProviderID = "" + } else { + x.ProviderID = string(r.DecodeString()) + } + yyj2967++ + if yyhl2967 { + yyb2967 = yyj2967 > l + } else { + yyb2967 = r.CheckBreak() + } + if yyb2967 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Unschedulable = false + } else { + x.Unschedulable = bool(r.DecodeBool()) + } + for { + yyj2967++ + if yyhl2967 { + yyb2967 = yyj2967 > l + } else { + yyb2967 = r.CheckBreak() + } + if yyb2967 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj2967-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym2972 := z.EncBinary() + _ = yym2972 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2973 := !z.EncBinary() + yy2arr2973 := z.EncBasicHandle().StructToArray + var yyq2973 [1]bool + _, _, _ = yysep2973, yyq2973, yy2arr2973 + const yyr2973 bool = false + var yynn2973 int + if yyr2973 || yy2arr2973 { + r.EncodeArrayStart(1) + } else { + yynn2973 = 1 + for _, b := range yyq2973 { + if b { + yynn2973++ + } + } + r.EncodeMapStart(yynn2973) + yynn2973 = 0 + } + if yyr2973 || yy2arr2973 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym2975 := z.EncBinary() + _ = yym2975 + if false { + } else { + r.EncodeInt(int64(x.Port)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("Port")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2976 := z.EncBinary() + _ = yym2976 + if false { + } else { + r.EncodeInt(int64(x.Port)) + } + } + if yyr2973 || yy2arr2973 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *DaemonEndpoint) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym2977 := z.DecBinary() + _ = yym2977 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2978 := r.ContainerType() + if yyct2978 == codecSelferValueTypeMap1234 { + yyl2978 := r.ReadMapStart() + if yyl2978 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl2978, d) + } + } else if yyct2978 == codecSelferValueTypeArray1234 { + yyl2978 := r.ReadArrayStart() + if yyl2978 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl2978, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys2979Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2979Slc + var yyhl2979 bool = l >= 0 + for yyj2979 := 0; ; yyj2979++ { + if yyhl2979 { + if yyj2979 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys2979Slc = r.DecodeBytes(yys2979Slc, true, true) + yys2979 := string(yys2979Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys2979 { + case "Port": + if r.TryDecodeAsNil() { + x.Port = 0 + } else { + x.Port = int32(r.DecodeInt(32)) + } + default: + z.DecStructFieldNotFound(-1, yys2979) + } // end switch yys2979 + } // end for yyj2979 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj2981 int + var yyb2981 bool + var yyhl2981 bool = l >= 0 + yyj2981++ + if yyhl2981 { + yyb2981 = yyj2981 > l + } else { + yyb2981 = r.CheckBreak() + } + if yyb2981 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Port = 0 + } else { + x.Port = int32(r.DecodeInt(32)) + } + for { + yyj2981++ + if yyhl2981 { + yyb2981 = yyj2981 > l + } else { + yyb2981 = r.CheckBreak() + } + if yyb2981 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj2981-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *NodeDaemonEndpoints) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym2983 := z.EncBinary() + _ = yym2983 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2984 := !z.EncBinary() + yy2arr2984 := z.EncBasicHandle().StructToArray + var yyq2984 [1]bool + _, _, _ = yysep2984, yyq2984, yy2arr2984 + const yyr2984 bool = false + yyq2984[0] = true + var yynn2984 int + if yyr2984 || yy2arr2984 { + r.EncodeArrayStart(1) + } else { + yynn2984 = 0 + for _, b := range yyq2984 { + if b { + yynn2984++ + } + } + r.EncodeMapStart(yynn2984) + yynn2984 = 0 + } + if yyr2984 || yy2arr2984 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2984[0] { + yy2986 := &x.KubeletEndpoint + yy2986.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq2984[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kubeletEndpoint")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy2987 := &x.KubeletEndpoint + yy2987.CodecEncodeSelf(e) + } + } + if yyr2984 || yy2arr2984 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym2988 := z.DecBinary() + _ = yym2988 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct2989 := r.ContainerType() + if yyct2989 == codecSelferValueTypeMap1234 { + yyl2989 := r.ReadMapStart() + if yyl2989 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl2989, d) + } + } else if yyct2989 == codecSelferValueTypeArray1234 { + yyl2989 := r.ReadArrayStart() + if yyl2989 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl2989, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys2990Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2990Slc + var yyhl2990 bool = l >= 0 + for yyj2990 := 0; ; yyj2990++ { + if yyhl2990 { + if yyj2990 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys2990Slc = r.DecodeBytes(yys2990Slc, true, true) + yys2990 := string(yys2990Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys2990 { + case "kubeletEndpoint": + if r.TryDecodeAsNil() { + x.KubeletEndpoint = DaemonEndpoint{} + } else { + yyv2991 := &x.KubeletEndpoint + yyv2991.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys2990) + } // end switch yys2990 + } // end for yyj2990 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2964 int - var yyb2964 bool - var yyhl2964 bool = l >= 0 - yyj2964++ - if yyhl2964 { - yyb2964 = yyj2964 > l + var yyj2992 int + var yyb2992 bool + var yyhl2992 bool = l >= 0 + yyj2992++ + if yyhl2992 { + yyb2992 = yyj2992 > l } else { - yyb2964 = r.CheckBreak() + yyb2992 = r.CheckBreak() } - if yyb2964 { + if yyb2992 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38146,21 +38620,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2965 := &x.KubeletEndpoint - yyv2965.CodecDecodeSelf(d) + yyv2993 := &x.KubeletEndpoint + yyv2993.CodecDecodeSelf(d) } for { - yyj2964++ - if yyhl2964 { - yyb2964 = yyj2964 > l + yyj2992++ + if yyhl2992 { + yyb2992 = yyj2992 > l } else { - yyb2964 = r.CheckBreak() + yyb2992 = r.CheckBreak() } - if yyb2964 { + if yyb2992 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2964-1, "") + z.DecStructFieldNotFound(yyj2992-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38172,33 +38646,33 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2966 := z.EncBinary() - _ = yym2966 + yym2994 := z.EncBinary() + _ = yym2994 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2967 := !z.EncBinary() - yy2arr2967 := z.EncBasicHandle().StructToArray - var yyq2967 [10]bool - _, _, _ = yysep2967, yyq2967, yy2arr2967 - const yyr2967 bool = false - var yynn2967 int - if yyr2967 || yy2arr2967 { + yysep2995 := !z.EncBinary() + yy2arr2995 := z.EncBasicHandle().StructToArray + var yyq2995 [10]bool + _, _, _ = yysep2995, yyq2995, yy2arr2995 + const yyr2995 bool = false + var yynn2995 int + if yyr2995 || yy2arr2995 { r.EncodeArrayStart(10) } else { - yynn2967 = 10 - for _, b := range yyq2967 { + yynn2995 = 10 + for _, b := range yyq2995 { if b { - yynn2967++ + yynn2995++ } } - r.EncodeMapStart(yynn2967) - yynn2967 = 0 + r.EncodeMapStart(yynn2995) + yynn2995 = 0 } - if yyr2967 || yy2arr2967 { + if yyr2995 || yy2arr2995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2969 := z.EncBinary() - _ = yym2969 + yym2997 := z.EncBinary() + _ = yym2997 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) @@ -38207,17 +38681,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("machineID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2970 := z.EncBinary() - _ = yym2970 + yym2998 := z.EncBinary() + _ = yym2998 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) } } - if yyr2967 || yy2arr2967 { + if yyr2995 || yy2arr2995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2972 := z.EncBinary() - _ = yym2972 + yym3000 := z.EncBinary() + _ = yym3000 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) @@ -38226,17 +38700,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("systemUUID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2973 := z.EncBinary() - _ = yym2973 + yym3001 := z.EncBinary() + _ = yym3001 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) } } - if yyr2967 || yy2arr2967 { + if yyr2995 || yy2arr2995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2975 := z.EncBinary() - _ = yym2975 + yym3003 := z.EncBinary() + _ = yym3003 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) @@ -38245,17 +38719,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("bootID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2976 := z.EncBinary() - _ = yym2976 + yym3004 := z.EncBinary() + _ = yym3004 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) } } - if yyr2967 || yy2arr2967 { + if yyr2995 || yy2arr2995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2978 := z.EncBinary() - _ = yym2978 + yym3006 := z.EncBinary() + _ = yym3006 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) @@ -38264,17 +38738,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kernelVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2979 := z.EncBinary() - _ = yym2979 + yym3007 := z.EncBinary() + _ = yym3007 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) } } - if yyr2967 || yy2arr2967 { + if yyr2995 || yy2arr2995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2981 := z.EncBinary() - _ = yym2981 + yym3009 := z.EncBinary() + _ = yym3009 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) @@ -38283,17 +38757,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("osImage")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2982 := z.EncBinary() - _ = yym2982 + yym3010 := z.EncBinary() + _ = yym3010 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) } } - if yyr2967 || yy2arr2967 { + if yyr2995 || yy2arr2995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2984 := z.EncBinary() - _ = yym2984 + yym3012 := z.EncBinary() + _ = yym3012 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) @@ -38302,17 +38776,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerRuntimeVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2985 := z.EncBinary() - _ = yym2985 + yym3013 := z.EncBinary() + _ = yym3013 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) } } - if yyr2967 || yy2arr2967 { + if yyr2995 || yy2arr2995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2987 := z.EncBinary() - _ = yym2987 + yym3015 := z.EncBinary() + _ = yym3015 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) @@ -38321,17 +38795,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2988 := z.EncBinary() - _ = yym2988 + yym3016 := z.EncBinary() + _ = yym3016 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) } } - if yyr2967 || yy2arr2967 { + if yyr2995 || yy2arr2995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2990 := z.EncBinary() - _ = yym2990 + yym3018 := z.EncBinary() + _ = yym3018 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) @@ -38340,17 +38814,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeProxyVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2991 := z.EncBinary() - _ = yym2991 + yym3019 := z.EncBinary() + _ = yym3019 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) } } - if yyr2967 || yy2arr2967 { + if yyr2995 || yy2arr2995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2993 := z.EncBinary() - _ = yym2993 + yym3021 := z.EncBinary() + _ = yym3021 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) @@ -38359,17 +38833,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("operatingSystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2994 := z.EncBinary() - _ = yym2994 + yym3022 := z.EncBinary() + _ = yym3022 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) } } - if yyr2967 || yy2arr2967 { + if yyr2995 || yy2arr2995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2996 := z.EncBinary() - _ = yym2996 + yym3024 := z.EncBinary() + _ = yym3024 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) @@ -38378,14 +38852,14 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("architecture")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2997 := z.EncBinary() - _ = yym2997 + yym3025 := z.EncBinary() + _ = yym3025 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) } } - if yyr2967 || yy2arr2967 { + if yyr2995 || yy2arr2995 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38398,25 +38872,25 @@ func (x *NodeSystemInfo) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2998 := z.DecBinary() - _ = yym2998 + yym3026 := z.DecBinary() + _ = yym3026 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2999 := r.ContainerType() - if yyct2999 == codecSelferValueTypeMap1234 { - yyl2999 := r.ReadMapStart() - if yyl2999 == 0 { + yyct3027 := r.ContainerType() + if yyct3027 == codecSelferValueTypeMap1234 { + yyl3027 := r.ReadMapStart() + if yyl3027 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2999, d) + x.codecDecodeSelfFromMap(yyl3027, d) } - } else if yyct2999 == codecSelferValueTypeArray1234 { - yyl2999 := r.ReadArrayStart() - if yyl2999 == 0 { + } else if yyct3027 == codecSelferValueTypeArray1234 { + yyl3027 := r.ReadArrayStart() + if yyl3027 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2999, d) + x.codecDecodeSelfFromArray(yyl3027, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38428,12 +38902,12 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3000Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3000Slc - var yyhl3000 bool = l >= 0 - for yyj3000 := 0; ; yyj3000++ { - if yyhl3000 { - if yyj3000 >= l { + var yys3028Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3028Slc + var yyhl3028 bool = l >= 0 + for yyj3028 := 0; ; yyj3028++ { + if yyhl3028 { + if yyj3028 >= l { break } } else { @@ -38442,10 +38916,10 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3000Slc = r.DecodeBytes(yys3000Slc, true, true) - yys3000 := string(yys3000Slc) + yys3028Slc = r.DecodeBytes(yys3028Slc, true, true) + yys3028 := string(yys3028Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3000 { + switch yys3028 { case "machineID": if r.TryDecodeAsNil() { x.MachineID = "" @@ -38507,9 +38981,9 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3000) - } // end switch yys3000 - } // end for yyj3000 + z.DecStructFieldNotFound(-1, yys3028) + } // end switch yys3028 + } // end for yyj3028 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38517,16 +38991,16 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3011 int - var yyb3011 bool - var yyhl3011 bool = l >= 0 - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + var yyj3039 int + var yyb3039 bool + var yyhl3039 bool = l >= 0 + yyj3039++ + if yyhl3039 { + yyb3039 = yyj3039 > l } else { - yyb3011 = r.CheckBreak() + yyb3039 = r.CheckBreak() } - if yyb3011 { + if yyb3039 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38536,13 +39010,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MachineID = string(r.DecodeString()) } - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + yyj3039++ + if yyhl3039 { + yyb3039 = yyj3039 > l } else { - yyb3011 = r.CheckBreak() + yyb3039 = r.CheckBreak() } - if yyb3011 { + if yyb3039 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38552,13 +39026,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SystemUUID = string(r.DecodeString()) } - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + yyj3039++ + if yyhl3039 { + yyb3039 = yyj3039 > l } else { - yyb3011 = r.CheckBreak() + yyb3039 = r.CheckBreak() } - if yyb3011 { + if yyb3039 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38568,13 +39042,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.BootID = string(r.DecodeString()) } - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + yyj3039++ + if yyhl3039 { + yyb3039 = yyj3039 > l } else { - yyb3011 = r.CheckBreak() + yyb3039 = r.CheckBreak() } - if yyb3011 { + if yyb3039 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38584,13 +39058,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KernelVersion = string(r.DecodeString()) } - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + yyj3039++ + if yyhl3039 { + yyb3039 = yyj3039 > l } else { - yyb3011 = r.CheckBreak() + yyb3039 = r.CheckBreak() } - if yyb3011 { + if yyb3039 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38600,13 +39074,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OSImage = string(r.DecodeString()) } - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + yyj3039++ + if yyhl3039 { + yyb3039 = yyj3039 > l } else { - yyb3011 = r.CheckBreak() + yyb3039 = r.CheckBreak() } - if yyb3011 { + if yyb3039 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38616,13 +39090,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerRuntimeVersion = string(r.DecodeString()) } - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + yyj3039++ + if yyhl3039 { + yyb3039 = yyj3039 > l } else { - yyb3011 = r.CheckBreak() + yyb3039 = r.CheckBreak() } - if yyb3011 { + if yyb3039 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38632,13 +39106,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeletVersion = string(r.DecodeString()) } - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + yyj3039++ + if yyhl3039 { + yyb3039 = yyj3039 > l } else { - yyb3011 = r.CheckBreak() + yyb3039 = r.CheckBreak() } - if yyb3011 { + if yyb3039 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38648,13 +39122,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeProxyVersion = string(r.DecodeString()) } - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + yyj3039++ + if yyhl3039 { + yyb3039 = yyj3039 > l } else { - yyb3011 = r.CheckBreak() + yyb3039 = r.CheckBreak() } - if yyb3011 { + if yyb3039 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38664,13 +39138,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OperatingSystem = string(r.DecodeString()) } - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + yyj3039++ + if yyhl3039 { + yyb3039 = yyj3039 > l } else { - yyb3011 = r.CheckBreak() + yyb3039 = r.CheckBreak() } - if yyb3011 { + if yyb3039 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38681,17 +39155,17 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } for { - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + yyj3039++ + if yyhl3039 { + yyb3039 = yyj3039 > l } else { - yyb3011 = r.CheckBreak() + yyb3039 = r.CheckBreak() } - if yyb3011 { + if yyb3039 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3011-1, "") + z.DecStructFieldNotFound(yyj3039-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38703,42 +39177,42 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3022 := z.EncBinary() - _ = yym3022 + yym3050 := z.EncBinary() + _ = yym3050 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3023 := !z.EncBinary() - yy2arr3023 := z.EncBasicHandle().StructToArray - var yyq3023 [10]bool - _, _, _ = yysep3023, yyq3023, yy2arr3023 - const yyr3023 bool = false - yyq3023[0] = len(x.Capacity) != 0 - yyq3023[1] = len(x.Allocatable) != 0 - yyq3023[2] = x.Phase != "" - yyq3023[3] = len(x.Conditions) != 0 - yyq3023[4] = len(x.Addresses) != 0 - yyq3023[5] = true - yyq3023[6] = true - yyq3023[7] = len(x.Images) != 0 - yyq3023[8] = len(x.VolumesInUse) != 0 - yyq3023[9] = len(x.VolumesAttached) != 0 - var yynn3023 int - if yyr3023 || yy2arr3023 { + yysep3051 := !z.EncBinary() + yy2arr3051 := z.EncBasicHandle().StructToArray + var yyq3051 [10]bool + _, _, _ = yysep3051, yyq3051, yy2arr3051 + const yyr3051 bool = false + yyq3051[0] = len(x.Capacity) != 0 + yyq3051[1] = len(x.Allocatable) != 0 + yyq3051[2] = x.Phase != "" + yyq3051[3] = len(x.Conditions) != 0 + yyq3051[4] = len(x.Addresses) != 0 + yyq3051[5] = true + yyq3051[6] = true + yyq3051[7] = len(x.Images) != 0 + yyq3051[8] = len(x.VolumesInUse) != 0 + yyq3051[9] = len(x.VolumesAttached) != 0 + var yynn3051 int + if yyr3051 || yy2arr3051 { r.EncodeArrayStart(10) } else { - yynn3023 = 0 - for _, b := range yyq3023 { + yynn3051 = 0 + for _, b := range yyq3051 { if b { - yynn3023++ + yynn3051++ } } - r.EncodeMapStart(yynn3023) - yynn3023 = 0 + r.EncodeMapStart(yynn3051) + yynn3051 = 0 } - if yyr3023 || yy2arr3023 { + if yyr3051 || yy2arr3051 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3023[0] { + if yyq3051[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -38748,7 +39222,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3023[0] { + if yyq3051[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -38759,9 +39233,9 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3023 || yy2arr3023 { + if yyr3051 || yy2arr3051 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3023[1] { + if yyq3051[1] { if x.Allocatable == nil { r.EncodeNil() } else { @@ -38771,7 +39245,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3023[1] { + if yyq3051[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("allocatable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -38782,29 +39256,29 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3023 || yy2arr3023 { + if yyr3051 || yy2arr3051 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3023[2] { + if yyq3051[2] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3023[2] { + if yyq3051[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr3023 || yy2arr3023 { + if yyr3051 || yy2arr3051 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3023[3] { + if yyq3051[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym3028 := z.EncBinary() - _ = yym3028 + yym3056 := z.EncBinary() + _ = yym3056 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -38814,15 +39288,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3023[3] { + if yyq3051[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym3029 := z.EncBinary() - _ = yym3029 + yym3057 := z.EncBinary() + _ = yym3057 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -38830,14 +39304,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3023 || yy2arr3023 { + if yyr3051 || yy2arr3051 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3023[4] { + if yyq3051[4] { if x.Addresses == nil { r.EncodeNil() } else { - yym3031 := z.EncBinary() - _ = yym3031 + yym3059 := z.EncBinary() + _ = yym3059 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -38847,15 +39321,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3023[4] { + if yyq3051[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("addresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Addresses == nil { r.EncodeNil() } else { - yym3032 := z.EncBinary() - _ = yym3032 + yym3060 := z.EncBinary() + _ = yym3060 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -38863,48 +39337,48 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3023 || yy2arr3023 { + if yyr3051 || yy2arr3051 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3023[5] { - yy3034 := &x.DaemonEndpoints - yy3034.CodecEncodeSelf(e) + if yyq3051[5] { + yy3062 := &x.DaemonEndpoints + yy3062.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3023[5] { + if yyq3051[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("daemonEndpoints")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3035 := &x.DaemonEndpoints - yy3035.CodecEncodeSelf(e) + yy3063 := &x.DaemonEndpoints + yy3063.CodecEncodeSelf(e) } } - if yyr3023 || yy2arr3023 { + if yyr3051 || yy2arr3051 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3023[6] { - yy3037 := &x.NodeInfo - yy3037.CodecEncodeSelf(e) + if yyq3051[6] { + yy3065 := &x.NodeInfo + yy3065.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3023[6] { + if yyq3051[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeInfo")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3038 := &x.NodeInfo - yy3038.CodecEncodeSelf(e) + yy3066 := &x.NodeInfo + yy3066.CodecEncodeSelf(e) } } - if yyr3023 || yy2arr3023 { + if yyr3051 || yy2arr3051 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3023[7] { + if yyq3051[7] { if x.Images == nil { r.EncodeNil() } else { - yym3040 := z.EncBinary() - _ = yym3040 + yym3068 := z.EncBinary() + _ = yym3068 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -38914,15 +39388,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3023[7] { + if yyq3051[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("images")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Images == nil { r.EncodeNil() } else { - yym3041 := z.EncBinary() - _ = yym3041 + yym3069 := z.EncBinary() + _ = yym3069 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -38930,14 +39404,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3023 || yy2arr3023 { + if yyr3051 || yy2arr3051 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3023[8] { + if yyq3051[8] { if x.VolumesInUse == nil { r.EncodeNil() } else { - yym3043 := z.EncBinary() - _ = yym3043 + yym3071 := z.EncBinary() + _ = yym3071 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -38947,15 +39421,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3023[8] { + if yyq3051[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesInUse")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesInUse == nil { r.EncodeNil() } else { - yym3044 := z.EncBinary() - _ = yym3044 + yym3072 := z.EncBinary() + _ = yym3072 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -38963,14 +39437,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3023 || yy2arr3023 { + if yyr3051 || yy2arr3051 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3023[9] { + if yyq3051[9] { if x.VolumesAttached == nil { r.EncodeNil() } else { - yym3046 := z.EncBinary() - _ = yym3046 + yym3074 := z.EncBinary() + _ = yym3074 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -38980,15 +39454,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3023[9] { + if yyq3051[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesAttached")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesAttached == nil { r.EncodeNil() } else { - yym3047 := z.EncBinary() - _ = yym3047 + yym3075 := z.EncBinary() + _ = yym3075 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -38996,7 +39470,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3023 || yy2arr3023 { + if yyr3051 || yy2arr3051 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39009,25 +39483,25 @@ func (x *NodeStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3048 := z.DecBinary() - _ = yym3048 + yym3076 := z.DecBinary() + _ = yym3076 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3049 := r.ContainerType() - if yyct3049 == codecSelferValueTypeMap1234 { - yyl3049 := r.ReadMapStart() - if yyl3049 == 0 { + yyct3077 := r.ContainerType() + if yyct3077 == codecSelferValueTypeMap1234 { + yyl3077 := r.ReadMapStart() + if yyl3077 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3049, d) + x.codecDecodeSelfFromMap(yyl3077, d) } - } else if yyct3049 == codecSelferValueTypeArray1234 { - yyl3049 := r.ReadArrayStart() - if yyl3049 == 0 { + } else if yyct3077 == codecSelferValueTypeArray1234 { + yyl3077 := r.ReadArrayStart() + if yyl3077 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3049, d) + x.codecDecodeSelfFromArray(yyl3077, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39039,12 +39513,12 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3050Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3050Slc - var yyhl3050 bool = l >= 0 - for yyj3050 := 0; ; yyj3050++ { - if yyhl3050 { - if yyj3050 >= l { + var yys3078Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3078Slc + var yyhl3078 bool = l >= 0 + for yyj3078 := 0; ; yyj3078++ { + if yyhl3078 { + if yyj3078 >= l { break } } else { @@ -39053,23 +39527,23 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3050Slc = r.DecodeBytes(yys3050Slc, true, true) - yys3050 := string(yys3050Slc) + yys3078Slc = r.DecodeBytes(yys3078Slc, true, true) + yys3078 := string(yys3078Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3050 { + switch yys3078 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3051 := &x.Capacity - yyv3051.CodecDecodeSelf(d) + yyv3079 := &x.Capacity + yyv3079.CodecDecodeSelf(d) } case "allocatable": if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv3052 := &x.Allocatable - yyv3052.CodecDecodeSelf(d) + yyv3080 := &x.Allocatable + yyv3080.CodecDecodeSelf(d) } case "phase": if r.TryDecodeAsNil() { @@ -39081,80 +39555,80 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3054 := &x.Conditions - yym3055 := z.DecBinary() - _ = yym3055 + yyv3082 := &x.Conditions + yym3083 := z.DecBinary() + _ = yym3083 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv3054), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv3082), d) } } case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv3056 := &x.Addresses - yym3057 := z.DecBinary() - _ = yym3057 + yyv3084 := &x.Addresses + yym3085 := z.DecBinary() + _ = yym3085 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv3056), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv3084), d) } } case "daemonEndpoints": if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv3058 := &x.DaemonEndpoints - yyv3058.CodecDecodeSelf(d) + yyv3086 := &x.DaemonEndpoints + yyv3086.CodecDecodeSelf(d) } case "nodeInfo": if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv3059 := &x.NodeInfo - yyv3059.CodecDecodeSelf(d) + yyv3087 := &x.NodeInfo + yyv3087.CodecDecodeSelf(d) } case "images": if r.TryDecodeAsNil() { x.Images = nil } else { - yyv3060 := &x.Images - yym3061 := z.DecBinary() - _ = yym3061 + yyv3088 := &x.Images + yym3089 := z.DecBinary() + _ = yym3089 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv3060), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv3088), d) } } case "volumesInUse": if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv3062 := &x.VolumesInUse - yym3063 := z.DecBinary() - _ = yym3063 + yyv3090 := &x.VolumesInUse + yym3091 := z.DecBinary() + _ = yym3091 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3062), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3090), d) } } case "volumesAttached": if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv3064 := &x.VolumesAttached - yym3065 := z.DecBinary() - _ = yym3065 + yyv3092 := &x.VolumesAttached + yym3093 := z.DecBinary() + _ = yym3093 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3064), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3092), d) } } default: - z.DecStructFieldNotFound(-1, yys3050) - } // end switch yys3050 - } // end for yyj3050 + z.DecStructFieldNotFound(-1, yys3078) + } // end switch yys3078 + } // end for yyj3078 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39162,16 +39636,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3066 int - var yyb3066 bool - var yyhl3066 bool = l >= 0 - yyj3066++ - if yyhl3066 { - yyb3066 = yyj3066 > l + var yyj3094 int + var yyb3094 bool + var yyhl3094 bool = l >= 0 + yyj3094++ + if yyhl3094 { + yyb3094 = yyj3094 > l } else { - yyb3066 = r.CheckBreak() + yyb3094 = r.CheckBreak() } - if yyb3066 { + if yyb3094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39179,16 +39653,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3067 := &x.Capacity - yyv3067.CodecDecodeSelf(d) + yyv3095 := &x.Capacity + yyv3095.CodecDecodeSelf(d) } - yyj3066++ - if yyhl3066 { - yyb3066 = yyj3066 > l + yyj3094++ + if yyhl3094 { + yyb3094 = yyj3094 > l } else { - yyb3066 = r.CheckBreak() + yyb3094 = r.CheckBreak() } - if yyb3066 { + if yyb3094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39196,16 +39670,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv3068 := &x.Allocatable - yyv3068.CodecDecodeSelf(d) + yyv3096 := &x.Allocatable + yyv3096.CodecDecodeSelf(d) } - yyj3066++ - if yyhl3066 { - yyb3066 = yyj3066 > l + yyj3094++ + if yyhl3094 { + yyb3094 = yyj3094 > l } else { - yyb3066 = r.CheckBreak() + yyb3094 = r.CheckBreak() } - if yyb3066 { + if yyb3094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39215,13 +39689,13 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = NodePhase(r.DecodeString()) } - yyj3066++ - if yyhl3066 { - yyb3066 = yyj3066 > l + yyj3094++ + if yyhl3094 { + yyb3094 = yyj3094 > l } else { - yyb3066 = r.CheckBreak() + yyb3094 = r.CheckBreak() } - if yyb3066 { + if yyb3094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39229,21 +39703,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3070 := &x.Conditions - yym3071 := z.DecBinary() - _ = yym3071 + yyv3098 := &x.Conditions + yym3099 := z.DecBinary() + _ = yym3099 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv3070), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv3098), d) } } - yyj3066++ - if yyhl3066 { - yyb3066 = yyj3066 > l + yyj3094++ + if yyhl3094 { + yyb3094 = yyj3094 > l } else { - yyb3066 = r.CheckBreak() + yyb3094 = r.CheckBreak() } - if yyb3066 { + if yyb3094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39251,21 +39725,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv3072 := &x.Addresses - yym3073 := z.DecBinary() - _ = yym3073 + yyv3100 := &x.Addresses + yym3101 := z.DecBinary() + _ = yym3101 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv3072), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv3100), d) } } - yyj3066++ - if yyhl3066 { - yyb3066 = yyj3066 > l + yyj3094++ + if yyhl3094 { + yyb3094 = yyj3094 > l } else { - yyb3066 = r.CheckBreak() + yyb3094 = r.CheckBreak() } - if yyb3066 { + if yyb3094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39273,16 +39747,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv3074 := &x.DaemonEndpoints - yyv3074.CodecDecodeSelf(d) + yyv3102 := &x.DaemonEndpoints + yyv3102.CodecDecodeSelf(d) } - yyj3066++ - if yyhl3066 { - yyb3066 = yyj3066 > l + yyj3094++ + if yyhl3094 { + yyb3094 = yyj3094 > l } else { - yyb3066 = r.CheckBreak() + yyb3094 = r.CheckBreak() } - if yyb3066 { + if yyb3094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39290,16 +39764,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv3075 := &x.NodeInfo - yyv3075.CodecDecodeSelf(d) + yyv3103 := &x.NodeInfo + yyv3103.CodecDecodeSelf(d) } - yyj3066++ - if yyhl3066 { - yyb3066 = yyj3066 > l + yyj3094++ + if yyhl3094 { + yyb3094 = yyj3094 > l } else { - yyb3066 = r.CheckBreak() + yyb3094 = r.CheckBreak() } - if yyb3066 { + if yyb3094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39307,21 +39781,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Images = nil } else { - yyv3076 := &x.Images - yym3077 := z.DecBinary() - _ = yym3077 + yyv3104 := &x.Images + yym3105 := z.DecBinary() + _ = yym3105 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv3076), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv3104), d) } } - yyj3066++ - if yyhl3066 { - yyb3066 = yyj3066 > l + yyj3094++ + if yyhl3094 { + yyb3094 = yyj3094 > l } else { - yyb3066 = r.CheckBreak() + yyb3094 = r.CheckBreak() } - if yyb3066 { + if yyb3094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39329,21 +39803,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv3078 := &x.VolumesInUse - yym3079 := z.DecBinary() - _ = yym3079 + yyv3106 := &x.VolumesInUse + yym3107 := z.DecBinary() + _ = yym3107 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3078), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3106), d) } } - yyj3066++ - if yyhl3066 { - yyb3066 = yyj3066 > l + yyj3094++ + if yyhl3094 { + yyb3094 = yyj3094 > l } else { - yyb3066 = r.CheckBreak() + yyb3094 = r.CheckBreak() } - if yyb3066 { + if yyb3094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39351,26 +39825,26 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv3080 := &x.VolumesAttached - yym3081 := z.DecBinary() - _ = yym3081 + yyv3108 := &x.VolumesAttached + yym3109 := z.DecBinary() + _ = yym3109 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3080), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3108), d) } } for { - yyj3066++ - if yyhl3066 { - yyb3066 = yyj3066 > l + yyj3094++ + if yyhl3094 { + yyb3094 = yyj3094 > l } else { - yyb3066 = r.CheckBreak() + yyb3094 = r.CheckBreak() } - if yyb3066 { + if yyb3094 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3066-1, "") + z.DecStructFieldNotFound(yyj3094-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39379,8 +39853,8 @@ func (x UniqueVolumeName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3082 := z.EncBinary() - _ = yym3082 + yym3110 := z.EncBinary() + _ = yym3110 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -39392,8 +39866,8 @@ func (x *UniqueVolumeName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3083 := z.DecBinary() - _ = yym3083 + yym3111 := z.DecBinary() + _ = yym3111 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -39408,30 +39882,30 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3084 := z.EncBinary() - _ = yym3084 + yym3112 := z.EncBinary() + _ = yym3112 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3085 := !z.EncBinary() - yy2arr3085 := z.EncBasicHandle().StructToArray - var yyq3085 [2]bool - _, _, _ = yysep3085, yyq3085, yy2arr3085 - const yyr3085 bool = false - var yynn3085 int - if yyr3085 || yy2arr3085 { + yysep3113 := !z.EncBinary() + yy2arr3113 := z.EncBasicHandle().StructToArray + var yyq3113 [2]bool + _, _, _ = yysep3113, yyq3113, yy2arr3113 + const yyr3113 bool = false + var yynn3113 int + if yyr3113 || yy2arr3113 { r.EncodeArrayStart(2) } else { - yynn3085 = 2 - for _, b := range yyq3085 { + yynn3113 = 2 + for _, b := range yyq3113 { if b { - yynn3085++ + yynn3113++ } } - r.EncodeMapStart(yynn3085) - yynn3085 = 0 + r.EncodeMapStart(yynn3113) + yynn3113 = 0 } - if yyr3085 || yy2arr3085 { + if yyr3113 || yy2arr3113 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Name.CodecEncodeSelf(e) } else { @@ -39440,10 +39914,10 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Name.CodecEncodeSelf(e) } - if yyr3085 || yy2arr3085 { + if yyr3113 || yy2arr3113 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3088 := z.EncBinary() - _ = yym3088 + yym3116 := z.EncBinary() + _ = yym3116 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) @@ -39452,14 +39926,14 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("devicePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3089 := z.EncBinary() - _ = yym3089 + yym3117 := z.EncBinary() + _ = yym3117 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) } } - if yyr3085 || yy2arr3085 { + if yyr3113 || yy2arr3113 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39472,25 +39946,25 @@ func (x *AttachedVolume) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3090 := z.DecBinary() - _ = yym3090 + yym3118 := z.DecBinary() + _ = yym3118 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3091 := r.ContainerType() - if yyct3091 == codecSelferValueTypeMap1234 { - yyl3091 := r.ReadMapStart() - if yyl3091 == 0 { + yyct3119 := r.ContainerType() + if yyct3119 == codecSelferValueTypeMap1234 { + yyl3119 := r.ReadMapStart() + if yyl3119 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3091, d) + x.codecDecodeSelfFromMap(yyl3119, d) } - } else if yyct3091 == codecSelferValueTypeArray1234 { - yyl3091 := r.ReadArrayStart() - if yyl3091 == 0 { + } else if yyct3119 == codecSelferValueTypeArray1234 { + yyl3119 := r.ReadArrayStart() + if yyl3119 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3091, d) + x.codecDecodeSelfFromArray(yyl3119, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39502,12 +39976,12 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3092Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3092Slc - var yyhl3092 bool = l >= 0 - for yyj3092 := 0; ; yyj3092++ { - if yyhl3092 { - if yyj3092 >= l { + var yys3120Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3120Slc + var yyhl3120 bool = l >= 0 + for yyj3120 := 0; ; yyj3120++ { + if yyhl3120 { + if yyj3120 >= l { break } } else { @@ -39516,10 +39990,10 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3092Slc = r.DecodeBytes(yys3092Slc, true, true) - yys3092 := string(yys3092Slc) + yys3120Slc = r.DecodeBytes(yys3120Slc, true, true) + yys3120 := string(yys3120Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3092 { + switch yys3120 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -39533,9 +40007,9 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3092) - } // end switch yys3092 - } // end for yyj3092 + z.DecStructFieldNotFound(-1, yys3120) + } // end switch yys3120 + } // end for yyj3120 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39543,16 +40017,16 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3095 int - var yyb3095 bool - var yyhl3095 bool = l >= 0 - yyj3095++ - if yyhl3095 { - yyb3095 = yyj3095 > l + var yyj3123 int + var yyb3123 bool + var yyhl3123 bool = l >= 0 + yyj3123++ + if yyhl3123 { + yyb3123 = yyj3123 > l } else { - yyb3095 = r.CheckBreak() + yyb3123 = r.CheckBreak() } - if yyb3095 { + if yyb3123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39562,13 +40036,13 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = UniqueVolumeName(r.DecodeString()) } - yyj3095++ - if yyhl3095 { - yyb3095 = yyj3095 > l + yyj3123++ + if yyhl3123 { + yyb3123 = yyj3123 > l } else { - yyb3095 = r.CheckBreak() + yyb3123 = r.CheckBreak() } - if yyb3095 { + if yyb3123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39579,17 +40053,17 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } for { - yyj3095++ - if yyhl3095 { - yyb3095 = yyj3095 > l + yyj3123++ + if yyhl3123 { + yyb3123 = yyj3123 > l } else { - yyb3095 = r.CheckBreak() + yyb3123 = r.CheckBreak() } - if yyb3095 { + if yyb3123 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3095-1, "") + z.DecStructFieldNotFound(yyj3123-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39601,38 +40075,38 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3098 := z.EncBinary() - _ = yym3098 + yym3126 := z.EncBinary() + _ = yym3126 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3099 := !z.EncBinary() - yy2arr3099 := z.EncBasicHandle().StructToArray - var yyq3099 [1]bool - _, _, _ = yysep3099, yyq3099, yy2arr3099 - const yyr3099 bool = false - yyq3099[0] = len(x.PreferAvoidPods) != 0 - var yynn3099 int - if yyr3099 || yy2arr3099 { + yysep3127 := !z.EncBinary() + yy2arr3127 := z.EncBasicHandle().StructToArray + var yyq3127 [1]bool + _, _, _ = yysep3127, yyq3127, yy2arr3127 + const yyr3127 bool = false + yyq3127[0] = len(x.PreferAvoidPods) != 0 + var yynn3127 int + if yyr3127 || yy2arr3127 { r.EncodeArrayStart(1) } else { - yynn3099 = 0 - for _, b := range yyq3099 { + yynn3127 = 0 + for _, b := range yyq3127 { if b { - yynn3099++ + yynn3127++ } } - r.EncodeMapStart(yynn3099) - yynn3099 = 0 + r.EncodeMapStart(yynn3127) + yynn3127 = 0 } - if yyr3099 || yy2arr3099 { + if yyr3127 || yy2arr3127 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3099[0] { + if yyq3127[0] { if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym3101 := z.EncBinary() - _ = yym3101 + yym3129 := z.EncBinary() + _ = yym3129 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -39642,15 +40116,15 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3099[0] { + if yyq3127[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferAvoidPods")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym3102 := z.EncBinary() - _ = yym3102 + yym3130 := z.EncBinary() + _ = yym3130 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -39658,7 +40132,7 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3099 || yy2arr3099 { + if yyr3127 || yy2arr3127 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39671,25 +40145,25 @@ func (x *AvoidPods) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3103 := z.DecBinary() - _ = yym3103 + yym3131 := z.DecBinary() + _ = yym3131 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3104 := r.ContainerType() - if yyct3104 == codecSelferValueTypeMap1234 { - yyl3104 := r.ReadMapStart() - if yyl3104 == 0 { + yyct3132 := r.ContainerType() + if yyct3132 == codecSelferValueTypeMap1234 { + yyl3132 := r.ReadMapStart() + if yyl3132 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3104, d) + x.codecDecodeSelfFromMap(yyl3132, d) } - } else if yyct3104 == codecSelferValueTypeArray1234 { - yyl3104 := r.ReadArrayStart() - if yyl3104 == 0 { + } else if yyct3132 == codecSelferValueTypeArray1234 { + yyl3132 := r.ReadArrayStart() + if yyl3132 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3104, d) + x.codecDecodeSelfFromArray(yyl3132, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39701,12 +40175,12 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3105Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3105Slc - var yyhl3105 bool = l >= 0 - for yyj3105 := 0; ; yyj3105++ { - if yyhl3105 { - if yyj3105 >= l { + var yys3133Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3133Slc + var yyhl3133 bool = l >= 0 + for yyj3133 := 0; ; yyj3133++ { + if yyhl3133 { + if yyj3133 >= l { break } } else { @@ -39715,26 +40189,26 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3105Slc = r.DecodeBytes(yys3105Slc, true, true) - yys3105 := string(yys3105Slc) + yys3133Slc = r.DecodeBytes(yys3133Slc, true, true) + yys3133 := string(yys3133Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3105 { + switch yys3133 { case "preferAvoidPods": if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv3106 := &x.PreferAvoidPods - yym3107 := z.DecBinary() - _ = yym3107 + yyv3134 := &x.PreferAvoidPods + yym3135 := z.DecBinary() + _ = yym3135 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3106), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3134), d) } } default: - z.DecStructFieldNotFound(-1, yys3105) - } // end switch yys3105 - } // end for yyj3105 + z.DecStructFieldNotFound(-1, yys3133) + } // end switch yys3133 + } // end for yyj3133 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39742,16 +40216,16 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3108 int - var yyb3108 bool - var yyhl3108 bool = l >= 0 - yyj3108++ - if yyhl3108 { - yyb3108 = yyj3108 > l + var yyj3136 int + var yyb3136 bool + var yyhl3136 bool = l >= 0 + yyj3136++ + if yyhl3136 { + yyb3136 = yyj3136 > l } else { - yyb3108 = r.CheckBreak() + yyb3136 = r.CheckBreak() } - if yyb3108 { + if yyb3136 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39759,26 +40233,26 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv3109 := &x.PreferAvoidPods - yym3110 := z.DecBinary() - _ = yym3110 + yyv3137 := &x.PreferAvoidPods + yym3138 := z.DecBinary() + _ = yym3138 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3109), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3137), d) } } for { - yyj3108++ - if yyhl3108 { - yyb3108 = yyj3108 > l + yyj3136++ + if yyhl3136 { + yyb3136 = yyj3136 > l } else { - yyb3108 = r.CheckBreak() + yyb3136 = r.CheckBreak() } - if yyb3108 { + if yyb3136 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3108-1, "") + z.DecStructFieldNotFound(yyj3136-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39790,85 +40264,85 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3111 := z.EncBinary() - _ = yym3111 + yym3139 := z.EncBinary() + _ = yym3139 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3112 := !z.EncBinary() - yy2arr3112 := z.EncBasicHandle().StructToArray - var yyq3112 [4]bool - _, _, _ = yysep3112, yyq3112, yy2arr3112 - const yyr3112 bool = false - yyq3112[1] = true - yyq3112[2] = x.Reason != "" - yyq3112[3] = x.Message != "" - var yynn3112 int - if yyr3112 || yy2arr3112 { + yysep3140 := !z.EncBinary() + yy2arr3140 := z.EncBasicHandle().StructToArray + var yyq3140 [4]bool + _, _, _ = yysep3140, yyq3140, yy2arr3140 + const yyr3140 bool = false + yyq3140[1] = true + yyq3140[2] = x.Reason != "" + yyq3140[3] = x.Message != "" + var yynn3140 int + if yyr3140 || yy2arr3140 { r.EncodeArrayStart(4) } else { - yynn3112 = 1 - for _, b := range yyq3112 { + yynn3140 = 1 + for _, b := range yyq3140 { if b { - yynn3112++ + yynn3140++ } } - r.EncodeMapStart(yynn3112) - yynn3112 = 0 + r.EncodeMapStart(yynn3140) + yynn3140 = 0 } - if yyr3112 || yy2arr3112 { + if yyr3140 || yy2arr3140 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3114 := &x.PodSignature - yy3114.CodecEncodeSelf(e) + yy3142 := &x.PodSignature + yy3142.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podSignature")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3115 := &x.PodSignature - yy3115.CodecEncodeSelf(e) + yy3143 := &x.PodSignature + yy3143.CodecEncodeSelf(e) } - if yyr3112 || yy2arr3112 { + if yyr3140 || yy2arr3140 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3112[1] { - yy3117 := &x.EvictionTime - yym3118 := z.EncBinary() - _ = yym3118 + if yyq3140[1] { + yy3145 := &x.EvictionTime + yym3146 := z.EncBinary() + _ = yym3146 if false { - } else if z.HasExtensions() && z.EncExt(yy3117) { - } else if yym3118 { - z.EncBinaryMarshal(yy3117) - } else if !yym3118 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3117) + } else if z.HasExtensions() && z.EncExt(yy3145) { + } else if yym3146 { + z.EncBinaryMarshal(yy3145) + } else if !yym3146 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3145) } else { - z.EncFallback(yy3117) + z.EncFallback(yy3145) } } else { r.EncodeNil() } } else { - if yyq3112[1] { + if yyq3140[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("evictionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3119 := &x.EvictionTime - yym3120 := z.EncBinary() - _ = yym3120 + yy3147 := &x.EvictionTime + yym3148 := z.EncBinary() + _ = yym3148 if false { - } else if z.HasExtensions() && z.EncExt(yy3119) { - } else if yym3120 { - z.EncBinaryMarshal(yy3119) - } else if !yym3120 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3119) + } else if z.HasExtensions() && z.EncExt(yy3147) { + } else if yym3148 { + z.EncBinaryMarshal(yy3147) + } else if !yym3148 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3147) } else { - z.EncFallback(yy3119) + z.EncFallback(yy3147) } } } - if yyr3112 || yy2arr3112 { + if yyr3140 || yy2arr3140 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3112[2] { - yym3122 := z.EncBinary() - _ = yym3122 + if yyq3140[2] { + yym3150 := z.EncBinary() + _ = yym3150 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -39877,23 +40351,23 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3112[2] { + if yyq3140[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3123 := z.EncBinary() - _ = yym3123 + yym3151 := z.EncBinary() + _ = yym3151 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3112 || yy2arr3112 { + if yyr3140 || yy2arr3140 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3112[3] { - yym3125 := z.EncBinary() - _ = yym3125 + if yyq3140[3] { + yym3153 := z.EncBinary() + _ = yym3153 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -39902,19 +40376,19 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3112[3] { + if yyq3140[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3126 := z.EncBinary() - _ = yym3126 + yym3154 := z.EncBinary() + _ = yym3154 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3112 || yy2arr3112 { + if yyr3140 || yy2arr3140 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39927,25 +40401,25 @@ func (x *PreferAvoidPodsEntry) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3127 := z.DecBinary() - _ = yym3127 + yym3155 := z.DecBinary() + _ = yym3155 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3128 := r.ContainerType() - if yyct3128 == codecSelferValueTypeMap1234 { - yyl3128 := r.ReadMapStart() - if yyl3128 == 0 { + yyct3156 := r.ContainerType() + if yyct3156 == codecSelferValueTypeMap1234 { + yyl3156 := r.ReadMapStart() + if yyl3156 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3128, d) + x.codecDecodeSelfFromMap(yyl3156, d) } - } else if yyct3128 == codecSelferValueTypeArray1234 { - yyl3128 := r.ReadArrayStart() - if yyl3128 == 0 { + } else if yyct3156 == codecSelferValueTypeArray1234 { + yyl3156 := r.ReadArrayStart() + if yyl3156 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3128, d) + x.codecDecodeSelfFromArray(yyl3156, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39957,12 +40431,12 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3129Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3129Slc - var yyhl3129 bool = l >= 0 - for yyj3129 := 0; ; yyj3129++ { - if yyhl3129 { - if yyj3129 >= l { + var yys3157Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3157Slc + var yyhl3157 bool = l >= 0 + for yyj3157 := 0; ; yyj3157++ { + if yyhl3157 { + if yyj3157 >= l { break } } else { @@ -39971,32 +40445,32 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3129Slc = r.DecodeBytes(yys3129Slc, true, true) - yys3129 := string(yys3129Slc) + yys3157Slc = r.DecodeBytes(yys3157Slc, true, true) + yys3157 := string(yys3157Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3129 { + switch yys3157 { case "podSignature": if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv3130 := &x.PodSignature - yyv3130.CodecDecodeSelf(d) + yyv3158 := &x.PodSignature + yyv3158.CodecDecodeSelf(d) } case "evictionTime": if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv3131 := &x.EvictionTime - yym3132 := z.DecBinary() - _ = yym3132 + yyv3159 := &x.EvictionTime + yym3160 := z.DecBinary() + _ = yym3160 if false { - } else if z.HasExtensions() && z.DecExt(yyv3131) { - } else if yym3132 { - z.DecBinaryUnmarshal(yyv3131) - } else if !yym3132 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3131) + } else if z.HasExtensions() && z.DecExt(yyv3159) { + } else if yym3160 { + z.DecBinaryUnmarshal(yyv3159) + } else if !yym3160 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3159) } else { - z.DecFallback(yyv3131, false) + z.DecFallback(yyv3159, false) } } case "reason": @@ -40012,9 +40486,9 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3129) - } // end switch yys3129 - } // end for yyj3129 + z.DecStructFieldNotFound(-1, yys3157) + } // end switch yys3157 + } // end for yyj3157 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40022,16 +40496,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3135 int - var yyb3135 bool - var yyhl3135 bool = l >= 0 - yyj3135++ - if yyhl3135 { - yyb3135 = yyj3135 > l + var yyj3163 int + var yyb3163 bool + var yyhl3163 bool = l >= 0 + yyj3163++ + if yyhl3163 { + yyb3163 = yyj3163 > l } else { - yyb3135 = r.CheckBreak() + yyb3163 = r.CheckBreak() } - if yyb3135 { + if yyb3163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40039,16 +40513,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv3136 := &x.PodSignature - yyv3136.CodecDecodeSelf(d) + yyv3164 := &x.PodSignature + yyv3164.CodecDecodeSelf(d) } - yyj3135++ - if yyhl3135 { - yyb3135 = yyj3135 > l + yyj3163++ + if yyhl3163 { + yyb3163 = yyj3163 > l } else { - yyb3135 = r.CheckBreak() + yyb3163 = r.CheckBreak() } - if yyb3135 { + if yyb3163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40056,26 +40530,26 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv3137 := &x.EvictionTime - yym3138 := z.DecBinary() - _ = yym3138 + yyv3165 := &x.EvictionTime + yym3166 := z.DecBinary() + _ = yym3166 if false { - } else if z.HasExtensions() && z.DecExt(yyv3137) { - } else if yym3138 { - z.DecBinaryUnmarshal(yyv3137) - } else if !yym3138 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3137) + } else if z.HasExtensions() && z.DecExt(yyv3165) { + } else if yym3166 { + z.DecBinaryUnmarshal(yyv3165) + } else if !yym3166 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3165) } else { - z.DecFallback(yyv3137, false) + z.DecFallback(yyv3165, false) } } - yyj3135++ - if yyhl3135 { - yyb3135 = yyj3135 > l + yyj3163++ + if yyhl3163 { + yyb3163 = yyj3163 > l } else { - yyb3135 = r.CheckBreak() + yyb3163 = r.CheckBreak() } - if yyb3135 { + if yyb3163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40085,13 +40559,13 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Reason = string(r.DecodeString()) } - yyj3135++ - if yyhl3135 { - yyb3135 = yyj3135 > l + yyj3163++ + if yyhl3163 { + yyb3163 = yyj3163 > l } else { - yyb3135 = r.CheckBreak() + yyb3163 = r.CheckBreak() } - if yyb3135 { + if yyb3163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40102,17 +40576,17 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Message = string(r.DecodeString()) } for { - yyj3135++ - if yyhl3135 { - yyb3135 = yyj3135 > l + yyj3163++ + if yyhl3163 { + yyb3163 = yyj3163 > l } else { - yyb3135 = r.CheckBreak() + yyb3163 = r.CheckBreak() } - if yyb3135 { + if yyb3163 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3135-1, "") + z.DecStructFieldNotFound(yyj3163-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40124,33 +40598,33 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3141 := z.EncBinary() - _ = yym3141 + yym3169 := z.EncBinary() + _ = yym3169 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3142 := !z.EncBinary() - yy2arr3142 := z.EncBasicHandle().StructToArray - var yyq3142 [1]bool - _, _, _ = yysep3142, yyq3142, yy2arr3142 - const yyr3142 bool = false - yyq3142[0] = x.PodController != nil - var yynn3142 int - if yyr3142 || yy2arr3142 { + yysep3170 := !z.EncBinary() + yy2arr3170 := z.EncBasicHandle().StructToArray + var yyq3170 [1]bool + _, _, _ = yysep3170, yyq3170, yy2arr3170 + const yyr3170 bool = false + yyq3170[0] = x.PodController != nil + var yynn3170 int + if yyr3170 || yy2arr3170 { r.EncodeArrayStart(1) } else { - yynn3142 = 0 - for _, b := range yyq3142 { + yynn3170 = 0 + for _, b := range yyq3170 { if b { - yynn3142++ + yynn3170++ } } - r.EncodeMapStart(yynn3142) - yynn3142 = 0 + r.EncodeMapStart(yynn3170) + yynn3170 = 0 } - if yyr3142 || yy2arr3142 { + if yyr3170 || yy2arr3170 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3142[0] { + if yyq3170[0] { if x.PodController == nil { r.EncodeNil() } else { @@ -40160,7 +40634,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3142[0] { + if yyq3170[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podController")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -40171,7 +40645,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3142 || yy2arr3142 { + if yyr3170 || yy2arr3170 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40184,25 +40658,25 @@ func (x *PodSignature) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3144 := z.DecBinary() - _ = yym3144 + yym3172 := z.DecBinary() + _ = yym3172 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3145 := r.ContainerType() - if yyct3145 == codecSelferValueTypeMap1234 { - yyl3145 := r.ReadMapStart() - if yyl3145 == 0 { + yyct3173 := r.ContainerType() + if yyct3173 == codecSelferValueTypeMap1234 { + yyl3173 := r.ReadMapStart() + if yyl3173 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3145, d) + x.codecDecodeSelfFromMap(yyl3173, d) } - } else if yyct3145 == codecSelferValueTypeArray1234 { - yyl3145 := r.ReadArrayStart() - if yyl3145 == 0 { + } else if yyct3173 == codecSelferValueTypeArray1234 { + yyl3173 := r.ReadArrayStart() + if yyl3173 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3145, d) + x.codecDecodeSelfFromArray(yyl3173, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40214,12 +40688,12 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3146Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3146Slc - var yyhl3146 bool = l >= 0 - for yyj3146 := 0; ; yyj3146++ { - if yyhl3146 { - if yyj3146 >= l { + var yys3174Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3174Slc + var yyhl3174 bool = l >= 0 + for yyj3174 := 0; ; yyj3174++ { + if yyhl3174 { + if yyj3174 >= l { break } } else { @@ -40228,10 +40702,10 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3146Slc = r.DecodeBytes(yys3146Slc, true, true) - yys3146 := string(yys3146Slc) + yys3174Slc = r.DecodeBytes(yys3174Slc, true, true) + yys3174 := string(yys3174Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3146 { + switch yys3174 { case "podController": if r.TryDecodeAsNil() { if x.PodController != nil { @@ -40244,9 +40718,9 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3146) - } // end switch yys3146 - } // end for yyj3146 + z.DecStructFieldNotFound(-1, yys3174) + } // end switch yys3174 + } // end for yyj3174 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40254,16 +40728,16 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3148 int - var yyb3148 bool - var yyhl3148 bool = l >= 0 - yyj3148++ - if yyhl3148 { - yyb3148 = yyj3148 > l + var yyj3176 int + var yyb3176 bool + var yyhl3176 bool = l >= 0 + yyj3176++ + if yyhl3176 { + yyb3176 = yyj3176 > l } else { - yyb3148 = r.CheckBreak() + yyb3176 = r.CheckBreak() } - if yyb3148 { + if yyb3176 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40279,17 +40753,17 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } for { - yyj3148++ - if yyhl3148 { - yyb3148 = yyj3148 > l + yyj3176++ + if yyhl3176 { + yyb3176 = yyj3176 > l } else { - yyb3148 = r.CheckBreak() + yyb3176 = r.CheckBreak() } - if yyb3148 { + if yyb3176 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3148-1, "") + z.DecStructFieldNotFound(yyj3176-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40301,37 +40775,37 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3150 := z.EncBinary() - _ = yym3150 + yym3178 := z.EncBinary() + _ = yym3178 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3151 := !z.EncBinary() - yy2arr3151 := z.EncBasicHandle().StructToArray - var yyq3151 [2]bool - _, _, _ = yysep3151, yyq3151, yy2arr3151 - const yyr3151 bool = false - yyq3151[1] = x.SizeBytes != 0 - var yynn3151 int - if yyr3151 || yy2arr3151 { + yysep3179 := !z.EncBinary() + yy2arr3179 := z.EncBasicHandle().StructToArray + var yyq3179 [2]bool + _, _, _ = yysep3179, yyq3179, yy2arr3179 + const yyr3179 bool = false + yyq3179[1] = x.SizeBytes != 0 + var yynn3179 int + if yyr3179 || yy2arr3179 { r.EncodeArrayStart(2) } else { - yynn3151 = 1 - for _, b := range yyq3151 { + yynn3179 = 1 + for _, b := range yyq3179 { if b { - yynn3151++ + yynn3179++ } } - r.EncodeMapStart(yynn3151) - yynn3151 = 0 + r.EncodeMapStart(yynn3179) + yynn3179 = 0 } - if yyr3151 || yy2arr3151 { + if yyr3179 || yy2arr3179 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Names == nil { r.EncodeNil() } else { - yym3153 := z.EncBinary() - _ = yym3153 + yym3181 := z.EncBinary() + _ = yym3181 if false { } else { z.F.EncSliceStringV(x.Names, false, e) @@ -40344,19 +40818,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x.Names == nil { r.EncodeNil() } else { - yym3154 := z.EncBinary() - _ = yym3154 + yym3182 := z.EncBinary() + _ = yym3182 if false { } else { z.F.EncSliceStringV(x.Names, false, e) } } } - if yyr3151 || yy2arr3151 { + if yyr3179 || yy2arr3179 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3151[1] { - yym3156 := z.EncBinary() - _ = yym3156 + if yyq3179[1] { + yym3184 := z.EncBinary() + _ = yym3184 if false { } else { r.EncodeInt(int64(x.SizeBytes)) @@ -40365,19 +40839,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3151[1] { + if yyq3179[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sizeBytes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3157 := z.EncBinary() - _ = yym3157 + yym3185 := z.EncBinary() + _ = yym3185 if false { } else { r.EncodeInt(int64(x.SizeBytes)) } } } - if yyr3151 || yy2arr3151 { + if yyr3179 || yy2arr3179 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40390,25 +40864,25 @@ func (x *ContainerImage) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3158 := z.DecBinary() - _ = yym3158 + yym3186 := z.DecBinary() + _ = yym3186 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3159 := r.ContainerType() - if yyct3159 == codecSelferValueTypeMap1234 { - yyl3159 := r.ReadMapStart() - if yyl3159 == 0 { + yyct3187 := r.ContainerType() + if yyct3187 == codecSelferValueTypeMap1234 { + yyl3187 := r.ReadMapStart() + if yyl3187 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3159, d) + x.codecDecodeSelfFromMap(yyl3187, d) } - } else if yyct3159 == codecSelferValueTypeArray1234 { - yyl3159 := r.ReadArrayStart() - if yyl3159 == 0 { + } else if yyct3187 == codecSelferValueTypeArray1234 { + yyl3187 := r.ReadArrayStart() + if yyl3187 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3159, d) + x.codecDecodeSelfFromArray(yyl3187, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40420,12 +40894,12 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3160Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3160Slc - var yyhl3160 bool = l >= 0 - for yyj3160 := 0; ; yyj3160++ { - if yyhl3160 { - if yyj3160 >= l { + var yys3188Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3188Slc + var yyhl3188 bool = l >= 0 + for yyj3188 := 0; ; yyj3188++ { + if yyhl3188 { + if yyj3188 >= l { break } } else { @@ -40434,20 +40908,20 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3160Slc = r.DecodeBytes(yys3160Slc, true, true) - yys3160 := string(yys3160Slc) + yys3188Slc = r.DecodeBytes(yys3188Slc, true, true) + yys3188 := string(yys3188Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3160 { + switch yys3188 { case "names": if r.TryDecodeAsNil() { x.Names = nil } else { - yyv3161 := &x.Names - yym3162 := z.DecBinary() - _ = yym3162 + yyv3189 := &x.Names + yym3190 := z.DecBinary() + _ = yym3190 if false { } else { - z.F.DecSliceStringX(yyv3161, false, d) + z.F.DecSliceStringX(yyv3189, false, d) } } case "sizeBytes": @@ -40457,9 +40931,9 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys3160) - } // end switch yys3160 - } // end for yyj3160 + z.DecStructFieldNotFound(-1, yys3188) + } // end switch yys3188 + } // end for yyj3188 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40467,16 +40941,16 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3164 int - var yyb3164 bool - var yyhl3164 bool = l >= 0 - yyj3164++ - if yyhl3164 { - yyb3164 = yyj3164 > l + var yyj3192 int + var yyb3192 bool + var yyhl3192 bool = l >= 0 + yyj3192++ + if yyhl3192 { + yyb3192 = yyj3192 > l } else { - yyb3164 = r.CheckBreak() + yyb3192 = r.CheckBreak() } - if yyb3164 { + if yyb3192 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40484,21 +40958,21 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Names = nil } else { - yyv3165 := &x.Names - yym3166 := z.DecBinary() - _ = yym3166 + yyv3193 := &x.Names + yym3194 := z.DecBinary() + _ = yym3194 if false { } else { - z.F.DecSliceStringX(yyv3165, false, d) + z.F.DecSliceStringX(yyv3193, false, d) } } - yyj3164++ - if yyhl3164 { - yyb3164 = yyj3164 > l + yyj3192++ + if yyhl3192 { + yyb3192 = yyj3192 > l } else { - yyb3164 = r.CheckBreak() + yyb3192 = r.CheckBreak() } - if yyb3164 { + if yyb3192 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40509,17 +40983,17 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } for { - yyj3164++ - if yyhl3164 { - yyb3164 = yyj3164 > l + yyj3192++ + if yyhl3192 { + yyb3192 = yyj3192 > l } else { - yyb3164 = r.CheckBreak() + yyb3192 = r.CheckBreak() } - if yyb3164 { + if yyb3192 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3164-1, "") + z.DecStructFieldNotFound(yyj3192-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40528,8 +41002,8 @@ func (x NodePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3168 := z.EncBinary() - _ = yym3168 + yym3196 := z.EncBinary() + _ = yym3196 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40541,8 +41015,8 @@ func (x *NodePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3169 := z.DecBinary() - _ = yym3169 + yym3197 := z.DecBinary() + _ = yym3197 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40554,8 +41028,8 @@ func (x NodeConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3170 := z.EncBinary() - _ = yym3170 + yym3198 := z.EncBinary() + _ = yym3198 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40567,8 +41041,8 @@ func (x *NodeConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3171 := z.DecBinary() - _ = yym3171 + yym3199 := z.DecBinary() + _ = yym3199 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40583,34 +41057,34 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3172 := z.EncBinary() - _ = yym3172 + yym3200 := z.EncBinary() + _ = yym3200 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3173 := !z.EncBinary() - yy2arr3173 := z.EncBasicHandle().StructToArray - var yyq3173 [6]bool - _, _, _ = yysep3173, yyq3173, yy2arr3173 - const yyr3173 bool = false - yyq3173[2] = true - yyq3173[3] = true - yyq3173[4] = x.Reason != "" - yyq3173[5] = x.Message != "" - var yynn3173 int - if yyr3173 || yy2arr3173 { + yysep3201 := !z.EncBinary() + yy2arr3201 := z.EncBasicHandle().StructToArray + var yyq3201 [6]bool + _, _, _ = yysep3201, yyq3201, yy2arr3201 + const yyr3201 bool = false + yyq3201[2] = true + yyq3201[3] = true + yyq3201[4] = x.Reason != "" + yyq3201[5] = x.Message != "" + var yynn3201 int + if yyr3201 || yy2arr3201 { r.EncodeArrayStart(6) } else { - yynn3173 = 2 - for _, b := range yyq3173 { + yynn3201 = 2 + for _, b := range yyq3201 { if b { - yynn3173++ + yynn3201++ } } - r.EncodeMapStart(yynn3173) - yynn3173 = 0 + r.EncodeMapStart(yynn3201) + yynn3201 = 0 } - if yyr3173 || yy2arr3173 { + if yyr3201 || yy2arr3201 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -40619,7 +41093,7 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3173 || yy2arr3173 { + if yyr3201 || yy2arr3201 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -40628,85 +41102,85 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr3173 || yy2arr3173 { + if yyr3201 || yy2arr3201 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3173[2] { - yy3177 := &x.LastHeartbeatTime - yym3178 := z.EncBinary() - _ = yym3178 + if yyq3201[2] { + yy3205 := &x.LastHeartbeatTime + yym3206 := z.EncBinary() + _ = yym3206 if false { - } else if z.HasExtensions() && z.EncExt(yy3177) { - } else if yym3178 { - z.EncBinaryMarshal(yy3177) - } else if !yym3178 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3177) + } else if z.HasExtensions() && z.EncExt(yy3205) { + } else if yym3206 { + z.EncBinaryMarshal(yy3205) + } else if !yym3206 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3205) } else { - z.EncFallback(yy3177) + z.EncFallback(yy3205) } } else { r.EncodeNil() } } else { - if yyq3173[2] { + if yyq3201[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3179 := &x.LastHeartbeatTime - yym3180 := z.EncBinary() - _ = yym3180 + yy3207 := &x.LastHeartbeatTime + yym3208 := z.EncBinary() + _ = yym3208 if false { - } else if z.HasExtensions() && z.EncExt(yy3179) { - } else if yym3180 { - z.EncBinaryMarshal(yy3179) - } else if !yym3180 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3179) + } else if z.HasExtensions() && z.EncExt(yy3207) { + } else if yym3208 { + z.EncBinaryMarshal(yy3207) + } else if !yym3208 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3207) } else { - z.EncFallback(yy3179) + z.EncFallback(yy3207) } } } - if yyr3173 || yy2arr3173 { + if yyr3201 || yy2arr3201 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3173[3] { - yy3182 := &x.LastTransitionTime - yym3183 := z.EncBinary() - _ = yym3183 + if yyq3201[3] { + yy3210 := &x.LastTransitionTime + yym3211 := z.EncBinary() + _ = yym3211 if false { - } else if z.HasExtensions() && z.EncExt(yy3182) { - } else if yym3183 { - z.EncBinaryMarshal(yy3182) - } else if !yym3183 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3182) + } else if z.HasExtensions() && z.EncExt(yy3210) { + } else if yym3211 { + z.EncBinaryMarshal(yy3210) + } else if !yym3211 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3210) } else { - z.EncFallback(yy3182) + z.EncFallback(yy3210) } } else { r.EncodeNil() } } else { - if yyq3173[3] { + if yyq3201[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3184 := &x.LastTransitionTime - yym3185 := z.EncBinary() - _ = yym3185 + yy3212 := &x.LastTransitionTime + yym3213 := z.EncBinary() + _ = yym3213 if false { - } else if z.HasExtensions() && z.EncExt(yy3184) { - } else if yym3185 { - z.EncBinaryMarshal(yy3184) - } else if !yym3185 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3184) + } else if z.HasExtensions() && z.EncExt(yy3212) { + } else if yym3213 { + z.EncBinaryMarshal(yy3212) + } else if !yym3213 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3212) } else { - z.EncFallback(yy3184) + z.EncFallback(yy3212) } } } - if yyr3173 || yy2arr3173 { + if yyr3201 || yy2arr3201 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3173[4] { - yym3187 := z.EncBinary() - _ = yym3187 + if yyq3201[4] { + yym3215 := z.EncBinary() + _ = yym3215 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -40715,23 +41189,23 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3173[4] { + if yyq3201[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3188 := z.EncBinary() - _ = yym3188 + yym3216 := z.EncBinary() + _ = yym3216 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3173 || yy2arr3173 { + if yyr3201 || yy2arr3201 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3173[5] { - yym3190 := z.EncBinary() - _ = yym3190 + if yyq3201[5] { + yym3218 := z.EncBinary() + _ = yym3218 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -40740,19 +41214,19 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3173[5] { + if yyq3201[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3191 := z.EncBinary() - _ = yym3191 + yym3219 := z.EncBinary() + _ = yym3219 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3173 || yy2arr3173 { + if yyr3201 || yy2arr3201 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40762,357 +41236,6 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { } func (x *NodeCondition) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym3192 := z.DecBinary() - _ = yym3192 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct3193 := r.ContainerType() - if yyct3193 == codecSelferValueTypeMap1234 { - yyl3193 := r.ReadMapStart() - if yyl3193 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl3193, d) - } - } else if yyct3193 == codecSelferValueTypeArray1234 { - yyl3193 := r.ReadArrayStart() - if yyl3193 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl3193, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *NodeCondition) 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 { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3194Slc = r.DecodeBytes(yys3194Slc, true, true) - yys3194 := string(yys3194Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3194 { - case "type": - if r.TryDecodeAsNil() { - x.Type = "" - } else { - x.Type = NodeConditionType(r.DecodeString()) - } - case "status": - if r.TryDecodeAsNil() { - x.Status = "" - } else { - x.Status = ConditionStatus(r.DecodeString()) - } - case "lastHeartbeatTime": - if r.TryDecodeAsNil() { - x.LastHeartbeatTime = pkg2_unversioned.Time{} - } else { - yyv3197 := &x.LastHeartbeatTime - yym3198 := z.DecBinary() - _ = yym3198 - if false { - } else if z.HasExtensions() && z.DecExt(yyv3197) { - } else if yym3198 { - z.DecBinaryUnmarshal(yyv3197) - } else if !yym3198 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3197) - } else { - z.DecFallback(yyv3197, false) - } - } - case "lastTransitionTime": - if r.TryDecodeAsNil() { - x.LastTransitionTime = pkg2_unversioned.Time{} - } else { - yyv3199 := &x.LastTransitionTime - yym3200 := z.DecBinary() - _ = yym3200 - if false { - } else if z.HasExtensions() && z.DecExt(yyv3199) { - } else if yym3200 { - z.DecBinaryUnmarshal(yyv3199) - } else if !yym3200 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3199) - } else { - z.DecFallback(yyv3199, false) - } - } - case "reason": - if r.TryDecodeAsNil() { - x.Reason = "" - } else { - x.Reason = string(r.DecodeString()) - } - case "message": - if r.TryDecodeAsNil() { - x.Message = "" - } else { - x.Message = string(r.DecodeString()) - } - default: - z.DecStructFieldNotFound(-1, yys3194) - } // end switch yys3194 - } // end for yyj3194 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj3203 int - var yyb3203 bool - var yyhl3203 bool = l >= 0 - yyj3203++ - if yyhl3203 { - yyb3203 = yyj3203 > l - } else { - yyb3203 = r.CheckBreak() - } - if yyb3203 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Type = "" - } else { - x.Type = NodeConditionType(r.DecodeString()) - } - yyj3203++ - if yyhl3203 { - yyb3203 = yyj3203 > l - } else { - yyb3203 = r.CheckBreak() - } - if yyb3203 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Status = "" - } else { - x.Status = ConditionStatus(r.DecodeString()) - } - yyj3203++ - if yyhl3203 { - yyb3203 = yyj3203 > l - } else { - yyb3203 = r.CheckBreak() - } - if yyb3203 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.LastHeartbeatTime = pkg2_unversioned.Time{} - } else { - yyv3206 := &x.LastHeartbeatTime - yym3207 := z.DecBinary() - _ = yym3207 - if false { - } else if z.HasExtensions() && z.DecExt(yyv3206) { - } else if yym3207 { - z.DecBinaryUnmarshal(yyv3206) - } else if !yym3207 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3206) - } else { - z.DecFallback(yyv3206, false) - } - } - yyj3203++ - if yyhl3203 { - yyb3203 = yyj3203 > l - } else { - yyb3203 = r.CheckBreak() - } - if yyb3203 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.LastTransitionTime = pkg2_unversioned.Time{} - } else { - yyv3208 := &x.LastTransitionTime - yym3209 := z.DecBinary() - _ = yym3209 - if false { - } else if z.HasExtensions() && z.DecExt(yyv3208) { - } else if yym3209 { - z.DecBinaryUnmarshal(yyv3208) - } else if !yym3209 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3208) - } else { - z.DecFallback(yyv3208, false) - } - } - yyj3203++ - if yyhl3203 { - yyb3203 = yyj3203 > l - } else { - yyb3203 = r.CheckBreak() - } - if yyb3203 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Reason = "" - } else { - x.Reason = string(r.DecodeString()) - } - yyj3203++ - if yyhl3203 { - yyb3203 = yyj3203 > l - } else { - yyb3203 = r.CheckBreak() - } - if yyb3203 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Message = "" - } else { - x.Message = string(r.DecodeString()) - } - for { - yyj3203++ - if yyhl3203 { - yyb3203 = yyj3203 > l - } else { - yyb3203 = r.CheckBreak() - } - if yyb3203 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3203-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x NodeAddressType) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - yym3212 := z.EncBinary() - _ = yym3212 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x)) - } -} - -func (x *NodeAddressType) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym3213 := z.DecBinary() - _ = yym3213 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - *((*string)(x)) = r.DecodeString() - } -} - -func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym3214 := z.EncBinary() - _ = yym3214 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep3215 := !z.EncBinary() - yy2arr3215 := z.EncBasicHandle().StructToArray - var yyq3215 [2]bool - _, _, _ = yysep3215, yyq3215, yy2arr3215 - const yyr3215 bool = false - var yynn3215 int - if yyr3215 || yy2arr3215 { - r.EncodeArrayStart(2) - } else { - yynn3215 = 2 - for _, b := range yyq3215 { - if b { - yynn3215++ - } - } - r.EncodeMapStart(yynn3215) - yynn3215 = 0 - } - if yyr3215 || yy2arr3215 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - x.Type.CodecEncodeSelf(e) - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("type")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - x.Type.CodecEncodeSelf(e) - } - if yyr3215 || yy2arr3215 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3218 := z.EncBinary() - _ = yym3218 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Address)) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("address")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3219 := z.EncBinary() - _ = yym3219 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Address)) - } - } - if yyr3215 || yy2arr3215 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *NodeAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -41142,7 +41265,7 @@ func (x *NodeAddress) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -41164,6 +41287,357 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { yys3222 := string(yys3222Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) switch yys3222 { + case "type": + if r.TryDecodeAsNil() { + x.Type = "" + } else { + x.Type = NodeConditionType(r.DecodeString()) + } + case "status": + if r.TryDecodeAsNil() { + x.Status = "" + } else { + x.Status = ConditionStatus(r.DecodeString()) + } + case "lastHeartbeatTime": + if r.TryDecodeAsNil() { + x.LastHeartbeatTime = pkg2_unversioned.Time{} + } else { + yyv3225 := &x.LastHeartbeatTime + yym3226 := z.DecBinary() + _ = yym3226 + if false { + } else if z.HasExtensions() && z.DecExt(yyv3225) { + } else if yym3226 { + z.DecBinaryUnmarshal(yyv3225) + } else if !yym3226 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3225) + } else { + z.DecFallback(yyv3225, false) + } + } + case "lastTransitionTime": + if r.TryDecodeAsNil() { + x.LastTransitionTime = pkg2_unversioned.Time{} + } else { + yyv3227 := &x.LastTransitionTime + yym3228 := z.DecBinary() + _ = yym3228 + if false { + } else if z.HasExtensions() && z.DecExt(yyv3227) { + } else if yym3228 { + z.DecBinaryUnmarshal(yyv3227) + } else if !yym3228 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3227) + } else { + z.DecFallback(yyv3227, false) + } + } + case "reason": + if r.TryDecodeAsNil() { + x.Reason = "" + } else { + x.Reason = string(r.DecodeString()) + } + case "message": + if r.TryDecodeAsNil() { + x.Message = "" + } else { + x.Message = string(r.DecodeString()) + } + default: + z.DecStructFieldNotFound(-1, yys3222) + } // end switch yys3222 + } // end for yyj3222 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj3231 int + var yyb3231 bool + var yyhl3231 bool = l >= 0 + yyj3231++ + if yyhl3231 { + yyb3231 = yyj3231 > l + } else { + yyb3231 = r.CheckBreak() + } + if yyb3231 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Type = "" + } else { + x.Type = NodeConditionType(r.DecodeString()) + } + yyj3231++ + if yyhl3231 { + yyb3231 = yyj3231 > l + } else { + yyb3231 = r.CheckBreak() + } + if yyb3231 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Status = "" + } else { + x.Status = ConditionStatus(r.DecodeString()) + } + yyj3231++ + if yyhl3231 { + yyb3231 = yyj3231 > l + } else { + yyb3231 = r.CheckBreak() + } + if yyb3231 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.LastHeartbeatTime = pkg2_unversioned.Time{} + } else { + yyv3234 := &x.LastHeartbeatTime + yym3235 := z.DecBinary() + _ = yym3235 + if false { + } else if z.HasExtensions() && z.DecExt(yyv3234) { + } else if yym3235 { + z.DecBinaryUnmarshal(yyv3234) + } else if !yym3235 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3234) + } else { + z.DecFallback(yyv3234, false) + } + } + yyj3231++ + if yyhl3231 { + yyb3231 = yyj3231 > l + } else { + yyb3231 = r.CheckBreak() + } + if yyb3231 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.LastTransitionTime = pkg2_unversioned.Time{} + } else { + yyv3236 := &x.LastTransitionTime + yym3237 := z.DecBinary() + _ = yym3237 + if false { + } else if z.HasExtensions() && z.DecExt(yyv3236) { + } else if yym3237 { + z.DecBinaryUnmarshal(yyv3236) + } else if !yym3237 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3236) + } else { + z.DecFallback(yyv3236, false) + } + } + yyj3231++ + if yyhl3231 { + yyb3231 = yyj3231 > l + } else { + yyb3231 = r.CheckBreak() + } + if yyb3231 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Reason = "" + } else { + x.Reason = string(r.DecodeString()) + } + yyj3231++ + if yyhl3231 { + yyb3231 = yyj3231 > l + } else { + yyb3231 = r.CheckBreak() + } + if yyb3231 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Message = "" + } else { + x.Message = string(r.DecodeString()) + } + for { + yyj3231++ + if yyhl3231 { + yyb3231 = yyj3231 > l + } else { + yyb3231 = r.CheckBreak() + } + if yyb3231 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3231-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x NodeAddressType) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + yym3240 := z.EncBinary() + _ = yym3240 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x)) + } +} + +func (x *NodeAddressType) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3241 := z.DecBinary() + _ = yym3241 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + *((*string)(x)) = r.DecodeString() + } +} + +func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3242 := z.EncBinary() + _ = yym3242 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep3243 := !z.EncBinary() + yy2arr3243 := z.EncBasicHandle().StructToArray + var yyq3243 [2]bool + _, _, _ = yysep3243, yyq3243, yy2arr3243 + const yyr3243 bool = false + var yynn3243 int + if yyr3243 || yy2arr3243 { + r.EncodeArrayStart(2) + } else { + yynn3243 = 2 + for _, b := range yyq3243 { + if b { + yynn3243++ + } + } + r.EncodeMapStart(yynn3243) + yynn3243 = 0 + } + if yyr3243 || yy2arr3243 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + x.Type.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("type")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + x.Type.CodecEncodeSelf(e) + } + if yyr3243 || yy2arr3243 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym3246 := z.EncBinary() + _ = yym3246 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Address)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("address")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3247 := z.EncBinary() + _ = yym3247 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Address)) + } + } + if yyr3243 || yy2arr3243 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *NodeAddress) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3248 := z.DecBinary() + _ = yym3248 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3249 := r.ContainerType() + if yyct3249 == codecSelferValueTypeMap1234 { + yyl3249 := r.ReadMapStart() + if yyl3249 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3249, d) + } + } else if yyct3249 == codecSelferValueTypeArray1234 { + yyl3249 := r.ReadArrayStart() + if yyl3249 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3249, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3250Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3250Slc + var yyhl3250 bool = l >= 0 + for yyj3250 := 0; ; yyj3250++ { + if yyhl3250 { + if yyj3250 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3250Slc = r.DecodeBytes(yys3250Slc, true, true) + yys3250 := string(yys3250Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3250 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -41177,9 +41651,9 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3222) - } // end switch yys3222 - } // end for yyj3222 + z.DecStructFieldNotFound(-1, yys3250) + } // end switch yys3250 + } // end for yyj3250 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41187,16 +41661,16 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3225 int - var yyb3225 bool - var yyhl3225 bool = l >= 0 - yyj3225++ - if yyhl3225 { - yyb3225 = yyj3225 > l + var yyj3253 int + var yyb3253 bool + var yyhl3253 bool = l >= 0 + yyj3253++ + if yyhl3253 { + yyb3253 = yyj3253 > l } else { - yyb3225 = r.CheckBreak() + yyb3253 = r.CheckBreak() } - if yyb3225 { + if yyb3253 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41206,13 +41680,13 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeAddressType(r.DecodeString()) } - yyj3225++ - if yyhl3225 { - yyb3225 = yyj3225 > l + yyj3253++ + if yyhl3253 { + yyb3253 = yyj3253 > l } else { - yyb3225 = r.CheckBreak() + yyb3253 = r.CheckBreak() } - if yyb3225 { + if yyb3253 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41223,17 +41697,17 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } for { - yyj3225++ - if yyhl3225 { - yyb3225 = yyj3225 > l + yyj3253++ + if yyhl3253 { + yyb3253 = yyj3253 > l } else { - yyb3225 = r.CheckBreak() + yyb3253 = r.CheckBreak() } - if yyb3225 { + if yyb3253 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3225-1, "") + z.DecStructFieldNotFound(yyj3253-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41242,8 +41716,8 @@ func (x ResourceName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3228 := z.EncBinary() - _ = yym3228 + yym3256 := z.EncBinary() + _ = yym3256 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41255,8 +41729,8 @@ func (x *ResourceName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3229 := z.DecBinary() - _ = yym3229 + yym3257 := z.DecBinary() + _ = yym3257 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41271,8 +41745,8 @@ func (x ResourceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3230 := z.EncBinary() - _ = yym3230 + yym3258 := z.EncBinary() + _ = yym3258 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41285,8 +41759,8 @@ func (x *ResourceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3231 := z.DecBinary() - _ = yym3231 + yym3259 := z.DecBinary() + _ = yym3259 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41301,39 +41775,39 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3232 := z.EncBinary() - _ = yym3232 + yym3260 := z.EncBinary() + _ = yym3260 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3233 := !z.EncBinary() - yy2arr3233 := z.EncBasicHandle().StructToArray - var yyq3233 [5]bool - _, _, _ = yysep3233, yyq3233, yy2arr3233 - const yyr3233 bool = false - yyq3233[0] = x.Kind != "" - yyq3233[1] = x.APIVersion != "" - yyq3233[2] = true - yyq3233[3] = true - yyq3233[4] = true - var yynn3233 int - if yyr3233 || yy2arr3233 { + yysep3261 := !z.EncBinary() + yy2arr3261 := z.EncBasicHandle().StructToArray + var yyq3261 [5]bool + _, _, _ = yysep3261, yyq3261, yy2arr3261 + const yyr3261 bool = false + yyq3261[0] = x.Kind != "" + yyq3261[1] = x.APIVersion != "" + yyq3261[2] = true + yyq3261[3] = true + yyq3261[4] = true + var yynn3261 int + if yyr3261 || yy2arr3261 { r.EncodeArrayStart(5) } else { - yynn3233 = 0 - for _, b := range yyq3233 { + yynn3261 = 0 + for _, b := range yyq3261 { if b { - yynn3233++ + yynn3261++ } } - r.EncodeMapStart(yynn3233) - yynn3233 = 0 + r.EncodeMapStart(yynn3261) + yynn3261 = 0 } - if yyr3233 || yy2arr3233 { + if yyr3261 || yy2arr3261 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3233[0] { - yym3235 := z.EncBinary() - _ = yym3235 + if yyq3261[0] { + yym3263 := z.EncBinary() + _ = yym3263 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41342,23 +41816,23 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3233[0] { + if yyq3261[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3236 := z.EncBinary() - _ = yym3236 + yym3264 := z.EncBinary() + _ = yym3264 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3233 || yy2arr3233 { + if yyr3261 || yy2arr3261 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3233[1] { - yym3238 := z.EncBinary() - _ = yym3238 + if yyq3261[1] { + yym3266 := z.EncBinary() + _ = yym3266 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41367,70 +41841,70 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3233[1] { + if yyq3261[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3239 := z.EncBinary() - _ = yym3239 + yym3267 := z.EncBinary() + _ = yym3267 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3233 || yy2arr3233 { + if yyr3261 || yy2arr3261 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3233[2] { - yy3241 := &x.ObjectMeta - yy3241.CodecEncodeSelf(e) + if yyq3261[2] { + yy3269 := &x.ObjectMeta + yy3269.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3233[2] { + if yyq3261[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3242 := &x.ObjectMeta - yy3242.CodecEncodeSelf(e) + yy3270 := &x.ObjectMeta + yy3270.CodecEncodeSelf(e) } } - if yyr3233 || yy2arr3233 { + if yyr3261 || yy2arr3261 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3233[3] { - yy3244 := &x.Spec - yy3244.CodecEncodeSelf(e) + if yyq3261[3] { + yy3272 := &x.Spec + yy3272.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3233[3] { + if yyq3261[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3245 := &x.Spec - yy3245.CodecEncodeSelf(e) + yy3273 := &x.Spec + yy3273.CodecEncodeSelf(e) } } - if yyr3233 || yy2arr3233 { + if yyr3261 || yy2arr3261 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3233[4] { - yy3247 := &x.Status - yy3247.CodecEncodeSelf(e) + if yyq3261[4] { + yy3275 := &x.Status + yy3275.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3233[4] { + if yyq3261[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3248 := &x.Status - yy3248.CodecEncodeSelf(e) + yy3276 := &x.Status + yy3276.CodecEncodeSelf(e) } } - if yyr3233 || yy2arr3233 { + if yyr3261 || yy2arr3261 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41443,25 +41917,25 @@ func (x *Node) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3249 := z.DecBinary() - _ = yym3249 + yym3277 := z.DecBinary() + _ = yym3277 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3250 := r.ContainerType() - if yyct3250 == codecSelferValueTypeMap1234 { - yyl3250 := r.ReadMapStart() - if yyl3250 == 0 { + yyct3278 := r.ContainerType() + if yyct3278 == codecSelferValueTypeMap1234 { + yyl3278 := r.ReadMapStart() + if yyl3278 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3250, d) + x.codecDecodeSelfFromMap(yyl3278, d) } - } else if yyct3250 == codecSelferValueTypeArray1234 { - yyl3250 := r.ReadArrayStart() - if yyl3250 == 0 { + } else if yyct3278 == codecSelferValueTypeArray1234 { + yyl3278 := r.ReadArrayStart() + if yyl3278 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3250, d) + x.codecDecodeSelfFromArray(yyl3278, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41473,12 +41947,12 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3251Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3251Slc - var yyhl3251 bool = l >= 0 - for yyj3251 := 0; ; yyj3251++ { - if yyhl3251 { - if yyj3251 >= l { + var yys3279Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3279Slc + var yyhl3279 bool = l >= 0 + for yyj3279 := 0; ; yyj3279++ { + if yyhl3279 { + if yyj3279 >= l { break } } else { @@ -41487,10 +41961,10 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3251Slc = r.DecodeBytes(yys3251Slc, true, true) - yys3251 := string(yys3251Slc) + yys3279Slc = r.DecodeBytes(yys3279Slc, true, true) + yys3279 := string(yys3279Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3251 { + switch yys3279 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41507,27 +41981,27 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3254 := &x.ObjectMeta - yyv3254.CodecDecodeSelf(d) + yyv3282 := &x.ObjectMeta + yyv3282.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3255 := &x.Spec - yyv3255.CodecDecodeSelf(d) + yyv3283 := &x.Spec + yyv3283.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3256 := &x.Status - yyv3256.CodecDecodeSelf(d) + yyv3284 := &x.Status + yyv3284.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3251) - } // end switch yys3251 - } // end for yyj3251 + z.DecStructFieldNotFound(-1, yys3279) + } // end switch yys3279 + } // end for yyj3279 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41535,16 +42009,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3257 int - var yyb3257 bool - var yyhl3257 bool = l >= 0 - yyj3257++ - if yyhl3257 { - yyb3257 = yyj3257 > l + var yyj3285 int + var yyb3285 bool + var yyhl3285 bool = l >= 0 + yyj3285++ + if yyhl3285 { + yyb3285 = yyj3285 > l } else { - yyb3257 = r.CheckBreak() + yyb3285 = r.CheckBreak() } - if yyb3257 { + if yyb3285 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41554,13 +42028,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3257++ - if yyhl3257 { - yyb3257 = yyj3257 > l + yyj3285++ + if yyhl3285 { + yyb3285 = yyj3285 > l } else { - yyb3257 = r.CheckBreak() + yyb3285 = r.CheckBreak() } - if yyb3257 { + if yyb3285 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41570,13 +42044,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3257++ - if yyhl3257 { - yyb3257 = yyj3257 > l + yyj3285++ + if yyhl3285 { + yyb3285 = yyj3285 > l } else { - yyb3257 = r.CheckBreak() + yyb3285 = r.CheckBreak() } - if yyb3257 { + if yyb3285 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41584,16 +42058,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3260 := &x.ObjectMeta - yyv3260.CodecDecodeSelf(d) + yyv3288 := &x.ObjectMeta + yyv3288.CodecDecodeSelf(d) } - yyj3257++ - if yyhl3257 { - yyb3257 = yyj3257 > l + yyj3285++ + if yyhl3285 { + yyb3285 = yyj3285 > l } else { - yyb3257 = r.CheckBreak() + yyb3285 = r.CheckBreak() } - if yyb3257 { + if yyb3285 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41601,16 +42075,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3261 := &x.Spec - yyv3261.CodecDecodeSelf(d) + yyv3289 := &x.Spec + yyv3289.CodecDecodeSelf(d) } - yyj3257++ - if yyhl3257 { - yyb3257 = yyj3257 > l + yyj3285++ + if yyhl3285 { + yyb3285 = yyj3285 > l } else { - yyb3257 = r.CheckBreak() + yyb3285 = r.CheckBreak() } - if yyb3257 { + if yyb3285 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41618,21 +42092,21 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3262 := &x.Status - yyv3262.CodecDecodeSelf(d) + yyv3290 := &x.Status + yyv3290.CodecDecodeSelf(d) } for { - yyj3257++ - if yyhl3257 { - yyb3257 = yyj3257 > l + yyj3285++ + if yyhl3285 { + yyb3285 = yyj3285 > l } else { - yyb3257 = r.CheckBreak() + yyb3285 = r.CheckBreak() } - if yyb3257 { + if yyb3285 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3257-1, "") + z.DecStructFieldNotFound(yyj3285-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41644,37 +42118,37 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3263 := z.EncBinary() - _ = yym3263 + yym3291 := z.EncBinary() + _ = yym3291 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3264 := !z.EncBinary() - yy2arr3264 := z.EncBasicHandle().StructToArray - var yyq3264 [4]bool - _, _, _ = yysep3264, yyq3264, yy2arr3264 - const yyr3264 bool = false - yyq3264[0] = x.Kind != "" - yyq3264[1] = x.APIVersion != "" - yyq3264[2] = true - var yynn3264 int - if yyr3264 || yy2arr3264 { + yysep3292 := !z.EncBinary() + yy2arr3292 := z.EncBasicHandle().StructToArray + var yyq3292 [4]bool + _, _, _ = yysep3292, yyq3292, yy2arr3292 + const yyr3292 bool = false + yyq3292[0] = x.Kind != "" + yyq3292[1] = x.APIVersion != "" + yyq3292[2] = true + var yynn3292 int + if yyr3292 || yy2arr3292 { r.EncodeArrayStart(4) } else { - yynn3264 = 1 - for _, b := range yyq3264 { + yynn3292 = 1 + for _, b := range yyq3292 { if b { - yynn3264++ + yynn3292++ } } - r.EncodeMapStart(yynn3264) - yynn3264 = 0 + r.EncodeMapStart(yynn3292) + yynn3292 = 0 } - if yyr3264 || yy2arr3264 { + if yyr3292 || yy2arr3292 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3264[0] { - yym3266 := z.EncBinary() - _ = yym3266 + if yyq3292[0] { + yym3294 := z.EncBinary() + _ = yym3294 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41683,23 +42157,23 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3264[0] { + if yyq3292[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3267 := z.EncBinary() - _ = yym3267 + yym3295 := z.EncBinary() + _ = yym3295 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3264 || yy2arr3264 { + if yyr3292 || yy2arr3292 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3264[1] { - yym3269 := z.EncBinary() - _ = yym3269 + if yyq3292[1] { + yym3297 := z.EncBinary() + _ = yym3297 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41708,54 +42182,54 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3264[1] { + if yyq3292[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3270 := z.EncBinary() - _ = yym3270 + yym3298 := z.EncBinary() + _ = yym3298 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3264 || yy2arr3264 { + if yyr3292 || yy2arr3292 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3264[2] { - yy3272 := &x.ListMeta - yym3273 := z.EncBinary() - _ = yym3273 + if yyq3292[2] { + yy3300 := &x.ListMeta + yym3301 := z.EncBinary() + _ = yym3301 if false { - } else if z.HasExtensions() && z.EncExt(yy3272) { + } else if z.HasExtensions() && z.EncExt(yy3300) { } else { - z.EncFallback(yy3272) + z.EncFallback(yy3300) } } else { r.EncodeNil() } } else { - if yyq3264[2] { + if yyq3292[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3274 := &x.ListMeta - yym3275 := z.EncBinary() - _ = yym3275 + yy3302 := &x.ListMeta + yym3303 := z.EncBinary() + _ = yym3303 if false { - } else if z.HasExtensions() && z.EncExt(yy3274) { + } else if z.HasExtensions() && z.EncExt(yy3302) { } else { - z.EncFallback(yy3274) + z.EncFallback(yy3302) } } } - if yyr3264 || yy2arr3264 { + if yyr3292 || yy2arr3292 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3277 := z.EncBinary() - _ = yym3277 + yym3305 := z.EncBinary() + _ = yym3305 if false { } else { h.encSliceNode(([]Node)(x.Items), e) @@ -41768,15 +42242,15 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3278 := z.EncBinary() - _ = yym3278 + yym3306 := z.EncBinary() + _ = yym3306 if false { } else { h.encSliceNode(([]Node)(x.Items), e) } } } - if yyr3264 || yy2arr3264 { + if yyr3292 || yy2arr3292 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41789,25 +42263,25 @@ func (x *NodeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3279 := z.DecBinary() - _ = yym3279 + yym3307 := z.DecBinary() + _ = yym3307 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3280 := r.ContainerType() - if yyct3280 == codecSelferValueTypeMap1234 { - yyl3280 := r.ReadMapStart() - if yyl3280 == 0 { + yyct3308 := r.ContainerType() + if yyct3308 == codecSelferValueTypeMap1234 { + yyl3308 := r.ReadMapStart() + if yyl3308 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3280, d) + x.codecDecodeSelfFromMap(yyl3308, d) } - } else if yyct3280 == codecSelferValueTypeArray1234 { - yyl3280 := r.ReadArrayStart() - if yyl3280 == 0 { + } else if yyct3308 == codecSelferValueTypeArray1234 { + yyl3308 := r.ReadArrayStart() + if yyl3308 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3280, d) + x.codecDecodeSelfFromArray(yyl3308, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41819,12 +42293,12 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3281Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3281Slc - var yyhl3281 bool = l >= 0 - for yyj3281 := 0; ; yyj3281++ { - if yyhl3281 { - if yyj3281 >= l { + var yys3309Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3309Slc + var yyhl3309 bool = l >= 0 + for yyj3309 := 0; ; yyj3309++ { + if yyhl3309 { + if yyj3309 >= l { break } } else { @@ -41833,10 +42307,10 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3281Slc = r.DecodeBytes(yys3281Slc, true, true) - yys3281 := string(yys3281Slc) + yys3309Slc = r.DecodeBytes(yys3309Slc, true, true) + yys3309 := string(yys3309Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3281 { + switch yys3309 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41853,31 +42327,31 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3284 := &x.ListMeta - yym3285 := z.DecBinary() - _ = yym3285 + yyv3312 := &x.ListMeta + yym3313 := z.DecBinary() + _ = yym3313 if false { - } else if z.HasExtensions() && z.DecExt(yyv3284) { + } else if z.HasExtensions() && z.DecExt(yyv3312) { } else { - z.DecFallback(yyv3284, false) + z.DecFallback(yyv3312, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3286 := &x.Items - yym3287 := z.DecBinary() - _ = yym3287 + yyv3314 := &x.Items + yym3315 := z.DecBinary() + _ = yym3315 if false { } else { - h.decSliceNode((*[]Node)(yyv3286), d) + h.decSliceNode((*[]Node)(yyv3314), d) } } default: - z.DecStructFieldNotFound(-1, yys3281) - } // end switch yys3281 - } // end for yyj3281 + z.DecStructFieldNotFound(-1, yys3309) + } // end switch yys3309 + } // end for yyj3309 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41885,16 +42359,16 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3288 int - var yyb3288 bool - var yyhl3288 bool = l >= 0 - yyj3288++ - if yyhl3288 { - yyb3288 = yyj3288 > l + var yyj3316 int + var yyb3316 bool + var yyhl3316 bool = l >= 0 + yyj3316++ + if yyhl3316 { + yyb3316 = yyj3316 > l } else { - yyb3288 = r.CheckBreak() + yyb3316 = r.CheckBreak() } - if yyb3288 { + if yyb3316 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41904,13 +42378,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3288++ - if yyhl3288 { - yyb3288 = yyj3288 > l + yyj3316++ + if yyhl3316 { + yyb3316 = yyj3316 > l } else { - yyb3288 = r.CheckBreak() + yyb3316 = r.CheckBreak() } - if yyb3288 { + if yyb3316 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41920,13 +42394,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3288++ - if yyhl3288 { - yyb3288 = yyj3288 > l + yyj3316++ + if yyhl3316 { + yyb3316 = yyj3316 > l } else { - yyb3288 = r.CheckBreak() + yyb3316 = r.CheckBreak() } - if yyb3288 { + if yyb3316 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41934,22 +42408,22 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3291 := &x.ListMeta - yym3292 := z.DecBinary() - _ = yym3292 + yyv3319 := &x.ListMeta + yym3320 := z.DecBinary() + _ = yym3320 if false { - } else if z.HasExtensions() && z.DecExt(yyv3291) { + } else if z.HasExtensions() && z.DecExt(yyv3319) { } else { - z.DecFallback(yyv3291, false) + z.DecFallback(yyv3319, false) } } - yyj3288++ - if yyhl3288 { - yyb3288 = yyj3288 > l + yyj3316++ + if yyhl3316 { + yyb3316 = yyj3316 > l } else { - yyb3288 = r.CheckBreak() + yyb3316 = r.CheckBreak() } - if yyb3288 { + if yyb3316 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41957,26 +42431,26 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3293 := &x.Items - yym3294 := z.DecBinary() - _ = yym3294 + yyv3321 := &x.Items + yym3322 := z.DecBinary() + _ = yym3322 if false { } else { - h.decSliceNode((*[]Node)(yyv3293), d) + h.decSliceNode((*[]Node)(yyv3321), d) } } for { - yyj3288++ - if yyhl3288 { - yyb3288 = yyj3288 > l + yyj3316++ + if yyhl3316 { + yyb3316 = yyj3316 > l } else { - yyb3288 = r.CheckBreak() + yyb3316 = r.CheckBreak() } - if yyb3288 { + if yyb3316 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3288-1, "") + z.DecStructFieldNotFound(yyj3316-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41985,8 +42459,8 @@ func (x FinalizerName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3295 := z.EncBinary() - _ = yym3295 + yym3323 := z.EncBinary() + _ = yym3323 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41998,8 +42472,8 @@ func (x *FinalizerName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3296 := z.DecBinary() - _ = yym3296 + yym3324 := z.DecBinary() + _ = yym3324 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -42014,38 +42488,38 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3297 := z.EncBinary() - _ = yym3297 + yym3325 := z.EncBinary() + _ = yym3325 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3298 := !z.EncBinary() - yy2arr3298 := z.EncBasicHandle().StructToArray - var yyq3298 [1]bool - _, _, _ = yysep3298, yyq3298, yy2arr3298 - const yyr3298 bool = false - yyq3298[0] = len(x.Finalizers) != 0 - var yynn3298 int - if yyr3298 || yy2arr3298 { + yysep3326 := !z.EncBinary() + yy2arr3326 := z.EncBasicHandle().StructToArray + var yyq3326 [1]bool + _, _, _ = yysep3326, yyq3326, yy2arr3326 + const yyr3326 bool = false + yyq3326[0] = len(x.Finalizers) != 0 + var yynn3326 int + if yyr3326 || yy2arr3326 { r.EncodeArrayStart(1) } else { - yynn3298 = 0 - for _, b := range yyq3298 { + yynn3326 = 0 + for _, b := range yyq3326 { if b { - yynn3298++ + yynn3326++ } } - r.EncodeMapStart(yynn3298) - yynn3298 = 0 + r.EncodeMapStart(yynn3326) + yynn3326 = 0 } - if yyr3298 || yy2arr3298 { + if yyr3326 || yy2arr3326 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3298[0] { + if yyq3326[0] { if x.Finalizers == nil { r.EncodeNil() } else { - yym3300 := z.EncBinary() - _ = yym3300 + yym3328 := z.EncBinary() + _ = yym3328 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -42055,15 +42529,15 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3298[0] { + if yyq3326[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("finalizers")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Finalizers == nil { r.EncodeNil() } else { - yym3301 := z.EncBinary() - _ = yym3301 + yym3329 := z.EncBinary() + _ = yym3329 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -42071,7 +42545,7 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3298 || yy2arr3298 { + if yyr3326 || yy2arr3326 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42084,25 +42558,25 @@ func (x *NamespaceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3302 := z.DecBinary() - _ = yym3302 + yym3330 := z.DecBinary() + _ = yym3330 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3303 := r.ContainerType() - if yyct3303 == codecSelferValueTypeMap1234 { - yyl3303 := r.ReadMapStart() - if yyl3303 == 0 { + yyct3331 := r.ContainerType() + if yyct3331 == codecSelferValueTypeMap1234 { + yyl3331 := r.ReadMapStart() + if yyl3331 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3303, d) + x.codecDecodeSelfFromMap(yyl3331, d) } - } else if yyct3303 == codecSelferValueTypeArray1234 { - yyl3303 := r.ReadArrayStart() - if yyl3303 == 0 { + } else if yyct3331 == codecSelferValueTypeArray1234 { + yyl3331 := r.ReadArrayStart() + if yyl3331 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3303, d) + x.codecDecodeSelfFromArray(yyl3331, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42114,12 +42588,12 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3304Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3304Slc - var yyhl3304 bool = l >= 0 - for yyj3304 := 0; ; yyj3304++ { - if yyhl3304 { - if yyj3304 >= l { + var yys3332Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3332Slc + var yyhl3332 bool = l >= 0 + for yyj3332 := 0; ; yyj3332++ { + if yyhl3332 { + if yyj3332 >= l { break } } else { @@ -42128,26 +42602,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3304Slc = r.DecodeBytes(yys3304Slc, true, true) - yys3304 := string(yys3304Slc) + yys3332Slc = r.DecodeBytes(yys3332Slc, true, true) + yys3332 := string(yys3332Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3304 { + switch yys3332 { case "finalizers": if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3305 := &x.Finalizers - yym3306 := z.DecBinary() - _ = yym3306 + yyv3333 := &x.Finalizers + yym3334 := z.DecBinary() + _ = yym3334 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3305), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3333), d) } } default: - z.DecStructFieldNotFound(-1, yys3304) - } // end switch yys3304 - } // end for yyj3304 + z.DecStructFieldNotFound(-1, yys3332) + } // end switch yys3332 + } // end for yyj3332 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42155,16 +42629,16 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3307 int - var yyb3307 bool - var yyhl3307 bool = l >= 0 - yyj3307++ - if yyhl3307 { - yyb3307 = yyj3307 > l + var yyj3335 int + var yyb3335 bool + var yyhl3335 bool = l >= 0 + yyj3335++ + if yyhl3335 { + yyb3335 = yyj3335 > l } else { - yyb3307 = r.CheckBreak() + yyb3335 = r.CheckBreak() } - if yyb3307 { + if yyb3335 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42172,26 +42646,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3308 := &x.Finalizers - yym3309 := z.DecBinary() - _ = yym3309 + yyv3336 := &x.Finalizers + yym3337 := z.DecBinary() + _ = yym3337 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3308), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3336), d) } } for { - yyj3307++ - if yyhl3307 { - yyb3307 = yyj3307 > l + yyj3335++ + if yyhl3335 { + yyb3335 = yyj3335 > l } else { - yyb3307 = r.CheckBreak() + yyb3335 = r.CheckBreak() } - if yyb3307 { + if yyb3335 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3307-1, "") + z.DecStructFieldNotFound(yyj3335-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42203,46 +42677,46 @@ func (x *NamespaceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3310 := z.EncBinary() - _ = yym3310 + yym3338 := z.EncBinary() + _ = yym3338 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3311 := !z.EncBinary() - yy2arr3311 := z.EncBasicHandle().StructToArray - var yyq3311 [1]bool - _, _, _ = yysep3311, yyq3311, yy2arr3311 - const yyr3311 bool = false - yyq3311[0] = x.Phase != "" - var yynn3311 int - if yyr3311 || yy2arr3311 { + yysep3339 := !z.EncBinary() + yy2arr3339 := z.EncBasicHandle().StructToArray + var yyq3339 [1]bool + _, _, _ = yysep3339, yyq3339, yy2arr3339 + const yyr3339 bool = false + yyq3339[0] = x.Phase != "" + var yynn3339 int + if yyr3339 || yy2arr3339 { r.EncodeArrayStart(1) } else { - yynn3311 = 0 - for _, b := range yyq3311 { + yynn3339 = 0 + for _, b := range yyq3339 { if b { - yynn3311++ + yynn3339++ } } - r.EncodeMapStart(yynn3311) - yynn3311 = 0 + r.EncodeMapStart(yynn3339) + yynn3339 = 0 } - if yyr3311 || yy2arr3311 { + if yyr3339 || yy2arr3339 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3311[0] { + if yyq3339[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3311[0] { + if yyq3339[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr3311 || yy2arr3311 { + if yyr3339 || yy2arr3339 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42255,25 +42729,25 @@ func (x *NamespaceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3313 := z.DecBinary() - _ = yym3313 + yym3341 := z.DecBinary() + _ = yym3341 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3314 := r.ContainerType() - if yyct3314 == codecSelferValueTypeMap1234 { - yyl3314 := r.ReadMapStart() - if yyl3314 == 0 { + yyct3342 := r.ContainerType() + if yyct3342 == codecSelferValueTypeMap1234 { + yyl3342 := r.ReadMapStart() + if yyl3342 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3314, d) + x.codecDecodeSelfFromMap(yyl3342, d) } - } else if yyct3314 == codecSelferValueTypeArray1234 { - yyl3314 := r.ReadArrayStart() - if yyl3314 == 0 { + } else if yyct3342 == codecSelferValueTypeArray1234 { + yyl3342 := r.ReadArrayStart() + if yyl3342 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3314, d) + x.codecDecodeSelfFromArray(yyl3342, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42285,12 +42759,12 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3315Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3315Slc - var yyhl3315 bool = l >= 0 - for yyj3315 := 0; ; yyj3315++ { - if yyhl3315 { - if yyj3315 >= l { + var yys3343Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3343Slc + var yyhl3343 bool = l >= 0 + for yyj3343 := 0; ; yyj3343++ { + if yyhl3343 { + if yyj3343 >= l { break } } else { @@ -42299,10 +42773,10 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3315Slc = r.DecodeBytes(yys3315Slc, true, true) - yys3315 := string(yys3315Slc) + yys3343Slc = r.DecodeBytes(yys3343Slc, true, true) + yys3343 := string(yys3343Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3315 { + switch yys3343 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -42310,9 +42784,9 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Phase = NamespacePhase(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3315) - } // end switch yys3315 - } // end for yyj3315 + z.DecStructFieldNotFound(-1, yys3343) + } // end switch yys3343 + } // end for yyj3343 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42320,16 +42794,16 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3317 int - var yyb3317 bool - var yyhl3317 bool = l >= 0 - yyj3317++ - if yyhl3317 { - yyb3317 = yyj3317 > l + var yyj3345 int + var yyb3345 bool + var yyhl3345 bool = l >= 0 + yyj3345++ + if yyhl3345 { + yyb3345 = yyj3345 > l } else { - yyb3317 = r.CheckBreak() + yyb3345 = r.CheckBreak() } - if yyb3317 { + if yyb3345 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42340,17 +42814,17 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Phase = NamespacePhase(r.DecodeString()) } for { - yyj3317++ - if yyhl3317 { - yyb3317 = yyj3317 > l + yyj3345++ + if yyhl3345 { + yyb3345 = yyj3345 > l } else { - yyb3317 = r.CheckBreak() + yyb3345 = r.CheckBreak() } - if yyb3317 { + if yyb3345 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3317-1, "") + z.DecStructFieldNotFound(yyj3345-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42359,8 +42833,8 @@ func (x NamespacePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3319 := z.EncBinary() - _ = yym3319 + yym3347 := z.EncBinary() + _ = yym3347 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -42372,8 +42846,8 @@ func (x *NamespacePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3320 := z.DecBinary() - _ = yym3320 + yym3348 := z.DecBinary() + _ = yym3348 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -42388,39 +42862,39 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3321 := z.EncBinary() - _ = yym3321 + yym3349 := z.EncBinary() + _ = yym3349 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3322 := !z.EncBinary() - yy2arr3322 := z.EncBasicHandle().StructToArray - var yyq3322 [5]bool - _, _, _ = yysep3322, yyq3322, yy2arr3322 - const yyr3322 bool = false - yyq3322[0] = x.Kind != "" - yyq3322[1] = x.APIVersion != "" - yyq3322[2] = true - yyq3322[3] = true - yyq3322[4] = true - var yynn3322 int - if yyr3322 || yy2arr3322 { + yysep3350 := !z.EncBinary() + yy2arr3350 := z.EncBasicHandle().StructToArray + var yyq3350 [5]bool + _, _, _ = yysep3350, yyq3350, yy2arr3350 + const yyr3350 bool = false + yyq3350[0] = x.Kind != "" + yyq3350[1] = x.APIVersion != "" + yyq3350[2] = true + yyq3350[3] = true + yyq3350[4] = true + var yynn3350 int + if yyr3350 || yy2arr3350 { r.EncodeArrayStart(5) } else { - yynn3322 = 0 - for _, b := range yyq3322 { + yynn3350 = 0 + for _, b := range yyq3350 { if b { - yynn3322++ + yynn3350++ } } - r.EncodeMapStart(yynn3322) - yynn3322 = 0 + r.EncodeMapStart(yynn3350) + yynn3350 = 0 } - if yyr3322 || yy2arr3322 { + if yyr3350 || yy2arr3350 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3322[0] { - yym3324 := z.EncBinary() - _ = yym3324 + if yyq3350[0] { + yym3352 := z.EncBinary() + _ = yym3352 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42429,23 +42903,23 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3322[0] { + if yyq3350[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3325 := z.EncBinary() - _ = yym3325 + yym3353 := z.EncBinary() + _ = yym3353 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3322 || yy2arr3322 { + if yyr3350 || yy2arr3350 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3322[1] { - yym3327 := z.EncBinary() - _ = yym3327 + if yyq3350[1] { + yym3355 := z.EncBinary() + _ = yym3355 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42454,70 +42928,70 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3322[1] { + if yyq3350[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3328 := z.EncBinary() - _ = yym3328 + yym3356 := z.EncBinary() + _ = yym3356 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3322 || yy2arr3322 { + if yyr3350 || yy2arr3350 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3322[2] { - yy3330 := &x.ObjectMeta - yy3330.CodecEncodeSelf(e) + if yyq3350[2] { + yy3358 := &x.ObjectMeta + yy3358.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3322[2] { + if yyq3350[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3331 := &x.ObjectMeta - yy3331.CodecEncodeSelf(e) + yy3359 := &x.ObjectMeta + yy3359.CodecEncodeSelf(e) } } - if yyr3322 || yy2arr3322 { + if yyr3350 || yy2arr3350 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3322[3] { - yy3333 := &x.Spec - yy3333.CodecEncodeSelf(e) + if yyq3350[3] { + yy3361 := &x.Spec + yy3361.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3322[3] { + if yyq3350[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3334 := &x.Spec - yy3334.CodecEncodeSelf(e) + yy3362 := &x.Spec + yy3362.CodecEncodeSelf(e) } } - if yyr3322 || yy2arr3322 { + if yyr3350 || yy2arr3350 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3322[4] { - yy3336 := &x.Status - yy3336.CodecEncodeSelf(e) + if yyq3350[4] { + yy3364 := &x.Status + yy3364.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3322[4] { + if yyq3350[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3337 := &x.Status - yy3337.CodecEncodeSelf(e) + yy3365 := &x.Status + yy3365.CodecEncodeSelf(e) } } - if yyr3322 || yy2arr3322 { + if yyr3350 || yy2arr3350 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42530,25 +43004,25 @@ func (x *Namespace) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3338 := z.DecBinary() - _ = yym3338 + yym3366 := z.DecBinary() + _ = yym3366 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3339 := r.ContainerType() - if yyct3339 == codecSelferValueTypeMap1234 { - yyl3339 := r.ReadMapStart() - if yyl3339 == 0 { + yyct3367 := r.ContainerType() + if yyct3367 == codecSelferValueTypeMap1234 { + yyl3367 := r.ReadMapStart() + if yyl3367 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3339, d) + x.codecDecodeSelfFromMap(yyl3367, d) } - } else if yyct3339 == codecSelferValueTypeArray1234 { - yyl3339 := r.ReadArrayStart() - if yyl3339 == 0 { + } else if yyct3367 == codecSelferValueTypeArray1234 { + yyl3367 := r.ReadArrayStart() + if yyl3367 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3339, d) + x.codecDecodeSelfFromArray(yyl3367, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42560,12 +43034,12 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3340Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3340Slc - var yyhl3340 bool = l >= 0 - for yyj3340 := 0; ; yyj3340++ { - if yyhl3340 { - if yyj3340 >= l { + 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 { @@ -42574,10 +43048,10 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3340Slc = r.DecodeBytes(yys3340Slc, true, true) - yys3340 := string(yys3340Slc) + yys3368Slc = r.DecodeBytes(yys3368Slc, true, true) + yys3368 := string(yys3368Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3340 { + switch yys3368 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42594,27 +43068,27 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3343 := &x.ObjectMeta - yyv3343.CodecDecodeSelf(d) + yyv3371 := &x.ObjectMeta + yyv3371.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3344 := &x.Spec - yyv3344.CodecDecodeSelf(d) + yyv3372 := &x.Spec + yyv3372.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3345 := &x.Status - yyv3345.CodecDecodeSelf(d) + yyv3373 := &x.Status + yyv3373.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3340) - } // end switch yys3340 - } // end for yyj3340 + z.DecStructFieldNotFound(-1, yys3368) + } // end switch yys3368 + } // end for yyj3368 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42622,16 +43096,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3346 int - var yyb3346 bool - var yyhl3346 bool = l >= 0 - yyj3346++ - if yyhl3346 { - yyb3346 = yyj3346 > l + var yyj3374 int + var yyb3374 bool + var yyhl3374 bool = l >= 0 + yyj3374++ + if yyhl3374 { + yyb3374 = yyj3374 > l } else { - yyb3346 = r.CheckBreak() + yyb3374 = r.CheckBreak() } - if yyb3346 { + if yyb3374 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42641,13 +43115,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3346++ - if yyhl3346 { - yyb3346 = yyj3346 > l + yyj3374++ + if yyhl3374 { + yyb3374 = yyj3374 > l } else { - yyb3346 = r.CheckBreak() + yyb3374 = r.CheckBreak() } - if yyb3346 { + if yyb3374 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42657,13 +43131,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3346++ - if yyhl3346 { - yyb3346 = yyj3346 > l + yyj3374++ + if yyhl3374 { + yyb3374 = yyj3374 > l } else { - yyb3346 = r.CheckBreak() + yyb3374 = r.CheckBreak() } - if yyb3346 { + if yyb3374 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42671,16 +43145,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3349 := &x.ObjectMeta - yyv3349.CodecDecodeSelf(d) + yyv3377 := &x.ObjectMeta + yyv3377.CodecDecodeSelf(d) } - yyj3346++ - if yyhl3346 { - yyb3346 = yyj3346 > l + yyj3374++ + if yyhl3374 { + yyb3374 = yyj3374 > l } else { - yyb3346 = r.CheckBreak() + yyb3374 = r.CheckBreak() } - if yyb3346 { + if yyb3374 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42688,16 +43162,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3350 := &x.Spec - yyv3350.CodecDecodeSelf(d) + yyv3378 := &x.Spec + yyv3378.CodecDecodeSelf(d) } - yyj3346++ - if yyhl3346 { - yyb3346 = yyj3346 > l + yyj3374++ + if yyhl3374 { + yyb3374 = yyj3374 > l } else { - yyb3346 = r.CheckBreak() + yyb3374 = r.CheckBreak() } - if yyb3346 { + if yyb3374 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42705,21 +43179,21 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3351 := &x.Status - yyv3351.CodecDecodeSelf(d) + yyv3379 := &x.Status + yyv3379.CodecDecodeSelf(d) } for { - yyj3346++ - if yyhl3346 { - yyb3346 = yyj3346 > l + yyj3374++ + if yyhl3374 { + yyb3374 = yyj3374 > l } else { - yyb3346 = r.CheckBreak() + yyb3374 = r.CheckBreak() } - if yyb3346 { + if yyb3374 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3346-1, "") + z.DecStructFieldNotFound(yyj3374-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42731,37 +43205,37 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3352 := z.EncBinary() - _ = yym3352 + yym3380 := z.EncBinary() + _ = yym3380 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3353 := !z.EncBinary() - yy2arr3353 := z.EncBasicHandle().StructToArray - var yyq3353 [4]bool - _, _, _ = yysep3353, yyq3353, yy2arr3353 - const yyr3353 bool = false - yyq3353[0] = x.Kind != "" - yyq3353[1] = x.APIVersion != "" - yyq3353[2] = true - var yynn3353 int - if yyr3353 || yy2arr3353 { + yysep3381 := !z.EncBinary() + yy2arr3381 := z.EncBasicHandle().StructToArray + var yyq3381 [4]bool + _, _, _ = yysep3381, yyq3381, yy2arr3381 + const yyr3381 bool = false + yyq3381[0] = x.Kind != "" + yyq3381[1] = x.APIVersion != "" + yyq3381[2] = true + var yynn3381 int + if yyr3381 || yy2arr3381 { r.EncodeArrayStart(4) } else { - yynn3353 = 1 - for _, b := range yyq3353 { + yynn3381 = 1 + for _, b := range yyq3381 { if b { - yynn3353++ + yynn3381++ } } - r.EncodeMapStart(yynn3353) - yynn3353 = 0 + r.EncodeMapStart(yynn3381) + yynn3381 = 0 } - if yyr3353 || yy2arr3353 { + if yyr3381 || yy2arr3381 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3353[0] { - yym3355 := z.EncBinary() - _ = yym3355 + if yyq3381[0] { + yym3383 := z.EncBinary() + _ = yym3383 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42770,23 +43244,23 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3353[0] { + if yyq3381[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3356 := z.EncBinary() - _ = yym3356 + yym3384 := z.EncBinary() + _ = yym3384 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3353 || yy2arr3353 { + if yyr3381 || yy2arr3381 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3353[1] { - yym3358 := z.EncBinary() - _ = yym3358 + if yyq3381[1] { + yym3386 := z.EncBinary() + _ = yym3386 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42795,54 +43269,54 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3353[1] { + if yyq3381[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3359 := z.EncBinary() - _ = yym3359 + yym3387 := z.EncBinary() + _ = yym3387 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3353 || yy2arr3353 { + if yyr3381 || yy2arr3381 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3353[2] { - yy3361 := &x.ListMeta - yym3362 := z.EncBinary() - _ = yym3362 + if yyq3381[2] { + yy3389 := &x.ListMeta + yym3390 := z.EncBinary() + _ = yym3390 if false { - } else if z.HasExtensions() && z.EncExt(yy3361) { + } else if z.HasExtensions() && z.EncExt(yy3389) { } else { - z.EncFallback(yy3361) + z.EncFallback(yy3389) } } else { r.EncodeNil() } } else { - if yyq3353[2] { + if yyq3381[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3363 := &x.ListMeta - yym3364 := z.EncBinary() - _ = yym3364 + yy3391 := &x.ListMeta + yym3392 := z.EncBinary() + _ = yym3392 if false { - } else if z.HasExtensions() && z.EncExt(yy3363) { + } else if z.HasExtensions() && z.EncExt(yy3391) { } else { - z.EncFallback(yy3363) + z.EncFallback(yy3391) } } } - if yyr3353 || yy2arr3353 { + if yyr3381 || yy2arr3381 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3366 := z.EncBinary() - _ = yym3366 + yym3394 := z.EncBinary() + _ = yym3394 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) @@ -42855,15 +43329,15 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3367 := z.EncBinary() - _ = yym3367 + yym3395 := z.EncBinary() + _ = yym3395 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) } } } - if yyr3353 || yy2arr3353 { + if yyr3381 || yy2arr3381 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42876,25 +43350,25 @@ func (x *NamespaceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3368 := z.DecBinary() - _ = yym3368 + yym3396 := z.DecBinary() + _ = yym3396 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3369 := r.ContainerType() - if yyct3369 == codecSelferValueTypeMap1234 { - yyl3369 := r.ReadMapStart() - if yyl3369 == 0 { + yyct3397 := r.ContainerType() + if yyct3397 == codecSelferValueTypeMap1234 { + yyl3397 := r.ReadMapStart() + if yyl3397 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3369, d) + x.codecDecodeSelfFromMap(yyl3397, d) } - } else if yyct3369 == codecSelferValueTypeArray1234 { - yyl3369 := r.ReadArrayStart() - if yyl3369 == 0 { + } else if yyct3397 == codecSelferValueTypeArray1234 { + yyl3397 := r.ReadArrayStart() + if yyl3397 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3369, d) + x.codecDecodeSelfFromArray(yyl3397, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42906,12 +43380,12 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3370Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3370Slc - var yyhl3370 bool = l >= 0 - for yyj3370 := 0; ; yyj3370++ { - if yyhl3370 { - if yyj3370 >= l { + var yys3398Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3398Slc + var yyhl3398 bool = l >= 0 + for yyj3398 := 0; ; yyj3398++ { + if yyhl3398 { + if yyj3398 >= l { break } } else { @@ -42920,10 +43394,10 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3370Slc = r.DecodeBytes(yys3370Slc, true, true) - yys3370 := string(yys3370Slc) + yys3398Slc = r.DecodeBytes(yys3398Slc, true, true) + yys3398 := string(yys3398Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3370 { + switch yys3398 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42940,340 +43414,35 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3373 := &x.ListMeta - yym3374 := z.DecBinary() - _ = yym3374 + yyv3401 := &x.ListMeta + yym3402 := z.DecBinary() + _ = yym3402 if false { - } else if z.HasExtensions() && z.DecExt(yyv3373) { + } else if z.HasExtensions() && z.DecExt(yyv3401) { } else { - z.DecFallback(yyv3373, false) + z.DecFallback(yyv3401, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3375 := &x.Items - yym3376 := z.DecBinary() - _ = yym3376 + yyv3403 := &x.Items + yym3404 := z.DecBinary() + _ = yym3404 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3375), d) + h.decSliceNamespace((*[]Namespace)(yyv3403), d) } } default: - z.DecStructFieldNotFound(-1, yys3370) - } // end switch yys3370 - } // end for yyj3370 + z.DecStructFieldNotFound(-1, yys3398) + } // end switch yys3398 + } // end for yyj3398 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj3377 int - var yyb3377 bool - var yyhl3377 bool = l >= 0 - yyj3377++ - if yyhl3377 { - yyb3377 = yyj3377 > l - } else { - yyb3377 = r.CheckBreak() - } - if yyb3377 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj3377++ - if yyhl3377 { - yyb3377 = yyj3377 > l - } else { - yyb3377 = r.CheckBreak() - } - if yyb3377 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj3377++ - if yyhl3377 { - yyb3377 = yyj3377 > l - } else { - yyb3377 = r.CheckBreak() - } - if yyb3377 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} - } else { - yyv3380 := &x.ListMeta - yym3381 := z.DecBinary() - _ = yym3381 - if false { - } else if z.HasExtensions() && z.DecExt(yyv3380) { - } else { - z.DecFallback(yyv3380, false) - } - } - yyj3377++ - if yyhl3377 { - yyb3377 = yyj3377 > l - } else { - yyb3377 = r.CheckBreak() - } - if yyb3377 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Items = nil - } else { - yyv3382 := &x.Items - yym3383 := z.DecBinary() - _ = yym3383 - if false { - } else { - h.decSliceNamespace((*[]Namespace)(yyv3382), d) - } - } - for { - yyj3377++ - if yyhl3377 { - yyb3377 = yyj3377 > l - } else { - yyb3377 = r.CheckBreak() - } - if yyb3377 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3377-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym3384 := z.EncBinary() - _ = yym3384 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep3385 := !z.EncBinary() - yy2arr3385 := z.EncBasicHandle().StructToArray - var yyq3385 [4]bool - _, _, _ = yysep3385, yyq3385, yy2arr3385 - const yyr3385 bool = false - yyq3385[0] = x.Kind != "" - yyq3385[1] = x.APIVersion != "" - yyq3385[2] = true - var yynn3385 int - if yyr3385 || yy2arr3385 { - r.EncodeArrayStart(4) - } else { - yynn3385 = 1 - for _, b := range yyq3385 { - if b { - yynn3385++ - } - } - r.EncodeMapStart(yynn3385) - yynn3385 = 0 - } - if yyr3385 || yy2arr3385 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3385[0] { - yym3387 := z.EncBinary() - _ = yym3387 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3385[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3388 := z.EncBinary() - _ = yym3388 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3385 || yy2arr3385 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3385[1] { - yym3390 := z.EncBinary() - _ = yym3390 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3385[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3391 := z.EncBinary() - _ = yym3391 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3385 || yy2arr3385 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3385[2] { - yy3393 := &x.ObjectMeta - yy3393.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq3385[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3394 := &x.ObjectMeta - yy3394.CodecEncodeSelf(e) - } - } - if yyr3385 || yy2arr3385 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3396 := &x.Target - yy3396.CodecEncodeSelf(e) - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("target")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3397 := &x.Target - yy3397.CodecEncodeSelf(e) - } - if yyr3385 || yy2arr3385 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *Binding) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym3398 := z.DecBinary() - _ = yym3398 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct3399 := r.ContainerType() - if yyct3399 == codecSelferValueTypeMap1234 { - yyl3399 := r.ReadMapStart() - if yyl3399 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl3399, d) - } - } else if yyct3399 == codecSelferValueTypeArray1234 { - yyl3399 := r.ReadArrayStart() - if yyl3399 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl3399, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys3400Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3400Slc - var yyhl3400 bool = l >= 0 - for yyj3400 := 0; ; yyj3400++ { - if yyhl3400 { - if yyj3400 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3400Slc = r.DecodeBytes(yys3400Slc, true, true) - yys3400 := string(yys3400Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3400 { - 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 { - yyv3403 := &x.ObjectMeta - yyv3403.CodecDecodeSelf(d) - } - case "target": - if r.TryDecodeAsNil() { - x.Target = ObjectReference{} - } else { - yyv3404 := &x.Target - yyv3404.CodecDecodeSelf(d) - } - default: - z.DecStructFieldNotFound(-1, yys3400) - } // end switch yys3400 - } // end for yyj3400 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -43324,10 +43493,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} + x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3408 := &x.ObjectMeta - yyv3408.CodecDecodeSelf(d) + yyv3408 := &x.ListMeta + yym3409 := z.DecBinary() + _ = yym3409 + if false { + } else if z.HasExtensions() && z.DecExt(yyv3408) { + } else { + z.DecFallback(yyv3408, false) + } } yyj3405++ if yyhl3405 { @@ -43341,10 +43516,15 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.Target = ObjectReference{} + x.Items = nil } else { - yyv3409 := &x.Target - yyv3409.CodecDecodeSelf(d) + yyv3410 := &x.Items + yym3411 := z.DecBinary() + _ = yym3411 + if false { + } else { + h.decSliceNamespace((*[]Namespace)(yyv3410), d) + } } for { yyj3405++ @@ -43362,6 +43542,300 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } +func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3412 := z.EncBinary() + _ = yym3412 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep3413 := !z.EncBinary() + yy2arr3413 := z.EncBasicHandle().StructToArray + var yyq3413 [4]bool + _, _, _ = yysep3413, yyq3413, yy2arr3413 + const yyr3413 bool = false + yyq3413[0] = x.Kind != "" + yyq3413[1] = x.APIVersion != "" + yyq3413[2] = true + var yynn3413 int + if yyr3413 || yy2arr3413 { + r.EncodeArrayStart(4) + } else { + yynn3413 = 1 + for _, b := range yyq3413 { + if b { + yynn3413++ + } + } + r.EncodeMapStart(yynn3413) + yynn3413 = 0 + } + if yyr3413 || yy2arr3413 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3413[0] { + yym3415 := z.EncBinary() + _ = yym3415 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3413[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3416 := z.EncBinary() + _ = yym3416 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3413 || yy2arr3413 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3413[1] { + yym3418 := z.EncBinary() + _ = yym3418 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3413[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3419 := z.EncBinary() + _ = yym3419 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3413 || yy2arr3413 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3413[2] { + yy3421 := &x.ObjectMeta + yy3421.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3413[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3422 := &x.ObjectMeta + yy3422.CodecEncodeSelf(e) + } + } + if yyr3413 || yy2arr3413 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy3424 := &x.Target + yy3424.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("target")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3425 := &x.Target + yy3425.CodecEncodeSelf(e) + } + if yyr3413 || yy2arr3413 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *Binding) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3426 := z.DecBinary() + _ = yym3426 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3427 := r.ContainerType() + if yyct3427 == codecSelferValueTypeMap1234 { + yyl3427 := r.ReadMapStart() + if yyl3427 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3427, d) + } + } else if yyct3427 == codecSelferValueTypeArray1234 { + yyl3427 := r.ReadArrayStart() + if yyl3427 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3427, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3428Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3428Slc + var yyhl3428 bool = l >= 0 + for yyj3428 := 0; ; yyj3428++ { + if yyhl3428 { + if yyj3428 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3428Slc = r.DecodeBytes(yys3428Slc, true, true) + yys3428 := string(yys3428Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3428 { + 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 { + yyv3431 := &x.ObjectMeta + yyv3431.CodecDecodeSelf(d) + } + case "target": + if r.TryDecodeAsNil() { + x.Target = ObjectReference{} + } else { + yyv3432 := &x.Target + yyv3432.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys3428) + } // end switch yys3428 + } // end for yyj3428 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj3433 int + var yyb3433 bool + var yyhl3433 bool = l >= 0 + yyj3433++ + if yyhl3433 { + yyb3433 = yyj3433 > l + } else { + yyb3433 = r.CheckBreak() + } + if yyb3433 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj3433++ + if yyhl3433 { + yyb3433 = yyj3433 > l + } else { + yyb3433 = r.CheckBreak() + } + if yyb3433 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj3433++ + if yyhl3433 { + yyb3433 = yyj3433 > l + } else { + yyb3433 = r.CheckBreak() + } + if yyb3433 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ObjectMeta = ObjectMeta{} + } else { + yyv3436 := &x.ObjectMeta + yyv3436.CodecDecodeSelf(d) + } + yyj3433++ + if yyhl3433 { + yyb3433 = yyj3433 > l + } else { + yyb3433 = r.CheckBreak() + } + if yyb3433 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Target = ObjectReference{} + } else { + yyv3437 := &x.Target + yyv3437.CodecDecodeSelf(d) + } + for { + yyj3433++ + if yyhl3433 { + yyb3433 = yyj3433 > l + } else { + yyb3433 = r.CheckBreak() + } + if yyb3433 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3433-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + func (x *Preconditions) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) @@ -43369,68 +43843,68 @@ func (x *Preconditions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3410 := z.EncBinary() - _ = yym3410 + yym3438 := z.EncBinary() + _ = yym3438 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3411 := !z.EncBinary() - yy2arr3411 := z.EncBasicHandle().StructToArray - var yyq3411 [1]bool - _, _, _ = yysep3411, yyq3411, yy2arr3411 - const yyr3411 bool = false - yyq3411[0] = x.UID != nil - var yynn3411 int - if yyr3411 || yy2arr3411 { + yysep3439 := !z.EncBinary() + yy2arr3439 := z.EncBasicHandle().StructToArray + var yyq3439 [1]bool + _, _, _ = yysep3439, yyq3439, yy2arr3439 + const yyr3439 bool = false + yyq3439[0] = x.UID != nil + var yynn3439 int + if yyr3439 || yy2arr3439 { r.EncodeArrayStart(1) } else { - yynn3411 = 0 - for _, b := range yyq3411 { + yynn3439 = 0 + for _, b := range yyq3439 { if b { - yynn3411++ + yynn3439++ } } - r.EncodeMapStart(yynn3411) - yynn3411 = 0 + r.EncodeMapStart(yynn3439) + yynn3439 = 0 } - if yyr3411 || yy2arr3411 { + if yyr3439 || yy2arr3439 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3411[0] { + if yyq3439[0] { if x.UID == nil { r.EncodeNil() } else { - yy3413 := *x.UID - yym3414 := z.EncBinary() - _ = yym3414 + yy3441 := *x.UID + yym3442 := z.EncBinary() + _ = yym3442 if false { - } else if z.HasExtensions() && z.EncExt(yy3413) { + } else if z.HasExtensions() && z.EncExt(yy3441) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3413)) + r.EncodeString(codecSelferC_UTF81234, string(yy3441)) } } } else { r.EncodeNil() } } else { - if yyq3411[0] { + if yyq3439[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.UID == nil { r.EncodeNil() } else { - yy3415 := *x.UID - yym3416 := z.EncBinary() - _ = yym3416 + yy3443 := *x.UID + yym3444 := z.EncBinary() + _ = yym3444 if false { - } else if z.HasExtensions() && z.EncExt(yy3415) { + } else if z.HasExtensions() && z.EncExt(yy3443) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3415)) + r.EncodeString(codecSelferC_UTF81234, string(yy3443)) } } } } - if yyr3411 || yy2arr3411 { + if yyr3439 || yy2arr3439 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43443,25 +43917,25 @@ func (x *Preconditions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3417 := z.DecBinary() - _ = yym3417 + yym3445 := z.DecBinary() + _ = yym3445 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3418 := r.ContainerType() - if yyct3418 == codecSelferValueTypeMap1234 { - yyl3418 := r.ReadMapStart() - if yyl3418 == 0 { + yyct3446 := r.ContainerType() + if yyct3446 == codecSelferValueTypeMap1234 { + yyl3446 := r.ReadMapStart() + if yyl3446 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3418, d) + x.codecDecodeSelfFromMap(yyl3446, d) } - } else if yyct3418 == codecSelferValueTypeArray1234 { - yyl3418 := r.ReadArrayStart() - if yyl3418 == 0 { + } else if yyct3446 == codecSelferValueTypeArray1234 { + yyl3446 := r.ReadArrayStart() + if yyl3446 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3418, d) + x.codecDecodeSelfFromArray(yyl3446, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43473,12 +43947,12 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3419Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3419Slc - var yyhl3419 bool = l >= 0 - for yyj3419 := 0; ; yyj3419++ { - if yyhl3419 { - if yyj3419 >= l { + var yys3447Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3447Slc + var yyhl3447 bool = l >= 0 + for yyj3447 := 0; ; yyj3447++ { + if yyhl3447 { + if yyj3447 >= l { break } } else { @@ -43487,10 +43961,10 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3419Slc = r.DecodeBytes(yys3419Slc, true, true) - yys3419 := string(yys3419Slc) + yys3447Slc = r.DecodeBytes(yys3447Slc, true, true) + yys3447 := string(yys3447Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3419 { + switch yys3447 { case "uid": if r.TryDecodeAsNil() { if x.UID != nil { @@ -43500,8 +43974,8 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.UID == nil { x.UID = new(pkg1_types.UID) } - yym3421 := z.DecBinary() - _ = yym3421 + yym3449 := z.DecBinary() + _ = yym3449 if false { } else if z.HasExtensions() && z.DecExt(x.UID) { } else { @@ -43509,9 +43983,9 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } default: - z.DecStructFieldNotFound(-1, yys3419) - } // end switch yys3419 - } // end for yyj3419 + z.DecStructFieldNotFound(-1, yys3447) + } // end switch yys3447 + } // end for yyj3447 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43519,16 +43993,16 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3422 int - var yyb3422 bool - var yyhl3422 bool = l >= 0 - yyj3422++ - if yyhl3422 { - yyb3422 = yyj3422 > l + var yyj3450 int + var yyb3450 bool + var yyhl3450 bool = l >= 0 + yyj3450++ + if yyhl3450 { + yyb3450 = yyj3450 > l } else { - yyb3422 = r.CheckBreak() + yyb3450 = r.CheckBreak() } - if yyb3422 { + if yyb3450 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43541,8 +44015,8 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.UID == nil { x.UID = new(pkg1_types.UID) } - yym3424 := z.DecBinary() - _ = yym3424 + yym3452 := z.DecBinary() + _ = yym3452 if false { } else if z.HasExtensions() && z.DecExt(x.UID) { } else { @@ -43550,17 +44024,17 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } } for { - yyj3422++ - if yyhl3422 { - yyb3422 = yyj3422 > l + yyj3450++ + if yyhl3450 { + yyb3450 = yyj3450 > l } else { - yyb3422 = r.CheckBreak() + yyb3450 = r.CheckBreak() } - if yyb3422 { + if yyb3450 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3422-1, "") + z.DecStructFieldNotFound(yyj3450-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43572,39 +44046,39 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3425 := z.EncBinary() - _ = yym3425 + yym3453 := z.EncBinary() + _ = yym3453 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3426 := !z.EncBinary() - yy2arr3426 := z.EncBasicHandle().StructToArray - var yyq3426 [5]bool - _, _, _ = yysep3426, yyq3426, yy2arr3426 - const yyr3426 bool = false - yyq3426[0] = x.Kind != "" - yyq3426[1] = x.APIVersion != "" - yyq3426[2] = x.GracePeriodSeconds != nil - yyq3426[3] = x.Preconditions != nil - yyq3426[4] = x.OrphanDependents != nil - var yynn3426 int - if yyr3426 || yy2arr3426 { + yysep3454 := !z.EncBinary() + yy2arr3454 := z.EncBasicHandle().StructToArray + var yyq3454 [5]bool + _, _, _ = yysep3454, yyq3454, yy2arr3454 + const yyr3454 bool = false + yyq3454[0] = x.Kind != "" + yyq3454[1] = x.APIVersion != "" + yyq3454[2] = x.GracePeriodSeconds != nil + yyq3454[3] = x.Preconditions != nil + yyq3454[4] = x.OrphanDependents != nil + var yynn3454 int + if yyr3454 || yy2arr3454 { r.EncodeArrayStart(5) } else { - yynn3426 = 0 - for _, b := range yyq3426 { + yynn3454 = 0 + for _, b := range yyq3454 { if b { - yynn3426++ + yynn3454++ } } - r.EncodeMapStart(yynn3426) - yynn3426 = 0 + r.EncodeMapStart(yynn3454) + yynn3454 = 0 } - if yyr3426 || yy2arr3426 { + if yyr3454 || yy2arr3454 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3426[0] { - yym3428 := z.EncBinary() - _ = yym3428 + if yyq3454[0] { + yym3456 := z.EncBinary() + _ = yym3456 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43613,23 +44087,23 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3426[0] { + if yyq3454[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3429 := z.EncBinary() - _ = yym3429 + yym3457 := z.EncBinary() + _ = yym3457 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3426 || yy2arr3426 { + if yyr3454 || yy2arr3454 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3426[1] { - yym3431 := z.EncBinary() - _ = yym3431 + if yyq3454[1] { + yym3459 := z.EncBinary() + _ = yym3459 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43638,56 +44112,56 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3426[1] { + if yyq3454[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3432 := z.EncBinary() - _ = yym3432 + yym3460 := z.EncBinary() + _ = yym3460 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3426 || yy2arr3426 { + if yyr3454 || yy2arr3454 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3426[2] { + if yyq3454[2] { if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3434 := *x.GracePeriodSeconds - yym3435 := z.EncBinary() - _ = yym3435 + yy3462 := *x.GracePeriodSeconds + yym3463 := z.EncBinary() + _ = yym3463 if false { } else { - r.EncodeInt(int64(yy3434)) + r.EncodeInt(int64(yy3462)) } } } else { r.EncodeNil() } } else { - if yyq3426[2] { + if yyq3454[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("gracePeriodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3436 := *x.GracePeriodSeconds - yym3437 := z.EncBinary() - _ = yym3437 + yy3464 := *x.GracePeriodSeconds + yym3465 := z.EncBinary() + _ = yym3465 if false { } else { - r.EncodeInt(int64(yy3436)) + r.EncodeInt(int64(yy3464)) } } } } - if yyr3426 || yy2arr3426 { + if yyr3454 || yy2arr3454 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3426[3] { + if yyq3454[3] { if x.Preconditions == nil { r.EncodeNil() } else { @@ -43697,7 +44171,7 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3426[3] { + if yyq3454[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preconditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -43708,42 +44182,42 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3426 || yy2arr3426 { + if yyr3454 || yy2arr3454 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3426[4] { + if yyq3454[4] { if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3440 := *x.OrphanDependents - yym3441 := z.EncBinary() - _ = yym3441 + yy3468 := *x.OrphanDependents + yym3469 := z.EncBinary() + _ = yym3469 if false { } else { - r.EncodeBool(bool(yy3440)) + r.EncodeBool(bool(yy3468)) } } } else { r.EncodeNil() } } else { - if yyq3426[4] { + if yyq3454[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("orphanDependents")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3442 := *x.OrphanDependents - yym3443 := z.EncBinary() - _ = yym3443 + yy3470 := *x.OrphanDependents + yym3471 := z.EncBinary() + _ = yym3471 if false { } else { - r.EncodeBool(bool(yy3442)) + r.EncodeBool(bool(yy3470)) } } } } - if yyr3426 || yy2arr3426 { + if yyr3454 || yy2arr3454 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43756,25 +44230,25 @@ func (x *DeleteOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3444 := z.DecBinary() - _ = yym3444 + yym3472 := z.DecBinary() + _ = yym3472 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3445 := r.ContainerType() - if yyct3445 == codecSelferValueTypeMap1234 { - yyl3445 := r.ReadMapStart() - if yyl3445 == 0 { + yyct3473 := r.ContainerType() + if yyct3473 == codecSelferValueTypeMap1234 { + yyl3473 := r.ReadMapStart() + if yyl3473 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3445, d) + x.codecDecodeSelfFromMap(yyl3473, d) } - } else if yyct3445 == codecSelferValueTypeArray1234 { - yyl3445 := r.ReadArrayStart() - if yyl3445 == 0 { + } else if yyct3473 == codecSelferValueTypeArray1234 { + yyl3473 := r.ReadArrayStart() + if yyl3473 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3445, d) + x.codecDecodeSelfFromArray(yyl3473, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43786,12 +44260,12 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3446Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3446Slc - var yyhl3446 bool = l >= 0 - for yyj3446 := 0; ; yyj3446++ { - if yyhl3446 { - if yyj3446 >= l { + var yys3474Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3474Slc + var yyhl3474 bool = l >= 0 + for yyj3474 := 0; ; yyj3474++ { + if yyhl3474 { + if yyj3474 >= l { break } } else { @@ -43800,10 +44274,10 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3446Slc = r.DecodeBytes(yys3446Slc, true, true) - yys3446 := string(yys3446Slc) + yys3474Slc = r.DecodeBytes(yys3474Slc, true, true) + yys3474 := string(yys3474Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3446 { + switch yys3474 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43825,8 +44299,8 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3450 := z.DecBinary() - _ = yym3450 + yym3478 := z.DecBinary() + _ = yym3478 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -43852,17 +44326,17 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3453 := z.DecBinary() - _ = yym3453 + yym3481 := z.DecBinary() + _ = yym3481 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3446) - } // end switch yys3446 - } // end for yyj3446 + z.DecStructFieldNotFound(-1, yys3474) + } // end switch yys3474 + } // end for yyj3474 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43870,16 +44344,16 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3454 int - var yyb3454 bool - var yyhl3454 bool = l >= 0 - yyj3454++ - if yyhl3454 { - yyb3454 = yyj3454 > l + var yyj3482 int + var yyb3482 bool + var yyhl3482 bool = l >= 0 + yyj3482++ + if yyhl3482 { + yyb3482 = yyj3482 > l } else { - yyb3454 = r.CheckBreak() + yyb3482 = r.CheckBreak() } - if yyb3454 { + if yyb3482 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43889,13 +44363,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3454++ - if yyhl3454 { - yyb3454 = yyj3454 > l + yyj3482++ + if yyhl3482 { + yyb3482 = yyj3482 > l } else { - yyb3454 = r.CheckBreak() + yyb3482 = r.CheckBreak() } - if yyb3454 { + if yyb3482 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43905,13 +44379,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3454++ - if yyhl3454 { - yyb3454 = yyj3454 > l + yyj3482++ + if yyhl3482 { + yyb3482 = yyj3482 > l } else { - yyb3454 = r.CheckBreak() + yyb3482 = r.CheckBreak() } - if yyb3454 { + if yyb3482 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43924,20 +44398,20 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3458 := z.DecBinary() - _ = yym3458 + yym3486 := z.DecBinary() + _ = yym3486 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj3454++ - if yyhl3454 { - yyb3454 = yyj3454 > l + yyj3482++ + if yyhl3482 { + yyb3482 = yyj3482 > l } else { - yyb3454 = r.CheckBreak() + yyb3482 = r.CheckBreak() } - if yyb3454 { + if yyb3482 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43952,13 +44426,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Preconditions.CodecDecodeSelf(d) } - yyj3454++ - if yyhl3454 { - yyb3454 = yyj3454 > l + yyj3482++ + if yyhl3482 { + yyb3482 = yyj3482 > l } else { - yyb3454 = r.CheckBreak() + yyb3482 = r.CheckBreak() } - if yyb3454 { + if yyb3482 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43971,25 +44445,25 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3461 := z.DecBinary() - _ = yym3461 + yym3489 := z.DecBinary() + _ = yym3489 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } for { - yyj3454++ - if yyhl3454 { - yyb3454 = yyj3454 > l + yyj3482++ + if yyhl3482 { + yyb3482 = yyj3482 > l } else { - yyb3454 = r.CheckBreak() + yyb3482 = r.CheckBreak() } - if yyb3454 { + if yyb3482 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3454-1, "") + z.DecStructFieldNotFound(yyj3482-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44001,36 +44475,36 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3462 := z.EncBinary() - _ = yym3462 + yym3490 := z.EncBinary() + _ = yym3490 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3463 := !z.EncBinary() - yy2arr3463 := z.EncBasicHandle().StructToArray - var yyq3463 [4]bool - _, _, _ = yysep3463, yyq3463, yy2arr3463 - const yyr3463 bool = false - yyq3463[0] = x.Kind != "" - yyq3463[1] = x.APIVersion != "" - var yynn3463 int - if yyr3463 || yy2arr3463 { + yysep3491 := !z.EncBinary() + yy2arr3491 := z.EncBasicHandle().StructToArray + var yyq3491 [4]bool + _, _, _ = yysep3491, yyq3491, yy2arr3491 + const yyr3491 bool = false + yyq3491[0] = x.Kind != "" + yyq3491[1] = x.APIVersion != "" + var yynn3491 int + if yyr3491 || yy2arr3491 { r.EncodeArrayStart(4) } else { - yynn3463 = 2 - for _, b := range yyq3463 { + yynn3491 = 2 + for _, b := range yyq3491 { if b { - yynn3463++ + yynn3491++ } } - r.EncodeMapStart(yynn3463) - yynn3463 = 0 + r.EncodeMapStart(yynn3491) + yynn3491 = 0 } - if yyr3463 || yy2arr3463 { + if yyr3491 || yy2arr3491 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3463[0] { - yym3465 := z.EncBinary() - _ = yym3465 + if yyq3491[0] { + yym3493 := z.EncBinary() + _ = yym3493 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44039,23 +44513,23 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3463[0] { + if yyq3491[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3466 := z.EncBinary() - _ = yym3466 + yym3494 := z.EncBinary() + _ = yym3494 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3463 || yy2arr3463 { + if yyr3491 || yy2arr3491 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3463[1] { - yym3468 := z.EncBinary() - _ = yym3468 + if yyq3491[1] { + yym3496 := z.EncBinary() + _ = yym3496 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44064,22 +44538,22 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3463[1] { + if yyq3491[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3469 := z.EncBinary() - _ = yym3469 + yym3497 := z.EncBinary() + _ = yym3497 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3463 || yy2arr3463 { + if yyr3491 || yy2arr3491 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3471 := z.EncBinary() - _ = yym3471 + yym3499 := z.EncBinary() + _ = yym3499 if false { } else { r.EncodeBool(bool(x.Export)) @@ -44088,17 +44562,17 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("export")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3472 := z.EncBinary() - _ = yym3472 + yym3500 := z.EncBinary() + _ = yym3500 if false { } else { r.EncodeBool(bool(x.Export)) } } - if yyr3463 || yy2arr3463 { + if yyr3491 || yy2arr3491 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3474 := z.EncBinary() - _ = yym3474 + yym3502 := z.EncBinary() + _ = yym3502 if false { } else { r.EncodeBool(bool(x.Exact)) @@ -44107,14 +44581,14 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exact")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3475 := z.EncBinary() - _ = yym3475 + yym3503 := z.EncBinary() + _ = yym3503 if false { } else { r.EncodeBool(bool(x.Exact)) } } - if yyr3463 || yy2arr3463 { + if yyr3491 || yy2arr3491 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44127,25 +44601,25 @@ func (x *ExportOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3476 := z.DecBinary() - _ = yym3476 + yym3504 := z.DecBinary() + _ = yym3504 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3477 := r.ContainerType() - if yyct3477 == codecSelferValueTypeMap1234 { - yyl3477 := r.ReadMapStart() - if yyl3477 == 0 { + yyct3505 := r.ContainerType() + if yyct3505 == codecSelferValueTypeMap1234 { + yyl3505 := r.ReadMapStart() + if yyl3505 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3477, d) + x.codecDecodeSelfFromMap(yyl3505, d) } - } else if yyct3477 == codecSelferValueTypeArray1234 { - yyl3477 := r.ReadArrayStart() - if yyl3477 == 0 { + } else if yyct3505 == codecSelferValueTypeArray1234 { + yyl3505 := r.ReadArrayStart() + if yyl3505 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3477, d) + x.codecDecodeSelfFromArray(yyl3505, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44157,12 +44631,12 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3478Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3478Slc - var yyhl3478 bool = l >= 0 - for yyj3478 := 0; ; yyj3478++ { - if yyhl3478 { - if yyj3478 >= l { + var yys3506Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3506Slc + var yyhl3506 bool = l >= 0 + for yyj3506 := 0; ; yyj3506++ { + if yyhl3506 { + if yyj3506 >= l { break } } else { @@ -44171,10 +44645,10 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3478Slc = r.DecodeBytes(yys3478Slc, true, true) - yys3478 := string(yys3478Slc) + yys3506Slc = r.DecodeBytes(yys3506Slc, true, true) + yys3506 := string(yys3506Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3478 { + switch yys3506 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44200,9 +44674,9 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys3478) - } // end switch yys3478 - } // end for yyj3478 + z.DecStructFieldNotFound(-1, yys3506) + } // end switch yys3506 + } // end for yyj3506 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44210,16 +44684,16 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3483 int - var yyb3483 bool - var yyhl3483 bool = l >= 0 - yyj3483++ - if yyhl3483 { - yyb3483 = yyj3483 > l + var yyj3511 int + var yyb3511 bool + var yyhl3511 bool = l >= 0 + yyj3511++ + if yyhl3511 { + yyb3511 = yyj3511 > l } else { - yyb3483 = r.CheckBreak() + yyb3511 = r.CheckBreak() } - if yyb3483 { + if yyb3511 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44229,13 +44703,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3483++ - if yyhl3483 { - yyb3483 = yyj3483 > l + yyj3511++ + if yyhl3511 { + yyb3511 = yyj3511 > l } else { - yyb3483 = r.CheckBreak() + yyb3511 = r.CheckBreak() } - if yyb3483 { + if yyb3511 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44245,13 +44719,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3483++ - if yyhl3483 { - yyb3483 = yyj3483 > l + yyj3511++ + if yyhl3511 { + yyb3511 = yyj3511 > l } else { - yyb3483 = r.CheckBreak() + yyb3511 = r.CheckBreak() } - if yyb3483 { + if yyb3511 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44261,13 +44735,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Export = bool(r.DecodeBool()) } - yyj3483++ - if yyhl3483 { - yyb3483 = yyj3483 > l + yyj3511++ + if yyhl3511 { + yyb3511 = yyj3511 > l } else { - yyb3483 = r.CheckBreak() + yyb3511 = r.CheckBreak() } - if yyb3483 { + if yyb3511 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44278,17 +44752,17 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } for { - yyj3483++ - if yyhl3483 { - yyb3483 = yyj3483 > l + yyj3511++ + if yyhl3511 { + yyb3511 = yyj3511 > l } else { - yyb3483 = r.CheckBreak() + yyb3511 = r.CheckBreak() } - if yyb3483 { + if yyb3511 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3483-1, "") + z.DecStructFieldNotFound(yyj3511-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44300,41 +44774,41 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3488 := z.EncBinary() - _ = yym3488 + yym3516 := z.EncBinary() + _ = yym3516 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3489 := !z.EncBinary() - yy2arr3489 := z.EncBasicHandle().StructToArray - var yyq3489 [7]bool - _, _, _ = yysep3489, yyq3489, yy2arr3489 - const yyr3489 bool = false - yyq3489[0] = x.Kind != "" - yyq3489[1] = x.APIVersion != "" - yyq3489[2] = x.LabelSelector != "" - yyq3489[3] = x.FieldSelector != "" - yyq3489[4] = x.Watch != false - yyq3489[5] = x.ResourceVersion != "" - yyq3489[6] = x.TimeoutSeconds != nil - var yynn3489 int - if yyr3489 || yy2arr3489 { + yysep3517 := !z.EncBinary() + yy2arr3517 := z.EncBasicHandle().StructToArray + var yyq3517 [7]bool + _, _, _ = yysep3517, yyq3517, yy2arr3517 + const yyr3517 bool = false + yyq3517[0] = x.Kind != "" + yyq3517[1] = x.APIVersion != "" + yyq3517[2] = x.LabelSelector != "" + yyq3517[3] = x.FieldSelector != "" + yyq3517[4] = x.Watch != false + yyq3517[5] = x.ResourceVersion != "" + yyq3517[6] = x.TimeoutSeconds != nil + var yynn3517 int + if yyr3517 || yy2arr3517 { r.EncodeArrayStart(7) } else { - yynn3489 = 0 - for _, b := range yyq3489 { + yynn3517 = 0 + for _, b := range yyq3517 { if b { - yynn3489++ + yynn3517++ } } - r.EncodeMapStart(yynn3489) - yynn3489 = 0 + r.EncodeMapStart(yynn3517) + yynn3517 = 0 } - if yyr3489 || yy2arr3489 { + if yyr3517 || yy2arr3517 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3489[0] { - yym3491 := z.EncBinary() - _ = yym3491 + if yyq3517[0] { + yym3519 := z.EncBinary() + _ = yym3519 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44343,23 +44817,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3489[0] { + if yyq3517[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3492 := z.EncBinary() - _ = yym3492 + yym3520 := z.EncBinary() + _ = yym3520 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3489 || yy2arr3489 { + if yyr3517 || yy2arr3517 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3489[1] { - yym3494 := z.EncBinary() - _ = yym3494 + if yyq3517[1] { + yym3522 := z.EncBinary() + _ = yym3522 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44368,23 +44842,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3489[1] { + if yyq3517[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3495 := z.EncBinary() - _ = yym3495 + yym3523 := z.EncBinary() + _ = yym3523 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3489 || yy2arr3489 { + if yyr3517 || yy2arr3517 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3489[2] { - yym3497 := z.EncBinary() - _ = yym3497 + if yyq3517[2] { + yym3525 := z.EncBinary() + _ = yym3525 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) @@ -44393,23 +44867,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3489[2] { + if yyq3517[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("labelSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3498 := z.EncBinary() - _ = yym3498 + yym3526 := z.EncBinary() + _ = yym3526 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) } } } - if yyr3489 || yy2arr3489 { + if yyr3517 || yy2arr3517 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3489[3] { - yym3500 := z.EncBinary() - _ = yym3500 + if yyq3517[3] { + yym3528 := z.EncBinary() + _ = yym3528 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) @@ -44418,23 +44892,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3489[3] { + if yyq3517[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3501 := z.EncBinary() - _ = yym3501 + yym3529 := z.EncBinary() + _ = yym3529 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) } } } - if yyr3489 || yy2arr3489 { + if yyr3517 || yy2arr3517 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3489[4] { - yym3503 := z.EncBinary() - _ = yym3503 + if yyq3517[4] { + yym3531 := z.EncBinary() + _ = yym3531 if false { } else { r.EncodeBool(bool(x.Watch)) @@ -44443,23 +44917,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3489[4] { + if yyq3517[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("watch")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3504 := z.EncBinary() - _ = yym3504 + yym3532 := z.EncBinary() + _ = yym3532 if false { } else { r.EncodeBool(bool(x.Watch)) } } } - if yyr3489 || yy2arr3489 { + if yyr3517 || yy2arr3517 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3489[5] { - yym3506 := z.EncBinary() - _ = yym3506 + if yyq3517[5] { + yym3534 := z.EncBinary() + _ = yym3534 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -44468,54 +44942,54 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3489[5] { + if yyq3517[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3507 := z.EncBinary() - _ = yym3507 + yym3535 := z.EncBinary() + _ = yym3535 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } } - if yyr3489 || yy2arr3489 { + if yyr3517 || yy2arr3517 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3489[6] { + if yyq3517[6] { if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3509 := *x.TimeoutSeconds - yym3510 := z.EncBinary() - _ = yym3510 + yy3537 := *x.TimeoutSeconds + yym3538 := z.EncBinary() + _ = yym3538 if false { } else { - r.EncodeInt(int64(yy3509)) + r.EncodeInt(int64(yy3537)) } } } else { r.EncodeNil() } } else { - if yyq3489[6] { + if yyq3517[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3511 := *x.TimeoutSeconds - yym3512 := z.EncBinary() - _ = yym3512 + yy3539 := *x.TimeoutSeconds + yym3540 := z.EncBinary() + _ = yym3540 if false { } else { - r.EncodeInt(int64(yy3511)) + r.EncodeInt(int64(yy3539)) } } } } - if yyr3489 || yy2arr3489 { + if yyr3517 || yy2arr3517 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44528,25 +45002,25 @@ func (x *ListOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3513 := z.DecBinary() - _ = yym3513 + yym3541 := z.DecBinary() + _ = yym3541 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3514 := r.ContainerType() - if yyct3514 == codecSelferValueTypeMap1234 { - yyl3514 := r.ReadMapStart() - if yyl3514 == 0 { + yyct3542 := r.ContainerType() + if yyct3542 == codecSelferValueTypeMap1234 { + yyl3542 := r.ReadMapStart() + if yyl3542 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3514, d) + x.codecDecodeSelfFromMap(yyl3542, d) } - } else if yyct3514 == codecSelferValueTypeArray1234 { - yyl3514 := r.ReadArrayStart() - if yyl3514 == 0 { + } else if yyct3542 == codecSelferValueTypeArray1234 { + yyl3542 := r.ReadArrayStart() + if yyl3542 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3514, d) + x.codecDecodeSelfFromArray(yyl3542, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44558,12 +45032,12 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3515Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3515Slc - var yyhl3515 bool = l >= 0 - for yyj3515 := 0; ; yyj3515++ { - if yyhl3515 { - if yyj3515 >= l { + var yys3543Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3543Slc + var yyhl3543 bool = l >= 0 + for yyj3543 := 0; ; yyj3543++ { + if yyhl3543 { + if yyj3543 >= l { break } } else { @@ -44572,10 +45046,10 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3515Slc = r.DecodeBytes(yys3515Slc, true, true) - yys3515 := string(yys3515Slc) + yys3543Slc = r.DecodeBytes(yys3543Slc, true, true) + yys3543 := string(yys3543Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3515 { + switch yys3543 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44621,17 +45095,17 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3523 := z.DecBinary() - _ = yym3523 + yym3551 := z.DecBinary() + _ = yym3551 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3515) - } // end switch yys3515 - } // end for yyj3515 + z.DecStructFieldNotFound(-1, yys3543) + } // end switch yys3543 + } // end for yyj3543 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44639,16 +45113,16 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3524 int - var yyb3524 bool - var yyhl3524 bool = l >= 0 - yyj3524++ - if yyhl3524 { - yyb3524 = yyj3524 > l + var yyj3552 int + var yyb3552 bool + var yyhl3552 bool = l >= 0 + yyj3552++ + if yyhl3552 { + yyb3552 = yyj3552 > l } else { - yyb3524 = r.CheckBreak() + yyb3552 = r.CheckBreak() } - if yyb3524 { + if yyb3552 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44658,13 +45132,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3524++ - if yyhl3524 { - yyb3524 = yyj3524 > l + yyj3552++ + if yyhl3552 { + yyb3552 = yyj3552 > l } else { - yyb3524 = r.CheckBreak() + yyb3552 = r.CheckBreak() } - if yyb3524 { + if yyb3552 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44674,13 +45148,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3524++ - if yyhl3524 { - yyb3524 = yyj3524 > l + yyj3552++ + if yyhl3552 { + yyb3552 = yyj3552 > l } else { - yyb3524 = r.CheckBreak() + yyb3552 = r.CheckBreak() } - if yyb3524 { + if yyb3552 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44690,13 +45164,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.LabelSelector = string(r.DecodeString()) } - yyj3524++ - if yyhl3524 { - yyb3524 = yyj3524 > l + yyj3552++ + if yyhl3552 { + yyb3552 = yyj3552 > l } else { - yyb3524 = r.CheckBreak() + yyb3552 = r.CheckBreak() } - if yyb3524 { + if yyb3552 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44706,13 +45180,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.FieldSelector = string(r.DecodeString()) } - yyj3524++ - if yyhl3524 { - yyb3524 = yyj3524 > l + yyj3552++ + if yyhl3552 { + yyb3552 = yyj3552 > l } else { - yyb3524 = r.CheckBreak() + yyb3552 = r.CheckBreak() } - if yyb3524 { + if yyb3552 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44722,13 +45196,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Watch = bool(r.DecodeBool()) } - yyj3524++ - if yyhl3524 { - yyb3524 = yyj3524 > l + yyj3552++ + if yyhl3552 { + yyb3552 = yyj3552 > l } else { - yyb3524 = r.CheckBreak() + yyb3552 = r.CheckBreak() } - if yyb3524 { + if yyb3552 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44738,13 +45212,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3524++ - if yyhl3524 { - yyb3524 = yyj3524 > l + yyj3552++ + if yyhl3552 { + yyb3552 = yyj3552 > l } else { - yyb3524 = r.CheckBreak() + yyb3552 = r.CheckBreak() } - if yyb3524 { + if yyb3552 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44757,25 +45231,25 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3532 := z.DecBinary() - _ = yym3532 + yym3560 := z.DecBinary() + _ = yym3560 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } for { - yyj3524++ - if yyhl3524 { - yyb3524 = yyj3524 > l + yyj3552++ + if yyhl3552 { + yyb3552 = yyj3552 > l } else { - yyb3524 = r.CheckBreak() + yyb3552 = r.CheckBreak() } - if yyb3524 { + if yyb3552 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3524-1, "") + z.DecStructFieldNotFound(yyj3552-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44787,44 +45261,44 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3533 := z.EncBinary() - _ = yym3533 + yym3561 := z.EncBinary() + _ = yym3561 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3534 := !z.EncBinary() - yy2arr3534 := z.EncBasicHandle().StructToArray - var yyq3534 [10]bool - _, _, _ = yysep3534, yyq3534, yy2arr3534 - const yyr3534 bool = false - yyq3534[0] = x.Kind != "" - yyq3534[1] = x.APIVersion != "" - yyq3534[2] = x.Container != "" - yyq3534[3] = x.Follow != false - yyq3534[4] = x.Previous != false - yyq3534[5] = x.SinceSeconds != nil - yyq3534[6] = x.SinceTime != nil - yyq3534[7] = x.Timestamps != false - yyq3534[8] = x.TailLines != nil - yyq3534[9] = x.LimitBytes != nil - var yynn3534 int - if yyr3534 || yy2arr3534 { + yysep3562 := !z.EncBinary() + yy2arr3562 := z.EncBasicHandle().StructToArray + var yyq3562 [10]bool + _, _, _ = yysep3562, yyq3562, yy2arr3562 + const yyr3562 bool = false + yyq3562[0] = x.Kind != "" + yyq3562[1] = x.APIVersion != "" + yyq3562[2] = x.Container != "" + yyq3562[3] = x.Follow != false + yyq3562[4] = x.Previous != false + yyq3562[5] = x.SinceSeconds != nil + yyq3562[6] = x.SinceTime != nil + yyq3562[7] = x.Timestamps != false + yyq3562[8] = x.TailLines != nil + yyq3562[9] = x.LimitBytes != nil + var yynn3562 int + if yyr3562 || yy2arr3562 { r.EncodeArrayStart(10) } else { - yynn3534 = 0 - for _, b := range yyq3534 { + yynn3562 = 0 + for _, b := range yyq3562 { if b { - yynn3534++ + yynn3562++ } } - r.EncodeMapStart(yynn3534) - yynn3534 = 0 + r.EncodeMapStart(yynn3562) + yynn3562 = 0 } - if yyr3534 || yy2arr3534 { + if yyr3562 || yy2arr3562 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3534[0] { - yym3536 := z.EncBinary() - _ = yym3536 + if yyq3562[0] { + yym3564 := z.EncBinary() + _ = yym3564 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44833,23 +45307,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3534[0] { + if yyq3562[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3537 := z.EncBinary() - _ = yym3537 + yym3565 := z.EncBinary() + _ = yym3565 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3534 || yy2arr3534 { + if yyr3562 || yy2arr3562 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3534[1] { - yym3539 := z.EncBinary() - _ = yym3539 + if yyq3562[1] { + yym3567 := z.EncBinary() + _ = yym3567 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44858,23 +45332,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3534[1] { + if yyq3562[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3540 := z.EncBinary() - _ = yym3540 + yym3568 := z.EncBinary() + _ = yym3568 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3534 || yy2arr3534 { + if yyr3562 || yy2arr3562 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3534[2] { - yym3542 := z.EncBinary() - _ = yym3542 + if yyq3562[2] { + yym3570 := z.EncBinary() + _ = yym3570 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -44883,23 +45357,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3534[2] { + if yyq3562[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3543 := z.EncBinary() - _ = yym3543 + yym3571 := z.EncBinary() + _ = yym3571 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3534 || yy2arr3534 { + if yyr3562 || yy2arr3562 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3534[3] { - yym3545 := z.EncBinary() - _ = yym3545 + if yyq3562[3] { + yym3573 := z.EncBinary() + _ = yym3573 if false { } else { r.EncodeBool(bool(x.Follow)) @@ -44908,23 +45382,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3534[3] { + if yyq3562[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("follow")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3546 := z.EncBinary() - _ = yym3546 + yym3574 := z.EncBinary() + _ = yym3574 if false { } else { r.EncodeBool(bool(x.Follow)) } } } - if yyr3534 || yy2arr3534 { + if yyr3562 || yy2arr3562 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3534[4] { - yym3548 := z.EncBinary() - _ = yym3548 + if yyq3562[4] { + yym3576 := z.EncBinary() + _ = yym3576 if false { } else { r.EncodeBool(bool(x.Previous)) @@ -44933,66 +45407,66 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3534[4] { + if yyq3562[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("previous")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3549 := z.EncBinary() - _ = yym3549 + yym3577 := z.EncBinary() + _ = yym3577 if false { } else { r.EncodeBool(bool(x.Previous)) } } } - if yyr3534 || yy2arr3534 { + if yyr3562 || yy2arr3562 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3534[5] { + if yyq3562[5] { if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3551 := *x.SinceSeconds - yym3552 := z.EncBinary() - _ = yym3552 + yy3579 := *x.SinceSeconds + yym3580 := z.EncBinary() + _ = yym3580 if false { } else { - r.EncodeInt(int64(yy3551)) + r.EncodeInt(int64(yy3579)) } } } else { r.EncodeNil() } } else { - if yyq3534[5] { + if yyq3562[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sinceSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3553 := *x.SinceSeconds - yym3554 := z.EncBinary() - _ = yym3554 + yy3581 := *x.SinceSeconds + yym3582 := z.EncBinary() + _ = yym3582 if false { } else { - r.EncodeInt(int64(yy3553)) + r.EncodeInt(int64(yy3581)) } } } } - if yyr3534 || yy2arr3534 { + if yyr3562 || yy2arr3562 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3534[6] { + if yyq3562[6] { if x.SinceTime == nil { r.EncodeNil() } else { - yym3556 := z.EncBinary() - _ = yym3556 + yym3584 := z.EncBinary() + _ = yym3584 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3556 { + } else if yym3584 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3556 && z.IsJSONHandle() { + } else if !yym3584 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -45002,20 +45476,20 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3534[6] { + if yyq3562[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sinceTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SinceTime == nil { r.EncodeNil() } else { - yym3557 := z.EncBinary() - _ = yym3557 + yym3585 := z.EncBinary() + _ = yym3585 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3557 { + } else if yym3585 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3557 && z.IsJSONHandle() { + } else if !yym3585 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -45023,11 +45497,11 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3534 || yy2arr3534 { + if yyr3562 || yy2arr3562 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3534[7] { - yym3559 := z.EncBinary() - _ = yym3559 + if yyq3562[7] { + yym3587 := z.EncBinary() + _ = yym3587 if false { } else { r.EncodeBool(bool(x.Timestamps)) @@ -45036,89 +45510,89 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3534[7] { + if yyq3562[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("timestamps")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3560 := z.EncBinary() - _ = yym3560 + yym3588 := z.EncBinary() + _ = yym3588 if false { } else { r.EncodeBool(bool(x.Timestamps)) } } } - if yyr3534 || yy2arr3534 { + if yyr3562 || yy2arr3562 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3534[8] { + if yyq3562[8] { if x.TailLines == nil { r.EncodeNil() } else { - yy3562 := *x.TailLines - yym3563 := z.EncBinary() - _ = yym3563 + yy3590 := *x.TailLines + yym3591 := z.EncBinary() + _ = yym3591 if false { } else { - r.EncodeInt(int64(yy3562)) + r.EncodeInt(int64(yy3590)) } } } else { r.EncodeNil() } } else { - if yyq3534[8] { + if yyq3562[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tailLines")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TailLines == nil { r.EncodeNil() } else { - yy3564 := *x.TailLines - yym3565 := z.EncBinary() - _ = yym3565 + yy3592 := *x.TailLines + yym3593 := z.EncBinary() + _ = yym3593 if false { } else { - r.EncodeInt(int64(yy3564)) + r.EncodeInt(int64(yy3592)) } } } } - if yyr3534 || yy2arr3534 { + if yyr3562 || yy2arr3562 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3534[9] { + if yyq3562[9] { if x.LimitBytes == nil { r.EncodeNil() } else { - yy3567 := *x.LimitBytes - yym3568 := z.EncBinary() - _ = yym3568 + yy3595 := *x.LimitBytes + yym3596 := z.EncBinary() + _ = yym3596 if false { } else { - r.EncodeInt(int64(yy3567)) + r.EncodeInt(int64(yy3595)) } } } else { r.EncodeNil() } } else { - if yyq3534[9] { + if yyq3562[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("limitBytes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LimitBytes == nil { r.EncodeNil() } else { - yy3569 := *x.LimitBytes - yym3570 := z.EncBinary() - _ = yym3570 + yy3597 := *x.LimitBytes + yym3598 := z.EncBinary() + _ = yym3598 if false { } else { - r.EncodeInt(int64(yy3569)) + r.EncodeInt(int64(yy3597)) } } } } - if yyr3534 || yy2arr3534 { + if yyr3562 || yy2arr3562 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45131,25 +45605,25 @@ func (x *PodLogOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3571 := z.DecBinary() - _ = yym3571 + yym3599 := z.DecBinary() + _ = yym3599 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3572 := r.ContainerType() - if yyct3572 == codecSelferValueTypeMap1234 { - yyl3572 := r.ReadMapStart() - if yyl3572 == 0 { + yyct3600 := r.ContainerType() + if yyct3600 == codecSelferValueTypeMap1234 { + yyl3600 := r.ReadMapStart() + if yyl3600 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3572, d) + x.codecDecodeSelfFromMap(yyl3600, d) } - } else if yyct3572 == codecSelferValueTypeArray1234 { - yyl3572 := r.ReadArrayStart() - if yyl3572 == 0 { + } else if yyct3600 == codecSelferValueTypeArray1234 { + yyl3600 := r.ReadArrayStart() + if yyl3600 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3572, d) + x.codecDecodeSelfFromArray(yyl3600, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45161,12 +45635,12 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3573Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3573Slc - var yyhl3573 bool = l >= 0 - for yyj3573 := 0; ; yyj3573++ { - if yyhl3573 { - if yyj3573 >= l { + var yys3601Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3601Slc + var yyhl3601 bool = l >= 0 + for yyj3601 := 0; ; yyj3601++ { + if yyhl3601 { + if yyj3601 >= l { break } } else { @@ -45175,10 +45649,10 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3573Slc = r.DecodeBytes(yys3573Slc, true, true) - yys3573 := string(yys3573Slc) + yys3601Slc = r.DecodeBytes(yys3601Slc, true, true) + yys3601 := string(yys3601Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3573 { + switch yys3601 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45218,8 +45692,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3580 := z.DecBinary() - _ = yym3580 + yym3608 := z.DecBinary() + _ = yym3608 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) @@ -45234,13 +45708,13 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3582 := z.DecBinary() - _ = yym3582 + yym3610 := z.DecBinary() + _ = yym3610 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3582 { + } else if yym3610 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3582 && z.IsJSONHandle() { + } else if !yym3610 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) @@ -45261,8 +45735,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3585 := z.DecBinary() - _ = yym3585 + yym3613 := z.DecBinary() + _ = yym3613 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) @@ -45277,17 +45751,17 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3587 := z.DecBinary() - _ = yym3587 + yym3615 := z.DecBinary() + _ = yym3615 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3573) - } // end switch yys3573 - } // end for yyj3573 + z.DecStructFieldNotFound(-1, yys3601) + } // end switch yys3601 + } // end for yyj3601 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45295,16 +45769,16 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3588 int - var yyb3588 bool - var yyhl3588 bool = l >= 0 - yyj3588++ - if yyhl3588 { - yyb3588 = yyj3588 > l + var yyj3616 int + var yyb3616 bool + var yyhl3616 bool = l >= 0 + yyj3616++ + if yyhl3616 { + yyb3616 = yyj3616 > l } else { - yyb3588 = r.CheckBreak() + yyb3616 = r.CheckBreak() } - if yyb3588 { + if yyb3616 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45314,13 +45788,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3588++ - if yyhl3588 { - yyb3588 = yyj3588 > l + yyj3616++ + if yyhl3616 { + yyb3616 = yyj3616 > l } else { - yyb3588 = r.CheckBreak() + yyb3616 = r.CheckBreak() } - if yyb3588 { + if yyb3616 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45330,13 +45804,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3588++ - if yyhl3588 { - yyb3588 = yyj3588 > l + yyj3616++ + if yyhl3616 { + yyb3616 = yyj3616 > l } else { - yyb3588 = r.CheckBreak() + yyb3616 = r.CheckBreak() } - if yyb3588 { + if yyb3616 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45346,13 +45820,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3588++ - if yyhl3588 { - yyb3588 = yyj3588 > l + yyj3616++ + if yyhl3616 { + yyb3616 = yyj3616 > l } else { - yyb3588 = r.CheckBreak() + yyb3616 = r.CheckBreak() } - if yyb3588 { + if yyb3616 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45362,13 +45836,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Follow = bool(r.DecodeBool()) } - yyj3588++ - if yyhl3588 { - yyb3588 = yyj3588 > l + yyj3616++ + if yyhl3616 { + yyb3616 = yyj3616 > l } else { - yyb3588 = r.CheckBreak() + yyb3616 = r.CheckBreak() } - if yyb3588 { + if yyb3616 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45378,13 +45852,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Previous = bool(r.DecodeBool()) } - yyj3588++ - if yyhl3588 { - yyb3588 = yyj3588 > l + yyj3616++ + if yyhl3616 { + yyb3616 = yyj3616 > l } else { - yyb3588 = r.CheckBreak() + yyb3616 = r.CheckBreak() } - if yyb3588 { + if yyb3616 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45397,20 +45871,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3595 := z.DecBinary() - _ = yym3595 + yym3623 := z.DecBinary() + _ = yym3623 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) } } - yyj3588++ - if yyhl3588 { - yyb3588 = yyj3588 > l + yyj3616++ + if yyhl3616 { + yyb3616 = yyj3616 > l } else { - yyb3588 = r.CheckBreak() + yyb3616 = r.CheckBreak() } - if yyb3588 { + if yyb3616 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45423,25 +45897,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3597 := z.DecBinary() - _ = yym3597 + yym3625 := z.DecBinary() + _ = yym3625 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3597 { + } else if yym3625 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3597 && z.IsJSONHandle() { + } else if !yym3625 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) } } - yyj3588++ - if yyhl3588 { - yyb3588 = yyj3588 > l + yyj3616++ + if yyhl3616 { + yyb3616 = yyj3616 > l } else { - yyb3588 = r.CheckBreak() + yyb3616 = r.CheckBreak() } - if yyb3588 { + if yyb3616 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45451,13 +45925,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Timestamps = bool(r.DecodeBool()) } - yyj3588++ - if yyhl3588 { - yyb3588 = yyj3588 > l + yyj3616++ + if yyhl3616 { + yyb3616 = yyj3616 > l } else { - yyb3588 = r.CheckBreak() + yyb3616 = r.CheckBreak() } - if yyb3588 { + if yyb3616 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45470,20 +45944,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3600 := z.DecBinary() - _ = yym3600 + yym3628 := z.DecBinary() + _ = yym3628 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) } } - yyj3588++ - if yyhl3588 { - yyb3588 = yyj3588 > l + yyj3616++ + if yyhl3616 { + yyb3616 = yyj3616 > l } else { - yyb3588 = r.CheckBreak() + yyb3616 = r.CheckBreak() } - if yyb3588 { + if yyb3616 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45496,25 +45970,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3602 := z.DecBinary() - _ = yym3602 + yym3630 := z.DecBinary() + _ = yym3630 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } for { - yyj3588++ - if yyhl3588 { - yyb3588 = yyj3588 > l + yyj3616++ + if yyhl3616 { + yyb3616 = yyj3616 > l } else { - yyb3588 = r.CheckBreak() + yyb3616 = r.CheckBreak() } - if yyb3588 { + if yyb3616 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3588-1, "") + z.DecStructFieldNotFound(yyj3616-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45526,41 +46000,41 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3603 := z.EncBinary() - _ = yym3603 + yym3631 := z.EncBinary() + _ = yym3631 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3604 := !z.EncBinary() - yy2arr3604 := z.EncBasicHandle().StructToArray - var yyq3604 [7]bool - _, _, _ = yysep3604, yyq3604, yy2arr3604 - const yyr3604 bool = false - yyq3604[0] = x.Kind != "" - yyq3604[1] = x.APIVersion != "" - yyq3604[2] = x.Stdin != false - yyq3604[3] = x.Stdout != false - yyq3604[4] = x.Stderr != false - yyq3604[5] = x.TTY != false - yyq3604[6] = x.Container != "" - var yynn3604 int - if yyr3604 || yy2arr3604 { + yysep3632 := !z.EncBinary() + yy2arr3632 := z.EncBasicHandle().StructToArray + var yyq3632 [7]bool + _, _, _ = yysep3632, yyq3632, yy2arr3632 + const yyr3632 bool = false + yyq3632[0] = x.Kind != "" + yyq3632[1] = x.APIVersion != "" + yyq3632[2] = x.Stdin != false + yyq3632[3] = x.Stdout != false + yyq3632[4] = x.Stderr != false + yyq3632[5] = x.TTY != false + yyq3632[6] = x.Container != "" + var yynn3632 int + if yyr3632 || yy2arr3632 { r.EncodeArrayStart(7) } else { - yynn3604 = 0 - for _, b := range yyq3604 { + yynn3632 = 0 + for _, b := range yyq3632 { if b { - yynn3604++ + yynn3632++ } } - r.EncodeMapStart(yynn3604) - yynn3604 = 0 + r.EncodeMapStart(yynn3632) + yynn3632 = 0 } - if yyr3604 || yy2arr3604 { + if yyr3632 || yy2arr3632 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3604[0] { - yym3606 := z.EncBinary() - _ = yym3606 + if yyq3632[0] { + yym3634 := z.EncBinary() + _ = yym3634 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -45569,23 +46043,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3604[0] { + if yyq3632[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3607 := z.EncBinary() - _ = yym3607 + yym3635 := z.EncBinary() + _ = yym3635 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3604 || yy2arr3604 { + if yyr3632 || yy2arr3632 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3604[1] { - yym3609 := z.EncBinary() - _ = yym3609 + if yyq3632[1] { + yym3637 := z.EncBinary() + _ = yym3637 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -45594,23 +46068,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3604[1] { + if yyq3632[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3610 := z.EncBinary() - _ = yym3610 + yym3638 := z.EncBinary() + _ = yym3638 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3604 || yy2arr3604 { + if yyr3632 || yy2arr3632 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3604[2] { - yym3612 := z.EncBinary() - _ = yym3612 + if yyq3632[2] { + yym3640 := z.EncBinary() + _ = yym3640 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -45619,23 +46093,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3604[2] { + if yyq3632[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3613 := z.EncBinary() - _ = yym3613 + yym3641 := z.EncBinary() + _ = yym3641 if false { } else { r.EncodeBool(bool(x.Stdin)) } } } - if yyr3604 || yy2arr3604 { + if yyr3632 || yy2arr3632 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3604[3] { - yym3615 := z.EncBinary() - _ = yym3615 + if yyq3632[3] { + yym3643 := z.EncBinary() + _ = yym3643 if false { } else { r.EncodeBool(bool(x.Stdout)) @@ -45644,23 +46118,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3604[3] { + if yyq3632[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3616 := z.EncBinary() - _ = yym3616 + yym3644 := z.EncBinary() + _ = yym3644 if false { } else { r.EncodeBool(bool(x.Stdout)) } } } - if yyr3604 || yy2arr3604 { + if yyr3632 || yy2arr3632 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3604[4] { - yym3618 := z.EncBinary() - _ = yym3618 + if yyq3632[4] { + yym3646 := z.EncBinary() + _ = yym3646 if false { } else { r.EncodeBool(bool(x.Stderr)) @@ -45669,23 +46143,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3604[4] { + if yyq3632[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stderr")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3619 := z.EncBinary() - _ = yym3619 + yym3647 := z.EncBinary() + _ = yym3647 if false { } else { r.EncodeBool(bool(x.Stderr)) } } } - if yyr3604 || yy2arr3604 { + if yyr3632 || yy2arr3632 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3604[5] { - yym3621 := z.EncBinary() - _ = yym3621 + if yyq3632[5] { + yym3649 := z.EncBinary() + _ = yym3649 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -45694,23 +46168,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3604[5] { + if yyq3632[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3622 := z.EncBinary() - _ = yym3622 + yym3650 := z.EncBinary() + _ = yym3650 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr3604 || yy2arr3604 { + if yyr3632 || yy2arr3632 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3604[6] { - yym3624 := z.EncBinary() - _ = yym3624 + if yyq3632[6] { + yym3652 := z.EncBinary() + _ = yym3652 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -45719,19 +46193,19 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3604[6] { + if yyq3632[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3625 := z.EncBinary() - _ = yym3625 + yym3653 := z.EncBinary() + _ = yym3653 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3604 || yy2arr3604 { + if yyr3632 || yy2arr3632 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45744,25 +46218,25 @@ func (x *PodAttachOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3626 := z.DecBinary() - _ = yym3626 + yym3654 := z.DecBinary() + _ = yym3654 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3627 := r.ContainerType() - if yyct3627 == codecSelferValueTypeMap1234 { - yyl3627 := r.ReadMapStart() - if yyl3627 == 0 { + yyct3655 := r.ContainerType() + if yyct3655 == codecSelferValueTypeMap1234 { + yyl3655 := r.ReadMapStart() + if yyl3655 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3627, d) + x.codecDecodeSelfFromMap(yyl3655, d) } - } else if yyct3627 == codecSelferValueTypeArray1234 { - yyl3627 := r.ReadArrayStart() - if yyl3627 == 0 { + } else if yyct3655 == codecSelferValueTypeArray1234 { + yyl3655 := r.ReadArrayStart() + if yyl3655 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3627, d) + x.codecDecodeSelfFromArray(yyl3655, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45774,12 +46248,12 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3628Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3628Slc - var yyhl3628 bool = l >= 0 - for yyj3628 := 0; ; yyj3628++ { - if yyhl3628 { - if yyj3628 >= l { + var yys3656Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3656Slc + var yyhl3656 bool = l >= 0 + for yyj3656 := 0; ; yyj3656++ { + if yyhl3656 { + if yyj3656 >= l { break } } else { @@ -45788,10 +46262,10 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3628Slc = r.DecodeBytes(yys3628Slc, true, true) - yys3628 := string(yys3628Slc) + yys3656Slc = r.DecodeBytes(yys3656Slc, true, true) + yys3656 := string(yys3656Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3628 { + switch yys3656 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45835,9 +46309,9 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Container = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3628) - } // end switch yys3628 - } // end for yyj3628 + z.DecStructFieldNotFound(-1, yys3656) + } // end switch yys3656 + } // end for yyj3656 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45845,16 +46319,16 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3636 int - var yyb3636 bool - var yyhl3636 bool = l >= 0 - yyj3636++ - if yyhl3636 { - yyb3636 = yyj3636 > l + var yyj3664 int + var yyb3664 bool + var yyhl3664 bool = l >= 0 + yyj3664++ + if yyhl3664 { + yyb3664 = yyj3664 > l } else { - yyb3636 = r.CheckBreak() + yyb3664 = r.CheckBreak() } - if yyb3636 { + if yyb3664 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45864,13 +46338,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3636++ - if yyhl3636 { - yyb3636 = yyj3636 > l + yyj3664++ + if yyhl3664 { + yyb3664 = yyj3664 > l } else { - yyb3636 = r.CheckBreak() + yyb3664 = r.CheckBreak() } - if yyb3636 { + if yyb3664 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45880,13 +46354,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3636++ - if yyhl3636 { - yyb3636 = yyj3636 > l + yyj3664++ + if yyhl3664 { + yyb3664 = yyj3664 > l } else { - yyb3636 = r.CheckBreak() + yyb3664 = r.CheckBreak() } - if yyb3636 { + if yyb3664 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45896,13 +46370,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdin = bool(r.DecodeBool()) } - yyj3636++ - if yyhl3636 { - yyb3636 = yyj3636 > l + yyj3664++ + if yyhl3664 { + yyb3664 = yyj3664 > l } else { - yyb3636 = r.CheckBreak() + yyb3664 = r.CheckBreak() } - if yyb3636 { + if yyb3664 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45912,13 +46386,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdout = bool(r.DecodeBool()) } - yyj3636++ - if yyhl3636 { - yyb3636 = yyj3636 > l + yyj3664++ + if yyhl3664 { + yyb3664 = yyj3664 > l } else { - yyb3636 = r.CheckBreak() + yyb3664 = r.CheckBreak() } - if yyb3636 { + if yyb3664 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45928,13 +46402,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stderr = bool(r.DecodeBool()) } - yyj3636++ - if yyhl3636 { - yyb3636 = yyj3636 > l + yyj3664++ + if yyhl3664 { + yyb3664 = yyj3664 > l } else { - yyb3636 = r.CheckBreak() + yyb3664 = r.CheckBreak() } - if yyb3636 { + if yyb3664 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45944,13 +46418,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.TTY = bool(r.DecodeBool()) } - yyj3636++ - if yyhl3636 { - yyb3636 = yyj3636 > l + yyj3664++ + if yyhl3664 { + yyb3664 = yyj3664 > l } else { - yyb3636 = r.CheckBreak() + yyb3664 = r.CheckBreak() } - if yyb3636 { + if yyb3664 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45961,17 +46435,17 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Container = string(r.DecodeString()) } for { - yyj3636++ - if yyhl3636 { - yyb3636 = yyj3636 > l + yyj3664++ + if yyhl3664 { + yyb3664 = yyj3664 > l } else { - yyb3636 = r.CheckBreak() + yyb3664 = r.CheckBreak() } - if yyb3636 { + if yyb3664 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3636-1, "") + z.DecStructFieldNotFound(yyj3664-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45983,41 +46457,41 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3644 := z.EncBinary() - _ = yym3644 + yym3672 := z.EncBinary() + _ = yym3672 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3645 := !z.EncBinary() - yy2arr3645 := z.EncBasicHandle().StructToArray - var yyq3645 [8]bool - _, _, _ = yysep3645, yyq3645, yy2arr3645 - const yyr3645 bool = false - yyq3645[0] = x.Kind != "" - yyq3645[1] = x.APIVersion != "" - yyq3645[2] = x.Stdin != false - yyq3645[3] = x.Stdout != false - yyq3645[4] = x.Stderr != false - yyq3645[5] = x.TTY != false - yyq3645[6] = x.Container != "" - var yynn3645 int - if yyr3645 || yy2arr3645 { + yysep3673 := !z.EncBinary() + yy2arr3673 := z.EncBasicHandle().StructToArray + var yyq3673 [8]bool + _, _, _ = yysep3673, yyq3673, yy2arr3673 + const yyr3673 bool = false + yyq3673[0] = x.Kind != "" + yyq3673[1] = x.APIVersion != "" + yyq3673[2] = x.Stdin != false + yyq3673[3] = x.Stdout != false + yyq3673[4] = x.Stderr != false + yyq3673[5] = x.TTY != false + yyq3673[6] = x.Container != "" + var yynn3673 int + if yyr3673 || yy2arr3673 { r.EncodeArrayStart(8) } else { - yynn3645 = 1 - for _, b := range yyq3645 { + yynn3673 = 1 + for _, b := range yyq3673 { if b { - yynn3645++ + yynn3673++ } } - r.EncodeMapStart(yynn3645) - yynn3645 = 0 + r.EncodeMapStart(yynn3673) + yynn3673 = 0 } - if yyr3645 || yy2arr3645 { + if yyr3673 || yy2arr3673 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3645[0] { - yym3647 := z.EncBinary() - _ = yym3647 + if yyq3673[0] { + yym3675 := z.EncBinary() + _ = yym3675 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46026,23 +46500,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3645[0] { + if yyq3673[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3648 := z.EncBinary() - _ = yym3648 + yym3676 := z.EncBinary() + _ = yym3676 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3645 || yy2arr3645 { + if yyr3673 || yy2arr3673 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3645[1] { - yym3650 := z.EncBinary() - _ = yym3650 + if yyq3673[1] { + yym3678 := z.EncBinary() + _ = yym3678 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46051,23 +46525,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3645[1] { + if yyq3673[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3651 := z.EncBinary() - _ = yym3651 + yym3679 := z.EncBinary() + _ = yym3679 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3645 || yy2arr3645 { + if yyr3673 || yy2arr3673 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3645[2] { - yym3653 := z.EncBinary() - _ = yym3653 + if yyq3673[2] { + yym3681 := z.EncBinary() + _ = yym3681 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -46076,23 +46550,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3645[2] { + if yyq3673[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3654 := z.EncBinary() - _ = yym3654 + yym3682 := z.EncBinary() + _ = yym3682 if false { } else { r.EncodeBool(bool(x.Stdin)) } } } - if yyr3645 || yy2arr3645 { + if yyr3673 || yy2arr3673 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3645[3] { - yym3656 := z.EncBinary() - _ = yym3656 + if yyq3673[3] { + yym3684 := z.EncBinary() + _ = yym3684 if false { } else { r.EncodeBool(bool(x.Stdout)) @@ -46101,23 +46575,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3645[3] { + if yyq3673[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3657 := z.EncBinary() - _ = yym3657 + yym3685 := z.EncBinary() + _ = yym3685 if false { } else { r.EncodeBool(bool(x.Stdout)) } } } - if yyr3645 || yy2arr3645 { + if yyr3673 || yy2arr3673 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3645[4] { - yym3659 := z.EncBinary() - _ = yym3659 + if yyq3673[4] { + yym3687 := z.EncBinary() + _ = yym3687 if false { } else { r.EncodeBool(bool(x.Stderr)) @@ -46126,23 +46600,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3645[4] { + if yyq3673[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stderr")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3660 := z.EncBinary() - _ = yym3660 + yym3688 := z.EncBinary() + _ = yym3688 if false { } else { r.EncodeBool(bool(x.Stderr)) } } } - if yyr3645 || yy2arr3645 { + if yyr3673 || yy2arr3673 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3645[5] { - yym3662 := z.EncBinary() - _ = yym3662 + if yyq3673[5] { + yym3690 := z.EncBinary() + _ = yym3690 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -46151,23 +46625,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3645[5] { + if yyq3673[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3663 := z.EncBinary() - _ = yym3663 + yym3691 := z.EncBinary() + _ = yym3691 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr3645 || yy2arr3645 { + if yyr3673 || yy2arr3673 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3645[6] { - yym3665 := z.EncBinary() - _ = yym3665 + if yyq3673[6] { + yym3693 := z.EncBinary() + _ = yym3693 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -46176,25 +46650,25 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3645[6] { + if yyq3673[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3666 := z.EncBinary() - _ = yym3666 + yym3694 := z.EncBinary() + _ = yym3694 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3645 || yy2arr3645 { + if yyr3673 || yy2arr3673 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Command == nil { r.EncodeNil() } else { - yym3668 := z.EncBinary() - _ = yym3668 + yym3696 := z.EncBinary() + _ = yym3696 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -46207,15 +46681,15 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.Command == nil { r.EncodeNil() } else { - yym3669 := z.EncBinary() - _ = yym3669 + yym3697 := z.EncBinary() + _ = yym3697 if false { } else { z.F.EncSliceStringV(x.Command, false, e) } } } - if yyr3645 || yy2arr3645 { + if yyr3673 || yy2arr3673 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46228,25 +46702,25 @@ func (x *PodExecOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3670 := z.DecBinary() - _ = yym3670 + yym3698 := z.DecBinary() + _ = yym3698 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3671 := r.ContainerType() - if yyct3671 == codecSelferValueTypeMap1234 { - yyl3671 := r.ReadMapStart() - if yyl3671 == 0 { + yyct3699 := r.ContainerType() + if yyct3699 == codecSelferValueTypeMap1234 { + yyl3699 := r.ReadMapStart() + if yyl3699 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3671, d) + x.codecDecodeSelfFromMap(yyl3699, d) } - } else if yyct3671 == codecSelferValueTypeArray1234 { - yyl3671 := r.ReadArrayStart() - if yyl3671 == 0 { + } else if yyct3699 == codecSelferValueTypeArray1234 { + yyl3699 := r.ReadArrayStart() + if yyl3699 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3671, d) + x.codecDecodeSelfFromArray(yyl3699, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46258,12 +46732,12 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3672Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3672Slc - var yyhl3672 bool = l >= 0 - for yyj3672 := 0; ; yyj3672++ { - if yyhl3672 { - if yyj3672 >= l { + var yys3700Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3700Slc + var yyhl3700 bool = l >= 0 + for yyj3700 := 0; ; yyj3700++ { + if yyhl3700 { + if yyj3700 >= l { break } } else { @@ -46272,10 +46746,10 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3672Slc = r.DecodeBytes(yys3672Slc, true, true) - yys3672 := string(yys3672Slc) + yys3700Slc = r.DecodeBytes(yys3700Slc, true, true) + yys3700 := string(yys3700Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3672 { + switch yys3700 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46322,18 +46796,18 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3680 := &x.Command - yym3681 := z.DecBinary() - _ = yym3681 + yyv3708 := &x.Command + yym3709 := z.DecBinary() + _ = yym3709 if false { } else { - z.F.DecSliceStringX(yyv3680, false, d) + z.F.DecSliceStringX(yyv3708, false, d) } } default: - z.DecStructFieldNotFound(-1, yys3672) - } // end switch yys3672 - } // end for yyj3672 + z.DecStructFieldNotFound(-1, yys3700) + } // end switch yys3700 + } // end for yyj3700 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46341,16 +46815,16 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3682 int - var yyb3682 bool - var yyhl3682 bool = l >= 0 - yyj3682++ - if yyhl3682 { - yyb3682 = yyj3682 > l + var yyj3710 int + var yyb3710 bool + var yyhl3710 bool = l >= 0 + yyj3710++ + if yyhl3710 { + yyb3710 = yyj3710 > l } else { - yyb3682 = r.CheckBreak() + yyb3710 = r.CheckBreak() } - if yyb3682 { + if yyb3710 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46360,13 +46834,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3682++ - if yyhl3682 { - yyb3682 = yyj3682 > l + yyj3710++ + if yyhl3710 { + yyb3710 = yyj3710 > l } else { - yyb3682 = r.CheckBreak() + yyb3710 = r.CheckBreak() } - if yyb3682 { + if yyb3710 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46376,13 +46850,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3682++ - if yyhl3682 { - yyb3682 = yyj3682 > l + yyj3710++ + if yyhl3710 { + yyb3710 = yyj3710 > l } else { - yyb3682 = r.CheckBreak() + yyb3710 = r.CheckBreak() } - if yyb3682 { + if yyb3710 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46392,13 +46866,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj3682++ - if yyhl3682 { - yyb3682 = yyj3682 > l + yyj3710++ + if yyhl3710 { + yyb3710 = yyj3710 > l } else { - yyb3682 = r.CheckBreak() + yyb3710 = r.CheckBreak() } - if yyb3682 { + if yyb3710 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46408,13 +46882,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdout = bool(r.DecodeBool()) } - yyj3682++ - if yyhl3682 { - yyb3682 = yyj3682 > l + yyj3710++ + if yyhl3710 { + yyb3710 = yyj3710 > l } else { - yyb3682 = r.CheckBreak() + yyb3710 = r.CheckBreak() } - if yyb3682 { + if yyb3710 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46424,13 +46898,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stderr = bool(r.DecodeBool()) } - yyj3682++ - if yyhl3682 { - yyb3682 = yyj3682 > l + yyj3710++ + if yyhl3710 { + yyb3710 = yyj3710 > l } else { - yyb3682 = r.CheckBreak() + yyb3710 = r.CheckBreak() } - if yyb3682 { + if yyb3710 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46440,13 +46914,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TTY = bool(r.DecodeBool()) } - yyj3682++ - if yyhl3682 { - yyb3682 = yyj3682 > l + yyj3710++ + if yyhl3710 { + yyb3710 = yyj3710 > l } else { - yyb3682 = r.CheckBreak() + yyb3710 = r.CheckBreak() } - if yyb3682 { + if yyb3710 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46456,13 +46930,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3682++ - if yyhl3682 { - yyb3682 = yyj3682 > l + yyj3710++ + if yyhl3710 { + yyb3710 = yyj3710 > l } else { - yyb3682 = r.CheckBreak() + yyb3710 = r.CheckBreak() } - if yyb3682 { + if yyb3710 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46470,26 +46944,26 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3690 := &x.Command - yym3691 := z.DecBinary() - _ = yym3691 + yyv3718 := &x.Command + yym3719 := z.DecBinary() + _ = yym3719 if false { } else { - z.F.DecSliceStringX(yyv3690, false, d) + z.F.DecSliceStringX(yyv3718, false, d) } } for { - yyj3682++ - if yyhl3682 { - yyb3682 = yyj3682 > l + yyj3710++ + if yyhl3710 { + yyb3710 = yyj3710 > l } else { - yyb3682 = r.CheckBreak() + yyb3710 = r.CheckBreak() } - if yyb3682 { + if yyb3710 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3682-1, "") + z.DecStructFieldNotFound(yyj3710-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46501,37 +46975,37 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3692 := z.EncBinary() - _ = yym3692 + yym3720 := z.EncBinary() + _ = yym3720 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3693 := !z.EncBinary() - yy2arr3693 := z.EncBasicHandle().StructToArray - var yyq3693 [3]bool - _, _, _ = yysep3693, yyq3693, yy2arr3693 - const yyr3693 bool = false - yyq3693[0] = x.Kind != "" - yyq3693[1] = x.APIVersion != "" - yyq3693[2] = x.Path != "" - var yynn3693 int - if yyr3693 || yy2arr3693 { + yysep3721 := !z.EncBinary() + yy2arr3721 := z.EncBasicHandle().StructToArray + var yyq3721 [3]bool + _, _, _ = yysep3721, yyq3721, yy2arr3721 + const yyr3721 bool = false + yyq3721[0] = x.Kind != "" + yyq3721[1] = x.APIVersion != "" + yyq3721[2] = x.Path != "" + var yynn3721 int + if yyr3721 || yy2arr3721 { r.EncodeArrayStart(3) } else { - yynn3693 = 0 - for _, b := range yyq3693 { + yynn3721 = 0 + for _, b := range yyq3721 { if b { - yynn3693++ + yynn3721++ } } - r.EncodeMapStart(yynn3693) - yynn3693 = 0 + r.EncodeMapStart(yynn3721) + yynn3721 = 0 } - if yyr3693 || yy2arr3693 { + if yyr3721 || yy2arr3721 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3693[0] { - yym3695 := z.EncBinary() - _ = yym3695 + if yyq3721[0] { + yym3723 := z.EncBinary() + _ = yym3723 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46540,23 +47014,23 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3693[0] { + if yyq3721[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3696 := z.EncBinary() - _ = yym3696 + yym3724 := z.EncBinary() + _ = yym3724 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3693 || yy2arr3693 { + if yyr3721 || yy2arr3721 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3693[1] { - yym3698 := z.EncBinary() - _ = yym3698 + if yyq3721[1] { + yym3726 := z.EncBinary() + _ = yym3726 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46565,23 +47039,23 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3693[1] { + if yyq3721[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3699 := z.EncBinary() - _ = yym3699 + yym3727 := z.EncBinary() + _ = yym3727 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3693 || yy2arr3693 { + if yyr3721 || yy2arr3721 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3693[2] { - yym3701 := z.EncBinary() - _ = yym3701 + if yyq3721[2] { + yym3729 := z.EncBinary() + _ = yym3729 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -46590,19 +47064,19 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3693[2] { + if yyq3721[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3702 := z.EncBinary() - _ = yym3702 + yym3730 := z.EncBinary() + _ = yym3730 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr3693 || yy2arr3693 { + if yyr3721 || yy2arr3721 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46615,25 +47089,25 @@ func (x *PodProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3703 := z.DecBinary() - _ = yym3703 + yym3731 := z.DecBinary() + _ = yym3731 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3704 := r.ContainerType() - if yyct3704 == codecSelferValueTypeMap1234 { - yyl3704 := r.ReadMapStart() - if yyl3704 == 0 { + yyct3732 := r.ContainerType() + if yyct3732 == codecSelferValueTypeMap1234 { + yyl3732 := r.ReadMapStart() + if yyl3732 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3704, d) + x.codecDecodeSelfFromMap(yyl3732, d) } - } else if yyct3704 == codecSelferValueTypeArray1234 { - yyl3704 := r.ReadArrayStart() - if yyl3704 == 0 { + } else if yyct3732 == codecSelferValueTypeArray1234 { + yyl3732 := r.ReadArrayStart() + if yyl3732 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3704, d) + x.codecDecodeSelfFromArray(yyl3732, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46645,12 +47119,12 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3705Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3705Slc - var yyhl3705 bool = l >= 0 - for yyj3705 := 0; ; yyj3705++ { - if yyhl3705 { - if yyj3705 >= l { + var yys3733Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3733Slc + var yyhl3733 bool = l >= 0 + for yyj3733 := 0; ; yyj3733++ { + if yyhl3733 { + if yyj3733 >= l { break } } else { @@ -46659,10 +47133,10 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3705Slc = r.DecodeBytes(yys3705Slc, true, true) - yys3705 := string(yys3705Slc) + yys3733Slc = r.DecodeBytes(yys3733Slc, true, true) + yys3733 := string(yys3733Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3705 { + switch yys3733 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46682,9 +47156,9 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3705) - } // end switch yys3705 - } // end for yyj3705 + z.DecStructFieldNotFound(-1, yys3733) + } // end switch yys3733 + } // end for yyj3733 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46692,16 +47166,16 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3709 int - var yyb3709 bool - var yyhl3709 bool = l >= 0 - yyj3709++ - if yyhl3709 { - yyb3709 = yyj3709 > l + var yyj3737 int + var yyb3737 bool + var yyhl3737 bool = l >= 0 + yyj3737++ + if yyhl3737 { + yyb3737 = yyj3737 > l } else { - yyb3709 = r.CheckBreak() + yyb3737 = r.CheckBreak() } - if yyb3709 { + if yyb3737 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46711,13 +47185,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3709++ - if yyhl3709 { - yyb3709 = yyj3709 > l + yyj3737++ + if yyhl3737 { + yyb3737 = yyj3737 > l } else { - yyb3709 = r.CheckBreak() + yyb3737 = r.CheckBreak() } - if yyb3709 { + if yyb3737 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46727,13 +47201,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3709++ - if yyhl3709 { - yyb3709 = yyj3709 > l + yyj3737++ + if yyhl3737 { + yyb3737 = yyj3737 > l } else { - yyb3709 = r.CheckBreak() + yyb3737 = r.CheckBreak() } - if yyb3709 { + if yyb3737 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46744,17 +47218,17 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3709++ - if yyhl3709 { - yyb3709 = yyj3709 > l + yyj3737++ + if yyhl3737 { + yyb3737 = yyj3737 > l } else { - yyb3709 = r.CheckBreak() + yyb3737 = r.CheckBreak() } - if yyb3709 { + if yyb3737 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3709-1, "") + z.DecStructFieldNotFound(yyj3737-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46766,37 +47240,37 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3713 := z.EncBinary() - _ = yym3713 + yym3741 := z.EncBinary() + _ = yym3741 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3714 := !z.EncBinary() - yy2arr3714 := z.EncBasicHandle().StructToArray - var yyq3714 [3]bool - _, _, _ = yysep3714, yyq3714, yy2arr3714 - const yyr3714 bool = false - yyq3714[0] = x.Kind != "" - yyq3714[1] = x.APIVersion != "" - yyq3714[2] = x.Path != "" - var yynn3714 int - if yyr3714 || yy2arr3714 { + yysep3742 := !z.EncBinary() + yy2arr3742 := z.EncBasicHandle().StructToArray + var yyq3742 [3]bool + _, _, _ = yysep3742, yyq3742, yy2arr3742 + const yyr3742 bool = false + yyq3742[0] = x.Kind != "" + yyq3742[1] = x.APIVersion != "" + yyq3742[2] = x.Path != "" + var yynn3742 int + if yyr3742 || yy2arr3742 { r.EncodeArrayStart(3) } else { - yynn3714 = 0 - for _, b := range yyq3714 { + yynn3742 = 0 + for _, b := range yyq3742 { if b { - yynn3714++ + yynn3742++ } } - r.EncodeMapStart(yynn3714) - yynn3714 = 0 + r.EncodeMapStart(yynn3742) + yynn3742 = 0 } - if yyr3714 || yy2arr3714 { + if yyr3742 || yy2arr3742 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3714[0] { - yym3716 := z.EncBinary() - _ = yym3716 + if yyq3742[0] { + yym3744 := z.EncBinary() + _ = yym3744 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46805,23 +47279,23 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3714[0] { + if yyq3742[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3717 := z.EncBinary() - _ = yym3717 + yym3745 := z.EncBinary() + _ = yym3745 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3714 || yy2arr3714 { + if yyr3742 || yy2arr3742 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3714[1] { - yym3719 := z.EncBinary() - _ = yym3719 + if yyq3742[1] { + yym3747 := z.EncBinary() + _ = yym3747 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46830,23 +47304,23 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3714[1] { + if yyq3742[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3720 := z.EncBinary() - _ = yym3720 + yym3748 := z.EncBinary() + _ = yym3748 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3714 || yy2arr3714 { + if yyr3742 || yy2arr3742 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3714[2] { - yym3722 := z.EncBinary() - _ = yym3722 + if yyq3742[2] { + yym3750 := z.EncBinary() + _ = yym3750 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -46855,19 +47329,19 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3714[2] { + if yyq3742[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3723 := z.EncBinary() - _ = yym3723 + yym3751 := z.EncBinary() + _ = yym3751 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr3714 || yy2arr3714 { + if yyr3742 || yy2arr3742 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46880,25 +47354,25 @@ func (x *NodeProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3724 := z.DecBinary() - _ = yym3724 + yym3752 := z.DecBinary() + _ = yym3752 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3725 := r.ContainerType() - if yyct3725 == codecSelferValueTypeMap1234 { - yyl3725 := r.ReadMapStart() - if yyl3725 == 0 { + yyct3753 := r.ContainerType() + if yyct3753 == codecSelferValueTypeMap1234 { + yyl3753 := r.ReadMapStart() + if yyl3753 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3725, d) + x.codecDecodeSelfFromMap(yyl3753, d) } - } else if yyct3725 == codecSelferValueTypeArray1234 { - yyl3725 := r.ReadArrayStart() - if yyl3725 == 0 { + } else if yyct3753 == codecSelferValueTypeArray1234 { + yyl3753 := r.ReadArrayStart() + if yyl3753 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3725, d) + x.codecDecodeSelfFromArray(yyl3753, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46910,12 +47384,12 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3726Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3726Slc - var yyhl3726 bool = l >= 0 - for yyj3726 := 0; ; yyj3726++ { - if yyhl3726 { - if yyj3726 >= l { + var yys3754Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3754Slc + var yyhl3754 bool = l >= 0 + for yyj3754 := 0; ; yyj3754++ { + if yyhl3754 { + if yyj3754 >= l { break } } else { @@ -46924,10 +47398,10 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3726Slc = r.DecodeBytes(yys3726Slc, true, true) - yys3726 := string(yys3726Slc) + yys3754Slc = r.DecodeBytes(yys3754Slc, true, true) + yys3754 := string(yys3754Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3726 { + switch yys3754 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46947,9 +47421,9 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3726) - } // end switch yys3726 - } // end for yyj3726 + z.DecStructFieldNotFound(-1, yys3754) + } // end switch yys3754 + } // end for yyj3754 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46957,16 +47431,16 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3730 int - var yyb3730 bool - var yyhl3730 bool = l >= 0 - yyj3730++ - if yyhl3730 { - yyb3730 = yyj3730 > l + var yyj3758 int + var yyb3758 bool + var yyhl3758 bool = l >= 0 + yyj3758++ + if yyhl3758 { + yyb3758 = yyj3758 > l } else { - yyb3730 = r.CheckBreak() + yyb3758 = r.CheckBreak() } - if yyb3730 { + if yyb3758 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46976,13 +47450,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3730++ - if yyhl3730 { - yyb3730 = yyj3730 > l + yyj3758++ + if yyhl3758 { + yyb3758 = yyj3758 > l } else { - yyb3730 = r.CheckBreak() + yyb3758 = r.CheckBreak() } - if yyb3730 { + if yyb3758 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46992,13 +47466,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3730++ - if yyhl3730 { - yyb3730 = yyj3730 > l + yyj3758++ + if yyhl3758 { + yyb3758 = yyj3758 > l } else { - yyb3730 = r.CheckBreak() + yyb3758 = r.CheckBreak() } - if yyb3730 { + if yyb3758 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47009,17 +47483,17 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3730++ - if yyhl3730 { - yyb3730 = yyj3730 > l + yyj3758++ + if yyhl3758 { + yyb3758 = yyj3758 > l } else { - yyb3730 = r.CheckBreak() + yyb3758 = r.CheckBreak() } - if yyb3730 { + if yyb3758 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3730-1, "") + z.DecStructFieldNotFound(yyj3758-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47031,37 +47505,37 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3734 := z.EncBinary() - _ = yym3734 + yym3762 := z.EncBinary() + _ = yym3762 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3735 := !z.EncBinary() - yy2arr3735 := z.EncBasicHandle().StructToArray - var yyq3735 [3]bool - _, _, _ = yysep3735, yyq3735, yy2arr3735 - const yyr3735 bool = false - yyq3735[0] = x.Kind != "" - yyq3735[1] = x.APIVersion != "" - yyq3735[2] = x.Path != "" - var yynn3735 int - if yyr3735 || yy2arr3735 { + yysep3763 := !z.EncBinary() + yy2arr3763 := z.EncBasicHandle().StructToArray + var yyq3763 [3]bool + _, _, _ = yysep3763, yyq3763, yy2arr3763 + const yyr3763 bool = false + yyq3763[0] = x.Kind != "" + yyq3763[1] = x.APIVersion != "" + yyq3763[2] = x.Path != "" + var yynn3763 int + if yyr3763 || yy2arr3763 { r.EncodeArrayStart(3) } else { - yynn3735 = 0 - for _, b := range yyq3735 { + yynn3763 = 0 + for _, b := range yyq3763 { if b { - yynn3735++ + yynn3763++ } } - r.EncodeMapStart(yynn3735) - yynn3735 = 0 + r.EncodeMapStart(yynn3763) + yynn3763 = 0 } - if yyr3735 || yy2arr3735 { + if yyr3763 || yy2arr3763 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3735[0] { - yym3737 := z.EncBinary() - _ = yym3737 + if yyq3763[0] { + yym3765 := z.EncBinary() + _ = yym3765 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47070,23 +47544,23 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3735[0] { + if yyq3763[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3738 := z.EncBinary() - _ = yym3738 + yym3766 := z.EncBinary() + _ = yym3766 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3735 || yy2arr3735 { + if yyr3763 || yy2arr3763 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3735[1] { - yym3740 := z.EncBinary() - _ = yym3740 + if yyq3763[1] { + yym3768 := z.EncBinary() + _ = yym3768 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47095,23 +47569,23 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3735[1] { + if yyq3763[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3741 := z.EncBinary() - _ = yym3741 + yym3769 := z.EncBinary() + _ = yym3769 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3735 || yy2arr3735 { + if yyr3763 || yy2arr3763 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3735[2] { - yym3743 := z.EncBinary() - _ = yym3743 + if yyq3763[2] { + yym3771 := z.EncBinary() + _ = yym3771 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -47120,19 +47594,19 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3735[2] { + if yyq3763[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3744 := z.EncBinary() - _ = yym3744 + yym3772 := z.EncBinary() + _ = yym3772 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr3735 || yy2arr3735 { + if yyr3763 || yy2arr3763 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47145,25 +47619,25 @@ func (x *ServiceProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3745 := z.DecBinary() - _ = yym3745 + yym3773 := z.DecBinary() + _ = yym3773 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3746 := r.ContainerType() - if yyct3746 == codecSelferValueTypeMap1234 { - yyl3746 := r.ReadMapStart() - if yyl3746 == 0 { + yyct3774 := r.ContainerType() + if yyct3774 == codecSelferValueTypeMap1234 { + yyl3774 := r.ReadMapStart() + if yyl3774 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3746, d) + x.codecDecodeSelfFromMap(yyl3774, d) } - } else if yyct3746 == codecSelferValueTypeArray1234 { - yyl3746 := r.ReadArrayStart() - if yyl3746 == 0 { + } else if yyct3774 == codecSelferValueTypeArray1234 { + yyl3774 := r.ReadArrayStart() + if yyl3774 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3746, d) + x.codecDecodeSelfFromArray(yyl3774, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47175,12 +47649,12 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3747Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3747Slc - var yyhl3747 bool = l >= 0 - for yyj3747 := 0; ; yyj3747++ { - if yyhl3747 { - if yyj3747 >= l { + var yys3775Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3775Slc + var yyhl3775 bool = l >= 0 + for yyj3775 := 0; ; yyj3775++ { + if yyhl3775 { + if yyj3775 >= l { break } } else { @@ -47189,10 +47663,10 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3747Slc = r.DecodeBytes(yys3747Slc, true, true) - yys3747 := string(yys3747Slc) + yys3775Slc = r.DecodeBytes(yys3775Slc, true, true) + yys3775 := string(yys3775Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3747 { + switch yys3775 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47212,9 +47686,9 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3747) - } // end switch yys3747 - } // end for yyj3747 + z.DecStructFieldNotFound(-1, yys3775) + } // end switch yys3775 + } // end for yyj3775 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47222,16 +47696,16 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3751 int - var yyb3751 bool - var yyhl3751 bool = l >= 0 - yyj3751++ - if yyhl3751 { - yyb3751 = yyj3751 > l + var yyj3779 int + var yyb3779 bool + var yyhl3779 bool = l >= 0 + yyj3779++ + if yyhl3779 { + yyb3779 = yyj3779 > l } else { - yyb3751 = r.CheckBreak() + yyb3779 = r.CheckBreak() } - if yyb3751 { + if yyb3779 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47241,13 +47715,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3751++ - if yyhl3751 { - yyb3751 = yyj3751 > l + yyj3779++ + if yyhl3779 { + yyb3779 = yyj3779 > l } else { - yyb3751 = r.CheckBreak() + yyb3779 = r.CheckBreak() } - if yyb3751 { + if yyb3779 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47257,13 +47731,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3751++ - if yyhl3751 { - yyb3751 = yyj3751 > l + yyj3779++ + if yyhl3779 { + yyb3779 = yyj3779 > l } else { - yyb3751 = r.CheckBreak() + yyb3779 = r.CheckBreak() } - if yyb3751 { + if yyb3779 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47274,17 +47748,17 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Path = string(r.DecodeString()) } for { - yyj3751++ - if yyhl3751 { - yyb3751 = yyj3751 > l + yyj3779++ + if yyhl3779 { + yyb3779 = yyj3779 > l } else { - yyb3751 = r.CheckBreak() + yyb3779 = r.CheckBreak() } - if yyb3751 { + if yyb3779 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3751-1, "") + z.DecStructFieldNotFound(yyj3779-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47296,34 +47770,34 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3755 := z.EncBinary() - _ = yym3755 + yym3783 := z.EncBinary() + _ = yym3783 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3756 := !z.EncBinary() - yy2arr3756 := z.EncBasicHandle().StructToArray - var yyq3756 [5]bool - _, _, _ = yysep3756, yyq3756, yy2arr3756 - const yyr3756 bool = false - yyq3756[4] = x.Controller != nil - var yynn3756 int - if yyr3756 || yy2arr3756 { + yysep3784 := !z.EncBinary() + yy2arr3784 := z.EncBasicHandle().StructToArray + var yyq3784 [5]bool + _, _, _ = yysep3784, yyq3784, yy2arr3784 + const yyr3784 bool = false + yyq3784[4] = x.Controller != nil + var yynn3784 int + if yyr3784 || yy2arr3784 { r.EncodeArrayStart(5) } else { - yynn3756 = 4 - for _, b := range yyq3756 { + yynn3784 = 4 + for _, b := range yyq3784 { if b { - yynn3756++ + yynn3784++ } } - r.EncodeMapStart(yynn3756) - yynn3756 = 0 + r.EncodeMapStart(yynn3784) + yynn3784 = 0 } - if yyr3756 || yy2arr3756 { + if yyr3784 || yy2arr3784 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3758 := z.EncBinary() - _ = yym3758 + yym3786 := z.EncBinary() + _ = yym3786 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47332,17 +47806,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3759 := z.EncBinary() - _ = yym3759 + yym3787 := z.EncBinary() + _ = yym3787 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } - if yyr3756 || yy2arr3756 { + if yyr3784 || yy2arr3784 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3761 := z.EncBinary() - _ = yym3761 + yym3789 := z.EncBinary() + _ = yym3789 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47351,17 +47825,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3762 := z.EncBinary() - _ = yym3762 + yym3790 := z.EncBinary() + _ = yym3790 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } - if yyr3756 || yy2arr3756 { + if yyr3784 || yy2arr3784 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3764 := z.EncBinary() - _ = yym3764 + yym3792 := z.EncBinary() + _ = yym3792 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -47370,17 +47844,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3765 := z.EncBinary() - _ = yym3765 + yym3793 := z.EncBinary() + _ = yym3793 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr3756 || yy2arr3756 { + if yyr3784 || yy2arr3784 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3767 := z.EncBinary() - _ = yym3767 + yym3795 := z.EncBinary() + _ = yym3795 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -47390,50 +47864,50 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3768 := z.EncBinary() - _ = yym3768 + yym3796 := z.EncBinary() + _ = yym3796 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { r.EncodeString(codecSelferC_UTF81234, string(x.UID)) } } - if yyr3756 || yy2arr3756 { + if yyr3784 || yy2arr3784 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3756[4] { + if yyq3784[4] { if x.Controller == nil { r.EncodeNil() } else { - yy3770 := *x.Controller - yym3771 := z.EncBinary() - _ = yym3771 + yy3798 := *x.Controller + yym3799 := z.EncBinary() + _ = yym3799 if false { } else { - r.EncodeBool(bool(yy3770)) + r.EncodeBool(bool(yy3798)) } } } else { r.EncodeNil() } } else { - if yyq3756[4] { + if yyq3784[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("controller")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Controller == nil { r.EncodeNil() } else { - yy3772 := *x.Controller - yym3773 := z.EncBinary() - _ = yym3773 + yy3800 := *x.Controller + yym3801 := z.EncBinary() + _ = yym3801 if false { } else { - r.EncodeBool(bool(yy3772)) + r.EncodeBool(bool(yy3800)) } } } } - if yyr3756 || yy2arr3756 { + if yyr3784 || yy2arr3784 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47446,25 +47920,25 @@ func (x *OwnerReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3774 := z.DecBinary() - _ = yym3774 + yym3802 := z.DecBinary() + _ = yym3802 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3775 := r.ContainerType() - if yyct3775 == codecSelferValueTypeMap1234 { - yyl3775 := r.ReadMapStart() - if yyl3775 == 0 { + yyct3803 := r.ContainerType() + if yyct3803 == codecSelferValueTypeMap1234 { + yyl3803 := r.ReadMapStart() + if yyl3803 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3775, d) + x.codecDecodeSelfFromMap(yyl3803, d) } - } else if yyct3775 == codecSelferValueTypeArray1234 { - yyl3775 := r.ReadArrayStart() - if yyl3775 == 0 { + } else if yyct3803 == codecSelferValueTypeArray1234 { + yyl3803 := r.ReadArrayStart() + if yyl3803 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3775, d) + x.codecDecodeSelfFromArray(yyl3803, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47476,12 +47950,12 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3776Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3776Slc - var yyhl3776 bool = l >= 0 - for yyj3776 := 0; ; yyj3776++ { - if yyhl3776 { - if yyj3776 >= l { + var yys3804Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3804Slc + var yyhl3804 bool = l >= 0 + for yyj3804 := 0; ; yyj3804++ { + if yyhl3804 { + if yyj3804 >= l { break } } else { @@ -47490,10 +47964,10 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3776Slc = r.DecodeBytes(yys3776Slc, true, true) - yys3776 := string(yys3776Slc) + yys3804Slc = r.DecodeBytes(yys3804Slc, true, true) + yys3804 := string(yys3804Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3776 { + switch yys3804 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -47527,17 +48001,17 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3782 := z.DecBinary() - _ = yym3782 + yym3810 := z.DecBinary() + _ = yym3810 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3776) - } // end switch yys3776 - } // end for yyj3776 + z.DecStructFieldNotFound(-1, yys3804) + } // end switch yys3804 + } // end for yyj3804 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47545,16 +48019,16 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3783 int - var yyb3783 bool - var yyhl3783 bool = l >= 0 - yyj3783++ - if yyhl3783 { - yyb3783 = yyj3783 > l + var yyj3811 int + var yyb3811 bool + var yyhl3811 bool = l >= 0 + yyj3811++ + if yyhl3811 { + yyb3811 = yyj3811 > l } else { - yyb3783 = r.CheckBreak() + yyb3811 = r.CheckBreak() } - if yyb3783 { + if yyb3811 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47564,13 +48038,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3783++ - if yyhl3783 { - yyb3783 = yyj3783 > l + yyj3811++ + if yyhl3811 { + yyb3811 = yyj3811 > l } else { - yyb3783 = r.CheckBreak() + yyb3811 = r.CheckBreak() } - if yyb3783 { + if yyb3811 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47580,13 +48054,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3783++ - if yyhl3783 { - yyb3783 = yyj3783 > l + yyj3811++ + if yyhl3811 { + yyb3811 = yyj3811 > l } else { - yyb3783 = r.CheckBreak() + yyb3811 = r.CheckBreak() } - if yyb3783 { + if yyb3811 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47596,13 +48070,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj3783++ - if yyhl3783 { - yyb3783 = yyj3783 > l + yyj3811++ + if yyhl3811 { + yyb3811 = yyj3811 > l } else { - yyb3783 = r.CheckBreak() + yyb3811 = r.CheckBreak() } - if yyb3783 { + if yyb3811 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47612,13 +48086,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3783++ - if yyhl3783 { - yyb3783 = yyj3783 > l + yyj3811++ + if yyhl3811 { + yyb3811 = yyj3811 > l } else { - yyb3783 = r.CheckBreak() + yyb3811 = r.CheckBreak() } - if yyb3783 { + if yyb3811 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47631,25 +48105,25 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3789 := z.DecBinary() - _ = yym3789 + yym3817 := z.DecBinary() + _ = yym3817 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } for { - yyj3783++ - if yyhl3783 { - yyb3783 = yyj3783 > l + yyj3811++ + if yyhl3811 { + yyb3811 = yyj3811 > l } else { - yyb3783 = r.CheckBreak() + yyb3811 = r.CheckBreak() } - if yyb3783 { + if yyb3811 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3783-1, "") + z.DecStructFieldNotFound(yyj3811-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47661,41 +48135,41 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3790 := z.EncBinary() - _ = yym3790 + yym3818 := z.EncBinary() + _ = yym3818 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3791 := !z.EncBinary() - yy2arr3791 := z.EncBasicHandle().StructToArray - var yyq3791 [7]bool - _, _, _ = yysep3791, yyq3791, yy2arr3791 - const yyr3791 bool = false - yyq3791[0] = x.Kind != "" - yyq3791[1] = x.Namespace != "" - yyq3791[2] = x.Name != "" - yyq3791[3] = x.UID != "" - yyq3791[4] = x.APIVersion != "" - yyq3791[5] = x.ResourceVersion != "" - yyq3791[6] = x.FieldPath != "" - var yynn3791 int - if yyr3791 || yy2arr3791 { + yysep3819 := !z.EncBinary() + yy2arr3819 := z.EncBasicHandle().StructToArray + var yyq3819 [7]bool + _, _, _ = yysep3819, yyq3819, yy2arr3819 + const yyr3819 bool = false + yyq3819[0] = x.Kind != "" + yyq3819[1] = x.Namespace != "" + yyq3819[2] = x.Name != "" + yyq3819[3] = x.UID != "" + yyq3819[4] = x.APIVersion != "" + yyq3819[5] = x.ResourceVersion != "" + yyq3819[6] = x.FieldPath != "" + var yynn3819 int + if yyr3819 || yy2arr3819 { r.EncodeArrayStart(7) } else { - yynn3791 = 0 - for _, b := range yyq3791 { + yynn3819 = 0 + for _, b := range yyq3819 { if b { - yynn3791++ + yynn3819++ } } - r.EncodeMapStart(yynn3791) - yynn3791 = 0 + r.EncodeMapStart(yynn3819) + yynn3819 = 0 } - if yyr3791 || yy2arr3791 { + if yyr3819 || yy2arr3819 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3791[0] { - yym3793 := z.EncBinary() - _ = yym3793 + if yyq3819[0] { + yym3821 := z.EncBinary() + _ = yym3821 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47704,23 +48178,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3791[0] { + if yyq3819[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3794 := z.EncBinary() - _ = yym3794 + yym3822 := z.EncBinary() + _ = yym3822 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3791 || yy2arr3791 { + if yyr3819 || yy2arr3819 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3791[1] { - yym3796 := z.EncBinary() - _ = yym3796 + if yyq3819[1] { + yym3824 := z.EncBinary() + _ = yym3824 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) @@ -47729,23 +48203,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3791[1] { + if yyq3819[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("namespace")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3797 := z.EncBinary() - _ = yym3797 + yym3825 := z.EncBinary() + _ = yym3825 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) } } } - if yyr3791 || yy2arr3791 { + if yyr3819 || yy2arr3819 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3791[2] { - yym3799 := z.EncBinary() - _ = yym3799 + if yyq3819[2] { + yym3827 := z.EncBinary() + _ = yym3827 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -47754,23 +48228,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3791[2] { + if yyq3819[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3800 := z.EncBinary() - _ = yym3800 + yym3828 := z.EncBinary() + _ = yym3828 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr3791 || yy2arr3791 { + if yyr3819 || yy2arr3819 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3791[3] { - yym3802 := z.EncBinary() - _ = yym3802 + if yyq3819[3] { + yym3830 := z.EncBinary() + _ = yym3830 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -47780,12 +48254,12 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3791[3] { + if yyq3819[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3803 := z.EncBinary() - _ = yym3803 + yym3831 := z.EncBinary() + _ = yym3831 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -47793,11 +48267,11 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3791 || yy2arr3791 { + if yyr3819 || yy2arr3819 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3791[4] { - yym3805 := z.EncBinary() - _ = yym3805 + if yyq3819[4] { + yym3833 := z.EncBinary() + _ = yym3833 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47806,23 +48280,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3791[4] { + if yyq3819[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3806 := z.EncBinary() - _ = yym3806 + yym3834 := z.EncBinary() + _ = yym3834 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3791 || yy2arr3791 { + if yyr3819 || yy2arr3819 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3791[5] { - yym3808 := z.EncBinary() - _ = yym3808 + if yyq3819[5] { + yym3836 := z.EncBinary() + _ = yym3836 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -47831,23 +48305,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3791[5] { + if yyq3819[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3809 := z.EncBinary() - _ = yym3809 + yym3837 := z.EncBinary() + _ = yym3837 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } } - if yyr3791 || yy2arr3791 { + if yyr3819 || yy2arr3819 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3791[6] { - yym3811 := z.EncBinary() - _ = yym3811 + if yyq3819[6] { + yym3839 := z.EncBinary() + _ = yym3839 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) @@ -47856,19 +48330,19 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3791[6] { + if yyq3819[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3812 := z.EncBinary() - _ = yym3812 + yym3840 := z.EncBinary() + _ = yym3840 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } } - if yyr3791 || yy2arr3791 { + if yyr3819 || yy2arr3819 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47881,25 +48355,25 @@ func (x *ObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3813 := z.DecBinary() - _ = yym3813 + yym3841 := z.DecBinary() + _ = yym3841 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3814 := r.ContainerType() - if yyct3814 == codecSelferValueTypeMap1234 { - yyl3814 := r.ReadMapStart() - if yyl3814 == 0 { + yyct3842 := r.ContainerType() + if yyct3842 == codecSelferValueTypeMap1234 { + yyl3842 := r.ReadMapStart() + if yyl3842 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3814, d) + x.codecDecodeSelfFromMap(yyl3842, d) } - } else if yyct3814 == codecSelferValueTypeArray1234 { - yyl3814 := r.ReadArrayStart() - if yyl3814 == 0 { + } else if yyct3842 == codecSelferValueTypeArray1234 { + yyl3842 := r.ReadArrayStart() + if yyl3842 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3814, d) + x.codecDecodeSelfFromArray(yyl3842, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47911,12 +48385,12 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3815Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3815Slc - var yyhl3815 bool = l >= 0 - for yyj3815 := 0; ; yyj3815++ { - if yyhl3815 { - if yyj3815 >= l { + var yys3843Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3843Slc + var yyhl3843 bool = l >= 0 + for yyj3843 := 0; ; yyj3843++ { + if yyhl3843 { + if yyj3843 >= l { break } } else { @@ -47925,10 +48399,10 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3815Slc = r.DecodeBytes(yys3815Slc, true, true) - yys3815 := string(yys3815Slc) + yys3843Slc = r.DecodeBytes(yys3843Slc, true, true) + yys3843 := string(yys3843Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3815 { + switch yys3843 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47972,9 +48446,9 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3815) - } // end switch yys3815 - } // end for yyj3815 + z.DecStructFieldNotFound(-1, yys3843) + } // end switch yys3843 + } // end for yyj3843 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47982,16 +48456,16 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3823 int - var yyb3823 bool - var yyhl3823 bool = l >= 0 - yyj3823++ - if yyhl3823 { - yyb3823 = yyj3823 > l + var yyj3851 int + var yyb3851 bool + var yyhl3851 bool = l >= 0 + yyj3851++ + if yyhl3851 { + yyb3851 = yyj3851 > l } else { - yyb3823 = r.CheckBreak() + yyb3851 = r.CheckBreak() } - if yyb3823 { + if yyb3851 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48001,13 +48475,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3823++ - if yyhl3823 { - yyb3823 = yyj3823 > l + yyj3851++ + if yyhl3851 { + yyb3851 = yyj3851 > l } else { - yyb3823 = r.CheckBreak() + yyb3851 = r.CheckBreak() } - if yyb3823 { + if yyb3851 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48017,13 +48491,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Namespace = string(r.DecodeString()) } - yyj3823++ - if yyhl3823 { - yyb3823 = yyj3823 > l + yyj3851++ + if yyhl3851 { + yyb3851 = yyj3851 > l } else { - yyb3823 = r.CheckBreak() + yyb3851 = r.CheckBreak() } - if yyb3823 { + if yyb3851 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48033,13 +48507,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj3823++ - if yyhl3823 { - yyb3823 = yyj3823 > l + yyj3851++ + if yyhl3851 { + yyb3851 = yyj3851 > l } else { - yyb3823 = r.CheckBreak() + yyb3851 = r.CheckBreak() } - if yyb3823 { + if yyb3851 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48049,13 +48523,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3823++ - if yyhl3823 { - yyb3823 = yyj3823 > l + yyj3851++ + if yyhl3851 { + yyb3851 = yyj3851 > l } else { - yyb3823 = r.CheckBreak() + yyb3851 = r.CheckBreak() } - if yyb3823 { + if yyb3851 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48065,13 +48539,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3823++ - if yyhl3823 { - yyb3823 = yyj3823 > l + yyj3851++ + if yyhl3851 { + yyb3851 = yyj3851 > l } else { - yyb3823 = r.CheckBreak() + yyb3851 = r.CheckBreak() } - if yyb3823 { + if yyb3851 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48081,13 +48555,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3823++ - if yyhl3823 { - yyb3823 = yyj3823 > l + yyj3851++ + if yyhl3851 { + yyb3851 = yyj3851 > l } else { - yyb3823 = r.CheckBreak() + yyb3851 = r.CheckBreak() } - if yyb3823 { + if yyb3851 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48098,17 +48572,17 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.FieldPath = string(r.DecodeString()) } for { - yyj3823++ - if yyhl3823 { - yyb3823 = yyj3823 > l + yyj3851++ + if yyhl3851 { + yyb3851 = yyj3851 > l } else { - yyb3823 = r.CheckBreak() + yyb3851 = r.CheckBreak() } - if yyb3823 { + if yyb3851 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3823-1, "") + z.DecStructFieldNotFound(yyj3851-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48120,35 +48594,35 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3831 := z.EncBinary() - _ = yym3831 + yym3859 := z.EncBinary() + _ = yym3859 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3832 := !z.EncBinary() - yy2arr3832 := z.EncBasicHandle().StructToArray - var yyq3832 [1]bool - _, _, _ = yysep3832, yyq3832, yy2arr3832 - const yyr3832 bool = false - yyq3832[0] = x.Name != "" - var yynn3832 int - if yyr3832 || yy2arr3832 { + yysep3860 := !z.EncBinary() + yy2arr3860 := z.EncBasicHandle().StructToArray + var yyq3860 [1]bool + _, _, _ = yysep3860, yyq3860, yy2arr3860 + const yyr3860 bool = false + yyq3860[0] = x.Name != "" + var yynn3860 int + if yyr3860 || yy2arr3860 { r.EncodeArrayStart(1) } else { - yynn3832 = 0 - for _, b := range yyq3832 { + yynn3860 = 0 + for _, b := range yyq3860 { if b { - yynn3832++ + yynn3860++ } } - r.EncodeMapStart(yynn3832) - yynn3832 = 0 + r.EncodeMapStart(yynn3860) + yynn3860 = 0 } - if yyr3832 || yy2arr3832 { + if yyr3860 || yy2arr3860 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3832[0] { - yym3834 := z.EncBinary() - _ = yym3834 + if yyq3860[0] { + yym3862 := z.EncBinary() + _ = yym3862 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -48157,19 +48631,19 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3832[0] { + if yyq3860[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3835 := z.EncBinary() - _ = yym3835 + yym3863 := z.EncBinary() + _ = yym3863 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr3832 || yy2arr3832 { + if yyr3860 || yy2arr3860 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48182,25 +48656,25 @@ func (x *LocalObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3836 := z.DecBinary() - _ = yym3836 + yym3864 := z.DecBinary() + _ = yym3864 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3837 := r.ContainerType() - if yyct3837 == codecSelferValueTypeMap1234 { - yyl3837 := r.ReadMapStart() - if yyl3837 == 0 { + yyct3865 := r.ContainerType() + if yyct3865 == codecSelferValueTypeMap1234 { + yyl3865 := r.ReadMapStart() + if yyl3865 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3837, d) + x.codecDecodeSelfFromMap(yyl3865, d) } - } else if yyct3837 == codecSelferValueTypeArray1234 { - yyl3837 := r.ReadArrayStart() - if yyl3837 == 0 { + } else if yyct3865 == codecSelferValueTypeArray1234 { + yyl3865 := r.ReadArrayStart() + if yyl3865 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3837, d) + x.codecDecodeSelfFromArray(yyl3865, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48212,12 +48686,12 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3838Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3838Slc - var yyhl3838 bool = l >= 0 - for yyj3838 := 0; ; yyj3838++ { - if yyhl3838 { - if yyj3838 >= l { + var yys3866Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3866Slc + var yyhl3866 bool = l >= 0 + for yyj3866 := 0; ; yyj3866++ { + if yyhl3866 { + if yyj3866 >= l { break } } else { @@ -48226,10 +48700,10 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3838Slc = r.DecodeBytes(yys3838Slc, true, true) - yys3838 := string(yys3838Slc) + yys3866Slc = r.DecodeBytes(yys3866Slc, true, true) + yys3866 := string(yys3866Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3838 { + switch yys3866 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -48237,9 +48711,9 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Name = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3838) - } // end switch yys3838 - } // end for yyj3838 + z.DecStructFieldNotFound(-1, yys3866) + } // end switch yys3866 + } // end for yyj3866 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48247,16 +48721,16 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3840 int - var yyb3840 bool - var yyhl3840 bool = l >= 0 - yyj3840++ - if yyhl3840 { - yyb3840 = yyj3840 > l + var yyj3868 int + var yyb3868 bool + var yyhl3868 bool = l >= 0 + yyj3868++ + if yyhl3868 { + yyb3868 = yyj3868 > l } else { - yyb3840 = r.CheckBreak() + yyb3868 = r.CheckBreak() } - if yyb3840 { + if yyb3868 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48267,17 +48741,17 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Name = string(r.DecodeString()) } for { - yyj3840++ - if yyhl3840 { - yyb3840 = yyj3840 > l + yyj3868++ + if yyhl3868 { + yyb3868 = yyj3868 > l } else { - yyb3840 = r.CheckBreak() + yyb3868 = r.CheckBreak() } - if yyb3840 { + if yyb3868 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3840-1, "") + z.DecStructFieldNotFound(yyj3868-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48289,37 +48763,37 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3842 := z.EncBinary() - _ = yym3842 + yym3870 := z.EncBinary() + _ = yym3870 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3843 := !z.EncBinary() - yy2arr3843 := z.EncBasicHandle().StructToArray - var yyq3843 [3]bool - _, _, _ = yysep3843, yyq3843, yy2arr3843 - const yyr3843 bool = false - yyq3843[0] = x.Kind != "" - yyq3843[1] = x.APIVersion != "" - yyq3843[2] = true - var yynn3843 int - if yyr3843 || yy2arr3843 { + yysep3871 := !z.EncBinary() + yy2arr3871 := z.EncBasicHandle().StructToArray + var yyq3871 [3]bool + _, _, _ = yysep3871, yyq3871, yy2arr3871 + const yyr3871 bool = false + yyq3871[0] = x.Kind != "" + yyq3871[1] = x.APIVersion != "" + yyq3871[2] = true + var yynn3871 int + if yyr3871 || yy2arr3871 { r.EncodeArrayStart(3) } else { - yynn3843 = 0 - for _, b := range yyq3843 { + yynn3871 = 0 + for _, b := range yyq3871 { if b { - yynn3843++ + yynn3871++ } } - r.EncodeMapStart(yynn3843) - yynn3843 = 0 + r.EncodeMapStart(yynn3871) + yynn3871 = 0 } - if yyr3843 || yy2arr3843 { + if yyr3871 || yy2arr3871 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3843[0] { - yym3845 := z.EncBinary() - _ = yym3845 + if yyq3871[0] { + yym3873 := z.EncBinary() + _ = yym3873 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48328,23 +48802,23 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3843[0] { + if yyq3871[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3846 := z.EncBinary() - _ = yym3846 + yym3874 := z.EncBinary() + _ = yym3874 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3843 || yy2arr3843 { + if yyr3871 || yy2arr3871 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3843[1] { - yym3848 := z.EncBinary() - _ = yym3848 + if yyq3871[1] { + yym3876 := z.EncBinary() + _ = yym3876 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -48353,36 +48827,36 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3843[1] { + if yyq3871[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3849 := z.EncBinary() - _ = yym3849 + yym3877 := z.EncBinary() + _ = yym3877 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3843 || yy2arr3843 { + if yyr3871 || yy2arr3871 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3843[2] { - yy3851 := &x.Reference - yy3851.CodecEncodeSelf(e) + if yyq3871[2] { + yy3879 := &x.Reference + yy3879.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3843[2] { + if yyq3871[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reference")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3852 := &x.Reference - yy3852.CodecEncodeSelf(e) + yy3880 := &x.Reference + yy3880.CodecEncodeSelf(e) } } - if yyr3843 || yy2arr3843 { + if yyr3871 || yy2arr3871 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48395,25 +48869,25 @@ func (x *SerializedReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3853 := z.DecBinary() - _ = yym3853 + yym3881 := z.DecBinary() + _ = yym3881 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3854 := r.ContainerType() - if yyct3854 == codecSelferValueTypeMap1234 { - yyl3854 := r.ReadMapStart() - if yyl3854 == 0 { + yyct3882 := r.ContainerType() + if yyct3882 == codecSelferValueTypeMap1234 { + yyl3882 := r.ReadMapStart() + if yyl3882 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3854, d) + x.codecDecodeSelfFromMap(yyl3882, d) } - } else if yyct3854 == codecSelferValueTypeArray1234 { - yyl3854 := r.ReadArrayStart() - if yyl3854 == 0 { + } else if yyct3882 == codecSelferValueTypeArray1234 { + yyl3882 := r.ReadArrayStart() + if yyl3882 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3854, d) + x.codecDecodeSelfFromArray(yyl3882, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48425,12 +48899,12 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3855Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3855Slc - var yyhl3855 bool = l >= 0 - for yyj3855 := 0; ; yyj3855++ { - if yyhl3855 { - if yyj3855 >= l { + var yys3883Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3883Slc + var yyhl3883 bool = l >= 0 + for yyj3883 := 0; ; yyj3883++ { + if yyhl3883 { + if yyj3883 >= l { break } } else { @@ -48439,10 +48913,10 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3855Slc = r.DecodeBytes(yys3855Slc, true, true) - yys3855 := string(yys3855Slc) + yys3883Slc = r.DecodeBytes(yys3883Slc, true, true) + yys3883 := string(yys3883Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3855 { + switch yys3883 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -48459,13 +48933,13 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3858 := &x.Reference - yyv3858.CodecDecodeSelf(d) + yyv3886 := &x.Reference + yyv3886.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3855) - } // end switch yys3855 - } // end for yyj3855 + z.DecStructFieldNotFound(-1, yys3883) + } // end switch yys3883 + } // end for yyj3883 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48473,16 +48947,16 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3859 int - var yyb3859 bool - var yyhl3859 bool = l >= 0 - yyj3859++ - if yyhl3859 { - yyb3859 = yyj3859 > l + var yyj3887 int + var yyb3887 bool + var yyhl3887 bool = l >= 0 + yyj3887++ + if yyhl3887 { + yyb3887 = yyj3887 > l } else { - yyb3859 = r.CheckBreak() + yyb3887 = r.CheckBreak() } - if yyb3859 { + if yyb3887 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48492,13 +48966,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3859++ - if yyhl3859 { - yyb3859 = yyj3859 > l + yyj3887++ + if yyhl3887 { + yyb3887 = yyj3887 > l } else { - yyb3859 = r.CheckBreak() + yyb3887 = r.CheckBreak() } - if yyb3859 { + if yyb3887 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48508,13 +48982,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3859++ - if yyhl3859 { - yyb3859 = yyj3859 > l + yyj3887++ + if yyhl3887 { + yyb3887 = yyj3887 > l } else { - yyb3859 = r.CheckBreak() + yyb3887 = r.CheckBreak() } - if yyb3859 { + if yyb3887 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48522,21 +48996,21 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3862 := &x.Reference - yyv3862.CodecDecodeSelf(d) + yyv3890 := &x.Reference + yyv3890.CodecDecodeSelf(d) } for { - yyj3859++ - if yyhl3859 { - yyb3859 = yyj3859 > l + yyj3887++ + if yyhl3887 { + yyb3887 = yyj3887 > l } else { - yyb3859 = r.CheckBreak() + yyb3887 = r.CheckBreak() } - if yyb3859 { + if yyb3887 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3859-1, "") + z.DecStructFieldNotFound(yyj3887-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48548,36 +49022,36 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3863 := z.EncBinary() - _ = yym3863 + yym3891 := z.EncBinary() + _ = yym3891 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3864 := !z.EncBinary() - yy2arr3864 := z.EncBasicHandle().StructToArray - var yyq3864 [2]bool - _, _, _ = yysep3864, yyq3864, yy2arr3864 - const yyr3864 bool = false - yyq3864[0] = x.Component != "" - yyq3864[1] = x.Host != "" - var yynn3864 int - if yyr3864 || yy2arr3864 { + yysep3892 := !z.EncBinary() + yy2arr3892 := z.EncBasicHandle().StructToArray + var yyq3892 [2]bool + _, _, _ = yysep3892, yyq3892, yy2arr3892 + const yyr3892 bool = false + yyq3892[0] = x.Component != "" + yyq3892[1] = x.Host != "" + var yynn3892 int + if yyr3892 || yy2arr3892 { r.EncodeArrayStart(2) } else { - yynn3864 = 0 - for _, b := range yyq3864 { + yynn3892 = 0 + for _, b := range yyq3892 { if b { - yynn3864++ + yynn3892++ } } - r.EncodeMapStart(yynn3864) - yynn3864 = 0 + r.EncodeMapStart(yynn3892) + yynn3892 = 0 } - if yyr3864 || yy2arr3864 { + if yyr3892 || yy2arr3892 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3864[0] { - yym3866 := z.EncBinary() - _ = yym3866 + if yyq3892[0] { + yym3894 := z.EncBinary() + _ = yym3894 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) @@ -48586,23 +49060,23 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3864[0] { + if yyq3892[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("component")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3867 := z.EncBinary() - _ = yym3867 + yym3895 := z.EncBinary() + _ = yym3895 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) } } } - if yyr3864 || yy2arr3864 { + if yyr3892 || yy2arr3892 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3864[1] { - yym3869 := z.EncBinary() - _ = yym3869 + if yyq3892[1] { + yym3897 := z.EncBinary() + _ = yym3897 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -48611,19 +49085,19 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3864[1] { + if yyq3892[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3870 := z.EncBinary() - _ = yym3870 + yym3898 := z.EncBinary() + _ = yym3898 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr3864 || yy2arr3864 { + if yyr3892 || yy2arr3892 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48636,25 +49110,25 @@ func (x *EventSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3871 := z.DecBinary() - _ = yym3871 + yym3899 := z.DecBinary() + _ = yym3899 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3872 := r.ContainerType() - if yyct3872 == codecSelferValueTypeMap1234 { - yyl3872 := r.ReadMapStart() - if yyl3872 == 0 { + yyct3900 := r.ContainerType() + if yyct3900 == codecSelferValueTypeMap1234 { + yyl3900 := r.ReadMapStart() + if yyl3900 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3872, d) + x.codecDecodeSelfFromMap(yyl3900, d) } - } else if yyct3872 == codecSelferValueTypeArray1234 { - yyl3872 := r.ReadArrayStart() - if yyl3872 == 0 { + } else if yyct3900 == codecSelferValueTypeArray1234 { + yyl3900 := r.ReadArrayStart() + if yyl3900 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3872, d) + x.codecDecodeSelfFromArray(yyl3900, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48666,12 +49140,12 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3873Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3873Slc - var yyhl3873 bool = l >= 0 - for yyj3873 := 0; ; yyj3873++ { - if yyhl3873 { - if yyj3873 >= l { + var yys3901Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3901Slc + var yyhl3901 bool = l >= 0 + for yyj3901 := 0; ; yyj3901++ { + if yyhl3901 { + if yyj3901 >= l { break } } else { @@ -48680,10 +49154,10 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3873Slc = r.DecodeBytes(yys3873Slc, true, true) - yys3873 := string(yys3873Slc) + yys3901Slc = r.DecodeBytes(yys3901Slc, true, true) + yys3901 := string(yys3901Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3873 { + switch yys3901 { case "component": if r.TryDecodeAsNil() { x.Component = "" @@ -48697,9 +49171,9 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3873) - } // end switch yys3873 - } // end for yyj3873 + z.DecStructFieldNotFound(-1, yys3901) + } // end switch yys3901 + } // end for yyj3901 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48707,16 +49181,16 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3876 int - var yyb3876 bool - var yyhl3876 bool = l >= 0 - yyj3876++ - if yyhl3876 { - yyb3876 = yyj3876 > l + var yyj3904 int + var yyb3904 bool + var yyhl3904 bool = l >= 0 + yyj3904++ + if yyhl3904 { + yyb3904 = yyj3904 > l } else { - yyb3876 = r.CheckBreak() + yyb3904 = r.CheckBreak() } - if yyb3876 { + if yyb3904 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48726,13 +49200,13 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Component = string(r.DecodeString()) } - yyj3876++ - if yyhl3876 { - yyb3876 = yyj3876 > l + yyj3904++ + if yyhl3904 { + yyb3904 = yyj3904 > l } else { - yyb3876 = r.CheckBreak() + yyb3904 = r.CheckBreak() } - if yyb3876 { + if yyb3904 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48743,17 +49217,17 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } for { - yyj3876++ - if yyhl3876 { - yyb3876 = yyj3876 > l + yyj3904++ + if yyhl3904 { + yyb3904 = yyj3904 > l } else { - yyb3876 = r.CheckBreak() + yyb3904 = r.CheckBreak() } - if yyb3876 { + if yyb3904 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3876-1, "") + z.DecStructFieldNotFound(yyj3904-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48765,43 +49239,43 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3879 := z.EncBinary() - _ = yym3879 + yym3907 := z.EncBinary() + _ = yym3907 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3880 := !z.EncBinary() - yy2arr3880 := z.EncBasicHandle().StructToArray - var yyq3880 [11]bool - _, _, _ = yysep3880, yyq3880, yy2arr3880 - const yyr3880 bool = false - yyq3880[0] = x.Kind != "" - yyq3880[1] = x.APIVersion != "" - yyq3880[4] = x.Reason != "" - yyq3880[5] = x.Message != "" - yyq3880[6] = true - yyq3880[7] = true - yyq3880[8] = true - yyq3880[9] = x.Count != 0 - yyq3880[10] = x.Type != "" - var yynn3880 int - if yyr3880 || yy2arr3880 { + yysep3908 := !z.EncBinary() + yy2arr3908 := z.EncBasicHandle().StructToArray + var yyq3908 [11]bool + _, _, _ = yysep3908, yyq3908, yy2arr3908 + const yyr3908 bool = false + yyq3908[0] = x.Kind != "" + yyq3908[1] = x.APIVersion != "" + yyq3908[4] = x.Reason != "" + yyq3908[5] = x.Message != "" + yyq3908[6] = true + yyq3908[7] = true + yyq3908[8] = true + yyq3908[9] = x.Count != 0 + yyq3908[10] = x.Type != "" + var yynn3908 int + if yyr3908 || yy2arr3908 { r.EncodeArrayStart(11) } else { - yynn3880 = 2 - for _, b := range yyq3880 { + yynn3908 = 2 + for _, b := range yyq3908 { if b { - yynn3880++ + yynn3908++ } } - r.EncodeMapStart(yynn3880) - yynn3880 = 0 + r.EncodeMapStart(yynn3908) + yynn3908 = 0 } - if yyr3880 || yy2arr3880 { + if yyr3908 || yy2arr3908 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3880[0] { - yym3882 := z.EncBinary() - _ = yym3882 + if yyq3908[0] { + yym3910 := z.EncBinary() + _ = yym3910 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48810,23 +49284,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3880[0] { + if yyq3908[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3883 := z.EncBinary() - _ = yym3883 + yym3911 := z.EncBinary() + _ = yym3911 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3880 || yy2arr3880 { + if yyr3908 || yy2arr3908 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3880[1] { - yym3885 := z.EncBinary() - _ = yym3885 + if yyq3908[1] { + yym3913 := z.EncBinary() + _ = yym3913 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -48835,45 +49309,45 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3880[1] { + if yyq3908[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3886 := z.EncBinary() - _ = yym3886 + yym3914 := z.EncBinary() + _ = yym3914 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3880 || yy2arr3880 { + if yyr3908 || yy2arr3908 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3888 := &x.ObjectMeta - yy3888.CodecEncodeSelf(e) + yy3916 := &x.ObjectMeta + yy3916.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3889 := &x.ObjectMeta - yy3889.CodecEncodeSelf(e) + yy3917 := &x.ObjectMeta + yy3917.CodecEncodeSelf(e) } - if yyr3880 || yy2arr3880 { + if yyr3908 || yy2arr3908 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3891 := &x.InvolvedObject - yy3891.CodecEncodeSelf(e) + yy3919 := &x.InvolvedObject + yy3919.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3892 := &x.InvolvedObject - yy3892.CodecEncodeSelf(e) + yy3920 := &x.InvolvedObject + yy3920.CodecEncodeSelf(e) } - if yyr3880 || yy2arr3880 { + if yyr3908 || yy2arr3908 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3880[4] { - yym3894 := z.EncBinary() - _ = yym3894 + if yyq3908[4] { + yym3922 := z.EncBinary() + _ = yym3922 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -48882,23 +49356,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3880[4] { + if yyq3908[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3895 := z.EncBinary() - _ = yym3895 + yym3923 := z.EncBinary() + _ = yym3923 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3880 || yy2arr3880 { + if yyr3908 || yy2arr3908 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3880[5] { - yym3897 := z.EncBinary() - _ = yym3897 + if yyq3908[5] { + yym3925 := z.EncBinary() + _ = yym3925 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -48907,114 +49381,114 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3880[5] { + if yyq3908[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3898 := z.EncBinary() - _ = yym3898 + yym3926 := z.EncBinary() + _ = yym3926 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3880 || yy2arr3880 { + if yyr3908 || yy2arr3908 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3880[6] { - yy3900 := &x.Source - yy3900.CodecEncodeSelf(e) + if yyq3908[6] { + yy3928 := &x.Source + yy3928.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3880[6] { + if yyq3908[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("source")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3901 := &x.Source - yy3901.CodecEncodeSelf(e) + yy3929 := &x.Source + yy3929.CodecEncodeSelf(e) } } - if yyr3880 || yy2arr3880 { + if yyr3908 || yy2arr3908 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3880[7] { - yy3903 := &x.FirstTimestamp - yym3904 := z.EncBinary() - _ = yym3904 + if yyq3908[7] { + yy3931 := &x.FirstTimestamp + yym3932 := z.EncBinary() + _ = yym3932 if false { - } else if z.HasExtensions() && z.EncExt(yy3903) { - } else if yym3904 { - z.EncBinaryMarshal(yy3903) - } else if !yym3904 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3903) + } else if z.HasExtensions() && z.EncExt(yy3931) { + } else if yym3932 { + z.EncBinaryMarshal(yy3931) + } else if !yym3932 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3931) } else { - z.EncFallback(yy3903) + z.EncFallback(yy3931) } } else { r.EncodeNil() } } else { - if yyq3880[7] { + if yyq3908[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("firstTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3905 := &x.FirstTimestamp - yym3906 := z.EncBinary() - _ = yym3906 + yy3933 := &x.FirstTimestamp + yym3934 := z.EncBinary() + _ = yym3934 if false { - } else if z.HasExtensions() && z.EncExt(yy3905) { - } else if yym3906 { - z.EncBinaryMarshal(yy3905) - } else if !yym3906 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3905) + } else if z.HasExtensions() && z.EncExt(yy3933) { + } else if yym3934 { + z.EncBinaryMarshal(yy3933) + } else if !yym3934 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3933) } else { - z.EncFallback(yy3905) + z.EncFallback(yy3933) } } } - if yyr3880 || yy2arr3880 { + if yyr3908 || yy2arr3908 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3880[8] { - yy3908 := &x.LastTimestamp - yym3909 := z.EncBinary() - _ = yym3909 + if yyq3908[8] { + yy3936 := &x.LastTimestamp + yym3937 := z.EncBinary() + _ = yym3937 if false { - } else if z.HasExtensions() && z.EncExt(yy3908) { - } else if yym3909 { - z.EncBinaryMarshal(yy3908) - } else if !yym3909 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3908) + } else if z.HasExtensions() && z.EncExt(yy3936) { + } else if yym3937 { + z.EncBinaryMarshal(yy3936) + } else if !yym3937 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3936) } else { - z.EncFallback(yy3908) + z.EncFallback(yy3936) } } else { r.EncodeNil() } } else { - if yyq3880[8] { + if yyq3908[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3910 := &x.LastTimestamp - yym3911 := z.EncBinary() - _ = yym3911 + yy3938 := &x.LastTimestamp + yym3939 := z.EncBinary() + _ = yym3939 if false { - } else if z.HasExtensions() && z.EncExt(yy3910) { - } else if yym3911 { - z.EncBinaryMarshal(yy3910) - } else if !yym3911 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3910) + } else if z.HasExtensions() && z.EncExt(yy3938) { + } else if yym3939 { + z.EncBinaryMarshal(yy3938) + } else if !yym3939 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3938) } else { - z.EncFallback(yy3910) + z.EncFallback(yy3938) } } } - if yyr3880 || yy2arr3880 { + if yyr3908 || yy2arr3908 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3880[9] { - yym3913 := z.EncBinary() - _ = yym3913 + if yyq3908[9] { + yym3941 := z.EncBinary() + _ = yym3941 if false { } else { r.EncodeInt(int64(x.Count)) @@ -49023,23 +49497,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3880[9] { + if yyq3908[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("count")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3914 := z.EncBinary() - _ = yym3914 + yym3942 := z.EncBinary() + _ = yym3942 if false { } else { r.EncodeInt(int64(x.Count)) } } } - if yyr3880 || yy2arr3880 { + if yyr3908 || yy2arr3908 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3880[10] { - yym3916 := z.EncBinary() - _ = yym3916 + if yyq3908[10] { + yym3944 := z.EncBinary() + _ = yym3944 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -49048,19 +49522,19 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3880[10] { + if yyq3908[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3917 := z.EncBinary() - _ = yym3917 + yym3945 := z.EncBinary() + _ = yym3945 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr3880 || yy2arr3880 { + if yyr3908 || yy2arr3908 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49073,25 +49547,25 @@ func (x *Event) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3918 := z.DecBinary() - _ = yym3918 + yym3946 := z.DecBinary() + _ = yym3946 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3919 := r.ContainerType() - if yyct3919 == codecSelferValueTypeMap1234 { - yyl3919 := r.ReadMapStart() - if yyl3919 == 0 { + yyct3947 := r.ContainerType() + if yyct3947 == codecSelferValueTypeMap1234 { + yyl3947 := r.ReadMapStart() + if yyl3947 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3919, d) + x.codecDecodeSelfFromMap(yyl3947, d) } - } else if yyct3919 == codecSelferValueTypeArray1234 { - yyl3919 := r.ReadArrayStart() - if yyl3919 == 0 { + } else if yyct3947 == codecSelferValueTypeArray1234 { + yyl3947 := r.ReadArrayStart() + if yyl3947 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3919, d) + x.codecDecodeSelfFromArray(yyl3947, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49103,12 +49577,12 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3920Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3920Slc - var yyhl3920 bool = l >= 0 - for yyj3920 := 0; ; yyj3920++ { - if yyhl3920 { - if yyj3920 >= l { + var yys3948Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3948Slc + var yyhl3948 bool = l >= 0 + for yyj3948 := 0; ; yyj3948++ { + if yyhl3948 { + if yyj3948 >= l { break } } else { @@ -49117,10 +49591,10 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3920Slc = r.DecodeBytes(yys3920Slc, true, true) - yys3920 := string(yys3920Slc) + yys3948Slc = r.DecodeBytes(yys3948Slc, true, true) + yys3948 := string(yys3948Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3920 { + switch yys3948 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49137,15 +49611,15 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3923 := &x.ObjectMeta - yyv3923.CodecDecodeSelf(d) + yyv3951 := &x.ObjectMeta + yyv3951.CodecDecodeSelf(d) } case "involvedObject": if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3924 := &x.InvolvedObject - yyv3924.CodecDecodeSelf(d) + yyv3952 := &x.InvolvedObject + yyv3952.CodecDecodeSelf(d) } case "reason": if r.TryDecodeAsNil() { @@ -49163,41 +49637,41 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3927 := &x.Source - yyv3927.CodecDecodeSelf(d) + yyv3955 := &x.Source + yyv3955.CodecDecodeSelf(d) } case "firstTimestamp": if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3928 := &x.FirstTimestamp - yym3929 := z.DecBinary() - _ = yym3929 + yyv3956 := &x.FirstTimestamp + yym3957 := z.DecBinary() + _ = yym3957 if false { - } else if z.HasExtensions() && z.DecExt(yyv3928) { - } else if yym3929 { - z.DecBinaryUnmarshal(yyv3928) - } else if !yym3929 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3928) + } else if z.HasExtensions() && z.DecExt(yyv3956) { + } else if yym3957 { + z.DecBinaryUnmarshal(yyv3956) + } else if !yym3957 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3956) } else { - z.DecFallback(yyv3928, false) + z.DecFallback(yyv3956, false) } } case "lastTimestamp": if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3930 := &x.LastTimestamp - yym3931 := z.DecBinary() - _ = yym3931 + yyv3958 := &x.LastTimestamp + yym3959 := z.DecBinary() + _ = yym3959 if false { - } else if z.HasExtensions() && z.DecExt(yyv3930) { - } else if yym3931 { - z.DecBinaryUnmarshal(yyv3930) - } else if !yym3931 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3930) + } else if z.HasExtensions() && z.DecExt(yyv3958) { + } else if yym3959 { + z.DecBinaryUnmarshal(yyv3958) + } else if !yym3959 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3958) } else { - z.DecFallback(yyv3930, false) + z.DecFallback(yyv3958, false) } } case "count": @@ -49213,9 +49687,9 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3920) - } // end switch yys3920 - } // end for yyj3920 + z.DecStructFieldNotFound(-1, yys3948) + } // end switch yys3948 + } // end for yyj3948 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49223,16 +49697,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3934 int - var yyb3934 bool - var yyhl3934 bool = l >= 0 - yyj3934++ - if yyhl3934 { - yyb3934 = yyj3934 > l + var yyj3962 int + var yyb3962 bool + var yyhl3962 bool = l >= 0 + yyj3962++ + if yyhl3962 { + yyb3962 = yyj3962 > l } else { - yyb3934 = r.CheckBreak() + yyb3962 = r.CheckBreak() } - if yyb3934 { + if yyb3962 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49242,13 +49716,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3934++ - if yyhl3934 { - yyb3934 = yyj3934 > l + yyj3962++ + if yyhl3962 { + yyb3962 = yyj3962 > l } else { - yyb3934 = r.CheckBreak() + yyb3962 = r.CheckBreak() } - if yyb3934 { + if yyb3962 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49258,13 +49732,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3934++ - if yyhl3934 { - yyb3934 = yyj3934 > l + yyj3962++ + if yyhl3962 { + yyb3962 = yyj3962 > l } else { - yyb3934 = r.CheckBreak() + yyb3962 = r.CheckBreak() } - if yyb3934 { + if yyb3962 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49272,16 +49746,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3937 := &x.ObjectMeta - yyv3937.CodecDecodeSelf(d) + yyv3965 := &x.ObjectMeta + yyv3965.CodecDecodeSelf(d) } - yyj3934++ - if yyhl3934 { - yyb3934 = yyj3934 > l + yyj3962++ + if yyhl3962 { + yyb3962 = yyj3962 > l } else { - yyb3934 = r.CheckBreak() + yyb3962 = r.CheckBreak() } - if yyb3934 { + if yyb3962 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49289,16 +49763,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3938 := &x.InvolvedObject - yyv3938.CodecDecodeSelf(d) + yyv3966 := &x.InvolvedObject + yyv3966.CodecDecodeSelf(d) } - yyj3934++ - if yyhl3934 { - yyb3934 = yyj3934 > l + yyj3962++ + if yyhl3962 { + yyb3962 = yyj3962 > l } else { - yyb3934 = r.CheckBreak() + yyb3962 = r.CheckBreak() } - if yyb3934 { + if yyb3962 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49308,13 +49782,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3934++ - if yyhl3934 { - yyb3934 = yyj3934 > l + yyj3962++ + if yyhl3962 { + yyb3962 = yyj3962 > l } else { - yyb3934 = r.CheckBreak() + yyb3962 = r.CheckBreak() } - if yyb3934 { + if yyb3962 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49324,13 +49798,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj3934++ - if yyhl3934 { - yyb3934 = yyj3934 > l + yyj3962++ + if yyhl3962 { + yyb3962 = yyj3962 > l } else { - yyb3934 = r.CheckBreak() + yyb3962 = r.CheckBreak() } - if yyb3934 { + if yyb3962 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49338,16 +49812,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3941 := &x.Source - yyv3941.CodecDecodeSelf(d) + yyv3969 := &x.Source + yyv3969.CodecDecodeSelf(d) } - yyj3934++ - if yyhl3934 { - yyb3934 = yyj3934 > l + yyj3962++ + if yyhl3962 { + yyb3962 = yyj3962 > l } else { - yyb3934 = r.CheckBreak() + yyb3962 = r.CheckBreak() } - if yyb3934 { + if yyb3962 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49355,26 +49829,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3942 := &x.FirstTimestamp - yym3943 := z.DecBinary() - _ = yym3943 + yyv3970 := &x.FirstTimestamp + yym3971 := z.DecBinary() + _ = yym3971 if false { - } else if z.HasExtensions() && z.DecExt(yyv3942) { - } else if yym3943 { - z.DecBinaryUnmarshal(yyv3942) - } else if !yym3943 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3942) + } else if z.HasExtensions() && z.DecExt(yyv3970) { + } else if yym3971 { + z.DecBinaryUnmarshal(yyv3970) + } else if !yym3971 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3970) } else { - z.DecFallback(yyv3942, false) + z.DecFallback(yyv3970, false) } } - yyj3934++ - if yyhl3934 { - yyb3934 = yyj3934 > l + yyj3962++ + if yyhl3962 { + yyb3962 = yyj3962 > l } else { - yyb3934 = r.CheckBreak() + yyb3962 = r.CheckBreak() } - if yyb3934 { + if yyb3962 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49382,26 +49856,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3944 := &x.LastTimestamp - yym3945 := z.DecBinary() - _ = yym3945 + yyv3972 := &x.LastTimestamp + yym3973 := z.DecBinary() + _ = yym3973 if false { - } else if z.HasExtensions() && z.DecExt(yyv3944) { - } else if yym3945 { - z.DecBinaryUnmarshal(yyv3944) - } else if !yym3945 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3944) + } else if z.HasExtensions() && z.DecExt(yyv3972) { + } else if yym3973 { + z.DecBinaryUnmarshal(yyv3972) + } else if !yym3973 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3972) } else { - z.DecFallback(yyv3944, false) + z.DecFallback(yyv3972, false) } } - yyj3934++ - if yyhl3934 { - yyb3934 = yyj3934 > l + yyj3962++ + if yyhl3962 { + yyb3962 = yyj3962 > l } else { - yyb3934 = r.CheckBreak() + yyb3962 = r.CheckBreak() } - if yyb3934 { + if yyb3962 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49411,13 +49885,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Count = int32(r.DecodeInt(32)) } - yyj3934++ - if yyhl3934 { - yyb3934 = yyj3934 > l + yyj3962++ + if yyhl3962 { + yyb3962 = yyj3962 > l } else { - yyb3934 = r.CheckBreak() + yyb3962 = r.CheckBreak() } - if yyb3934 { + if yyb3962 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49428,17 +49902,17 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } for { - yyj3934++ - if yyhl3934 { - yyb3934 = yyj3934 > l + yyj3962++ + if yyhl3962 { + yyb3962 = yyj3962 > l } else { - yyb3934 = r.CheckBreak() + yyb3962 = r.CheckBreak() } - if yyb3934 { + if yyb3962 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3934-1, "") + z.DecStructFieldNotFound(yyj3962-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49450,37 +49924,37 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3948 := z.EncBinary() - _ = yym3948 + yym3976 := z.EncBinary() + _ = yym3976 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3949 := !z.EncBinary() - yy2arr3949 := z.EncBasicHandle().StructToArray - var yyq3949 [4]bool - _, _, _ = yysep3949, yyq3949, yy2arr3949 - const yyr3949 bool = false - yyq3949[0] = x.Kind != "" - yyq3949[1] = x.APIVersion != "" - yyq3949[2] = true - var yynn3949 int - if yyr3949 || yy2arr3949 { + yysep3977 := !z.EncBinary() + yy2arr3977 := z.EncBasicHandle().StructToArray + var yyq3977 [4]bool + _, _, _ = yysep3977, yyq3977, yy2arr3977 + const yyr3977 bool = false + yyq3977[0] = x.Kind != "" + yyq3977[1] = x.APIVersion != "" + yyq3977[2] = true + var yynn3977 int + if yyr3977 || yy2arr3977 { r.EncodeArrayStart(4) } else { - yynn3949 = 1 - for _, b := range yyq3949 { + yynn3977 = 1 + for _, b := range yyq3977 { if b { - yynn3949++ + yynn3977++ } } - r.EncodeMapStart(yynn3949) - yynn3949 = 0 + r.EncodeMapStart(yynn3977) + yynn3977 = 0 } - if yyr3949 || yy2arr3949 { + if yyr3977 || yy2arr3977 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3949[0] { - yym3951 := z.EncBinary() - _ = yym3951 + if yyq3977[0] { + yym3979 := z.EncBinary() + _ = yym3979 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -49489,23 +49963,23 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3949[0] { + if yyq3977[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3952 := z.EncBinary() - _ = yym3952 + yym3980 := z.EncBinary() + _ = yym3980 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3949 || yy2arr3949 { + if yyr3977 || yy2arr3977 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3949[1] { - yym3954 := z.EncBinary() - _ = yym3954 + if yyq3977[1] { + yym3982 := z.EncBinary() + _ = yym3982 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -49514,54 +49988,54 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3949[1] { + if yyq3977[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3955 := z.EncBinary() - _ = yym3955 + yym3983 := z.EncBinary() + _ = yym3983 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3949 || yy2arr3949 { + if yyr3977 || yy2arr3977 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3949[2] { - yy3957 := &x.ListMeta - yym3958 := z.EncBinary() - _ = yym3958 + if yyq3977[2] { + yy3985 := &x.ListMeta + yym3986 := z.EncBinary() + _ = yym3986 if false { - } else if z.HasExtensions() && z.EncExt(yy3957) { + } else if z.HasExtensions() && z.EncExt(yy3985) { } else { - z.EncFallback(yy3957) + z.EncFallback(yy3985) } } else { r.EncodeNil() } } else { - if yyq3949[2] { + if yyq3977[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3959 := &x.ListMeta - yym3960 := z.EncBinary() - _ = yym3960 + yy3987 := &x.ListMeta + yym3988 := z.EncBinary() + _ = yym3988 if false { - } else if z.HasExtensions() && z.EncExt(yy3959) { + } else if z.HasExtensions() && z.EncExt(yy3987) { } else { - z.EncFallback(yy3959) + z.EncFallback(yy3987) } } } - if yyr3949 || yy2arr3949 { + if yyr3977 || yy2arr3977 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3962 := z.EncBinary() - _ = yym3962 + yym3990 := z.EncBinary() + _ = yym3990 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) @@ -49574,15 +50048,15 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3963 := z.EncBinary() - _ = yym3963 + yym3991 := z.EncBinary() + _ = yym3991 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) } } } - if yyr3949 || yy2arr3949 { + if yyr3977 || yy2arr3977 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49595,25 +50069,25 @@ func (x *EventList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3964 := z.DecBinary() - _ = yym3964 + yym3992 := z.DecBinary() + _ = yym3992 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3965 := r.ContainerType() - if yyct3965 == codecSelferValueTypeMap1234 { - yyl3965 := r.ReadMapStart() - if yyl3965 == 0 { + yyct3993 := r.ContainerType() + if yyct3993 == codecSelferValueTypeMap1234 { + yyl3993 := r.ReadMapStart() + if yyl3993 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3965, d) + x.codecDecodeSelfFromMap(yyl3993, d) } - } else if yyct3965 == codecSelferValueTypeArray1234 { - yyl3965 := r.ReadArrayStart() - if yyl3965 == 0 { + } else if yyct3993 == codecSelferValueTypeArray1234 { + yyl3993 := r.ReadArrayStart() + if yyl3993 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3965, d) + x.codecDecodeSelfFromArray(yyl3993, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49625,12 +50099,12 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3966Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3966Slc - var yyhl3966 bool = l >= 0 - for yyj3966 := 0; ; yyj3966++ { - if yyhl3966 { - if yyj3966 >= l { + var yys3994Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3994Slc + var yyhl3994 bool = l >= 0 + for yyj3994 := 0; ; yyj3994++ { + if yyhl3994 { + if yyj3994 >= l { break } } else { @@ -49639,10 +50113,10 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3966Slc = r.DecodeBytes(yys3966Slc, true, true) - yys3966 := string(yys3966Slc) + yys3994Slc = r.DecodeBytes(yys3994Slc, true, true) + yys3994 := string(yys3994Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3966 { + switch yys3994 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49659,31 +50133,31 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3969 := &x.ListMeta - yym3970 := z.DecBinary() - _ = yym3970 + yyv3997 := &x.ListMeta + yym3998 := z.DecBinary() + _ = yym3998 if false { - } else if z.HasExtensions() && z.DecExt(yyv3969) { + } else if z.HasExtensions() && z.DecExt(yyv3997) { } else { - z.DecFallback(yyv3969, false) + z.DecFallback(yyv3997, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3971 := &x.Items - yym3972 := z.DecBinary() - _ = yym3972 + yyv3999 := &x.Items + yym4000 := z.DecBinary() + _ = yym4000 if false { } else { - h.decSliceEvent((*[]Event)(yyv3971), d) + h.decSliceEvent((*[]Event)(yyv3999), d) } } default: - z.DecStructFieldNotFound(-1, yys3966) - } // end switch yys3966 - } // end for yyj3966 + z.DecStructFieldNotFound(-1, yys3994) + } // end switch yys3994 + } // end for yyj3994 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49691,16 +50165,16 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3973 int - var yyb3973 bool - var yyhl3973 bool = l >= 0 - yyj3973++ - if yyhl3973 { - yyb3973 = yyj3973 > l + var yyj4001 int + var yyb4001 bool + var yyhl4001 bool = l >= 0 + yyj4001++ + if yyhl4001 { + yyb4001 = yyj4001 > l } else { - yyb3973 = r.CheckBreak() + yyb4001 = r.CheckBreak() } - if yyb3973 { + if yyb4001 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49710,13 +50184,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3973++ - if yyhl3973 { - yyb3973 = yyj3973 > l + yyj4001++ + if yyhl4001 { + yyb4001 = yyj4001 > l } else { - yyb3973 = r.CheckBreak() + yyb4001 = r.CheckBreak() } - if yyb3973 { + if yyb4001 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49726,13 +50200,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3973++ - if yyhl3973 { - yyb3973 = yyj3973 > l + yyj4001++ + if yyhl4001 { + yyb4001 = yyj4001 > l } else { - yyb3973 = r.CheckBreak() + yyb4001 = r.CheckBreak() } - if yyb3973 { + if yyb4001 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49740,22 +50214,22 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3976 := &x.ListMeta - yym3977 := z.DecBinary() - _ = yym3977 + yyv4004 := &x.ListMeta + yym4005 := z.DecBinary() + _ = yym4005 if false { - } else if z.HasExtensions() && z.DecExt(yyv3976) { + } else if z.HasExtensions() && z.DecExt(yyv4004) { } else { - z.DecFallback(yyv3976, false) + z.DecFallback(yyv4004, false) } } - yyj3973++ - if yyhl3973 { - yyb3973 = yyj3973 > l + yyj4001++ + if yyhl4001 { + yyb4001 = yyj4001 > l } else { - yyb3973 = r.CheckBreak() + yyb4001 = r.CheckBreak() } - if yyb3973 { + if yyb4001 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49763,26 +50237,26 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3978 := &x.Items - yym3979 := z.DecBinary() - _ = yym3979 + yyv4006 := &x.Items + yym4007 := z.DecBinary() + _ = yym4007 if false { } else { - h.decSliceEvent((*[]Event)(yyv3978), d) + h.decSliceEvent((*[]Event)(yyv4006), d) } } for { - yyj3973++ - if yyhl3973 { - yyb3973 = yyj3973 > l + yyj4001++ + if yyhl4001 { + yyb4001 = yyj4001 > l } else { - yyb3973 = r.CheckBreak() + yyb4001 = r.CheckBreak() } - if yyb3973 { + if yyb4001 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3973-1, "") + z.DecStructFieldNotFound(yyj4001-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49794,37 +50268,37 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3980 := z.EncBinary() - _ = yym3980 + yym4008 := z.EncBinary() + _ = yym4008 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3981 := !z.EncBinary() - yy2arr3981 := z.EncBasicHandle().StructToArray - var yyq3981 [4]bool - _, _, _ = yysep3981, yyq3981, yy2arr3981 - const yyr3981 bool = false - yyq3981[0] = x.Kind != "" - yyq3981[1] = x.APIVersion != "" - yyq3981[2] = true - var yynn3981 int - if yyr3981 || yy2arr3981 { + yysep4009 := !z.EncBinary() + yy2arr4009 := z.EncBasicHandle().StructToArray + var yyq4009 [4]bool + _, _, _ = yysep4009, yyq4009, yy2arr4009 + const yyr4009 bool = false + yyq4009[0] = x.Kind != "" + yyq4009[1] = x.APIVersion != "" + yyq4009[2] = true + var yynn4009 int + if yyr4009 || yy2arr4009 { r.EncodeArrayStart(4) } else { - yynn3981 = 1 - for _, b := range yyq3981 { + yynn4009 = 1 + for _, b := range yyq4009 { if b { - yynn3981++ + yynn4009++ } } - r.EncodeMapStart(yynn3981) - yynn3981 = 0 + r.EncodeMapStart(yynn4009) + yynn4009 = 0 } - if yyr3981 || yy2arr3981 { + if yyr4009 || yy2arr4009 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3981[0] { - yym3983 := z.EncBinary() - _ = yym3983 + if yyq4009[0] { + yym4011 := z.EncBinary() + _ = yym4011 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -49833,23 +50307,23 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3981[0] { + if yyq4009[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3984 := z.EncBinary() - _ = yym3984 + yym4012 := z.EncBinary() + _ = yym4012 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3981 || yy2arr3981 { + if yyr4009 || yy2arr4009 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3981[1] { - yym3986 := z.EncBinary() - _ = yym3986 + if yyq4009[1] { + yym4014 := z.EncBinary() + _ = yym4014 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -49858,54 +50332,54 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3981[1] { + if yyq4009[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3987 := z.EncBinary() - _ = yym3987 + yym4015 := z.EncBinary() + _ = yym4015 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3981 || yy2arr3981 { + if yyr4009 || yy2arr4009 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3981[2] { - yy3989 := &x.ListMeta - yym3990 := z.EncBinary() - _ = yym3990 + if yyq4009[2] { + yy4017 := &x.ListMeta + yym4018 := z.EncBinary() + _ = yym4018 if false { - } else if z.HasExtensions() && z.EncExt(yy3989) { + } else if z.HasExtensions() && z.EncExt(yy4017) { } else { - z.EncFallback(yy3989) + z.EncFallback(yy4017) } } else { r.EncodeNil() } } else { - if yyq3981[2] { + if yyq4009[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3991 := &x.ListMeta - yym3992 := z.EncBinary() - _ = yym3992 + yy4019 := &x.ListMeta + yym4020 := z.EncBinary() + _ = yym4020 if false { - } else if z.HasExtensions() && z.EncExt(yy3991) { + } else if z.HasExtensions() && z.EncExt(yy4019) { } else { - z.EncFallback(yy3991) + z.EncFallback(yy4019) } } } - if yyr3981 || yy2arr3981 { + if yyr4009 || yy2arr4009 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3994 := z.EncBinary() - _ = yym3994 + yym4022 := z.EncBinary() + _ = yym4022 if false { } else { h.encSliceruntime_RawExtension(([]pkg5_runtime.RawExtension)(x.Items), e) @@ -49918,15 +50392,15 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3995 := z.EncBinary() - _ = yym3995 + yym4023 := z.EncBinary() + _ = yym4023 if false { } else { h.encSliceruntime_RawExtension(([]pkg5_runtime.RawExtension)(x.Items), e) } } } - if yyr3981 || yy2arr3981 { + if yyr4009 || yy2arr4009 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49939,25 +50413,25 @@ func (x *List) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3996 := z.DecBinary() - _ = yym3996 + yym4024 := z.DecBinary() + _ = yym4024 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3997 := r.ContainerType() - if yyct3997 == codecSelferValueTypeMap1234 { - yyl3997 := r.ReadMapStart() - if yyl3997 == 0 { + yyct4025 := r.ContainerType() + if yyct4025 == codecSelferValueTypeMap1234 { + yyl4025 := r.ReadMapStart() + if yyl4025 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3997, d) + x.codecDecodeSelfFromMap(yyl4025, d) } - } else if yyct3997 == codecSelferValueTypeArray1234 { - yyl3997 := r.ReadArrayStart() - if yyl3997 == 0 { + } else if yyct4025 == codecSelferValueTypeArray1234 { + yyl4025 := r.ReadArrayStart() + if yyl4025 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3997, d) + x.codecDecodeSelfFromArray(yyl4025, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49969,12 +50443,12 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3998Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3998Slc - var yyhl3998 bool = l >= 0 - for yyj3998 := 0; ; yyj3998++ { - if yyhl3998 { - if yyj3998 >= l { + var yys4026Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4026Slc + var yyhl4026 bool = l >= 0 + for yyj4026 := 0; ; yyj4026++ { + if yyhl4026 { + if yyj4026 >= l { break } } else { @@ -49983,10 +50457,10 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3998Slc = r.DecodeBytes(yys3998Slc, true, true) - yys3998 := string(yys3998Slc) + yys4026Slc = r.DecodeBytes(yys4026Slc, true, true) + yys4026 := string(yys4026Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3998 { + switch yys4026 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50003,31 +50477,31 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4001 := &x.ListMeta - yym4002 := z.DecBinary() - _ = yym4002 + yyv4029 := &x.ListMeta + yym4030 := z.DecBinary() + _ = yym4030 if false { - } else if z.HasExtensions() && z.DecExt(yyv4001) { + } else if z.HasExtensions() && z.DecExt(yyv4029) { } else { - z.DecFallback(yyv4001, false) + z.DecFallback(yyv4029, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4003 := &x.Items - yym4004 := z.DecBinary() - _ = yym4004 + yyv4031 := &x.Items + yym4032 := z.DecBinary() + _ = yym4032 if false { } else { - h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv4003), d) + h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv4031), d) } } default: - z.DecStructFieldNotFound(-1, yys3998) - } // end switch yys3998 - } // end for yyj3998 + z.DecStructFieldNotFound(-1, yys4026) + } // end switch yys4026 + } // end for yyj4026 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50035,16 +50509,16 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4005 int - var yyb4005 bool - var yyhl4005 bool = l >= 0 - yyj4005++ - if yyhl4005 { - yyb4005 = yyj4005 > l + var yyj4033 int + var yyb4033 bool + var yyhl4033 bool = l >= 0 + yyj4033++ + if yyhl4033 { + yyb4033 = yyj4033 > l } else { - yyb4005 = r.CheckBreak() + yyb4033 = r.CheckBreak() } - if yyb4005 { + if yyb4033 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50054,13 +50528,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4005++ - if yyhl4005 { - yyb4005 = yyj4005 > l + yyj4033++ + if yyhl4033 { + yyb4033 = yyj4033 > l } else { - yyb4005 = r.CheckBreak() + yyb4033 = r.CheckBreak() } - if yyb4005 { + if yyb4033 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50070,13 +50544,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4005++ - if yyhl4005 { - yyb4005 = yyj4005 > l + yyj4033++ + if yyhl4033 { + yyb4033 = yyj4033 > l } else { - yyb4005 = r.CheckBreak() + yyb4033 = r.CheckBreak() } - if yyb4005 { + if yyb4033 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50084,22 +50558,22 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4008 := &x.ListMeta - yym4009 := z.DecBinary() - _ = yym4009 + yyv4036 := &x.ListMeta + yym4037 := z.DecBinary() + _ = yym4037 if false { - } else if z.HasExtensions() && z.DecExt(yyv4008) { + } else if z.HasExtensions() && z.DecExt(yyv4036) { } else { - z.DecFallback(yyv4008, false) + z.DecFallback(yyv4036, false) } } - yyj4005++ - if yyhl4005 { - yyb4005 = yyj4005 > l + yyj4033++ + if yyhl4033 { + yyb4033 = yyj4033 > l } else { - yyb4005 = r.CheckBreak() + yyb4033 = r.CheckBreak() } - if yyb4005 { + if yyb4033 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50107,26 +50581,26 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4010 := &x.Items - yym4011 := z.DecBinary() - _ = yym4011 + yyv4038 := &x.Items + yym4039 := z.DecBinary() + _ = yym4039 if false { } else { - h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv4010), d) + h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv4038), d) } } for { - yyj4005++ - if yyhl4005 { - yyb4005 = yyj4005 > l + yyj4033++ + if yyhl4033 { + yyb4033 = yyj4033 > l } else { - yyb4005 = r.CheckBreak() + yyb4033 = r.CheckBreak() } - if yyb4005 { + if yyb4033 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4005-1, "") + z.DecStructFieldNotFound(yyj4033-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50135,8 +50609,8 @@ func (x LimitType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4012 := z.EncBinary() - _ = yym4012 + yym4040 := z.EncBinary() + _ = yym4040 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -50148,8 +50622,8 @@ func (x *LimitType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4013 := z.DecBinary() - _ = yym4013 + yym4041 := z.DecBinary() + _ = yym4041 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -50164,53 +50638,53 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4014 := z.EncBinary() - _ = yym4014 + yym4042 := z.EncBinary() + _ = yym4042 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4015 := !z.EncBinary() - yy2arr4015 := z.EncBasicHandle().StructToArray - var yyq4015 [6]bool - _, _, _ = yysep4015, yyq4015, yy2arr4015 - const yyr4015 bool = false - yyq4015[0] = x.Type != "" - yyq4015[1] = len(x.Max) != 0 - yyq4015[2] = len(x.Min) != 0 - yyq4015[3] = len(x.Default) != 0 - yyq4015[4] = len(x.DefaultRequest) != 0 - yyq4015[5] = len(x.MaxLimitRequestRatio) != 0 - var yynn4015 int - if yyr4015 || yy2arr4015 { + yysep4043 := !z.EncBinary() + yy2arr4043 := z.EncBasicHandle().StructToArray + var yyq4043 [6]bool + _, _, _ = yysep4043, yyq4043, yy2arr4043 + const yyr4043 bool = false + yyq4043[0] = x.Type != "" + yyq4043[1] = len(x.Max) != 0 + yyq4043[2] = len(x.Min) != 0 + yyq4043[3] = len(x.Default) != 0 + yyq4043[4] = len(x.DefaultRequest) != 0 + yyq4043[5] = len(x.MaxLimitRequestRatio) != 0 + var yynn4043 int + if yyr4043 || yy2arr4043 { r.EncodeArrayStart(6) } else { - yynn4015 = 0 - for _, b := range yyq4015 { + yynn4043 = 0 + for _, b := range yyq4043 { if b { - yynn4015++ + yynn4043++ } } - r.EncodeMapStart(yynn4015) - yynn4015 = 0 + r.EncodeMapStart(yynn4043) + yynn4043 = 0 } - if yyr4015 || yy2arr4015 { + if yyr4043 || yy2arr4043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4015[0] { + if yyq4043[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4015[0] { + if yyq4043[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr4015 || yy2arr4015 { + if yyr4043 || yy2arr4043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4015[1] { + if yyq4043[1] { if x.Max == nil { r.EncodeNil() } else { @@ -50220,7 +50694,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4015[1] { + if yyq4043[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50231,9 +50705,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4015 || yy2arr4015 { + if yyr4043 || yy2arr4043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4015[2] { + if yyq4043[2] { if x.Min == nil { r.EncodeNil() } else { @@ -50243,7 +50717,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4015[2] { + if yyq4043[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50254,9 +50728,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4015 || yy2arr4015 { + if yyr4043 || yy2arr4043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4015[3] { + if yyq4043[3] { if x.Default == nil { r.EncodeNil() } else { @@ -50266,7 +50740,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4015[3] { + if yyq4043[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("default")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50277,9 +50751,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4015 || yy2arr4015 { + if yyr4043 || yy2arr4043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4015[4] { + if yyq4043[4] { if x.DefaultRequest == nil { r.EncodeNil() } else { @@ -50289,7 +50763,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4015[4] { + if yyq4043[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultRequest")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50300,9 +50774,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4015 || yy2arr4015 { + if yyr4043 || yy2arr4043 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4015[5] { + if yyq4043[5] { if x.MaxLimitRequestRatio == nil { r.EncodeNil() } else { @@ -50312,7 +50786,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4015[5] { + if yyq4043[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxLimitRequestRatio")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50323,7 +50797,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4015 || yy2arr4015 { + if yyr4043 || yy2arr4043 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50336,25 +50810,25 @@ func (x *LimitRangeItem) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4022 := z.DecBinary() - _ = yym4022 + yym4050 := z.DecBinary() + _ = yym4050 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4023 := r.ContainerType() - if yyct4023 == codecSelferValueTypeMap1234 { - yyl4023 := r.ReadMapStart() - if yyl4023 == 0 { + yyct4051 := r.ContainerType() + if yyct4051 == codecSelferValueTypeMap1234 { + yyl4051 := r.ReadMapStart() + if yyl4051 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4023, d) + x.codecDecodeSelfFromMap(yyl4051, d) } - } else if yyct4023 == codecSelferValueTypeArray1234 { - yyl4023 := r.ReadArrayStart() - if yyl4023 == 0 { + } else if yyct4051 == codecSelferValueTypeArray1234 { + yyl4051 := r.ReadArrayStart() + if yyl4051 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4023, d) + x.codecDecodeSelfFromArray(yyl4051, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50366,12 +50840,12 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4024Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4024Slc - var yyhl4024 bool = l >= 0 - for yyj4024 := 0; ; yyj4024++ { - if yyhl4024 { - if yyj4024 >= l { + var yys4052Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4052Slc + var yyhl4052 bool = l >= 0 + for yyj4052 := 0; ; yyj4052++ { + if yyhl4052 { + if yyj4052 >= l { break } } else { @@ -50380,10 +50854,10 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4024Slc = r.DecodeBytes(yys4024Slc, true, true) - yys4024 := string(yys4024Slc) + yys4052Slc = r.DecodeBytes(yys4052Slc, true, true) + yys4052 := string(yys4052Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4024 { + switch yys4052 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -50394,41 +50868,41 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv4026 := &x.Max - yyv4026.CodecDecodeSelf(d) + yyv4054 := &x.Max + yyv4054.CodecDecodeSelf(d) } case "min": if r.TryDecodeAsNil() { x.Min = nil } else { - yyv4027 := &x.Min - yyv4027.CodecDecodeSelf(d) + yyv4055 := &x.Min + yyv4055.CodecDecodeSelf(d) } case "default": if r.TryDecodeAsNil() { x.Default = nil } else { - yyv4028 := &x.Default - yyv4028.CodecDecodeSelf(d) + yyv4056 := &x.Default + yyv4056.CodecDecodeSelf(d) } case "defaultRequest": if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv4029 := &x.DefaultRequest - yyv4029.CodecDecodeSelf(d) + yyv4057 := &x.DefaultRequest + yyv4057.CodecDecodeSelf(d) } case "maxLimitRequestRatio": if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv4030 := &x.MaxLimitRequestRatio - yyv4030.CodecDecodeSelf(d) + yyv4058 := &x.MaxLimitRequestRatio + yyv4058.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4024) - } // end switch yys4024 - } // end for yyj4024 + z.DecStructFieldNotFound(-1, yys4052) + } // end switch yys4052 + } // end for yyj4052 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50436,16 +50910,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4031 int - var yyb4031 bool - var yyhl4031 bool = l >= 0 - yyj4031++ - if yyhl4031 { - yyb4031 = yyj4031 > l + var yyj4059 int + var yyb4059 bool + var yyhl4059 bool = l >= 0 + yyj4059++ + if yyhl4059 { + yyb4059 = yyj4059 > l } else { - yyb4031 = r.CheckBreak() + yyb4059 = r.CheckBreak() } - if yyb4031 { + if yyb4059 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50455,13 +50929,13 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = LimitType(r.DecodeString()) } - yyj4031++ - if yyhl4031 { - yyb4031 = yyj4031 > l + yyj4059++ + if yyhl4059 { + yyb4059 = yyj4059 > l } else { - yyb4031 = r.CheckBreak() + yyb4059 = r.CheckBreak() } - if yyb4031 { + if yyb4059 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50469,16 +50943,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv4033 := &x.Max - yyv4033.CodecDecodeSelf(d) + yyv4061 := &x.Max + yyv4061.CodecDecodeSelf(d) } - yyj4031++ - if yyhl4031 { - yyb4031 = yyj4031 > l + yyj4059++ + if yyhl4059 { + yyb4059 = yyj4059 > l } else { - yyb4031 = r.CheckBreak() + yyb4059 = r.CheckBreak() } - if yyb4031 { + if yyb4059 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50486,16 +50960,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Min = nil } else { - yyv4034 := &x.Min - yyv4034.CodecDecodeSelf(d) + yyv4062 := &x.Min + yyv4062.CodecDecodeSelf(d) } - yyj4031++ - if yyhl4031 { - yyb4031 = yyj4031 > l + yyj4059++ + if yyhl4059 { + yyb4059 = yyj4059 > l } else { - yyb4031 = r.CheckBreak() + yyb4059 = r.CheckBreak() } - if yyb4031 { + if yyb4059 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50503,16 +50977,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Default = nil } else { - yyv4035 := &x.Default - yyv4035.CodecDecodeSelf(d) + yyv4063 := &x.Default + yyv4063.CodecDecodeSelf(d) } - yyj4031++ - if yyhl4031 { - yyb4031 = yyj4031 > l + yyj4059++ + if yyhl4059 { + yyb4059 = yyj4059 > l } else { - yyb4031 = r.CheckBreak() + yyb4059 = r.CheckBreak() } - if yyb4031 { + if yyb4059 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50520,16 +50994,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv4036 := &x.DefaultRequest - yyv4036.CodecDecodeSelf(d) + yyv4064 := &x.DefaultRequest + yyv4064.CodecDecodeSelf(d) } - yyj4031++ - if yyhl4031 { - yyb4031 = yyj4031 > l + yyj4059++ + if yyhl4059 { + yyb4059 = yyj4059 > l } else { - yyb4031 = r.CheckBreak() + yyb4059 = r.CheckBreak() } - if yyb4031 { + if yyb4059 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50537,21 +51011,21 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv4037 := &x.MaxLimitRequestRatio - yyv4037.CodecDecodeSelf(d) + yyv4065 := &x.MaxLimitRequestRatio + yyv4065.CodecDecodeSelf(d) } for { - yyj4031++ - if yyhl4031 { - yyb4031 = yyj4031 > l + yyj4059++ + if yyhl4059 { + yyb4059 = yyj4059 > l } else { - yyb4031 = r.CheckBreak() + yyb4059 = r.CheckBreak() } - if yyb4031 { + if yyb4059 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4031-1, "") + z.DecStructFieldNotFound(yyj4059-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50563,36 +51037,36 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4038 := z.EncBinary() - _ = yym4038 + yym4066 := z.EncBinary() + _ = yym4066 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4039 := !z.EncBinary() - yy2arr4039 := z.EncBasicHandle().StructToArray - var yyq4039 [1]bool - _, _, _ = yysep4039, yyq4039, yy2arr4039 - const yyr4039 bool = false - var yynn4039 int - if yyr4039 || yy2arr4039 { + yysep4067 := !z.EncBinary() + yy2arr4067 := z.EncBasicHandle().StructToArray + var yyq4067 [1]bool + _, _, _ = yysep4067, yyq4067, yy2arr4067 + const yyr4067 bool = false + var yynn4067 int + if yyr4067 || yy2arr4067 { r.EncodeArrayStart(1) } else { - yynn4039 = 1 - for _, b := range yyq4039 { + yynn4067 = 1 + for _, b := range yyq4067 { if b { - yynn4039++ + yynn4067++ } } - r.EncodeMapStart(yynn4039) - yynn4039 = 0 + r.EncodeMapStart(yynn4067) + yynn4067 = 0 } - if yyr4039 || yy2arr4039 { + if yyr4067 || yy2arr4067 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Limits == nil { r.EncodeNil() } else { - yym4041 := z.EncBinary() - _ = yym4041 + yym4069 := z.EncBinary() + _ = yym4069 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) @@ -50605,15 +51079,15 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Limits == nil { r.EncodeNil() } else { - yym4042 := z.EncBinary() - _ = yym4042 + yym4070 := z.EncBinary() + _ = yym4070 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) } } } - if yyr4039 || yy2arr4039 { + if yyr4067 || yy2arr4067 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50626,25 +51100,25 @@ func (x *LimitRangeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4043 := z.DecBinary() - _ = yym4043 + yym4071 := z.DecBinary() + _ = yym4071 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4044 := r.ContainerType() - if yyct4044 == codecSelferValueTypeMap1234 { - yyl4044 := r.ReadMapStart() - if yyl4044 == 0 { + yyct4072 := r.ContainerType() + if yyct4072 == codecSelferValueTypeMap1234 { + yyl4072 := r.ReadMapStart() + if yyl4072 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4044, d) + x.codecDecodeSelfFromMap(yyl4072, d) } - } else if yyct4044 == codecSelferValueTypeArray1234 { - yyl4044 := r.ReadArrayStart() - if yyl4044 == 0 { + } else if yyct4072 == codecSelferValueTypeArray1234 { + yyl4072 := r.ReadArrayStart() + if yyl4072 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4044, d) + x.codecDecodeSelfFromArray(yyl4072, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50656,12 +51130,12 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4045Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4045Slc - var yyhl4045 bool = l >= 0 - for yyj4045 := 0; ; yyj4045++ { - if yyhl4045 { - if yyj4045 >= l { + var yys4073Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4073Slc + var yyhl4073 bool = l >= 0 + for yyj4073 := 0; ; yyj4073++ { + if yyhl4073 { + if yyj4073 >= l { break } } else { @@ -50670,26 +51144,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4045Slc = r.DecodeBytes(yys4045Slc, true, true) - yys4045 := string(yys4045Slc) + yys4073Slc = r.DecodeBytes(yys4073Slc, true, true) + yys4073 := string(yys4073Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4045 { + switch yys4073 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv4046 := &x.Limits - yym4047 := z.DecBinary() - _ = yym4047 + yyv4074 := &x.Limits + yym4075 := z.DecBinary() + _ = yym4075 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4046), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4074), d) } } default: - z.DecStructFieldNotFound(-1, yys4045) - } // end switch yys4045 - } // end for yyj4045 + z.DecStructFieldNotFound(-1, yys4073) + } // end switch yys4073 + } // end for yyj4073 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50697,16 +51171,16 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4048 int - var yyb4048 bool - var yyhl4048 bool = l >= 0 - yyj4048++ - if yyhl4048 { - yyb4048 = yyj4048 > l + var yyj4076 int + var yyb4076 bool + var yyhl4076 bool = l >= 0 + yyj4076++ + if yyhl4076 { + yyb4076 = yyj4076 > l } else { - yyb4048 = r.CheckBreak() + yyb4076 = r.CheckBreak() } - if yyb4048 { + if yyb4076 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50714,26 +51188,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv4049 := &x.Limits - yym4050 := z.DecBinary() - _ = yym4050 + yyv4077 := &x.Limits + yym4078 := z.DecBinary() + _ = yym4078 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4049), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4077), d) } } for { - yyj4048++ - if yyhl4048 { - yyb4048 = yyj4048 > l + yyj4076++ + if yyhl4076 { + yyb4076 = yyj4076 > l } else { - yyb4048 = r.CheckBreak() + yyb4076 = r.CheckBreak() } - if yyb4048 { + if yyb4076 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4048-1, "") + z.DecStructFieldNotFound(yyj4076-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50745,38 +51219,38 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4051 := z.EncBinary() - _ = yym4051 + yym4079 := z.EncBinary() + _ = yym4079 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4052 := !z.EncBinary() - yy2arr4052 := z.EncBasicHandle().StructToArray - var yyq4052 [4]bool - _, _, _ = yysep4052, yyq4052, yy2arr4052 - const yyr4052 bool = false - yyq4052[0] = x.Kind != "" - yyq4052[1] = x.APIVersion != "" - yyq4052[2] = true - yyq4052[3] = true - var yynn4052 int - if yyr4052 || yy2arr4052 { + yysep4080 := !z.EncBinary() + yy2arr4080 := z.EncBasicHandle().StructToArray + var yyq4080 [4]bool + _, _, _ = yysep4080, yyq4080, yy2arr4080 + const yyr4080 bool = false + yyq4080[0] = x.Kind != "" + yyq4080[1] = x.APIVersion != "" + yyq4080[2] = true + yyq4080[3] = true + var yynn4080 int + if yyr4080 || yy2arr4080 { r.EncodeArrayStart(4) } else { - yynn4052 = 0 - for _, b := range yyq4052 { + yynn4080 = 0 + for _, b := range yyq4080 { if b { - yynn4052++ + yynn4080++ } } - r.EncodeMapStart(yynn4052) - yynn4052 = 0 + r.EncodeMapStart(yynn4080) + yynn4080 = 0 } - if yyr4052 || yy2arr4052 { + if yyr4080 || yy2arr4080 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4052[0] { - yym4054 := z.EncBinary() - _ = yym4054 + if yyq4080[0] { + yym4082 := z.EncBinary() + _ = yym4082 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50785,23 +51259,23 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4052[0] { + if yyq4080[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4055 := z.EncBinary() - _ = yym4055 + yym4083 := z.EncBinary() + _ = yym4083 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4052 || yy2arr4052 { + if yyr4080 || yy2arr4080 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4052[1] { - yym4057 := z.EncBinary() - _ = yym4057 + if yyq4080[1] { + yym4085 := z.EncBinary() + _ = yym4085 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50810,53 +51284,53 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4052[1] { + if yyq4080[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4058 := z.EncBinary() - _ = yym4058 + yym4086 := z.EncBinary() + _ = yym4086 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4052 || yy2arr4052 { + if yyr4080 || yy2arr4080 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4052[2] { - yy4060 := &x.ObjectMeta - yy4060.CodecEncodeSelf(e) + if yyq4080[2] { + yy4088 := &x.ObjectMeta + yy4088.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4052[2] { + if yyq4080[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4061 := &x.ObjectMeta - yy4061.CodecEncodeSelf(e) + yy4089 := &x.ObjectMeta + yy4089.CodecEncodeSelf(e) } } - if yyr4052 || yy2arr4052 { + if yyr4080 || yy2arr4080 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4052[3] { - yy4063 := &x.Spec - yy4063.CodecEncodeSelf(e) + if yyq4080[3] { + yy4091 := &x.Spec + yy4091.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4052[3] { + if yyq4080[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4064 := &x.Spec - yy4064.CodecEncodeSelf(e) + yy4092 := &x.Spec + yy4092.CodecEncodeSelf(e) } } - if yyr4052 || yy2arr4052 { + if yyr4080 || yy2arr4080 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50866,328 +51340,6 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { } func (x *LimitRange) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym4065 := z.DecBinary() - _ = yym4065 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct4066 := r.ContainerType() - if yyct4066 == codecSelferValueTypeMap1234 { - yyl4066 := r.ReadMapStart() - if yyl4066 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl4066, d) - } - } else if yyct4066 == codecSelferValueTypeArray1234 { - yyl4066 := r.ReadArrayStart() - if yyl4066 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl4066, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys4067Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4067Slc - var yyhl4067 bool = l >= 0 - for yyj4067 := 0; ; yyj4067++ { - if yyhl4067 { - if yyj4067 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4067Slc = r.DecodeBytes(yys4067Slc, true, true) - yys4067 := string(yys4067Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4067 { - 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 { - yyv4070 := &x.ObjectMeta - yyv4070.CodecDecodeSelf(d) - } - case "spec": - if r.TryDecodeAsNil() { - x.Spec = LimitRangeSpec{} - } else { - yyv4071 := &x.Spec - yyv4071.CodecDecodeSelf(d) - } - default: - z.DecStructFieldNotFound(-1, yys4067) - } // end switch yys4067 - } // end for yyj4067 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj4072 int - var yyb4072 bool - var yyhl4072 bool = l >= 0 - yyj4072++ - if yyhl4072 { - yyb4072 = yyj4072 > l - } else { - yyb4072 = r.CheckBreak() - } - if yyb4072 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj4072++ - if yyhl4072 { - yyb4072 = yyj4072 > l - } else { - yyb4072 = r.CheckBreak() - } - if yyb4072 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj4072++ - if yyhl4072 { - yyb4072 = yyj4072 > l - } else { - yyb4072 = r.CheckBreak() - } - if yyb4072 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} - } else { - yyv4075 := &x.ObjectMeta - yyv4075.CodecDecodeSelf(d) - } - yyj4072++ - if yyhl4072 { - yyb4072 = yyj4072 > l - } else { - yyb4072 = r.CheckBreak() - } - if yyb4072 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Spec = LimitRangeSpec{} - } else { - yyv4076 := &x.Spec - yyv4076.CodecDecodeSelf(d) - } - for { - yyj4072++ - if yyhl4072 { - yyb4072 = yyj4072 > l - } else { - yyb4072 = r.CheckBreak() - } - if yyb4072 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4072-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym4077 := z.EncBinary() - _ = yym4077 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep4078 := !z.EncBinary() - yy2arr4078 := z.EncBasicHandle().StructToArray - var yyq4078 [4]bool - _, _, _ = yysep4078, yyq4078, yy2arr4078 - const yyr4078 bool = false - yyq4078[0] = x.Kind != "" - yyq4078[1] = x.APIVersion != "" - yyq4078[2] = true - var yynn4078 int - if yyr4078 || yy2arr4078 { - r.EncodeArrayStart(4) - } else { - yynn4078 = 1 - for _, b := range yyq4078 { - if b { - yynn4078++ - } - } - r.EncodeMapStart(yynn4078) - yynn4078 = 0 - } - if yyr4078 || yy2arr4078 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4078[0] { - yym4080 := z.EncBinary() - _ = yym4080 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4078[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4081 := z.EncBinary() - _ = yym4081 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr4078 || yy2arr4078 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4078[1] { - yym4083 := z.EncBinary() - _ = yym4083 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4078[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4084 := z.EncBinary() - _ = yym4084 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr4078 || yy2arr4078 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4078[2] { - yy4086 := &x.ListMeta - yym4087 := z.EncBinary() - _ = yym4087 - if false { - } else if z.HasExtensions() && z.EncExt(yy4086) { - } else { - z.EncFallback(yy4086) - } - } else { - r.EncodeNil() - } - } else { - if yyq4078[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4088 := &x.ListMeta - yym4089 := z.EncBinary() - _ = yym4089 - if false { - } else if z.HasExtensions() && z.EncExt(yy4088) { - } else { - z.EncFallback(yy4088) - } - } - } - if yyr4078 || yy2arr4078 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if x.Items == nil { - r.EncodeNil() - } else { - yym4091 := z.EncBinary() - _ = yym4091 - if false { - } else { - h.encSliceLimitRange(([]LimitRange)(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 { - yym4092 := z.EncBinary() - _ = yym4092 - if false { - } else { - h.encSliceLimitRange(([]LimitRange)(x.Items), e) - } - } - } - if yyr4078 || yy2arr4078 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -51217,7 +51369,7 @@ func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -51253,28 +51405,17 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } case "metadata": if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} + x.ObjectMeta = ObjectMeta{} } else { - yyv4098 := &x.ListMeta - yym4099 := z.DecBinary() - _ = yym4099 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4098) { - } else { - z.DecFallback(yyv4098, false) - } + yyv4098 := &x.ObjectMeta + yyv4098.CodecDecodeSelf(d) } - case "items": + case "spec": if r.TryDecodeAsNil() { - x.Items = nil + x.Spec = LimitRangeSpec{} } else { - yyv4100 := &x.Items - yym4101 := z.DecBinary() - _ = yym4101 - if false { - } else { - h.decSliceLimitRange((*[]LimitRange)(yyv4100), d) - } + yyv4099 := &x.Spec + yyv4099.CodecDecodeSelf(d) } default: z.DecStructFieldNotFound(-1, yys4095) @@ -51283,20 +51424,20 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } -func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { +func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4102 int - var yyb4102 bool - var yyhl4102 bool = l >= 0 - yyj4102++ - if yyhl4102 { - yyb4102 = yyj4102 > l + var yyj4100 int + var yyb4100 bool + var yyhl4100 bool = l >= 0 + yyj4100++ + if yyhl4100 { + yyb4100 = yyj4100 > l } else { - yyb4102 = r.CheckBreak() + yyb4100 = r.CheckBreak() } - if yyb4102 { + if yyb4100 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51306,13 +51447,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4102++ - if yyhl4102 { - yyb4102 = yyj4102 > l + yyj4100++ + if yyhl4100 { + yyb4100 = yyj4100 > l } else { - yyb4102 = r.CheckBreak() + yyb4100 = r.CheckBreak() } - if yyb4102 { + if yyb4100 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51322,587 +51463,94 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4102++ - if yyhl4102 { - yyb4102 = yyj4102 > l + yyj4100++ + if yyhl4100 { + yyb4100 = yyj4100 > l } else { - yyb4102 = r.CheckBreak() + yyb4100 = r.CheckBreak() } - if yyb4102 { + if yyb4100 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} + x.ObjectMeta = ObjectMeta{} } else { - yyv4105 := &x.ListMeta - yym4106 := z.DecBinary() - _ = yym4106 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4105) { - } else { - z.DecFallback(yyv4105, false) - } + yyv4103 := &x.ObjectMeta + yyv4103.CodecDecodeSelf(d) } - yyj4102++ - if yyhl4102 { - yyb4102 = yyj4102 > l + yyj4100++ + if yyhl4100 { + yyb4100 = yyj4100 > l } else { - yyb4102 = r.CheckBreak() + yyb4100 = r.CheckBreak() } - if yyb4102 { + if yyb4100 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.Items = nil + x.Spec = LimitRangeSpec{} } else { - yyv4107 := &x.Items - yym4108 := z.DecBinary() - _ = yym4108 - if false { - } else { - h.decSliceLimitRange((*[]LimitRange)(yyv4107), d) - } + yyv4104 := &x.Spec + yyv4104.CodecDecodeSelf(d) } for { - yyj4102++ - if yyhl4102 { - yyb4102 = yyj4102 > l + yyj4100++ + if yyhl4100 { + yyb4100 = yyj4100 > l } else { - yyb4102 = r.CheckBreak() + yyb4100 = r.CheckBreak() } - if yyb4102 { + if yyb4100 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4102-1, "") + z.DecStructFieldNotFound(yyj4100-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x ResourceQuotaScope) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - yym4109 := z.EncBinary() - _ = yym4109 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x)) - } -} - -func (x *ResourceQuotaScope) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym4110 := z.DecBinary() - _ = yym4110 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - *((*string)(x)) = r.DecodeString() - } -} - -func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { +func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r if x == nil { r.EncodeNil() } else { - yym4111 := z.EncBinary() - _ = yym4111 + yym4105 := z.EncBinary() + _ = yym4105 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4112 := !z.EncBinary() - yy2arr4112 := z.EncBasicHandle().StructToArray - var yyq4112 [2]bool - _, _, _ = yysep4112, yyq4112, yy2arr4112 - const yyr4112 bool = false - yyq4112[0] = len(x.Hard) != 0 - yyq4112[1] = len(x.Scopes) != 0 - var yynn4112 int - if yyr4112 || yy2arr4112 { - r.EncodeArrayStart(2) + yysep4106 := !z.EncBinary() + yy2arr4106 := z.EncBasicHandle().StructToArray + var yyq4106 [4]bool + _, _, _ = yysep4106, yyq4106, yy2arr4106 + const yyr4106 bool = false + yyq4106[0] = x.Kind != "" + yyq4106[1] = x.APIVersion != "" + yyq4106[2] = true + var yynn4106 int + if yyr4106 || yy2arr4106 { + r.EncodeArrayStart(4) } else { - yynn4112 = 0 - for _, b := range yyq4112 { + yynn4106 = 1 + for _, b := range yyq4106 { if b { - yynn4112++ + yynn4106++ } } - r.EncodeMapStart(yynn4112) - yynn4112 = 0 + r.EncodeMapStart(yynn4106) + yynn4106 = 0 } - if yyr4112 || yy2arr4112 { + if yyr4106 || yy2arr4106 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4112[0] { - if x.Hard == nil { - r.EncodeNil() - } else { - x.Hard.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } else { - if yyq4112[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 yyr4112 || yy2arr4112 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4112[1] { - if x.Scopes == nil { - r.EncodeNil() - } else { - yym4115 := z.EncBinary() - _ = yym4115 - if false { - } else { - h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq4112[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("scopes")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Scopes == nil { - r.EncodeNil() - } else { - yym4116 := z.EncBinary() - _ = yym4116 - if false { - } else { - h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) - } - } - } - } - if yyr4112 || yy2arr4112 { - 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 - yym4117 := z.DecBinary() - _ = yym4117 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct4118 := r.ContainerType() - if yyct4118 == codecSelferValueTypeMap1234 { - yyl4118 := r.ReadMapStart() - if yyl4118 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl4118, d) - } - } else if yyct4118 == codecSelferValueTypeArray1234 { - yyl4118 := r.ReadArrayStart() - if yyl4118 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl4118, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys4119Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4119Slc - var yyhl4119 bool = l >= 0 - for yyj4119 := 0; ; yyj4119++ { - if yyhl4119 { - if yyj4119 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4119Slc = r.DecodeBytes(yys4119Slc, true, true) - yys4119 := string(yys4119Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4119 { - case "hard": - if r.TryDecodeAsNil() { - x.Hard = nil - } else { - yyv4120 := &x.Hard - yyv4120.CodecDecodeSelf(d) - } - case "scopes": - if r.TryDecodeAsNil() { - x.Scopes = nil - } else { - yyv4121 := &x.Scopes - yym4122 := z.DecBinary() - _ = yym4122 - if false { - } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4121), d) - } - } - default: - z.DecStructFieldNotFound(-1, yys4119) - } // end switch yys4119 - } // end for yyj4119 - 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 yyj4123 int - var yyb4123 bool - var yyhl4123 bool = l >= 0 - yyj4123++ - if yyhl4123 { - yyb4123 = yyj4123 > l - } else { - yyb4123 = r.CheckBreak() - } - if yyb4123 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Hard = nil - } else { - yyv4124 := &x.Hard - yyv4124.CodecDecodeSelf(d) - } - yyj4123++ - if yyhl4123 { - yyb4123 = yyj4123 > l - } else { - yyb4123 = r.CheckBreak() - } - if yyb4123 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Scopes = nil - } else { - yyv4125 := &x.Scopes - yym4126 := z.DecBinary() - _ = yym4126 - if false { - } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4125), d) - } - } - for { - yyj4123++ - if yyhl4123 { - yyb4123 = yyj4123 > l - } else { - yyb4123 = r.CheckBreak() - } - if yyb4123 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4123-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 { - yym4127 := z.EncBinary() - _ = yym4127 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep4128 := !z.EncBinary() - yy2arr4128 := z.EncBasicHandle().StructToArray - var yyq4128 [2]bool - _, _, _ = yysep4128, yyq4128, yy2arr4128 - const yyr4128 bool = false - yyq4128[0] = len(x.Hard) != 0 - yyq4128[1] = len(x.Used) != 0 - var yynn4128 int - if yyr4128 || yy2arr4128 { - r.EncodeArrayStart(2) - } else { - yynn4128 = 0 - for _, b := range yyq4128 { - if b { - yynn4128++ - } - } - r.EncodeMapStart(yynn4128) - yynn4128 = 0 - } - if yyr4128 || yy2arr4128 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4128[0] { - if x.Hard == nil { - r.EncodeNil() - } else { - x.Hard.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } else { - if yyq4128[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 yyr4128 || yy2arr4128 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4128[1] { - if x.Used == nil { - r.EncodeNil() - } else { - x.Used.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } else { - if yyq4128[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 yyr4128 || yy2arr4128 { - 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 - yym4131 := z.DecBinary() - _ = yym4131 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct4132 := r.ContainerType() - if yyct4132 == codecSelferValueTypeMap1234 { - yyl4132 := r.ReadMapStart() - if yyl4132 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl4132, d) - } - } else if yyct4132 == codecSelferValueTypeArray1234 { - yyl4132 := r.ReadArrayStart() - if yyl4132 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl4132, 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 yys4133Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4133Slc - var yyhl4133 bool = l >= 0 - for yyj4133 := 0; ; yyj4133++ { - if yyhl4133 { - if yyj4133 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4133Slc = r.DecodeBytes(yys4133Slc, true, true) - yys4133 := string(yys4133Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4133 { - case "hard": - if r.TryDecodeAsNil() { - x.Hard = nil - } else { - yyv4134 := &x.Hard - yyv4134.CodecDecodeSelf(d) - } - case "used": - if r.TryDecodeAsNil() { - x.Used = nil - } else { - yyv4135 := &x.Used - yyv4135.CodecDecodeSelf(d) - } - default: - z.DecStructFieldNotFound(-1, yys4133) - } // end switch yys4133 - } // end for yyj4133 - 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 yyj4136 int - var yyb4136 bool - var yyhl4136 bool = l >= 0 - yyj4136++ - if yyhl4136 { - yyb4136 = yyj4136 > l - } else { - yyb4136 = r.CheckBreak() - } - if yyb4136 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Hard = nil - } else { - yyv4137 := &x.Hard - yyv4137.CodecDecodeSelf(d) - } - yyj4136++ - if yyhl4136 { - yyb4136 = yyj4136 > l - } else { - yyb4136 = r.CheckBreak() - } - if yyb4136 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Used = nil - } else { - yyv4138 := &x.Used - yyv4138.CodecDecodeSelf(d) - } - for { - yyj4136++ - if yyhl4136 { - yyb4136 = yyj4136 > l - } else { - yyb4136 = r.CheckBreak() - } - if yyb4136 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4136-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 { - yym4139 := z.EncBinary() - _ = yym4139 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep4140 := !z.EncBinary() - yy2arr4140 := z.EncBasicHandle().StructToArray - var yyq4140 [5]bool - _, _, _ = yysep4140, yyq4140, yy2arr4140 - const yyr4140 bool = false - yyq4140[0] = x.Kind != "" - yyq4140[1] = x.APIVersion != "" - yyq4140[2] = true - yyq4140[3] = true - yyq4140[4] = true - var yynn4140 int - if yyr4140 || yy2arr4140 { - r.EncodeArrayStart(5) - } else { - yynn4140 = 0 - for _, b := range yyq4140 { - if b { - yynn4140++ - } - } - r.EncodeMapStart(yynn4140) - yynn4140 = 0 - } - if yyr4140 || yy2arr4140 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4140[0] { - yym4142 := z.EncBinary() - _ = yym4142 + if yyq4106[0] { + yym4108 := z.EncBinary() + _ = yym4108 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51911,23 +51559,23 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4140[0] { + if yyq4106[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4143 := z.EncBinary() - _ = yym4143 + yym4109 := z.EncBinary() + _ = yym4109 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4140 || yy2arr4140 { + if yyr4106 || yy2arr4106 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4140[1] { - yym4145 := z.EncBinary() - _ = yym4145 + if yyq4106[1] { + yym4111 := z.EncBinary() + _ = yym4111 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -51936,70 +51584,75 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4140[1] { + if yyq4106[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4146 := z.EncBinary() - _ = yym4146 + yym4112 := z.EncBinary() + _ = yym4112 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4140 || yy2arr4140 { + if yyr4106 || yy2arr4106 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4140[2] { - yy4148 := &x.ObjectMeta - yy4148.CodecEncodeSelf(e) + if yyq4106[2] { + yy4114 := &x.ListMeta + yym4115 := z.EncBinary() + _ = yym4115 + if false { + } else if z.HasExtensions() && z.EncExt(yy4114) { + } else { + z.EncFallback(yy4114) + } } else { r.EncodeNil() } } else { - if yyq4140[2] { + if yyq4106[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4149 := &x.ObjectMeta - yy4149.CodecEncodeSelf(e) + yy4116 := &x.ListMeta + yym4117 := z.EncBinary() + _ = yym4117 + if false { + } else if z.HasExtensions() && z.EncExt(yy4116) { + } else { + z.EncFallback(yy4116) + } } } - if yyr4140 || yy2arr4140 { + if yyr4106 || yy2arr4106 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4140[3] { - yy4151 := &x.Spec - yy4151.CodecEncodeSelf(e) - } else { + if x.Items == nil { r.EncodeNil() + } else { + yym4119 := z.EncBinary() + _ = yym4119 + if false { + } else { + h.encSliceLimitRange(([]LimitRange)(x.Items), e) + } } } else { - if yyq4140[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("spec")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4152 := &x.Spec - yy4152.CodecEncodeSelf(e) - } - } - if yyr4140 || yy2arr4140 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4140[4] { - yy4154 := &x.Status - yy4154.CodecEncodeSelf(e) - } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("items")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Items == nil { r.EncodeNil() - } - } else { - if yyq4140[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("status")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4155 := &x.Status - yy4155.CodecEncodeSelf(e) + } else { + yym4120 := z.EncBinary() + _ = yym4120 + if false { + } else { + h.encSliceLimitRange(([]LimitRange)(x.Items), e) + } } } - if yyr4140 || yy2arr4140 { + if yyr4106 || yy2arr4106 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52008,29 +51661,29 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { } } -func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { +func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4156 := z.DecBinary() - _ = yym4156 + yym4121 := z.DecBinary() + _ = yym4121 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4157 := r.ContainerType() - if yyct4157 == codecSelferValueTypeMap1234 { - yyl4157 := r.ReadMapStart() - if yyl4157 == 0 { + yyct4122 := r.ContainerType() + if yyct4122 == codecSelferValueTypeMap1234 { + yyl4122 := r.ReadMapStart() + if yyl4122 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4157, d) + x.codecDecodeSelfFromMap(yyl4122, d) } - } else if yyct4157 == codecSelferValueTypeArray1234 { - yyl4157 := r.ReadArrayStart() - if yyl4157 == 0 { + } else if yyct4122 == codecSelferValueTypeArray1234 { + yyl4122 := r.ReadArrayStart() + if yyl4122 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4157, d) + x.codecDecodeSelfFromArray(yyl4122, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52038,16 +51691,16 @@ func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *ResourceQuota) 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 - var yys4158Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4158Slc - var yyhl4158 bool = l >= 0 - for yyj4158 := 0; ; yyj4158++ { - if yyhl4158 { - if yyj4158 >= l { + var yys4123Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4123Slc + var yyhl4123 bool = l >= 0 + for yyj4123 := 0; ; yyj4123++ { + if yyhl4123 { + if yyj4123 >= l { break } } else { @@ -52056,10 +51709,10 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4158Slc = r.DecodeBytes(yys4158Slc, true, true) - yys4158 := string(yys4158Slc) + yys4123Slc = r.DecodeBytes(yys4123Slc, true, true) + yys4123 := string(yys4123Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4158 { + switch yys4123 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52074,33 +51727,560 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } case "metadata": if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} + x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4161 := &x.ObjectMeta - yyv4161.CodecDecodeSelf(d) + yyv4126 := &x.ListMeta + yym4127 := z.DecBinary() + _ = yym4127 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4126) { + } else { + z.DecFallback(yyv4126, false) + } } - case "spec": + case "items": if r.TryDecodeAsNil() { - x.Spec = ResourceQuotaSpec{} + x.Items = nil } else { - yyv4162 := &x.Spec - yyv4162.CodecDecodeSelf(d) - } - case "status": - if r.TryDecodeAsNil() { - x.Status = ResourceQuotaStatus{} - } else { - yyv4163 := &x.Status - yyv4163.CodecDecodeSelf(d) + yyv4128 := &x.Items + yym4129 := z.DecBinary() + _ = yym4129 + if false { + } else { + h.decSliceLimitRange((*[]LimitRange)(yyv4128), d) + } } default: - z.DecStructFieldNotFound(-1, yys4158) - } // end switch yys4158 - } // end for yyj4158 + z.DecStructFieldNotFound(-1, yys4123) + } // end switch yys4123 + } // end for yyj4123 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } -func (x *ResourceQuota) 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 yyj4130 int + var yyb4130 bool + var yyhl4130 bool = l >= 0 + yyj4130++ + if yyhl4130 { + yyb4130 = yyj4130 > l + } else { + yyb4130 = r.CheckBreak() + } + if yyb4130 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj4130++ + if yyhl4130 { + yyb4130 = yyj4130 > l + } else { + yyb4130 = r.CheckBreak() + } + if yyb4130 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj4130++ + if yyhl4130 { + yyb4130 = yyj4130 > l + } else { + yyb4130 = r.CheckBreak() + } + if yyb4130 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ListMeta = pkg2_unversioned.ListMeta{} + } else { + yyv4133 := &x.ListMeta + yym4134 := z.DecBinary() + _ = yym4134 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4133) { + } else { + z.DecFallback(yyv4133, false) + } + } + yyj4130++ + if yyhl4130 { + yyb4130 = yyj4130 > l + } else { + yyb4130 = r.CheckBreak() + } + if yyb4130 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Items = nil + } else { + yyv4135 := &x.Items + yym4136 := z.DecBinary() + _ = yym4136 + if false { + } else { + h.decSliceLimitRange((*[]LimitRange)(yyv4135), d) + } + } + for { + yyj4130++ + if yyhl4130 { + yyb4130 = yyj4130 > l + } else { + yyb4130 = r.CheckBreak() + } + if yyb4130 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj4130-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x ResourceQuotaScope) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + yym4137 := z.EncBinary() + _ = yym4137 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x)) + } +} + +func (x *ResourceQuotaScope) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym4138 := z.DecBinary() + _ = yym4138 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + *((*string)(x)) = r.DecodeString() + } +} + +func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym4139 := z.EncBinary() + _ = yym4139 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep4140 := !z.EncBinary() + yy2arr4140 := z.EncBasicHandle().StructToArray + var yyq4140 [2]bool + _, _, _ = yysep4140, yyq4140, yy2arr4140 + const yyr4140 bool = false + yyq4140[0] = len(x.Hard) != 0 + yyq4140[1] = len(x.Scopes) != 0 + var yynn4140 int + if yyr4140 || yy2arr4140 { + r.EncodeArrayStart(2) + } else { + yynn4140 = 0 + for _, b := range yyq4140 { + if b { + yynn4140++ + } + } + r.EncodeMapStart(yynn4140) + yynn4140 = 0 + } + if yyr4140 || yy2arr4140 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4140[0] { + if x.Hard == nil { + r.EncodeNil() + } else { + x.Hard.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq4140[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 yyr4140 || yy2arr4140 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4140[1] { + if x.Scopes == nil { + r.EncodeNil() + } else { + yym4143 := z.EncBinary() + _ = yym4143 + if false { + } else { + h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq4140[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("scopes")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Scopes == nil { + r.EncodeNil() + } else { + yym4144 := z.EncBinary() + _ = yym4144 + if false { + } else { + h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) + } + } + } + } + if yyr4140 || yy2arr4140 { + 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 + yym4145 := z.DecBinary() + _ = yym4145 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct4146 := r.ContainerType() + if yyct4146 == codecSelferValueTypeMap1234 { + yyl4146 := r.ReadMapStart() + if yyl4146 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl4146, d) + } + } else if yyct4146 == codecSelferValueTypeArray1234 { + yyl4146 := r.ReadArrayStart() + if yyl4146 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl4146, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys4147Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4147Slc + var yyhl4147 bool = l >= 0 + for yyj4147 := 0; ; yyj4147++ { + if yyhl4147 { + if yyj4147 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys4147Slc = r.DecodeBytes(yys4147Slc, true, true) + yys4147 := string(yys4147Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys4147 { + case "hard": + if r.TryDecodeAsNil() { + x.Hard = nil + } else { + yyv4148 := &x.Hard + yyv4148.CodecDecodeSelf(d) + } + case "scopes": + if r.TryDecodeAsNil() { + x.Scopes = nil + } else { + yyv4149 := &x.Scopes + yym4150 := z.DecBinary() + _ = yym4150 + if false { + } else { + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4149), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys4147) + } // end switch yys4147 + } // end for yyj4147 + 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 yyj4151 int + var yyb4151 bool + var yyhl4151 bool = l >= 0 + yyj4151++ + if yyhl4151 { + yyb4151 = yyj4151 > l + } else { + yyb4151 = r.CheckBreak() + } + if yyb4151 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Hard = nil + } else { + yyv4152 := &x.Hard + yyv4152.CodecDecodeSelf(d) + } + yyj4151++ + if yyhl4151 { + yyb4151 = yyj4151 > l + } else { + yyb4151 = r.CheckBreak() + } + if yyb4151 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Scopes = nil + } else { + yyv4153 := &x.Scopes + yym4154 := z.DecBinary() + _ = yym4154 + if false { + } else { + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4153), d) + } + } + for { + yyj4151++ + if yyhl4151 { + yyb4151 = yyj4151 > l + } else { + yyb4151 = r.CheckBreak() + } + if yyb4151 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj4151-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 { + yym4155 := z.EncBinary() + _ = yym4155 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep4156 := !z.EncBinary() + yy2arr4156 := z.EncBasicHandle().StructToArray + var yyq4156 [2]bool + _, _, _ = yysep4156, yyq4156, yy2arr4156 + const yyr4156 bool = false + yyq4156[0] = len(x.Hard) != 0 + yyq4156[1] = len(x.Used) != 0 + var yynn4156 int + if yyr4156 || yy2arr4156 { + r.EncodeArrayStart(2) + } else { + yynn4156 = 0 + for _, b := range yyq4156 { + if b { + yynn4156++ + } + } + r.EncodeMapStart(yynn4156) + yynn4156 = 0 + } + if yyr4156 || yy2arr4156 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4156[0] { + if x.Hard == nil { + r.EncodeNil() + } else { + x.Hard.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq4156[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 yyr4156 || yy2arr4156 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4156[1] { + if x.Used == nil { + r.EncodeNil() + } else { + x.Used.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq4156[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 yyr4156 || yy2arr4156 { + 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 + yym4159 := z.DecBinary() + _ = yym4159 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct4160 := r.ContainerType() + if yyct4160 == codecSelferValueTypeMap1234 { + yyl4160 := r.ReadMapStart() + if yyl4160 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl4160, d) + } + } else if yyct4160 == codecSelferValueTypeArray1234 { + yyl4160 := r.ReadArrayStart() + if yyl4160 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl4160, 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 yys4161Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4161Slc + var yyhl4161 bool = l >= 0 + for yyj4161 := 0; ; yyj4161++ { + if yyhl4161 { + if yyj4161 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys4161Slc = r.DecodeBytes(yys4161Slc, true, true) + yys4161 := string(yys4161Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys4161 { + case "hard": + if r.TryDecodeAsNil() { + x.Hard = nil + } else { + yyv4162 := &x.Hard + yyv4162.CodecDecodeSelf(d) + } + case "used": + if r.TryDecodeAsNil() { + x.Used = nil + } else { + yyv4163 := &x.Used + yyv4163.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys4161) + } // end switch yys4161 + } // end for yyj4161 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -52119,9 +52299,10 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.Kind = "" + x.Hard = nil } else { - x.Kind = string(r.DecodeString()) + yyv4165 := &x.Hard + yyv4165.CodecDecodeSelf(d) } yyj4164++ if yyhl4164 { @@ -52135,60 +52316,10 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.APIVersion = "" + x.Used = nil } else { - x.APIVersion = string(r.DecodeString()) - } - yyj4164++ - if yyhl4164 { - yyb4164 = yyj4164 > l - } else { - yyb4164 = r.CheckBreak() - } - if yyb4164 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} - } else { - yyv4167 := &x.ObjectMeta - yyv4167.CodecDecodeSelf(d) - } - yyj4164++ - if yyhl4164 { - yyb4164 = yyj4164 > l - } else { - yyb4164 = r.CheckBreak() - } - if yyb4164 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Spec = ResourceQuotaSpec{} - } else { - yyv4168 := &x.Spec - yyv4168.CodecDecodeSelf(d) - } - yyj4164++ - if yyhl4164 { - yyb4164 = yyj4164 > l - } else { - yyb4164 = r.CheckBreak() - } - if yyb4164 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Status = ResourceQuotaStatus{} - } else { - yyv4169 := &x.Status - yyv4169.CodecDecodeSelf(d) + yyv4166 := &x.Used + yyv4166.CodecDecodeSelf(d) } for { yyj4164++ @@ -52206,44 +52337,46 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { +func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r if x == nil { r.EncodeNil() } else { - yym4170 := z.EncBinary() - _ = yym4170 + yym4167 := z.EncBinary() + _ = yym4167 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4171 := !z.EncBinary() - yy2arr4171 := z.EncBasicHandle().StructToArray - var yyq4171 [4]bool - _, _, _ = yysep4171, yyq4171, yy2arr4171 - const yyr4171 bool = false - yyq4171[0] = x.Kind != "" - yyq4171[1] = x.APIVersion != "" - yyq4171[2] = true - var yynn4171 int - if yyr4171 || yy2arr4171 { - r.EncodeArrayStart(4) + yysep4168 := !z.EncBinary() + yy2arr4168 := z.EncBasicHandle().StructToArray + var yyq4168 [5]bool + _, _, _ = yysep4168, yyq4168, yy2arr4168 + const yyr4168 bool = false + yyq4168[0] = x.Kind != "" + yyq4168[1] = x.APIVersion != "" + yyq4168[2] = true + yyq4168[3] = true + yyq4168[4] = true + var yynn4168 int + if yyr4168 || yy2arr4168 { + r.EncodeArrayStart(5) } else { - yynn4171 = 1 - for _, b := range yyq4171 { + yynn4168 = 0 + for _, b := range yyq4168 { if b { - yynn4171++ + yynn4168++ } } - r.EncodeMapStart(yynn4171) - yynn4171 = 0 + r.EncodeMapStart(yynn4168) + yynn4168 = 0 } - if yyr4171 || yy2arr4171 { + if yyr4168 || yy2arr4168 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4171[0] { - yym4173 := z.EncBinary() - _ = yym4173 + if yyq4168[0] { + yym4170 := z.EncBinary() + _ = yym4170 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52252,100 +52385,95 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4171[0] { + if yyq4168[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4171 := z.EncBinary() + _ = yym4171 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr4168 || yy2arr4168 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4168[1] { + yym4173 := z.EncBinary() + _ = yym4173 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4168[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) yym4174 := z.EncBinary() _ = yym4174 if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr4171 || yy2arr4171 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4171[1] { - yym4176 := z.EncBinary() - _ = yym4176 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4171[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4177 := z.EncBinary() - _ = yym4177 - if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4171 || yy2arr4171 { + if yyr4168 || yy2arr4168 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4171[2] { - yy4179 := &x.ListMeta - yym4180 := z.EncBinary() - _ = yym4180 - if false { - } else if z.HasExtensions() && z.EncExt(yy4179) { - } else { - z.EncFallback(yy4179) - } + if yyq4168[2] { + yy4176 := &x.ObjectMeta + yy4176.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4171[2] { + if yyq4168[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4181 := &x.ListMeta - yym4182 := z.EncBinary() - _ = yym4182 - if false { - } else if z.HasExtensions() && z.EncExt(yy4181) { - } else { - z.EncFallback(yy4181) - } + yy4177 := &x.ObjectMeta + yy4177.CodecEncodeSelf(e) } } - if yyr4171 || yy2arr4171 { + if yyr4168 || yy2arr4168 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if x.Items == nil { - r.EncodeNil() + if yyq4168[3] { + yy4179 := &x.Spec + yy4179.CodecEncodeSelf(e) } else { - yym4184 := z.EncBinary() - _ = yym4184 - if false { - } else { - h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) - } + r.EncodeNil() } } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("items")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Items == nil { - r.EncodeNil() - } else { - yym4185 := z.EncBinary() - _ = yym4185 - if false { - } else { - h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) - } + if yyq4168[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("spec")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy4180 := &x.Spec + yy4180.CodecEncodeSelf(e) } } - if yyr4171 || yy2arr4171 { + if yyr4168 || yy2arr4168 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4168[4] { + yy4182 := &x.Status + yy4182.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq4168[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("status")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy4183 := &x.Status + yy4183.CodecEncodeSelf(e) + } + } + if yyr4168 || yy2arr4168 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52354,29 +52482,29 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { } } -func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder) { +func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4186 := z.DecBinary() - _ = yym4186 + yym4184 := z.DecBinary() + _ = yym4184 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4187 := r.ContainerType() - if yyct4187 == codecSelferValueTypeMap1234 { - yyl4187 := r.ReadMapStart() - if yyl4187 == 0 { + yyct4185 := r.ContainerType() + if yyct4185 == codecSelferValueTypeMap1234 { + yyl4185 := r.ReadMapStart() + if yyl4185 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4187, d) + x.codecDecodeSelfFromMap(yyl4185, d) } - } else if yyct4187 == codecSelferValueTypeArray1234 { - yyl4187 := r.ReadArrayStart() - if yyl4187 == 0 { + } else if yyct4185 == codecSelferValueTypeArray1234 { + yyl4185 := r.ReadArrayStart() + if yyl4185 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4187, d) + x.codecDecodeSelfFromArray(yyl4185, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52384,16 +52512,16 @@ func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4188Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4188Slc - var yyhl4188 bool = l >= 0 - for yyj4188 := 0; ; yyj4188++ { - if yyhl4188 { - if yyj4188 >= l { + var yys4186Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4186Slc + var yyhl4186 bool = l >= 0 + for yyj4186 := 0; ; yyj4186++ { + if yyhl4186 { + if yyj4186 >= l { break } } else { @@ -52402,399 +52530,10 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4188Slc = r.DecodeBytes(yys4188Slc, true, true) - yys4188 := string(yys4188Slc) + yys4186Slc = r.DecodeBytes(yys4186Slc, true, true) + yys4186 := string(yys4186Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4188 { - 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 { - yyv4191 := &x.ListMeta - yym4192 := z.DecBinary() - _ = yym4192 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4191) { - } else { - z.DecFallback(yyv4191, false) - } - } - case "items": - if r.TryDecodeAsNil() { - x.Items = nil - } else { - yyv4193 := &x.Items - yym4194 := z.DecBinary() - _ = yym4194 - if false { - } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4193), d) - } - } - default: - z.DecStructFieldNotFound(-1, yys4188) - } // end switch yys4188 - } // end for yyj4188 - 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 yyj4195 int - var yyb4195 bool - var yyhl4195 bool = l >= 0 - yyj4195++ - if yyhl4195 { - yyb4195 = yyj4195 > l - } else { - yyb4195 = r.CheckBreak() - } - if yyb4195 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj4195++ - if yyhl4195 { - yyb4195 = yyj4195 > l - } else { - yyb4195 = r.CheckBreak() - } - if yyb4195 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj4195++ - if yyhl4195 { - yyb4195 = yyj4195 > l - } else { - yyb4195 = r.CheckBreak() - } - if yyb4195 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} - } else { - yyv4198 := &x.ListMeta - yym4199 := z.DecBinary() - _ = yym4199 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4198) { - } else { - z.DecFallback(yyv4198, false) - } - } - yyj4195++ - if yyhl4195 { - yyb4195 = yyj4195 > l - } else { - yyb4195 = r.CheckBreak() - } - if yyb4195 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Items = nil - } else { - yyv4200 := &x.Items - yym4201 := z.DecBinary() - _ = yym4201 - if false { - } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4200), d) - } - } - for { - yyj4195++ - if yyhl4195 { - yyb4195 = yyj4195 > l - } else { - yyb4195 = r.CheckBreak() - } - if yyb4195 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4195-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 { - yym4202 := z.EncBinary() - _ = yym4202 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep4203 := !z.EncBinary() - yy2arr4203 := z.EncBasicHandle().StructToArray - var yyq4203 [6]bool - _, _, _ = yysep4203, yyq4203, yy2arr4203 - const yyr4203 bool = false - yyq4203[0] = x.Kind != "" - yyq4203[1] = x.APIVersion != "" - yyq4203[2] = true - yyq4203[3] = len(x.Data) != 0 - yyq4203[4] = len(x.StringData) != 0 - yyq4203[5] = x.Type != "" - var yynn4203 int - if yyr4203 || yy2arr4203 { - r.EncodeArrayStart(6) - } else { - yynn4203 = 0 - for _, b := range yyq4203 { - if b { - yynn4203++ - } - } - r.EncodeMapStart(yynn4203) - yynn4203 = 0 - } - if yyr4203 || yy2arr4203 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4203[0] { - yym4205 := z.EncBinary() - _ = yym4205 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4203[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4206 := z.EncBinary() - _ = yym4206 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr4203 || yy2arr4203 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4203[1] { - yym4208 := z.EncBinary() - _ = yym4208 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4203[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4209 := z.EncBinary() - _ = yym4209 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr4203 || yy2arr4203 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4203[2] { - yy4211 := &x.ObjectMeta - yy4211.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq4203[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4212 := &x.ObjectMeta - yy4212.CodecEncodeSelf(e) - } - } - if yyr4203 || yy2arr4203 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4203[3] { - if x.Data == nil { - r.EncodeNil() - } else { - yym4214 := z.EncBinary() - _ = yym4214 - if false { - } else { - h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq4203[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("data")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Data == nil { - r.EncodeNil() - } else { - yym4215 := z.EncBinary() - _ = yym4215 - if false { - } else { - h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) - } - } - } - } - if yyr4203 || yy2arr4203 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4203[4] { - if x.StringData == nil { - r.EncodeNil() - } else { - yym4217 := z.EncBinary() - _ = yym4217 - if false { - } else { - z.F.EncMapStringStringV(x.StringData, false, e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq4203[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stringData")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.StringData == nil { - r.EncodeNil() - } else { - yym4218 := z.EncBinary() - _ = yym4218 - if false { - } else { - z.F.EncMapStringStringV(x.StringData, false, e) - } - } - } - } - if yyr4203 || yy2arr4203 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4203[5] { - x.Type.CodecEncodeSelf(e) - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4203[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("type")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - x.Type.CodecEncodeSelf(e) - } - } - if yyr4203 || yy2arr4203 { - 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 - yym4220 := z.DecBinary() - _ = yym4220 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct4221 := r.ContainerType() - if yyct4221 == codecSelferValueTypeMap1234 { - yyl4221 := r.ReadMapStart() - if yyl4221 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl4221, d) - } - } else if yyct4221 == codecSelferValueTypeArray1234 { - yyl4221 := r.ReadArrayStart() - if yyl4221 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl4221, 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 yys4222Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4222Slc - var yyhl4222 bool = l >= 0 - for yyj4222 := 0; ; yyj4222++ { - if yyhl4222 { - if yyj4222 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4222Slc = r.DecodeBytes(yys4222Slc, true, true) - yys4222 := string(yys4222Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4222 { + switch yys4186 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52811,60 +52550,44 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4225 := &x.ObjectMeta - yyv4225.CodecDecodeSelf(d) + yyv4189 := &x.ObjectMeta + yyv4189.CodecDecodeSelf(d) } - case "data": + case "spec": if r.TryDecodeAsNil() { - x.Data = nil + x.Spec = ResourceQuotaSpec{} } else { - yyv4226 := &x.Data - yym4227 := z.DecBinary() - _ = yym4227 - if false { - } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4226), d) - } + yyv4190 := &x.Spec + yyv4190.CodecDecodeSelf(d) } - case "stringData": + case "status": if r.TryDecodeAsNil() { - x.StringData = nil + x.Status = ResourceQuotaStatus{} } else { - yyv4228 := &x.StringData - yym4229 := z.DecBinary() - _ = yym4229 - if false { - } else { - z.F.DecMapStringStringX(yyv4228, false, d) - } - } - case "type": - if r.TryDecodeAsNil() { - x.Type = "" - } else { - x.Type = SecretType(r.DecodeString()) + yyv4191 := &x.Status + yyv4191.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4222) - } // end switch yys4222 - } // end for yyj4222 + z.DecStructFieldNotFound(-1, yys4186) + } // end switch yys4186 + } // end for yyj4186 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 yyj4231 int - var yyb4231 bool - var yyhl4231 bool = l >= 0 - yyj4231++ - if yyhl4231 { - yyb4231 = yyj4231 > l + var yyj4192 int + var yyb4192 bool + var yyhl4192 bool = l >= 0 + yyj4192++ + if yyhl4192 { + yyb4192 = yyj4192 > l } else { - yyb4231 = r.CheckBreak() + yyb4192 = r.CheckBreak() } - if yyb4231 { + if yyb4192 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52874,13 +52597,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4231++ - if yyhl4231 { - yyb4231 = yyj4231 > l + yyj4192++ + if yyhl4192 { + yyb4192 = yyj4192 > l } else { - yyb4231 = r.CheckBreak() + yyb4192 = r.CheckBreak() } - if yyb4231 { + if yyb4192 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52890,13 +52613,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4231++ - if yyhl4231 { - yyb4231 = yyj4231 > l + yyj4192++ + if yyhl4192 { + yyb4192 = yyj4192 > l } else { - yyb4231 = r.CheckBreak() + yyb4192 = r.CheckBreak() } - if yyb4231 { + if yyb4192 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52904,16 +52627,767 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4234 := &x.ObjectMeta - yyv4234.CodecDecodeSelf(d) + yyv4195 := &x.ObjectMeta + yyv4195.CodecDecodeSelf(d) } - yyj4231++ - if yyhl4231 { - yyb4231 = yyj4231 > l + yyj4192++ + if yyhl4192 { + yyb4192 = yyj4192 > l } else { - yyb4231 = r.CheckBreak() + yyb4192 = r.CheckBreak() } - if yyb4231 { + if yyb4192 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Spec = ResourceQuotaSpec{} + } else { + yyv4196 := &x.Spec + yyv4196.CodecDecodeSelf(d) + } + yyj4192++ + if yyhl4192 { + yyb4192 = yyj4192 > l + } else { + yyb4192 = r.CheckBreak() + } + if yyb4192 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Status = ResourceQuotaStatus{} + } else { + yyv4197 := &x.Status + yyv4197.CodecDecodeSelf(d) + } + for { + yyj4192++ + if yyhl4192 { + yyb4192 = yyj4192 > l + } else { + yyb4192 = r.CheckBreak() + } + if yyb4192 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj4192-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 { + yym4198 := z.EncBinary() + _ = yym4198 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep4199 := !z.EncBinary() + yy2arr4199 := z.EncBasicHandle().StructToArray + var yyq4199 [4]bool + _, _, _ = yysep4199, yyq4199, yy2arr4199 + const yyr4199 bool = false + yyq4199[0] = x.Kind != "" + yyq4199[1] = x.APIVersion != "" + yyq4199[2] = true + var yynn4199 int + if yyr4199 || yy2arr4199 { + r.EncodeArrayStart(4) + } else { + yynn4199 = 1 + for _, b := range yyq4199 { + if b { + yynn4199++ + } + } + r.EncodeMapStart(yynn4199) + yynn4199 = 0 + } + if yyr4199 || yy2arr4199 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4199[0] { + yym4201 := z.EncBinary() + _ = yym4201 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4199[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4202 := z.EncBinary() + _ = yym4202 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr4199 || yy2arr4199 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4199[1] { + yym4204 := z.EncBinary() + _ = yym4204 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4199[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4205 := z.EncBinary() + _ = yym4205 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr4199 || yy2arr4199 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4199[2] { + yy4207 := &x.ListMeta + yym4208 := z.EncBinary() + _ = yym4208 + if false { + } else if z.HasExtensions() && z.EncExt(yy4207) { + } else { + z.EncFallback(yy4207) + } + } else { + r.EncodeNil() + } + } else { + if yyq4199[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy4209 := &x.ListMeta + yym4210 := z.EncBinary() + _ = yym4210 + if false { + } else if z.HasExtensions() && z.EncExt(yy4209) { + } else { + z.EncFallback(yy4209) + } + } + } + if yyr4199 || yy2arr4199 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.Items == nil { + r.EncodeNil() + } else { + yym4212 := z.EncBinary() + _ = yym4212 + 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 { + yym4213 := z.EncBinary() + _ = yym4213 + if false { + } else { + h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) + } + } + } + if yyr4199 || yy2arr4199 { + 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 + yym4214 := z.DecBinary() + _ = yym4214 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct4215 := r.ContainerType() + if yyct4215 == codecSelferValueTypeMap1234 { + yyl4215 := r.ReadMapStart() + if yyl4215 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl4215, d) + } + } else if yyct4215 == codecSelferValueTypeArray1234 { + yyl4215 := r.ReadArrayStart() + if yyl4215 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl4215, 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 yys4216Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4216Slc + var yyhl4216 bool = l >= 0 + for yyj4216 := 0; ; yyj4216++ { + if yyhl4216 { + if yyj4216 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys4216Slc = r.DecodeBytes(yys4216Slc, true, true) + yys4216 := string(yys4216Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys4216 { + 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 { + yyv4219 := &x.ListMeta + yym4220 := z.DecBinary() + _ = yym4220 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4219) { + } else { + z.DecFallback(yyv4219, false) + } + } + case "items": + if r.TryDecodeAsNil() { + x.Items = nil + } else { + yyv4221 := &x.Items + yym4222 := z.DecBinary() + _ = yym4222 + if false { + } else { + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4221), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys4216) + } // end switch yys4216 + } // end for yyj4216 + 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 yyj4223 int + var yyb4223 bool + var yyhl4223 bool = l >= 0 + yyj4223++ + if yyhl4223 { + yyb4223 = yyj4223 > l + } else { + yyb4223 = r.CheckBreak() + } + if yyb4223 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj4223++ + if yyhl4223 { + yyb4223 = yyj4223 > l + } else { + yyb4223 = r.CheckBreak() + } + if yyb4223 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj4223++ + if yyhl4223 { + yyb4223 = yyj4223 > l + } else { + yyb4223 = r.CheckBreak() + } + if yyb4223 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ListMeta = pkg2_unversioned.ListMeta{} + } else { + yyv4226 := &x.ListMeta + yym4227 := z.DecBinary() + _ = yym4227 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4226) { + } else { + z.DecFallback(yyv4226, false) + } + } + yyj4223++ + if yyhl4223 { + yyb4223 = yyj4223 > l + } else { + yyb4223 = r.CheckBreak() + } + if yyb4223 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Items = nil + } else { + yyv4228 := &x.Items + yym4229 := z.DecBinary() + _ = yym4229 + if false { + } else { + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4228), d) + } + } + for { + yyj4223++ + if yyhl4223 { + yyb4223 = yyj4223 > l + } else { + yyb4223 = r.CheckBreak() + } + if yyb4223 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj4223-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 { + yym4230 := z.EncBinary() + _ = yym4230 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep4231 := !z.EncBinary() + yy2arr4231 := z.EncBasicHandle().StructToArray + var yyq4231 [6]bool + _, _, _ = yysep4231, yyq4231, yy2arr4231 + const yyr4231 bool = false + yyq4231[0] = x.Kind != "" + yyq4231[1] = x.APIVersion != "" + yyq4231[2] = true + yyq4231[3] = len(x.Data) != 0 + yyq4231[4] = len(x.StringData) != 0 + yyq4231[5] = x.Type != "" + var yynn4231 int + if yyr4231 || yy2arr4231 { + r.EncodeArrayStart(6) + } else { + yynn4231 = 0 + for _, b := range yyq4231 { + if b { + yynn4231++ + } + } + r.EncodeMapStart(yynn4231) + yynn4231 = 0 + } + if yyr4231 || yy2arr4231 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4231[0] { + yym4233 := z.EncBinary() + _ = yym4233 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4231[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4234 := z.EncBinary() + _ = yym4234 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr4231 || yy2arr4231 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4231[1] { + yym4236 := z.EncBinary() + _ = yym4236 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4231[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4237 := z.EncBinary() + _ = yym4237 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr4231 || yy2arr4231 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4231[2] { + yy4239 := &x.ObjectMeta + yy4239.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq4231[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy4240 := &x.ObjectMeta + yy4240.CodecEncodeSelf(e) + } + } + if yyr4231 || yy2arr4231 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4231[3] { + if x.Data == nil { + r.EncodeNil() + } else { + yym4242 := z.EncBinary() + _ = yym4242 + if false { + } else { + h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq4231[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("data")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Data == nil { + r.EncodeNil() + } else { + yym4243 := z.EncBinary() + _ = yym4243 + if false { + } else { + h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) + } + } + } + } + if yyr4231 || yy2arr4231 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4231[4] { + if x.StringData == nil { + r.EncodeNil() + } else { + yym4245 := z.EncBinary() + _ = yym4245 + if false { + } else { + z.F.EncMapStringStringV(x.StringData, false, e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq4231[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stringData")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.StringData == nil { + r.EncodeNil() + } else { + yym4246 := z.EncBinary() + _ = yym4246 + if false { + } else { + z.F.EncMapStringStringV(x.StringData, false, e) + } + } + } + } + if yyr4231 || yy2arr4231 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4231[5] { + x.Type.CodecEncodeSelf(e) + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4231[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("type")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + x.Type.CodecEncodeSelf(e) + } + } + if yyr4231 || yy2arr4231 { + 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 + yym4248 := z.DecBinary() + _ = yym4248 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct4249 := r.ContainerType() + if yyct4249 == codecSelferValueTypeMap1234 { + yyl4249 := r.ReadMapStart() + if yyl4249 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl4249, d) + } + } else if yyct4249 == codecSelferValueTypeArray1234 { + yyl4249 := r.ReadArrayStart() + if yyl4249 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl4249, 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 yys4250Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4250Slc + var yyhl4250 bool = l >= 0 + for yyj4250 := 0; ; yyj4250++ { + if yyhl4250 { + if yyj4250 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys4250Slc = r.DecodeBytes(yys4250Slc, true, true) + yys4250 := string(yys4250Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys4250 { + 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 { + yyv4253 := &x.ObjectMeta + yyv4253.CodecDecodeSelf(d) + } + case "data": + if r.TryDecodeAsNil() { + x.Data = nil + } else { + yyv4254 := &x.Data + yym4255 := z.DecBinary() + _ = yym4255 + if false { + } else { + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4254), d) + } + } + case "stringData": + if r.TryDecodeAsNil() { + x.StringData = nil + } else { + yyv4256 := &x.StringData + yym4257 := z.DecBinary() + _ = yym4257 + if false { + } else { + z.F.DecMapStringStringX(yyv4256, false, d) + } + } + case "type": + if r.TryDecodeAsNil() { + x.Type = "" + } else { + x.Type = SecretType(r.DecodeString()) + } + default: + z.DecStructFieldNotFound(-1, yys4250) + } // end switch yys4250 + } // end for yyj4250 + 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 yyj4259 int + var yyb4259 bool + var yyhl4259 bool = l >= 0 + yyj4259++ + if yyhl4259 { + yyb4259 = yyj4259 > l + } else { + yyb4259 = r.CheckBreak() + } + if yyb4259 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj4259++ + if yyhl4259 { + yyb4259 = yyj4259 > l + } else { + yyb4259 = r.CheckBreak() + } + if yyb4259 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj4259++ + if yyhl4259 { + yyb4259 = yyj4259 > l + } else { + yyb4259 = r.CheckBreak() + } + if yyb4259 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ObjectMeta = ObjectMeta{} + } else { + yyv4262 := &x.ObjectMeta + yyv4262.CodecDecodeSelf(d) + } + yyj4259++ + if yyhl4259 { + yyb4259 = yyj4259 > l + } else { + yyb4259 = r.CheckBreak() + } + if yyb4259 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52921,21 +53395,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4235 := &x.Data - yym4236 := z.DecBinary() - _ = yym4236 + yyv4263 := &x.Data + yym4264 := z.DecBinary() + _ = yym4264 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4235), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4263), d) } } - yyj4231++ - if yyhl4231 { - yyb4231 = yyj4231 > l + yyj4259++ + if yyhl4259 { + yyb4259 = yyj4259 > l } else { - yyb4231 = r.CheckBreak() + yyb4259 = r.CheckBreak() } - if yyb4231 { + if yyb4259 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52943,21 +53417,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.StringData = nil } else { - yyv4237 := &x.StringData - yym4238 := z.DecBinary() - _ = yym4238 + yyv4265 := &x.StringData + yym4266 := z.DecBinary() + _ = yym4266 if false { } else { - z.F.DecMapStringStringX(yyv4237, false, d) + z.F.DecMapStringStringX(yyv4265, false, d) } } - yyj4231++ - if yyhl4231 { - yyb4231 = yyj4231 > l + yyj4259++ + if yyhl4259 { + yyb4259 = yyj4259 > l } else { - yyb4231 = r.CheckBreak() + yyb4259 = r.CheckBreak() } - if yyb4231 { + if yyb4259 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52968,17 +53442,17 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } for { - yyj4231++ - if yyhl4231 { - yyb4231 = yyj4231 > l + yyj4259++ + if yyhl4259 { + yyb4259 = yyj4259 > l } else { - yyb4231 = r.CheckBreak() + yyb4259 = r.CheckBreak() } - if yyb4231 { + if yyb4259 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4231-1, "") + z.DecStructFieldNotFound(yyj4259-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52987,8 +53461,8 @@ func (x SecretType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4240 := z.EncBinary() - _ = yym4240 + yym4268 := z.EncBinary() + _ = yym4268 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -53000,8 +53474,8 @@ func (x *SecretType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4241 := z.DecBinary() - _ = yym4241 + yym4269 := z.DecBinary() + _ = yym4269 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -53016,37 +53490,37 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4242 := z.EncBinary() - _ = yym4242 + yym4270 := z.EncBinary() + _ = yym4270 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4243 := !z.EncBinary() - yy2arr4243 := z.EncBasicHandle().StructToArray - var yyq4243 [4]bool - _, _, _ = yysep4243, yyq4243, yy2arr4243 - const yyr4243 bool = false - yyq4243[0] = x.Kind != "" - yyq4243[1] = x.APIVersion != "" - yyq4243[2] = true - var yynn4243 int - if yyr4243 || yy2arr4243 { + yysep4271 := !z.EncBinary() + yy2arr4271 := z.EncBasicHandle().StructToArray + var yyq4271 [4]bool + _, _, _ = yysep4271, yyq4271, yy2arr4271 + const yyr4271 bool = false + yyq4271[0] = x.Kind != "" + yyq4271[1] = x.APIVersion != "" + yyq4271[2] = true + var yynn4271 int + if yyr4271 || yy2arr4271 { r.EncodeArrayStart(4) } else { - yynn4243 = 1 - for _, b := range yyq4243 { + yynn4271 = 1 + for _, b := range yyq4271 { if b { - yynn4243++ + yynn4271++ } } - r.EncodeMapStart(yynn4243) - yynn4243 = 0 + r.EncodeMapStart(yynn4271) + yynn4271 = 0 } - if yyr4243 || yy2arr4243 { + if yyr4271 || yy2arr4271 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4243[0] { - yym4245 := z.EncBinary() - _ = yym4245 + if yyq4271[0] { + yym4273 := z.EncBinary() + _ = yym4273 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -53055,23 +53529,23 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4243[0] { + if yyq4271[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4246 := z.EncBinary() - _ = yym4246 + yym4274 := z.EncBinary() + _ = yym4274 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4243 || yy2arr4243 { + if yyr4271 || yy2arr4271 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4243[1] { - yym4248 := z.EncBinary() - _ = yym4248 + if yyq4271[1] { + yym4276 := z.EncBinary() + _ = yym4276 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -53080,54 +53554,54 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4243[1] { + if yyq4271[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4249 := z.EncBinary() - _ = yym4249 + yym4277 := z.EncBinary() + _ = yym4277 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4243 || yy2arr4243 { + if yyr4271 || yy2arr4271 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4243[2] { - yy4251 := &x.ListMeta - yym4252 := z.EncBinary() - _ = yym4252 + if yyq4271[2] { + yy4279 := &x.ListMeta + yym4280 := z.EncBinary() + _ = yym4280 if false { - } else if z.HasExtensions() && z.EncExt(yy4251) { + } else if z.HasExtensions() && z.EncExt(yy4279) { } else { - z.EncFallback(yy4251) + z.EncFallback(yy4279) } } else { r.EncodeNil() } } else { - if yyq4243[2] { + if yyq4271[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4253 := &x.ListMeta - yym4254 := z.EncBinary() - _ = yym4254 + yy4281 := &x.ListMeta + yym4282 := z.EncBinary() + _ = yym4282 if false { - } else if z.HasExtensions() && z.EncExt(yy4253) { + } else if z.HasExtensions() && z.EncExt(yy4281) { } else { - z.EncFallback(yy4253) + z.EncFallback(yy4281) } } } - if yyr4243 || yy2arr4243 { + if yyr4271 || yy2arr4271 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4256 := z.EncBinary() - _ = yym4256 + yym4284 := z.EncBinary() + _ = yym4284 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) @@ -53140,15 +53614,15 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4257 := z.EncBinary() - _ = yym4257 + yym4285 := z.EncBinary() + _ = yym4285 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) } } } - if yyr4243 || yy2arr4243 { + if yyr4271 || yy2arr4271 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53161,25 +53635,25 @@ func (x *SecretList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4258 := z.DecBinary() - _ = yym4258 + yym4286 := z.DecBinary() + _ = yym4286 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4259 := r.ContainerType() - if yyct4259 == codecSelferValueTypeMap1234 { - yyl4259 := r.ReadMapStart() - if yyl4259 == 0 { + yyct4287 := r.ContainerType() + if yyct4287 == codecSelferValueTypeMap1234 { + yyl4287 := r.ReadMapStart() + if yyl4287 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4259, d) + x.codecDecodeSelfFromMap(yyl4287, d) } - } else if yyct4259 == codecSelferValueTypeArray1234 { - yyl4259 := r.ReadArrayStart() - if yyl4259 == 0 { + } else if yyct4287 == codecSelferValueTypeArray1234 { + yyl4287 := r.ReadArrayStart() + if yyl4287 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4259, d) + x.codecDecodeSelfFromArray(yyl4287, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53191,12 +53665,12 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4260Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4260Slc - var yyhl4260 bool = l >= 0 - for yyj4260 := 0; ; yyj4260++ { - if yyhl4260 { - if yyj4260 >= l { + var yys4288Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4288Slc + var yyhl4288 bool = l >= 0 + for yyj4288 := 0; ; yyj4288++ { + if yyhl4288 { + if yyj4288 >= l { break } } else { @@ -53205,10 +53679,10 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4260Slc = r.DecodeBytes(yys4260Slc, true, true) - yys4260 := string(yys4260Slc) + yys4288Slc = r.DecodeBytes(yys4288Slc, true, true) + yys4288 := string(yys4288Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4260 { + switch yys4288 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53225,31 +53699,31 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4263 := &x.ListMeta - yym4264 := z.DecBinary() - _ = yym4264 + yyv4291 := &x.ListMeta + yym4292 := z.DecBinary() + _ = yym4292 if false { - } else if z.HasExtensions() && z.DecExt(yyv4263) { + } else if z.HasExtensions() && z.DecExt(yyv4291) { } else { - z.DecFallback(yyv4263, false) + z.DecFallback(yyv4291, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4265 := &x.Items - yym4266 := z.DecBinary() - _ = yym4266 + yyv4293 := &x.Items + yym4294 := z.DecBinary() + _ = yym4294 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4265), d) + h.decSliceSecret((*[]Secret)(yyv4293), d) } } default: - z.DecStructFieldNotFound(-1, yys4260) - } // end switch yys4260 - } // end for yyj4260 + z.DecStructFieldNotFound(-1, yys4288) + } // end switch yys4288 + } // end for yyj4288 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53257,16 +53731,16 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4267 int - var yyb4267 bool - var yyhl4267 bool = l >= 0 - yyj4267++ - if yyhl4267 { - yyb4267 = yyj4267 > l + var yyj4295 int + var yyb4295 bool + var yyhl4295 bool = l >= 0 + yyj4295++ + if yyhl4295 { + yyb4295 = yyj4295 > l } else { - yyb4267 = r.CheckBreak() + yyb4295 = r.CheckBreak() } - if yyb4267 { + if yyb4295 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53276,13 +53750,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4267++ - if yyhl4267 { - yyb4267 = yyj4267 > l + yyj4295++ + if yyhl4295 { + yyb4295 = yyj4295 > l } else { - yyb4267 = r.CheckBreak() + yyb4295 = r.CheckBreak() } - if yyb4267 { + if yyb4295 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53292,13 +53766,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4267++ - if yyhl4267 { - yyb4267 = yyj4267 > l + yyj4295++ + if yyhl4295 { + yyb4295 = yyj4295 > l } else { - yyb4267 = r.CheckBreak() + yyb4295 = r.CheckBreak() } - if yyb4267 { + if yyb4295 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53306,22 +53780,22 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4270 := &x.ListMeta - yym4271 := z.DecBinary() - _ = yym4271 + yyv4298 := &x.ListMeta + yym4299 := z.DecBinary() + _ = yym4299 if false { - } else if z.HasExtensions() && z.DecExt(yyv4270) { + } else if z.HasExtensions() && z.DecExt(yyv4298) { } else { - z.DecFallback(yyv4270, false) + z.DecFallback(yyv4298, false) } } - yyj4267++ - if yyhl4267 { - yyb4267 = yyj4267 > l + yyj4295++ + if yyhl4295 { + yyb4295 = yyj4295 > l } else { - yyb4267 = r.CheckBreak() + yyb4295 = r.CheckBreak() } - if yyb4267 { + if yyb4295 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53329,358 +53803,31 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4272 := &x.Items - yym4273 := z.DecBinary() - _ = yym4273 + yyv4300 := &x.Items + yym4301 := z.DecBinary() + _ = yym4301 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4272), d) + h.decSliceSecret((*[]Secret)(yyv4300), d) } } for { - yyj4267++ - if yyhl4267 { - yyb4267 = yyj4267 > l + yyj4295++ + if yyhl4295 { + yyb4295 = yyj4295 > l } else { - yyb4267 = r.CheckBreak() + yyb4295 = r.CheckBreak() } - if yyb4267 { + if yyb4295 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4267-1, "") + z.DecStructFieldNotFound(yyj4295-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym4274 := z.EncBinary() - _ = yym4274 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep4275 := !z.EncBinary() - yy2arr4275 := z.EncBasicHandle().StructToArray - var yyq4275 [4]bool - _, _, _ = yysep4275, yyq4275, yy2arr4275 - const yyr4275 bool = false - yyq4275[0] = x.Kind != "" - yyq4275[1] = x.APIVersion != "" - yyq4275[2] = true - yyq4275[3] = len(x.Data) != 0 - var yynn4275 int - if yyr4275 || yy2arr4275 { - r.EncodeArrayStart(4) - } else { - yynn4275 = 0 - for _, b := range yyq4275 { - if b { - yynn4275++ - } - } - r.EncodeMapStart(yynn4275) - yynn4275 = 0 - } - if yyr4275 || yy2arr4275 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4275[0] { - yym4277 := z.EncBinary() - _ = yym4277 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4275[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4278 := z.EncBinary() - _ = yym4278 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr4275 || yy2arr4275 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4275[1] { - yym4280 := z.EncBinary() - _ = yym4280 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4275[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4281 := z.EncBinary() - _ = yym4281 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr4275 || yy2arr4275 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4275[2] { - yy4283 := &x.ObjectMeta - yy4283.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq4275[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4284 := &x.ObjectMeta - yy4284.CodecEncodeSelf(e) - } - } - if yyr4275 || yy2arr4275 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4275[3] { - if x.Data == nil { - r.EncodeNil() - } else { - yym4286 := z.EncBinary() - _ = yym4286 - if false { - } else { - z.F.EncMapStringStringV(x.Data, false, e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq4275[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("data")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Data == nil { - r.EncodeNil() - } else { - yym4287 := z.EncBinary() - _ = yym4287 - if false { - } else { - z.F.EncMapStringStringV(x.Data, false, e) - } - } - } - } - if yyr4275 || yy2arr4275 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *ConfigMap) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym4288 := z.DecBinary() - _ = yym4288 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct4289 := r.ContainerType() - if yyct4289 == codecSelferValueTypeMap1234 { - yyl4289 := r.ReadMapStart() - if yyl4289 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl4289, d) - } - } else if yyct4289 == codecSelferValueTypeArray1234 { - yyl4289 := r.ReadArrayStart() - if yyl4289 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl4289, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys4290Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4290Slc - var yyhl4290 bool = l >= 0 - for yyj4290 := 0; ; yyj4290++ { - if yyhl4290 { - if yyj4290 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4290Slc = r.DecodeBytes(yys4290Slc, true, true) - yys4290 := string(yys4290Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4290 { - 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 { - yyv4293 := &x.ObjectMeta - yyv4293.CodecDecodeSelf(d) - } - case "data": - if r.TryDecodeAsNil() { - x.Data = nil - } else { - yyv4294 := &x.Data - yym4295 := z.DecBinary() - _ = yym4295 - if false { - } else { - z.F.DecMapStringStringX(yyv4294, false, d) - } - } - default: - z.DecStructFieldNotFound(-1, yys4290) - } // end switch yys4290 - } // end for yyj4290 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj4296 int - var yyb4296 bool - var yyhl4296 bool = l >= 0 - yyj4296++ - if yyhl4296 { - yyb4296 = yyj4296 > l - } else { - yyb4296 = r.CheckBreak() - } - if yyb4296 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj4296++ - if yyhl4296 { - yyb4296 = yyj4296 > l - } else { - yyb4296 = r.CheckBreak() - } - if yyb4296 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj4296++ - if yyhl4296 { - yyb4296 = yyj4296 > l - } else { - yyb4296 = r.CheckBreak() - } - if yyb4296 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} - } else { - yyv4299 := &x.ObjectMeta - yyv4299.CodecDecodeSelf(d) - } - yyj4296++ - if yyhl4296 { - yyb4296 = yyj4296 > l - } else { - yyb4296 = r.CheckBreak() - } - if yyb4296 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Data = nil - } else { - yyv4300 := &x.Data - yym4301 := z.DecBinary() - _ = yym4301 - if false { - } else { - z.F.DecMapStringStringX(yyv4300, false, d) - } - } - for { - yyj4296++ - if yyhl4296 { - yyb4296 = yyj4296 > l - } else { - yyb4296 = r.CheckBreak() - } - if yyb4296 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4296-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r @@ -53700,11 +53847,12 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { yyq4303[0] = x.Kind != "" yyq4303[1] = x.APIVersion != "" yyq4303[2] = true + yyq4303[3] = len(x.Data) != 0 var yynn4303 int if yyr4303 || yy2arr4303 { r.EncodeArrayStart(4) } else { - yynn4303 = 1 + yynn4303 = 0 for _, b := range yyq4303 { if b { yynn4303++ @@ -53766,14 +53914,8 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if yyr4303 || yy2arr4303 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if yyq4303[2] { - yy4311 := &x.ListMeta - yym4312 := z.EncBinary() - _ = yym4312 - if false { - } else if z.HasExtensions() && z.EncExt(yy4311) { - } else { - z.EncFallback(yy4311) - } + yy4311 := &x.ObjectMeta + yy4311.CodecEncodeSelf(e) } else { r.EncodeNil() } @@ -53782,40 +53924,40 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4313 := &x.ListMeta - yym4314 := z.EncBinary() - _ = yym4314 - if false { - } else if z.HasExtensions() && z.EncExt(yy4313) { - } else { - z.EncFallback(yy4313) - } + yy4312 := &x.ObjectMeta + yy4312.CodecEncodeSelf(e) } } if yyr4303 || yy2arr4303 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if x.Items == nil { - r.EncodeNil() - } else { - yym4316 := z.EncBinary() - _ = yym4316 - if false { + if yyq4303[3] { + if x.Data == nil { + r.EncodeNil() } else { - h.encSliceConfigMap(([]ConfigMap)(x.Items), e) + yym4314 := z.EncBinary() + _ = yym4314 + if false { + } else { + z.F.EncMapStringStringV(x.Data, false, e) + } } + } else { + r.EncodeNil() } } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("items")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Items == nil { - r.EncodeNil() - } else { - yym4317 := z.EncBinary() - _ = yym4317 - if false { + if yyq4303[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("data")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Data == nil { + r.EncodeNil() } else { - h.encSliceConfigMap(([]ConfigMap)(x.Items), e) + yym4315 := z.EncBinary() + _ = yym4315 + if false { + } else { + z.F.EncMapStringStringV(x.Data, false, e) + } } } } @@ -53828,29 +53970,29 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { } } -func (x *ConfigMapList) CodecDecodeSelf(d *codec1978.Decoder) { +func (x *ConfigMap) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4318 := z.DecBinary() - _ = yym4318 + yym4316 := z.DecBinary() + _ = yym4316 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4319 := r.ContainerType() - if yyct4319 == codecSelferValueTypeMap1234 { - yyl4319 := r.ReadMapStart() - if yyl4319 == 0 { + yyct4317 := r.ContainerType() + if yyct4317 == codecSelferValueTypeMap1234 { + yyl4317 := r.ReadMapStart() + if yyl4317 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4319, d) + x.codecDecodeSelfFromMap(yyl4317, d) } - } else if yyct4319 == codecSelferValueTypeArray1234 { - yyl4319 := r.ReadArrayStart() - if yyl4319 == 0 { + } else if yyct4317 == codecSelferValueTypeArray1234 { + yyl4317 := r.ReadArrayStart() + if yyl4317 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4319, d) + x.codecDecodeSelfFromArray(yyl4317, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53858,16 +54000,16 @@ func (x *ConfigMapList) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4320Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4320Slc - var yyhl4320 bool = l >= 0 - for yyj4320 := 0; ; yyj4320++ { - if yyhl4320 { - if yyj4320 >= l { + var yys4318Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4318Slc + var yyhl4318 bool = l >= 0 + for yyj4318 := 0; ; yyj4318++ { + if yyhl4318 { + if yyj4318 >= l { break } } else { @@ -53876,10 +54018,10 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4320Slc = r.DecodeBytes(yys4320Slc, true, true) - yys4320 := string(yys4320Slc) + yys4318Slc = r.DecodeBytes(yys4318Slc, true, true) + yys4318 := string(yys4318Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4320 { + switch yys4318 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53894,50 +54036,44 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } case "metadata": if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} + x.ObjectMeta = ObjectMeta{} } else { - yyv4323 := &x.ListMeta - yym4324 := z.DecBinary() - _ = yym4324 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4323) { - } else { - z.DecFallback(yyv4323, false) - } + yyv4321 := &x.ObjectMeta + yyv4321.CodecDecodeSelf(d) } - case "items": + case "data": if r.TryDecodeAsNil() { - x.Items = nil + x.Data = nil } else { - yyv4325 := &x.Items - yym4326 := z.DecBinary() - _ = yym4326 + yyv4322 := &x.Data + yym4323 := z.DecBinary() + _ = yym4323 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4325), d) + z.F.DecMapStringStringX(yyv4322, false, d) } } default: - z.DecStructFieldNotFound(-1, yys4320) - } // end switch yys4320 - } // end for yyj4320 + z.DecStructFieldNotFound(-1, yys4318) + } // end switch yys4318 + } // end for yyj4318 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } -func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { +func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4327 int - var yyb4327 bool - var yyhl4327 bool = l >= 0 - yyj4327++ - if yyhl4327 { - yyb4327 = yyj4327 > l + var yyj4324 int + var yyb4324 bool + var yyhl4324 bool = l >= 0 + yyj4324++ + if yyhl4324 { + yyb4324 = yyj4324 > l } else { - yyb4327 = r.CheckBreak() + yyb4324 = r.CheckBreak() } - if yyb4327 { + if yyb4324 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53947,13 +54083,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4327++ - if yyhl4327 { - yyb4327 = yyj4327 > l + yyj4324++ + if yyhl4324 { + yyb4324 = yyj4324 > l } else { - yyb4327 = r.CheckBreak() + yyb4324 = r.CheckBreak() } - if yyb4327 { + if yyb4324 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53963,194 +54099,201 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4327++ - if yyhl4327 { - yyb4327 = yyj4327 > l + yyj4324++ + if yyhl4324 { + yyb4324 = yyj4324 > l } else { - yyb4327 = r.CheckBreak() + yyb4324 = r.CheckBreak() } - if yyb4327 { + if yyb4324 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.ListMeta = pkg2_unversioned.ListMeta{} + x.ObjectMeta = ObjectMeta{} } else { - yyv4330 := &x.ListMeta - yym4331 := z.DecBinary() - _ = yym4331 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4330) { - } else { - z.DecFallback(yyv4330, false) - } + yyv4327 := &x.ObjectMeta + yyv4327.CodecDecodeSelf(d) } - yyj4327++ - if yyhl4327 { - yyb4327 = yyj4327 > l + yyj4324++ + if yyhl4324 { + yyb4324 = yyj4324 > l } else { - yyb4327 = r.CheckBreak() + yyb4324 = r.CheckBreak() } - if yyb4327 { + if yyb4324 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.Items = nil + x.Data = nil } else { - yyv4332 := &x.Items - yym4333 := z.DecBinary() - _ = yym4333 + yyv4328 := &x.Data + yym4329 := z.DecBinary() + _ = yym4329 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4332), d) + z.F.DecMapStringStringX(yyv4328, false, d) } } for { - yyj4327++ - if yyhl4327 { - yyb4327 = yyj4327 > l + yyj4324++ + if yyhl4324 { + yyb4324 = yyj4324 > l } else { - yyb4327 = r.CheckBreak() + yyb4324 = r.CheckBreak() } - if yyb4327 { + if yyb4324 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4327-1, "") + z.DecStructFieldNotFound(yyj4324-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x ComponentConditionType) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - yym4334 := z.EncBinary() - _ = yym4334 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x)) - } -} - -func (x *ComponentConditionType) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym4335 := z.DecBinary() - _ = yym4335 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - *((*string)(x)) = r.DecodeString() - } -} - -func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { +func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r if x == nil { r.EncodeNil() } else { - yym4336 := z.EncBinary() - _ = yym4336 + yym4330 := z.EncBinary() + _ = yym4330 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4337 := !z.EncBinary() - yy2arr4337 := z.EncBasicHandle().StructToArray - var yyq4337 [4]bool - _, _, _ = yysep4337, yyq4337, yy2arr4337 - const yyr4337 bool = false - yyq4337[2] = x.Message != "" - yyq4337[3] = x.Error != "" - var yynn4337 int - if yyr4337 || yy2arr4337 { + yysep4331 := !z.EncBinary() + yy2arr4331 := z.EncBasicHandle().StructToArray + var yyq4331 [4]bool + _, _, _ = yysep4331, yyq4331, yy2arr4331 + const yyr4331 bool = false + yyq4331[0] = x.Kind != "" + yyq4331[1] = x.APIVersion != "" + yyq4331[2] = true + var yynn4331 int + if yyr4331 || yy2arr4331 { r.EncodeArrayStart(4) } else { - yynn4337 = 2 - for _, b := range yyq4337 { + yynn4331 = 1 + for _, b := range yyq4331 { if b { - yynn4337++ + yynn4331++ } } - r.EncodeMapStart(yynn4337) - yynn4337 = 0 + r.EncodeMapStart(yynn4331) + yynn4331 = 0 } - if yyr4337 || yy2arr4337 { + if yyr4331 || yy2arr4331 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - x.Type.CodecEncodeSelf(e) - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("type")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - x.Type.CodecEncodeSelf(e) - } - if yyr4337 || yy2arr4337 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - x.Status.CodecEncodeSelf(e) - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("status")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - x.Status.CodecEncodeSelf(e) - } - if yyr4337 || yy2arr4337 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4337[2] { - yym4341 := z.EncBinary() - _ = yym4341 + if yyq4331[0] { + yym4333 := z.EncBinary() + _ = yym4333 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Message)) + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4337[2] { + if yyq4331[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("message")) + r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4342 := z.EncBinary() - _ = yym4342 + yym4334 := z.EncBinary() + _ = yym4334 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Message)) + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4337 || yy2arr4337 { + if yyr4331 || yy2arr4331 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4337[3] { + if yyq4331[1] { + yym4336 := z.EncBinary() + _ = yym4336 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4331[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4337 := z.EncBinary() + _ = yym4337 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr4331 || yy2arr4331 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4331[2] { + yy4339 := &x.ListMeta + yym4340 := z.EncBinary() + _ = yym4340 + if false { + } else if z.HasExtensions() && z.EncExt(yy4339) { + } else { + z.EncFallback(yy4339) + } + } else { + r.EncodeNil() + } + } else { + if yyq4331[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy4341 := &x.ListMeta + yym4342 := z.EncBinary() + _ = yym4342 + if false { + } else if z.HasExtensions() && z.EncExt(yy4341) { + } else { + z.EncFallback(yy4341) + } + } + } + if yyr4331 || yy2arr4331 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.Items == nil { + r.EncodeNil() + } else { yym4344 := z.EncBinary() _ = yym4344 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Error)) + h.encSliceConfigMap(([]ConfigMap)(x.Items), e) } - } else { - r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4337[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("error")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("items")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Items == nil { + r.EncodeNil() + } else { yym4345 := z.EncBinary() _ = yym4345 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Error)) + h.encSliceConfigMap(([]ConfigMap)(x.Items), e) } } } - if yyr4337 || yy2arr4337 { + if yyr4331 || yy2arr4331 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54159,7 +54302,7 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { } } -func (x *ComponentCondition) CodecDecodeSelf(d *codec1978.Decoder) { +func (x *ConfigMapList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -54189,7 +54332,7 @@ func (x *ComponentCondition) CodecDecodeSelf(d *codec1978.Decoder) { } } -func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { +func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -54211,6 +54354,337 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) yys4348 := string(yys4348Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) switch yys4348 { + 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 { + yyv4351 := &x.ListMeta + yym4352 := z.DecBinary() + _ = yym4352 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4351) { + } else { + z.DecFallback(yyv4351, false) + } + } + case "items": + if r.TryDecodeAsNil() { + x.Items = nil + } else { + yyv4353 := &x.Items + yym4354 := z.DecBinary() + _ = yym4354 + if false { + } else { + h.decSliceConfigMap((*[]ConfigMap)(yyv4353), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys4348) + } // end switch yys4348 + } // end for yyj4348 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj4355 int + var yyb4355 bool + var yyhl4355 bool = l >= 0 + yyj4355++ + if yyhl4355 { + yyb4355 = yyj4355 > l + } else { + yyb4355 = r.CheckBreak() + } + if yyb4355 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj4355++ + if yyhl4355 { + yyb4355 = yyj4355 > l + } else { + yyb4355 = r.CheckBreak() + } + if yyb4355 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj4355++ + if yyhl4355 { + yyb4355 = yyj4355 > l + } else { + yyb4355 = r.CheckBreak() + } + if yyb4355 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ListMeta = pkg2_unversioned.ListMeta{} + } else { + yyv4358 := &x.ListMeta + yym4359 := z.DecBinary() + _ = yym4359 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4358) { + } else { + z.DecFallback(yyv4358, false) + } + } + yyj4355++ + if yyhl4355 { + yyb4355 = yyj4355 > l + } else { + yyb4355 = r.CheckBreak() + } + if yyb4355 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Items = nil + } else { + yyv4360 := &x.Items + yym4361 := z.DecBinary() + _ = yym4361 + if false { + } else { + h.decSliceConfigMap((*[]ConfigMap)(yyv4360), d) + } + } + for { + yyj4355++ + if yyhl4355 { + yyb4355 = yyj4355 > l + } else { + yyb4355 = r.CheckBreak() + } + if yyb4355 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj4355-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x ComponentConditionType) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + yym4362 := z.EncBinary() + _ = yym4362 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x)) + } +} + +func (x *ComponentConditionType) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym4363 := z.DecBinary() + _ = yym4363 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + *((*string)(x)) = r.DecodeString() + } +} + +func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym4364 := z.EncBinary() + _ = yym4364 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep4365 := !z.EncBinary() + yy2arr4365 := z.EncBasicHandle().StructToArray + var yyq4365 [4]bool + _, _, _ = yysep4365, yyq4365, yy2arr4365 + const yyr4365 bool = false + yyq4365[2] = x.Message != "" + yyq4365[3] = x.Error != "" + var yynn4365 int + if yyr4365 || yy2arr4365 { + r.EncodeArrayStart(4) + } else { + yynn4365 = 2 + for _, b := range yyq4365 { + if b { + yynn4365++ + } + } + r.EncodeMapStart(yynn4365) + yynn4365 = 0 + } + if yyr4365 || yy2arr4365 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + x.Type.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("type")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + x.Type.CodecEncodeSelf(e) + } + if yyr4365 || yy2arr4365 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + x.Status.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("status")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + x.Status.CodecEncodeSelf(e) + } + if yyr4365 || yy2arr4365 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4365[2] { + yym4369 := z.EncBinary() + _ = yym4369 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Message)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4365[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("message")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4370 := z.EncBinary() + _ = yym4370 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Message)) + } + } + } + if yyr4365 || yy2arr4365 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4365[3] { + yym4372 := z.EncBinary() + _ = yym4372 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Error)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4365[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("error")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4373 := z.EncBinary() + _ = yym4373 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Error)) + } + } + } + if yyr4365 || yy2arr4365 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *ComponentCondition) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym4374 := z.DecBinary() + _ = yym4374 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct4375 := r.ContainerType() + if yyct4375 == codecSelferValueTypeMap1234 { + yyl4375 := r.ReadMapStart() + if yyl4375 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl4375, d) + } + } else if yyct4375 == codecSelferValueTypeArray1234 { + yyl4375 := r.ReadArrayStart() + if yyl4375 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl4375, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys4376Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4376Slc + var yyhl4376 bool = l >= 0 + for yyj4376 := 0; ; yyj4376++ { + if yyhl4376 { + if yyj4376 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys4376Slc = r.DecodeBytes(yys4376Slc, true, true) + yys4376 := string(yys4376Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys4376 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -54236,9 +54710,9 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Error = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4348) - } // end switch yys4348 - } // end for yyj4348 + z.DecStructFieldNotFound(-1, yys4376) + } // end switch yys4376 + } // end for yyj4376 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54246,16 +54720,16 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4353 int - var yyb4353 bool - var yyhl4353 bool = l >= 0 - yyj4353++ - if yyhl4353 { - yyb4353 = yyj4353 > l + var yyj4381 int + var yyb4381 bool + var yyhl4381 bool = l >= 0 + yyj4381++ + if yyhl4381 { + yyb4381 = yyj4381 > l } else { - yyb4353 = r.CheckBreak() + yyb4381 = r.CheckBreak() } - if yyb4353 { + if yyb4381 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54265,13 +54739,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Type = ComponentConditionType(r.DecodeString()) } - yyj4353++ - if yyhl4353 { - yyb4353 = yyj4353 > l + yyj4381++ + if yyhl4381 { + yyb4381 = yyj4381 > l } else { - yyb4353 = r.CheckBreak() + yyb4381 = r.CheckBreak() } - if yyb4353 { + if yyb4381 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54281,13 +54755,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj4353++ - if yyhl4353 { - yyb4353 = yyj4353 > l + yyj4381++ + if yyhl4381 { + yyb4381 = yyj4381 > l } else { - yyb4353 = r.CheckBreak() + yyb4381 = r.CheckBreak() } - if yyb4353 { + if yyb4381 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54297,13 +54771,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Message = string(r.DecodeString()) } - yyj4353++ - if yyhl4353 { - yyb4353 = yyj4353 > l + yyj4381++ + if yyhl4381 { + yyb4381 = yyj4381 > l } else { - yyb4353 = r.CheckBreak() + yyb4381 = r.CheckBreak() } - if yyb4353 { + if yyb4381 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54314,349 +54788,22 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.Error = string(r.DecodeString()) } for { - yyj4353++ - if yyhl4353 { - yyb4353 = yyj4353 > l + yyj4381++ + if yyhl4381 { + yyb4381 = yyj4381 > l } else { - yyb4353 = r.CheckBreak() + yyb4381 = r.CheckBreak() } - if yyb4353 { + if yyb4381 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4353-1, "") + z.DecStructFieldNotFound(yyj4381-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym4358 := z.EncBinary() - _ = yym4358 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep4359 := !z.EncBinary() - yy2arr4359 := z.EncBasicHandle().StructToArray - var yyq4359 [4]bool - _, _, _ = yysep4359, yyq4359, yy2arr4359 - const yyr4359 bool = false - yyq4359[0] = x.Kind != "" - yyq4359[1] = x.APIVersion != "" - yyq4359[2] = true - yyq4359[3] = len(x.Conditions) != 0 - var yynn4359 int - if yyr4359 || yy2arr4359 { - r.EncodeArrayStart(4) - } else { - yynn4359 = 0 - for _, b := range yyq4359 { - if b { - yynn4359++ - } - } - r.EncodeMapStart(yynn4359) - yynn4359 = 0 - } - if yyr4359 || yy2arr4359 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4359[0] { - yym4361 := z.EncBinary() - _ = yym4361 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4359[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4362 := z.EncBinary() - _ = yym4362 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr4359 || yy2arr4359 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4359[1] { - yym4364 := z.EncBinary() - _ = yym4364 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4359[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4365 := z.EncBinary() - _ = yym4365 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr4359 || yy2arr4359 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4359[2] { - yy4367 := &x.ObjectMeta - yy4367.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq4359[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4368 := &x.ObjectMeta - yy4368.CodecEncodeSelf(e) - } - } - if yyr4359 || yy2arr4359 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4359[3] { - if x.Conditions == nil { - r.EncodeNil() - } else { - yym4370 := z.EncBinary() - _ = yym4370 - if false { - } else { - h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq4359[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("conditions")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Conditions == nil { - r.EncodeNil() - } else { - yym4371 := z.EncBinary() - _ = yym4371 - if false { - } else { - h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) - } - } - } - } - if yyr4359 || yy2arr4359 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *ComponentStatus) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym4372 := z.DecBinary() - _ = yym4372 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct4373 := r.ContainerType() - if yyct4373 == codecSelferValueTypeMap1234 { - yyl4373 := r.ReadMapStart() - if yyl4373 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl4373, d) - } - } else if yyct4373 == codecSelferValueTypeArray1234 { - yyl4373 := r.ReadArrayStart() - if yyl4373 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl4373, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys4374Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4374Slc - var yyhl4374 bool = l >= 0 - for yyj4374 := 0; ; yyj4374++ { - if yyhl4374 { - if yyj4374 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4374Slc = r.DecodeBytes(yys4374Slc, true, true) - yys4374 := string(yys4374Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4374 { - 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 { - yyv4377 := &x.ObjectMeta - yyv4377.CodecDecodeSelf(d) - } - case "conditions": - if r.TryDecodeAsNil() { - x.Conditions = nil - } else { - yyv4378 := &x.Conditions - yym4379 := z.DecBinary() - _ = yym4379 - if false { - } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4378), d) - } - } - default: - z.DecStructFieldNotFound(-1, yys4374) - } // end switch yys4374 - } // end for yyj4374 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj4380 int - var yyb4380 bool - var yyhl4380 bool = l >= 0 - yyj4380++ - if yyhl4380 { - yyb4380 = yyj4380 > l - } else { - yyb4380 = r.CheckBreak() - } - if yyb4380 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Kind = "" - } else { - x.Kind = string(r.DecodeString()) - } - yyj4380++ - if yyhl4380 { - yyb4380 = yyj4380 > l - } else { - yyb4380 = r.CheckBreak() - } - if yyb4380 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.APIVersion = "" - } else { - x.APIVersion = string(r.DecodeString()) - } - yyj4380++ - if yyhl4380 { - yyb4380 = yyj4380 > l - } else { - yyb4380 = r.CheckBreak() - } - if yyb4380 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ObjectMeta = ObjectMeta{} - } else { - yyv4383 := &x.ObjectMeta - yyv4383.CodecDecodeSelf(d) - } - yyj4380++ - if yyhl4380 { - yyb4380 = yyj4380 > l - } else { - yyb4380 = r.CheckBreak() - } - if yyb4380 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Conditions = nil - } else { - yyv4384 := &x.Conditions - yym4385 := z.DecBinary() - _ = yym4385 - if false { - } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4384), d) - } - } - for { - yyj4380++ - if yyhl4380 { - yyb4380 = yyj4380 > l - } else { - yyb4380 = r.CheckBreak() - } - if yyb4380 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4380-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r @@ -54676,11 +54823,12 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { yyq4387[0] = x.Kind != "" yyq4387[1] = x.APIVersion != "" yyq4387[2] = true + yyq4387[3] = len(x.Conditions) != 0 var yynn4387 int if yyr4387 || yy2arr4387 { r.EncodeArrayStart(4) } else { - yynn4387 = 1 + yynn4387 = 0 for _, b := range yyq4387 { if b { yynn4387++ @@ -54742,14 +54890,8 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if yyr4387 || yy2arr4387 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if yyq4387[2] { - yy4395 := &x.ListMeta - yym4396 := z.EncBinary() - _ = yym4396 - if false { - } else if z.HasExtensions() && z.EncExt(yy4395) { - } else { - z.EncFallback(yy4395) - } + yy4395 := &x.ObjectMeta + yy4395.CodecEncodeSelf(e) } else { r.EncodeNil() } @@ -54758,40 +54900,40 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4397 := &x.ListMeta - yym4398 := z.EncBinary() - _ = yym4398 - if false { - } else if z.HasExtensions() && z.EncExt(yy4397) { - } else { - z.EncFallback(yy4397) - } + yy4396 := &x.ObjectMeta + yy4396.CodecEncodeSelf(e) } } if yyr4387 || yy2arr4387 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if x.Items == nil { - r.EncodeNil() - } else { - yym4400 := z.EncBinary() - _ = yym4400 - if false { + if yyq4387[3] { + if x.Conditions == nil { + r.EncodeNil() } else { - h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) + yym4398 := z.EncBinary() + _ = yym4398 + if false { + } else { + h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) + } } + } else { + r.EncodeNil() } } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("items")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Items == nil { - r.EncodeNil() - } else { - yym4401 := z.EncBinary() - _ = yym4401 - if false { + if yyq4387[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("conditions")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Conditions == nil { + r.EncodeNil() } else { - h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) + yym4399 := z.EncBinary() + _ = yym4399 + if false { + } else { + h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) + } } } } @@ -54804,29 +54946,361 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { } } +func (x *ComponentStatus) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym4400 := z.DecBinary() + _ = yym4400 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct4401 := r.ContainerType() + if yyct4401 == codecSelferValueTypeMap1234 { + yyl4401 := r.ReadMapStart() + if yyl4401 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl4401, d) + } + } else if yyct4401 == codecSelferValueTypeArray1234 { + yyl4401 := r.ReadArrayStart() + if yyl4401 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl4401, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys4402Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4402Slc + var yyhl4402 bool = l >= 0 + for yyj4402 := 0; ; yyj4402++ { + if yyhl4402 { + if yyj4402 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys4402Slc = r.DecodeBytes(yys4402Slc, true, true) + yys4402 := string(yys4402Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys4402 { + 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 { + yyv4405 := &x.ObjectMeta + yyv4405.CodecDecodeSelf(d) + } + case "conditions": + if r.TryDecodeAsNil() { + x.Conditions = nil + } else { + yyv4406 := &x.Conditions + yym4407 := z.DecBinary() + _ = yym4407 + if false { + } else { + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4406), d) + } + } + default: + z.DecStructFieldNotFound(-1, yys4402) + } // end switch yys4402 + } // end for yyj4402 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj4408 int + var yyb4408 bool + var yyhl4408 bool = l >= 0 + yyj4408++ + if yyhl4408 { + yyb4408 = yyj4408 > l + } else { + yyb4408 = r.CheckBreak() + } + if yyb4408 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj4408++ + if yyhl4408 { + yyb4408 = yyj4408 > l + } else { + yyb4408 = r.CheckBreak() + } + if yyb4408 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj4408++ + if yyhl4408 { + yyb4408 = yyj4408 > l + } else { + yyb4408 = r.CheckBreak() + } + if yyb4408 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ObjectMeta = ObjectMeta{} + } else { + yyv4411 := &x.ObjectMeta + yyv4411.CodecDecodeSelf(d) + } + yyj4408++ + if yyhl4408 { + yyb4408 = yyj4408 > l + } else { + yyb4408 = r.CheckBreak() + } + if yyb4408 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Conditions = nil + } else { + yyv4412 := &x.Conditions + yym4413 := z.DecBinary() + _ = yym4413 + if false { + } else { + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4412), d) + } + } + for { + yyj4408++ + if yyhl4408 { + yyb4408 = yyj4408 > l + } else { + yyb4408 = r.CheckBreak() + } + if yyb4408 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj4408-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym4414 := z.EncBinary() + _ = yym4414 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep4415 := !z.EncBinary() + yy2arr4415 := z.EncBasicHandle().StructToArray + var yyq4415 [4]bool + _, _, _ = yysep4415, yyq4415, yy2arr4415 + const yyr4415 bool = false + yyq4415[0] = x.Kind != "" + yyq4415[1] = x.APIVersion != "" + yyq4415[2] = true + var yynn4415 int + if yyr4415 || yy2arr4415 { + r.EncodeArrayStart(4) + } else { + yynn4415 = 1 + for _, b := range yyq4415 { + if b { + yynn4415++ + } + } + r.EncodeMapStart(yynn4415) + yynn4415 = 0 + } + if yyr4415 || yy2arr4415 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4415[0] { + yym4417 := z.EncBinary() + _ = yym4417 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4415[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4418 := z.EncBinary() + _ = yym4418 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr4415 || yy2arr4415 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4415[1] { + yym4420 := z.EncBinary() + _ = yym4420 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4415[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4421 := z.EncBinary() + _ = yym4421 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr4415 || yy2arr4415 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4415[2] { + yy4423 := &x.ListMeta + yym4424 := z.EncBinary() + _ = yym4424 + if false { + } else if z.HasExtensions() && z.EncExt(yy4423) { + } else { + z.EncFallback(yy4423) + } + } else { + r.EncodeNil() + } + } else { + if yyq4415[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy4425 := &x.ListMeta + yym4426 := z.EncBinary() + _ = yym4426 + if false { + } else if z.HasExtensions() && z.EncExt(yy4425) { + } else { + z.EncFallback(yy4425) + } + } + } + if yyr4415 || yy2arr4415 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.Items == nil { + r.EncodeNil() + } else { + yym4428 := z.EncBinary() + _ = yym4428 + if false { + } else { + h.encSliceComponentStatus(([]ComponentStatus)(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 { + yym4429 := z.EncBinary() + _ = yym4429 + if false { + } else { + h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) + } + } + } + if yyr4415 || yy2arr4415 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + func (x *ComponentStatusList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4402 := z.DecBinary() - _ = yym4402 + yym4430 := z.DecBinary() + _ = yym4430 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4403 := r.ContainerType() - if yyct4403 == codecSelferValueTypeMap1234 { - yyl4403 := r.ReadMapStart() - if yyl4403 == 0 { + yyct4431 := r.ContainerType() + if yyct4431 == codecSelferValueTypeMap1234 { + yyl4431 := r.ReadMapStart() + if yyl4431 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4403, d) + x.codecDecodeSelfFromMap(yyl4431, d) } - } else if yyct4403 == codecSelferValueTypeArray1234 { - yyl4403 := r.ReadArrayStart() - if yyl4403 == 0 { + } else if yyct4431 == codecSelferValueTypeArray1234 { + yyl4431 := r.ReadArrayStart() + if yyl4431 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4403, d) + x.codecDecodeSelfFromArray(yyl4431, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54838,12 +55312,12 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4404Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4404Slc - var yyhl4404 bool = l >= 0 - for yyj4404 := 0; ; yyj4404++ { - if yyhl4404 { - if yyj4404 >= l { + var yys4432Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4432Slc + var yyhl4432 bool = l >= 0 + for yyj4432 := 0; ; yyj4432++ { + if yyhl4432 { + if yyj4432 >= l { break } } else { @@ -54852,10 +55326,10 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4404Slc = r.DecodeBytes(yys4404Slc, true, true) - yys4404 := string(yys4404Slc) + yys4432Slc = r.DecodeBytes(yys4432Slc, true, true) + yys4432 := string(yys4432Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4404 { + switch yys4432 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -54872,31 +55346,31 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4407 := &x.ListMeta - yym4408 := z.DecBinary() - _ = yym4408 + yyv4435 := &x.ListMeta + yym4436 := z.DecBinary() + _ = yym4436 if false { - } else if z.HasExtensions() && z.DecExt(yyv4407) { + } else if z.HasExtensions() && z.DecExt(yyv4435) { } else { - z.DecFallback(yyv4407, false) + z.DecFallback(yyv4435, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4409 := &x.Items - yym4410 := z.DecBinary() - _ = yym4410 + yyv4437 := &x.Items + yym4438 := z.DecBinary() + _ = yym4438 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4409), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4437), d) } } default: - z.DecStructFieldNotFound(-1, yys4404) - } // end switch yys4404 - } // end for yyj4404 + z.DecStructFieldNotFound(-1, yys4432) + } // end switch yys4432 + } // end for yyj4432 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54904,16 +55378,16 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4411 int - var yyb4411 bool - var yyhl4411 bool = l >= 0 - yyj4411++ - if yyhl4411 { - yyb4411 = yyj4411 > l + var yyj4439 int + var yyb4439 bool + var yyhl4439 bool = l >= 0 + yyj4439++ + if yyhl4439 { + yyb4439 = yyj4439 > l } else { - yyb4411 = r.CheckBreak() + yyb4439 = r.CheckBreak() } - if yyb4411 { + if yyb4439 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54923,13 +55397,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj4411++ - if yyhl4411 { - yyb4411 = yyj4411 > l + yyj4439++ + if yyhl4439 { + yyb4439 = yyj4439 > l } else { - yyb4411 = r.CheckBreak() + yyb4439 = r.CheckBreak() } - if yyb4411 { + if yyb4439 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54939,13 +55413,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj4411++ - if yyhl4411 { - yyb4411 = yyj4411 > l + yyj4439++ + if yyhl4439 { + yyb4439 = yyj4439 > l } else { - yyb4411 = r.CheckBreak() + yyb4439 = r.CheckBreak() } - if yyb4411 { + if yyb4439 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54953,22 +55427,22 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4414 := &x.ListMeta - yym4415 := z.DecBinary() - _ = yym4415 + yyv4442 := &x.ListMeta + yym4443 := z.DecBinary() + _ = yym4443 if false { - } else if z.HasExtensions() && z.DecExt(yyv4414) { + } else if z.HasExtensions() && z.DecExt(yyv4442) { } else { - z.DecFallback(yyv4414, false) + z.DecFallback(yyv4442, false) } } - yyj4411++ - if yyhl4411 { - yyb4411 = yyj4411 > l + yyj4439++ + if yyhl4439 { + yyb4439 = yyj4439 > l } else { - yyb4411 = r.CheckBreak() + yyb4439 = r.CheckBreak() } - if yyb4411 { + if yyb4439 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54976,26 +55450,26 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4416 := &x.Items - yym4417 := z.DecBinary() - _ = yym4417 + yyv4444 := &x.Items + yym4445 := z.DecBinary() + _ = yym4445 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4416), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4444), d) } } for { - yyj4411++ - if yyhl4411 { - yyb4411 = yyj4411 > l + yyj4439++ + if yyhl4439 { + yyb4439 = yyj4439 > l } else { - yyb4411 = r.CheckBreak() + yyb4439 = r.CheckBreak() } - if yyb4411 { + if yyb4439 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4411-1, "") + z.DecStructFieldNotFound(yyj4439-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55007,39 +55481,39 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4418 := z.EncBinary() - _ = yym4418 + yym4446 := z.EncBinary() + _ = yym4446 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4419 := !z.EncBinary() - yy2arr4419 := z.EncBasicHandle().StructToArray - var yyq4419 [2]bool - _, _, _ = yysep4419, yyq4419, yy2arr4419 - const yyr4419 bool = false - yyq4419[0] = len(x.Items) != 0 - yyq4419[1] = x.DefaultMode != nil - var yynn4419 int - if yyr4419 || yy2arr4419 { + yysep4447 := !z.EncBinary() + yy2arr4447 := z.EncBasicHandle().StructToArray + var yyq4447 [2]bool + _, _, _ = yysep4447, yyq4447, yy2arr4447 + const yyr4447 bool = false + yyq4447[0] = len(x.Items) != 0 + yyq4447[1] = x.DefaultMode != nil + var yynn4447 int + if yyr4447 || yy2arr4447 { r.EncodeArrayStart(2) } else { - yynn4419 = 0 - for _, b := range yyq4419 { + yynn4447 = 0 + for _, b := range yyq4447 { if b { - yynn4419++ + yynn4447++ } } - r.EncodeMapStart(yynn4419) - yynn4419 = 0 + r.EncodeMapStart(yynn4447) + yynn4447 = 0 } - if yyr4419 || yy2arr4419 { + if yyr4447 || yy2arr4447 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4419[0] { + if yyq4447[0] { if x.Items == nil { r.EncodeNil() } else { - yym4421 := z.EncBinary() - _ = yym4421 + yym4449 := z.EncBinary() + _ = yym4449 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -55049,15 +55523,15 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4419[0] { + if yyq4447[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym4422 := z.EncBinary() - _ = yym4422 + yym4450 := z.EncBinary() + _ = yym4450 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -55065,42 +55539,42 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4419 || yy2arr4419 { + if yyr4447 || yy2arr4447 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4419[1] { + if yyq4447[1] { if x.DefaultMode == nil { r.EncodeNil() } else { - yy4424 := *x.DefaultMode - yym4425 := z.EncBinary() - _ = yym4425 + yy4452 := *x.DefaultMode + yym4453 := z.EncBinary() + _ = yym4453 if false { } else { - r.EncodeInt(int64(yy4424)) + r.EncodeInt(int64(yy4452)) } } } else { r.EncodeNil() } } else { - if yyq4419[1] { + if yyq4447[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultMode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DefaultMode == nil { r.EncodeNil() } else { - yy4426 := *x.DefaultMode - yym4427 := z.EncBinary() - _ = yym4427 + yy4454 := *x.DefaultMode + yym4455 := z.EncBinary() + _ = yym4455 if false { } else { - r.EncodeInt(int64(yy4426)) + r.EncodeInt(int64(yy4454)) } } } } - if yyr4419 || yy2arr4419 { + if yyr4447 || yy2arr4447 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -55113,25 +55587,25 @@ func (x *DownwardAPIVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4428 := z.DecBinary() - _ = yym4428 + yym4456 := z.DecBinary() + _ = yym4456 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4429 := r.ContainerType() - if yyct4429 == codecSelferValueTypeMap1234 { - yyl4429 := r.ReadMapStart() - if yyl4429 == 0 { + yyct4457 := r.ContainerType() + if yyct4457 == codecSelferValueTypeMap1234 { + yyl4457 := r.ReadMapStart() + if yyl4457 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4429, d) + x.codecDecodeSelfFromMap(yyl4457, d) } - } else if yyct4429 == codecSelferValueTypeArray1234 { - yyl4429 := r.ReadArrayStart() - if yyl4429 == 0 { + } else if yyct4457 == codecSelferValueTypeArray1234 { + yyl4457 := r.ReadArrayStart() + if yyl4457 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4429, d) + x.codecDecodeSelfFromArray(yyl4457, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -55143,12 +55617,12 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4430Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4430Slc - var yyhl4430 bool = l >= 0 - for yyj4430 := 0; ; yyj4430++ { - if yyhl4430 { - if yyj4430 >= l { + var yys4458Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4458Slc + var yyhl4458 bool = l >= 0 + for yyj4458 := 0; ; yyj4458++ { + if yyhl4458 { + if yyj4458 >= l { break } } else { @@ -55157,20 +55631,20 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4430Slc = r.DecodeBytes(yys4430Slc, true, true) - yys4430 := string(yys4430Slc) + yys4458Slc = r.DecodeBytes(yys4458Slc, true, true) + yys4458 := string(yys4458Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4430 { + switch yys4458 { case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4431 := &x.Items - yym4432 := z.DecBinary() - _ = yym4432 + yyv4459 := &x.Items + yym4460 := z.DecBinary() + _ = yym4460 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4431), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4459), d) } } case "defaultMode": @@ -55182,17 +55656,17 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym4434 := z.DecBinary() - _ = yym4434 + yym4462 := z.DecBinary() + _ = yym4462 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys4430) - } // end switch yys4430 - } // end for yyj4430 + z.DecStructFieldNotFound(-1, yys4458) + } // end switch yys4458 + } // end for yyj4458 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -55200,16 +55674,16 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4435 int - var yyb4435 bool - var yyhl4435 bool = l >= 0 - yyj4435++ - if yyhl4435 { - yyb4435 = yyj4435 > l + var yyj4463 int + var yyb4463 bool + var yyhl4463 bool = l >= 0 + yyj4463++ + if yyhl4463 { + yyb4463 = yyj4463 > l } else { - yyb4435 = r.CheckBreak() + yyb4463 = r.CheckBreak() } - if yyb4435 { + if yyb4463 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55217,21 +55691,21 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4436 := &x.Items - yym4437 := z.DecBinary() - _ = yym4437 + yyv4464 := &x.Items + yym4465 := z.DecBinary() + _ = yym4465 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4436), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4464), d) } } - yyj4435++ - if yyhl4435 { - yyb4435 = yyj4435 > l + yyj4463++ + if yyhl4463 { + yyb4463 = yyj4463 > l } else { - yyb4435 = r.CheckBreak() + yyb4463 = r.CheckBreak() } - if yyb4435 { + if yyb4463 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55244,25 +55718,25 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym4439 := z.DecBinary() - _ = yym4439 + yym4467 := z.DecBinary() + _ = yym4467 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } for { - yyj4435++ - if yyhl4435 { - yyb4435 = yyj4435 > l + yyj4463++ + if yyhl4463 { + yyb4463 = yyj4463 > l } else { - yyb4435 = r.CheckBreak() + yyb4463 = r.CheckBreak() } - if yyb4435 { + if yyb4463 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4435-1, "") + z.DecStructFieldNotFound(yyj4463-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55274,36 +55748,36 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4440 := z.EncBinary() - _ = yym4440 + yym4468 := z.EncBinary() + _ = yym4468 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4441 := !z.EncBinary() - yy2arr4441 := z.EncBasicHandle().StructToArray - var yyq4441 [4]bool - _, _, _ = yysep4441, yyq4441, yy2arr4441 - const yyr4441 bool = false - yyq4441[1] = x.FieldRef != nil - yyq4441[2] = x.ResourceFieldRef != nil - yyq4441[3] = x.Mode != nil - var yynn4441 int - if yyr4441 || yy2arr4441 { + yysep4469 := !z.EncBinary() + yy2arr4469 := z.EncBasicHandle().StructToArray + var yyq4469 [4]bool + _, _, _ = yysep4469, yyq4469, yy2arr4469 + const yyr4469 bool = false + yyq4469[1] = x.FieldRef != nil + yyq4469[2] = x.ResourceFieldRef != nil + yyq4469[3] = x.Mode != nil + var yynn4469 int + if yyr4469 || yy2arr4469 { r.EncodeArrayStart(4) } else { - yynn4441 = 1 - for _, b := range yyq4441 { + yynn4469 = 1 + for _, b := range yyq4469 { if b { - yynn4441++ + yynn4469++ } } - r.EncodeMapStart(yynn4441) - yynn4441 = 0 + r.EncodeMapStart(yynn4469) + yynn4469 = 0 } - if yyr4441 || yy2arr4441 { + if yyr4469 || yy2arr4469 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym4443 := z.EncBinary() - _ = yym4443 + yym4471 := z.EncBinary() + _ = yym4471 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -55312,16 +55786,16 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4444 := z.EncBinary() - _ = yym4444 + yym4472 := z.EncBinary() + _ = yym4472 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr4441 || yy2arr4441 { + if yyr4469 || yy2arr4469 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4441[1] { + if yyq4469[1] { if x.FieldRef == nil { r.EncodeNil() } else { @@ -55331,7 +55805,7 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4441[1] { + if yyq4469[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -55342,9 +55816,9 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4441 || yy2arr4441 { + if yyr4469 || yy2arr4469 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4441[2] { + if yyq4469[2] { if x.ResourceFieldRef == nil { r.EncodeNil() } else { @@ -55354,7 +55828,7 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4441[2] { + if yyq4469[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceFieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -55365,42 +55839,42 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4441 || yy2arr4441 { + if yyr4469 || yy2arr4469 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4441[3] { + if yyq4469[3] { if x.Mode == nil { r.EncodeNil() } else { - yy4448 := *x.Mode - yym4449 := z.EncBinary() - _ = yym4449 + yy4476 := *x.Mode + yym4477 := z.EncBinary() + _ = yym4477 if false { } else { - r.EncodeInt(int64(yy4448)) + r.EncodeInt(int64(yy4476)) } } } else { r.EncodeNil() } } else { - if yyq4441[3] { + if yyq4469[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("mode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Mode == nil { r.EncodeNil() } else { - yy4450 := *x.Mode - yym4451 := z.EncBinary() - _ = yym4451 + yy4478 := *x.Mode + yym4479 := z.EncBinary() + _ = yym4479 if false { } else { - r.EncodeInt(int64(yy4450)) + r.EncodeInt(int64(yy4478)) } } } } - if yyr4441 || yy2arr4441 { + if yyr4469 || yy2arr4469 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -55413,25 +55887,25 @@ func (x *DownwardAPIVolumeFile) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4452 := z.DecBinary() - _ = yym4452 + yym4480 := z.DecBinary() + _ = yym4480 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4453 := r.ContainerType() - if yyct4453 == codecSelferValueTypeMap1234 { - yyl4453 := r.ReadMapStart() - if yyl4453 == 0 { + yyct4481 := r.ContainerType() + if yyct4481 == codecSelferValueTypeMap1234 { + yyl4481 := r.ReadMapStart() + if yyl4481 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4453, d) + x.codecDecodeSelfFromMap(yyl4481, d) } - } else if yyct4453 == codecSelferValueTypeArray1234 { - yyl4453 := r.ReadArrayStart() - if yyl4453 == 0 { + } else if yyct4481 == codecSelferValueTypeArray1234 { + yyl4481 := r.ReadArrayStart() + if yyl4481 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4453, d) + x.codecDecodeSelfFromArray(yyl4481, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -55443,12 +55917,12 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4454Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4454Slc - var yyhl4454 bool = l >= 0 - for yyj4454 := 0; ; yyj4454++ { - if yyhl4454 { - if yyj4454 >= l { + var yys4482Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4482Slc + var yyhl4482 bool = l >= 0 + for yyj4482 := 0; ; yyj4482++ { + if yyhl4482 { + if yyj4482 >= l { break } } else { @@ -55457,10 +55931,10 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4454Slc = r.DecodeBytes(yys4454Slc, true, true) - yys4454 := string(yys4454Slc) + yys4482Slc = r.DecodeBytes(yys4482Slc, true, true) + yys4482 := string(yys4482Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4454 { + switch yys4482 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -55498,17 +55972,17 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod if x.Mode == nil { x.Mode = new(int32) } - yym4459 := z.DecBinary() - _ = yym4459 + yym4487 := z.DecBinary() + _ = yym4487 if false { } else { *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys4454) - } // end switch yys4454 - } // end for yyj4454 + z.DecStructFieldNotFound(-1, yys4482) + } // end switch yys4482 + } // end for yyj4482 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -55516,16 +55990,16 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4460 int - var yyb4460 bool - var yyhl4460 bool = l >= 0 - yyj4460++ - if yyhl4460 { - yyb4460 = yyj4460 > l + var yyj4488 int + var yyb4488 bool + var yyhl4488 bool = l >= 0 + yyj4488++ + if yyhl4488 { + yyb4488 = yyj4488 > l } else { - yyb4460 = r.CheckBreak() + yyb4488 = r.CheckBreak() } - if yyb4460 { + if yyb4488 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55535,13 +56009,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Path = string(r.DecodeString()) } - yyj4460++ - if yyhl4460 { - yyb4460 = yyj4460 > l + yyj4488++ + if yyhl4488 { + yyb4488 = yyj4488 > l } else { - yyb4460 = r.CheckBreak() + yyb4488 = r.CheckBreak() } - if yyb4460 { + if yyb4488 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55556,13 +56030,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.FieldRef.CodecDecodeSelf(d) } - yyj4460++ - if yyhl4460 { - yyb4460 = yyj4460 > l + yyj4488++ + if yyhl4488 { + yyb4488 = yyj4488 > l } else { - yyb4460 = r.CheckBreak() + yyb4488 = r.CheckBreak() } - if yyb4460 { + if yyb4488 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55577,13 +56051,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.ResourceFieldRef.CodecDecodeSelf(d) } - yyj4460++ - if yyhl4460 { - yyb4460 = yyj4460 > l + yyj4488++ + if yyhl4488 { + yyb4488 = yyj4488 > l } else { - yyb4460 = r.CheckBreak() + yyb4488 = r.CheckBreak() } - if yyb4460 { + if yyb4488 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55596,25 +56070,25 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec if x.Mode == nil { x.Mode = new(int32) } - yym4465 := z.DecBinary() - _ = yym4465 + yym4493 := z.DecBinary() + _ = yym4493 if false { } else { *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) } } for { - yyj4460++ - if yyhl4460 { - yyb4460 = yyj4460 > l + yyj4488++ + if yyhl4488 { + yyb4488 = yyj4488 > l } else { - yyb4460 = r.CheckBreak() + yyb4488 = r.CheckBreak() } - if yyb4460 { + if yyb4488 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4460-1, "") + z.DecStructFieldNotFound(yyj4488-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55626,38 +56100,38 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4466 := z.EncBinary() - _ = yym4466 + yym4494 := z.EncBinary() + _ = yym4494 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4467 := !z.EncBinary() - yy2arr4467 := z.EncBasicHandle().StructToArray - var yyq4467 [6]bool - _, _, _ = yysep4467, yyq4467, yy2arr4467 - const yyr4467 bool = false - yyq4467[0] = x.Capabilities != nil - yyq4467[1] = x.Privileged != nil - yyq4467[2] = x.SELinuxOptions != nil - yyq4467[3] = x.RunAsUser != nil - yyq4467[4] = x.RunAsNonRoot != nil - yyq4467[5] = x.ReadOnlyRootFilesystem != nil - var yynn4467 int - if yyr4467 || yy2arr4467 { + yysep4495 := !z.EncBinary() + yy2arr4495 := z.EncBasicHandle().StructToArray + var yyq4495 [6]bool + _, _, _ = yysep4495, yyq4495, yy2arr4495 + const yyr4495 bool = false + yyq4495[0] = x.Capabilities != nil + yyq4495[1] = x.Privileged != nil + yyq4495[2] = x.SELinuxOptions != nil + yyq4495[3] = x.RunAsUser != nil + yyq4495[4] = x.RunAsNonRoot != nil + yyq4495[5] = x.ReadOnlyRootFilesystem != nil + var yynn4495 int + if yyr4495 || yy2arr4495 { r.EncodeArrayStart(6) } else { - yynn4467 = 0 - for _, b := range yyq4467 { + yynn4495 = 0 + for _, b := range yyq4495 { if b { - yynn4467++ + yynn4495++ } } - r.EncodeMapStart(yynn4467) - yynn4467 = 0 + r.EncodeMapStart(yynn4495) + yynn4495 = 0 } - if yyr4467 || yy2arr4467 { + if yyr4495 || yy2arr4495 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4467[0] { + if yyq4495[0] { if x.Capabilities == nil { r.EncodeNil() } else { @@ -55667,7 +56141,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4467[0] { + if yyq4495[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -55678,44 +56152,44 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4467 || yy2arr4467 { + if yyr4495 || yy2arr4495 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4467[1] { + if yyq4495[1] { if x.Privileged == nil { r.EncodeNil() } else { - yy4470 := *x.Privileged - yym4471 := z.EncBinary() - _ = yym4471 + yy4498 := *x.Privileged + yym4499 := z.EncBinary() + _ = yym4499 if false { } else { - r.EncodeBool(bool(yy4470)) + r.EncodeBool(bool(yy4498)) } } } else { r.EncodeNil() } } else { - if yyq4467[1] { + if yyq4495[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("privileged")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Privileged == nil { r.EncodeNil() } else { - yy4472 := *x.Privileged - yym4473 := z.EncBinary() - _ = yym4473 + yy4500 := *x.Privileged + yym4501 := z.EncBinary() + _ = yym4501 if false { } else { - r.EncodeBool(bool(yy4472)) + r.EncodeBool(bool(yy4500)) } } } } - if yyr4467 || yy2arr4467 { + if yyr4495 || yy2arr4495 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4467[2] { + if yyq4495[2] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -55725,7 +56199,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4467[2] { + if yyq4495[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -55736,112 +56210,112 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4467 || yy2arr4467 { + if yyr4495 || yy2arr4495 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4467[3] { + if yyq4495[3] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy4476 := *x.RunAsUser - yym4477 := z.EncBinary() - _ = yym4477 + yy4504 := *x.RunAsUser + yym4505 := z.EncBinary() + _ = yym4505 if false { } else { - r.EncodeInt(int64(yy4476)) + r.EncodeInt(int64(yy4504)) } } } else { r.EncodeNil() } } else { - if yyq4467[3] { + if yyq4495[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy4478 := *x.RunAsUser - yym4479 := z.EncBinary() - _ = yym4479 + yy4506 := *x.RunAsUser + yym4507 := z.EncBinary() + _ = yym4507 if false { } else { - r.EncodeInt(int64(yy4478)) + r.EncodeInt(int64(yy4506)) } } } } - if yyr4467 || yy2arr4467 { + if yyr4495 || yy2arr4495 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4467[4] { + if yyq4495[4] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4481 := *x.RunAsNonRoot - yym4482 := z.EncBinary() - _ = yym4482 + yy4509 := *x.RunAsNonRoot + yym4510 := z.EncBinary() + _ = yym4510 if false { } else { - r.EncodeBool(bool(yy4481)) + r.EncodeBool(bool(yy4509)) } } } else { r.EncodeNil() } } else { - if yyq4467[4] { + if yyq4495[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4483 := *x.RunAsNonRoot - yym4484 := z.EncBinary() - _ = yym4484 + yy4511 := *x.RunAsNonRoot + yym4512 := z.EncBinary() + _ = yym4512 if false { } else { - r.EncodeBool(bool(yy4483)) + r.EncodeBool(bool(yy4511)) } } } } - if yyr4467 || yy2arr4467 { + if yyr4495 || yy2arr4495 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4467[5] { + if yyq4495[5] { if x.ReadOnlyRootFilesystem == nil { r.EncodeNil() } else { - yy4486 := *x.ReadOnlyRootFilesystem - yym4487 := z.EncBinary() - _ = yym4487 + yy4514 := *x.ReadOnlyRootFilesystem + yym4515 := z.EncBinary() + _ = yym4515 if false { } else { - r.EncodeBool(bool(yy4486)) + r.EncodeBool(bool(yy4514)) } } } else { r.EncodeNil() } } else { - if yyq4467[5] { + if yyq4495[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnlyRootFilesystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ReadOnlyRootFilesystem == nil { r.EncodeNil() } else { - yy4488 := *x.ReadOnlyRootFilesystem - yym4489 := z.EncBinary() - _ = yym4489 + yy4516 := *x.ReadOnlyRootFilesystem + yym4517 := z.EncBinary() + _ = yym4517 if false { } else { - r.EncodeBool(bool(yy4488)) + r.EncodeBool(bool(yy4516)) } } } } - if yyr4467 || yy2arr4467 { + if yyr4495 || yy2arr4495 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -55854,25 +56328,25 @@ func (x *SecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4490 := z.DecBinary() - _ = yym4490 + yym4518 := z.DecBinary() + _ = yym4518 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4491 := r.ContainerType() - if yyct4491 == codecSelferValueTypeMap1234 { - yyl4491 := r.ReadMapStart() - if yyl4491 == 0 { + yyct4519 := r.ContainerType() + if yyct4519 == codecSelferValueTypeMap1234 { + yyl4519 := r.ReadMapStart() + if yyl4519 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4491, d) + x.codecDecodeSelfFromMap(yyl4519, d) } - } else if yyct4491 == codecSelferValueTypeArray1234 { - yyl4491 := r.ReadArrayStart() - if yyl4491 == 0 { + } else if yyct4519 == codecSelferValueTypeArray1234 { + yyl4519 := r.ReadArrayStart() + if yyl4519 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4491, d) + x.codecDecodeSelfFromArray(yyl4519, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -55884,12 +56358,12 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4492Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4492Slc - var yyhl4492 bool = l >= 0 - for yyj4492 := 0; ; yyj4492++ { - if yyhl4492 { - if yyj4492 >= l { + var yys4520Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4520Slc + var yyhl4520 bool = l >= 0 + for yyj4520 := 0; ; yyj4520++ { + if yyhl4520 { + if yyj4520 >= l { break } } else { @@ -55898,10 +56372,10 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4492Slc = r.DecodeBytes(yys4492Slc, true, true) - yys4492 := string(yys4492Slc) + yys4520Slc = r.DecodeBytes(yys4520Slc, true, true) + yys4520 := string(yys4520Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4492 { + switch yys4520 { case "capabilities": if r.TryDecodeAsNil() { if x.Capabilities != nil { @@ -55922,8 +56396,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Privileged == nil { x.Privileged = new(bool) } - yym4495 := z.DecBinary() - _ = yym4495 + yym4523 := z.DecBinary() + _ = yym4523 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() @@ -55949,8 +56423,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4498 := z.DecBinary() - _ = yym4498 + yym4526 := z.DecBinary() + _ = yym4526 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -55965,8 +56439,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4500 := z.DecBinary() - _ = yym4500 + yym4528 := z.DecBinary() + _ = yym4528 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -55981,17 +56455,17 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4502 := z.DecBinary() - _ = yym4502 + yym4530 := z.DecBinary() + _ = yym4530 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys4492) - } // end switch yys4492 - } // end for yyj4492 + z.DecStructFieldNotFound(-1, yys4520) + } // end switch yys4520 + } // end for yyj4520 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -55999,16 +56473,16 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4503 int - var yyb4503 bool - var yyhl4503 bool = l >= 0 - yyj4503++ - if yyhl4503 { - yyb4503 = yyj4503 > l + var yyj4531 int + var yyb4531 bool + var yyhl4531 bool = l >= 0 + yyj4531++ + if yyhl4531 { + yyb4531 = yyj4531 > l } else { - yyb4503 = r.CheckBreak() + yyb4531 = r.CheckBreak() } - if yyb4503 { + if yyb4531 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56023,13 +56497,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.Capabilities.CodecDecodeSelf(d) } - yyj4503++ - if yyhl4503 { - yyb4503 = yyj4503 > l + yyj4531++ + if yyhl4531 { + yyb4531 = yyj4531 > l } else { - yyb4503 = r.CheckBreak() + yyb4531 = r.CheckBreak() } - if yyb4503 { + if yyb4531 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56042,20 +56516,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.Privileged == nil { x.Privileged = new(bool) } - yym4506 := z.DecBinary() - _ = yym4506 + yym4534 := z.DecBinary() + _ = yym4534 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() } } - yyj4503++ - if yyhl4503 { - yyb4503 = yyj4503 > l + yyj4531++ + if yyhl4531 { + yyb4531 = yyj4531 > l } else { - yyb4503 = r.CheckBreak() + yyb4531 = r.CheckBreak() } - if yyb4503 { + if yyb4531 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56070,13 +56544,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj4503++ - if yyhl4503 { - yyb4503 = yyj4503 > l + yyj4531++ + if yyhl4531 { + yyb4531 = yyj4531 > l } else { - yyb4503 = r.CheckBreak() + yyb4531 = r.CheckBreak() } - if yyb4503 { + if yyb4531 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56089,20 +56563,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4509 := z.DecBinary() - _ = yym4509 + yym4537 := z.DecBinary() + _ = yym4537 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj4503++ - if yyhl4503 { - yyb4503 = yyj4503 > l + yyj4531++ + if yyhl4531 { + yyb4531 = yyj4531 > l } else { - yyb4503 = r.CheckBreak() + yyb4531 = r.CheckBreak() } - if yyb4503 { + if yyb4531 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56115,20 +56589,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4511 := z.DecBinary() - _ = yym4511 + yym4539 := z.DecBinary() + _ = yym4539 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj4503++ - if yyhl4503 { - yyb4503 = yyj4503 > l + yyj4531++ + if yyhl4531 { + yyb4531 = yyj4531 > l } else { - yyb4503 = r.CheckBreak() + yyb4531 = r.CheckBreak() } - if yyb4503 { + if yyb4531 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56141,25 +56615,25 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4513 := z.DecBinary() - _ = yym4513 + yym4541 := z.DecBinary() + _ = yym4541 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } for { - yyj4503++ - if yyhl4503 { - yyb4503 = yyj4503 > l + yyj4531++ + if yyhl4531 { + yyb4531 = yyj4531 > l } else { - yyb4503 = r.CheckBreak() + yyb4531 = r.CheckBreak() } - if yyb4503 { + if yyb4531 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4503-1, "") + z.DecStructFieldNotFound(yyj4531-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56171,38 +56645,38 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4514 := z.EncBinary() - _ = yym4514 + yym4542 := z.EncBinary() + _ = yym4542 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4515 := !z.EncBinary() - yy2arr4515 := z.EncBasicHandle().StructToArray - var yyq4515 [4]bool - _, _, _ = yysep4515, yyq4515, yy2arr4515 - const yyr4515 bool = false - yyq4515[0] = x.User != "" - yyq4515[1] = x.Role != "" - yyq4515[2] = x.Type != "" - yyq4515[3] = x.Level != "" - var yynn4515 int - if yyr4515 || yy2arr4515 { + yysep4543 := !z.EncBinary() + yy2arr4543 := z.EncBasicHandle().StructToArray + var yyq4543 [4]bool + _, _, _ = yysep4543, yyq4543, yy2arr4543 + const yyr4543 bool = false + yyq4543[0] = x.User != "" + yyq4543[1] = x.Role != "" + yyq4543[2] = x.Type != "" + yyq4543[3] = x.Level != "" + var yynn4543 int + if yyr4543 || yy2arr4543 { r.EncodeArrayStart(4) } else { - yynn4515 = 0 - for _, b := range yyq4515 { + yynn4543 = 0 + for _, b := range yyq4543 { if b { - yynn4515++ + yynn4543++ } } - r.EncodeMapStart(yynn4515) - yynn4515 = 0 + r.EncodeMapStart(yynn4543) + yynn4543 = 0 } - if yyr4515 || yy2arr4515 { + if yyr4543 || yy2arr4543 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4515[0] { - yym4517 := z.EncBinary() - _ = yym4517 + if yyq4543[0] { + yym4545 := z.EncBinary() + _ = yym4545 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -56211,23 +56685,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4515[0] { + if yyq4543[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4518 := z.EncBinary() - _ = yym4518 + yym4546 := z.EncBinary() + _ = yym4546 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) } } } - if yyr4515 || yy2arr4515 { + if yyr4543 || yy2arr4543 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4515[1] { - yym4520 := z.EncBinary() - _ = yym4520 + if yyq4543[1] { + yym4548 := z.EncBinary() + _ = yym4548 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Role)) @@ -56236,23 +56710,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4515[1] { + if yyq4543[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("role")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4521 := z.EncBinary() - _ = yym4521 + yym4549 := z.EncBinary() + _ = yym4549 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Role)) } } } - if yyr4515 || yy2arr4515 { + if yyr4543 || yy2arr4543 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4515[2] { - yym4523 := z.EncBinary() - _ = yym4523 + if yyq4543[2] { + yym4551 := z.EncBinary() + _ = yym4551 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -56261,23 +56735,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4515[2] { + if yyq4543[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4524 := z.EncBinary() - _ = yym4524 + yym4552 := z.EncBinary() + _ = yym4552 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr4515 || yy2arr4515 { + if yyr4543 || yy2arr4543 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4515[3] { - yym4526 := z.EncBinary() - _ = yym4526 + if yyq4543[3] { + yym4554 := z.EncBinary() + _ = yym4554 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) @@ -56286,19 +56760,19 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4515[3] { + if yyq4543[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("level")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4527 := z.EncBinary() - _ = yym4527 + yym4555 := z.EncBinary() + _ = yym4555 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) } } } - if yyr4515 || yy2arr4515 { + if yyr4543 || yy2arr4543 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -56311,25 +56785,25 @@ func (x *SELinuxOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4528 := z.DecBinary() - _ = yym4528 + yym4556 := z.DecBinary() + _ = yym4556 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4529 := r.ContainerType() - if yyct4529 == codecSelferValueTypeMap1234 { - yyl4529 := r.ReadMapStart() - if yyl4529 == 0 { + yyct4557 := r.ContainerType() + if yyct4557 == codecSelferValueTypeMap1234 { + yyl4557 := r.ReadMapStart() + if yyl4557 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4529, d) + x.codecDecodeSelfFromMap(yyl4557, d) } - } else if yyct4529 == codecSelferValueTypeArray1234 { - yyl4529 := r.ReadArrayStart() - if yyl4529 == 0 { + } else if yyct4557 == codecSelferValueTypeArray1234 { + yyl4557 := r.ReadArrayStart() + if yyl4557 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4529, d) + x.codecDecodeSelfFromArray(yyl4557, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -56341,12 +56815,12 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4530Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4530Slc - var yyhl4530 bool = l >= 0 - for yyj4530 := 0; ; yyj4530++ { - if yyhl4530 { - if yyj4530 >= l { + var yys4558Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4558Slc + var yyhl4558 bool = l >= 0 + for yyj4558 := 0; ; yyj4558++ { + if yyhl4558 { + if yyj4558 >= l { break } } else { @@ -56355,10 +56829,10 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4530Slc = r.DecodeBytes(yys4530Slc, true, true) - yys4530 := string(yys4530Slc) + yys4558Slc = r.DecodeBytes(yys4558Slc, true, true) + yys4558 := string(yys4558Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4530 { + switch yys4558 { case "user": if r.TryDecodeAsNil() { x.User = "" @@ -56384,9 +56858,9 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4530) - } // end switch yys4530 - } // end for yyj4530 + z.DecStructFieldNotFound(-1, yys4558) + } // end switch yys4558 + } // end for yyj4558 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -56394,16 +56868,16 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4535 int - var yyb4535 bool - var yyhl4535 bool = l >= 0 - yyj4535++ - if yyhl4535 { - yyb4535 = yyj4535 > l + var yyj4563 int + var yyb4563 bool + var yyhl4563 bool = l >= 0 + yyj4563++ + if yyhl4563 { + yyb4563 = yyj4563 > l } else { - yyb4535 = r.CheckBreak() + yyb4563 = r.CheckBreak() } - if yyb4535 { + if yyb4563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56413,13 +56887,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.User = string(r.DecodeString()) } - yyj4535++ - if yyhl4535 { - yyb4535 = yyj4535 > l + yyj4563++ + if yyhl4563 { + yyb4563 = yyj4563 > l } else { - yyb4535 = r.CheckBreak() + yyb4563 = r.CheckBreak() } - if yyb4535 { + if yyb4563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56429,13 +56903,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Role = string(r.DecodeString()) } - yyj4535++ - if yyhl4535 { - yyb4535 = yyj4535 > l + yyj4563++ + if yyhl4563 { + yyb4563 = yyj4563 > l } else { - yyb4535 = r.CheckBreak() + yyb4563 = r.CheckBreak() } - if yyb4535 { + if yyb4563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56445,13 +56919,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = string(r.DecodeString()) } - yyj4535++ - if yyhl4535 { - yyb4535 = yyj4535 > l + yyj4563++ + if yyhl4563 { + yyb4563 = yyj4563 > l } else { - yyb4535 = r.CheckBreak() + yyb4563 = r.CheckBreak() } - if yyb4535 { + if yyb4563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56462,17 +56936,17 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } for { - yyj4535++ - if yyhl4535 { - yyb4535 = yyj4535 > l + yyj4563++ + if yyhl4563 { + yyb4563 = yyj4563 > l } else { - yyb4535 = r.CheckBreak() + yyb4563 = r.CheckBreak() } - if yyb4535 { + if yyb4563 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4535-1, "") + z.DecStructFieldNotFound(yyj4563-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56484,37 +56958,37 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4540 := z.EncBinary() - _ = yym4540 + yym4568 := z.EncBinary() + _ = yym4568 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4541 := !z.EncBinary() - yy2arr4541 := z.EncBasicHandle().StructToArray - var yyq4541 [5]bool - _, _, _ = yysep4541, yyq4541, yy2arr4541 - const yyr4541 bool = false - yyq4541[0] = x.Kind != "" - yyq4541[1] = x.APIVersion != "" - yyq4541[2] = true - var yynn4541 int - if yyr4541 || yy2arr4541 { + yysep4569 := !z.EncBinary() + yy2arr4569 := z.EncBasicHandle().StructToArray + var yyq4569 [5]bool + _, _, _ = yysep4569, yyq4569, yy2arr4569 + const yyr4569 bool = false + yyq4569[0] = x.Kind != "" + yyq4569[1] = x.APIVersion != "" + yyq4569[2] = true + var yynn4569 int + if yyr4569 || yy2arr4569 { r.EncodeArrayStart(5) } else { - yynn4541 = 2 - for _, b := range yyq4541 { + yynn4569 = 2 + for _, b := range yyq4569 { if b { - yynn4541++ + yynn4569++ } } - r.EncodeMapStart(yynn4541) - yynn4541 = 0 + r.EncodeMapStart(yynn4569) + yynn4569 = 0 } - if yyr4541 || yy2arr4541 { + if yyr4569 || yy2arr4569 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4541[0] { - yym4543 := z.EncBinary() - _ = yym4543 + if yyq4569[0] { + yym4571 := z.EncBinary() + _ = yym4571 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -56523,23 +56997,23 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4541[0] { + if yyq4569[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4544 := z.EncBinary() - _ = yym4544 + yym4572 := z.EncBinary() + _ = yym4572 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4541 || yy2arr4541 { + if yyr4569 || yy2arr4569 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4541[1] { - yym4546 := z.EncBinary() - _ = yym4546 + if yyq4569[1] { + yym4574 := z.EncBinary() + _ = yym4574 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -56548,39 +57022,39 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4541[1] { + if yyq4569[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4547 := z.EncBinary() - _ = yym4547 + yym4575 := z.EncBinary() + _ = yym4575 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4541 || yy2arr4541 { + if yyr4569 || yy2arr4569 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4541[2] { - yy4549 := &x.ObjectMeta - yy4549.CodecEncodeSelf(e) + if yyq4569[2] { + yy4577 := &x.ObjectMeta + yy4577.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4541[2] { + if yyq4569[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4550 := &x.ObjectMeta - yy4550.CodecEncodeSelf(e) + yy4578 := &x.ObjectMeta + yy4578.CodecEncodeSelf(e) } } - if yyr4541 || yy2arr4541 { + if yyr4569 || yy2arr4569 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym4552 := z.EncBinary() - _ = yym4552 + yym4580 := z.EncBinary() + _ = yym4580 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) @@ -56589,20 +57063,20 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("range")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4553 := z.EncBinary() - _ = yym4553 + yym4581 := z.EncBinary() + _ = yym4581 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) } } - if yyr4541 || yy2arr4541 { + if yyr4569 || yy2arr4569 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Data == nil { r.EncodeNil() } else { - yym4555 := z.EncBinary() - _ = yym4555 + yym4583 := z.EncBinary() + _ = yym4583 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) @@ -56615,15 +57089,15 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x.Data == nil { r.EncodeNil() } else { - yym4556 := z.EncBinary() - _ = yym4556 + yym4584 := z.EncBinary() + _ = yym4584 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) } } } - if yyr4541 || yy2arr4541 { + if yyr4569 || yy2arr4569 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -56636,25 +57110,25 @@ func (x *RangeAllocation) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4557 := z.DecBinary() - _ = yym4557 + yym4585 := z.DecBinary() + _ = yym4585 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4558 := r.ContainerType() - if yyct4558 == codecSelferValueTypeMap1234 { - yyl4558 := r.ReadMapStart() - if yyl4558 == 0 { + yyct4586 := r.ContainerType() + if yyct4586 == codecSelferValueTypeMap1234 { + yyl4586 := r.ReadMapStart() + if yyl4586 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4558, d) + x.codecDecodeSelfFromMap(yyl4586, d) } - } else if yyct4558 == codecSelferValueTypeArray1234 { - yyl4558 := r.ReadArrayStart() - if yyl4558 == 0 { + } else if yyct4586 == codecSelferValueTypeArray1234 { + yyl4586 := r.ReadArrayStart() + if yyl4586 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4558, d) + x.codecDecodeSelfFromArray(yyl4586, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -56666,12 +57140,12 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4559Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4559Slc - var yyhl4559 bool = l >= 0 - for yyj4559 := 0; ; yyj4559++ { - if yyhl4559 { - if yyj4559 >= l { + var yys4587Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4587Slc + var yyhl4587 bool = l >= 0 + for yyj4587 := 0; ; yyj4587++ { + if yyhl4587 { + if yyj4587 >= l { break } } else { @@ -56680,10 +57154,10 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4559Slc = r.DecodeBytes(yys4559Slc, true, true) - yys4559 := string(yys4559Slc) + yys4587Slc = r.DecodeBytes(yys4587Slc, true, true) + yys4587 := string(yys4587Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4559 { + switch yys4587 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -56700,8 +57174,8 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4562 := &x.ObjectMeta - yyv4562.CodecDecodeSelf(d) + yyv4590 := &x.ObjectMeta + yyv4590.CodecDecodeSelf(d) } case "range": if r.TryDecodeAsNil() { @@ -56713,18 +57187,18 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4564 := &x.Data - yym4565 := z.DecBinary() - _ = yym4565 + yyv4592 := &x.Data + yym4593 := z.DecBinary() + _ = yym4593 if false { } else { - *yyv4564 = r.DecodeBytes(*(*[]byte)(yyv4564), false, false) + *yyv4592 = r.DecodeBytes(*(*[]byte)(yyv4592), false, false) } } default: - z.DecStructFieldNotFound(-1, yys4559) - } // end switch yys4559 - } // end for yyj4559 + z.DecStructFieldNotFound(-1, yys4587) + } // end switch yys4587 + } // end for yyj4587 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -56732,16 +57206,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4566 int - var yyb4566 bool - var yyhl4566 bool = l >= 0 - yyj4566++ - if yyhl4566 { - yyb4566 = yyj4566 > l + var yyj4594 int + var yyb4594 bool + var yyhl4594 bool = l >= 0 + yyj4594++ + if yyhl4594 { + yyb4594 = yyj4594 > l } else { - yyb4566 = r.CheckBreak() + yyb4594 = r.CheckBreak() } - if yyb4566 { + if yyb4594 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56751,13 +57225,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4566++ - if yyhl4566 { - yyb4566 = yyj4566 > l + yyj4594++ + if yyhl4594 { + yyb4594 = yyj4594 > l } else { - yyb4566 = r.CheckBreak() + yyb4594 = r.CheckBreak() } - if yyb4566 { + if yyb4594 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56767,13 +57241,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4566++ - if yyhl4566 { - yyb4566 = yyj4566 > l + yyj4594++ + if yyhl4594 { + yyb4594 = yyj4594 > l } else { - yyb4566 = r.CheckBreak() + yyb4594 = r.CheckBreak() } - if yyb4566 { + if yyb4594 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56781,16 +57255,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4569 := &x.ObjectMeta - yyv4569.CodecDecodeSelf(d) + yyv4597 := &x.ObjectMeta + yyv4597.CodecDecodeSelf(d) } - yyj4566++ - if yyhl4566 { - yyb4566 = yyj4566 > l + yyj4594++ + if yyhl4594 { + yyb4594 = yyj4594 > l } else { - yyb4566 = r.CheckBreak() + yyb4594 = r.CheckBreak() } - if yyb4566 { + if yyb4594 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56800,13 +57274,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Range = string(r.DecodeString()) } - yyj4566++ - if yyhl4566 { - yyb4566 = yyj4566 > l + yyj4594++ + if yyhl4594 { + yyb4594 = yyj4594 > l } else { - yyb4566 = r.CheckBreak() + yyb4594 = r.CheckBreak() } - if yyb4566 { + if yyb4594 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56814,26 +57288,26 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4571 := &x.Data - yym4572 := z.DecBinary() - _ = yym4572 + yyv4599 := &x.Data + yym4600 := z.DecBinary() + _ = yym4600 if false { } else { - *yyv4571 = r.DecodeBytes(*(*[]byte)(yyv4571), false, false) + *yyv4599 = r.DecodeBytes(*(*[]byte)(yyv4599), false, false) } } for { - yyj4566++ - if yyhl4566 { - yyb4566 = yyj4566 > l + yyj4594++ + if yyhl4594 { + yyb4594 = yyj4594 > l } else { - yyb4566 = r.CheckBreak() + yyb4594 = r.CheckBreak() } - if yyb4566 { + if yyb4594 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4566-1, "") + z.DecStructFieldNotFound(yyj4594-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56843,10 +57317,10 @@ func (x codecSelfer1234) encSliceOwnerReference(v []OwnerReference, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4573 := range v { + for _, yyv4601 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4574 := &yyv4573 - yy4574.CodecEncodeSelf(e) + yy4602 := &yyv4601 + yy4602.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56856,83 +57330,83 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4575 := *v - yyh4575, yyl4575 := z.DecSliceHelperStart() - var yyc4575 bool - if yyl4575 == 0 { - if yyv4575 == nil { - yyv4575 = []OwnerReference{} - yyc4575 = true - } else if len(yyv4575) != 0 { - yyv4575 = yyv4575[:0] - yyc4575 = true + yyv4603 := *v + yyh4603, yyl4603 := z.DecSliceHelperStart() + var yyc4603 bool + if yyl4603 == 0 { + if yyv4603 == nil { + yyv4603 = []OwnerReference{} + yyc4603 = true + } else if len(yyv4603) != 0 { + yyv4603 = yyv4603[:0] + yyc4603 = true } - } else if yyl4575 > 0 { - var yyrr4575, yyrl4575 int - var yyrt4575 bool - if yyl4575 > cap(yyv4575) { + } else if yyl4603 > 0 { + var yyrr4603, yyrl4603 int + var yyrt4603 bool + if yyl4603 > cap(yyv4603) { - yyrg4575 := len(yyv4575) > 0 - yyv24575 := yyv4575 - yyrl4575, yyrt4575 = z.DecInferLen(yyl4575, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4575 { - if yyrl4575 <= cap(yyv4575) { - yyv4575 = yyv4575[:yyrl4575] + yyrg4603 := len(yyv4603) > 0 + yyv24603 := yyv4603 + yyrl4603, yyrt4603 = z.DecInferLen(yyl4603, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4603 { + if yyrl4603 <= cap(yyv4603) { + yyv4603 = yyv4603[:yyrl4603] } else { - yyv4575 = make([]OwnerReference, yyrl4575) + yyv4603 = make([]OwnerReference, yyrl4603) } } else { - yyv4575 = make([]OwnerReference, yyrl4575) + yyv4603 = make([]OwnerReference, yyrl4603) } - yyc4575 = true - yyrr4575 = len(yyv4575) - if yyrg4575 { - copy(yyv4575, yyv24575) + yyc4603 = true + yyrr4603 = len(yyv4603) + if yyrg4603 { + copy(yyv4603, yyv24603) } - } else if yyl4575 != len(yyv4575) { - yyv4575 = yyv4575[:yyl4575] - yyc4575 = true + } else if yyl4603 != len(yyv4603) { + yyv4603 = yyv4603[:yyl4603] + yyc4603 = true } - yyj4575 := 0 - for ; yyj4575 < yyrr4575; yyj4575++ { - yyh4575.ElemContainerState(yyj4575) + yyj4603 := 0 + for ; yyj4603 < yyrr4603; yyj4603++ { + yyh4603.ElemContainerState(yyj4603) if r.TryDecodeAsNil() { - yyv4575[yyj4575] = OwnerReference{} + yyv4603[yyj4603] = OwnerReference{} } else { - yyv4576 := &yyv4575[yyj4575] - yyv4576.CodecDecodeSelf(d) + yyv4604 := &yyv4603[yyj4603] + yyv4604.CodecDecodeSelf(d) } } - if yyrt4575 { - for ; yyj4575 < yyl4575; yyj4575++ { - yyv4575 = append(yyv4575, OwnerReference{}) - yyh4575.ElemContainerState(yyj4575) + if yyrt4603 { + for ; yyj4603 < yyl4603; yyj4603++ { + yyv4603 = append(yyv4603, OwnerReference{}) + yyh4603.ElemContainerState(yyj4603) if r.TryDecodeAsNil() { - yyv4575[yyj4575] = OwnerReference{} + yyv4603[yyj4603] = OwnerReference{} } else { - yyv4577 := &yyv4575[yyj4575] - yyv4577.CodecDecodeSelf(d) + yyv4605 := &yyv4603[yyj4603] + yyv4605.CodecDecodeSelf(d) } } } } else { - yyj4575 := 0 - for ; !r.CheckBreak(); yyj4575++ { + yyj4603 := 0 + for ; !r.CheckBreak(); yyj4603++ { - if yyj4575 >= len(yyv4575) { - yyv4575 = append(yyv4575, OwnerReference{}) // var yyz4575 OwnerReference - yyc4575 = true + if yyj4603 >= len(yyv4603) { + yyv4603 = append(yyv4603, OwnerReference{}) // var yyz4603 OwnerReference + yyc4603 = true } - yyh4575.ElemContainerState(yyj4575) - if yyj4575 < len(yyv4575) { + yyh4603.ElemContainerState(yyj4603) + if yyj4603 < len(yyv4603) { if r.TryDecodeAsNil() { - yyv4575[yyj4575] = OwnerReference{} + yyv4603[yyj4603] = OwnerReference{} } else { - yyv4578 := &yyv4575[yyj4575] - yyv4578.CodecDecodeSelf(d) + yyv4606 := &yyv4603[yyj4603] + yyv4606.CodecDecodeSelf(d) } } else { @@ -56940,17 +57414,17 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 } } - if yyj4575 < len(yyv4575) { - yyv4575 = yyv4575[:yyj4575] - yyc4575 = true - } else if yyj4575 == 0 && yyv4575 == nil { - yyv4575 = []OwnerReference{} - yyc4575 = true + if yyj4603 < len(yyv4603) { + yyv4603 = yyv4603[:yyj4603] + yyc4603 = true + } else if yyj4603 == 0 && yyv4603 == nil { + yyv4603 = []OwnerReference{} + yyc4603 = true } } - yyh4575.End() - if yyc4575 { - *v = yyv4575 + yyh4603.End() + if yyc4603 { + *v = yyv4603 } } @@ -56959,9 +57433,9 @@ func (x codecSelfer1234) encSlicePersistentVolumeAccessMode(v []PersistentVolume z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4579 := range v { + for _, yyv4607 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4579.CodecEncodeSelf(e) + yyv4607.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56971,75 +57445,75 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4580 := *v - yyh4580, yyl4580 := z.DecSliceHelperStart() - var yyc4580 bool - if yyl4580 == 0 { - if yyv4580 == nil { - yyv4580 = []PersistentVolumeAccessMode{} - yyc4580 = true - } else if len(yyv4580) != 0 { - yyv4580 = yyv4580[:0] - yyc4580 = true + yyv4608 := *v + yyh4608, yyl4608 := z.DecSliceHelperStart() + var yyc4608 bool + if yyl4608 == 0 { + if yyv4608 == nil { + yyv4608 = []PersistentVolumeAccessMode{} + yyc4608 = true + } else if len(yyv4608) != 0 { + yyv4608 = yyv4608[:0] + yyc4608 = true } - } else if yyl4580 > 0 { - var yyrr4580, yyrl4580 int - var yyrt4580 bool - if yyl4580 > cap(yyv4580) { + } else if yyl4608 > 0 { + var yyrr4608, yyrl4608 int + var yyrt4608 bool + if yyl4608 > cap(yyv4608) { - yyrl4580, yyrt4580 = z.DecInferLen(yyl4580, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4580 { - if yyrl4580 <= cap(yyv4580) { - yyv4580 = yyv4580[:yyrl4580] + yyrl4608, yyrt4608 = z.DecInferLen(yyl4608, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4608 { + if yyrl4608 <= cap(yyv4608) { + yyv4608 = yyv4608[:yyrl4608] } else { - yyv4580 = make([]PersistentVolumeAccessMode, yyrl4580) + yyv4608 = make([]PersistentVolumeAccessMode, yyrl4608) } } else { - yyv4580 = make([]PersistentVolumeAccessMode, yyrl4580) + yyv4608 = make([]PersistentVolumeAccessMode, yyrl4608) } - yyc4580 = true - yyrr4580 = len(yyv4580) - } else if yyl4580 != len(yyv4580) { - yyv4580 = yyv4580[:yyl4580] - yyc4580 = true + yyc4608 = true + yyrr4608 = len(yyv4608) + } else if yyl4608 != len(yyv4608) { + yyv4608 = yyv4608[:yyl4608] + yyc4608 = true } - yyj4580 := 0 - for ; yyj4580 < yyrr4580; yyj4580++ { - yyh4580.ElemContainerState(yyj4580) + yyj4608 := 0 + for ; yyj4608 < yyrr4608; yyj4608++ { + yyh4608.ElemContainerState(yyj4608) if r.TryDecodeAsNil() { - yyv4580[yyj4580] = "" + yyv4608[yyj4608] = "" } else { - yyv4580[yyj4580] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4608[yyj4608] = PersistentVolumeAccessMode(r.DecodeString()) } } - if yyrt4580 { - for ; yyj4580 < yyl4580; yyj4580++ { - yyv4580 = append(yyv4580, "") - yyh4580.ElemContainerState(yyj4580) + if yyrt4608 { + for ; yyj4608 < yyl4608; yyj4608++ { + yyv4608 = append(yyv4608, "") + yyh4608.ElemContainerState(yyj4608) if r.TryDecodeAsNil() { - yyv4580[yyj4580] = "" + yyv4608[yyj4608] = "" } else { - yyv4580[yyj4580] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4608[yyj4608] = PersistentVolumeAccessMode(r.DecodeString()) } } } } else { - yyj4580 := 0 - for ; !r.CheckBreak(); yyj4580++ { + yyj4608 := 0 + for ; !r.CheckBreak(); yyj4608++ { - if yyj4580 >= len(yyv4580) { - yyv4580 = append(yyv4580, "") // var yyz4580 PersistentVolumeAccessMode - yyc4580 = true + if yyj4608 >= len(yyv4608) { + yyv4608 = append(yyv4608, "") // var yyz4608 PersistentVolumeAccessMode + yyc4608 = true } - yyh4580.ElemContainerState(yyj4580) - if yyj4580 < len(yyv4580) { + yyh4608.ElemContainerState(yyj4608) + if yyj4608 < len(yyv4608) { if r.TryDecodeAsNil() { - yyv4580[yyj4580] = "" + yyv4608[yyj4608] = "" } else { - yyv4580[yyj4580] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4608[yyj4608] = PersistentVolumeAccessMode(r.DecodeString()) } } else { @@ -57047,17 +57521,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum } } - if yyj4580 < len(yyv4580) { - yyv4580 = yyv4580[:yyj4580] - yyc4580 = true - } else if yyj4580 == 0 && yyv4580 == nil { - yyv4580 = []PersistentVolumeAccessMode{} - yyc4580 = true + if yyj4608 < len(yyv4608) { + yyv4608 = yyv4608[:yyj4608] + yyc4608 = true + } else if yyj4608 == 0 && yyv4608 == nil { + yyv4608 = []PersistentVolumeAccessMode{} + yyc4608 = true } } - yyh4580.End() - if yyc4580 { - *v = yyv4580 + yyh4608.End() + if yyc4608 { + *v = yyv4608 } } @@ -57066,10 +57540,10 @@ func (x codecSelfer1234) encSlicePersistentVolume(v []PersistentVolume, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4584 := range v { + for _, yyv4612 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4585 := &yyv4584 - yy4585.CodecEncodeSelf(e) + yy4613 := &yyv4612 + yy4613.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57079,83 +57553,83 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4586 := *v - yyh4586, yyl4586 := z.DecSliceHelperStart() - var yyc4586 bool - if yyl4586 == 0 { - if yyv4586 == nil { - yyv4586 = []PersistentVolume{} - yyc4586 = true - } else if len(yyv4586) != 0 { - yyv4586 = yyv4586[:0] - yyc4586 = true + yyv4614 := *v + yyh4614, yyl4614 := z.DecSliceHelperStart() + var yyc4614 bool + if yyl4614 == 0 { + if yyv4614 == nil { + yyv4614 = []PersistentVolume{} + yyc4614 = true + } else if len(yyv4614) != 0 { + yyv4614 = yyv4614[:0] + yyc4614 = true } - } else if yyl4586 > 0 { - var yyrr4586, yyrl4586 int - var yyrt4586 bool - if yyl4586 > cap(yyv4586) { + } else if yyl4614 > 0 { + var yyrr4614, yyrl4614 int + var yyrt4614 bool + if yyl4614 > cap(yyv4614) { - yyrg4586 := len(yyv4586) > 0 - yyv24586 := yyv4586 - yyrl4586, yyrt4586 = z.DecInferLen(yyl4586, z.DecBasicHandle().MaxInitLen, 488) - if yyrt4586 { - if yyrl4586 <= cap(yyv4586) { - yyv4586 = yyv4586[:yyrl4586] + yyrg4614 := len(yyv4614) > 0 + yyv24614 := yyv4614 + yyrl4614, yyrt4614 = z.DecInferLen(yyl4614, z.DecBasicHandle().MaxInitLen, 496) + if yyrt4614 { + if yyrl4614 <= cap(yyv4614) { + yyv4614 = yyv4614[:yyrl4614] } else { - yyv4586 = make([]PersistentVolume, yyrl4586) + yyv4614 = make([]PersistentVolume, yyrl4614) } } else { - yyv4586 = make([]PersistentVolume, yyrl4586) + yyv4614 = make([]PersistentVolume, yyrl4614) } - yyc4586 = true - yyrr4586 = len(yyv4586) - if yyrg4586 { - copy(yyv4586, yyv24586) + yyc4614 = true + yyrr4614 = len(yyv4614) + if yyrg4614 { + copy(yyv4614, yyv24614) } - } else if yyl4586 != len(yyv4586) { - yyv4586 = yyv4586[:yyl4586] - yyc4586 = true + } else if yyl4614 != len(yyv4614) { + yyv4614 = yyv4614[:yyl4614] + yyc4614 = true } - yyj4586 := 0 - for ; yyj4586 < yyrr4586; yyj4586++ { - yyh4586.ElemContainerState(yyj4586) + yyj4614 := 0 + for ; yyj4614 < yyrr4614; yyj4614++ { + yyh4614.ElemContainerState(yyj4614) if r.TryDecodeAsNil() { - yyv4586[yyj4586] = PersistentVolume{} + yyv4614[yyj4614] = PersistentVolume{} } else { - yyv4587 := &yyv4586[yyj4586] - yyv4587.CodecDecodeSelf(d) + yyv4615 := &yyv4614[yyj4614] + yyv4615.CodecDecodeSelf(d) } } - if yyrt4586 { - for ; yyj4586 < yyl4586; yyj4586++ { - yyv4586 = append(yyv4586, PersistentVolume{}) - yyh4586.ElemContainerState(yyj4586) + if yyrt4614 { + for ; yyj4614 < yyl4614; yyj4614++ { + yyv4614 = append(yyv4614, PersistentVolume{}) + yyh4614.ElemContainerState(yyj4614) if r.TryDecodeAsNil() { - yyv4586[yyj4586] = PersistentVolume{} + yyv4614[yyj4614] = PersistentVolume{} } else { - yyv4588 := &yyv4586[yyj4586] - yyv4588.CodecDecodeSelf(d) + yyv4616 := &yyv4614[yyj4614] + yyv4616.CodecDecodeSelf(d) } } } } else { - yyj4586 := 0 - for ; !r.CheckBreak(); yyj4586++ { + yyj4614 := 0 + for ; !r.CheckBreak(); yyj4614++ { - if yyj4586 >= len(yyv4586) { - yyv4586 = append(yyv4586, PersistentVolume{}) // var yyz4586 PersistentVolume - yyc4586 = true + if yyj4614 >= len(yyv4614) { + yyv4614 = append(yyv4614, PersistentVolume{}) // var yyz4614 PersistentVolume + yyc4614 = true } - yyh4586.ElemContainerState(yyj4586) - if yyj4586 < len(yyv4586) { + yyh4614.ElemContainerState(yyj4614) + if yyj4614 < len(yyv4614) { if r.TryDecodeAsNil() { - yyv4586[yyj4586] = PersistentVolume{} + yyv4614[yyj4614] = PersistentVolume{} } else { - yyv4589 := &yyv4586[yyj4586] - yyv4589.CodecDecodeSelf(d) + yyv4617 := &yyv4614[yyj4614] + yyv4617.CodecDecodeSelf(d) } } else { @@ -57163,17 +57637,17 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code } } - if yyj4586 < len(yyv4586) { - yyv4586 = yyv4586[:yyj4586] - yyc4586 = true - } else if yyj4586 == 0 && yyv4586 == nil { - yyv4586 = []PersistentVolume{} - yyc4586 = true + if yyj4614 < len(yyv4614) { + yyv4614 = yyv4614[:yyj4614] + yyc4614 = true + } else if yyj4614 == 0 && yyv4614 == nil { + yyv4614 = []PersistentVolume{} + yyc4614 = true } } - yyh4586.End() - if yyc4586 { - *v = yyv4586 + yyh4614.End() + if yyc4614 { + *v = yyv4614 } } @@ -57182,10 +57656,10 @@ func (x codecSelfer1234) encSlicePersistentVolumeClaim(v []PersistentVolumeClaim z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4590 := range v { + for _, yyv4618 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4591 := &yyv4590 - yy4591.CodecEncodeSelf(e) + yy4619 := &yyv4618 + yy4619.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57195,83 +57669,83 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4592 := *v - yyh4592, yyl4592 := z.DecSliceHelperStart() - var yyc4592 bool - if yyl4592 == 0 { - if yyv4592 == nil { - yyv4592 = []PersistentVolumeClaim{} - yyc4592 = true - } else if len(yyv4592) != 0 { - yyv4592 = yyv4592[:0] - yyc4592 = true + yyv4620 := *v + yyh4620, yyl4620 := z.DecSliceHelperStart() + var yyc4620 bool + if yyl4620 == 0 { + if yyv4620 == nil { + yyv4620 = []PersistentVolumeClaim{} + yyc4620 = true + } else if len(yyv4620) != 0 { + yyv4620 = yyv4620[:0] + yyc4620 = true } - } else if yyl4592 > 0 { - var yyrr4592, yyrl4592 int - var yyrt4592 bool - if yyl4592 > cap(yyv4592) { + } else if yyl4620 > 0 { + var yyrr4620, yyrl4620 int + var yyrt4620 bool + if yyl4620 > cap(yyv4620) { - yyrg4592 := len(yyv4592) > 0 - yyv24592 := yyv4592 - yyrl4592, yyrt4592 = z.DecInferLen(yyl4592, z.DecBasicHandle().MaxInitLen, 368) - if yyrt4592 { - if yyrl4592 <= cap(yyv4592) { - yyv4592 = yyv4592[:yyrl4592] + yyrg4620 := len(yyv4620) > 0 + yyv24620 := yyv4620 + yyrl4620, yyrt4620 = z.DecInferLen(yyl4620, z.DecBasicHandle().MaxInitLen, 368) + if yyrt4620 { + if yyrl4620 <= cap(yyv4620) { + yyv4620 = yyv4620[:yyrl4620] } else { - yyv4592 = make([]PersistentVolumeClaim, yyrl4592) + yyv4620 = make([]PersistentVolumeClaim, yyrl4620) } } else { - yyv4592 = make([]PersistentVolumeClaim, yyrl4592) + yyv4620 = make([]PersistentVolumeClaim, yyrl4620) } - yyc4592 = true - yyrr4592 = len(yyv4592) - if yyrg4592 { - copy(yyv4592, yyv24592) + yyc4620 = true + yyrr4620 = len(yyv4620) + if yyrg4620 { + copy(yyv4620, yyv24620) } - } else if yyl4592 != len(yyv4592) { - yyv4592 = yyv4592[:yyl4592] - yyc4592 = true + } else if yyl4620 != len(yyv4620) { + yyv4620 = yyv4620[:yyl4620] + yyc4620 = true } - yyj4592 := 0 - for ; yyj4592 < yyrr4592; yyj4592++ { - yyh4592.ElemContainerState(yyj4592) + yyj4620 := 0 + for ; yyj4620 < yyrr4620; yyj4620++ { + yyh4620.ElemContainerState(yyj4620) if r.TryDecodeAsNil() { - yyv4592[yyj4592] = PersistentVolumeClaim{} + yyv4620[yyj4620] = PersistentVolumeClaim{} } else { - yyv4593 := &yyv4592[yyj4592] - yyv4593.CodecDecodeSelf(d) + yyv4621 := &yyv4620[yyj4620] + yyv4621.CodecDecodeSelf(d) } } - if yyrt4592 { - for ; yyj4592 < yyl4592; yyj4592++ { - yyv4592 = append(yyv4592, PersistentVolumeClaim{}) - yyh4592.ElemContainerState(yyj4592) + if yyrt4620 { + for ; yyj4620 < yyl4620; yyj4620++ { + yyv4620 = append(yyv4620, PersistentVolumeClaim{}) + yyh4620.ElemContainerState(yyj4620) if r.TryDecodeAsNil() { - yyv4592[yyj4592] = PersistentVolumeClaim{} + yyv4620[yyj4620] = PersistentVolumeClaim{} } else { - yyv4594 := &yyv4592[yyj4592] - yyv4594.CodecDecodeSelf(d) + yyv4622 := &yyv4620[yyj4620] + yyv4622.CodecDecodeSelf(d) } } } } else { - yyj4592 := 0 - for ; !r.CheckBreak(); yyj4592++ { + yyj4620 := 0 + for ; !r.CheckBreak(); yyj4620++ { - if yyj4592 >= len(yyv4592) { - yyv4592 = append(yyv4592, PersistentVolumeClaim{}) // var yyz4592 PersistentVolumeClaim - yyc4592 = true + if yyj4620 >= len(yyv4620) { + yyv4620 = append(yyv4620, PersistentVolumeClaim{}) // var yyz4620 PersistentVolumeClaim + yyc4620 = true } - yyh4592.ElemContainerState(yyj4592) - if yyj4592 < len(yyv4592) { + yyh4620.ElemContainerState(yyj4620) + if yyj4620 < len(yyv4620) { if r.TryDecodeAsNil() { - yyv4592[yyj4592] = PersistentVolumeClaim{} + yyv4620[yyj4620] = PersistentVolumeClaim{} } else { - yyv4595 := &yyv4592[yyj4592] - yyv4595.CodecDecodeSelf(d) + yyv4623 := &yyv4620[yyj4620] + yyv4623.CodecDecodeSelf(d) } } else { @@ -57279,17 +57753,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai } } - if yyj4592 < len(yyv4592) { - yyv4592 = yyv4592[:yyj4592] - yyc4592 = true - } else if yyj4592 == 0 && yyv4592 == nil { - yyv4592 = []PersistentVolumeClaim{} - yyc4592 = true + if yyj4620 < len(yyv4620) { + yyv4620 = yyv4620[:yyj4620] + yyc4620 = true + } else if yyj4620 == 0 && yyv4620 == nil { + yyv4620 = []PersistentVolumeClaim{} + yyc4620 = true } } - yyh4592.End() - if yyc4592 { - *v = yyv4592 + yyh4620.End() + if yyc4620 { + *v = yyv4620 } } @@ -57298,10 +57772,10 @@ func (x codecSelfer1234) encSliceKeyToPath(v []KeyToPath, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4596 := range v { + for _, yyv4624 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4597 := &yyv4596 - yy4597.CodecEncodeSelf(e) + yy4625 := &yyv4624 + yy4625.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57311,83 +57785,83 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4598 := *v - yyh4598, yyl4598 := z.DecSliceHelperStart() - var yyc4598 bool - if yyl4598 == 0 { - if yyv4598 == nil { - yyv4598 = []KeyToPath{} - yyc4598 = true - } else if len(yyv4598) != 0 { - yyv4598 = yyv4598[:0] - yyc4598 = true + yyv4626 := *v + yyh4626, yyl4626 := z.DecSliceHelperStart() + var yyc4626 bool + if yyl4626 == 0 { + if yyv4626 == nil { + yyv4626 = []KeyToPath{} + yyc4626 = true + } else if len(yyv4626) != 0 { + yyv4626 = yyv4626[:0] + yyc4626 = true } - } else if yyl4598 > 0 { - var yyrr4598, yyrl4598 int - var yyrt4598 bool - if yyl4598 > cap(yyv4598) { + } else if yyl4626 > 0 { + var yyrr4626, yyrl4626 int + var yyrt4626 bool + if yyl4626 > cap(yyv4626) { - yyrg4598 := len(yyv4598) > 0 - yyv24598 := yyv4598 - yyrl4598, yyrt4598 = z.DecInferLen(yyl4598, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4598 { - if yyrl4598 <= cap(yyv4598) { - yyv4598 = yyv4598[:yyrl4598] + yyrg4626 := len(yyv4626) > 0 + yyv24626 := yyv4626 + yyrl4626, yyrt4626 = z.DecInferLen(yyl4626, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4626 { + if yyrl4626 <= cap(yyv4626) { + yyv4626 = yyv4626[:yyrl4626] } else { - yyv4598 = make([]KeyToPath, yyrl4598) + yyv4626 = make([]KeyToPath, yyrl4626) } } else { - yyv4598 = make([]KeyToPath, yyrl4598) + yyv4626 = make([]KeyToPath, yyrl4626) } - yyc4598 = true - yyrr4598 = len(yyv4598) - if yyrg4598 { - copy(yyv4598, yyv24598) + yyc4626 = true + yyrr4626 = len(yyv4626) + if yyrg4626 { + copy(yyv4626, yyv24626) } - } else if yyl4598 != len(yyv4598) { - yyv4598 = yyv4598[:yyl4598] - yyc4598 = true + } else if yyl4626 != len(yyv4626) { + yyv4626 = yyv4626[:yyl4626] + yyc4626 = true } - yyj4598 := 0 - for ; yyj4598 < yyrr4598; yyj4598++ { - yyh4598.ElemContainerState(yyj4598) + yyj4626 := 0 + for ; yyj4626 < yyrr4626; yyj4626++ { + yyh4626.ElemContainerState(yyj4626) if r.TryDecodeAsNil() { - yyv4598[yyj4598] = KeyToPath{} + yyv4626[yyj4626] = KeyToPath{} } else { - yyv4599 := &yyv4598[yyj4598] - yyv4599.CodecDecodeSelf(d) + yyv4627 := &yyv4626[yyj4626] + yyv4627.CodecDecodeSelf(d) } } - if yyrt4598 { - for ; yyj4598 < yyl4598; yyj4598++ { - yyv4598 = append(yyv4598, KeyToPath{}) - yyh4598.ElemContainerState(yyj4598) + if yyrt4626 { + for ; yyj4626 < yyl4626; yyj4626++ { + yyv4626 = append(yyv4626, KeyToPath{}) + yyh4626.ElemContainerState(yyj4626) if r.TryDecodeAsNil() { - yyv4598[yyj4598] = KeyToPath{} + yyv4626[yyj4626] = KeyToPath{} } else { - yyv4600 := &yyv4598[yyj4598] - yyv4600.CodecDecodeSelf(d) + yyv4628 := &yyv4626[yyj4626] + yyv4628.CodecDecodeSelf(d) } } } } else { - yyj4598 := 0 - for ; !r.CheckBreak(); yyj4598++ { + yyj4626 := 0 + for ; !r.CheckBreak(); yyj4626++ { - if yyj4598 >= len(yyv4598) { - yyv4598 = append(yyv4598, KeyToPath{}) // var yyz4598 KeyToPath - yyc4598 = true + if yyj4626 >= len(yyv4626) { + yyv4626 = append(yyv4626, KeyToPath{}) // var yyz4626 KeyToPath + yyc4626 = true } - yyh4598.ElemContainerState(yyj4598) - if yyj4598 < len(yyv4598) { + yyh4626.ElemContainerState(yyj4626) + if yyj4626 < len(yyv4626) { if r.TryDecodeAsNil() { - yyv4598[yyj4598] = KeyToPath{} + yyv4626[yyj4626] = KeyToPath{} } else { - yyv4601 := &yyv4598[yyj4598] - yyv4601.CodecDecodeSelf(d) + yyv4629 := &yyv4626[yyj4626] + yyv4629.CodecDecodeSelf(d) } } else { @@ -57395,17 +57869,17 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) } } - if yyj4598 < len(yyv4598) { - yyv4598 = yyv4598[:yyj4598] - yyc4598 = true - } else if yyj4598 == 0 && yyv4598 == nil { - yyv4598 = []KeyToPath{} - yyc4598 = true + if yyj4626 < len(yyv4626) { + yyv4626 = yyv4626[:yyj4626] + yyc4626 = true + } else if yyj4626 == 0 && yyv4626 == nil { + yyv4626 = []KeyToPath{} + yyc4626 = true } } - yyh4598.End() - if yyc4598 { - *v = yyv4598 + yyh4626.End() + if yyc4626 { + *v = yyv4626 } } @@ -57414,10 +57888,10 @@ func (x codecSelfer1234) encSliceHTTPHeader(v []HTTPHeader, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4602 := range v { + for _, yyv4630 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4603 := &yyv4602 - yy4603.CodecEncodeSelf(e) + yy4631 := &yyv4630 + yy4631.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57427,83 +57901,83 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4604 := *v - yyh4604, yyl4604 := z.DecSliceHelperStart() - var yyc4604 bool - if yyl4604 == 0 { - if yyv4604 == nil { - yyv4604 = []HTTPHeader{} - yyc4604 = true - } else if len(yyv4604) != 0 { - yyv4604 = yyv4604[:0] - yyc4604 = true + yyv4632 := *v + yyh4632, yyl4632 := z.DecSliceHelperStart() + var yyc4632 bool + if yyl4632 == 0 { + if yyv4632 == nil { + yyv4632 = []HTTPHeader{} + yyc4632 = true + } else if len(yyv4632) != 0 { + yyv4632 = yyv4632[:0] + yyc4632 = true } - } else if yyl4604 > 0 { - var yyrr4604, yyrl4604 int - var yyrt4604 bool - if yyl4604 > cap(yyv4604) { + } else if yyl4632 > 0 { + var yyrr4632, yyrl4632 int + var yyrt4632 bool + if yyl4632 > cap(yyv4632) { - yyrg4604 := len(yyv4604) > 0 - yyv24604 := yyv4604 - yyrl4604, yyrt4604 = z.DecInferLen(yyl4604, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4604 { - if yyrl4604 <= cap(yyv4604) { - yyv4604 = yyv4604[:yyrl4604] + yyrg4632 := len(yyv4632) > 0 + yyv24632 := yyv4632 + yyrl4632, yyrt4632 = z.DecInferLen(yyl4632, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4632 { + if yyrl4632 <= cap(yyv4632) { + yyv4632 = yyv4632[:yyrl4632] } else { - yyv4604 = make([]HTTPHeader, yyrl4604) + yyv4632 = make([]HTTPHeader, yyrl4632) } } else { - yyv4604 = make([]HTTPHeader, yyrl4604) + yyv4632 = make([]HTTPHeader, yyrl4632) } - yyc4604 = true - yyrr4604 = len(yyv4604) - if yyrg4604 { - copy(yyv4604, yyv24604) + yyc4632 = true + yyrr4632 = len(yyv4632) + if yyrg4632 { + copy(yyv4632, yyv24632) } - } else if yyl4604 != len(yyv4604) { - yyv4604 = yyv4604[:yyl4604] - yyc4604 = true + } else if yyl4632 != len(yyv4632) { + yyv4632 = yyv4632[:yyl4632] + yyc4632 = true } - yyj4604 := 0 - for ; yyj4604 < yyrr4604; yyj4604++ { - yyh4604.ElemContainerState(yyj4604) + yyj4632 := 0 + for ; yyj4632 < yyrr4632; yyj4632++ { + yyh4632.ElemContainerState(yyj4632) if r.TryDecodeAsNil() { - yyv4604[yyj4604] = HTTPHeader{} + yyv4632[yyj4632] = HTTPHeader{} } else { - yyv4605 := &yyv4604[yyj4604] - yyv4605.CodecDecodeSelf(d) + yyv4633 := &yyv4632[yyj4632] + yyv4633.CodecDecodeSelf(d) } } - if yyrt4604 { - for ; yyj4604 < yyl4604; yyj4604++ { - yyv4604 = append(yyv4604, HTTPHeader{}) - yyh4604.ElemContainerState(yyj4604) + if yyrt4632 { + for ; yyj4632 < yyl4632; yyj4632++ { + yyv4632 = append(yyv4632, HTTPHeader{}) + yyh4632.ElemContainerState(yyj4632) if r.TryDecodeAsNil() { - yyv4604[yyj4604] = HTTPHeader{} + yyv4632[yyj4632] = HTTPHeader{} } else { - yyv4606 := &yyv4604[yyj4604] - yyv4606.CodecDecodeSelf(d) + yyv4634 := &yyv4632[yyj4632] + yyv4634.CodecDecodeSelf(d) } } } } else { - yyj4604 := 0 - for ; !r.CheckBreak(); yyj4604++ { + yyj4632 := 0 + for ; !r.CheckBreak(); yyj4632++ { - if yyj4604 >= len(yyv4604) { - yyv4604 = append(yyv4604, HTTPHeader{}) // var yyz4604 HTTPHeader - yyc4604 = true + if yyj4632 >= len(yyv4632) { + yyv4632 = append(yyv4632, HTTPHeader{}) // var yyz4632 HTTPHeader + yyc4632 = true } - yyh4604.ElemContainerState(yyj4604) - if yyj4604 < len(yyv4604) { + yyh4632.ElemContainerState(yyj4632) + if yyj4632 < len(yyv4632) { if r.TryDecodeAsNil() { - yyv4604[yyj4604] = HTTPHeader{} + yyv4632[yyj4632] = HTTPHeader{} } else { - yyv4607 := &yyv4604[yyj4604] - yyv4607.CodecDecodeSelf(d) + yyv4635 := &yyv4632[yyj4632] + yyv4635.CodecDecodeSelf(d) } } else { @@ -57511,17 +57985,17 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode } } - if yyj4604 < len(yyv4604) { - yyv4604 = yyv4604[:yyj4604] - yyc4604 = true - } else if yyj4604 == 0 && yyv4604 == nil { - yyv4604 = []HTTPHeader{} - yyc4604 = true + if yyj4632 < len(yyv4632) { + yyv4632 = yyv4632[:yyj4632] + yyc4632 = true + } else if yyj4632 == 0 && yyv4632 == nil { + yyv4632 = []HTTPHeader{} + yyc4632 = true } } - yyh4604.End() - if yyc4604 { - *v = yyv4604 + yyh4632.End() + if yyc4632 { + *v = yyv4632 } } @@ -57530,9 +58004,9 @@ func (x codecSelfer1234) encSliceCapability(v []Capability, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4608 := range v { + for _, yyv4636 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4608.CodecEncodeSelf(e) + yyv4636.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57542,75 +58016,75 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4609 := *v - yyh4609, yyl4609 := z.DecSliceHelperStart() - var yyc4609 bool - if yyl4609 == 0 { - if yyv4609 == nil { - yyv4609 = []Capability{} - yyc4609 = true - } else if len(yyv4609) != 0 { - yyv4609 = yyv4609[:0] - yyc4609 = true + yyv4637 := *v + yyh4637, yyl4637 := z.DecSliceHelperStart() + var yyc4637 bool + if yyl4637 == 0 { + if yyv4637 == nil { + yyv4637 = []Capability{} + yyc4637 = true + } else if len(yyv4637) != 0 { + yyv4637 = yyv4637[:0] + yyc4637 = true } - } else if yyl4609 > 0 { - var yyrr4609, yyrl4609 int - var yyrt4609 bool - if yyl4609 > cap(yyv4609) { + } else if yyl4637 > 0 { + var yyrr4637, yyrl4637 int + var yyrt4637 bool + if yyl4637 > cap(yyv4637) { - yyrl4609, yyrt4609 = z.DecInferLen(yyl4609, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4609 { - if yyrl4609 <= cap(yyv4609) { - yyv4609 = yyv4609[:yyrl4609] + yyrl4637, yyrt4637 = z.DecInferLen(yyl4637, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4637 { + if yyrl4637 <= cap(yyv4637) { + yyv4637 = yyv4637[:yyrl4637] } else { - yyv4609 = make([]Capability, yyrl4609) + yyv4637 = make([]Capability, yyrl4637) } } else { - yyv4609 = make([]Capability, yyrl4609) + yyv4637 = make([]Capability, yyrl4637) } - yyc4609 = true - yyrr4609 = len(yyv4609) - } else if yyl4609 != len(yyv4609) { - yyv4609 = yyv4609[:yyl4609] - yyc4609 = true + yyc4637 = true + yyrr4637 = len(yyv4637) + } else if yyl4637 != len(yyv4637) { + yyv4637 = yyv4637[:yyl4637] + yyc4637 = true } - yyj4609 := 0 - for ; yyj4609 < yyrr4609; yyj4609++ { - yyh4609.ElemContainerState(yyj4609) + yyj4637 := 0 + for ; yyj4637 < yyrr4637; yyj4637++ { + yyh4637.ElemContainerState(yyj4637) if r.TryDecodeAsNil() { - yyv4609[yyj4609] = "" + yyv4637[yyj4637] = "" } else { - yyv4609[yyj4609] = Capability(r.DecodeString()) + yyv4637[yyj4637] = Capability(r.DecodeString()) } } - if yyrt4609 { - for ; yyj4609 < yyl4609; yyj4609++ { - yyv4609 = append(yyv4609, "") - yyh4609.ElemContainerState(yyj4609) + if yyrt4637 { + for ; yyj4637 < yyl4637; yyj4637++ { + yyv4637 = append(yyv4637, "") + yyh4637.ElemContainerState(yyj4637) if r.TryDecodeAsNil() { - yyv4609[yyj4609] = "" + yyv4637[yyj4637] = "" } else { - yyv4609[yyj4609] = Capability(r.DecodeString()) + yyv4637[yyj4637] = Capability(r.DecodeString()) } } } } else { - yyj4609 := 0 - for ; !r.CheckBreak(); yyj4609++ { + yyj4637 := 0 + for ; !r.CheckBreak(); yyj4637++ { - if yyj4609 >= len(yyv4609) { - yyv4609 = append(yyv4609, "") // var yyz4609 Capability - yyc4609 = true + if yyj4637 >= len(yyv4637) { + yyv4637 = append(yyv4637, "") // var yyz4637 Capability + yyc4637 = true } - yyh4609.ElemContainerState(yyj4609) - if yyj4609 < len(yyv4609) { + yyh4637.ElemContainerState(yyj4637) + if yyj4637 < len(yyv4637) { if r.TryDecodeAsNil() { - yyv4609[yyj4609] = "" + yyv4637[yyj4637] = "" } else { - yyv4609[yyj4609] = Capability(r.DecodeString()) + yyv4637[yyj4637] = Capability(r.DecodeString()) } } else { @@ -57618,17 +58092,17 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode } } - if yyj4609 < len(yyv4609) { - yyv4609 = yyv4609[:yyj4609] - yyc4609 = true - } else if yyj4609 == 0 && yyv4609 == nil { - yyv4609 = []Capability{} - yyc4609 = true + if yyj4637 < len(yyv4637) { + yyv4637 = yyv4637[:yyj4637] + yyc4637 = true + } else if yyj4637 == 0 && yyv4637 == nil { + yyv4637 = []Capability{} + yyc4637 = true } } - yyh4609.End() - if yyc4609 { - *v = yyv4609 + yyh4637.End() + if yyc4637 { + *v = yyv4637 } } @@ -57637,10 +58111,10 @@ func (x codecSelfer1234) encSliceContainerPort(v []ContainerPort, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4613 := range v { + for _, yyv4641 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4614 := &yyv4613 - yy4614.CodecEncodeSelf(e) + yy4642 := &yyv4641 + yy4642.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57650,83 +58124,83 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4615 := *v - yyh4615, yyl4615 := z.DecSliceHelperStart() - var yyc4615 bool - if yyl4615 == 0 { - if yyv4615 == nil { - yyv4615 = []ContainerPort{} - yyc4615 = true - } else if len(yyv4615) != 0 { - yyv4615 = yyv4615[:0] - yyc4615 = true + yyv4643 := *v + yyh4643, yyl4643 := z.DecSliceHelperStart() + var yyc4643 bool + if yyl4643 == 0 { + if yyv4643 == nil { + yyv4643 = []ContainerPort{} + yyc4643 = true + } else if len(yyv4643) != 0 { + yyv4643 = yyv4643[:0] + yyc4643 = true } - } else if yyl4615 > 0 { - var yyrr4615, yyrl4615 int - var yyrt4615 bool - if yyl4615 > cap(yyv4615) { + } else if yyl4643 > 0 { + var yyrr4643, yyrl4643 int + var yyrt4643 bool + if yyl4643 > cap(yyv4643) { - yyrg4615 := len(yyv4615) > 0 - yyv24615 := yyv4615 - yyrl4615, yyrt4615 = z.DecInferLen(yyl4615, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4615 { - if yyrl4615 <= cap(yyv4615) { - yyv4615 = yyv4615[:yyrl4615] + yyrg4643 := len(yyv4643) > 0 + yyv24643 := yyv4643 + yyrl4643, yyrt4643 = z.DecInferLen(yyl4643, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4643 { + if yyrl4643 <= cap(yyv4643) { + yyv4643 = yyv4643[:yyrl4643] } else { - yyv4615 = make([]ContainerPort, yyrl4615) + yyv4643 = make([]ContainerPort, yyrl4643) } } else { - yyv4615 = make([]ContainerPort, yyrl4615) + yyv4643 = make([]ContainerPort, yyrl4643) } - yyc4615 = true - yyrr4615 = len(yyv4615) - if yyrg4615 { - copy(yyv4615, yyv24615) + yyc4643 = true + yyrr4643 = len(yyv4643) + if yyrg4643 { + copy(yyv4643, yyv24643) } - } else if yyl4615 != len(yyv4615) { - yyv4615 = yyv4615[:yyl4615] - yyc4615 = true + } else if yyl4643 != len(yyv4643) { + yyv4643 = yyv4643[:yyl4643] + yyc4643 = true } - yyj4615 := 0 - for ; yyj4615 < yyrr4615; yyj4615++ { - yyh4615.ElemContainerState(yyj4615) + yyj4643 := 0 + for ; yyj4643 < yyrr4643; yyj4643++ { + yyh4643.ElemContainerState(yyj4643) if r.TryDecodeAsNil() { - yyv4615[yyj4615] = ContainerPort{} + yyv4643[yyj4643] = ContainerPort{} } else { - yyv4616 := &yyv4615[yyj4615] - yyv4616.CodecDecodeSelf(d) + yyv4644 := &yyv4643[yyj4643] + yyv4644.CodecDecodeSelf(d) } } - if yyrt4615 { - for ; yyj4615 < yyl4615; yyj4615++ { - yyv4615 = append(yyv4615, ContainerPort{}) - yyh4615.ElemContainerState(yyj4615) + if yyrt4643 { + for ; yyj4643 < yyl4643; yyj4643++ { + yyv4643 = append(yyv4643, ContainerPort{}) + yyh4643.ElemContainerState(yyj4643) if r.TryDecodeAsNil() { - yyv4615[yyj4615] = ContainerPort{} + yyv4643[yyj4643] = ContainerPort{} } else { - yyv4617 := &yyv4615[yyj4615] - yyv4617.CodecDecodeSelf(d) + yyv4645 := &yyv4643[yyj4643] + yyv4645.CodecDecodeSelf(d) } } } } else { - yyj4615 := 0 - for ; !r.CheckBreak(); yyj4615++ { + yyj4643 := 0 + for ; !r.CheckBreak(); yyj4643++ { - if yyj4615 >= len(yyv4615) { - yyv4615 = append(yyv4615, ContainerPort{}) // var yyz4615 ContainerPort - yyc4615 = true + if yyj4643 >= len(yyv4643) { + yyv4643 = append(yyv4643, ContainerPort{}) // var yyz4643 ContainerPort + yyc4643 = true } - yyh4615.ElemContainerState(yyj4615) - if yyj4615 < len(yyv4615) { + yyh4643.ElemContainerState(yyj4643) + if yyj4643 < len(yyv4643) { if r.TryDecodeAsNil() { - yyv4615[yyj4615] = ContainerPort{} + yyv4643[yyj4643] = ContainerPort{} } else { - yyv4618 := &yyv4615[yyj4615] - yyv4618.CodecDecodeSelf(d) + yyv4646 := &yyv4643[yyj4643] + yyv4646.CodecDecodeSelf(d) } } else { @@ -57734,17 +58208,17 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. } } - if yyj4615 < len(yyv4615) { - yyv4615 = yyv4615[:yyj4615] - yyc4615 = true - } else if yyj4615 == 0 && yyv4615 == nil { - yyv4615 = []ContainerPort{} - yyc4615 = true + if yyj4643 < len(yyv4643) { + yyv4643 = yyv4643[:yyj4643] + yyc4643 = true + } else if yyj4643 == 0 && yyv4643 == nil { + yyv4643 = []ContainerPort{} + yyc4643 = true } } - yyh4615.End() - if yyc4615 { - *v = yyv4615 + yyh4643.End() + if yyc4643 { + *v = yyv4643 } } @@ -57753,10 +58227,10 @@ func (x codecSelfer1234) encSliceEnvVar(v []EnvVar, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4619 := range v { + for _, yyv4647 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4620 := &yyv4619 - yy4620.CodecEncodeSelf(e) + yy4648 := &yyv4647 + yy4648.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57766,83 +58240,83 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4621 := *v - yyh4621, yyl4621 := z.DecSliceHelperStart() - var yyc4621 bool - if yyl4621 == 0 { - if yyv4621 == nil { - yyv4621 = []EnvVar{} - yyc4621 = true - } else if len(yyv4621) != 0 { - yyv4621 = yyv4621[:0] - yyc4621 = true + yyv4649 := *v + yyh4649, yyl4649 := z.DecSliceHelperStart() + var yyc4649 bool + if yyl4649 == 0 { + if yyv4649 == nil { + yyv4649 = []EnvVar{} + yyc4649 = true + } else if len(yyv4649) != 0 { + yyv4649 = yyv4649[:0] + yyc4649 = true } - } else if yyl4621 > 0 { - var yyrr4621, yyrl4621 int - var yyrt4621 bool - if yyl4621 > cap(yyv4621) { + } else if yyl4649 > 0 { + var yyrr4649, yyrl4649 int + var yyrt4649 bool + if yyl4649 > cap(yyv4649) { - yyrg4621 := len(yyv4621) > 0 - yyv24621 := yyv4621 - yyrl4621, yyrt4621 = z.DecInferLen(yyl4621, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4621 { - if yyrl4621 <= cap(yyv4621) { - yyv4621 = yyv4621[:yyrl4621] + yyrg4649 := len(yyv4649) > 0 + yyv24649 := yyv4649 + yyrl4649, yyrt4649 = z.DecInferLen(yyl4649, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4649 { + if yyrl4649 <= cap(yyv4649) { + yyv4649 = yyv4649[:yyrl4649] } else { - yyv4621 = make([]EnvVar, yyrl4621) + yyv4649 = make([]EnvVar, yyrl4649) } } else { - yyv4621 = make([]EnvVar, yyrl4621) + yyv4649 = make([]EnvVar, yyrl4649) } - yyc4621 = true - yyrr4621 = len(yyv4621) - if yyrg4621 { - copy(yyv4621, yyv24621) + yyc4649 = true + yyrr4649 = len(yyv4649) + if yyrg4649 { + copy(yyv4649, yyv24649) } - } else if yyl4621 != len(yyv4621) { - yyv4621 = yyv4621[:yyl4621] - yyc4621 = true + } else if yyl4649 != len(yyv4649) { + yyv4649 = yyv4649[:yyl4649] + yyc4649 = true } - yyj4621 := 0 - for ; yyj4621 < yyrr4621; yyj4621++ { - yyh4621.ElemContainerState(yyj4621) + yyj4649 := 0 + for ; yyj4649 < yyrr4649; yyj4649++ { + yyh4649.ElemContainerState(yyj4649) if r.TryDecodeAsNil() { - yyv4621[yyj4621] = EnvVar{} + yyv4649[yyj4649] = EnvVar{} } else { - yyv4622 := &yyv4621[yyj4621] - yyv4622.CodecDecodeSelf(d) + yyv4650 := &yyv4649[yyj4649] + yyv4650.CodecDecodeSelf(d) } } - if yyrt4621 { - for ; yyj4621 < yyl4621; yyj4621++ { - yyv4621 = append(yyv4621, EnvVar{}) - yyh4621.ElemContainerState(yyj4621) + if yyrt4649 { + for ; yyj4649 < yyl4649; yyj4649++ { + yyv4649 = append(yyv4649, EnvVar{}) + yyh4649.ElemContainerState(yyj4649) if r.TryDecodeAsNil() { - yyv4621[yyj4621] = EnvVar{} + yyv4649[yyj4649] = EnvVar{} } else { - yyv4623 := &yyv4621[yyj4621] - yyv4623.CodecDecodeSelf(d) + yyv4651 := &yyv4649[yyj4649] + yyv4651.CodecDecodeSelf(d) } } } } else { - yyj4621 := 0 - for ; !r.CheckBreak(); yyj4621++ { + yyj4649 := 0 + for ; !r.CheckBreak(); yyj4649++ { - if yyj4621 >= len(yyv4621) { - yyv4621 = append(yyv4621, EnvVar{}) // var yyz4621 EnvVar - yyc4621 = true + if yyj4649 >= len(yyv4649) { + yyv4649 = append(yyv4649, EnvVar{}) // var yyz4649 EnvVar + yyc4649 = true } - yyh4621.ElemContainerState(yyj4621) - if yyj4621 < len(yyv4621) { + yyh4649.ElemContainerState(yyj4649) + if yyj4649 < len(yyv4649) { if r.TryDecodeAsNil() { - yyv4621[yyj4621] = EnvVar{} + yyv4649[yyj4649] = EnvVar{} } else { - yyv4624 := &yyv4621[yyj4621] - yyv4624.CodecDecodeSelf(d) + yyv4652 := &yyv4649[yyj4649] + yyv4652.CodecDecodeSelf(d) } } else { @@ -57850,17 +58324,17 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { } } - if yyj4621 < len(yyv4621) { - yyv4621 = yyv4621[:yyj4621] - yyc4621 = true - } else if yyj4621 == 0 && yyv4621 == nil { - yyv4621 = []EnvVar{} - yyc4621 = true + if yyj4649 < len(yyv4649) { + yyv4649 = yyv4649[:yyj4649] + yyc4649 = true + } else if yyj4649 == 0 && yyv4649 == nil { + yyv4649 = []EnvVar{} + yyc4649 = true } } - yyh4621.End() - if yyc4621 { - *v = yyv4621 + yyh4649.End() + if yyc4649 { + *v = yyv4649 } } @@ -57869,10 +58343,10 @@ func (x codecSelfer1234) encSliceVolumeMount(v []VolumeMount, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4625 := range v { + for _, yyv4653 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4626 := &yyv4625 - yy4626.CodecEncodeSelf(e) + yy4654 := &yyv4653 + yy4654.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57882,83 +58356,83 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4627 := *v - yyh4627, yyl4627 := z.DecSliceHelperStart() - var yyc4627 bool - if yyl4627 == 0 { - if yyv4627 == nil { - yyv4627 = []VolumeMount{} - yyc4627 = true - } else if len(yyv4627) != 0 { - yyv4627 = yyv4627[:0] - yyc4627 = true + yyv4655 := *v + yyh4655, yyl4655 := z.DecSliceHelperStart() + var yyc4655 bool + if yyl4655 == 0 { + if yyv4655 == nil { + yyv4655 = []VolumeMount{} + yyc4655 = true + } else if len(yyv4655) != 0 { + yyv4655 = yyv4655[:0] + yyc4655 = true } - } else if yyl4627 > 0 { - var yyrr4627, yyrl4627 int - var yyrt4627 bool - if yyl4627 > cap(yyv4627) { + } else if yyl4655 > 0 { + var yyrr4655, yyrl4655 int + var yyrt4655 bool + if yyl4655 > cap(yyv4655) { - yyrg4627 := len(yyv4627) > 0 - yyv24627 := yyv4627 - yyrl4627, yyrt4627 = z.DecInferLen(yyl4627, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4627 { - if yyrl4627 <= cap(yyv4627) { - yyv4627 = yyv4627[:yyrl4627] + yyrg4655 := len(yyv4655) > 0 + yyv24655 := yyv4655 + yyrl4655, yyrt4655 = z.DecInferLen(yyl4655, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4655 { + if yyrl4655 <= cap(yyv4655) { + yyv4655 = yyv4655[:yyrl4655] } else { - yyv4627 = make([]VolumeMount, yyrl4627) + yyv4655 = make([]VolumeMount, yyrl4655) } } else { - yyv4627 = make([]VolumeMount, yyrl4627) + yyv4655 = make([]VolumeMount, yyrl4655) } - yyc4627 = true - yyrr4627 = len(yyv4627) - if yyrg4627 { - copy(yyv4627, yyv24627) + yyc4655 = true + yyrr4655 = len(yyv4655) + if yyrg4655 { + copy(yyv4655, yyv24655) } - } else if yyl4627 != len(yyv4627) { - yyv4627 = yyv4627[:yyl4627] - yyc4627 = true + } else if yyl4655 != len(yyv4655) { + yyv4655 = yyv4655[:yyl4655] + yyc4655 = true } - yyj4627 := 0 - for ; yyj4627 < yyrr4627; yyj4627++ { - yyh4627.ElemContainerState(yyj4627) + yyj4655 := 0 + for ; yyj4655 < yyrr4655; yyj4655++ { + yyh4655.ElemContainerState(yyj4655) if r.TryDecodeAsNil() { - yyv4627[yyj4627] = VolumeMount{} + yyv4655[yyj4655] = VolumeMount{} } else { - yyv4628 := &yyv4627[yyj4627] - yyv4628.CodecDecodeSelf(d) + yyv4656 := &yyv4655[yyj4655] + yyv4656.CodecDecodeSelf(d) } } - if yyrt4627 { - for ; yyj4627 < yyl4627; yyj4627++ { - yyv4627 = append(yyv4627, VolumeMount{}) - yyh4627.ElemContainerState(yyj4627) + if yyrt4655 { + for ; yyj4655 < yyl4655; yyj4655++ { + yyv4655 = append(yyv4655, VolumeMount{}) + yyh4655.ElemContainerState(yyj4655) if r.TryDecodeAsNil() { - yyv4627[yyj4627] = VolumeMount{} + yyv4655[yyj4655] = VolumeMount{} } else { - yyv4629 := &yyv4627[yyj4627] - yyv4629.CodecDecodeSelf(d) + yyv4657 := &yyv4655[yyj4655] + yyv4657.CodecDecodeSelf(d) } } } } else { - yyj4627 := 0 - for ; !r.CheckBreak(); yyj4627++ { + yyj4655 := 0 + for ; !r.CheckBreak(); yyj4655++ { - if yyj4627 >= len(yyv4627) { - yyv4627 = append(yyv4627, VolumeMount{}) // var yyz4627 VolumeMount - yyc4627 = true + if yyj4655 >= len(yyv4655) { + yyv4655 = append(yyv4655, VolumeMount{}) // var yyz4655 VolumeMount + yyc4655 = true } - yyh4627.ElemContainerState(yyj4627) - if yyj4627 < len(yyv4627) { + yyh4655.ElemContainerState(yyj4655) + if yyj4655 < len(yyv4655) { if r.TryDecodeAsNil() { - yyv4627[yyj4627] = VolumeMount{} + yyv4655[yyj4655] = VolumeMount{} } else { - yyv4630 := &yyv4627[yyj4627] - yyv4630.CodecDecodeSelf(d) + yyv4658 := &yyv4655[yyj4655] + yyv4658.CodecDecodeSelf(d) } } else { @@ -57966,17 +58440,17 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco } } - if yyj4627 < len(yyv4627) { - yyv4627 = yyv4627[:yyj4627] - yyc4627 = true - } else if yyj4627 == 0 && yyv4627 == nil { - yyv4627 = []VolumeMount{} - yyc4627 = true + if yyj4655 < len(yyv4655) { + yyv4655 = yyv4655[:yyj4655] + yyc4655 = true + } else if yyj4655 == 0 && yyv4655 == nil { + yyv4655 = []VolumeMount{} + yyc4655 = true } } - yyh4627.End() - if yyc4627 { - *v = yyv4627 + yyh4655.End() + if yyc4655 { + *v = yyv4655 } } @@ -57985,10 +58459,10 @@ func (x codecSelfer1234) encSliceNodeSelectorTerm(v []NodeSelectorTerm, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4631 := range v { + for _, yyv4659 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4632 := &yyv4631 - yy4632.CodecEncodeSelf(e) + yy4660 := &yyv4659 + yy4660.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57998,83 +58472,83 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4633 := *v - yyh4633, yyl4633 := z.DecSliceHelperStart() - var yyc4633 bool - if yyl4633 == 0 { - if yyv4633 == nil { - yyv4633 = []NodeSelectorTerm{} - yyc4633 = true - } else if len(yyv4633) != 0 { - yyv4633 = yyv4633[:0] - yyc4633 = true + yyv4661 := *v + yyh4661, yyl4661 := z.DecSliceHelperStart() + var yyc4661 bool + if yyl4661 == 0 { + if yyv4661 == nil { + yyv4661 = []NodeSelectorTerm{} + yyc4661 = true + } else if len(yyv4661) != 0 { + yyv4661 = yyv4661[:0] + yyc4661 = true } - } else if yyl4633 > 0 { - var yyrr4633, yyrl4633 int - var yyrt4633 bool - if yyl4633 > cap(yyv4633) { + } else if yyl4661 > 0 { + var yyrr4661, yyrl4661 int + var yyrt4661 bool + if yyl4661 > cap(yyv4661) { - yyrg4633 := len(yyv4633) > 0 - yyv24633 := yyv4633 - yyrl4633, yyrt4633 = z.DecInferLen(yyl4633, z.DecBasicHandle().MaxInitLen, 24) - if yyrt4633 { - if yyrl4633 <= cap(yyv4633) { - yyv4633 = yyv4633[:yyrl4633] + yyrg4661 := len(yyv4661) > 0 + yyv24661 := yyv4661 + yyrl4661, yyrt4661 = z.DecInferLen(yyl4661, z.DecBasicHandle().MaxInitLen, 24) + if yyrt4661 { + if yyrl4661 <= cap(yyv4661) { + yyv4661 = yyv4661[:yyrl4661] } else { - yyv4633 = make([]NodeSelectorTerm, yyrl4633) + yyv4661 = make([]NodeSelectorTerm, yyrl4661) } } else { - yyv4633 = make([]NodeSelectorTerm, yyrl4633) + yyv4661 = make([]NodeSelectorTerm, yyrl4661) } - yyc4633 = true - yyrr4633 = len(yyv4633) - if yyrg4633 { - copy(yyv4633, yyv24633) + yyc4661 = true + yyrr4661 = len(yyv4661) + if yyrg4661 { + copy(yyv4661, yyv24661) } - } else if yyl4633 != len(yyv4633) { - yyv4633 = yyv4633[:yyl4633] - yyc4633 = true + } else if yyl4661 != len(yyv4661) { + yyv4661 = yyv4661[:yyl4661] + yyc4661 = true } - yyj4633 := 0 - for ; yyj4633 < yyrr4633; yyj4633++ { - yyh4633.ElemContainerState(yyj4633) + yyj4661 := 0 + for ; yyj4661 < yyrr4661; yyj4661++ { + yyh4661.ElemContainerState(yyj4661) if r.TryDecodeAsNil() { - yyv4633[yyj4633] = NodeSelectorTerm{} + yyv4661[yyj4661] = NodeSelectorTerm{} } else { - yyv4634 := &yyv4633[yyj4633] - yyv4634.CodecDecodeSelf(d) + yyv4662 := &yyv4661[yyj4661] + yyv4662.CodecDecodeSelf(d) } } - if yyrt4633 { - for ; yyj4633 < yyl4633; yyj4633++ { - yyv4633 = append(yyv4633, NodeSelectorTerm{}) - yyh4633.ElemContainerState(yyj4633) + if yyrt4661 { + for ; yyj4661 < yyl4661; yyj4661++ { + yyv4661 = append(yyv4661, NodeSelectorTerm{}) + yyh4661.ElemContainerState(yyj4661) if r.TryDecodeAsNil() { - yyv4633[yyj4633] = NodeSelectorTerm{} + yyv4661[yyj4661] = NodeSelectorTerm{} } else { - yyv4635 := &yyv4633[yyj4633] - yyv4635.CodecDecodeSelf(d) + yyv4663 := &yyv4661[yyj4661] + yyv4663.CodecDecodeSelf(d) } } } } else { - yyj4633 := 0 - for ; !r.CheckBreak(); yyj4633++ { + yyj4661 := 0 + for ; !r.CheckBreak(); yyj4661++ { - if yyj4633 >= len(yyv4633) { - yyv4633 = append(yyv4633, NodeSelectorTerm{}) // var yyz4633 NodeSelectorTerm - yyc4633 = true + if yyj4661 >= len(yyv4661) { + yyv4661 = append(yyv4661, NodeSelectorTerm{}) // var yyz4661 NodeSelectorTerm + yyc4661 = true } - yyh4633.ElemContainerState(yyj4633) - if yyj4633 < len(yyv4633) { + yyh4661.ElemContainerState(yyj4661) + if yyj4661 < len(yyv4661) { if r.TryDecodeAsNil() { - yyv4633[yyj4633] = NodeSelectorTerm{} + yyv4661[yyj4661] = NodeSelectorTerm{} } else { - yyv4636 := &yyv4633[yyj4633] - yyv4636.CodecDecodeSelf(d) + yyv4664 := &yyv4661[yyj4661] + yyv4664.CodecDecodeSelf(d) } } else { @@ -58082,17 +58556,17 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code } } - if yyj4633 < len(yyv4633) { - yyv4633 = yyv4633[:yyj4633] - yyc4633 = true - } else if yyj4633 == 0 && yyv4633 == nil { - yyv4633 = []NodeSelectorTerm{} - yyc4633 = true + if yyj4661 < len(yyv4661) { + yyv4661 = yyv4661[:yyj4661] + yyc4661 = true + } else if yyj4661 == 0 && yyv4661 == nil { + yyv4661 = []NodeSelectorTerm{} + yyc4661 = true } } - yyh4633.End() - if yyc4633 { - *v = yyv4633 + yyh4661.End() + if yyc4661 { + *v = yyv4661 } } @@ -58101,10 +58575,10 @@ func (x codecSelfer1234) encSliceNodeSelectorRequirement(v []NodeSelectorRequire z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4637 := range v { + for _, yyv4665 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4638 := &yyv4637 - yy4638.CodecEncodeSelf(e) + yy4666 := &yyv4665 + yy4666.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58114,83 +58588,83 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4639 := *v - yyh4639, yyl4639 := z.DecSliceHelperStart() - var yyc4639 bool - if yyl4639 == 0 { - if yyv4639 == nil { - yyv4639 = []NodeSelectorRequirement{} - yyc4639 = true - } else if len(yyv4639) != 0 { - yyv4639 = yyv4639[:0] - yyc4639 = true + yyv4667 := *v + yyh4667, yyl4667 := z.DecSliceHelperStart() + var yyc4667 bool + if yyl4667 == 0 { + if yyv4667 == nil { + yyv4667 = []NodeSelectorRequirement{} + yyc4667 = true + } else if len(yyv4667) != 0 { + yyv4667 = yyv4667[:0] + yyc4667 = true } - } else if yyl4639 > 0 { - var yyrr4639, yyrl4639 int - var yyrt4639 bool - if yyl4639 > cap(yyv4639) { + } else if yyl4667 > 0 { + var yyrr4667, yyrl4667 int + var yyrt4667 bool + if yyl4667 > cap(yyv4667) { - yyrg4639 := len(yyv4639) > 0 - yyv24639 := yyv4639 - yyrl4639, yyrt4639 = z.DecInferLen(yyl4639, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4639 { - if yyrl4639 <= cap(yyv4639) { - yyv4639 = yyv4639[:yyrl4639] + yyrg4667 := len(yyv4667) > 0 + yyv24667 := yyv4667 + yyrl4667, yyrt4667 = z.DecInferLen(yyl4667, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4667 { + if yyrl4667 <= cap(yyv4667) { + yyv4667 = yyv4667[:yyrl4667] } else { - yyv4639 = make([]NodeSelectorRequirement, yyrl4639) + yyv4667 = make([]NodeSelectorRequirement, yyrl4667) } } else { - yyv4639 = make([]NodeSelectorRequirement, yyrl4639) + yyv4667 = make([]NodeSelectorRequirement, yyrl4667) } - yyc4639 = true - yyrr4639 = len(yyv4639) - if yyrg4639 { - copy(yyv4639, yyv24639) + yyc4667 = true + yyrr4667 = len(yyv4667) + if yyrg4667 { + copy(yyv4667, yyv24667) } - } else if yyl4639 != len(yyv4639) { - yyv4639 = yyv4639[:yyl4639] - yyc4639 = true + } else if yyl4667 != len(yyv4667) { + yyv4667 = yyv4667[:yyl4667] + yyc4667 = true } - yyj4639 := 0 - for ; yyj4639 < yyrr4639; yyj4639++ { - yyh4639.ElemContainerState(yyj4639) + yyj4667 := 0 + for ; yyj4667 < yyrr4667; yyj4667++ { + yyh4667.ElemContainerState(yyj4667) if r.TryDecodeAsNil() { - yyv4639[yyj4639] = NodeSelectorRequirement{} + yyv4667[yyj4667] = NodeSelectorRequirement{} } else { - yyv4640 := &yyv4639[yyj4639] - yyv4640.CodecDecodeSelf(d) + yyv4668 := &yyv4667[yyj4667] + yyv4668.CodecDecodeSelf(d) } } - if yyrt4639 { - for ; yyj4639 < yyl4639; yyj4639++ { - yyv4639 = append(yyv4639, NodeSelectorRequirement{}) - yyh4639.ElemContainerState(yyj4639) + if yyrt4667 { + for ; yyj4667 < yyl4667; yyj4667++ { + yyv4667 = append(yyv4667, NodeSelectorRequirement{}) + yyh4667.ElemContainerState(yyj4667) if r.TryDecodeAsNil() { - yyv4639[yyj4639] = NodeSelectorRequirement{} + yyv4667[yyj4667] = NodeSelectorRequirement{} } else { - yyv4641 := &yyv4639[yyj4639] - yyv4641.CodecDecodeSelf(d) + yyv4669 := &yyv4667[yyj4667] + yyv4669.CodecDecodeSelf(d) } } } } else { - yyj4639 := 0 - for ; !r.CheckBreak(); yyj4639++ { + yyj4667 := 0 + for ; !r.CheckBreak(); yyj4667++ { - if yyj4639 >= len(yyv4639) { - yyv4639 = append(yyv4639, NodeSelectorRequirement{}) // var yyz4639 NodeSelectorRequirement - yyc4639 = true + if yyj4667 >= len(yyv4667) { + yyv4667 = append(yyv4667, NodeSelectorRequirement{}) // var yyz4667 NodeSelectorRequirement + yyc4667 = true } - yyh4639.ElemContainerState(yyj4639) - if yyj4639 < len(yyv4639) { + yyh4667.ElemContainerState(yyj4667) + if yyj4667 < len(yyv4667) { if r.TryDecodeAsNil() { - yyv4639[yyj4639] = NodeSelectorRequirement{} + yyv4667[yyj4667] = NodeSelectorRequirement{} } else { - yyv4642 := &yyv4639[yyj4639] - yyv4642.CodecDecodeSelf(d) + yyv4670 := &yyv4667[yyj4667] + yyv4670.CodecDecodeSelf(d) } } else { @@ -58198,17 +58672,17 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir } } - if yyj4639 < len(yyv4639) { - yyv4639 = yyv4639[:yyj4639] - yyc4639 = true - } else if yyj4639 == 0 && yyv4639 == nil { - yyv4639 = []NodeSelectorRequirement{} - yyc4639 = true + if yyj4667 < len(yyv4667) { + yyv4667 = yyv4667[:yyj4667] + yyc4667 = true + } else if yyj4667 == 0 && yyv4667 == nil { + yyv4667 = []NodeSelectorRequirement{} + yyc4667 = true } } - yyh4639.End() - if yyc4639 { - *v = yyv4639 + yyh4667.End() + if yyc4667 { + *v = yyv4667 } } @@ -58217,10 +58691,10 @@ func (x codecSelfer1234) encSlicePodAffinityTerm(v []PodAffinityTerm, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4643 := range v { + for _, yyv4671 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4644 := &yyv4643 - yy4644.CodecEncodeSelf(e) + yy4672 := &yyv4671 + yy4672.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58230,83 +58704,83 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4645 := *v - yyh4645, yyl4645 := z.DecSliceHelperStart() - var yyc4645 bool - if yyl4645 == 0 { - if yyv4645 == nil { - yyv4645 = []PodAffinityTerm{} - yyc4645 = true - } else if len(yyv4645) != 0 { - yyv4645 = yyv4645[:0] - yyc4645 = true + yyv4673 := *v + yyh4673, yyl4673 := z.DecSliceHelperStart() + var yyc4673 bool + if yyl4673 == 0 { + if yyv4673 == nil { + yyv4673 = []PodAffinityTerm{} + yyc4673 = true + } else if len(yyv4673) != 0 { + yyv4673 = yyv4673[:0] + yyc4673 = true } - } else if yyl4645 > 0 { - var yyrr4645, yyrl4645 int - var yyrt4645 bool - if yyl4645 > cap(yyv4645) { + } else if yyl4673 > 0 { + var yyrr4673, yyrl4673 int + var yyrt4673 bool + if yyl4673 > cap(yyv4673) { - yyrg4645 := len(yyv4645) > 0 - yyv24645 := yyv4645 - yyrl4645, yyrt4645 = z.DecInferLen(yyl4645, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4645 { - if yyrl4645 <= cap(yyv4645) { - yyv4645 = yyv4645[:yyrl4645] + yyrg4673 := len(yyv4673) > 0 + yyv24673 := yyv4673 + yyrl4673, yyrt4673 = z.DecInferLen(yyl4673, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4673 { + if yyrl4673 <= cap(yyv4673) { + yyv4673 = yyv4673[:yyrl4673] } else { - yyv4645 = make([]PodAffinityTerm, yyrl4645) + yyv4673 = make([]PodAffinityTerm, yyrl4673) } } else { - yyv4645 = make([]PodAffinityTerm, yyrl4645) + yyv4673 = make([]PodAffinityTerm, yyrl4673) } - yyc4645 = true - yyrr4645 = len(yyv4645) - if yyrg4645 { - copy(yyv4645, yyv24645) + yyc4673 = true + yyrr4673 = len(yyv4673) + if yyrg4673 { + copy(yyv4673, yyv24673) } - } else if yyl4645 != len(yyv4645) { - yyv4645 = yyv4645[:yyl4645] - yyc4645 = true + } else if yyl4673 != len(yyv4673) { + yyv4673 = yyv4673[:yyl4673] + yyc4673 = true } - yyj4645 := 0 - for ; yyj4645 < yyrr4645; yyj4645++ { - yyh4645.ElemContainerState(yyj4645) + yyj4673 := 0 + for ; yyj4673 < yyrr4673; yyj4673++ { + yyh4673.ElemContainerState(yyj4673) if r.TryDecodeAsNil() { - yyv4645[yyj4645] = PodAffinityTerm{} + yyv4673[yyj4673] = PodAffinityTerm{} } else { - yyv4646 := &yyv4645[yyj4645] - yyv4646.CodecDecodeSelf(d) + yyv4674 := &yyv4673[yyj4673] + yyv4674.CodecDecodeSelf(d) } } - if yyrt4645 { - for ; yyj4645 < yyl4645; yyj4645++ { - yyv4645 = append(yyv4645, PodAffinityTerm{}) - yyh4645.ElemContainerState(yyj4645) + if yyrt4673 { + for ; yyj4673 < yyl4673; yyj4673++ { + yyv4673 = append(yyv4673, PodAffinityTerm{}) + yyh4673.ElemContainerState(yyj4673) if r.TryDecodeAsNil() { - yyv4645[yyj4645] = PodAffinityTerm{} + yyv4673[yyj4673] = PodAffinityTerm{} } else { - yyv4647 := &yyv4645[yyj4645] - yyv4647.CodecDecodeSelf(d) + yyv4675 := &yyv4673[yyj4673] + yyv4675.CodecDecodeSelf(d) } } } } else { - yyj4645 := 0 - for ; !r.CheckBreak(); yyj4645++ { + yyj4673 := 0 + for ; !r.CheckBreak(); yyj4673++ { - if yyj4645 >= len(yyv4645) { - yyv4645 = append(yyv4645, PodAffinityTerm{}) // var yyz4645 PodAffinityTerm - yyc4645 = true + if yyj4673 >= len(yyv4673) { + yyv4673 = append(yyv4673, PodAffinityTerm{}) // var yyz4673 PodAffinityTerm + yyc4673 = true } - yyh4645.ElemContainerState(yyj4645) - if yyj4645 < len(yyv4645) { + yyh4673.ElemContainerState(yyj4673) + if yyj4673 < len(yyv4673) { if r.TryDecodeAsNil() { - yyv4645[yyj4645] = PodAffinityTerm{} + yyv4673[yyj4673] = PodAffinityTerm{} } else { - yyv4648 := &yyv4645[yyj4645] - yyv4648.CodecDecodeSelf(d) + yyv4676 := &yyv4673[yyj4673] + yyv4676.CodecDecodeSelf(d) } } else { @@ -58314,17 +58788,17 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 } } - if yyj4645 < len(yyv4645) { - yyv4645 = yyv4645[:yyj4645] - yyc4645 = true - } else if yyj4645 == 0 && yyv4645 == nil { - yyv4645 = []PodAffinityTerm{} - yyc4645 = true + if yyj4673 < len(yyv4673) { + yyv4673 = yyv4673[:yyj4673] + yyc4673 = true + } else if yyj4673 == 0 && yyv4673 == nil { + yyv4673 = []PodAffinityTerm{} + yyc4673 = true } } - yyh4645.End() - if yyc4645 { - *v = yyv4645 + yyh4673.End() + if yyc4673 { + *v = yyv4673 } } @@ -58333,10 +58807,10 @@ func (x codecSelfer1234) encSliceWeightedPodAffinityTerm(v []WeightedPodAffinity z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4649 := range v { + for _, yyv4677 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4650 := &yyv4649 - yy4650.CodecEncodeSelf(e) + yy4678 := &yyv4677 + yy4678.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58346,83 +58820,83 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4651 := *v - yyh4651, yyl4651 := z.DecSliceHelperStart() - var yyc4651 bool - if yyl4651 == 0 { - if yyv4651 == nil { - yyv4651 = []WeightedPodAffinityTerm{} - yyc4651 = true - } else if len(yyv4651) != 0 { - yyv4651 = yyv4651[:0] - yyc4651 = true + yyv4679 := *v + yyh4679, yyl4679 := z.DecSliceHelperStart() + var yyc4679 bool + if yyl4679 == 0 { + if yyv4679 == nil { + yyv4679 = []WeightedPodAffinityTerm{} + yyc4679 = true + } else if len(yyv4679) != 0 { + yyv4679 = yyv4679[:0] + yyc4679 = true } - } else if yyl4651 > 0 { - var yyrr4651, yyrl4651 int - var yyrt4651 bool - if yyl4651 > cap(yyv4651) { + } else if yyl4679 > 0 { + var yyrr4679, yyrl4679 int + var yyrt4679 bool + if yyl4679 > cap(yyv4679) { - yyrg4651 := len(yyv4651) > 0 - yyv24651 := yyv4651 - yyrl4651, yyrt4651 = z.DecInferLen(yyl4651, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4651 { - if yyrl4651 <= cap(yyv4651) { - yyv4651 = yyv4651[:yyrl4651] + yyrg4679 := len(yyv4679) > 0 + yyv24679 := yyv4679 + yyrl4679, yyrt4679 = z.DecInferLen(yyl4679, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4679 { + if yyrl4679 <= cap(yyv4679) { + yyv4679 = yyv4679[:yyrl4679] } else { - yyv4651 = make([]WeightedPodAffinityTerm, yyrl4651) + yyv4679 = make([]WeightedPodAffinityTerm, yyrl4679) } } else { - yyv4651 = make([]WeightedPodAffinityTerm, yyrl4651) + yyv4679 = make([]WeightedPodAffinityTerm, yyrl4679) } - yyc4651 = true - yyrr4651 = len(yyv4651) - if yyrg4651 { - copy(yyv4651, yyv24651) + yyc4679 = true + yyrr4679 = len(yyv4679) + if yyrg4679 { + copy(yyv4679, yyv24679) } - } else if yyl4651 != len(yyv4651) { - yyv4651 = yyv4651[:yyl4651] - yyc4651 = true + } else if yyl4679 != len(yyv4679) { + yyv4679 = yyv4679[:yyl4679] + yyc4679 = true } - yyj4651 := 0 - for ; yyj4651 < yyrr4651; yyj4651++ { - yyh4651.ElemContainerState(yyj4651) + yyj4679 := 0 + for ; yyj4679 < yyrr4679; yyj4679++ { + yyh4679.ElemContainerState(yyj4679) if r.TryDecodeAsNil() { - yyv4651[yyj4651] = WeightedPodAffinityTerm{} + yyv4679[yyj4679] = WeightedPodAffinityTerm{} } else { - yyv4652 := &yyv4651[yyj4651] - yyv4652.CodecDecodeSelf(d) + yyv4680 := &yyv4679[yyj4679] + yyv4680.CodecDecodeSelf(d) } } - if yyrt4651 { - for ; yyj4651 < yyl4651; yyj4651++ { - yyv4651 = append(yyv4651, WeightedPodAffinityTerm{}) - yyh4651.ElemContainerState(yyj4651) + if yyrt4679 { + for ; yyj4679 < yyl4679; yyj4679++ { + yyv4679 = append(yyv4679, WeightedPodAffinityTerm{}) + yyh4679.ElemContainerState(yyj4679) if r.TryDecodeAsNil() { - yyv4651[yyj4651] = WeightedPodAffinityTerm{} + yyv4679[yyj4679] = WeightedPodAffinityTerm{} } else { - yyv4653 := &yyv4651[yyj4651] - yyv4653.CodecDecodeSelf(d) + yyv4681 := &yyv4679[yyj4679] + yyv4681.CodecDecodeSelf(d) } } } } else { - yyj4651 := 0 - for ; !r.CheckBreak(); yyj4651++ { + yyj4679 := 0 + for ; !r.CheckBreak(); yyj4679++ { - if yyj4651 >= len(yyv4651) { - yyv4651 = append(yyv4651, WeightedPodAffinityTerm{}) // var yyz4651 WeightedPodAffinityTerm - yyc4651 = true + if yyj4679 >= len(yyv4679) { + yyv4679 = append(yyv4679, WeightedPodAffinityTerm{}) // var yyz4679 WeightedPodAffinityTerm + yyc4679 = true } - yyh4651.ElemContainerState(yyj4651) - if yyj4651 < len(yyv4651) { + yyh4679.ElemContainerState(yyj4679) + if yyj4679 < len(yyv4679) { if r.TryDecodeAsNil() { - yyv4651[yyj4651] = WeightedPodAffinityTerm{} + yyv4679[yyj4679] = WeightedPodAffinityTerm{} } else { - yyv4654 := &yyv4651[yyj4651] - yyv4654.CodecDecodeSelf(d) + yyv4682 := &yyv4679[yyj4679] + yyv4682.CodecDecodeSelf(d) } } else { @@ -58430,17 +58904,17 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit } } - if yyj4651 < len(yyv4651) { - yyv4651 = yyv4651[:yyj4651] - yyc4651 = true - } else if yyj4651 == 0 && yyv4651 == nil { - yyv4651 = []WeightedPodAffinityTerm{} - yyc4651 = true + if yyj4679 < len(yyv4679) { + yyv4679 = yyv4679[:yyj4679] + yyc4679 = true + } else if yyj4679 == 0 && yyv4679 == nil { + yyv4679 = []WeightedPodAffinityTerm{} + yyc4679 = true } } - yyh4651.End() - if yyc4651 { - *v = yyv4651 + yyh4679.End() + if yyc4679 { + *v = yyv4679 } } @@ -58449,10 +58923,10 @@ func (x codecSelfer1234) encSlicePreferredSchedulingTerm(v []PreferredScheduling z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4655 := range v { + for _, yyv4683 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4656 := &yyv4655 - yy4656.CodecEncodeSelf(e) + yy4684 := &yyv4683 + yy4684.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58462,83 +58936,83 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4657 := *v - yyh4657, yyl4657 := z.DecSliceHelperStart() - var yyc4657 bool - if yyl4657 == 0 { - if yyv4657 == nil { - yyv4657 = []PreferredSchedulingTerm{} - yyc4657 = true - } else if len(yyv4657) != 0 { - yyv4657 = yyv4657[:0] - yyc4657 = true + yyv4685 := *v + yyh4685, yyl4685 := z.DecSliceHelperStart() + var yyc4685 bool + if yyl4685 == 0 { + if yyv4685 == nil { + yyv4685 = []PreferredSchedulingTerm{} + yyc4685 = true + } else if len(yyv4685) != 0 { + yyv4685 = yyv4685[:0] + yyc4685 = true } - } else if yyl4657 > 0 { - var yyrr4657, yyrl4657 int - var yyrt4657 bool - if yyl4657 > cap(yyv4657) { + } else if yyl4685 > 0 { + var yyrr4685, yyrl4685 int + var yyrt4685 bool + if yyl4685 > cap(yyv4685) { - yyrg4657 := len(yyv4657) > 0 - yyv24657 := yyv4657 - yyrl4657, yyrt4657 = z.DecInferLen(yyl4657, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4657 { - if yyrl4657 <= cap(yyv4657) { - yyv4657 = yyv4657[:yyrl4657] + yyrg4685 := len(yyv4685) > 0 + yyv24685 := yyv4685 + yyrl4685, yyrt4685 = z.DecInferLen(yyl4685, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4685 { + if yyrl4685 <= cap(yyv4685) { + yyv4685 = yyv4685[:yyrl4685] } else { - yyv4657 = make([]PreferredSchedulingTerm, yyrl4657) + yyv4685 = make([]PreferredSchedulingTerm, yyrl4685) } } else { - yyv4657 = make([]PreferredSchedulingTerm, yyrl4657) + yyv4685 = make([]PreferredSchedulingTerm, yyrl4685) } - yyc4657 = true - yyrr4657 = len(yyv4657) - if yyrg4657 { - copy(yyv4657, yyv24657) + yyc4685 = true + yyrr4685 = len(yyv4685) + if yyrg4685 { + copy(yyv4685, yyv24685) } - } else if yyl4657 != len(yyv4657) { - yyv4657 = yyv4657[:yyl4657] - yyc4657 = true + } else if yyl4685 != len(yyv4685) { + yyv4685 = yyv4685[:yyl4685] + yyc4685 = true } - yyj4657 := 0 - for ; yyj4657 < yyrr4657; yyj4657++ { - yyh4657.ElemContainerState(yyj4657) + yyj4685 := 0 + for ; yyj4685 < yyrr4685; yyj4685++ { + yyh4685.ElemContainerState(yyj4685) if r.TryDecodeAsNil() { - yyv4657[yyj4657] = PreferredSchedulingTerm{} + yyv4685[yyj4685] = PreferredSchedulingTerm{} } else { - yyv4658 := &yyv4657[yyj4657] - yyv4658.CodecDecodeSelf(d) + yyv4686 := &yyv4685[yyj4685] + yyv4686.CodecDecodeSelf(d) } } - if yyrt4657 { - for ; yyj4657 < yyl4657; yyj4657++ { - yyv4657 = append(yyv4657, PreferredSchedulingTerm{}) - yyh4657.ElemContainerState(yyj4657) + if yyrt4685 { + for ; yyj4685 < yyl4685; yyj4685++ { + yyv4685 = append(yyv4685, PreferredSchedulingTerm{}) + yyh4685.ElemContainerState(yyj4685) if r.TryDecodeAsNil() { - yyv4657[yyj4657] = PreferredSchedulingTerm{} + yyv4685[yyj4685] = PreferredSchedulingTerm{} } else { - yyv4659 := &yyv4657[yyj4657] - yyv4659.CodecDecodeSelf(d) + yyv4687 := &yyv4685[yyj4685] + yyv4687.CodecDecodeSelf(d) } } } } else { - yyj4657 := 0 - for ; !r.CheckBreak(); yyj4657++ { + yyj4685 := 0 + for ; !r.CheckBreak(); yyj4685++ { - if yyj4657 >= len(yyv4657) { - yyv4657 = append(yyv4657, PreferredSchedulingTerm{}) // var yyz4657 PreferredSchedulingTerm - yyc4657 = true + if yyj4685 >= len(yyv4685) { + yyv4685 = append(yyv4685, PreferredSchedulingTerm{}) // var yyz4685 PreferredSchedulingTerm + yyc4685 = true } - yyh4657.ElemContainerState(yyj4657) - if yyj4657 < len(yyv4657) { + yyh4685.ElemContainerState(yyj4685) + if yyj4685 < len(yyv4685) { if r.TryDecodeAsNil() { - yyv4657[yyj4657] = PreferredSchedulingTerm{} + yyv4685[yyj4685] = PreferredSchedulingTerm{} } else { - yyv4660 := &yyv4657[yyj4657] - yyv4660.CodecDecodeSelf(d) + yyv4688 := &yyv4685[yyj4685] + yyv4688.CodecDecodeSelf(d) } } else { @@ -58546,17 +59020,17 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin } } - if yyj4657 < len(yyv4657) { - yyv4657 = yyv4657[:yyj4657] - yyc4657 = true - } else if yyj4657 == 0 && yyv4657 == nil { - yyv4657 = []PreferredSchedulingTerm{} - yyc4657 = true + if yyj4685 < len(yyv4685) { + yyv4685 = yyv4685[:yyj4685] + yyc4685 = true + } else if yyj4685 == 0 && yyv4685 == nil { + yyv4685 = []PreferredSchedulingTerm{} + yyc4685 = true } } - yyh4657.End() - if yyc4657 { - *v = yyv4657 + yyh4685.End() + if yyc4685 { + *v = yyv4685 } } @@ -58565,10 +59039,10 @@ func (x codecSelfer1234) encSliceVolume(v []Volume, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4661 := range v { + for _, yyv4689 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4662 := &yyv4661 - yy4662.CodecEncodeSelf(e) + yy4690 := &yyv4689 + yy4690.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58578,83 +59052,83 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4663 := *v - yyh4663, yyl4663 := z.DecSliceHelperStart() - var yyc4663 bool - if yyl4663 == 0 { - if yyv4663 == nil { - yyv4663 = []Volume{} - yyc4663 = true - } else if len(yyv4663) != 0 { - yyv4663 = yyv4663[:0] - yyc4663 = true + yyv4691 := *v + yyh4691, yyl4691 := z.DecSliceHelperStart() + var yyc4691 bool + if yyl4691 == 0 { + if yyv4691 == nil { + yyv4691 = []Volume{} + yyc4691 = true + } else if len(yyv4691) != 0 { + yyv4691 = yyv4691[:0] + yyc4691 = true } - } else if yyl4663 > 0 { - var yyrr4663, yyrl4663 int - var yyrt4663 bool - if yyl4663 > cap(yyv4663) { + } else if yyl4691 > 0 { + var yyrr4691, yyrl4691 int + var yyrt4691 bool + if yyl4691 > cap(yyv4691) { - yyrg4663 := len(yyv4663) > 0 - yyv24663 := yyv4663 - yyrl4663, yyrt4663 = z.DecInferLen(yyl4663, z.DecBasicHandle().MaxInitLen, 192) - if yyrt4663 { - if yyrl4663 <= cap(yyv4663) { - yyv4663 = yyv4663[:yyrl4663] + yyrg4691 := len(yyv4691) > 0 + yyv24691 := yyv4691 + yyrl4691, yyrt4691 = z.DecInferLen(yyl4691, z.DecBasicHandle().MaxInitLen, 200) + if yyrt4691 { + if yyrl4691 <= cap(yyv4691) { + yyv4691 = yyv4691[:yyrl4691] } else { - yyv4663 = make([]Volume, yyrl4663) + yyv4691 = make([]Volume, yyrl4691) } } else { - yyv4663 = make([]Volume, yyrl4663) + yyv4691 = make([]Volume, yyrl4691) } - yyc4663 = true - yyrr4663 = len(yyv4663) - if yyrg4663 { - copy(yyv4663, yyv24663) + yyc4691 = true + yyrr4691 = len(yyv4691) + if yyrg4691 { + copy(yyv4691, yyv24691) } - } else if yyl4663 != len(yyv4663) { - yyv4663 = yyv4663[:yyl4663] - yyc4663 = true + } else if yyl4691 != len(yyv4691) { + yyv4691 = yyv4691[:yyl4691] + yyc4691 = true } - yyj4663 := 0 - for ; yyj4663 < yyrr4663; yyj4663++ { - yyh4663.ElemContainerState(yyj4663) + yyj4691 := 0 + for ; yyj4691 < yyrr4691; yyj4691++ { + yyh4691.ElemContainerState(yyj4691) if r.TryDecodeAsNil() { - yyv4663[yyj4663] = Volume{} + yyv4691[yyj4691] = Volume{} } else { - yyv4664 := &yyv4663[yyj4663] - yyv4664.CodecDecodeSelf(d) + yyv4692 := &yyv4691[yyj4691] + yyv4692.CodecDecodeSelf(d) } } - if yyrt4663 { - for ; yyj4663 < yyl4663; yyj4663++ { - yyv4663 = append(yyv4663, Volume{}) - yyh4663.ElemContainerState(yyj4663) + if yyrt4691 { + for ; yyj4691 < yyl4691; yyj4691++ { + yyv4691 = append(yyv4691, Volume{}) + yyh4691.ElemContainerState(yyj4691) if r.TryDecodeAsNil() { - yyv4663[yyj4663] = Volume{} + yyv4691[yyj4691] = Volume{} } else { - yyv4665 := &yyv4663[yyj4663] - yyv4665.CodecDecodeSelf(d) + yyv4693 := &yyv4691[yyj4691] + yyv4693.CodecDecodeSelf(d) } } } } else { - yyj4663 := 0 - for ; !r.CheckBreak(); yyj4663++ { + yyj4691 := 0 + for ; !r.CheckBreak(); yyj4691++ { - if yyj4663 >= len(yyv4663) { - yyv4663 = append(yyv4663, Volume{}) // var yyz4663 Volume - yyc4663 = true + if yyj4691 >= len(yyv4691) { + yyv4691 = append(yyv4691, Volume{}) // var yyz4691 Volume + yyc4691 = true } - yyh4663.ElemContainerState(yyj4663) - if yyj4663 < len(yyv4663) { + yyh4691.ElemContainerState(yyj4691) + if yyj4691 < len(yyv4691) { if r.TryDecodeAsNil() { - yyv4663[yyj4663] = Volume{} + yyv4691[yyj4691] = Volume{} } else { - yyv4666 := &yyv4663[yyj4663] - yyv4666.CodecDecodeSelf(d) + yyv4694 := &yyv4691[yyj4691] + yyv4694.CodecDecodeSelf(d) } } else { @@ -58662,17 +59136,17 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { } } - if yyj4663 < len(yyv4663) { - yyv4663 = yyv4663[:yyj4663] - yyc4663 = true - } else if yyj4663 == 0 && yyv4663 == nil { - yyv4663 = []Volume{} - yyc4663 = true + if yyj4691 < len(yyv4691) { + yyv4691 = yyv4691[:yyj4691] + yyc4691 = true + } else if yyj4691 == 0 && yyv4691 == nil { + yyv4691 = []Volume{} + yyc4691 = true } } - yyh4663.End() - if yyc4663 { - *v = yyv4663 + yyh4691.End() + if yyc4691 { + *v = yyv4691 } } @@ -58681,10 +59155,10 @@ func (x codecSelfer1234) encSliceContainer(v []Container, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4667 := range v { + for _, yyv4695 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4668 := &yyv4667 - yy4668.CodecEncodeSelf(e) + yy4696 := &yyv4695 + yy4696.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58694,83 +59168,83 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4669 := *v - yyh4669, yyl4669 := z.DecSliceHelperStart() - var yyc4669 bool - if yyl4669 == 0 { - if yyv4669 == nil { - yyv4669 = []Container{} - yyc4669 = true - } else if len(yyv4669) != 0 { - yyv4669 = yyv4669[:0] - yyc4669 = true + yyv4697 := *v + yyh4697, yyl4697 := z.DecSliceHelperStart() + var yyc4697 bool + if yyl4697 == 0 { + if yyv4697 == nil { + yyv4697 = []Container{} + yyc4697 = true + } else if len(yyv4697) != 0 { + yyv4697 = yyv4697[:0] + yyc4697 = true } - } else if yyl4669 > 0 { - var yyrr4669, yyrl4669 int - var yyrt4669 bool - if yyl4669 > cap(yyv4669) { + } else if yyl4697 > 0 { + var yyrr4697, yyrl4697 int + var yyrt4697 bool + if yyl4697 > cap(yyv4697) { - yyrg4669 := len(yyv4669) > 0 - yyv24669 := yyv4669 - yyrl4669, yyrt4669 = z.DecInferLen(yyl4669, z.DecBasicHandle().MaxInitLen, 256) - if yyrt4669 { - if yyrl4669 <= cap(yyv4669) { - yyv4669 = yyv4669[:yyrl4669] + yyrg4697 := len(yyv4697) > 0 + yyv24697 := yyv4697 + yyrl4697, yyrt4697 = z.DecInferLen(yyl4697, z.DecBasicHandle().MaxInitLen, 256) + if yyrt4697 { + if yyrl4697 <= cap(yyv4697) { + yyv4697 = yyv4697[:yyrl4697] } else { - yyv4669 = make([]Container, yyrl4669) + yyv4697 = make([]Container, yyrl4697) } } else { - yyv4669 = make([]Container, yyrl4669) + yyv4697 = make([]Container, yyrl4697) } - yyc4669 = true - yyrr4669 = len(yyv4669) - if yyrg4669 { - copy(yyv4669, yyv24669) + yyc4697 = true + yyrr4697 = len(yyv4697) + if yyrg4697 { + copy(yyv4697, yyv24697) } - } else if yyl4669 != len(yyv4669) { - yyv4669 = yyv4669[:yyl4669] - yyc4669 = true + } else if yyl4697 != len(yyv4697) { + yyv4697 = yyv4697[:yyl4697] + yyc4697 = true } - yyj4669 := 0 - for ; yyj4669 < yyrr4669; yyj4669++ { - yyh4669.ElemContainerState(yyj4669) + yyj4697 := 0 + for ; yyj4697 < yyrr4697; yyj4697++ { + yyh4697.ElemContainerState(yyj4697) if r.TryDecodeAsNil() { - yyv4669[yyj4669] = Container{} + yyv4697[yyj4697] = Container{} } else { - yyv4670 := &yyv4669[yyj4669] - yyv4670.CodecDecodeSelf(d) + yyv4698 := &yyv4697[yyj4697] + yyv4698.CodecDecodeSelf(d) } } - if yyrt4669 { - for ; yyj4669 < yyl4669; yyj4669++ { - yyv4669 = append(yyv4669, Container{}) - yyh4669.ElemContainerState(yyj4669) + if yyrt4697 { + for ; yyj4697 < yyl4697; yyj4697++ { + yyv4697 = append(yyv4697, Container{}) + yyh4697.ElemContainerState(yyj4697) if r.TryDecodeAsNil() { - yyv4669[yyj4669] = Container{} + yyv4697[yyj4697] = Container{} } else { - yyv4671 := &yyv4669[yyj4669] - yyv4671.CodecDecodeSelf(d) + yyv4699 := &yyv4697[yyj4697] + yyv4699.CodecDecodeSelf(d) } } } } else { - yyj4669 := 0 - for ; !r.CheckBreak(); yyj4669++ { + yyj4697 := 0 + for ; !r.CheckBreak(); yyj4697++ { - if yyj4669 >= len(yyv4669) { - yyv4669 = append(yyv4669, Container{}) // var yyz4669 Container - yyc4669 = true + if yyj4697 >= len(yyv4697) { + yyv4697 = append(yyv4697, Container{}) // var yyz4697 Container + yyc4697 = true } - yyh4669.ElemContainerState(yyj4669) - if yyj4669 < len(yyv4669) { + yyh4697.ElemContainerState(yyj4697) + if yyj4697 < len(yyv4697) { if r.TryDecodeAsNil() { - yyv4669[yyj4669] = Container{} + yyv4697[yyj4697] = Container{} } else { - yyv4672 := &yyv4669[yyj4669] - yyv4672.CodecDecodeSelf(d) + yyv4700 := &yyv4697[yyj4697] + yyv4700.CodecDecodeSelf(d) } } else { @@ -58778,17 +59252,17 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) } } - if yyj4669 < len(yyv4669) { - yyv4669 = yyv4669[:yyj4669] - yyc4669 = true - } else if yyj4669 == 0 && yyv4669 == nil { - yyv4669 = []Container{} - yyc4669 = true + if yyj4697 < len(yyv4697) { + yyv4697 = yyv4697[:yyj4697] + yyc4697 = true + } else if yyj4697 == 0 && yyv4697 == nil { + yyv4697 = []Container{} + yyc4697 = true } } - yyh4669.End() - if yyc4669 { - *v = yyv4669 + yyh4697.End() + if yyc4697 { + *v = yyv4697 } } @@ -58797,10 +59271,10 @@ func (x codecSelfer1234) encSliceLocalObjectReference(v []LocalObjectReference, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4673 := range v { + for _, yyv4701 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4674 := &yyv4673 - yy4674.CodecEncodeSelf(e) + yy4702 := &yyv4701 + yy4702.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58810,83 +59284,83 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4675 := *v - yyh4675, yyl4675 := z.DecSliceHelperStart() - var yyc4675 bool - if yyl4675 == 0 { - if yyv4675 == nil { - yyv4675 = []LocalObjectReference{} - yyc4675 = true - } else if len(yyv4675) != 0 { - yyv4675 = yyv4675[:0] - yyc4675 = true + yyv4703 := *v + yyh4703, yyl4703 := z.DecSliceHelperStart() + var yyc4703 bool + if yyl4703 == 0 { + if yyv4703 == nil { + yyv4703 = []LocalObjectReference{} + yyc4703 = true + } else if len(yyv4703) != 0 { + yyv4703 = yyv4703[:0] + yyc4703 = true } - } else if yyl4675 > 0 { - var yyrr4675, yyrl4675 int - var yyrt4675 bool - if yyl4675 > cap(yyv4675) { + } else if yyl4703 > 0 { + var yyrr4703, yyrl4703 int + var yyrt4703 bool + if yyl4703 > cap(yyv4703) { - yyrg4675 := len(yyv4675) > 0 - yyv24675 := yyv4675 - yyrl4675, yyrt4675 = z.DecInferLen(yyl4675, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4675 { - if yyrl4675 <= cap(yyv4675) { - yyv4675 = yyv4675[:yyrl4675] + yyrg4703 := len(yyv4703) > 0 + yyv24703 := yyv4703 + yyrl4703, yyrt4703 = z.DecInferLen(yyl4703, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4703 { + if yyrl4703 <= cap(yyv4703) { + yyv4703 = yyv4703[:yyrl4703] } else { - yyv4675 = make([]LocalObjectReference, yyrl4675) + yyv4703 = make([]LocalObjectReference, yyrl4703) } } else { - yyv4675 = make([]LocalObjectReference, yyrl4675) + yyv4703 = make([]LocalObjectReference, yyrl4703) } - yyc4675 = true - yyrr4675 = len(yyv4675) - if yyrg4675 { - copy(yyv4675, yyv24675) + yyc4703 = true + yyrr4703 = len(yyv4703) + if yyrg4703 { + copy(yyv4703, yyv24703) } - } else if yyl4675 != len(yyv4675) { - yyv4675 = yyv4675[:yyl4675] - yyc4675 = true + } else if yyl4703 != len(yyv4703) { + yyv4703 = yyv4703[:yyl4703] + yyc4703 = true } - yyj4675 := 0 - for ; yyj4675 < yyrr4675; yyj4675++ { - yyh4675.ElemContainerState(yyj4675) + yyj4703 := 0 + for ; yyj4703 < yyrr4703; yyj4703++ { + yyh4703.ElemContainerState(yyj4703) if r.TryDecodeAsNil() { - yyv4675[yyj4675] = LocalObjectReference{} + yyv4703[yyj4703] = LocalObjectReference{} } else { - yyv4676 := &yyv4675[yyj4675] - yyv4676.CodecDecodeSelf(d) + yyv4704 := &yyv4703[yyj4703] + yyv4704.CodecDecodeSelf(d) } } - if yyrt4675 { - for ; yyj4675 < yyl4675; yyj4675++ { - yyv4675 = append(yyv4675, LocalObjectReference{}) - yyh4675.ElemContainerState(yyj4675) + if yyrt4703 { + for ; yyj4703 < yyl4703; yyj4703++ { + yyv4703 = append(yyv4703, LocalObjectReference{}) + yyh4703.ElemContainerState(yyj4703) if r.TryDecodeAsNil() { - yyv4675[yyj4675] = LocalObjectReference{} + yyv4703[yyj4703] = LocalObjectReference{} } else { - yyv4677 := &yyv4675[yyj4675] - yyv4677.CodecDecodeSelf(d) + yyv4705 := &yyv4703[yyj4703] + yyv4705.CodecDecodeSelf(d) } } } } else { - yyj4675 := 0 - for ; !r.CheckBreak(); yyj4675++ { + yyj4703 := 0 + for ; !r.CheckBreak(); yyj4703++ { - if yyj4675 >= len(yyv4675) { - yyv4675 = append(yyv4675, LocalObjectReference{}) // var yyz4675 LocalObjectReference - yyc4675 = true + if yyj4703 >= len(yyv4703) { + yyv4703 = append(yyv4703, LocalObjectReference{}) // var yyz4703 LocalObjectReference + yyc4703 = true } - yyh4675.ElemContainerState(yyj4675) - if yyj4675 < len(yyv4675) { + yyh4703.ElemContainerState(yyj4703) + if yyj4703 < len(yyv4703) { if r.TryDecodeAsNil() { - yyv4675[yyj4675] = LocalObjectReference{} + yyv4703[yyj4703] = LocalObjectReference{} } else { - yyv4678 := &yyv4675[yyj4675] - yyv4678.CodecDecodeSelf(d) + yyv4706 := &yyv4703[yyj4703] + yyv4706.CodecDecodeSelf(d) } } else { @@ -58894,17 +59368,17 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, } } - if yyj4675 < len(yyv4675) { - yyv4675 = yyv4675[:yyj4675] - yyc4675 = true - } else if yyj4675 == 0 && yyv4675 == nil { - yyv4675 = []LocalObjectReference{} - yyc4675 = true + if yyj4703 < len(yyv4703) { + yyv4703 = yyv4703[:yyj4703] + yyc4703 = true + } else if yyj4703 == 0 && yyv4703 == nil { + yyv4703 = []LocalObjectReference{} + yyc4703 = true } } - yyh4675.End() - if yyc4675 { - *v = yyv4675 + yyh4703.End() + if yyc4703 { + *v = yyv4703 } } @@ -58913,10 +59387,10 @@ func (x codecSelfer1234) encSlicePodCondition(v []PodCondition, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4679 := range v { + for _, yyv4707 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4680 := &yyv4679 - yy4680.CodecEncodeSelf(e) + yy4708 := &yyv4707 + yy4708.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58926,83 +59400,83 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4681 := *v - yyh4681, yyl4681 := z.DecSliceHelperStart() - var yyc4681 bool - if yyl4681 == 0 { - if yyv4681 == nil { - yyv4681 = []PodCondition{} - yyc4681 = true - } else if len(yyv4681) != 0 { - yyv4681 = yyv4681[:0] - yyc4681 = true + yyv4709 := *v + yyh4709, yyl4709 := z.DecSliceHelperStart() + var yyc4709 bool + if yyl4709 == 0 { + if yyv4709 == nil { + yyv4709 = []PodCondition{} + yyc4709 = true + } else if len(yyv4709) != 0 { + yyv4709 = yyv4709[:0] + yyc4709 = true } - } else if yyl4681 > 0 { - var yyrr4681, yyrl4681 int - var yyrt4681 bool - if yyl4681 > cap(yyv4681) { + } else if yyl4709 > 0 { + var yyrr4709, yyrl4709 int + var yyrt4709 bool + if yyl4709 > cap(yyv4709) { - yyrg4681 := len(yyv4681) > 0 - yyv24681 := yyv4681 - yyrl4681, yyrt4681 = z.DecInferLen(yyl4681, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4681 { - if yyrl4681 <= cap(yyv4681) { - yyv4681 = yyv4681[:yyrl4681] + yyrg4709 := len(yyv4709) > 0 + yyv24709 := yyv4709 + yyrl4709, yyrt4709 = z.DecInferLen(yyl4709, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4709 { + if yyrl4709 <= cap(yyv4709) { + yyv4709 = yyv4709[:yyrl4709] } else { - yyv4681 = make([]PodCondition, yyrl4681) + yyv4709 = make([]PodCondition, yyrl4709) } } else { - yyv4681 = make([]PodCondition, yyrl4681) + yyv4709 = make([]PodCondition, yyrl4709) } - yyc4681 = true - yyrr4681 = len(yyv4681) - if yyrg4681 { - copy(yyv4681, yyv24681) + yyc4709 = true + yyrr4709 = len(yyv4709) + if yyrg4709 { + copy(yyv4709, yyv24709) } - } else if yyl4681 != len(yyv4681) { - yyv4681 = yyv4681[:yyl4681] - yyc4681 = true + } else if yyl4709 != len(yyv4709) { + yyv4709 = yyv4709[:yyl4709] + yyc4709 = true } - yyj4681 := 0 - for ; yyj4681 < yyrr4681; yyj4681++ { - yyh4681.ElemContainerState(yyj4681) + yyj4709 := 0 + for ; yyj4709 < yyrr4709; yyj4709++ { + yyh4709.ElemContainerState(yyj4709) if r.TryDecodeAsNil() { - yyv4681[yyj4681] = PodCondition{} + yyv4709[yyj4709] = PodCondition{} } else { - yyv4682 := &yyv4681[yyj4681] - yyv4682.CodecDecodeSelf(d) + yyv4710 := &yyv4709[yyj4709] + yyv4710.CodecDecodeSelf(d) } } - if yyrt4681 { - for ; yyj4681 < yyl4681; yyj4681++ { - yyv4681 = append(yyv4681, PodCondition{}) - yyh4681.ElemContainerState(yyj4681) + if yyrt4709 { + for ; yyj4709 < yyl4709; yyj4709++ { + yyv4709 = append(yyv4709, PodCondition{}) + yyh4709.ElemContainerState(yyj4709) if r.TryDecodeAsNil() { - yyv4681[yyj4681] = PodCondition{} + yyv4709[yyj4709] = PodCondition{} } else { - yyv4683 := &yyv4681[yyj4681] - yyv4683.CodecDecodeSelf(d) + yyv4711 := &yyv4709[yyj4709] + yyv4711.CodecDecodeSelf(d) } } } } else { - yyj4681 := 0 - for ; !r.CheckBreak(); yyj4681++ { + yyj4709 := 0 + for ; !r.CheckBreak(); yyj4709++ { - if yyj4681 >= len(yyv4681) { - yyv4681 = append(yyv4681, PodCondition{}) // var yyz4681 PodCondition - yyc4681 = true + if yyj4709 >= len(yyv4709) { + yyv4709 = append(yyv4709, PodCondition{}) // var yyz4709 PodCondition + yyc4709 = true } - yyh4681.ElemContainerState(yyj4681) - if yyj4681 < len(yyv4681) { + yyh4709.ElemContainerState(yyj4709) + if yyj4709 < len(yyv4709) { if r.TryDecodeAsNil() { - yyv4681[yyj4681] = PodCondition{} + yyv4709[yyj4709] = PodCondition{} } else { - yyv4684 := &yyv4681[yyj4681] - yyv4684.CodecDecodeSelf(d) + yyv4712 := &yyv4709[yyj4709] + yyv4712.CodecDecodeSelf(d) } } else { @@ -59010,17 +59484,17 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De } } - if yyj4681 < len(yyv4681) { - yyv4681 = yyv4681[:yyj4681] - yyc4681 = true - } else if yyj4681 == 0 && yyv4681 == nil { - yyv4681 = []PodCondition{} - yyc4681 = true + if yyj4709 < len(yyv4709) { + yyv4709 = yyv4709[:yyj4709] + yyc4709 = true + } else if yyj4709 == 0 && yyv4709 == nil { + yyv4709 = []PodCondition{} + yyc4709 = true } } - yyh4681.End() - if yyc4681 { - *v = yyv4681 + yyh4709.End() + if yyc4709 { + *v = yyv4709 } } @@ -59029,10 +59503,10 @@ func (x codecSelfer1234) encSliceContainerStatus(v []ContainerStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4685 := range v { + for _, yyv4713 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4686 := &yyv4685 - yy4686.CodecEncodeSelf(e) + yy4714 := &yyv4713 + yy4714.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59042,83 +59516,83 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4687 := *v - yyh4687, yyl4687 := z.DecSliceHelperStart() - var yyc4687 bool - if yyl4687 == 0 { - if yyv4687 == nil { - yyv4687 = []ContainerStatus{} - yyc4687 = true - } else if len(yyv4687) != 0 { - yyv4687 = yyv4687[:0] - yyc4687 = true + yyv4715 := *v + yyh4715, yyl4715 := z.DecSliceHelperStart() + var yyc4715 bool + if yyl4715 == 0 { + if yyv4715 == nil { + yyv4715 = []ContainerStatus{} + yyc4715 = true + } else if len(yyv4715) != 0 { + yyv4715 = yyv4715[:0] + yyc4715 = true } - } else if yyl4687 > 0 { - var yyrr4687, yyrl4687 int - var yyrt4687 bool - if yyl4687 > cap(yyv4687) { + } else if yyl4715 > 0 { + var yyrr4715, yyrl4715 int + var yyrt4715 bool + if yyl4715 > cap(yyv4715) { - yyrg4687 := len(yyv4687) > 0 - yyv24687 := yyv4687 - yyrl4687, yyrt4687 = z.DecInferLen(yyl4687, z.DecBasicHandle().MaxInitLen, 120) - if yyrt4687 { - if yyrl4687 <= cap(yyv4687) { - yyv4687 = yyv4687[:yyrl4687] + yyrg4715 := len(yyv4715) > 0 + yyv24715 := yyv4715 + yyrl4715, yyrt4715 = z.DecInferLen(yyl4715, z.DecBasicHandle().MaxInitLen, 120) + if yyrt4715 { + if yyrl4715 <= cap(yyv4715) { + yyv4715 = yyv4715[:yyrl4715] } else { - yyv4687 = make([]ContainerStatus, yyrl4687) + yyv4715 = make([]ContainerStatus, yyrl4715) } } else { - yyv4687 = make([]ContainerStatus, yyrl4687) + yyv4715 = make([]ContainerStatus, yyrl4715) } - yyc4687 = true - yyrr4687 = len(yyv4687) - if yyrg4687 { - copy(yyv4687, yyv24687) + yyc4715 = true + yyrr4715 = len(yyv4715) + if yyrg4715 { + copy(yyv4715, yyv24715) } - } else if yyl4687 != len(yyv4687) { - yyv4687 = yyv4687[:yyl4687] - yyc4687 = true + } else if yyl4715 != len(yyv4715) { + yyv4715 = yyv4715[:yyl4715] + yyc4715 = true } - yyj4687 := 0 - for ; yyj4687 < yyrr4687; yyj4687++ { - yyh4687.ElemContainerState(yyj4687) + yyj4715 := 0 + for ; yyj4715 < yyrr4715; yyj4715++ { + yyh4715.ElemContainerState(yyj4715) if r.TryDecodeAsNil() { - yyv4687[yyj4687] = ContainerStatus{} + yyv4715[yyj4715] = ContainerStatus{} } else { - yyv4688 := &yyv4687[yyj4687] - yyv4688.CodecDecodeSelf(d) + yyv4716 := &yyv4715[yyj4715] + yyv4716.CodecDecodeSelf(d) } } - if yyrt4687 { - for ; yyj4687 < yyl4687; yyj4687++ { - yyv4687 = append(yyv4687, ContainerStatus{}) - yyh4687.ElemContainerState(yyj4687) + if yyrt4715 { + for ; yyj4715 < yyl4715; yyj4715++ { + yyv4715 = append(yyv4715, ContainerStatus{}) + yyh4715.ElemContainerState(yyj4715) if r.TryDecodeAsNil() { - yyv4687[yyj4687] = ContainerStatus{} + yyv4715[yyj4715] = ContainerStatus{} } else { - yyv4689 := &yyv4687[yyj4687] - yyv4689.CodecDecodeSelf(d) + yyv4717 := &yyv4715[yyj4715] + yyv4717.CodecDecodeSelf(d) } } } } else { - yyj4687 := 0 - for ; !r.CheckBreak(); yyj4687++ { + yyj4715 := 0 + for ; !r.CheckBreak(); yyj4715++ { - if yyj4687 >= len(yyv4687) { - yyv4687 = append(yyv4687, ContainerStatus{}) // var yyz4687 ContainerStatus - yyc4687 = true + if yyj4715 >= len(yyv4715) { + yyv4715 = append(yyv4715, ContainerStatus{}) // var yyz4715 ContainerStatus + yyc4715 = true } - yyh4687.ElemContainerState(yyj4687) - if yyj4687 < len(yyv4687) { + yyh4715.ElemContainerState(yyj4715) + if yyj4715 < len(yyv4715) { if r.TryDecodeAsNil() { - yyv4687[yyj4687] = ContainerStatus{} + yyv4715[yyj4715] = ContainerStatus{} } else { - yyv4690 := &yyv4687[yyj4687] - yyv4690.CodecDecodeSelf(d) + yyv4718 := &yyv4715[yyj4715] + yyv4718.CodecDecodeSelf(d) } } else { @@ -59126,17 +59600,17 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 } } - if yyj4687 < len(yyv4687) { - yyv4687 = yyv4687[:yyj4687] - yyc4687 = true - } else if yyj4687 == 0 && yyv4687 == nil { - yyv4687 = []ContainerStatus{} - yyc4687 = true + if yyj4715 < len(yyv4715) { + yyv4715 = yyv4715[:yyj4715] + yyc4715 = true + } else if yyj4715 == 0 && yyv4715 == nil { + yyv4715 = []ContainerStatus{} + yyc4715 = true } } - yyh4687.End() - if yyc4687 { - *v = yyv4687 + yyh4715.End() + if yyc4715 { + *v = yyv4715 } } @@ -59145,10 +59619,10 @@ func (x codecSelfer1234) encSlicePod(v []Pod, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4691 := range v { + for _, yyv4719 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4692 := &yyv4691 - yy4692.CodecEncodeSelf(e) + yy4720 := &yyv4719 + yy4720.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59158,83 +59632,83 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4693 := *v - yyh4693, yyl4693 := z.DecSliceHelperStart() - var yyc4693 bool - if yyl4693 == 0 { - if yyv4693 == nil { - yyv4693 = []Pod{} - yyc4693 = true - } else if len(yyv4693) != 0 { - yyv4693 = yyv4693[:0] - yyc4693 = true + yyv4721 := *v + yyh4721, yyl4721 := z.DecSliceHelperStart() + var yyc4721 bool + if yyl4721 == 0 { + if yyv4721 == nil { + yyv4721 = []Pod{} + yyc4721 = true + } else if len(yyv4721) != 0 { + yyv4721 = yyv4721[:0] + yyc4721 = true } - } else if yyl4693 > 0 { - var yyrr4693, yyrl4693 int - var yyrt4693 bool - if yyl4693 > cap(yyv4693) { + } else if yyl4721 > 0 { + var yyrr4721, yyrl4721 int + var yyrt4721 bool + if yyl4721 > cap(yyv4721) { - yyrg4693 := len(yyv4693) > 0 - yyv24693 := yyv4693 - yyrl4693, yyrt4693 = z.DecInferLen(yyl4693, z.DecBasicHandle().MaxInitLen, 664) - if yyrt4693 { - if yyrl4693 <= cap(yyv4693) { - yyv4693 = yyv4693[:yyrl4693] + yyrg4721 := len(yyv4721) > 0 + yyv24721 := yyv4721 + yyrl4721, yyrt4721 = z.DecInferLen(yyl4721, z.DecBasicHandle().MaxInitLen, 664) + if yyrt4721 { + if yyrl4721 <= cap(yyv4721) { + yyv4721 = yyv4721[:yyrl4721] } else { - yyv4693 = make([]Pod, yyrl4693) + yyv4721 = make([]Pod, yyrl4721) } } else { - yyv4693 = make([]Pod, yyrl4693) + yyv4721 = make([]Pod, yyrl4721) } - yyc4693 = true - yyrr4693 = len(yyv4693) - if yyrg4693 { - copy(yyv4693, yyv24693) + yyc4721 = true + yyrr4721 = len(yyv4721) + if yyrg4721 { + copy(yyv4721, yyv24721) } - } else if yyl4693 != len(yyv4693) { - yyv4693 = yyv4693[:yyl4693] - yyc4693 = true + } else if yyl4721 != len(yyv4721) { + yyv4721 = yyv4721[:yyl4721] + yyc4721 = true } - yyj4693 := 0 - for ; yyj4693 < yyrr4693; yyj4693++ { - yyh4693.ElemContainerState(yyj4693) + yyj4721 := 0 + for ; yyj4721 < yyrr4721; yyj4721++ { + yyh4721.ElemContainerState(yyj4721) if r.TryDecodeAsNil() { - yyv4693[yyj4693] = Pod{} + yyv4721[yyj4721] = Pod{} } else { - yyv4694 := &yyv4693[yyj4693] - yyv4694.CodecDecodeSelf(d) + yyv4722 := &yyv4721[yyj4721] + yyv4722.CodecDecodeSelf(d) } } - if yyrt4693 { - for ; yyj4693 < yyl4693; yyj4693++ { - yyv4693 = append(yyv4693, Pod{}) - yyh4693.ElemContainerState(yyj4693) + if yyrt4721 { + for ; yyj4721 < yyl4721; yyj4721++ { + yyv4721 = append(yyv4721, Pod{}) + yyh4721.ElemContainerState(yyj4721) if r.TryDecodeAsNil() { - yyv4693[yyj4693] = Pod{} + yyv4721[yyj4721] = Pod{} } else { - yyv4695 := &yyv4693[yyj4693] - yyv4695.CodecDecodeSelf(d) + yyv4723 := &yyv4721[yyj4721] + yyv4723.CodecDecodeSelf(d) } } } } else { - yyj4693 := 0 - for ; !r.CheckBreak(); yyj4693++ { + yyj4721 := 0 + for ; !r.CheckBreak(); yyj4721++ { - if yyj4693 >= len(yyv4693) { - yyv4693 = append(yyv4693, Pod{}) // var yyz4693 Pod - yyc4693 = true + if yyj4721 >= len(yyv4721) { + yyv4721 = append(yyv4721, Pod{}) // var yyz4721 Pod + yyc4721 = true } - yyh4693.ElemContainerState(yyj4693) - if yyj4693 < len(yyv4693) { + yyh4721.ElemContainerState(yyj4721) + if yyj4721 < len(yyv4721) { if r.TryDecodeAsNil() { - yyv4693[yyj4693] = Pod{} + yyv4721[yyj4721] = Pod{} } else { - yyv4696 := &yyv4693[yyj4693] - yyv4696.CodecDecodeSelf(d) + yyv4724 := &yyv4721[yyj4721] + yyv4724.CodecDecodeSelf(d) } } else { @@ -59242,17 +59716,17 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { } } - if yyj4693 < len(yyv4693) { - yyv4693 = yyv4693[:yyj4693] - yyc4693 = true - } else if yyj4693 == 0 && yyv4693 == nil { - yyv4693 = []Pod{} - yyc4693 = true + if yyj4721 < len(yyv4721) { + yyv4721 = yyv4721[:yyj4721] + yyc4721 = true + } else if yyj4721 == 0 && yyv4721 == nil { + yyv4721 = []Pod{} + yyc4721 = true } } - yyh4693.End() - if yyc4693 { - *v = yyv4693 + yyh4721.End() + if yyc4721 { + *v = yyv4721 } } @@ -59261,10 +59735,10 @@ func (x codecSelfer1234) encSlicePodTemplate(v []PodTemplate, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4697 := range v { + for _, yyv4725 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4698 := &yyv4697 - yy4698.CodecEncodeSelf(e) + yy4726 := &yyv4725 + yy4726.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59274,83 +59748,83 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4699 := *v - yyh4699, yyl4699 := z.DecSliceHelperStart() - var yyc4699 bool - if yyl4699 == 0 { - if yyv4699 == nil { - yyv4699 = []PodTemplate{} - yyc4699 = true - } else if len(yyv4699) != 0 { - yyv4699 = yyv4699[:0] - yyc4699 = true + yyv4727 := *v + yyh4727, yyl4727 := z.DecSliceHelperStart() + var yyc4727 bool + if yyl4727 == 0 { + if yyv4727 == nil { + yyv4727 = []PodTemplate{} + yyc4727 = true + } else if len(yyv4727) != 0 { + yyv4727 = yyv4727[:0] + yyc4727 = true } - } else if yyl4699 > 0 { - var yyrr4699, yyrl4699 int - var yyrt4699 bool - if yyl4699 > cap(yyv4699) { + } else if yyl4727 > 0 { + var yyrr4727, yyrl4727 int + var yyrt4727 bool + if yyl4727 > cap(yyv4727) { - yyrg4699 := len(yyv4699) > 0 - yyv24699 := yyv4699 - yyrl4699, yyrt4699 = z.DecInferLen(yyl4699, z.DecBasicHandle().MaxInitLen, 728) - if yyrt4699 { - if yyrl4699 <= cap(yyv4699) { - yyv4699 = yyv4699[:yyrl4699] + yyrg4727 := len(yyv4727) > 0 + yyv24727 := yyv4727 + yyrl4727, yyrt4727 = z.DecInferLen(yyl4727, z.DecBasicHandle().MaxInitLen, 728) + if yyrt4727 { + if yyrl4727 <= cap(yyv4727) { + yyv4727 = yyv4727[:yyrl4727] } else { - yyv4699 = make([]PodTemplate, yyrl4699) + yyv4727 = make([]PodTemplate, yyrl4727) } } else { - yyv4699 = make([]PodTemplate, yyrl4699) + yyv4727 = make([]PodTemplate, yyrl4727) } - yyc4699 = true - yyrr4699 = len(yyv4699) - if yyrg4699 { - copy(yyv4699, yyv24699) + yyc4727 = true + yyrr4727 = len(yyv4727) + if yyrg4727 { + copy(yyv4727, yyv24727) } - } else if yyl4699 != len(yyv4699) { - yyv4699 = yyv4699[:yyl4699] - yyc4699 = true + } else if yyl4727 != len(yyv4727) { + yyv4727 = yyv4727[:yyl4727] + yyc4727 = true } - yyj4699 := 0 - for ; yyj4699 < yyrr4699; yyj4699++ { - yyh4699.ElemContainerState(yyj4699) + yyj4727 := 0 + for ; yyj4727 < yyrr4727; yyj4727++ { + yyh4727.ElemContainerState(yyj4727) if r.TryDecodeAsNil() { - yyv4699[yyj4699] = PodTemplate{} + yyv4727[yyj4727] = PodTemplate{} } else { - yyv4700 := &yyv4699[yyj4699] - yyv4700.CodecDecodeSelf(d) + yyv4728 := &yyv4727[yyj4727] + yyv4728.CodecDecodeSelf(d) } } - if yyrt4699 { - for ; yyj4699 < yyl4699; yyj4699++ { - yyv4699 = append(yyv4699, PodTemplate{}) - yyh4699.ElemContainerState(yyj4699) + if yyrt4727 { + for ; yyj4727 < yyl4727; yyj4727++ { + yyv4727 = append(yyv4727, PodTemplate{}) + yyh4727.ElemContainerState(yyj4727) if r.TryDecodeAsNil() { - yyv4699[yyj4699] = PodTemplate{} + yyv4727[yyj4727] = PodTemplate{} } else { - yyv4701 := &yyv4699[yyj4699] - yyv4701.CodecDecodeSelf(d) + yyv4729 := &yyv4727[yyj4727] + yyv4729.CodecDecodeSelf(d) } } } } else { - yyj4699 := 0 - for ; !r.CheckBreak(); yyj4699++ { + yyj4727 := 0 + for ; !r.CheckBreak(); yyj4727++ { - if yyj4699 >= len(yyv4699) { - yyv4699 = append(yyv4699, PodTemplate{}) // var yyz4699 PodTemplate - yyc4699 = true + if yyj4727 >= len(yyv4727) { + yyv4727 = append(yyv4727, PodTemplate{}) // var yyz4727 PodTemplate + yyc4727 = true } - yyh4699.ElemContainerState(yyj4699) - if yyj4699 < len(yyv4699) { + yyh4727.ElemContainerState(yyj4727) + if yyj4727 < len(yyv4727) { if r.TryDecodeAsNil() { - yyv4699[yyj4699] = PodTemplate{} + yyv4727[yyj4727] = PodTemplate{} } else { - yyv4702 := &yyv4699[yyj4699] - yyv4702.CodecDecodeSelf(d) + yyv4730 := &yyv4727[yyj4727] + yyv4730.CodecDecodeSelf(d) } } else { @@ -59358,17 +59832,17 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco } } - if yyj4699 < len(yyv4699) { - yyv4699 = yyv4699[:yyj4699] - yyc4699 = true - } else if yyj4699 == 0 && yyv4699 == nil { - yyv4699 = []PodTemplate{} - yyc4699 = true + if yyj4727 < len(yyv4727) { + yyv4727 = yyv4727[:yyj4727] + yyc4727 = true + } else if yyj4727 == 0 && yyv4727 == nil { + yyv4727 = []PodTemplate{} + yyc4727 = true } } - yyh4699.End() - if yyc4699 { - *v = yyv4699 + yyh4727.End() + if yyc4727 { + *v = yyv4727 } } @@ -59377,10 +59851,10 @@ func (x codecSelfer1234) encSliceReplicationControllerCondition(v []ReplicationC z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4703 := range v { + for _, yyv4731 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4704 := &yyv4703 - yy4704.CodecEncodeSelf(e) + yy4732 := &yyv4731 + yy4732.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59390,83 +59864,83 @@ func (x codecSelfer1234) decSliceReplicationControllerCondition(v *[]Replication z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4705 := *v - yyh4705, yyl4705 := z.DecSliceHelperStart() - var yyc4705 bool - if yyl4705 == 0 { - if yyv4705 == nil { - yyv4705 = []ReplicationControllerCondition{} - yyc4705 = true - } else if len(yyv4705) != 0 { - yyv4705 = yyv4705[:0] - yyc4705 = true + yyv4733 := *v + yyh4733, yyl4733 := z.DecSliceHelperStart() + var yyc4733 bool + if yyl4733 == 0 { + if yyv4733 == nil { + yyv4733 = []ReplicationControllerCondition{} + yyc4733 = true + } else if len(yyv4733) != 0 { + yyv4733 = yyv4733[:0] + yyc4733 = true } - } else if yyl4705 > 0 { - var yyrr4705, yyrl4705 int - var yyrt4705 bool - if yyl4705 > cap(yyv4705) { + } else if yyl4733 > 0 { + var yyrr4733, yyrl4733 int + var yyrt4733 bool + if yyl4733 > cap(yyv4733) { - yyrg4705 := len(yyv4705) > 0 - yyv24705 := yyv4705 - yyrl4705, yyrt4705 = z.DecInferLen(yyl4705, z.DecBasicHandle().MaxInitLen, 88) - if yyrt4705 { - if yyrl4705 <= cap(yyv4705) { - yyv4705 = yyv4705[:yyrl4705] + yyrg4733 := len(yyv4733) > 0 + yyv24733 := yyv4733 + yyrl4733, yyrt4733 = z.DecInferLen(yyl4733, z.DecBasicHandle().MaxInitLen, 88) + if yyrt4733 { + if yyrl4733 <= cap(yyv4733) { + yyv4733 = yyv4733[:yyrl4733] } else { - yyv4705 = make([]ReplicationControllerCondition, yyrl4705) + yyv4733 = make([]ReplicationControllerCondition, yyrl4733) } } else { - yyv4705 = make([]ReplicationControllerCondition, yyrl4705) + yyv4733 = make([]ReplicationControllerCondition, yyrl4733) } - yyc4705 = true - yyrr4705 = len(yyv4705) - if yyrg4705 { - copy(yyv4705, yyv24705) + yyc4733 = true + yyrr4733 = len(yyv4733) + if yyrg4733 { + copy(yyv4733, yyv24733) } - } else if yyl4705 != len(yyv4705) { - yyv4705 = yyv4705[:yyl4705] - yyc4705 = true + } else if yyl4733 != len(yyv4733) { + yyv4733 = yyv4733[:yyl4733] + yyc4733 = true } - yyj4705 := 0 - for ; yyj4705 < yyrr4705; yyj4705++ { - yyh4705.ElemContainerState(yyj4705) + yyj4733 := 0 + for ; yyj4733 < yyrr4733; yyj4733++ { + yyh4733.ElemContainerState(yyj4733) if r.TryDecodeAsNil() { - yyv4705[yyj4705] = ReplicationControllerCondition{} + yyv4733[yyj4733] = ReplicationControllerCondition{} } else { - yyv4706 := &yyv4705[yyj4705] - yyv4706.CodecDecodeSelf(d) + yyv4734 := &yyv4733[yyj4733] + yyv4734.CodecDecodeSelf(d) } } - if yyrt4705 { - for ; yyj4705 < yyl4705; yyj4705++ { - yyv4705 = append(yyv4705, ReplicationControllerCondition{}) - yyh4705.ElemContainerState(yyj4705) + if yyrt4733 { + for ; yyj4733 < yyl4733; yyj4733++ { + yyv4733 = append(yyv4733, ReplicationControllerCondition{}) + yyh4733.ElemContainerState(yyj4733) if r.TryDecodeAsNil() { - yyv4705[yyj4705] = ReplicationControllerCondition{} + yyv4733[yyj4733] = ReplicationControllerCondition{} } else { - yyv4707 := &yyv4705[yyj4705] - yyv4707.CodecDecodeSelf(d) + yyv4735 := &yyv4733[yyj4733] + yyv4735.CodecDecodeSelf(d) } } } } else { - yyj4705 := 0 - for ; !r.CheckBreak(); yyj4705++ { + yyj4733 := 0 + for ; !r.CheckBreak(); yyj4733++ { - if yyj4705 >= len(yyv4705) { - yyv4705 = append(yyv4705, ReplicationControllerCondition{}) // var yyz4705 ReplicationControllerCondition - yyc4705 = true + if yyj4733 >= len(yyv4733) { + yyv4733 = append(yyv4733, ReplicationControllerCondition{}) // var yyz4733 ReplicationControllerCondition + yyc4733 = true } - yyh4705.ElemContainerState(yyj4705) - if yyj4705 < len(yyv4705) { + yyh4733.ElemContainerState(yyj4733) + if yyj4733 < len(yyv4733) { if r.TryDecodeAsNil() { - yyv4705[yyj4705] = ReplicationControllerCondition{} + yyv4733[yyj4733] = ReplicationControllerCondition{} } else { - yyv4708 := &yyv4705[yyj4705] - yyv4708.CodecDecodeSelf(d) + yyv4736 := &yyv4733[yyj4733] + yyv4736.CodecDecodeSelf(d) } } else { @@ -59474,17 +59948,17 @@ func (x codecSelfer1234) decSliceReplicationControllerCondition(v *[]Replication } } - if yyj4705 < len(yyv4705) { - yyv4705 = yyv4705[:yyj4705] - yyc4705 = true - } else if yyj4705 == 0 && yyv4705 == nil { - yyv4705 = []ReplicationControllerCondition{} - yyc4705 = true + if yyj4733 < len(yyv4733) { + yyv4733 = yyv4733[:yyj4733] + yyc4733 = true + } else if yyj4733 == 0 && yyv4733 == nil { + yyv4733 = []ReplicationControllerCondition{} + yyc4733 = true } } - yyh4705.End() - if yyc4705 { - *v = yyv4705 + yyh4733.End() + if yyc4733 { + *v = yyv4733 } } @@ -59493,10 +59967,10 @@ func (x codecSelfer1234) encSliceReplicationController(v []ReplicationController z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4709 := range v { + for _, yyv4737 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4710 := &yyv4709 - yy4710.CodecEncodeSelf(e) + yy4738 := &yyv4737 + yy4738.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59506,83 +59980,83 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4711 := *v - yyh4711, yyl4711 := z.DecSliceHelperStart() - var yyc4711 bool - if yyl4711 == 0 { - if yyv4711 == nil { - yyv4711 = []ReplicationController{} - yyc4711 = true - } else if len(yyv4711) != 0 { - yyv4711 = yyv4711[:0] - yyc4711 = true + yyv4739 := *v + yyh4739, yyl4739 := z.DecSliceHelperStart() + var yyc4739 bool + if yyl4739 == 0 { + if yyv4739 == nil { + yyv4739 = []ReplicationController{} + yyc4739 = true + } else if len(yyv4739) != 0 { + yyv4739 = yyv4739[:0] + yyc4739 = true } - } else if yyl4711 > 0 { - var yyrr4711, yyrl4711 int - var yyrt4711 bool - if yyl4711 > cap(yyv4711) { + } else if yyl4739 > 0 { + var yyrr4739, yyrl4739 int + var yyrt4739 bool + if yyl4739 > cap(yyv4739) { - yyrg4711 := len(yyv4711) > 0 - yyv24711 := yyv4711 - yyrl4711, yyrt4711 = z.DecInferLen(yyl4711, z.DecBasicHandle().MaxInitLen, 336) - if yyrt4711 { - if yyrl4711 <= cap(yyv4711) { - yyv4711 = yyv4711[:yyrl4711] + yyrg4739 := len(yyv4739) > 0 + yyv24739 := yyv4739 + yyrl4739, yyrt4739 = z.DecInferLen(yyl4739, z.DecBasicHandle().MaxInitLen, 336) + if yyrt4739 { + if yyrl4739 <= cap(yyv4739) { + yyv4739 = yyv4739[:yyrl4739] } else { - yyv4711 = make([]ReplicationController, yyrl4711) + yyv4739 = make([]ReplicationController, yyrl4739) } } else { - yyv4711 = make([]ReplicationController, yyrl4711) + yyv4739 = make([]ReplicationController, yyrl4739) } - yyc4711 = true - yyrr4711 = len(yyv4711) - if yyrg4711 { - copy(yyv4711, yyv24711) + yyc4739 = true + yyrr4739 = len(yyv4739) + if yyrg4739 { + copy(yyv4739, yyv24739) } - } else if yyl4711 != len(yyv4711) { - yyv4711 = yyv4711[:yyl4711] - yyc4711 = true + } else if yyl4739 != len(yyv4739) { + yyv4739 = yyv4739[:yyl4739] + yyc4739 = true } - yyj4711 := 0 - for ; yyj4711 < yyrr4711; yyj4711++ { - yyh4711.ElemContainerState(yyj4711) + yyj4739 := 0 + for ; yyj4739 < yyrr4739; yyj4739++ { + yyh4739.ElemContainerState(yyj4739) if r.TryDecodeAsNil() { - yyv4711[yyj4711] = ReplicationController{} + yyv4739[yyj4739] = ReplicationController{} } else { - yyv4712 := &yyv4711[yyj4711] - yyv4712.CodecDecodeSelf(d) + yyv4740 := &yyv4739[yyj4739] + yyv4740.CodecDecodeSelf(d) } } - if yyrt4711 { - for ; yyj4711 < yyl4711; yyj4711++ { - yyv4711 = append(yyv4711, ReplicationController{}) - yyh4711.ElemContainerState(yyj4711) + if yyrt4739 { + for ; yyj4739 < yyl4739; yyj4739++ { + yyv4739 = append(yyv4739, ReplicationController{}) + yyh4739.ElemContainerState(yyj4739) if r.TryDecodeAsNil() { - yyv4711[yyj4711] = ReplicationController{} + yyv4739[yyj4739] = ReplicationController{} } else { - yyv4713 := &yyv4711[yyj4711] - yyv4713.CodecDecodeSelf(d) + yyv4741 := &yyv4739[yyj4739] + yyv4741.CodecDecodeSelf(d) } } } } else { - yyj4711 := 0 - for ; !r.CheckBreak(); yyj4711++ { + yyj4739 := 0 + for ; !r.CheckBreak(); yyj4739++ { - if yyj4711 >= len(yyv4711) { - yyv4711 = append(yyv4711, ReplicationController{}) // var yyz4711 ReplicationController - yyc4711 = true + if yyj4739 >= len(yyv4739) { + yyv4739 = append(yyv4739, ReplicationController{}) // var yyz4739 ReplicationController + yyc4739 = true } - yyh4711.ElemContainerState(yyj4711) - if yyj4711 < len(yyv4711) { + yyh4739.ElemContainerState(yyj4739) + if yyj4739 < len(yyv4739) { if r.TryDecodeAsNil() { - yyv4711[yyj4711] = ReplicationController{} + yyv4739[yyj4739] = ReplicationController{} } else { - yyv4714 := &yyv4711[yyj4711] - yyv4714.CodecDecodeSelf(d) + yyv4742 := &yyv4739[yyj4739] + yyv4742.CodecDecodeSelf(d) } } else { @@ -59590,17 +60064,17 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle } } - if yyj4711 < len(yyv4711) { - yyv4711 = yyv4711[:yyj4711] - yyc4711 = true - } else if yyj4711 == 0 && yyv4711 == nil { - yyv4711 = []ReplicationController{} - yyc4711 = true + if yyj4739 < len(yyv4739) { + yyv4739 = yyv4739[:yyj4739] + yyc4739 = true + } else if yyj4739 == 0 && yyv4739 == nil { + yyv4739 = []ReplicationController{} + yyc4739 = true } } - yyh4711.End() - if yyc4711 { - *v = yyv4711 + yyh4739.End() + if yyc4739 { + *v = yyv4739 } } @@ -59609,10 +60083,10 @@ func (x codecSelfer1234) encSliceLoadBalancerIngress(v []LoadBalancerIngress, e z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4715 := range v { + for _, yyv4743 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4716 := &yyv4715 - yy4716.CodecEncodeSelf(e) + yy4744 := &yyv4743 + yy4744.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59622,83 +60096,83 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4717 := *v - yyh4717, yyl4717 := z.DecSliceHelperStart() - var yyc4717 bool - if yyl4717 == 0 { - if yyv4717 == nil { - yyv4717 = []LoadBalancerIngress{} - yyc4717 = true - } else if len(yyv4717) != 0 { - yyv4717 = yyv4717[:0] - yyc4717 = true + yyv4745 := *v + yyh4745, yyl4745 := z.DecSliceHelperStart() + var yyc4745 bool + if yyl4745 == 0 { + if yyv4745 == nil { + yyv4745 = []LoadBalancerIngress{} + yyc4745 = true + } else if len(yyv4745) != 0 { + yyv4745 = yyv4745[:0] + yyc4745 = true } - } else if yyl4717 > 0 { - var yyrr4717, yyrl4717 int - var yyrt4717 bool - if yyl4717 > cap(yyv4717) { + } else if yyl4745 > 0 { + var yyrr4745, yyrl4745 int + var yyrt4745 bool + if yyl4745 > cap(yyv4745) { - yyrg4717 := len(yyv4717) > 0 - yyv24717 := yyv4717 - yyrl4717, yyrt4717 = z.DecInferLen(yyl4717, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4717 { - if yyrl4717 <= cap(yyv4717) { - yyv4717 = yyv4717[:yyrl4717] + yyrg4745 := len(yyv4745) > 0 + yyv24745 := yyv4745 + yyrl4745, yyrt4745 = z.DecInferLen(yyl4745, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4745 { + if yyrl4745 <= cap(yyv4745) { + yyv4745 = yyv4745[:yyrl4745] } else { - yyv4717 = make([]LoadBalancerIngress, yyrl4717) + yyv4745 = make([]LoadBalancerIngress, yyrl4745) } } else { - yyv4717 = make([]LoadBalancerIngress, yyrl4717) + yyv4745 = make([]LoadBalancerIngress, yyrl4745) } - yyc4717 = true - yyrr4717 = len(yyv4717) - if yyrg4717 { - copy(yyv4717, yyv24717) + yyc4745 = true + yyrr4745 = len(yyv4745) + if yyrg4745 { + copy(yyv4745, yyv24745) } - } else if yyl4717 != len(yyv4717) { - yyv4717 = yyv4717[:yyl4717] - yyc4717 = true + } else if yyl4745 != len(yyv4745) { + yyv4745 = yyv4745[:yyl4745] + yyc4745 = true } - yyj4717 := 0 - for ; yyj4717 < yyrr4717; yyj4717++ { - yyh4717.ElemContainerState(yyj4717) + yyj4745 := 0 + for ; yyj4745 < yyrr4745; yyj4745++ { + yyh4745.ElemContainerState(yyj4745) if r.TryDecodeAsNil() { - yyv4717[yyj4717] = LoadBalancerIngress{} + yyv4745[yyj4745] = LoadBalancerIngress{} } else { - yyv4718 := &yyv4717[yyj4717] - yyv4718.CodecDecodeSelf(d) + yyv4746 := &yyv4745[yyj4745] + yyv4746.CodecDecodeSelf(d) } } - if yyrt4717 { - for ; yyj4717 < yyl4717; yyj4717++ { - yyv4717 = append(yyv4717, LoadBalancerIngress{}) - yyh4717.ElemContainerState(yyj4717) + if yyrt4745 { + for ; yyj4745 < yyl4745; yyj4745++ { + yyv4745 = append(yyv4745, LoadBalancerIngress{}) + yyh4745.ElemContainerState(yyj4745) if r.TryDecodeAsNil() { - yyv4717[yyj4717] = LoadBalancerIngress{} + yyv4745[yyj4745] = LoadBalancerIngress{} } else { - yyv4719 := &yyv4717[yyj4717] - yyv4719.CodecDecodeSelf(d) + yyv4747 := &yyv4745[yyj4745] + yyv4747.CodecDecodeSelf(d) } } } } else { - yyj4717 := 0 - for ; !r.CheckBreak(); yyj4717++ { + yyj4745 := 0 + for ; !r.CheckBreak(); yyj4745++ { - if yyj4717 >= len(yyv4717) { - yyv4717 = append(yyv4717, LoadBalancerIngress{}) // var yyz4717 LoadBalancerIngress - yyc4717 = true + if yyj4745 >= len(yyv4745) { + yyv4745 = append(yyv4745, LoadBalancerIngress{}) // var yyz4745 LoadBalancerIngress + yyc4745 = true } - yyh4717.ElemContainerState(yyj4717) - if yyj4717 < len(yyv4717) { + yyh4745.ElemContainerState(yyj4745) + if yyj4745 < len(yyv4745) { if r.TryDecodeAsNil() { - yyv4717[yyj4717] = LoadBalancerIngress{} + yyv4745[yyj4745] = LoadBalancerIngress{} } else { - yyv4720 := &yyv4717[yyj4717] - yyv4720.CodecDecodeSelf(d) + yyv4748 := &yyv4745[yyj4745] + yyv4748.CodecDecodeSelf(d) } } else { @@ -59706,17 +60180,17 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d } } - if yyj4717 < len(yyv4717) { - yyv4717 = yyv4717[:yyj4717] - yyc4717 = true - } else if yyj4717 == 0 && yyv4717 == nil { - yyv4717 = []LoadBalancerIngress{} - yyc4717 = true + if yyj4745 < len(yyv4745) { + yyv4745 = yyv4745[:yyj4745] + yyc4745 = true + } else if yyj4745 == 0 && yyv4745 == nil { + yyv4745 = []LoadBalancerIngress{} + yyc4745 = true } } - yyh4717.End() - if yyc4717 { - *v = yyv4717 + yyh4745.End() + if yyc4745 { + *v = yyv4745 } } @@ -59725,10 +60199,10 @@ func (x codecSelfer1234) encSliceServicePort(v []ServicePort, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4721 := range v { + for _, yyv4749 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4722 := &yyv4721 - yy4722.CodecEncodeSelf(e) + yy4750 := &yyv4749 + yy4750.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59738,83 +60212,83 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4723 := *v - yyh4723, yyl4723 := z.DecSliceHelperStart() - var yyc4723 bool - if yyl4723 == 0 { - if yyv4723 == nil { - yyv4723 = []ServicePort{} - yyc4723 = true - } else if len(yyv4723) != 0 { - yyv4723 = yyv4723[:0] - yyc4723 = true + yyv4751 := *v + yyh4751, yyl4751 := z.DecSliceHelperStart() + var yyc4751 bool + if yyl4751 == 0 { + if yyv4751 == nil { + yyv4751 = []ServicePort{} + yyc4751 = true + } else if len(yyv4751) != 0 { + yyv4751 = yyv4751[:0] + yyc4751 = true } - } else if yyl4723 > 0 { - var yyrr4723, yyrl4723 int - var yyrt4723 bool - if yyl4723 > cap(yyv4723) { + } else if yyl4751 > 0 { + var yyrr4751, yyrl4751 int + var yyrt4751 bool + if yyl4751 > cap(yyv4751) { - yyrg4723 := len(yyv4723) > 0 - yyv24723 := yyv4723 - yyrl4723, yyrt4723 = z.DecInferLen(yyl4723, z.DecBasicHandle().MaxInitLen, 80) - if yyrt4723 { - if yyrl4723 <= cap(yyv4723) { - yyv4723 = yyv4723[:yyrl4723] + yyrg4751 := len(yyv4751) > 0 + yyv24751 := yyv4751 + yyrl4751, yyrt4751 = z.DecInferLen(yyl4751, z.DecBasicHandle().MaxInitLen, 80) + if yyrt4751 { + if yyrl4751 <= cap(yyv4751) { + yyv4751 = yyv4751[:yyrl4751] } else { - yyv4723 = make([]ServicePort, yyrl4723) + yyv4751 = make([]ServicePort, yyrl4751) } } else { - yyv4723 = make([]ServicePort, yyrl4723) + yyv4751 = make([]ServicePort, yyrl4751) } - yyc4723 = true - yyrr4723 = len(yyv4723) - if yyrg4723 { - copy(yyv4723, yyv24723) + yyc4751 = true + yyrr4751 = len(yyv4751) + if yyrg4751 { + copy(yyv4751, yyv24751) } - } else if yyl4723 != len(yyv4723) { - yyv4723 = yyv4723[:yyl4723] - yyc4723 = true + } else if yyl4751 != len(yyv4751) { + yyv4751 = yyv4751[:yyl4751] + yyc4751 = true } - yyj4723 := 0 - for ; yyj4723 < yyrr4723; yyj4723++ { - yyh4723.ElemContainerState(yyj4723) + yyj4751 := 0 + for ; yyj4751 < yyrr4751; yyj4751++ { + yyh4751.ElemContainerState(yyj4751) if r.TryDecodeAsNil() { - yyv4723[yyj4723] = ServicePort{} + yyv4751[yyj4751] = ServicePort{} } else { - yyv4724 := &yyv4723[yyj4723] - yyv4724.CodecDecodeSelf(d) + yyv4752 := &yyv4751[yyj4751] + yyv4752.CodecDecodeSelf(d) } } - if yyrt4723 { - for ; yyj4723 < yyl4723; yyj4723++ { - yyv4723 = append(yyv4723, ServicePort{}) - yyh4723.ElemContainerState(yyj4723) + if yyrt4751 { + for ; yyj4751 < yyl4751; yyj4751++ { + yyv4751 = append(yyv4751, ServicePort{}) + yyh4751.ElemContainerState(yyj4751) if r.TryDecodeAsNil() { - yyv4723[yyj4723] = ServicePort{} + yyv4751[yyj4751] = ServicePort{} } else { - yyv4725 := &yyv4723[yyj4723] - yyv4725.CodecDecodeSelf(d) + yyv4753 := &yyv4751[yyj4751] + yyv4753.CodecDecodeSelf(d) } } } } else { - yyj4723 := 0 - for ; !r.CheckBreak(); yyj4723++ { + yyj4751 := 0 + for ; !r.CheckBreak(); yyj4751++ { - if yyj4723 >= len(yyv4723) { - yyv4723 = append(yyv4723, ServicePort{}) // var yyz4723 ServicePort - yyc4723 = true + if yyj4751 >= len(yyv4751) { + yyv4751 = append(yyv4751, ServicePort{}) // var yyz4751 ServicePort + yyc4751 = true } - yyh4723.ElemContainerState(yyj4723) - if yyj4723 < len(yyv4723) { + yyh4751.ElemContainerState(yyj4751) + if yyj4751 < len(yyv4751) { if r.TryDecodeAsNil() { - yyv4723[yyj4723] = ServicePort{} + yyv4751[yyj4751] = ServicePort{} } else { - yyv4726 := &yyv4723[yyj4723] - yyv4726.CodecDecodeSelf(d) + yyv4754 := &yyv4751[yyj4751] + yyv4754.CodecDecodeSelf(d) } } else { @@ -59822,17 +60296,17 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco } } - if yyj4723 < len(yyv4723) { - yyv4723 = yyv4723[:yyj4723] - yyc4723 = true - } else if yyj4723 == 0 && yyv4723 == nil { - yyv4723 = []ServicePort{} - yyc4723 = true + if yyj4751 < len(yyv4751) { + yyv4751 = yyv4751[:yyj4751] + yyc4751 = true + } else if yyj4751 == 0 && yyv4751 == nil { + yyv4751 = []ServicePort{} + yyc4751 = true } } - yyh4723.End() - if yyc4723 { - *v = yyv4723 + yyh4751.End() + if yyc4751 { + *v = yyv4751 } } @@ -59841,10 +60315,10 @@ func (x codecSelfer1234) encSliceService(v []Service, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4727 := range v { + for _, yyv4755 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4728 := &yyv4727 - yy4728.CodecEncodeSelf(e) + yy4756 := &yyv4755 + yy4756.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59854,83 +60328,83 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4729 := *v - yyh4729, yyl4729 := z.DecSliceHelperStart() - var yyc4729 bool - if yyl4729 == 0 { - if yyv4729 == nil { - yyv4729 = []Service{} - yyc4729 = true - } else if len(yyv4729) != 0 { - yyv4729 = yyv4729[:0] - yyc4729 = true + yyv4757 := *v + yyh4757, yyl4757 := z.DecSliceHelperStart() + var yyc4757 bool + if yyl4757 == 0 { + if yyv4757 == nil { + yyv4757 = []Service{} + yyc4757 = true + } else if len(yyv4757) != 0 { + yyv4757 = yyv4757[:0] + yyc4757 = true } - } else if yyl4729 > 0 { - var yyrr4729, yyrl4729 int - var yyrt4729 bool - if yyl4729 > cap(yyv4729) { + } else if yyl4757 > 0 { + var yyrr4757, yyrl4757 int + var yyrt4757 bool + if yyl4757 > cap(yyv4757) { - yyrg4729 := len(yyv4729) > 0 - yyv24729 := yyv4729 - yyrl4729, yyrt4729 = z.DecInferLen(yyl4729, z.DecBasicHandle().MaxInitLen, 464) - if yyrt4729 { - if yyrl4729 <= cap(yyv4729) { - yyv4729 = yyv4729[:yyrl4729] + yyrg4757 := len(yyv4757) > 0 + yyv24757 := yyv4757 + yyrl4757, yyrt4757 = z.DecInferLen(yyl4757, z.DecBasicHandle().MaxInitLen, 464) + if yyrt4757 { + if yyrl4757 <= cap(yyv4757) { + yyv4757 = yyv4757[:yyrl4757] } else { - yyv4729 = make([]Service, yyrl4729) + yyv4757 = make([]Service, yyrl4757) } } else { - yyv4729 = make([]Service, yyrl4729) + yyv4757 = make([]Service, yyrl4757) } - yyc4729 = true - yyrr4729 = len(yyv4729) - if yyrg4729 { - copy(yyv4729, yyv24729) + yyc4757 = true + yyrr4757 = len(yyv4757) + if yyrg4757 { + copy(yyv4757, yyv24757) } - } else if yyl4729 != len(yyv4729) { - yyv4729 = yyv4729[:yyl4729] - yyc4729 = true + } else if yyl4757 != len(yyv4757) { + yyv4757 = yyv4757[:yyl4757] + yyc4757 = true } - yyj4729 := 0 - for ; yyj4729 < yyrr4729; yyj4729++ { - yyh4729.ElemContainerState(yyj4729) + yyj4757 := 0 + for ; yyj4757 < yyrr4757; yyj4757++ { + yyh4757.ElemContainerState(yyj4757) if r.TryDecodeAsNil() { - yyv4729[yyj4729] = Service{} + yyv4757[yyj4757] = Service{} } else { - yyv4730 := &yyv4729[yyj4729] - yyv4730.CodecDecodeSelf(d) + yyv4758 := &yyv4757[yyj4757] + yyv4758.CodecDecodeSelf(d) } } - if yyrt4729 { - for ; yyj4729 < yyl4729; yyj4729++ { - yyv4729 = append(yyv4729, Service{}) - yyh4729.ElemContainerState(yyj4729) + if yyrt4757 { + for ; yyj4757 < yyl4757; yyj4757++ { + yyv4757 = append(yyv4757, Service{}) + yyh4757.ElemContainerState(yyj4757) if r.TryDecodeAsNil() { - yyv4729[yyj4729] = Service{} + yyv4757[yyj4757] = Service{} } else { - yyv4731 := &yyv4729[yyj4729] - yyv4731.CodecDecodeSelf(d) + yyv4759 := &yyv4757[yyj4757] + yyv4759.CodecDecodeSelf(d) } } } } else { - yyj4729 := 0 - for ; !r.CheckBreak(); yyj4729++ { + yyj4757 := 0 + for ; !r.CheckBreak(); yyj4757++ { - if yyj4729 >= len(yyv4729) { - yyv4729 = append(yyv4729, Service{}) // var yyz4729 Service - yyc4729 = true + if yyj4757 >= len(yyv4757) { + yyv4757 = append(yyv4757, Service{}) // var yyz4757 Service + yyc4757 = true } - yyh4729.ElemContainerState(yyj4729) - if yyj4729 < len(yyv4729) { + yyh4757.ElemContainerState(yyj4757) + if yyj4757 < len(yyv4757) { if r.TryDecodeAsNil() { - yyv4729[yyj4729] = Service{} + yyv4757[yyj4757] = Service{} } else { - yyv4732 := &yyv4729[yyj4729] - yyv4732.CodecDecodeSelf(d) + yyv4760 := &yyv4757[yyj4757] + yyv4760.CodecDecodeSelf(d) } } else { @@ -59938,17 +60412,17 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { } } - if yyj4729 < len(yyv4729) { - yyv4729 = yyv4729[:yyj4729] - yyc4729 = true - } else if yyj4729 == 0 && yyv4729 == nil { - yyv4729 = []Service{} - yyc4729 = true + if yyj4757 < len(yyv4757) { + yyv4757 = yyv4757[:yyj4757] + yyc4757 = true + } else if yyj4757 == 0 && yyv4757 == nil { + yyv4757 = []Service{} + yyc4757 = true } } - yyh4729.End() - if yyc4729 { - *v = yyv4729 + yyh4757.End() + if yyc4757 { + *v = yyv4757 } } @@ -59957,10 +60431,10 @@ func (x codecSelfer1234) encSliceObjectReference(v []ObjectReference, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4733 := range v { + for _, yyv4761 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4734 := &yyv4733 - yy4734.CodecEncodeSelf(e) + yy4762 := &yyv4761 + yy4762.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59970,83 +60444,83 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4735 := *v - yyh4735, yyl4735 := z.DecSliceHelperStart() - var yyc4735 bool - if yyl4735 == 0 { - if yyv4735 == nil { - yyv4735 = []ObjectReference{} - yyc4735 = true - } else if len(yyv4735) != 0 { - yyv4735 = yyv4735[:0] - yyc4735 = true + yyv4763 := *v + yyh4763, yyl4763 := z.DecSliceHelperStart() + var yyc4763 bool + if yyl4763 == 0 { + if yyv4763 == nil { + yyv4763 = []ObjectReference{} + yyc4763 = true + } else if len(yyv4763) != 0 { + yyv4763 = yyv4763[:0] + yyc4763 = true } - } else if yyl4735 > 0 { - var yyrr4735, yyrl4735 int - var yyrt4735 bool - if yyl4735 > cap(yyv4735) { + } else if yyl4763 > 0 { + var yyrr4763, yyrl4763 int + var yyrt4763 bool + if yyl4763 > cap(yyv4763) { - yyrg4735 := len(yyv4735) > 0 - yyv24735 := yyv4735 - yyrl4735, yyrt4735 = z.DecInferLen(yyl4735, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4735 { - if yyrl4735 <= cap(yyv4735) { - yyv4735 = yyv4735[:yyrl4735] + yyrg4763 := len(yyv4763) > 0 + yyv24763 := yyv4763 + yyrl4763, yyrt4763 = z.DecInferLen(yyl4763, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4763 { + if yyrl4763 <= cap(yyv4763) { + yyv4763 = yyv4763[:yyrl4763] } else { - yyv4735 = make([]ObjectReference, yyrl4735) + yyv4763 = make([]ObjectReference, yyrl4763) } } else { - yyv4735 = make([]ObjectReference, yyrl4735) + yyv4763 = make([]ObjectReference, yyrl4763) } - yyc4735 = true - yyrr4735 = len(yyv4735) - if yyrg4735 { - copy(yyv4735, yyv24735) + yyc4763 = true + yyrr4763 = len(yyv4763) + if yyrg4763 { + copy(yyv4763, yyv24763) } - } else if yyl4735 != len(yyv4735) { - yyv4735 = yyv4735[:yyl4735] - yyc4735 = true + } else if yyl4763 != len(yyv4763) { + yyv4763 = yyv4763[:yyl4763] + yyc4763 = true } - yyj4735 := 0 - for ; yyj4735 < yyrr4735; yyj4735++ { - yyh4735.ElemContainerState(yyj4735) + yyj4763 := 0 + for ; yyj4763 < yyrr4763; yyj4763++ { + yyh4763.ElemContainerState(yyj4763) if r.TryDecodeAsNil() { - yyv4735[yyj4735] = ObjectReference{} + yyv4763[yyj4763] = ObjectReference{} } else { - yyv4736 := &yyv4735[yyj4735] - yyv4736.CodecDecodeSelf(d) + yyv4764 := &yyv4763[yyj4763] + yyv4764.CodecDecodeSelf(d) } } - if yyrt4735 { - for ; yyj4735 < yyl4735; yyj4735++ { - yyv4735 = append(yyv4735, ObjectReference{}) - yyh4735.ElemContainerState(yyj4735) + if yyrt4763 { + for ; yyj4763 < yyl4763; yyj4763++ { + yyv4763 = append(yyv4763, ObjectReference{}) + yyh4763.ElemContainerState(yyj4763) if r.TryDecodeAsNil() { - yyv4735[yyj4735] = ObjectReference{} + yyv4763[yyj4763] = ObjectReference{} } else { - yyv4737 := &yyv4735[yyj4735] - yyv4737.CodecDecodeSelf(d) + yyv4765 := &yyv4763[yyj4763] + yyv4765.CodecDecodeSelf(d) } } } } else { - yyj4735 := 0 - for ; !r.CheckBreak(); yyj4735++ { + yyj4763 := 0 + for ; !r.CheckBreak(); yyj4763++ { - if yyj4735 >= len(yyv4735) { - yyv4735 = append(yyv4735, ObjectReference{}) // var yyz4735 ObjectReference - yyc4735 = true + if yyj4763 >= len(yyv4763) { + yyv4763 = append(yyv4763, ObjectReference{}) // var yyz4763 ObjectReference + yyc4763 = true } - yyh4735.ElemContainerState(yyj4735) - if yyj4735 < len(yyv4735) { + yyh4763.ElemContainerState(yyj4763) + if yyj4763 < len(yyv4763) { if r.TryDecodeAsNil() { - yyv4735[yyj4735] = ObjectReference{} + yyv4763[yyj4763] = ObjectReference{} } else { - yyv4738 := &yyv4735[yyj4735] - yyv4738.CodecDecodeSelf(d) + yyv4766 := &yyv4763[yyj4763] + yyv4766.CodecDecodeSelf(d) } } else { @@ -60054,17 +60528,17 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 } } - if yyj4735 < len(yyv4735) { - yyv4735 = yyv4735[:yyj4735] - yyc4735 = true - } else if yyj4735 == 0 && yyv4735 == nil { - yyv4735 = []ObjectReference{} - yyc4735 = true + if yyj4763 < len(yyv4763) { + yyv4763 = yyv4763[:yyj4763] + yyc4763 = true + } else if yyj4763 == 0 && yyv4763 == nil { + yyv4763 = []ObjectReference{} + yyc4763 = true } } - yyh4735.End() - if yyc4735 { - *v = yyv4735 + yyh4763.End() + if yyc4763 { + *v = yyv4763 } } @@ -60073,10 +60547,10 @@ func (x codecSelfer1234) encSliceServiceAccount(v []ServiceAccount, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4739 := range v { + for _, yyv4767 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4740 := &yyv4739 - yy4740.CodecEncodeSelf(e) + yy4768 := &yyv4767 + yy4768.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60086,83 +60560,83 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4741 := *v - yyh4741, yyl4741 := z.DecSliceHelperStart() - var yyc4741 bool - if yyl4741 == 0 { - if yyv4741 == nil { - yyv4741 = []ServiceAccount{} - yyc4741 = true - } else if len(yyv4741) != 0 { - yyv4741 = yyv4741[:0] - yyc4741 = true + yyv4769 := *v + yyh4769, yyl4769 := z.DecSliceHelperStart() + var yyc4769 bool + if yyl4769 == 0 { + if yyv4769 == nil { + yyv4769 = []ServiceAccount{} + yyc4769 = true + } else if len(yyv4769) != 0 { + yyv4769 = yyv4769[:0] + yyc4769 = true } - } else if yyl4741 > 0 { - var yyrr4741, yyrl4741 int - var yyrt4741 bool - if yyl4741 > cap(yyv4741) { + } else if yyl4769 > 0 { + var yyrr4769, yyrl4769 int + var yyrt4769 bool + if yyl4769 > cap(yyv4769) { - yyrg4741 := len(yyv4741) > 0 - yyv24741 := yyv4741 - yyrl4741, yyrt4741 = z.DecInferLen(yyl4741, z.DecBasicHandle().MaxInitLen, 304) - if yyrt4741 { - if yyrl4741 <= cap(yyv4741) { - yyv4741 = yyv4741[:yyrl4741] + yyrg4769 := len(yyv4769) > 0 + yyv24769 := yyv4769 + yyrl4769, yyrt4769 = z.DecInferLen(yyl4769, z.DecBasicHandle().MaxInitLen, 304) + if yyrt4769 { + if yyrl4769 <= cap(yyv4769) { + yyv4769 = yyv4769[:yyrl4769] } else { - yyv4741 = make([]ServiceAccount, yyrl4741) + yyv4769 = make([]ServiceAccount, yyrl4769) } } else { - yyv4741 = make([]ServiceAccount, yyrl4741) + yyv4769 = make([]ServiceAccount, yyrl4769) } - yyc4741 = true - yyrr4741 = len(yyv4741) - if yyrg4741 { - copy(yyv4741, yyv24741) + yyc4769 = true + yyrr4769 = len(yyv4769) + if yyrg4769 { + copy(yyv4769, yyv24769) } - } else if yyl4741 != len(yyv4741) { - yyv4741 = yyv4741[:yyl4741] - yyc4741 = true + } else if yyl4769 != len(yyv4769) { + yyv4769 = yyv4769[:yyl4769] + yyc4769 = true } - yyj4741 := 0 - for ; yyj4741 < yyrr4741; yyj4741++ { - yyh4741.ElemContainerState(yyj4741) + yyj4769 := 0 + for ; yyj4769 < yyrr4769; yyj4769++ { + yyh4769.ElemContainerState(yyj4769) if r.TryDecodeAsNil() { - yyv4741[yyj4741] = ServiceAccount{} + yyv4769[yyj4769] = ServiceAccount{} } else { - yyv4742 := &yyv4741[yyj4741] - yyv4742.CodecDecodeSelf(d) + yyv4770 := &yyv4769[yyj4769] + yyv4770.CodecDecodeSelf(d) } } - if yyrt4741 { - for ; yyj4741 < yyl4741; yyj4741++ { - yyv4741 = append(yyv4741, ServiceAccount{}) - yyh4741.ElemContainerState(yyj4741) + if yyrt4769 { + for ; yyj4769 < yyl4769; yyj4769++ { + yyv4769 = append(yyv4769, ServiceAccount{}) + yyh4769.ElemContainerState(yyj4769) if r.TryDecodeAsNil() { - yyv4741[yyj4741] = ServiceAccount{} + yyv4769[yyj4769] = ServiceAccount{} } else { - yyv4743 := &yyv4741[yyj4741] - yyv4743.CodecDecodeSelf(d) + yyv4771 := &yyv4769[yyj4769] + yyv4771.CodecDecodeSelf(d) } } } } else { - yyj4741 := 0 - for ; !r.CheckBreak(); yyj4741++ { + yyj4769 := 0 + for ; !r.CheckBreak(); yyj4769++ { - if yyj4741 >= len(yyv4741) { - yyv4741 = append(yyv4741, ServiceAccount{}) // var yyz4741 ServiceAccount - yyc4741 = true + if yyj4769 >= len(yyv4769) { + yyv4769 = append(yyv4769, ServiceAccount{}) // var yyz4769 ServiceAccount + yyc4769 = true } - yyh4741.ElemContainerState(yyj4741) - if yyj4741 < len(yyv4741) { + yyh4769.ElemContainerState(yyj4769) + if yyj4769 < len(yyv4769) { if r.TryDecodeAsNil() { - yyv4741[yyj4741] = ServiceAccount{} + yyv4769[yyj4769] = ServiceAccount{} } else { - yyv4744 := &yyv4741[yyj4741] - yyv4744.CodecDecodeSelf(d) + yyv4772 := &yyv4769[yyj4769] + yyv4772.CodecDecodeSelf(d) } } else { @@ -60170,17 +60644,17 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 } } - if yyj4741 < len(yyv4741) { - yyv4741 = yyv4741[:yyj4741] - yyc4741 = true - } else if yyj4741 == 0 && yyv4741 == nil { - yyv4741 = []ServiceAccount{} - yyc4741 = true + if yyj4769 < len(yyv4769) { + yyv4769 = yyv4769[:yyj4769] + yyc4769 = true + } else if yyj4769 == 0 && yyv4769 == nil { + yyv4769 = []ServiceAccount{} + yyc4769 = true } } - yyh4741.End() - if yyc4741 { - *v = yyv4741 + yyh4769.End() + if yyc4769 { + *v = yyv4769 } } @@ -60189,10 +60663,10 @@ func (x codecSelfer1234) encSliceEndpointSubset(v []EndpointSubset, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4745 := range v { + for _, yyv4773 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4746 := &yyv4745 - yy4746.CodecEncodeSelf(e) + yy4774 := &yyv4773 + yy4774.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60202,83 +60676,83 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4747 := *v - yyh4747, yyl4747 := z.DecSliceHelperStart() - var yyc4747 bool - if yyl4747 == 0 { - if yyv4747 == nil { - yyv4747 = []EndpointSubset{} - yyc4747 = true - } else if len(yyv4747) != 0 { - yyv4747 = yyv4747[:0] - yyc4747 = true + yyv4775 := *v + yyh4775, yyl4775 := z.DecSliceHelperStart() + var yyc4775 bool + if yyl4775 == 0 { + if yyv4775 == nil { + yyv4775 = []EndpointSubset{} + yyc4775 = true + } else if len(yyv4775) != 0 { + yyv4775 = yyv4775[:0] + yyc4775 = true } - } else if yyl4747 > 0 { - var yyrr4747, yyrl4747 int - var yyrt4747 bool - if yyl4747 > cap(yyv4747) { + } else if yyl4775 > 0 { + var yyrr4775, yyrl4775 int + var yyrt4775 bool + if yyl4775 > cap(yyv4775) { - yyrg4747 := len(yyv4747) > 0 - yyv24747 := yyv4747 - yyrl4747, yyrt4747 = z.DecInferLen(yyl4747, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4747 { - if yyrl4747 <= cap(yyv4747) { - yyv4747 = yyv4747[:yyrl4747] + yyrg4775 := len(yyv4775) > 0 + yyv24775 := yyv4775 + yyrl4775, yyrt4775 = z.DecInferLen(yyl4775, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4775 { + if yyrl4775 <= cap(yyv4775) { + yyv4775 = yyv4775[:yyrl4775] } else { - yyv4747 = make([]EndpointSubset, yyrl4747) + yyv4775 = make([]EndpointSubset, yyrl4775) } } else { - yyv4747 = make([]EndpointSubset, yyrl4747) + yyv4775 = make([]EndpointSubset, yyrl4775) } - yyc4747 = true - yyrr4747 = len(yyv4747) - if yyrg4747 { - copy(yyv4747, yyv24747) + yyc4775 = true + yyrr4775 = len(yyv4775) + if yyrg4775 { + copy(yyv4775, yyv24775) } - } else if yyl4747 != len(yyv4747) { - yyv4747 = yyv4747[:yyl4747] - yyc4747 = true + } else if yyl4775 != len(yyv4775) { + yyv4775 = yyv4775[:yyl4775] + yyc4775 = true } - yyj4747 := 0 - for ; yyj4747 < yyrr4747; yyj4747++ { - yyh4747.ElemContainerState(yyj4747) + yyj4775 := 0 + for ; yyj4775 < yyrr4775; yyj4775++ { + yyh4775.ElemContainerState(yyj4775) if r.TryDecodeAsNil() { - yyv4747[yyj4747] = EndpointSubset{} + yyv4775[yyj4775] = EndpointSubset{} } else { - yyv4748 := &yyv4747[yyj4747] - yyv4748.CodecDecodeSelf(d) + yyv4776 := &yyv4775[yyj4775] + yyv4776.CodecDecodeSelf(d) } } - if yyrt4747 { - for ; yyj4747 < yyl4747; yyj4747++ { - yyv4747 = append(yyv4747, EndpointSubset{}) - yyh4747.ElemContainerState(yyj4747) + if yyrt4775 { + for ; yyj4775 < yyl4775; yyj4775++ { + yyv4775 = append(yyv4775, EndpointSubset{}) + yyh4775.ElemContainerState(yyj4775) if r.TryDecodeAsNil() { - yyv4747[yyj4747] = EndpointSubset{} + yyv4775[yyj4775] = EndpointSubset{} } else { - yyv4749 := &yyv4747[yyj4747] - yyv4749.CodecDecodeSelf(d) + yyv4777 := &yyv4775[yyj4775] + yyv4777.CodecDecodeSelf(d) } } } } else { - yyj4747 := 0 - for ; !r.CheckBreak(); yyj4747++ { + yyj4775 := 0 + for ; !r.CheckBreak(); yyj4775++ { - if yyj4747 >= len(yyv4747) { - yyv4747 = append(yyv4747, EndpointSubset{}) // var yyz4747 EndpointSubset - yyc4747 = true + if yyj4775 >= len(yyv4775) { + yyv4775 = append(yyv4775, EndpointSubset{}) // var yyz4775 EndpointSubset + yyc4775 = true } - yyh4747.ElemContainerState(yyj4747) - if yyj4747 < len(yyv4747) { + yyh4775.ElemContainerState(yyj4775) + if yyj4775 < len(yyv4775) { if r.TryDecodeAsNil() { - yyv4747[yyj4747] = EndpointSubset{} + yyv4775[yyj4775] = EndpointSubset{} } else { - yyv4750 := &yyv4747[yyj4747] - yyv4750.CodecDecodeSelf(d) + yyv4778 := &yyv4775[yyj4775] + yyv4778.CodecDecodeSelf(d) } } else { @@ -60286,17 +60760,17 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 } } - if yyj4747 < len(yyv4747) { - yyv4747 = yyv4747[:yyj4747] - yyc4747 = true - } else if yyj4747 == 0 && yyv4747 == nil { - yyv4747 = []EndpointSubset{} - yyc4747 = true + if yyj4775 < len(yyv4775) { + yyv4775 = yyv4775[:yyj4775] + yyc4775 = true + } else if yyj4775 == 0 && yyv4775 == nil { + yyv4775 = []EndpointSubset{} + yyc4775 = true } } - yyh4747.End() - if yyc4747 { - *v = yyv4747 + yyh4775.End() + if yyc4775 { + *v = yyv4775 } } @@ -60305,10 +60779,10 @@ func (x codecSelfer1234) encSliceEndpointAddress(v []EndpointAddress, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4751 := range v { + for _, yyv4779 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4752 := &yyv4751 - yy4752.CodecEncodeSelf(e) + yy4780 := &yyv4779 + yy4780.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60318,83 +60792,83 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4753 := *v - yyh4753, yyl4753 := z.DecSliceHelperStart() - var yyc4753 bool - if yyl4753 == 0 { - if yyv4753 == nil { - yyv4753 = []EndpointAddress{} - yyc4753 = true - } else if len(yyv4753) != 0 { - yyv4753 = yyv4753[:0] - yyc4753 = true + yyv4781 := *v + yyh4781, yyl4781 := z.DecSliceHelperStart() + var yyc4781 bool + if yyl4781 == 0 { + if yyv4781 == nil { + yyv4781 = []EndpointAddress{} + yyc4781 = true + } else if len(yyv4781) != 0 { + yyv4781 = yyv4781[:0] + yyc4781 = true } - } else if yyl4753 > 0 { - var yyrr4753, yyrl4753 int - var yyrt4753 bool - if yyl4753 > cap(yyv4753) { + } else if yyl4781 > 0 { + var yyrr4781, yyrl4781 int + var yyrt4781 bool + if yyl4781 > cap(yyv4781) { - yyrg4753 := len(yyv4753) > 0 - yyv24753 := yyv4753 - yyrl4753, yyrt4753 = z.DecInferLen(yyl4753, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4753 { - if yyrl4753 <= cap(yyv4753) { - yyv4753 = yyv4753[:yyrl4753] + yyrg4781 := len(yyv4781) > 0 + yyv24781 := yyv4781 + yyrl4781, yyrt4781 = z.DecInferLen(yyl4781, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4781 { + if yyrl4781 <= cap(yyv4781) { + yyv4781 = yyv4781[:yyrl4781] } else { - yyv4753 = make([]EndpointAddress, yyrl4753) + yyv4781 = make([]EndpointAddress, yyrl4781) } } else { - yyv4753 = make([]EndpointAddress, yyrl4753) + yyv4781 = make([]EndpointAddress, yyrl4781) } - yyc4753 = true - yyrr4753 = len(yyv4753) - if yyrg4753 { - copy(yyv4753, yyv24753) + yyc4781 = true + yyrr4781 = len(yyv4781) + if yyrg4781 { + copy(yyv4781, yyv24781) } - } else if yyl4753 != len(yyv4753) { - yyv4753 = yyv4753[:yyl4753] - yyc4753 = true + } else if yyl4781 != len(yyv4781) { + yyv4781 = yyv4781[:yyl4781] + yyc4781 = true } - yyj4753 := 0 - for ; yyj4753 < yyrr4753; yyj4753++ { - yyh4753.ElemContainerState(yyj4753) + yyj4781 := 0 + for ; yyj4781 < yyrr4781; yyj4781++ { + yyh4781.ElemContainerState(yyj4781) if r.TryDecodeAsNil() { - yyv4753[yyj4753] = EndpointAddress{} + yyv4781[yyj4781] = EndpointAddress{} } else { - yyv4754 := &yyv4753[yyj4753] - yyv4754.CodecDecodeSelf(d) + yyv4782 := &yyv4781[yyj4781] + yyv4782.CodecDecodeSelf(d) } } - if yyrt4753 { - for ; yyj4753 < yyl4753; yyj4753++ { - yyv4753 = append(yyv4753, EndpointAddress{}) - yyh4753.ElemContainerState(yyj4753) + if yyrt4781 { + for ; yyj4781 < yyl4781; yyj4781++ { + yyv4781 = append(yyv4781, EndpointAddress{}) + yyh4781.ElemContainerState(yyj4781) if r.TryDecodeAsNil() { - yyv4753[yyj4753] = EndpointAddress{} + yyv4781[yyj4781] = EndpointAddress{} } else { - yyv4755 := &yyv4753[yyj4753] - yyv4755.CodecDecodeSelf(d) + yyv4783 := &yyv4781[yyj4781] + yyv4783.CodecDecodeSelf(d) } } } } else { - yyj4753 := 0 - for ; !r.CheckBreak(); yyj4753++ { + yyj4781 := 0 + for ; !r.CheckBreak(); yyj4781++ { - if yyj4753 >= len(yyv4753) { - yyv4753 = append(yyv4753, EndpointAddress{}) // var yyz4753 EndpointAddress - yyc4753 = true + if yyj4781 >= len(yyv4781) { + yyv4781 = append(yyv4781, EndpointAddress{}) // var yyz4781 EndpointAddress + yyc4781 = true } - yyh4753.ElemContainerState(yyj4753) - if yyj4753 < len(yyv4753) { + yyh4781.ElemContainerState(yyj4781) + if yyj4781 < len(yyv4781) { if r.TryDecodeAsNil() { - yyv4753[yyj4753] = EndpointAddress{} + yyv4781[yyj4781] = EndpointAddress{} } else { - yyv4756 := &yyv4753[yyj4753] - yyv4756.CodecDecodeSelf(d) + yyv4784 := &yyv4781[yyj4781] + yyv4784.CodecDecodeSelf(d) } } else { @@ -60402,17 +60876,17 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 } } - if yyj4753 < len(yyv4753) { - yyv4753 = yyv4753[:yyj4753] - yyc4753 = true - } else if yyj4753 == 0 && yyv4753 == nil { - yyv4753 = []EndpointAddress{} - yyc4753 = true + if yyj4781 < len(yyv4781) { + yyv4781 = yyv4781[:yyj4781] + yyc4781 = true + } else if yyj4781 == 0 && yyv4781 == nil { + yyv4781 = []EndpointAddress{} + yyc4781 = true } } - yyh4753.End() - if yyc4753 { - *v = yyv4753 + yyh4781.End() + if yyc4781 { + *v = yyv4781 } } @@ -60421,10 +60895,10 @@ func (x codecSelfer1234) encSliceEndpointPort(v []EndpointPort, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4757 := range v { + for _, yyv4785 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4758 := &yyv4757 - yy4758.CodecEncodeSelf(e) + yy4786 := &yyv4785 + yy4786.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60434,83 +60908,83 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4759 := *v - yyh4759, yyl4759 := z.DecSliceHelperStart() - var yyc4759 bool - if yyl4759 == 0 { - if yyv4759 == nil { - yyv4759 = []EndpointPort{} - yyc4759 = true - } else if len(yyv4759) != 0 { - yyv4759 = yyv4759[:0] - yyc4759 = true + yyv4787 := *v + yyh4787, yyl4787 := z.DecSliceHelperStart() + var yyc4787 bool + if yyl4787 == 0 { + if yyv4787 == nil { + yyv4787 = []EndpointPort{} + yyc4787 = true + } else if len(yyv4787) != 0 { + yyv4787 = yyv4787[:0] + yyc4787 = true } - } else if yyl4759 > 0 { - var yyrr4759, yyrl4759 int - var yyrt4759 bool - if yyl4759 > cap(yyv4759) { + } else if yyl4787 > 0 { + var yyrr4787, yyrl4787 int + var yyrt4787 bool + if yyl4787 > cap(yyv4787) { - yyrg4759 := len(yyv4759) > 0 - yyv24759 := yyv4759 - yyrl4759, yyrt4759 = z.DecInferLen(yyl4759, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4759 { - if yyrl4759 <= cap(yyv4759) { - yyv4759 = yyv4759[:yyrl4759] + yyrg4787 := len(yyv4787) > 0 + yyv24787 := yyv4787 + yyrl4787, yyrt4787 = z.DecInferLen(yyl4787, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4787 { + if yyrl4787 <= cap(yyv4787) { + yyv4787 = yyv4787[:yyrl4787] } else { - yyv4759 = make([]EndpointPort, yyrl4759) + yyv4787 = make([]EndpointPort, yyrl4787) } } else { - yyv4759 = make([]EndpointPort, yyrl4759) + yyv4787 = make([]EndpointPort, yyrl4787) } - yyc4759 = true - yyrr4759 = len(yyv4759) - if yyrg4759 { - copy(yyv4759, yyv24759) + yyc4787 = true + yyrr4787 = len(yyv4787) + if yyrg4787 { + copy(yyv4787, yyv24787) } - } else if yyl4759 != len(yyv4759) { - yyv4759 = yyv4759[:yyl4759] - yyc4759 = true + } else if yyl4787 != len(yyv4787) { + yyv4787 = yyv4787[:yyl4787] + yyc4787 = true } - yyj4759 := 0 - for ; yyj4759 < yyrr4759; yyj4759++ { - yyh4759.ElemContainerState(yyj4759) + yyj4787 := 0 + for ; yyj4787 < yyrr4787; yyj4787++ { + yyh4787.ElemContainerState(yyj4787) if r.TryDecodeAsNil() { - yyv4759[yyj4759] = EndpointPort{} + yyv4787[yyj4787] = EndpointPort{} } else { - yyv4760 := &yyv4759[yyj4759] - yyv4760.CodecDecodeSelf(d) + yyv4788 := &yyv4787[yyj4787] + yyv4788.CodecDecodeSelf(d) } } - if yyrt4759 { - for ; yyj4759 < yyl4759; yyj4759++ { - yyv4759 = append(yyv4759, EndpointPort{}) - yyh4759.ElemContainerState(yyj4759) + if yyrt4787 { + for ; yyj4787 < yyl4787; yyj4787++ { + yyv4787 = append(yyv4787, EndpointPort{}) + yyh4787.ElemContainerState(yyj4787) if r.TryDecodeAsNil() { - yyv4759[yyj4759] = EndpointPort{} + yyv4787[yyj4787] = EndpointPort{} } else { - yyv4761 := &yyv4759[yyj4759] - yyv4761.CodecDecodeSelf(d) + yyv4789 := &yyv4787[yyj4787] + yyv4789.CodecDecodeSelf(d) } } } } else { - yyj4759 := 0 - for ; !r.CheckBreak(); yyj4759++ { + yyj4787 := 0 + for ; !r.CheckBreak(); yyj4787++ { - if yyj4759 >= len(yyv4759) { - yyv4759 = append(yyv4759, EndpointPort{}) // var yyz4759 EndpointPort - yyc4759 = true + if yyj4787 >= len(yyv4787) { + yyv4787 = append(yyv4787, EndpointPort{}) // var yyz4787 EndpointPort + yyc4787 = true } - yyh4759.ElemContainerState(yyj4759) - if yyj4759 < len(yyv4759) { + yyh4787.ElemContainerState(yyj4787) + if yyj4787 < len(yyv4787) { if r.TryDecodeAsNil() { - yyv4759[yyj4759] = EndpointPort{} + yyv4787[yyj4787] = EndpointPort{} } else { - yyv4762 := &yyv4759[yyj4759] - yyv4762.CodecDecodeSelf(d) + yyv4790 := &yyv4787[yyj4787] + yyv4790.CodecDecodeSelf(d) } } else { @@ -60518,17 +60992,17 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De } } - if yyj4759 < len(yyv4759) { - yyv4759 = yyv4759[:yyj4759] - yyc4759 = true - } else if yyj4759 == 0 && yyv4759 == nil { - yyv4759 = []EndpointPort{} - yyc4759 = true + if yyj4787 < len(yyv4787) { + yyv4787 = yyv4787[:yyj4787] + yyc4787 = true + } else if yyj4787 == 0 && yyv4787 == nil { + yyv4787 = []EndpointPort{} + yyc4787 = true } } - yyh4759.End() - if yyc4759 { - *v = yyv4759 + yyh4787.End() + if yyc4787 { + *v = yyv4787 } } @@ -60537,10 +61011,10 @@ func (x codecSelfer1234) encSliceEndpoints(v []Endpoints, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4763 := range v { + for _, yyv4791 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4764 := &yyv4763 - yy4764.CodecEncodeSelf(e) + yy4792 := &yyv4791 + yy4792.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60550,83 +61024,83 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4765 := *v - yyh4765, yyl4765 := z.DecSliceHelperStart() - var yyc4765 bool - if yyl4765 == 0 { - if yyv4765 == nil { - yyv4765 = []Endpoints{} - yyc4765 = true - } else if len(yyv4765) != 0 { - yyv4765 = yyv4765[:0] - yyc4765 = true + yyv4793 := *v + yyh4793, yyl4793 := z.DecSliceHelperStart() + var yyc4793 bool + if yyl4793 == 0 { + if yyv4793 == nil { + yyv4793 = []Endpoints{} + yyc4793 = true + } else if len(yyv4793) != 0 { + yyv4793 = yyv4793[:0] + yyc4793 = true } - } else if yyl4765 > 0 { - var yyrr4765, yyrl4765 int - var yyrt4765 bool - if yyl4765 > cap(yyv4765) { + } else if yyl4793 > 0 { + var yyrr4793, yyrl4793 int + var yyrt4793 bool + if yyl4793 > cap(yyv4793) { - yyrg4765 := len(yyv4765) > 0 - yyv24765 := yyv4765 - yyrl4765, yyrt4765 = z.DecInferLen(yyl4765, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4765 { - if yyrl4765 <= cap(yyv4765) { - yyv4765 = yyv4765[:yyrl4765] + yyrg4793 := len(yyv4793) > 0 + yyv24793 := yyv4793 + yyrl4793, yyrt4793 = z.DecInferLen(yyl4793, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4793 { + if yyrl4793 <= cap(yyv4793) { + yyv4793 = yyv4793[:yyrl4793] } else { - yyv4765 = make([]Endpoints, yyrl4765) + yyv4793 = make([]Endpoints, yyrl4793) } } else { - yyv4765 = make([]Endpoints, yyrl4765) + yyv4793 = make([]Endpoints, yyrl4793) } - yyc4765 = true - yyrr4765 = len(yyv4765) - if yyrg4765 { - copy(yyv4765, yyv24765) + yyc4793 = true + yyrr4793 = len(yyv4793) + if yyrg4793 { + copy(yyv4793, yyv24793) } - } else if yyl4765 != len(yyv4765) { - yyv4765 = yyv4765[:yyl4765] - yyc4765 = true + } else if yyl4793 != len(yyv4793) { + yyv4793 = yyv4793[:yyl4793] + yyc4793 = true } - yyj4765 := 0 - for ; yyj4765 < yyrr4765; yyj4765++ { - yyh4765.ElemContainerState(yyj4765) + yyj4793 := 0 + for ; yyj4793 < yyrr4793; yyj4793++ { + yyh4793.ElemContainerState(yyj4793) if r.TryDecodeAsNil() { - yyv4765[yyj4765] = Endpoints{} + yyv4793[yyj4793] = Endpoints{} } else { - yyv4766 := &yyv4765[yyj4765] - yyv4766.CodecDecodeSelf(d) + yyv4794 := &yyv4793[yyj4793] + yyv4794.CodecDecodeSelf(d) } } - if yyrt4765 { - for ; yyj4765 < yyl4765; yyj4765++ { - yyv4765 = append(yyv4765, Endpoints{}) - yyh4765.ElemContainerState(yyj4765) + if yyrt4793 { + for ; yyj4793 < yyl4793; yyj4793++ { + yyv4793 = append(yyv4793, Endpoints{}) + yyh4793.ElemContainerState(yyj4793) if r.TryDecodeAsNil() { - yyv4765[yyj4765] = Endpoints{} + yyv4793[yyj4793] = Endpoints{} } else { - yyv4767 := &yyv4765[yyj4765] - yyv4767.CodecDecodeSelf(d) + yyv4795 := &yyv4793[yyj4793] + yyv4795.CodecDecodeSelf(d) } } } } else { - yyj4765 := 0 - for ; !r.CheckBreak(); yyj4765++ { + yyj4793 := 0 + for ; !r.CheckBreak(); yyj4793++ { - if yyj4765 >= len(yyv4765) { - yyv4765 = append(yyv4765, Endpoints{}) // var yyz4765 Endpoints - yyc4765 = true + if yyj4793 >= len(yyv4793) { + yyv4793 = append(yyv4793, Endpoints{}) // var yyz4793 Endpoints + yyc4793 = true } - yyh4765.ElemContainerState(yyj4765) - if yyj4765 < len(yyv4765) { + yyh4793.ElemContainerState(yyj4793) + if yyj4793 < len(yyv4793) { if r.TryDecodeAsNil() { - yyv4765[yyj4765] = Endpoints{} + yyv4793[yyj4793] = Endpoints{} } else { - yyv4768 := &yyv4765[yyj4765] - yyv4768.CodecDecodeSelf(d) + yyv4796 := &yyv4793[yyj4793] + yyv4796.CodecDecodeSelf(d) } } else { @@ -60634,17 +61108,17 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) } } - if yyj4765 < len(yyv4765) { - yyv4765 = yyv4765[:yyj4765] - yyc4765 = true - } else if yyj4765 == 0 && yyv4765 == nil { - yyv4765 = []Endpoints{} - yyc4765 = true + if yyj4793 < len(yyv4793) { + yyv4793 = yyv4793[:yyj4793] + yyc4793 = true + } else if yyj4793 == 0 && yyv4793 == nil { + yyv4793 = []Endpoints{} + yyc4793 = true } } - yyh4765.End() - if yyc4765 { - *v = yyv4765 + yyh4793.End() + if yyc4793 { + *v = yyv4793 } } @@ -60653,10 +61127,10 @@ func (x codecSelfer1234) encSliceNodeCondition(v []NodeCondition, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4769 := range v { + for _, yyv4797 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4770 := &yyv4769 - yy4770.CodecEncodeSelf(e) + yy4798 := &yyv4797 + yy4798.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60666,83 +61140,83 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4771 := *v - yyh4771, yyl4771 := z.DecSliceHelperStart() - var yyc4771 bool - if yyl4771 == 0 { - if yyv4771 == nil { - yyv4771 = []NodeCondition{} - yyc4771 = true - } else if len(yyv4771) != 0 { - yyv4771 = yyv4771[:0] - yyc4771 = true + yyv4799 := *v + yyh4799, yyl4799 := z.DecSliceHelperStart() + var yyc4799 bool + if yyl4799 == 0 { + if yyv4799 == nil { + yyv4799 = []NodeCondition{} + yyc4799 = true + } else if len(yyv4799) != 0 { + yyv4799 = yyv4799[:0] + yyc4799 = true } - } else if yyl4771 > 0 { - var yyrr4771, yyrl4771 int - var yyrt4771 bool - if yyl4771 > cap(yyv4771) { + } else if yyl4799 > 0 { + var yyrr4799, yyrl4799 int + var yyrt4799 bool + if yyl4799 > cap(yyv4799) { - yyrg4771 := len(yyv4771) > 0 - yyv24771 := yyv4771 - yyrl4771, yyrt4771 = z.DecInferLen(yyl4771, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4771 { - if yyrl4771 <= cap(yyv4771) { - yyv4771 = yyv4771[:yyrl4771] + yyrg4799 := len(yyv4799) > 0 + yyv24799 := yyv4799 + yyrl4799, yyrt4799 = z.DecInferLen(yyl4799, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4799 { + if yyrl4799 <= cap(yyv4799) { + yyv4799 = yyv4799[:yyrl4799] } else { - yyv4771 = make([]NodeCondition, yyrl4771) + yyv4799 = make([]NodeCondition, yyrl4799) } } else { - yyv4771 = make([]NodeCondition, yyrl4771) + yyv4799 = make([]NodeCondition, yyrl4799) } - yyc4771 = true - yyrr4771 = len(yyv4771) - if yyrg4771 { - copy(yyv4771, yyv24771) + yyc4799 = true + yyrr4799 = len(yyv4799) + if yyrg4799 { + copy(yyv4799, yyv24799) } - } else if yyl4771 != len(yyv4771) { - yyv4771 = yyv4771[:yyl4771] - yyc4771 = true + } else if yyl4799 != len(yyv4799) { + yyv4799 = yyv4799[:yyl4799] + yyc4799 = true } - yyj4771 := 0 - for ; yyj4771 < yyrr4771; yyj4771++ { - yyh4771.ElemContainerState(yyj4771) + yyj4799 := 0 + for ; yyj4799 < yyrr4799; yyj4799++ { + yyh4799.ElemContainerState(yyj4799) if r.TryDecodeAsNil() { - yyv4771[yyj4771] = NodeCondition{} + yyv4799[yyj4799] = NodeCondition{} } else { - yyv4772 := &yyv4771[yyj4771] - yyv4772.CodecDecodeSelf(d) + yyv4800 := &yyv4799[yyj4799] + yyv4800.CodecDecodeSelf(d) } } - if yyrt4771 { - for ; yyj4771 < yyl4771; yyj4771++ { - yyv4771 = append(yyv4771, NodeCondition{}) - yyh4771.ElemContainerState(yyj4771) + if yyrt4799 { + for ; yyj4799 < yyl4799; yyj4799++ { + yyv4799 = append(yyv4799, NodeCondition{}) + yyh4799.ElemContainerState(yyj4799) if r.TryDecodeAsNil() { - yyv4771[yyj4771] = NodeCondition{} + yyv4799[yyj4799] = NodeCondition{} } else { - yyv4773 := &yyv4771[yyj4771] - yyv4773.CodecDecodeSelf(d) + yyv4801 := &yyv4799[yyj4799] + yyv4801.CodecDecodeSelf(d) } } } } else { - yyj4771 := 0 - for ; !r.CheckBreak(); yyj4771++ { + yyj4799 := 0 + for ; !r.CheckBreak(); yyj4799++ { - if yyj4771 >= len(yyv4771) { - yyv4771 = append(yyv4771, NodeCondition{}) // var yyz4771 NodeCondition - yyc4771 = true + if yyj4799 >= len(yyv4799) { + yyv4799 = append(yyv4799, NodeCondition{}) // var yyz4799 NodeCondition + yyc4799 = true } - yyh4771.ElemContainerState(yyj4771) - if yyj4771 < len(yyv4771) { + yyh4799.ElemContainerState(yyj4799) + if yyj4799 < len(yyv4799) { if r.TryDecodeAsNil() { - yyv4771[yyj4771] = NodeCondition{} + yyv4799[yyj4799] = NodeCondition{} } else { - yyv4774 := &yyv4771[yyj4771] - yyv4774.CodecDecodeSelf(d) + yyv4802 := &yyv4799[yyj4799] + yyv4802.CodecDecodeSelf(d) } } else { @@ -60750,17 +61224,17 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. } } - if yyj4771 < len(yyv4771) { - yyv4771 = yyv4771[:yyj4771] - yyc4771 = true - } else if yyj4771 == 0 && yyv4771 == nil { - yyv4771 = []NodeCondition{} - yyc4771 = true + if yyj4799 < len(yyv4799) { + yyv4799 = yyv4799[:yyj4799] + yyc4799 = true + } else if yyj4799 == 0 && yyv4799 == nil { + yyv4799 = []NodeCondition{} + yyc4799 = true } } - yyh4771.End() - if yyc4771 { - *v = yyv4771 + yyh4799.End() + if yyc4799 { + *v = yyv4799 } } @@ -60769,10 +61243,10 @@ func (x codecSelfer1234) encSliceNodeAddress(v []NodeAddress, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4775 := range v { + for _, yyv4803 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4776 := &yyv4775 - yy4776.CodecEncodeSelf(e) + yy4804 := &yyv4803 + yy4804.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60782,83 +61256,83 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4777 := *v - yyh4777, yyl4777 := z.DecSliceHelperStart() - var yyc4777 bool - if yyl4777 == 0 { - if yyv4777 == nil { - yyv4777 = []NodeAddress{} - yyc4777 = true - } else if len(yyv4777) != 0 { - yyv4777 = yyv4777[:0] - yyc4777 = true + yyv4805 := *v + yyh4805, yyl4805 := z.DecSliceHelperStart() + var yyc4805 bool + if yyl4805 == 0 { + if yyv4805 == nil { + yyv4805 = []NodeAddress{} + yyc4805 = true + } else if len(yyv4805) != 0 { + yyv4805 = yyv4805[:0] + yyc4805 = true } - } else if yyl4777 > 0 { - var yyrr4777, yyrl4777 int - var yyrt4777 bool - if yyl4777 > cap(yyv4777) { + } else if yyl4805 > 0 { + var yyrr4805, yyrl4805 int + var yyrt4805 bool + if yyl4805 > cap(yyv4805) { - yyrg4777 := len(yyv4777) > 0 - yyv24777 := yyv4777 - yyrl4777, yyrt4777 = z.DecInferLen(yyl4777, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4777 { - if yyrl4777 <= cap(yyv4777) { - yyv4777 = yyv4777[:yyrl4777] + yyrg4805 := len(yyv4805) > 0 + yyv24805 := yyv4805 + yyrl4805, yyrt4805 = z.DecInferLen(yyl4805, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4805 { + if yyrl4805 <= cap(yyv4805) { + yyv4805 = yyv4805[:yyrl4805] } else { - yyv4777 = make([]NodeAddress, yyrl4777) + yyv4805 = make([]NodeAddress, yyrl4805) } } else { - yyv4777 = make([]NodeAddress, yyrl4777) + yyv4805 = make([]NodeAddress, yyrl4805) } - yyc4777 = true - yyrr4777 = len(yyv4777) - if yyrg4777 { - copy(yyv4777, yyv24777) + yyc4805 = true + yyrr4805 = len(yyv4805) + if yyrg4805 { + copy(yyv4805, yyv24805) } - } else if yyl4777 != len(yyv4777) { - yyv4777 = yyv4777[:yyl4777] - yyc4777 = true + } else if yyl4805 != len(yyv4805) { + yyv4805 = yyv4805[:yyl4805] + yyc4805 = true } - yyj4777 := 0 - for ; yyj4777 < yyrr4777; yyj4777++ { - yyh4777.ElemContainerState(yyj4777) + yyj4805 := 0 + for ; yyj4805 < yyrr4805; yyj4805++ { + yyh4805.ElemContainerState(yyj4805) if r.TryDecodeAsNil() { - yyv4777[yyj4777] = NodeAddress{} + yyv4805[yyj4805] = NodeAddress{} } else { - yyv4778 := &yyv4777[yyj4777] - yyv4778.CodecDecodeSelf(d) + yyv4806 := &yyv4805[yyj4805] + yyv4806.CodecDecodeSelf(d) } } - if yyrt4777 { - for ; yyj4777 < yyl4777; yyj4777++ { - yyv4777 = append(yyv4777, NodeAddress{}) - yyh4777.ElemContainerState(yyj4777) + if yyrt4805 { + for ; yyj4805 < yyl4805; yyj4805++ { + yyv4805 = append(yyv4805, NodeAddress{}) + yyh4805.ElemContainerState(yyj4805) if r.TryDecodeAsNil() { - yyv4777[yyj4777] = NodeAddress{} + yyv4805[yyj4805] = NodeAddress{} } else { - yyv4779 := &yyv4777[yyj4777] - yyv4779.CodecDecodeSelf(d) + yyv4807 := &yyv4805[yyj4805] + yyv4807.CodecDecodeSelf(d) } } } } else { - yyj4777 := 0 - for ; !r.CheckBreak(); yyj4777++ { + yyj4805 := 0 + for ; !r.CheckBreak(); yyj4805++ { - if yyj4777 >= len(yyv4777) { - yyv4777 = append(yyv4777, NodeAddress{}) // var yyz4777 NodeAddress - yyc4777 = true + if yyj4805 >= len(yyv4805) { + yyv4805 = append(yyv4805, NodeAddress{}) // var yyz4805 NodeAddress + yyc4805 = true } - yyh4777.ElemContainerState(yyj4777) - if yyj4777 < len(yyv4777) { + yyh4805.ElemContainerState(yyj4805) + if yyj4805 < len(yyv4805) { if r.TryDecodeAsNil() { - yyv4777[yyj4777] = NodeAddress{} + yyv4805[yyj4805] = NodeAddress{} } else { - yyv4780 := &yyv4777[yyj4777] - yyv4780.CodecDecodeSelf(d) + yyv4808 := &yyv4805[yyj4805] + yyv4808.CodecDecodeSelf(d) } } else { @@ -60866,17 +61340,17 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco } } - if yyj4777 < len(yyv4777) { - yyv4777 = yyv4777[:yyj4777] - yyc4777 = true - } else if yyj4777 == 0 && yyv4777 == nil { - yyv4777 = []NodeAddress{} - yyc4777 = true + if yyj4805 < len(yyv4805) { + yyv4805 = yyv4805[:yyj4805] + yyc4805 = true + } else if yyj4805 == 0 && yyv4805 == nil { + yyv4805 = []NodeAddress{} + yyc4805 = true } } - yyh4777.End() - if yyc4777 { - *v = yyv4777 + yyh4805.End() + if yyc4805 { + *v = yyv4805 } } @@ -60885,10 +61359,10 @@ func (x codecSelfer1234) encSliceContainerImage(v []ContainerImage, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4781 := range v { + for _, yyv4809 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4782 := &yyv4781 - yy4782.CodecEncodeSelf(e) + yy4810 := &yyv4809 + yy4810.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60898,83 +61372,83 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4783 := *v - yyh4783, yyl4783 := z.DecSliceHelperStart() - var yyc4783 bool - if yyl4783 == 0 { - if yyv4783 == nil { - yyv4783 = []ContainerImage{} - yyc4783 = true - } else if len(yyv4783) != 0 { - yyv4783 = yyv4783[:0] - yyc4783 = true + yyv4811 := *v + yyh4811, yyl4811 := z.DecSliceHelperStart() + var yyc4811 bool + if yyl4811 == 0 { + if yyv4811 == nil { + yyv4811 = []ContainerImage{} + yyc4811 = true + } else if len(yyv4811) != 0 { + yyv4811 = yyv4811[:0] + yyc4811 = true } - } else if yyl4783 > 0 { - var yyrr4783, yyrl4783 int - var yyrt4783 bool - if yyl4783 > cap(yyv4783) { + } else if yyl4811 > 0 { + var yyrr4811, yyrl4811 int + var yyrt4811 bool + if yyl4811 > cap(yyv4811) { - yyrg4783 := len(yyv4783) > 0 - yyv24783 := yyv4783 - yyrl4783, yyrt4783 = z.DecInferLen(yyl4783, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4783 { - if yyrl4783 <= cap(yyv4783) { - yyv4783 = yyv4783[:yyrl4783] + yyrg4811 := len(yyv4811) > 0 + yyv24811 := yyv4811 + yyrl4811, yyrt4811 = z.DecInferLen(yyl4811, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4811 { + if yyrl4811 <= cap(yyv4811) { + yyv4811 = yyv4811[:yyrl4811] } else { - yyv4783 = make([]ContainerImage, yyrl4783) + yyv4811 = make([]ContainerImage, yyrl4811) } } else { - yyv4783 = make([]ContainerImage, yyrl4783) + yyv4811 = make([]ContainerImage, yyrl4811) } - yyc4783 = true - yyrr4783 = len(yyv4783) - if yyrg4783 { - copy(yyv4783, yyv24783) + yyc4811 = true + yyrr4811 = len(yyv4811) + if yyrg4811 { + copy(yyv4811, yyv24811) } - } else if yyl4783 != len(yyv4783) { - yyv4783 = yyv4783[:yyl4783] - yyc4783 = true + } else if yyl4811 != len(yyv4811) { + yyv4811 = yyv4811[:yyl4811] + yyc4811 = true } - yyj4783 := 0 - for ; yyj4783 < yyrr4783; yyj4783++ { - yyh4783.ElemContainerState(yyj4783) + yyj4811 := 0 + for ; yyj4811 < yyrr4811; yyj4811++ { + yyh4811.ElemContainerState(yyj4811) if r.TryDecodeAsNil() { - yyv4783[yyj4783] = ContainerImage{} + yyv4811[yyj4811] = ContainerImage{} } else { - yyv4784 := &yyv4783[yyj4783] - yyv4784.CodecDecodeSelf(d) + yyv4812 := &yyv4811[yyj4811] + yyv4812.CodecDecodeSelf(d) } } - if yyrt4783 { - for ; yyj4783 < yyl4783; yyj4783++ { - yyv4783 = append(yyv4783, ContainerImage{}) - yyh4783.ElemContainerState(yyj4783) + if yyrt4811 { + for ; yyj4811 < yyl4811; yyj4811++ { + yyv4811 = append(yyv4811, ContainerImage{}) + yyh4811.ElemContainerState(yyj4811) if r.TryDecodeAsNil() { - yyv4783[yyj4783] = ContainerImage{} + yyv4811[yyj4811] = ContainerImage{} } else { - yyv4785 := &yyv4783[yyj4783] - yyv4785.CodecDecodeSelf(d) + yyv4813 := &yyv4811[yyj4811] + yyv4813.CodecDecodeSelf(d) } } } } else { - yyj4783 := 0 - for ; !r.CheckBreak(); yyj4783++ { + yyj4811 := 0 + for ; !r.CheckBreak(); yyj4811++ { - if yyj4783 >= len(yyv4783) { - yyv4783 = append(yyv4783, ContainerImage{}) // var yyz4783 ContainerImage - yyc4783 = true + if yyj4811 >= len(yyv4811) { + yyv4811 = append(yyv4811, ContainerImage{}) // var yyz4811 ContainerImage + yyc4811 = true } - yyh4783.ElemContainerState(yyj4783) - if yyj4783 < len(yyv4783) { + yyh4811.ElemContainerState(yyj4811) + if yyj4811 < len(yyv4811) { if r.TryDecodeAsNil() { - yyv4783[yyj4783] = ContainerImage{} + yyv4811[yyj4811] = ContainerImage{} } else { - yyv4786 := &yyv4783[yyj4783] - yyv4786.CodecDecodeSelf(d) + yyv4814 := &yyv4811[yyj4811] + yyv4814.CodecDecodeSelf(d) } } else { @@ -60982,17 +61456,17 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 } } - if yyj4783 < len(yyv4783) { - yyv4783 = yyv4783[:yyj4783] - yyc4783 = true - } else if yyj4783 == 0 && yyv4783 == nil { - yyv4783 = []ContainerImage{} - yyc4783 = true + if yyj4811 < len(yyv4811) { + yyv4811 = yyv4811[:yyj4811] + yyc4811 = true + } else if yyj4811 == 0 && yyv4811 == nil { + yyv4811 = []ContainerImage{} + yyc4811 = true } } - yyh4783.End() - if yyc4783 { - *v = yyv4783 + yyh4811.End() + if yyc4811 { + *v = yyv4811 } } @@ -61001,9 +61475,9 @@ func (x codecSelfer1234) encSliceUniqueVolumeName(v []UniqueVolumeName, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4787 := range v { + for _, yyv4815 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4787.CodecEncodeSelf(e) + yyv4815.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61013,466 +61487,12 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4788 := *v - yyh4788, yyl4788 := z.DecSliceHelperStart() - var yyc4788 bool - if yyl4788 == 0 { - if yyv4788 == nil { - yyv4788 = []UniqueVolumeName{} - yyc4788 = true - } else if len(yyv4788) != 0 { - yyv4788 = yyv4788[:0] - yyc4788 = true - } - } else if yyl4788 > 0 { - var yyrr4788, yyrl4788 int - var yyrt4788 bool - if yyl4788 > cap(yyv4788) { - - yyrl4788, yyrt4788 = z.DecInferLen(yyl4788, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4788 { - if yyrl4788 <= cap(yyv4788) { - yyv4788 = yyv4788[:yyrl4788] - } else { - yyv4788 = make([]UniqueVolumeName, yyrl4788) - } - } else { - yyv4788 = make([]UniqueVolumeName, yyrl4788) - } - yyc4788 = true - yyrr4788 = len(yyv4788) - } else if yyl4788 != len(yyv4788) { - yyv4788 = yyv4788[:yyl4788] - yyc4788 = true - } - yyj4788 := 0 - for ; yyj4788 < yyrr4788; yyj4788++ { - yyh4788.ElemContainerState(yyj4788) - if r.TryDecodeAsNil() { - yyv4788[yyj4788] = "" - } else { - yyv4788[yyj4788] = UniqueVolumeName(r.DecodeString()) - } - - } - if yyrt4788 { - for ; yyj4788 < yyl4788; yyj4788++ { - yyv4788 = append(yyv4788, "") - yyh4788.ElemContainerState(yyj4788) - if r.TryDecodeAsNil() { - yyv4788[yyj4788] = "" - } else { - yyv4788[yyj4788] = UniqueVolumeName(r.DecodeString()) - } - - } - } - - } else { - yyj4788 := 0 - for ; !r.CheckBreak(); yyj4788++ { - - if yyj4788 >= len(yyv4788) { - yyv4788 = append(yyv4788, "") // var yyz4788 UniqueVolumeName - yyc4788 = true - } - yyh4788.ElemContainerState(yyj4788) - if yyj4788 < len(yyv4788) { - if r.TryDecodeAsNil() { - yyv4788[yyj4788] = "" - } else { - yyv4788[yyj4788] = UniqueVolumeName(r.DecodeString()) - } - - } else { - z.DecSwallow() - } - - } - if yyj4788 < len(yyv4788) { - yyv4788 = yyv4788[:yyj4788] - yyc4788 = true - } else if yyj4788 == 0 && yyv4788 == nil { - yyv4788 = []UniqueVolumeName{} - yyc4788 = true - } - } - yyh4788.End() - if yyc4788 { - *v = yyv4788 - } -} - -func (x codecSelfer1234) encSliceAttachedVolume(v []AttachedVolume, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4792 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4793 := &yyv4792 - yy4793.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4794 := *v - yyh4794, yyl4794 := z.DecSliceHelperStart() - var yyc4794 bool - if yyl4794 == 0 { - if yyv4794 == nil { - yyv4794 = []AttachedVolume{} - yyc4794 = true - } else if len(yyv4794) != 0 { - yyv4794 = yyv4794[:0] - yyc4794 = true - } - } else if yyl4794 > 0 { - var yyrr4794, yyrl4794 int - var yyrt4794 bool - if yyl4794 > cap(yyv4794) { - - yyrg4794 := len(yyv4794) > 0 - yyv24794 := yyv4794 - yyrl4794, yyrt4794 = z.DecInferLen(yyl4794, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4794 { - if yyrl4794 <= cap(yyv4794) { - yyv4794 = yyv4794[:yyrl4794] - } else { - yyv4794 = make([]AttachedVolume, yyrl4794) - } - } else { - yyv4794 = make([]AttachedVolume, yyrl4794) - } - yyc4794 = true - yyrr4794 = len(yyv4794) - if yyrg4794 { - copy(yyv4794, yyv24794) - } - } else if yyl4794 != len(yyv4794) { - yyv4794 = yyv4794[:yyl4794] - yyc4794 = true - } - yyj4794 := 0 - for ; yyj4794 < yyrr4794; yyj4794++ { - yyh4794.ElemContainerState(yyj4794) - if r.TryDecodeAsNil() { - yyv4794[yyj4794] = AttachedVolume{} - } else { - yyv4795 := &yyv4794[yyj4794] - yyv4795.CodecDecodeSelf(d) - } - - } - if yyrt4794 { - for ; yyj4794 < yyl4794; yyj4794++ { - yyv4794 = append(yyv4794, AttachedVolume{}) - yyh4794.ElemContainerState(yyj4794) - if r.TryDecodeAsNil() { - yyv4794[yyj4794] = AttachedVolume{} - } else { - yyv4796 := &yyv4794[yyj4794] - yyv4796.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4794 := 0 - for ; !r.CheckBreak(); yyj4794++ { - - if yyj4794 >= len(yyv4794) { - yyv4794 = append(yyv4794, AttachedVolume{}) // var yyz4794 AttachedVolume - yyc4794 = true - } - yyh4794.ElemContainerState(yyj4794) - if yyj4794 < len(yyv4794) { - if r.TryDecodeAsNil() { - yyv4794[yyj4794] = AttachedVolume{} - } else { - yyv4797 := &yyv4794[yyj4794] - yyv4797.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4794 < len(yyv4794) { - yyv4794 = yyv4794[:yyj4794] - yyc4794 = true - } else if yyj4794 == 0 && yyv4794 == nil { - yyv4794 = []AttachedVolume{} - yyc4794 = true - } - } - yyh4794.End() - if yyc4794 { - *v = yyv4794 - } -} - -func (x codecSelfer1234) encSlicePreferAvoidPodsEntry(v []PreferAvoidPodsEntry, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4798 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4799 := &yyv4798 - yy4799.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4800 := *v - yyh4800, yyl4800 := z.DecSliceHelperStart() - var yyc4800 bool - if yyl4800 == 0 { - if yyv4800 == nil { - yyv4800 = []PreferAvoidPodsEntry{} - yyc4800 = true - } else if len(yyv4800) != 0 { - yyv4800 = yyv4800[:0] - yyc4800 = true - } - } else if yyl4800 > 0 { - var yyrr4800, yyrl4800 int - var yyrt4800 bool - if yyl4800 > cap(yyv4800) { - - yyrg4800 := len(yyv4800) > 0 - yyv24800 := yyv4800 - yyrl4800, yyrt4800 = z.DecInferLen(yyl4800, z.DecBasicHandle().MaxInitLen, 64) - if yyrt4800 { - if yyrl4800 <= cap(yyv4800) { - yyv4800 = yyv4800[:yyrl4800] - } else { - yyv4800 = make([]PreferAvoidPodsEntry, yyrl4800) - } - } else { - yyv4800 = make([]PreferAvoidPodsEntry, yyrl4800) - } - yyc4800 = true - yyrr4800 = len(yyv4800) - if yyrg4800 { - copy(yyv4800, yyv24800) - } - } else if yyl4800 != len(yyv4800) { - yyv4800 = yyv4800[:yyl4800] - yyc4800 = true - } - yyj4800 := 0 - for ; yyj4800 < yyrr4800; yyj4800++ { - yyh4800.ElemContainerState(yyj4800) - if r.TryDecodeAsNil() { - yyv4800[yyj4800] = PreferAvoidPodsEntry{} - } else { - yyv4801 := &yyv4800[yyj4800] - yyv4801.CodecDecodeSelf(d) - } - - } - if yyrt4800 { - for ; yyj4800 < yyl4800; yyj4800++ { - yyv4800 = append(yyv4800, PreferAvoidPodsEntry{}) - yyh4800.ElemContainerState(yyj4800) - if r.TryDecodeAsNil() { - yyv4800[yyj4800] = PreferAvoidPodsEntry{} - } else { - yyv4802 := &yyv4800[yyj4800] - yyv4802.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4800 := 0 - for ; !r.CheckBreak(); yyj4800++ { - - if yyj4800 >= len(yyv4800) { - yyv4800 = append(yyv4800, PreferAvoidPodsEntry{}) // var yyz4800 PreferAvoidPodsEntry - yyc4800 = true - } - yyh4800.ElemContainerState(yyj4800) - if yyj4800 < len(yyv4800) { - if r.TryDecodeAsNil() { - yyv4800[yyj4800] = PreferAvoidPodsEntry{} - } else { - yyv4803 := &yyv4800[yyj4800] - yyv4803.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4800 < len(yyv4800) { - yyv4800 = yyv4800[:yyj4800] - yyc4800 = true - } else if yyj4800 == 0 && yyv4800 == nil { - yyv4800 = []PreferAvoidPodsEntry{} - yyc4800 = true - } - } - yyh4800.End() - if yyc4800 { - *v = yyv4800 - } -} - -func (x codecSelfer1234) encResourceList(v ResourceList, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeMapStart(len(v)) - for yyk4804, yyv4804 := range v { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - yyk4804.CodecEncodeSelf(e) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4805 := &yyv4804 - yym4806 := z.EncBinary() - _ = yym4806 - if false { - } else if z.HasExtensions() && z.EncExt(yy4805) { - } else if !yym4806 && z.IsJSONHandle() { - z.EncJSONMarshal(yy4805) - } else { - z.EncFallback(yy4805) - } - } - z.EncSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x codecSelfer1234) decResourceList(v *ResourceList, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4807 := *v - yyl4807 := r.ReadMapStart() - yybh4807 := z.DecBasicHandle() - if yyv4807 == nil { - yyrl4807, _ := z.DecInferLen(yyl4807, yybh4807.MaxInitLen, 72) - yyv4807 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4807) - *v = yyv4807 - } - var yymk4807 ResourceName - var yymv4807 pkg3_resource.Quantity - var yymg4807 bool - if yybh4807.MapValueReset { - yymg4807 = true - } - if yyl4807 > 0 { - for yyj4807 := 0; yyj4807 < yyl4807; yyj4807++ { - z.DecSendContainerState(codecSelfer_containerMapKey1234) - if r.TryDecodeAsNil() { - yymk4807 = "" - } else { - yymk4807 = ResourceName(r.DecodeString()) - } - - if yymg4807 { - yymv4807 = yyv4807[yymk4807] - } else { - yymv4807 = pkg3_resource.Quantity{} - } - z.DecSendContainerState(codecSelfer_containerMapValue1234) - if r.TryDecodeAsNil() { - yymv4807 = pkg3_resource.Quantity{} - } else { - yyv4809 := &yymv4807 - yym4810 := z.DecBinary() - _ = yym4810 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4809) { - } else if !yym4810 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4809) - } else { - z.DecFallback(yyv4809, false) - } - } - - if yyv4807 != nil { - yyv4807[yymk4807] = yymv4807 - } - } - } else if yyl4807 < 0 { - for yyj4807 := 0; !r.CheckBreak(); yyj4807++ { - z.DecSendContainerState(codecSelfer_containerMapKey1234) - if r.TryDecodeAsNil() { - yymk4807 = "" - } else { - yymk4807 = ResourceName(r.DecodeString()) - } - - if yymg4807 { - yymv4807 = yyv4807[yymk4807] - } else { - yymv4807 = pkg3_resource.Quantity{} - } - z.DecSendContainerState(codecSelfer_containerMapValue1234) - if r.TryDecodeAsNil() { - yymv4807 = pkg3_resource.Quantity{} - } else { - yyv4812 := &yymv4807 - yym4813 := z.DecBinary() - _ = yym4813 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4812) { - } else if !yym4813 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4812) - } else { - z.DecFallback(yyv4812, false) - } - } - - if yyv4807 != nil { - yyv4807[yymk4807] = yymv4807 - } - } - } // else len==0: TODO: Should we clear map entries? - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4814 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4815 := &yyv4814 - yy4815.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yyv4816 := *v yyh4816, yyl4816 := z.DecSliceHelperStart() var yyc4816 bool if yyl4816 == 0 { if yyv4816 == nil { - yyv4816 = []Node{} + yyv4816 = []UniqueVolumeName{} yyc4816 = true } else if len(yyv4816) != 0 { yyv4816 = yyv4816[:0] @@ -61483,23 +61503,18 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { var yyrt4816 bool if yyl4816 > cap(yyv4816) { - yyrg4816 := len(yyv4816) > 0 - yyv24816 := yyv4816 - yyrl4816, yyrt4816 = z.DecInferLen(yyl4816, z.DecBasicHandle().MaxInitLen, 632) + yyrl4816, yyrt4816 = z.DecInferLen(yyl4816, z.DecBasicHandle().MaxInitLen, 16) if yyrt4816 { if yyrl4816 <= cap(yyv4816) { yyv4816 = yyv4816[:yyrl4816] } else { - yyv4816 = make([]Node, yyrl4816) + yyv4816 = make([]UniqueVolumeName, yyrl4816) } } else { - yyv4816 = make([]Node, yyrl4816) + yyv4816 = make([]UniqueVolumeName, yyrl4816) } yyc4816 = true yyrr4816 = len(yyv4816) - if yyrg4816 { - copy(yyv4816, yyv24816) - } } else if yyl4816 != len(yyv4816) { yyv4816 = yyv4816[:yyl4816] yyc4816 = true @@ -61508,22 +61523,20 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { for ; yyj4816 < yyrr4816; yyj4816++ { yyh4816.ElemContainerState(yyj4816) if r.TryDecodeAsNil() { - yyv4816[yyj4816] = Node{} + yyv4816[yyj4816] = "" } else { - yyv4817 := &yyv4816[yyj4816] - yyv4817.CodecDecodeSelf(d) + yyv4816[yyj4816] = UniqueVolumeName(r.DecodeString()) } } if yyrt4816 { for ; yyj4816 < yyl4816; yyj4816++ { - yyv4816 = append(yyv4816, Node{}) + yyv4816 = append(yyv4816, "") yyh4816.ElemContainerState(yyj4816) if r.TryDecodeAsNil() { - yyv4816[yyj4816] = Node{} + yyv4816[yyj4816] = "" } else { - yyv4818 := &yyv4816[yyj4816] - yyv4818.CodecDecodeSelf(d) + yyv4816[yyj4816] = UniqueVolumeName(r.DecodeString()) } } @@ -61534,16 +61547,15 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { for ; !r.CheckBreak(); yyj4816++ { if yyj4816 >= len(yyv4816) { - yyv4816 = append(yyv4816, Node{}) // var yyz4816 Node + yyv4816 = append(yyv4816, "") // var yyz4816 UniqueVolumeName yyc4816 = true } yyh4816.ElemContainerState(yyj4816) if yyj4816 < len(yyv4816) { if r.TryDecodeAsNil() { - yyv4816[yyj4816] = Node{} + yyv4816[yyj4816] = "" } else { - yyv4819 := &yyv4816[yyj4816] - yyv4819.CodecDecodeSelf(d) + yyv4816[yyj4816] = UniqueVolumeName(r.DecodeString()) } } else { @@ -61555,7 +61567,7 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { yyv4816 = yyv4816[:yyj4816] yyc4816 = true } else if yyj4816 == 0 && yyv4816 == nil { - yyv4816 = []Node{} + yyv4816 = []UniqueVolumeName{} yyc4816 = true } } @@ -61565,14 +61577,476 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { } } -func (x codecSelfer1234) encSliceFinalizerName(v []FinalizerName, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceAttachedVolume(v []AttachedVolume, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) for _, yyv4820 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4820.CodecEncodeSelf(e) + yy4821 := &yyv4820 + yy4821.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4822 := *v + yyh4822, yyl4822 := z.DecSliceHelperStart() + var yyc4822 bool + if yyl4822 == 0 { + if yyv4822 == nil { + yyv4822 = []AttachedVolume{} + yyc4822 = true + } else if len(yyv4822) != 0 { + yyv4822 = yyv4822[:0] + yyc4822 = true + } + } else if yyl4822 > 0 { + var yyrr4822, yyrl4822 int + var yyrt4822 bool + if yyl4822 > cap(yyv4822) { + + yyrg4822 := len(yyv4822) > 0 + yyv24822 := yyv4822 + yyrl4822, yyrt4822 = z.DecInferLen(yyl4822, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4822 { + if yyrl4822 <= cap(yyv4822) { + yyv4822 = yyv4822[:yyrl4822] + } else { + yyv4822 = make([]AttachedVolume, yyrl4822) + } + } else { + yyv4822 = make([]AttachedVolume, yyrl4822) + } + yyc4822 = true + yyrr4822 = len(yyv4822) + if yyrg4822 { + copy(yyv4822, yyv24822) + } + } else if yyl4822 != len(yyv4822) { + yyv4822 = yyv4822[:yyl4822] + yyc4822 = true + } + yyj4822 := 0 + for ; yyj4822 < yyrr4822; yyj4822++ { + yyh4822.ElemContainerState(yyj4822) + if r.TryDecodeAsNil() { + yyv4822[yyj4822] = AttachedVolume{} + } else { + yyv4823 := &yyv4822[yyj4822] + yyv4823.CodecDecodeSelf(d) + } + + } + if yyrt4822 { + for ; yyj4822 < yyl4822; yyj4822++ { + yyv4822 = append(yyv4822, AttachedVolume{}) + yyh4822.ElemContainerState(yyj4822) + if r.TryDecodeAsNil() { + yyv4822[yyj4822] = AttachedVolume{} + } else { + yyv4824 := &yyv4822[yyj4822] + yyv4824.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4822 := 0 + for ; !r.CheckBreak(); yyj4822++ { + + if yyj4822 >= len(yyv4822) { + yyv4822 = append(yyv4822, AttachedVolume{}) // var yyz4822 AttachedVolume + yyc4822 = true + } + yyh4822.ElemContainerState(yyj4822) + if yyj4822 < len(yyv4822) { + if r.TryDecodeAsNil() { + yyv4822[yyj4822] = AttachedVolume{} + } else { + yyv4825 := &yyv4822[yyj4822] + yyv4825.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4822 < len(yyv4822) { + yyv4822 = yyv4822[:yyj4822] + yyc4822 = true + } else if yyj4822 == 0 && yyv4822 == nil { + yyv4822 = []AttachedVolume{} + yyc4822 = true + } + } + yyh4822.End() + if yyc4822 { + *v = yyv4822 + } +} + +func (x codecSelfer1234) encSlicePreferAvoidPodsEntry(v []PreferAvoidPodsEntry, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4826 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4827 := &yyv4826 + yy4827.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4828 := *v + yyh4828, yyl4828 := z.DecSliceHelperStart() + var yyc4828 bool + if yyl4828 == 0 { + if yyv4828 == nil { + yyv4828 = []PreferAvoidPodsEntry{} + yyc4828 = true + } else if len(yyv4828) != 0 { + yyv4828 = yyv4828[:0] + yyc4828 = true + } + } else if yyl4828 > 0 { + var yyrr4828, yyrl4828 int + var yyrt4828 bool + if yyl4828 > cap(yyv4828) { + + yyrg4828 := len(yyv4828) > 0 + yyv24828 := yyv4828 + yyrl4828, yyrt4828 = z.DecInferLen(yyl4828, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4828 { + if yyrl4828 <= cap(yyv4828) { + yyv4828 = yyv4828[:yyrl4828] + } else { + yyv4828 = make([]PreferAvoidPodsEntry, yyrl4828) + } + } else { + yyv4828 = make([]PreferAvoidPodsEntry, yyrl4828) + } + yyc4828 = true + yyrr4828 = len(yyv4828) + if yyrg4828 { + copy(yyv4828, yyv24828) + } + } else if yyl4828 != len(yyv4828) { + yyv4828 = yyv4828[:yyl4828] + yyc4828 = true + } + yyj4828 := 0 + for ; yyj4828 < yyrr4828; yyj4828++ { + yyh4828.ElemContainerState(yyj4828) + if r.TryDecodeAsNil() { + yyv4828[yyj4828] = PreferAvoidPodsEntry{} + } else { + yyv4829 := &yyv4828[yyj4828] + yyv4829.CodecDecodeSelf(d) + } + + } + if yyrt4828 { + for ; yyj4828 < yyl4828; yyj4828++ { + yyv4828 = append(yyv4828, PreferAvoidPodsEntry{}) + yyh4828.ElemContainerState(yyj4828) + if r.TryDecodeAsNil() { + yyv4828[yyj4828] = PreferAvoidPodsEntry{} + } else { + yyv4830 := &yyv4828[yyj4828] + yyv4830.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4828 := 0 + for ; !r.CheckBreak(); yyj4828++ { + + if yyj4828 >= len(yyv4828) { + yyv4828 = append(yyv4828, PreferAvoidPodsEntry{}) // var yyz4828 PreferAvoidPodsEntry + yyc4828 = true + } + yyh4828.ElemContainerState(yyj4828) + if yyj4828 < len(yyv4828) { + if r.TryDecodeAsNil() { + yyv4828[yyj4828] = PreferAvoidPodsEntry{} + } else { + yyv4831 := &yyv4828[yyj4828] + yyv4831.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4828 < len(yyv4828) { + yyv4828 = yyv4828[:yyj4828] + yyc4828 = true + } else if yyj4828 == 0 && yyv4828 == nil { + yyv4828 = []PreferAvoidPodsEntry{} + yyc4828 = true + } + } + yyh4828.End() + if yyc4828 { + *v = yyv4828 + } +} + +func (x codecSelfer1234) encResourceList(v ResourceList, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk4832, yyv4832 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + yyk4832.CodecEncodeSelf(e) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy4833 := &yyv4832 + yym4834 := z.EncBinary() + _ = yym4834 + if false { + } else if z.HasExtensions() && z.EncExt(yy4833) { + } else if !yym4834 && z.IsJSONHandle() { + z.EncJSONMarshal(yy4833) + } else { + z.EncFallback(yy4833) + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x codecSelfer1234) decResourceList(v *ResourceList, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4835 := *v + yyl4835 := r.ReadMapStart() + yybh4835 := z.DecBasicHandle() + if yyv4835 == nil { + yyrl4835, _ := z.DecInferLen(yyl4835, yybh4835.MaxInitLen, 72) + yyv4835 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4835) + *v = yyv4835 + } + var yymk4835 ResourceName + var yymv4835 pkg3_resource.Quantity + var yymg4835 bool + if yybh4835.MapValueReset { + yymg4835 = true + } + if yyl4835 > 0 { + for yyj4835 := 0; yyj4835 < yyl4835; yyj4835++ { + z.DecSendContainerState(codecSelfer_containerMapKey1234) + if r.TryDecodeAsNil() { + yymk4835 = "" + } else { + yymk4835 = ResourceName(r.DecodeString()) + } + + if yymg4835 { + yymv4835 = yyv4835[yymk4835] + } else { + yymv4835 = pkg3_resource.Quantity{} + } + z.DecSendContainerState(codecSelfer_containerMapValue1234) + if r.TryDecodeAsNil() { + yymv4835 = pkg3_resource.Quantity{} + } else { + yyv4837 := &yymv4835 + yym4838 := z.DecBinary() + _ = yym4838 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4837) { + } else if !yym4838 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4837) + } else { + z.DecFallback(yyv4837, false) + } + } + + if yyv4835 != nil { + yyv4835[yymk4835] = yymv4835 + } + } + } else if yyl4835 < 0 { + for yyj4835 := 0; !r.CheckBreak(); yyj4835++ { + z.DecSendContainerState(codecSelfer_containerMapKey1234) + if r.TryDecodeAsNil() { + yymk4835 = "" + } else { + yymk4835 = ResourceName(r.DecodeString()) + } + + if yymg4835 { + yymv4835 = yyv4835[yymk4835] + } else { + yymv4835 = pkg3_resource.Quantity{} + } + z.DecSendContainerState(codecSelfer_containerMapValue1234) + if r.TryDecodeAsNil() { + yymv4835 = pkg3_resource.Quantity{} + } else { + yyv4840 := &yymv4835 + yym4841 := z.DecBinary() + _ = yym4841 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4840) { + } else if !yym4841 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4840) + } else { + z.DecFallback(yyv4840, false) + } + } + + if yyv4835 != nil { + yyv4835[yymk4835] = yymv4835 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4842 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4843 := &yyv4842 + yy4843.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4844 := *v + yyh4844, yyl4844 := z.DecSliceHelperStart() + var yyc4844 bool + if yyl4844 == 0 { + if yyv4844 == nil { + yyv4844 = []Node{} + yyc4844 = true + } else if len(yyv4844) != 0 { + yyv4844 = yyv4844[:0] + yyc4844 = true + } + } else if yyl4844 > 0 { + var yyrr4844, yyrl4844 int + var yyrt4844 bool + if yyl4844 > cap(yyv4844) { + + yyrg4844 := len(yyv4844) > 0 + yyv24844 := yyv4844 + yyrl4844, yyrt4844 = z.DecInferLen(yyl4844, z.DecBasicHandle().MaxInitLen, 632) + if yyrt4844 { + if yyrl4844 <= cap(yyv4844) { + yyv4844 = yyv4844[:yyrl4844] + } else { + yyv4844 = make([]Node, yyrl4844) + } + } else { + yyv4844 = make([]Node, yyrl4844) + } + yyc4844 = true + yyrr4844 = len(yyv4844) + if yyrg4844 { + copy(yyv4844, yyv24844) + } + } else if yyl4844 != len(yyv4844) { + yyv4844 = yyv4844[:yyl4844] + yyc4844 = true + } + yyj4844 := 0 + for ; yyj4844 < yyrr4844; yyj4844++ { + yyh4844.ElemContainerState(yyj4844) + if r.TryDecodeAsNil() { + yyv4844[yyj4844] = Node{} + } else { + yyv4845 := &yyv4844[yyj4844] + yyv4845.CodecDecodeSelf(d) + } + + } + if yyrt4844 { + for ; yyj4844 < yyl4844; yyj4844++ { + yyv4844 = append(yyv4844, Node{}) + yyh4844.ElemContainerState(yyj4844) + if r.TryDecodeAsNil() { + yyv4844[yyj4844] = Node{} + } else { + yyv4846 := &yyv4844[yyj4844] + yyv4846.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4844 := 0 + for ; !r.CheckBreak(); yyj4844++ { + + if yyj4844 >= len(yyv4844) { + yyv4844 = append(yyv4844, Node{}) // var yyz4844 Node + yyc4844 = true + } + yyh4844.ElemContainerState(yyj4844) + if yyj4844 < len(yyv4844) { + if r.TryDecodeAsNil() { + yyv4844[yyj4844] = Node{} + } else { + yyv4847 := &yyv4844[yyj4844] + yyv4847.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4844 < len(yyv4844) { + yyv4844 = yyv4844[:yyj4844] + yyc4844 = true + } else if yyj4844 == 0 && yyv4844 == nil { + yyv4844 = []Node{} + yyc4844 = true + } + } + yyh4844.End() + if yyc4844 { + *v = yyv4844 + } +} + +func (x codecSelfer1234) encSliceFinalizerName(v []FinalizerName, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4848 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yyv4848.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61582,500 +62056,12 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4821 := *v - yyh4821, yyl4821 := z.DecSliceHelperStart() - var yyc4821 bool - if yyl4821 == 0 { - if yyv4821 == nil { - yyv4821 = []FinalizerName{} - yyc4821 = true - } else if len(yyv4821) != 0 { - yyv4821 = yyv4821[:0] - yyc4821 = true - } - } else if yyl4821 > 0 { - var yyrr4821, yyrl4821 int - var yyrt4821 bool - if yyl4821 > cap(yyv4821) { - - yyrl4821, yyrt4821 = z.DecInferLen(yyl4821, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4821 { - if yyrl4821 <= cap(yyv4821) { - yyv4821 = yyv4821[:yyrl4821] - } else { - yyv4821 = make([]FinalizerName, yyrl4821) - } - } else { - yyv4821 = make([]FinalizerName, yyrl4821) - } - yyc4821 = true - yyrr4821 = len(yyv4821) - } else if yyl4821 != len(yyv4821) { - yyv4821 = yyv4821[:yyl4821] - yyc4821 = true - } - yyj4821 := 0 - for ; yyj4821 < yyrr4821; yyj4821++ { - yyh4821.ElemContainerState(yyj4821) - if r.TryDecodeAsNil() { - yyv4821[yyj4821] = "" - } else { - yyv4821[yyj4821] = FinalizerName(r.DecodeString()) - } - - } - if yyrt4821 { - for ; yyj4821 < yyl4821; yyj4821++ { - yyv4821 = append(yyv4821, "") - yyh4821.ElemContainerState(yyj4821) - if r.TryDecodeAsNil() { - yyv4821[yyj4821] = "" - } else { - yyv4821[yyj4821] = FinalizerName(r.DecodeString()) - } - - } - } - - } else { - yyj4821 := 0 - for ; !r.CheckBreak(); yyj4821++ { - - if yyj4821 >= len(yyv4821) { - yyv4821 = append(yyv4821, "") // var yyz4821 FinalizerName - yyc4821 = true - } - yyh4821.ElemContainerState(yyj4821) - if yyj4821 < len(yyv4821) { - if r.TryDecodeAsNil() { - yyv4821[yyj4821] = "" - } else { - yyv4821[yyj4821] = FinalizerName(r.DecodeString()) - } - - } else { - z.DecSwallow() - } - - } - if yyj4821 < len(yyv4821) { - yyv4821 = yyv4821[:yyj4821] - yyc4821 = true - } else if yyj4821 == 0 && yyv4821 == nil { - yyv4821 = []FinalizerName{} - yyc4821 = true - } - } - yyh4821.End() - if yyc4821 { - *v = yyv4821 - } -} - -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 _, yyv4825 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4826 := &yyv4825 - yy4826.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 - - yyv4827 := *v - yyh4827, yyl4827 := z.DecSliceHelperStart() - var yyc4827 bool - if yyl4827 == 0 { - if yyv4827 == nil { - yyv4827 = []Namespace{} - yyc4827 = true - } else if len(yyv4827) != 0 { - yyv4827 = yyv4827[:0] - yyc4827 = true - } - } else if yyl4827 > 0 { - var yyrr4827, yyrl4827 int - var yyrt4827 bool - if yyl4827 > cap(yyv4827) { - - yyrg4827 := len(yyv4827) > 0 - yyv24827 := yyv4827 - yyrl4827, yyrt4827 = z.DecInferLen(yyl4827, z.DecBasicHandle().MaxInitLen, 296) - if yyrt4827 { - if yyrl4827 <= cap(yyv4827) { - yyv4827 = yyv4827[:yyrl4827] - } else { - yyv4827 = make([]Namespace, yyrl4827) - } - } else { - yyv4827 = make([]Namespace, yyrl4827) - } - yyc4827 = true - yyrr4827 = len(yyv4827) - if yyrg4827 { - copy(yyv4827, yyv24827) - } - } else if yyl4827 != len(yyv4827) { - yyv4827 = yyv4827[:yyl4827] - yyc4827 = true - } - yyj4827 := 0 - for ; yyj4827 < yyrr4827; yyj4827++ { - yyh4827.ElemContainerState(yyj4827) - if r.TryDecodeAsNil() { - yyv4827[yyj4827] = Namespace{} - } else { - yyv4828 := &yyv4827[yyj4827] - yyv4828.CodecDecodeSelf(d) - } - - } - if yyrt4827 { - for ; yyj4827 < yyl4827; yyj4827++ { - yyv4827 = append(yyv4827, Namespace{}) - yyh4827.ElemContainerState(yyj4827) - if r.TryDecodeAsNil() { - yyv4827[yyj4827] = Namespace{} - } else { - yyv4829 := &yyv4827[yyj4827] - yyv4829.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4827 := 0 - for ; !r.CheckBreak(); yyj4827++ { - - if yyj4827 >= len(yyv4827) { - yyv4827 = append(yyv4827, Namespace{}) // var yyz4827 Namespace - yyc4827 = true - } - yyh4827.ElemContainerState(yyj4827) - if yyj4827 < len(yyv4827) { - if r.TryDecodeAsNil() { - yyv4827[yyj4827] = Namespace{} - } else { - yyv4830 := &yyv4827[yyj4827] - yyv4830.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4827 < len(yyv4827) { - yyv4827 = yyv4827[:yyj4827] - yyc4827 = true - } else if yyj4827 == 0 && yyv4827 == nil { - yyv4827 = []Namespace{} - yyc4827 = true - } - } - yyh4827.End() - if yyc4827 { - *v = yyv4827 - } -} - -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 _, yyv4831 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4832 := &yyv4831 - yy4832.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 - - yyv4833 := *v - yyh4833, yyl4833 := z.DecSliceHelperStart() - var yyc4833 bool - if yyl4833 == 0 { - if yyv4833 == nil { - yyv4833 = []Event{} - yyc4833 = true - } else if len(yyv4833) != 0 { - yyv4833 = yyv4833[:0] - yyc4833 = true - } - } else if yyl4833 > 0 { - var yyrr4833, yyrl4833 int - var yyrt4833 bool - if yyl4833 > cap(yyv4833) { - - yyrg4833 := len(yyv4833) > 0 - yyv24833 := yyv4833 - yyrl4833, yyrt4833 = z.DecInferLen(yyl4833, z.DecBasicHandle().MaxInitLen, 504) - if yyrt4833 { - if yyrl4833 <= cap(yyv4833) { - yyv4833 = yyv4833[:yyrl4833] - } else { - yyv4833 = make([]Event, yyrl4833) - } - } else { - yyv4833 = make([]Event, yyrl4833) - } - yyc4833 = true - yyrr4833 = len(yyv4833) - if yyrg4833 { - copy(yyv4833, yyv24833) - } - } else if yyl4833 != len(yyv4833) { - yyv4833 = yyv4833[:yyl4833] - yyc4833 = true - } - yyj4833 := 0 - for ; yyj4833 < yyrr4833; yyj4833++ { - yyh4833.ElemContainerState(yyj4833) - if r.TryDecodeAsNil() { - yyv4833[yyj4833] = Event{} - } else { - yyv4834 := &yyv4833[yyj4833] - yyv4834.CodecDecodeSelf(d) - } - - } - if yyrt4833 { - for ; yyj4833 < yyl4833; yyj4833++ { - yyv4833 = append(yyv4833, Event{}) - yyh4833.ElemContainerState(yyj4833) - if r.TryDecodeAsNil() { - yyv4833[yyj4833] = Event{} - } else { - yyv4835 := &yyv4833[yyj4833] - yyv4835.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4833 := 0 - for ; !r.CheckBreak(); yyj4833++ { - - if yyj4833 >= len(yyv4833) { - yyv4833 = append(yyv4833, Event{}) // var yyz4833 Event - yyc4833 = true - } - yyh4833.ElemContainerState(yyj4833) - if yyj4833 < len(yyv4833) { - if r.TryDecodeAsNil() { - yyv4833[yyj4833] = Event{} - } else { - yyv4836 := &yyv4833[yyj4833] - yyv4836.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4833 < len(yyv4833) { - yyv4833 = yyv4833[:yyj4833] - yyc4833 = true - } else if yyj4833 == 0 && yyv4833 == nil { - yyv4833 = []Event{} - yyc4833 = true - } - } - yyh4833.End() - if yyc4833 { - *v = yyv4833 - } -} - -func (x codecSelfer1234) encSliceruntime_RawExtension(v []pkg5_runtime.RawExtension, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4837 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4838 := &yyv4837 - yym4839 := z.EncBinary() - _ = yym4839 - if false { - } else if z.HasExtensions() && z.EncExt(yy4838) { - } else if !yym4839 && z.IsJSONHandle() { - z.EncJSONMarshal(yy4838) - } else { - z.EncFallback(yy4838) - } - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg5_runtime.RawExtension, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4840 := *v - yyh4840, yyl4840 := z.DecSliceHelperStart() - var yyc4840 bool - if yyl4840 == 0 { - if yyv4840 == nil { - yyv4840 = []pkg5_runtime.RawExtension{} - yyc4840 = true - } else if len(yyv4840) != 0 { - yyv4840 = yyv4840[:0] - yyc4840 = true - } - } else if yyl4840 > 0 { - var yyrr4840, yyrl4840 int - var yyrt4840 bool - if yyl4840 > cap(yyv4840) { - - yyrg4840 := len(yyv4840) > 0 - yyv24840 := yyv4840 - yyrl4840, yyrt4840 = z.DecInferLen(yyl4840, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4840 { - if yyrl4840 <= cap(yyv4840) { - yyv4840 = yyv4840[:yyrl4840] - } else { - yyv4840 = make([]pkg5_runtime.RawExtension, yyrl4840) - } - } else { - yyv4840 = make([]pkg5_runtime.RawExtension, yyrl4840) - } - yyc4840 = true - yyrr4840 = len(yyv4840) - if yyrg4840 { - copy(yyv4840, yyv24840) - } - } else if yyl4840 != len(yyv4840) { - yyv4840 = yyv4840[:yyl4840] - yyc4840 = true - } - yyj4840 := 0 - for ; yyj4840 < yyrr4840; yyj4840++ { - yyh4840.ElemContainerState(yyj4840) - if r.TryDecodeAsNil() { - yyv4840[yyj4840] = pkg5_runtime.RawExtension{} - } else { - yyv4841 := &yyv4840[yyj4840] - yym4842 := z.DecBinary() - _ = yym4842 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4841) { - } else if !yym4842 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4841) - } else { - z.DecFallback(yyv4841, false) - } - } - - } - if yyrt4840 { - for ; yyj4840 < yyl4840; yyj4840++ { - yyv4840 = append(yyv4840, pkg5_runtime.RawExtension{}) - yyh4840.ElemContainerState(yyj4840) - if r.TryDecodeAsNil() { - yyv4840[yyj4840] = pkg5_runtime.RawExtension{} - } else { - yyv4843 := &yyv4840[yyj4840] - yym4844 := z.DecBinary() - _ = yym4844 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4843) { - } else if !yym4844 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4843) - } else { - z.DecFallback(yyv4843, false) - } - } - - } - } - - } else { - yyj4840 := 0 - for ; !r.CheckBreak(); yyj4840++ { - - if yyj4840 >= len(yyv4840) { - yyv4840 = append(yyv4840, pkg5_runtime.RawExtension{}) // var yyz4840 pkg5_runtime.RawExtension - yyc4840 = true - } - yyh4840.ElemContainerState(yyj4840) - if yyj4840 < len(yyv4840) { - if r.TryDecodeAsNil() { - yyv4840[yyj4840] = pkg5_runtime.RawExtension{} - } else { - yyv4845 := &yyv4840[yyj4840] - yym4846 := z.DecBinary() - _ = yym4846 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4845) { - } else if !yym4846 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4845) - } else { - z.DecFallback(yyv4845, false) - } - } - - } else { - z.DecSwallow() - } - - } - if yyj4840 < len(yyv4840) { - yyv4840 = yyv4840[:yyj4840] - yyc4840 = true - } else if yyj4840 == 0 && yyv4840 == nil { - yyv4840 = []pkg5_runtime.RawExtension{} - yyc4840 = true - } - } - yyh4840.End() - if yyc4840 { - *v = yyv4840 - } -} - -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 _, yyv4847 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4848 := &yyv4847 - yy4848.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yyv4849 := *v yyh4849, yyl4849 := z.DecSliceHelperStart() var yyc4849 bool if yyl4849 == 0 { if yyv4849 == nil { - yyv4849 = []LimitRangeItem{} + yyv4849 = []FinalizerName{} yyc4849 = true } else if len(yyv4849) != 0 { yyv4849 = yyv4849[:0] @@ -62086,23 +62072,18 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 var yyrt4849 bool if yyl4849 > cap(yyv4849) { - yyrg4849 := len(yyv4849) > 0 - yyv24849 := yyv4849 - yyrl4849, yyrt4849 = z.DecInferLen(yyl4849, z.DecBasicHandle().MaxInitLen, 56) + yyrl4849, yyrt4849 = z.DecInferLen(yyl4849, z.DecBasicHandle().MaxInitLen, 16) if yyrt4849 { if yyrl4849 <= cap(yyv4849) { yyv4849 = yyv4849[:yyrl4849] } else { - yyv4849 = make([]LimitRangeItem, yyrl4849) + yyv4849 = make([]FinalizerName, yyrl4849) } } else { - yyv4849 = make([]LimitRangeItem, yyrl4849) + yyv4849 = make([]FinalizerName, yyrl4849) } yyc4849 = true yyrr4849 = len(yyv4849) - if yyrg4849 { - copy(yyv4849, yyv24849) - } } else if yyl4849 != len(yyv4849) { yyv4849 = yyv4849[:yyl4849] yyc4849 = true @@ -62111,22 +62092,20 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 for ; yyj4849 < yyrr4849; yyj4849++ { yyh4849.ElemContainerState(yyj4849) if r.TryDecodeAsNil() { - yyv4849[yyj4849] = LimitRangeItem{} + yyv4849[yyj4849] = "" } else { - yyv4850 := &yyv4849[yyj4849] - yyv4850.CodecDecodeSelf(d) + yyv4849[yyj4849] = FinalizerName(r.DecodeString()) } } if yyrt4849 { for ; yyj4849 < yyl4849; yyj4849++ { - yyv4849 = append(yyv4849, LimitRangeItem{}) + yyv4849 = append(yyv4849, "") yyh4849.ElemContainerState(yyj4849) if r.TryDecodeAsNil() { - yyv4849[yyj4849] = LimitRangeItem{} + yyv4849[yyj4849] = "" } else { - yyv4851 := &yyv4849[yyj4849] - yyv4851.CodecDecodeSelf(d) + yyv4849[yyj4849] = FinalizerName(r.DecodeString()) } } @@ -62137,16 +62116,15 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 for ; !r.CheckBreak(); yyj4849++ { if yyj4849 >= len(yyv4849) { - yyv4849 = append(yyv4849, LimitRangeItem{}) // var yyz4849 LimitRangeItem + yyv4849 = append(yyv4849, "") // var yyz4849 FinalizerName yyc4849 = true } yyh4849.ElemContainerState(yyj4849) if yyj4849 < len(yyv4849) { if r.TryDecodeAsNil() { - yyv4849[yyj4849] = LimitRangeItem{} + yyv4849[yyj4849] = "" } else { - yyv4852 := &yyv4849[yyj4849] - yyv4852.CodecDecodeSelf(d) + yyv4849[yyj4849] = FinalizerName(r.DecodeString()) } } else { @@ -62158,7 +62136,7 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 yyv4849 = yyv4849[:yyj4849] yyc4849 = true } else if yyj4849 == 0 && yyv4849 == nil { - yyv4849 = []LimitRangeItem{} + yyv4849 = []FinalizerName{} yyc4849 = true } } @@ -62168,7 +62146,7 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 } } -func (x codecSelfer1234) encSliceLimitRange(v []LimitRange, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceNamespace(v []Namespace, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r @@ -62181,7 +62159,7 @@ func (x codecSelfer1234) encSliceLimitRange(v []LimitRange, e *codec1978.Encoder z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -62191,7 +62169,7 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode var yyc4855 bool if yyl4855 == 0 { if yyv4855 == nil { - yyv4855 = []LimitRange{} + yyv4855 = []Namespace{} yyc4855 = true } else if len(yyv4855) != 0 { yyv4855 = yyv4855[:0] @@ -62204,15 +62182,15 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode yyrg4855 := len(yyv4855) > 0 yyv24855 := yyv4855 - yyrl4855, yyrt4855 = z.DecInferLen(yyl4855, z.DecBasicHandle().MaxInitLen, 280) + yyrl4855, yyrt4855 = z.DecInferLen(yyl4855, z.DecBasicHandle().MaxInitLen, 296) if yyrt4855 { if yyrl4855 <= cap(yyv4855) { yyv4855 = yyv4855[:yyrl4855] } else { - yyv4855 = make([]LimitRange, yyrl4855) + yyv4855 = make([]Namespace, yyrl4855) } } else { - yyv4855 = make([]LimitRange, yyrl4855) + yyv4855 = make([]Namespace, yyrl4855) } yyc4855 = true yyrr4855 = len(yyv4855) @@ -62227,7 +62205,7 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode for ; yyj4855 < yyrr4855; yyj4855++ { yyh4855.ElemContainerState(yyj4855) if r.TryDecodeAsNil() { - yyv4855[yyj4855] = LimitRange{} + yyv4855[yyj4855] = Namespace{} } else { yyv4856 := &yyv4855[yyj4855] yyv4856.CodecDecodeSelf(d) @@ -62236,10 +62214,10 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode } if yyrt4855 { for ; yyj4855 < yyl4855; yyj4855++ { - yyv4855 = append(yyv4855, LimitRange{}) + yyv4855 = append(yyv4855, Namespace{}) yyh4855.ElemContainerState(yyj4855) if r.TryDecodeAsNil() { - yyv4855[yyj4855] = LimitRange{} + yyv4855[yyj4855] = Namespace{} } else { yyv4857 := &yyv4855[yyj4855] yyv4857.CodecDecodeSelf(d) @@ -62253,13 +62231,13 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode for ; !r.CheckBreak(); yyj4855++ { if yyj4855 >= len(yyv4855) { - yyv4855 = append(yyv4855, LimitRange{}) // var yyz4855 LimitRange + yyv4855 = append(yyv4855, Namespace{}) // var yyz4855 Namespace yyc4855 = true } yyh4855.ElemContainerState(yyj4855) if yyj4855 < len(yyv4855) { if r.TryDecodeAsNil() { - yyv4855[yyj4855] = LimitRange{} + yyv4855[yyj4855] = Namespace{} } else { yyv4858 := &yyv4855[yyj4855] yyv4858.CodecDecodeSelf(d) @@ -62274,7 +62252,7 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode yyv4855 = yyv4855[:yyj4855] yyc4855 = true } else if yyj4855 == 0 && yyv4855 == nil { - yyv4855 = []LimitRange{} + yyv4855 = []Namespace{} yyc4855 = true } } @@ -62284,14 +62262,510 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode } } -func (x codecSelfer1234) encSliceResourceQuotaScope(v []ResourceQuotaScope, e *codec1978.Encoder) { +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 _, yyv4859 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4859.CodecEncodeSelf(e) + yy4860 := &yyv4859 + yy4860.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 + + yyv4861 := *v + yyh4861, yyl4861 := z.DecSliceHelperStart() + var yyc4861 bool + if yyl4861 == 0 { + if yyv4861 == nil { + yyv4861 = []Event{} + yyc4861 = true + } else if len(yyv4861) != 0 { + yyv4861 = yyv4861[:0] + yyc4861 = true + } + } else if yyl4861 > 0 { + var yyrr4861, yyrl4861 int + var yyrt4861 bool + if yyl4861 > cap(yyv4861) { + + yyrg4861 := len(yyv4861) > 0 + yyv24861 := yyv4861 + yyrl4861, yyrt4861 = z.DecInferLen(yyl4861, z.DecBasicHandle().MaxInitLen, 504) + if yyrt4861 { + if yyrl4861 <= cap(yyv4861) { + yyv4861 = yyv4861[:yyrl4861] + } else { + yyv4861 = make([]Event, yyrl4861) + } + } else { + yyv4861 = make([]Event, yyrl4861) + } + yyc4861 = true + yyrr4861 = len(yyv4861) + if yyrg4861 { + copy(yyv4861, yyv24861) + } + } else if yyl4861 != len(yyv4861) { + yyv4861 = yyv4861[:yyl4861] + yyc4861 = true + } + yyj4861 := 0 + for ; yyj4861 < yyrr4861; yyj4861++ { + yyh4861.ElemContainerState(yyj4861) + if r.TryDecodeAsNil() { + yyv4861[yyj4861] = Event{} + } else { + yyv4862 := &yyv4861[yyj4861] + yyv4862.CodecDecodeSelf(d) + } + + } + if yyrt4861 { + for ; yyj4861 < yyl4861; yyj4861++ { + yyv4861 = append(yyv4861, Event{}) + yyh4861.ElemContainerState(yyj4861) + if r.TryDecodeAsNil() { + yyv4861[yyj4861] = Event{} + } else { + yyv4863 := &yyv4861[yyj4861] + yyv4863.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4861 := 0 + for ; !r.CheckBreak(); yyj4861++ { + + if yyj4861 >= len(yyv4861) { + yyv4861 = append(yyv4861, Event{}) // var yyz4861 Event + yyc4861 = true + } + yyh4861.ElemContainerState(yyj4861) + if yyj4861 < len(yyv4861) { + if r.TryDecodeAsNil() { + yyv4861[yyj4861] = Event{} + } else { + yyv4864 := &yyv4861[yyj4861] + yyv4864.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4861 < len(yyv4861) { + yyv4861 = yyv4861[:yyj4861] + yyc4861 = true + } else if yyj4861 == 0 && yyv4861 == nil { + yyv4861 = []Event{} + yyc4861 = true + } + } + yyh4861.End() + if yyc4861 { + *v = yyv4861 + } +} + +func (x codecSelfer1234) encSliceruntime_RawExtension(v []pkg5_runtime.RawExtension, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4865 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4866 := &yyv4865 + yym4867 := z.EncBinary() + _ = yym4867 + if false { + } else if z.HasExtensions() && z.EncExt(yy4866) { + } else if !yym4867 && z.IsJSONHandle() { + z.EncJSONMarshal(yy4866) + } else { + z.EncFallback(yy4866) + } + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg5_runtime.RawExtension, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4868 := *v + yyh4868, yyl4868 := z.DecSliceHelperStart() + var yyc4868 bool + if yyl4868 == 0 { + if yyv4868 == nil { + yyv4868 = []pkg5_runtime.RawExtension{} + yyc4868 = true + } else if len(yyv4868) != 0 { + yyv4868 = yyv4868[:0] + yyc4868 = true + } + } else if yyl4868 > 0 { + var yyrr4868, yyrl4868 int + var yyrt4868 bool + if yyl4868 > cap(yyv4868) { + + yyrg4868 := len(yyv4868) > 0 + yyv24868 := yyv4868 + yyrl4868, yyrt4868 = z.DecInferLen(yyl4868, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4868 { + if yyrl4868 <= cap(yyv4868) { + yyv4868 = yyv4868[:yyrl4868] + } else { + yyv4868 = make([]pkg5_runtime.RawExtension, yyrl4868) + } + } else { + yyv4868 = make([]pkg5_runtime.RawExtension, yyrl4868) + } + yyc4868 = true + yyrr4868 = len(yyv4868) + if yyrg4868 { + copy(yyv4868, yyv24868) + } + } else if yyl4868 != len(yyv4868) { + yyv4868 = yyv4868[:yyl4868] + yyc4868 = true + } + yyj4868 := 0 + for ; yyj4868 < yyrr4868; yyj4868++ { + yyh4868.ElemContainerState(yyj4868) + if r.TryDecodeAsNil() { + yyv4868[yyj4868] = pkg5_runtime.RawExtension{} + } else { + yyv4869 := &yyv4868[yyj4868] + yym4870 := z.DecBinary() + _ = yym4870 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4869) { + } else if !yym4870 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4869) + } else { + z.DecFallback(yyv4869, false) + } + } + + } + if yyrt4868 { + for ; yyj4868 < yyl4868; yyj4868++ { + yyv4868 = append(yyv4868, pkg5_runtime.RawExtension{}) + yyh4868.ElemContainerState(yyj4868) + if r.TryDecodeAsNil() { + yyv4868[yyj4868] = pkg5_runtime.RawExtension{} + } else { + yyv4871 := &yyv4868[yyj4868] + yym4872 := z.DecBinary() + _ = yym4872 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4871) { + } else if !yym4872 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4871) + } else { + z.DecFallback(yyv4871, false) + } + } + + } + } + + } else { + yyj4868 := 0 + for ; !r.CheckBreak(); yyj4868++ { + + if yyj4868 >= len(yyv4868) { + yyv4868 = append(yyv4868, pkg5_runtime.RawExtension{}) // var yyz4868 pkg5_runtime.RawExtension + yyc4868 = true + } + yyh4868.ElemContainerState(yyj4868) + if yyj4868 < len(yyv4868) { + if r.TryDecodeAsNil() { + yyv4868[yyj4868] = pkg5_runtime.RawExtension{} + } else { + yyv4873 := &yyv4868[yyj4868] + yym4874 := z.DecBinary() + _ = yym4874 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4873) { + } else if !yym4874 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4873) + } else { + z.DecFallback(yyv4873, false) + } + } + + } else { + z.DecSwallow() + } + + } + if yyj4868 < len(yyv4868) { + yyv4868 = yyv4868[:yyj4868] + yyc4868 = true + } else if yyj4868 == 0 && yyv4868 == nil { + yyv4868 = []pkg5_runtime.RawExtension{} + yyc4868 = true + } + } + yyh4868.End() + if yyc4868 { + *v = yyv4868 + } +} + +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 _, yyv4875 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4876 := &yyv4875 + yy4876.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4877 := *v + yyh4877, yyl4877 := z.DecSliceHelperStart() + var yyc4877 bool + if yyl4877 == 0 { + if yyv4877 == nil { + yyv4877 = []LimitRangeItem{} + yyc4877 = true + } else if len(yyv4877) != 0 { + yyv4877 = yyv4877[:0] + yyc4877 = true + } + } else if yyl4877 > 0 { + var yyrr4877, yyrl4877 int + var yyrt4877 bool + if yyl4877 > cap(yyv4877) { + + yyrg4877 := len(yyv4877) > 0 + yyv24877 := yyv4877 + yyrl4877, yyrt4877 = z.DecInferLen(yyl4877, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4877 { + if yyrl4877 <= cap(yyv4877) { + yyv4877 = yyv4877[:yyrl4877] + } else { + yyv4877 = make([]LimitRangeItem, yyrl4877) + } + } else { + yyv4877 = make([]LimitRangeItem, yyrl4877) + } + yyc4877 = true + yyrr4877 = len(yyv4877) + if yyrg4877 { + copy(yyv4877, yyv24877) + } + } else if yyl4877 != len(yyv4877) { + yyv4877 = yyv4877[:yyl4877] + yyc4877 = true + } + yyj4877 := 0 + for ; yyj4877 < yyrr4877; yyj4877++ { + yyh4877.ElemContainerState(yyj4877) + if r.TryDecodeAsNil() { + yyv4877[yyj4877] = LimitRangeItem{} + } else { + yyv4878 := &yyv4877[yyj4877] + yyv4878.CodecDecodeSelf(d) + } + + } + if yyrt4877 { + for ; yyj4877 < yyl4877; yyj4877++ { + yyv4877 = append(yyv4877, LimitRangeItem{}) + yyh4877.ElemContainerState(yyj4877) + if r.TryDecodeAsNil() { + yyv4877[yyj4877] = LimitRangeItem{} + } else { + yyv4879 := &yyv4877[yyj4877] + yyv4879.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4877 := 0 + for ; !r.CheckBreak(); yyj4877++ { + + if yyj4877 >= len(yyv4877) { + yyv4877 = append(yyv4877, LimitRangeItem{}) // var yyz4877 LimitRangeItem + yyc4877 = true + } + yyh4877.ElemContainerState(yyj4877) + if yyj4877 < len(yyv4877) { + if r.TryDecodeAsNil() { + yyv4877[yyj4877] = LimitRangeItem{} + } else { + yyv4880 := &yyv4877[yyj4877] + yyv4880.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4877 < len(yyv4877) { + yyv4877 = yyv4877[:yyj4877] + yyc4877 = true + } else if yyj4877 == 0 && yyv4877 == nil { + yyv4877 = []LimitRangeItem{} + yyc4877 = true + } + } + yyh4877.End() + if yyc4877 { + *v = yyv4877 + } +} + +func (x codecSelfer1234) encSliceLimitRange(v []LimitRange, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4881 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4882 := &yyv4881 + yy4882.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4883 := *v + yyh4883, yyl4883 := z.DecSliceHelperStart() + var yyc4883 bool + if yyl4883 == 0 { + if yyv4883 == nil { + yyv4883 = []LimitRange{} + yyc4883 = true + } else if len(yyv4883) != 0 { + yyv4883 = yyv4883[:0] + yyc4883 = true + } + } else if yyl4883 > 0 { + var yyrr4883, yyrl4883 int + var yyrt4883 bool + if yyl4883 > cap(yyv4883) { + + yyrg4883 := len(yyv4883) > 0 + yyv24883 := yyv4883 + yyrl4883, yyrt4883 = z.DecInferLen(yyl4883, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4883 { + if yyrl4883 <= cap(yyv4883) { + yyv4883 = yyv4883[:yyrl4883] + } else { + yyv4883 = make([]LimitRange, yyrl4883) + } + } else { + yyv4883 = make([]LimitRange, yyrl4883) + } + yyc4883 = true + yyrr4883 = len(yyv4883) + if yyrg4883 { + copy(yyv4883, yyv24883) + } + } else if yyl4883 != len(yyv4883) { + yyv4883 = yyv4883[:yyl4883] + yyc4883 = true + } + yyj4883 := 0 + for ; yyj4883 < yyrr4883; yyj4883++ { + yyh4883.ElemContainerState(yyj4883) + if r.TryDecodeAsNil() { + yyv4883[yyj4883] = LimitRange{} + } else { + yyv4884 := &yyv4883[yyj4883] + yyv4884.CodecDecodeSelf(d) + } + + } + if yyrt4883 { + for ; yyj4883 < yyl4883; yyj4883++ { + yyv4883 = append(yyv4883, LimitRange{}) + yyh4883.ElemContainerState(yyj4883) + if r.TryDecodeAsNil() { + yyv4883[yyj4883] = LimitRange{} + } else { + yyv4885 := &yyv4883[yyj4883] + yyv4885.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4883 := 0 + for ; !r.CheckBreak(); yyj4883++ { + + if yyj4883 >= len(yyv4883) { + yyv4883 = append(yyv4883, LimitRange{}) // var yyz4883 LimitRange + yyc4883 = true + } + yyh4883.ElemContainerState(yyj4883) + if yyj4883 < len(yyv4883) { + if r.TryDecodeAsNil() { + yyv4883[yyj4883] = LimitRange{} + } else { + yyv4886 := &yyv4883[yyj4883] + yyv4886.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4883 < len(yyv4883) { + yyv4883 = yyv4883[:yyj4883] + yyc4883 = true + } else if yyj4883 == 0 && yyv4883 == nil { + yyv4883 = []LimitRange{} + yyc4883 = true + } + } + yyh4883.End() + if yyc4883 { + *v = yyv4883 + } +} + +func (x codecSelfer1234) encSliceResourceQuotaScope(v []ResourceQuotaScope, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4887 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yyv4887.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62301,465 +62775,12 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4860 := *v - yyh4860, yyl4860 := z.DecSliceHelperStart() - var yyc4860 bool - if yyl4860 == 0 { - if yyv4860 == nil { - yyv4860 = []ResourceQuotaScope{} - yyc4860 = true - } else if len(yyv4860) != 0 { - yyv4860 = yyv4860[:0] - yyc4860 = true - } - } else if yyl4860 > 0 { - var yyrr4860, yyrl4860 int - var yyrt4860 bool - if yyl4860 > cap(yyv4860) { - - yyrl4860, yyrt4860 = z.DecInferLen(yyl4860, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4860 { - if yyrl4860 <= cap(yyv4860) { - yyv4860 = yyv4860[:yyrl4860] - } else { - yyv4860 = make([]ResourceQuotaScope, yyrl4860) - } - } else { - yyv4860 = make([]ResourceQuotaScope, yyrl4860) - } - yyc4860 = true - yyrr4860 = len(yyv4860) - } else if yyl4860 != len(yyv4860) { - yyv4860 = yyv4860[:yyl4860] - yyc4860 = true - } - yyj4860 := 0 - for ; yyj4860 < yyrr4860; yyj4860++ { - yyh4860.ElemContainerState(yyj4860) - if r.TryDecodeAsNil() { - yyv4860[yyj4860] = "" - } else { - yyv4860[yyj4860] = ResourceQuotaScope(r.DecodeString()) - } - - } - if yyrt4860 { - for ; yyj4860 < yyl4860; yyj4860++ { - yyv4860 = append(yyv4860, "") - yyh4860.ElemContainerState(yyj4860) - if r.TryDecodeAsNil() { - yyv4860[yyj4860] = "" - } else { - yyv4860[yyj4860] = ResourceQuotaScope(r.DecodeString()) - } - - } - } - - } else { - yyj4860 := 0 - for ; !r.CheckBreak(); yyj4860++ { - - if yyj4860 >= len(yyv4860) { - yyv4860 = append(yyv4860, "") // var yyz4860 ResourceQuotaScope - yyc4860 = true - } - yyh4860.ElemContainerState(yyj4860) - if yyj4860 < len(yyv4860) { - if r.TryDecodeAsNil() { - yyv4860[yyj4860] = "" - } else { - yyv4860[yyj4860] = ResourceQuotaScope(r.DecodeString()) - } - - } else { - z.DecSwallow() - } - - } - if yyj4860 < len(yyv4860) { - yyv4860 = yyv4860[:yyj4860] - yyc4860 = true - } else if yyj4860 == 0 && yyv4860 == nil { - yyv4860 = []ResourceQuotaScope{} - yyc4860 = true - } - } - yyh4860.End() - if yyc4860 { - *v = yyv4860 - } -} - -func (x codecSelfer1234) encSliceResourceQuota(v []ResourceQuota, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4864 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4865 := &yyv4864 - yy4865.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4866 := *v - yyh4866, yyl4866 := z.DecSliceHelperStart() - var yyc4866 bool - if yyl4866 == 0 { - if yyv4866 == nil { - yyv4866 = []ResourceQuota{} - yyc4866 = true - } else if len(yyv4866) != 0 { - yyv4866 = yyv4866[:0] - yyc4866 = true - } - } else if yyl4866 > 0 { - var yyrr4866, yyrl4866 int - var yyrt4866 bool - if yyl4866 > cap(yyv4866) { - - yyrg4866 := len(yyv4866) > 0 - yyv24866 := yyv4866 - yyrl4866, yyrt4866 = z.DecInferLen(yyl4866, z.DecBasicHandle().MaxInitLen, 304) - if yyrt4866 { - if yyrl4866 <= cap(yyv4866) { - yyv4866 = yyv4866[:yyrl4866] - } else { - yyv4866 = make([]ResourceQuota, yyrl4866) - } - } else { - yyv4866 = make([]ResourceQuota, yyrl4866) - } - yyc4866 = true - yyrr4866 = len(yyv4866) - if yyrg4866 { - copy(yyv4866, yyv24866) - } - } else if yyl4866 != len(yyv4866) { - yyv4866 = yyv4866[:yyl4866] - yyc4866 = true - } - yyj4866 := 0 - for ; yyj4866 < yyrr4866; yyj4866++ { - yyh4866.ElemContainerState(yyj4866) - if r.TryDecodeAsNil() { - yyv4866[yyj4866] = ResourceQuota{} - } else { - yyv4867 := &yyv4866[yyj4866] - yyv4867.CodecDecodeSelf(d) - } - - } - if yyrt4866 { - for ; yyj4866 < yyl4866; yyj4866++ { - yyv4866 = append(yyv4866, ResourceQuota{}) - yyh4866.ElemContainerState(yyj4866) - if r.TryDecodeAsNil() { - yyv4866[yyj4866] = ResourceQuota{} - } else { - yyv4868 := &yyv4866[yyj4866] - yyv4868.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4866 := 0 - for ; !r.CheckBreak(); yyj4866++ { - - if yyj4866 >= len(yyv4866) { - yyv4866 = append(yyv4866, ResourceQuota{}) // var yyz4866 ResourceQuota - yyc4866 = true - } - yyh4866.ElemContainerState(yyj4866) - if yyj4866 < len(yyv4866) { - if r.TryDecodeAsNil() { - yyv4866[yyj4866] = ResourceQuota{} - } else { - yyv4869 := &yyv4866[yyj4866] - yyv4869.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4866 < len(yyv4866) { - yyv4866 = yyv4866[:yyj4866] - yyc4866 = true - } else if yyj4866 == 0 && yyv4866 == nil { - yyv4866 = []ResourceQuota{} - yyc4866 = true - } - } - yyh4866.End() - if yyc4866 { - *v = yyv4866 - } -} - -func (x codecSelfer1234) encMapstringSliceuint8(v map[string][]uint8, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeMapStart(len(v)) - for yyk4870, yyv4870 := range v { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - yym4871 := z.EncBinary() - _ = yym4871 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(yyk4870)) - } - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyv4870 == nil { - r.EncodeNil() - } else { - yym4872 := z.EncBinary() - _ = yym4872 - if false { - } else { - r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4870)) - } - } - } - z.EncSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x codecSelfer1234) decMapstringSliceuint8(v *map[string][]uint8, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4873 := *v - yyl4873 := r.ReadMapStart() - yybh4873 := z.DecBasicHandle() - if yyv4873 == nil { - yyrl4873, _ := z.DecInferLen(yyl4873, yybh4873.MaxInitLen, 40) - yyv4873 = make(map[string][]uint8, yyrl4873) - *v = yyv4873 - } - var yymk4873 string - var yymv4873 []uint8 - var yymg4873 bool - if yybh4873.MapValueReset { - yymg4873 = true - } - if yyl4873 > 0 { - for yyj4873 := 0; yyj4873 < yyl4873; yyj4873++ { - z.DecSendContainerState(codecSelfer_containerMapKey1234) - if r.TryDecodeAsNil() { - yymk4873 = "" - } else { - yymk4873 = string(r.DecodeString()) - } - - if yymg4873 { - yymv4873 = yyv4873[yymk4873] - } else { - yymv4873 = nil - } - z.DecSendContainerState(codecSelfer_containerMapValue1234) - if r.TryDecodeAsNil() { - yymv4873 = nil - } else { - yyv4875 := &yymv4873 - yym4876 := z.DecBinary() - _ = yym4876 - if false { - } else { - *yyv4875 = r.DecodeBytes(*(*[]byte)(yyv4875), false, false) - } - } - - if yyv4873 != nil { - yyv4873[yymk4873] = yymv4873 - } - } - } else if yyl4873 < 0 { - for yyj4873 := 0; !r.CheckBreak(); yyj4873++ { - z.DecSendContainerState(codecSelfer_containerMapKey1234) - if r.TryDecodeAsNil() { - yymk4873 = "" - } else { - yymk4873 = string(r.DecodeString()) - } - - if yymg4873 { - yymv4873 = yyv4873[yymk4873] - } else { - yymv4873 = nil - } - z.DecSendContainerState(codecSelfer_containerMapValue1234) - if r.TryDecodeAsNil() { - yymv4873 = nil - } else { - yyv4878 := &yymv4873 - yym4879 := z.DecBinary() - _ = yym4879 - if false { - } else { - *yyv4878 = r.DecodeBytes(*(*[]byte)(yyv4878), false, false) - } - } - - if yyv4873 != nil { - yyv4873[yymk4873] = yymv4873 - } - } - } // else len==0: TODO: Should we clear map entries? - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x codecSelfer1234) encSliceSecret(v []Secret, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4880 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4881 := &yyv4880 - yy4881.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4882 := *v - yyh4882, yyl4882 := z.DecSliceHelperStart() - var yyc4882 bool - if yyl4882 == 0 { - if yyv4882 == nil { - yyv4882 = []Secret{} - yyc4882 = true - } else if len(yyv4882) != 0 { - yyv4882 = yyv4882[:0] - yyc4882 = true - } - } else if yyl4882 > 0 { - var yyrr4882, yyrl4882 int - var yyrt4882 bool - if yyl4882 > cap(yyv4882) { - - yyrg4882 := len(yyv4882) > 0 - yyv24882 := yyv4882 - yyrl4882, yyrt4882 = z.DecInferLen(yyl4882, z.DecBasicHandle().MaxInitLen, 288) - if yyrt4882 { - if yyrl4882 <= cap(yyv4882) { - yyv4882 = yyv4882[:yyrl4882] - } else { - yyv4882 = make([]Secret, yyrl4882) - } - } else { - yyv4882 = make([]Secret, yyrl4882) - } - yyc4882 = true - yyrr4882 = len(yyv4882) - if yyrg4882 { - copy(yyv4882, yyv24882) - } - } else if yyl4882 != len(yyv4882) { - yyv4882 = yyv4882[:yyl4882] - yyc4882 = true - } - yyj4882 := 0 - for ; yyj4882 < yyrr4882; yyj4882++ { - yyh4882.ElemContainerState(yyj4882) - if r.TryDecodeAsNil() { - yyv4882[yyj4882] = Secret{} - } else { - yyv4883 := &yyv4882[yyj4882] - yyv4883.CodecDecodeSelf(d) - } - - } - if yyrt4882 { - for ; yyj4882 < yyl4882; yyj4882++ { - yyv4882 = append(yyv4882, Secret{}) - yyh4882.ElemContainerState(yyj4882) - if r.TryDecodeAsNil() { - yyv4882[yyj4882] = Secret{} - } else { - yyv4884 := &yyv4882[yyj4882] - yyv4884.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4882 := 0 - for ; !r.CheckBreak(); yyj4882++ { - - if yyj4882 >= len(yyv4882) { - yyv4882 = append(yyv4882, Secret{}) // var yyz4882 Secret - yyc4882 = true - } - yyh4882.ElemContainerState(yyj4882) - if yyj4882 < len(yyv4882) { - if r.TryDecodeAsNil() { - yyv4882[yyj4882] = Secret{} - } else { - yyv4885 := &yyv4882[yyj4882] - yyv4885.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4882 < len(yyv4882) { - yyv4882 = yyv4882[:yyj4882] - yyc4882 = true - } else if yyj4882 == 0 && yyv4882 == nil { - yyv4882 = []Secret{} - yyc4882 = true - } - } - yyh4882.End() - if yyc4882 { - *v = yyv4882 - } -} - -func (x codecSelfer1234) encSliceConfigMap(v []ConfigMap, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4886 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4887 := &yyv4886 - yy4887.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yyv4888 := *v yyh4888, yyl4888 := z.DecSliceHelperStart() var yyc4888 bool if yyl4888 == 0 { if yyv4888 == nil { - yyv4888 = []ConfigMap{} + yyv4888 = []ResourceQuotaScope{} yyc4888 = true } else if len(yyv4888) != 0 { yyv4888 = yyv4888[:0] @@ -62770,23 +62791,18 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) var yyrt4888 bool if yyl4888 > cap(yyv4888) { - yyrg4888 := len(yyv4888) > 0 - yyv24888 := yyv4888 - yyrl4888, yyrt4888 = z.DecInferLen(yyl4888, z.DecBasicHandle().MaxInitLen, 264) + yyrl4888, yyrt4888 = z.DecInferLen(yyl4888, z.DecBasicHandle().MaxInitLen, 16) if yyrt4888 { if yyrl4888 <= cap(yyv4888) { yyv4888 = yyv4888[:yyrl4888] } else { - yyv4888 = make([]ConfigMap, yyrl4888) + yyv4888 = make([]ResourceQuotaScope, yyrl4888) } } else { - yyv4888 = make([]ConfigMap, yyrl4888) + yyv4888 = make([]ResourceQuotaScope, yyrl4888) } yyc4888 = true yyrr4888 = len(yyv4888) - if yyrg4888 { - copy(yyv4888, yyv24888) - } } else if yyl4888 != len(yyv4888) { yyv4888 = yyv4888[:yyl4888] yyc4888 = true @@ -62795,22 +62811,20 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) for ; yyj4888 < yyrr4888; yyj4888++ { yyh4888.ElemContainerState(yyj4888) if r.TryDecodeAsNil() { - yyv4888[yyj4888] = ConfigMap{} + yyv4888[yyj4888] = "" } else { - yyv4889 := &yyv4888[yyj4888] - yyv4889.CodecDecodeSelf(d) + yyv4888[yyj4888] = ResourceQuotaScope(r.DecodeString()) } } if yyrt4888 { for ; yyj4888 < yyl4888; yyj4888++ { - yyv4888 = append(yyv4888, ConfigMap{}) + yyv4888 = append(yyv4888, "") yyh4888.ElemContainerState(yyj4888) if r.TryDecodeAsNil() { - yyv4888[yyj4888] = ConfigMap{} + yyv4888[yyj4888] = "" } else { - yyv4890 := &yyv4888[yyj4888] - yyv4890.CodecDecodeSelf(d) + yyv4888[yyj4888] = ResourceQuotaScope(r.DecodeString()) } } @@ -62821,16 +62835,15 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) for ; !r.CheckBreak(); yyj4888++ { if yyj4888 >= len(yyv4888) { - yyv4888 = append(yyv4888, ConfigMap{}) // var yyz4888 ConfigMap + yyv4888 = append(yyv4888, "") // var yyz4888 ResourceQuotaScope yyc4888 = true } yyh4888.ElemContainerState(yyj4888) if yyj4888 < len(yyv4888) { if r.TryDecodeAsNil() { - yyv4888[yyj4888] = ConfigMap{} + yyv4888[yyj4888] = "" } else { - yyv4891 := &yyv4888[yyj4888] - yyv4891.CodecDecodeSelf(d) + yyv4888[yyj4888] = ResourceQuotaScope(r.DecodeString()) } } else { @@ -62842,7 +62855,7 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) yyv4888 = yyv4888[:yyj4888] yyc4888 = true } else if yyj4888 == 0 && yyv4888 == nil { - yyv4888 = []ConfigMap{} + yyv4888 = []ResourceQuotaScope{} yyc4888 = true } } @@ -62852,7 +62865,7 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) } } -func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceResourceQuota(v []ResourceQuota, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r @@ -62865,7 +62878,7 @@ func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *c z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } -func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d *codec1978.Decoder) { +func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -62875,7 +62888,7 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * var yyc4894 bool if yyl4894 == 0 { if yyv4894 == nil { - yyv4894 = []ComponentCondition{} + yyv4894 = []ResourceQuota{} yyc4894 = true } else if len(yyv4894) != 0 { yyv4894 = yyv4894[:0] @@ -62888,15 +62901,15 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * yyrg4894 := len(yyv4894) > 0 yyv24894 := yyv4894 - yyrl4894, yyrt4894 = z.DecInferLen(yyl4894, z.DecBasicHandle().MaxInitLen, 64) + yyrl4894, yyrt4894 = z.DecInferLen(yyl4894, z.DecBasicHandle().MaxInitLen, 304) if yyrt4894 { if yyrl4894 <= cap(yyv4894) { yyv4894 = yyv4894[:yyrl4894] } else { - yyv4894 = make([]ComponentCondition, yyrl4894) + yyv4894 = make([]ResourceQuota, yyrl4894) } } else { - yyv4894 = make([]ComponentCondition, yyrl4894) + yyv4894 = make([]ResourceQuota, yyrl4894) } yyc4894 = true yyrr4894 = len(yyv4894) @@ -62911,7 +62924,7 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * for ; yyj4894 < yyrr4894; yyj4894++ { yyh4894.ElemContainerState(yyj4894) if r.TryDecodeAsNil() { - yyv4894[yyj4894] = ComponentCondition{} + yyv4894[yyj4894] = ResourceQuota{} } else { yyv4895 := &yyv4894[yyj4894] yyv4895.CodecDecodeSelf(d) @@ -62920,10 +62933,10 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * } if yyrt4894 { for ; yyj4894 < yyl4894; yyj4894++ { - yyv4894 = append(yyv4894, ComponentCondition{}) + yyv4894 = append(yyv4894, ResourceQuota{}) yyh4894.ElemContainerState(yyj4894) if r.TryDecodeAsNil() { - yyv4894[yyj4894] = ComponentCondition{} + yyv4894[yyj4894] = ResourceQuota{} } else { yyv4896 := &yyv4894[yyj4894] yyv4896.CodecDecodeSelf(d) @@ -62937,13 +62950,13 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * for ; !r.CheckBreak(); yyj4894++ { if yyj4894 >= len(yyv4894) { - yyv4894 = append(yyv4894, ComponentCondition{}) // var yyz4894 ComponentCondition + yyv4894 = append(yyv4894, ResourceQuota{}) // var yyz4894 ResourceQuota yyc4894 = true } yyh4894.ElemContainerState(yyj4894) if yyj4894 < len(yyv4894) { if r.TryDecodeAsNil() { - yyv4894[yyj4894] = ComponentCondition{} + yyv4894[yyj4894] = ResourceQuota{} } else { yyv4897 := &yyv4894[yyj4894] yyv4897.CodecDecodeSelf(d) @@ -62958,7 +62971,7 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * yyv4894 = yyv4894[:yyj4894] yyc4894 = true } else if yyj4894 == 0 && yyv4894 == nil { - yyv4894 = []ComponentCondition{} + yyv4894 = []ResourceQuota{} yyc4894 = true } } @@ -62968,15 +62981,476 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * } } +func (x codecSelfer1234) encMapstringSliceuint8(v map[string][]uint8, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk4898, yyv4898 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + yym4899 := z.EncBinary() + _ = yym4899 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(yyk4898)) + } + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyv4898 == nil { + r.EncodeNil() + } else { + yym4900 := z.EncBinary() + _ = yym4900 + if false { + } else { + r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4898)) + } + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x codecSelfer1234) decMapstringSliceuint8(v *map[string][]uint8, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4901 := *v + yyl4901 := r.ReadMapStart() + yybh4901 := z.DecBasicHandle() + if yyv4901 == nil { + yyrl4901, _ := z.DecInferLen(yyl4901, yybh4901.MaxInitLen, 40) + yyv4901 = make(map[string][]uint8, yyrl4901) + *v = yyv4901 + } + var yymk4901 string + var yymv4901 []uint8 + var yymg4901 bool + if yybh4901.MapValueReset { + yymg4901 = true + } + if yyl4901 > 0 { + for yyj4901 := 0; yyj4901 < yyl4901; yyj4901++ { + z.DecSendContainerState(codecSelfer_containerMapKey1234) + if r.TryDecodeAsNil() { + yymk4901 = "" + } else { + yymk4901 = string(r.DecodeString()) + } + + if yymg4901 { + yymv4901 = yyv4901[yymk4901] + } else { + yymv4901 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue1234) + if r.TryDecodeAsNil() { + yymv4901 = nil + } else { + yyv4903 := &yymv4901 + yym4904 := z.DecBinary() + _ = yym4904 + if false { + } else { + *yyv4903 = r.DecodeBytes(*(*[]byte)(yyv4903), false, false) + } + } + + if yyv4901 != nil { + yyv4901[yymk4901] = yymv4901 + } + } + } else if yyl4901 < 0 { + for yyj4901 := 0; !r.CheckBreak(); yyj4901++ { + z.DecSendContainerState(codecSelfer_containerMapKey1234) + if r.TryDecodeAsNil() { + yymk4901 = "" + } else { + yymk4901 = string(r.DecodeString()) + } + + if yymg4901 { + yymv4901 = yyv4901[yymk4901] + } else { + yymv4901 = nil + } + z.DecSendContainerState(codecSelfer_containerMapValue1234) + if r.TryDecodeAsNil() { + yymv4901 = nil + } else { + yyv4906 := &yymv4901 + yym4907 := z.DecBinary() + _ = yym4907 + if false { + } else { + *yyv4906 = r.DecodeBytes(*(*[]byte)(yyv4906), false, false) + } + } + + if yyv4901 != nil { + yyv4901[yymk4901] = yymv4901 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x codecSelfer1234) encSliceSecret(v []Secret, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4908 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4909 := &yyv4908 + yy4909.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4910 := *v + yyh4910, yyl4910 := z.DecSliceHelperStart() + var yyc4910 bool + if yyl4910 == 0 { + if yyv4910 == nil { + yyv4910 = []Secret{} + yyc4910 = true + } else if len(yyv4910) != 0 { + yyv4910 = yyv4910[:0] + yyc4910 = true + } + } else if yyl4910 > 0 { + var yyrr4910, yyrl4910 int + var yyrt4910 bool + if yyl4910 > cap(yyv4910) { + + yyrg4910 := len(yyv4910) > 0 + yyv24910 := yyv4910 + yyrl4910, yyrt4910 = z.DecInferLen(yyl4910, z.DecBasicHandle().MaxInitLen, 288) + if yyrt4910 { + if yyrl4910 <= cap(yyv4910) { + yyv4910 = yyv4910[:yyrl4910] + } else { + yyv4910 = make([]Secret, yyrl4910) + } + } else { + yyv4910 = make([]Secret, yyrl4910) + } + yyc4910 = true + yyrr4910 = len(yyv4910) + if yyrg4910 { + copy(yyv4910, yyv24910) + } + } else if yyl4910 != len(yyv4910) { + yyv4910 = yyv4910[:yyl4910] + yyc4910 = true + } + yyj4910 := 0 + for ; yyj4910 < yyrr4910; yyj4910++ { + yyh4910.ElemContainerState(yyj4910) + if r.TryDecodeAsNil() { + yyv4910[yyj4910] = Secret{} + } else { + yyv4911 := &yyv4910[yyj4910] + yyv4911.CodecDecodeSelf(d) + } + + } + if yyrt4910 { + for ; yyj4910 < yyl4910; yyj4910++ { + yyv4910 = append(yyv4910, Secret{}) + yyh4910.ElemContainerState(yyj4910) + if r.TryDecodeAsNil() { + yyv4910[yyj4910] = Secret{} + } else { + yyv4912 := &yyv4910[yyj4910] + yyv4912.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4910 := 0 + for ; !r.CheckBreak(); yyj4910++ { + + if yyj4910 >= len(yyv4910) { + yyv4910 = append(yyv4910, Secret{}) // var yyz4910 Secret + yyc4910 = true + } + yyh4910.ElemContainerState(yyj4910) + if yyj4910 < len(yyv4910) { + if r.TryDecodeAsNil() { + yyv4910[yyj4910] = Secret{} + } else { + yyv4913 := &yyv4910[yyj4910] + yyv4913.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4910 < len(yyv4910) { + yyv4910 = yyv4910[:yyj4910] + yyc4910 = true + } else if yyj4910 == 0 && yyv4910 == nil { + yyv4910 = []Secret{} + yyc4910 = true + } + } + yyh4910.End() + if yyc4910 { + *v = yyv4910 + } +} + +func (x codecSelfer1234) encSliceConfigMap(v []ConfigMap, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4914 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4915 := &yyv4914 + yy4915.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4916 := *v + yyh4916, yyl4916 := z.DecSliceHelperStart() + var yyc4916 bool + if yyl4916 == 0 { + if yyv4916 == nil { + yyv4916 = []ConfigMap{} + yyc4916 = true + } else if len(yyv4916) != 0 { + yyv4916 = yyv4916[:0] + yyc4916 = true + } + } else if yyl4916 > 0 { + var yyrr4916, yyrl4916 int + var yyrt4916 bool + if yyl4916 > cap(yyv4916) { + + yyrg4916 := len(yyv4916) > 0 + yyv24916 := yyv4916 + yyrl4916, yyrt4916 = z.DecInferLen(yyl4916, z.DecBasicHandle().MaxInitLen, 264) + if yyrt4916 { + if yyrl4916 <= cap(yyv4916) { + yyv4916 = yyv4916[:yyrl4916] + } else { + yyv4916 = make([]ConfigMap, yyrl4916) + } + } else { + yyv4916 = make([]ConfigMap, yyrl4916) + } + yyc4916 = true + yyrr4916 = len(yyv4916) + if yyrg4916 { + copy(yyv4916, yyv24916) + } + } else if yyl4916 != len(yyv4916) { + yyv4916 = yyv4916[:yyl4916] + yyc4916 = true + } + yyj4916 := 0 + for ; yyj4916 < yyrr4916; yyj4916++ { + yyh4916.ElemContainerState(yyj4916) + if r.TryDecodeAsNil() { + yyv4916[yyj4916] = ConfigMap{} + } else { + yyv4917 := &yyv4916[yyj4916] + yyv4917.CodecDecodeSelf(d) + } + + } + if yyrt4916 { + for ; yyj4916 < yyl4916; yyj4916++ { + yyv4916 = append(yyv4916, ConfigMap{}) + yyh4916.ElemContainerState(yyj4916) + if r.TryDecodeAsNil() { + yyv4916[yyj4916] = ConfigMap{} + } else { + yyv4918 := &yyv4916[yyj4916] + yyv4918.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4916 := 0 + for ; !r.CheckBreak(); yyj4916++ { + + if yyj4916 >= len(yyv4916) { + yyv4916 = append(yyv4916, ConfigMap{}) // var yyz4916 ConfigMap + yyc4916 = true + } + yyh4916.ElemContainerState(yyj4916) + if yyj4916 < len(yyv4916) { + if r.TryDecodeAsNil() { + yyv4916[yyj4916] = ConfigMap{} + } else { + yyv4919 := &yyv4916[yyj4916] + yyv4919.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4916 < len(yyv4916) { + yyv4916 = yyv4916[:yyj4916] + yyc4916 = true + } else if yyj4916 == 0 && yyv4916 == nil { + yyv4916 = []ConfigMap{} + yyc4916 = true + } + } + yyh4916.End() + if yyc4916 { + *v = yyv4916 + } +} + +func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4920 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4921 := &yyv4920 + yy4921.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4922 := *v + yyh4922, yyl4922 := z.DecSliceHelperStart() + var yyc4922 bool + if yyl4922 == 0 { + if yyv4922 == nil { + yyv4922 = []ComponentCondition{} + yyc4922 = true + } else if len(yyv4922) != 0 { + yyv4922 = yyv4922[:0] + yyc4922 = true + } + } else if yyl4922 > 0 { + var yyrr4922, yyrl4922 int + var yyrt4922 bool + if yyl4922 > cap(yyv4922) { + + yyrg4922 := len(yyv4922) > 0 + yyv24922 := yyv4922 + yyrl4922, yyrt4922 = z.DecInferLen(yyl4922, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4922 { + if yyrl4922 <= cap(yyv4922) { + yyv4922 = yyv4922[:yyrl4922] + } else { + yyv4922 = make([]ComponentCondition, yyrl4922) + } + } else { + yyv4922 = make([]ComponentCondition, yyrl4922) + } + yyc4922 = true + yyrr4922 = len(yyv4922) + if yyrg4922 { + copy(yyv4922, yyv24922) + } + } else if yyl4922 != len(yyv4922) { + yyv4922 = yyv4922[:yyl4922] + yyc4922 = true + } + yyj4922 := 0 + for ; yyj4922 < yyrr4922; yyj4922++ { + yyh4922.ElemContainerState(yyj4922) + if r.TryDecodeAsNil() { + yyv4922[yyj4922] = ComponentCondition{} + } else { + yyv4923 := &yyv4922[yyj4922] + yyv4923.CodecDecodeSelf(d) + } + + } + if yyrt4922 { + for ; yyj4922 < yyl4922; yyj4922++ { + yyv4922 = append(yyv4922, ComponentCondition{}) + yyh4922.ElemContainerState(yyj4922) + if r.TryDecodeAsNil() { + yyv4922[yyj4922] = ComponentCondition{} + } else { + yyv4924 := &yyv4922[yyj4922] + yyv4924.CodecDecodeSelf(d) + } + + } + } + + } else { + yyj4922 := 0 + for ; !r.CheckBreak(); yyj4922++ { + + if yyj4922 >= len(yyv4922) { + yyv4922 = append(yyv4922, ComponentCondition{}) // var yyz4922 ComponentCondition + yyc4922 = true + } + yyh4922.ElemContainerState(yyj4922) + if yyj4922 < len(yyv4922) { + if r.TryDecodeAsNil() { + yyv4922[yyj4922] = ComponentCondition{} + } else { + yyv4925 := &yyv4922[yyj4922] + yyv4925.CodecDecodeSelf(d) + } + + } else { + z.DecSwallow() + } + + } + if yyj4922 < len(yyv4922) { + yyv4922 = yyv4922[:yyj4922] + yyc4922 = true + } else if yyj4922 == 0 && yyv4922 == nil { + yyv4922 = []ComponentCondition{} + yyc4922 = true + } + } + yyh4922.End() + if yyc4922 { + *v = yyv4922 + } +} + func (x codecSelfer1234) encSliceComponentStatus(v []ComponentStatus, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4898 := range v { + for _, yyv4926 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4899 := &yyv4898 - yy4899.CodecEncodeSelf(e) + yy4927 := &yyv4926 + yy4927.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62986,83 +63460,83 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4900 := *v - yyh4900, yyl4900 := z.DecSliceHelperStart() - var yyc4900 bool - if yyl4900 == 0 { - if yyv4900 == nil { - yyv4900 = []ComponentStatus{} - yyc4900 = true - } else if len(yyv4900) != 0 { - yyv4900 = yyv4900[:0] - yyc4900 = true + yyv4928 := *v + yyh4928, yyl4928 := z.DecSliceHelperStart() + var yyc4928 bool + if yyl4928 == 0 { + if yyv4928 == nil { + yyv4928 = []ComponentStatus{} + yyc4928 = true + } else if len(yyv4928) != 0 { + yyv4928 = yyv4928[:0] + yyc4928 = true } - } else if yyl4900 > 0 { - var yyrr4900, yyrl4900 int - var yyrt4900 bool - if yyl4900 > cap(yyv4900) { + } else if yyl4928 > 0 { + var yyrr4928, yyrl4928 int + var yyrt4928 bool + if yyl4928 > cap(yyv4928) { - yyrg4900 := len(yyv4900) > 0 - yyv24900 := yyv4900 - yyrl4900, yyrt4900 = z.DecInferLen(yyl4900, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4900 { - if yyrl4900 <= cap(yyv4900) { - yyv4900 = yyv4900[:yyrl4900] + yyrg4928 := len(yyv4928) > 0 + yyv24928 := yyv4928 + yyrl4928, yyrt4928 = z.DecInferLen(yyl4928, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4928 { + if yyrl4928 <= cap(yyv4928) { + yyv4928 = yyv4928[:yyrl4928] } else { - yyv4900 = make([]ComponentStatus, yyrl4900) + yyv4928 = make([]ComponentStatus, yyrl4928) } } else { - yyv4900 = make([]ComponentStatus, yyrl4900) + yyv4928 = make([]ComponentStatus, yyrl4928) } - yyc4900 = true - yyrr4900 = len(yyv4900) - if yyrg4900 { - copy(yyv4900, yyv24900) + yyc4928 = true + yyrr4928 = len(yyv4928) + if yyrg4928 { + copy(yyv4928, yyv24928) } - } else if yyl4900 != len(yyv4900) { - yyv4900 = yyv4900[:yyl4900] - yyc4900 = true + } else if yyl4928 != len(yyv4928) { + yyv4928 = yyv4928[:yyl4928] + yyc4928 = true } - yyj4900 := 0 - for ; yyj4900 < yyrr4900; yyj4900++ { - yyh4900.ElemContainerState(yyj4900) + yyj4928 := 0 + for ; yyj4928 < yyrr4928; yyj4928++ { + yyh4928.ElemContainerState(yyj4928) if r.TryDecodeAsNil() { - yyv4900[yyj4900] = ComponentStatus{} + yyv4928[yyj4928] = ComponentStatus{} } else { - yyv4901 := &yyv4900[yyj4900] - yyv4901.CodecDecodeSelf(d) + yyv4929 := &yyv4928[yyj4928] + yyv4929.CodecDecodeSelf(d) } } - if yyrt4900 { - for ; yyj4900 < yyl4900; yyj4900++ { - yyv4900 = append(yyv4900, ComponentStatus{}) - yyh4900.ElemContainerState(yyj4900) + if yyrt4928 { + for ; yyj4928 < yyl4928; yyj4928++ { + yyv4928 = append(yyv4928, ComponentStatus{}) + yyh4928.ElemContainerState(yyj4928) if r.TryDecodeAsNil() { - yyv4900[yyj4900] = ComponentStatus{} + yyv4928[yyj4928] = ComponentStatus{} } else { - yyv4902 := &yyv4900[yyj4900] - yyv4902.CodecDecodeSelf(d) + yyv4930 := &yyv4928[yyj4928] + yyv4930.CodecDecodeSelf(d) } } } } else { - yyj4900 := 0 - for ; !r.CheckBreak(); yyj4900++ { + yyj4928 := 0 + for ; !r.CheckBreak(); yyj4928++ { - if yyj4900 >= len(yyv4900) { - yyv4900 = append(yyv4900, ComponentStatus{}) // var yyz4900 ComponentStatus - yyc4900 = true + if yyj4928 >= len(yyv4928) { + yyv4928 = append(yyv4928, ComponentStatus{}) // var yyz4928 ComponentStatus + yyc4928 = true } - yyh4900.ElemContainerState(yyj4900) - if yyj4900 < len(yyv4900) { + yyh4928.ElemContainerState(yyj4928) + if yyj4928 < len(yyv4928) { if r.TryDecodeAsNil() { - yyv4900[yyj4900] = ComponentStatus{} + yyv4928[yyj4928] = ComponentStatus{} } else { - yyv4903 := &yyv4900[yyj4900] - yyv4903.CodecDecodeSelf(d) + yyv4931 := &yyv4928[yyj4928] + yyv4931.CodecDecodeSelf(d) } } else { @@ -63070,17 +63544,17 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 } } - if yyj4900 < len(yyv4900) { - yyv4900 = yyv4900[:yyj4900] - yyc4900 = true - } else if yyj4900 == 0 && yyv4900 == nil { - yyv4900 = []ComponentStatus{} - yyc4900 = true + if yyj4928 < len(yyv4928) { + yyv4928 = yyv4928[:yyj4928] + yyc4928 = true + } else if yyj4928 == 0 && yyv4928 == nil { + yyv4928 = []ComponentStatus{} + yyc4928 = true } } - yyh4900.End() - if yyc4900 { - *v = yyv4900 + yyh4928.End() + if yyc4928 { + *v = yyv4928 } } @@ -63089,10 +63563,10 @@ func (x codecSelfer1234) encSliceDownwardAPIVolumeFile(v []DownwardAPIVolumeFile z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4904 := range v { + for _, yyv4932 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4905 := &yyv4904 - yy4905.CodecEncodeSelf(e) + yy4933 := &yyv4932 + yy4933.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -63102,83 +63576,83 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4906 := *v - yyh4906, yyl4906 := z.DecSliceHelperStart() - var yyc4906 bool - if yyl4906 == 0 { - if yyv4906 == nil { - yyv4906 = []DownwardAPIVolumeFile{} - yyc4906 = true - } else if len(yyv4906) != 0 { - yyv4906 = yyv4906[:0] - yyc4906 = true + yyv4934 := *v + yyh4934, yyl4934 := z.DecSliceHelperStart() + var yyc4934 bool + if yyl4934 == 0 { + if yyv4934 == nil { + yyv4934 = []DownwardAPIVolumeFile{} + yyc4934 = true + } else if len(yyv4934) != 0 { + yyv4934 = yyv4934[:0] + yyc4934 = true } - } else if yyl4906 > 0 { - var yyrr4906, yyrl4906 int - var yyrt4906 bool - if yyl4906 > cap(yyv4906) { + } else if yyl4934 > 0 { + var yyrr4934, yyrl4934 int + var yyrt4934 bool + if yyl4934 > cap(yyv4934) { - yyrg4906 := len(yyv4906) > 0 - yyv24906 := yyv4906 - yyrl4906, yyrt4906 = z.DecInferLen(yyl4906, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4906 { - if yyrl4906 <= cap(yyv4906) { - yyv4906 = yyv4906[:yyrl4906] + yyrg4934 := len(yyv4934) > 0 + yyv24934 := yyv4934 + yyrl4934, yyrt4934 = z.DecInferLen(yyl4934, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4934 { + if yyrl4934 <= cap(yyv4934) { + yyv4934 = yyv4934[:yyrl4934] } else { - yyv4906 = make([]DownwardAPIVolumeFile, yyrl4906) + yyv4934 = make([]DownwardAPIVolumeFile, yyrl4934) } } else { - yyv4906 = make([]DownwardAPIVolumeFile, yyrl4906) + yyv4934 = make([]DownwardAPIVolumeFile, yyrl4934) } - yyc4906 = true - yyrr4906 = len(yyv4906) - if yyrg4906 { - copy(yyv4906, yyv24906) + yyc4934 = true + yyrr4934 = len(yyv4934) + if yyrg4934 { + copy(yyv4934, yyv24934) } - } else if yyl4906 != len(yyv4906) { - yyv4906 = yyv4906[:yyl4906] - yyc4906 = true + } else if yyl4934 != len(yyv4934) { + yyv4934 = yyv4934[:yyl4934] + yyc4934 = true } - yyj4906 := 0 - for ; yyj4906 < yyrr4906; yyj4906++ { - yyh4906.ElemContainerState(yyj4906) + yyj4934 := 0 + for ; yyj4934 < yyrr4934; yyj4934++ { + yyh4934.ElemContainerState(yyj4934) if r.TryDecodeAsNil() { - yyv4906[yyj4906] = DownwardAPIVolumeFile{} + yyv4934[yyj4934] = DownwardAPIVolumeFile{} } else { - yyv4907 := &yyv4906[yyj4906] - yyv4907.CodecDecodeSelf(d) + yyv4935 := &yyv4934[yyj4934] + yyv4935.CodecDecodeSelf(d) } } - if yyrt4906 { - for ; yyj4906 < yyl4906; yyj4906++ { - yyv4906 = append(yyv4906, DownwardAPIVolumeFile{}) - yyh4906.ElemContainerState(yyj4906) + if yyrt4934 { + for ; yyj4934 < yyl4934; yyj4934++ { + yyv4934 = append(yyv4934, DownwardAPIVolumeFile{}) + yyh4934.ElemContainerState(yyj4934) if r.TryDecodeAsNil() { - yyv4906[yyj4906] = DownwardAPIVolumeFile{} + yyv4934[yyj4934] = DownwardAPIVolumeFile{} } else { - yyv4908 := &yyv4906[yyj4906] - yyv4908.CodecDecodeSelf(d) + yyv4936 := &yyv4934[yyj4934] + yyv4936.CodecDecodeSelf(d) } } } } else { - yyj4906 := 0 - for ; !r.CheckBreak(); yyj4906++ { + yyj4934 := 0 + for ; !r.CheckBreak(); yyj4934++ { - if yyj4906 >= len(yyv4906) { - yyv4906 = append(yyv4906, DownwardAPIVolumeFile{}) // var yyz4906 DownwardAPIVolumeFile - yyc4906 = true + if yyj4934 >= len(yyv4934) { + yyv4934 = append(yyv4934, DownwardAPIVolumeFile{}) // var yyz4934 DownwardAPIVolumeFile + yyc4934 = true } - yyh4906.ElemContainerState(yyj4906) - if yyj4906 < len(yyv4906) { + yyh4934.ElemContainerState(yyj4934) + if yyj4934 < len(yyv4934) { if r.TryDecodeAsNil() { - yyv4906[yyj4906] = DownwardAPIVolumeFile{} + yyv4934[yyj4934] = DownwardAPIVolumeFile{} } else { - yyv4909 := &yyv4906[yyj4906] - yyv4909.CodecDecodeSelf(d) + yyv4937 := &yyv4934[yyj4934] + yyv4937.CodecDecodeSelf(d) } } else { @@ -63186,16 +63660,16 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil } } - if yyj4906 < len(yyv4906) { - yyv4906 = yyv4906[:yyj4906] - yyc4906 = true - } else if yyj4906 == 0 && yyv4906 == nil { - yyv4906 = []DownwardAPIVolumeFile{} - yyc4906 = true + if yyj4934 < len(yyv4934) { + yyv4934 = yyv4934[:yyj4934] + yyc4934 = true + } else if yyj4934 == 0 && yyv4934 == nil { + yyv4934 = []DownwardAPIVolumeFile{} + yyc4934 = true } } - yyh4906.End() - if yyc4906 { - *v = yyv4906 + yyh4934.End() + if yyc4934 { + *v = yyv4934 } } diff --git a/staging/src/k8s.io/client-go/pkg/api/v1/types.go b/staging/src/k8s.io/client-go/pkg/api/v1/types.go index 3b4e55b243..ea543a8133 100644 --- a/staging/src/k8s.io/client-go/pkg/api/v1/types.go +++ b/staging/src/k8s.io/client-go/pkg/api/v1/types.go @@ -322,6 +322,8 @@ type VolumeSource struct { // AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. // +optional AzureDisk *AzureDiskVolumeSource `json:"azureDisk,omitempty" protobuf:"bytes,22,opt,name=azureDisk"` + // PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine + PhotonPersistentDisk *PhotonPersistentDiskVolumeSource `json:"photonPersistentDisk,omitempty" protobuf:"bytes,23,opt,name=photonPersistentDisk"` } // PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. @@ -405,6 +407,8 @@ type PersistentVolumeSource struct { // AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. // +optional AzureDisk *AzureDiskVolumeSource `json:"azureDisk,omitempty" protobuf:"bytes,16,opt,name=azureDisk"` + // PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine + PhotonPersistentDisk *PhotonPersistentDiskVolumeSource `json:"photonPersistentDisk,omitempty" protobuf:"bytes,17,opt,name=photonPersistentDisk"` } // +genclient=true @@ -1023,6 +1027,17 @@ type VsphereVirtualDiskVolumeSource struct { // +optional FSType string `json:"fsType,omitempty" protobuf:"bytes,2,opt,name=fsType"` } + +// Represents a Photon Controller persistent disk resource. +type PhotonPersistentDiskVolumeSource struct { + // ID that identifies Photon Controller persistent disk + PdID string `json:"pdID" protobuf:"bytes,1,opt,name=pdID"` + // Filesystem type to mount. + // Must be a filesystem type supported by the host operating system. + // Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + FSType string `json:"fsType,omitempty" protobuf:"bytes,2,opt,name=fsType"` +} + type AzureDataDiskCachingMode string const ( diff --git a/staging/src/k8s.io/client-go/pkg/api/v1/types_swagger_doc_generated.go b/staging/src/k8s.io/client-go/pkg/api/v1/types_swagger_doc_generated.go index f55397cfc8..5620489b30 100644 --- a/staging/src/k8s.io/client-go/pkg/api/v1/types_swagger_doc_generated.go +++ b/staging/src/k8s.io/client-go/pkg/api/v1/types_swagger_doc_generated.go @@ -1098,6 +1098,7 @@ var map_PersistentVolumeSource = map[string]string{ "vsphereVolume": "VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine", "quobyte": "Quobyte represents a Quobyte mount on the host that shares a pod's lifetime", "azureDisk": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.", + "photonPersistentDisk": "PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine", } func (PersistentVolumeSource) SwaggerDoc() map[string]string { @@ -1127,6 +1128,16 @@ func (PersistentVolumeStatus) SwaggerDoc() map[string]string { return map_PersistentVolumeStatus } +var map_PhotonPersistentDiskVolumeSource = map[string]string{ + "": "Represents a Photon Controller persistent disk resource.", + "pdID": "ID that identifies Photon Controller persistent disk", + "fsType": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", +} + +func (PhotonPersistentDiskVolumeSource) SwaggerDoc() map[string]string { + return map_PhotonPersistentDiskVolumeSource +} + var map_Pod = map[string]string{ "": "Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.", "metadata": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", @@ -1787,18 +1798,19 @@ var map_VolumeSource = map[string]string{ "iscsi": "ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md", "glusterfs": "Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md", "persistentVolumeClaim": "PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims", - "rbd": "RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md", - "flexVolume": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future.", - "cinder": "Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md", - "cephfs": "CephFS represents a Ceph FS mount on the host that shares a pod's lifetime", - "flocker": "Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running", - "downwardAPI": "DownwardAPI represents downward API about the pod that should populate this volume", - "fc": "FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.", - "azureFile": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.", - "configMap": "ConfigMap represents a configMap that should populate this volume", - "vsphereVolume": "VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine", - "quobyte": "Quobyte represents a Quobyte mount on the host that shares a pod's lifetime", - "azureDisk": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.", + "rbd": "RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md", + "flexVolume": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future.", + "cinder": "Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md", + "cephfs": "CephFS represents a Ceph FS mount on the host that shares a pod's lifetime", + "flocker": "Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running", + "downwardAPI": "DownwardAPI represents downward API about the pod that should populate this volume", + "fc": "FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.", + "azureFile": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.", + "configMap": "ConfigMap represents a configMap that should populate this volume", + "vsphereVolume": "VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine", + "quobyte": "Quobyte represents a Quobyte mount on the host that shares a pod's lifetime", + "azureDisk": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.", + "photonPersistentDisk": "PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine", } func (VolumeSource) SwaggerDoc() map[string]string { diff --git a/staging/src/k8s.io/client-go/pkg/api/v1/zz_generated.conversion.go b/staging/src/k8s.io/client-go/pkg/api/v1/zz_generated.conversion.go index 56fe778c89..35fe2e2c27 100644 --- a/staging/src/k8s.io/client-go/pkg/api/v1/zz_generated.conversion.go +++ b/staging/src/k8s.io/client-go/pkg/api/v1/zz_generated.conversion.go @@ -229,6 +229,8 @@ func RegisterConversions(scheme *runtime.Scheme) error { Convert_api_PersistentVolumeSpec_To_v1_PersistentVolumeSpec, Convert_v1_PersistentVolumeStatus_To_api_PersistentVolumeStatus, Convert_api_PersistentVolumeStatus_To_v1_PersistentVolumeStatus, + Convert_v1_PhotonPersistentDiskVolumeSource_To_api_PhotonPersistentDiskVolumeSource, + Convert_api_PhotonPersistentDiskVolumeSource_To_v1_PhotonPersistentDiskVolumeSource, Convert_v1_Pod_To_api_Pod, Convert_api_Pod_To_v1_Pod, Convert_v1_PodAffinity_To_api_PodAffinity, @@ -2649,6 +2651,7 @@ func autoConvert_v1_PersistentVolumeSource_To_api_PersistentVolumeSource(in *Per out.VsphereVolume = (*api.VsphereVirtualDiskVolumeSource)(unsafe.Pointer(in.VsphereVolume)) out.Quobyte = (*api.QuobyteVolumeSource)(unsafe.Pointer(in.Quobyte)) out.AzureDisk = (*api.AzureDiskVolumeSource)(unsafe.Pointer(in.AzureDisk)) + out.PhotonPersistentDisk = (*api.PhotonPersistentDiskVolumeSource)(unsafe.Pointer(in.PhotonPersistentDisk)) return nil } @@ -2673,6 +2676,7 @@ func autoConvert_api_PersistentVolumeSource_To_v1_PersistentVolumeSource(in *api out.AzureFile = (*AzureFileVolumeSource)(unsafe.Pointer(in.AzureFile)) out.VsphereVolume = (*VsphereVirtualDiskVolumeSource)(unsafe.Pointer(in.VsphereVolume)) out.AzureDisk = (*AzureDiskVolumeSource)(unsafe.Pointer(in.AzureDisk)) + out.PhotonPersistentDisk = (*PhotonPersistentDiskVolumeSource)(unsafe.Pointer(in.PhotonPersistentDisk)) return nil } @@ -2732,6 +2736,26 @@ func Convert_api_PersistentVolumeStatus_To_v1_PersistentVolumeStatus(in *api.Per return autoConvert_api_PersistentVolumeStatus_To_v1_PersistentVolumeStatus(in, out, s) } +func autoConvert_v1_PhotonPersistentDiskVolumeSource_To_api_PhotonPersistentDiskVolumeSource(in *PhotonPersistentDiskVolumeSource, out *api.PhotonPersistentDiskVolumeSource, s conversion.Scope) error { + out.PdID = in.PdID + out.FSType = in.FSType + return nil +} + +func Convert_v1_PhotonPersistentDiskVolumeSource_To_api_PhotonPersistentDiskVolumeSource(in *PhotonPersistentDiskVolumeSource, out *api.PhotonPersistentDiskVolumeSource, s conversion.Scope) error { + return autoConvert_v1_PhotonPersistentDiskVolumeSource_To_api_PhotonPersistentDiskVolumeSource(in, out, s) +} + +func autoConvert_api_PhotonPersistentDiskVolumeSource_To_v1_PhotonPersistentDiskVolumeSource(in *api.PhotonPersistentDiskVolumeSource, out *PhotonPersistentDiskVolumeSource, s conversion.Scope) error { + out.PdID = in.PdID + out.FSType = in.FSType + return nil +} + +func Convert_api_PhotonPersistentDiskVolumeSource_To_v1_PhotonPersistentDiskVolumeSource(in *api.PhotonPersistentDiskVolumeSource, out *PhotonPersistentDiskVolumeSource, s conversion.Scope) error { + return autoConvert_api_PhotonPersistentDiskVolumeSource_To_v1_PhotonPersistentDiskVolumeSource(in, out, s) +} + func autoConvert_v1_Pod_To_api_Pod(in *Pod, out *api.Pod, s conversion.Scope) error { if err := Convert_v1_ObjectMeta_To_api_ObjectMeta(&in.ObjectMeta, &out.ObjectMeta, s); err != nil { return err @@ -4266,6 +4290,7 @@ func autoConvert_v1_VolumeSource_To_api_VolumeSource(in *VolumeSource, out *api. out.VsphereVolume = (*api.VsphereVirtualDiskVolumeSource)(unsafe.Pointer(in.VsphereVolume)) out.Quobyte = (*api.QuobyteVolumeSource)(unsafe.Pointer(in.Quobyte)) out.AzureDisk = (*api.AzureDiskVolumeSource)(unsafe.Pointer(in.AzureDisk)) + out.PhotonPersistentDisk = (*api.PhotonPersistentDiskVolumeSource)(unsafe.Pointer(in.PhotonPersistentDisk)) return nil } @@ -4296,6 +4321,7 @@ func autoConvert_api_VolumeSource_To_v1_VolumeSource(in *api.VolumeSource, out * out.ConfigMap = (*ConfigMapVolumeSource)(unsafe.Pointer(in.ConfigMap)) out.VsphereVolume = (*VsphereVirtualDiskVolumeSource)(unsafe.Pointer(in.VsphereVolume)) out.AzureDisk = (*AzureDiskVolumeSource)(unsafe.Pointer(in.AzureDisk)) + out.PhotonPersistentDisk = (*PhotonPersistentDiskVolumeSource)(unsafe.Pointer(in.PhotonPersistentDisk)) return nil } diff --git a/staging/src/k8s.io/client-go/pkg/api/v1/zz_generated.deepcopy.go b/staging/src/k8s.io/client-go/pkg/api/v1/zz_generated.deepcopy.go index feae57d54c..3a79f13832 100644 --- a/staging/src/k8s.io/client-go/pkg/api/v1/zz_generated.deepcopy.go +++ b/staging/src/k8s.io/client-go/pkg/api/v1/zz_generated.deepcopy.go @@ -132,6 +132,7 @@ func RegisterDeepCopies(scheme *runtime.Scheme) error { conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_PersistentVolumeSource, InType: reflect.TypeOf(&PersistentVolumeSource{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_PersistentVolumeSpec, InType: reflect.TypeOf(&PersistentVolumeSpec{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_PersistentVolumeStatus, InType: reflect.TypeOf(&PersistentVolumeStatus{})}, + conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_PhotonPersistentDiskVolumeSource, InType: reflect.TypeOf(&PhotonPersistentDiskVolumeSource{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_Pod, InType: reflect.TypeOf(&Pod{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_PodAffinity, InType: reflect.TypeOf(&PodAffinity{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_v1_PodAffinityTerm, InType: reflect.TypeOf(&PodAffinityTerm{})}, @@ -2231,6 +2232,13 @@ func DeepCopy_v1_PersistentVolumeSource(in interface{}, out interface{}, c *conv } else { out.AzureDisk = nil } + if in.PhotonPersistentDisk != nil { + in, out := &in.PhotonPersistentDisk, &out.PhotonPersistentDisk + *out = new(PhotonPersistentDiskVolumeSource) + **out = **in + } else { + out.PhotonPersistentDisk = nil + } return nil } } @@ -2283,6 +2291,16 @@ func DeepCopy_v1_PersistentVolumeStatus(in interface{}, out interface{}, c *conv } } +func DeepCopy_v1_PhotonPersistentDiskVolumeSource(in interface{}, out interface{}, c *conversion.Cloner) error { + { + in := in.(*PhotonPersistentDiskVolumeSource) + out := out.(*PhotonPersistentDiskVolumeSource) + out.PdID = in.PdID + out.FSType = in.FSType + return nil + } +} + func DeepCopy_v1_Pod(in interface{}, out interface{}, c *conversion.Cloner) error { { in := in.(*Pod) @@ -3706,6 +3724,13 @@ func DeepCopy_v1_VolumeSource(in interface{}, out interface{}, c *conversion.Clo } else { out.AzureDisk = nil } + if in.PhotonPersistentDisk != nil { + in, out := &in.PhotonPersistentDisk, &out.PhotonPersistentDisk + *out = new(PhotonPersistentDiskVolumeSource) + **out = **in + } else { + out.PhotonPersistentDisk = nil + } return nil } } diff --git a/staging/src/k8s.io/client-go/pkg/api/zz_generated.deepcopy.go b/staging/src/k8s.io/client-go/pkg/api/zz_generated.deepcopy.go index 446da1b21c..3731358095 100644 --- a/staging/src/k8s.io/client-go/pkg/api/zz_generated.deepcopy.go +++ b/staging/src/k8s.io/client-go/pkg/api/zz_generated.deepcopy.go @@ -136,6 +136,7 @@ func RegisterDeepCopies(scheme *runtime.Scheme) error { conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_PersistentVolumeSource, InType: reflect.TypeOf(&PersistentVolumeSource{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_PersistentVolumeSpec, InType: reflect.TypeOf(&PersistentVolumeSpec{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_PersistentVolumeStatus, InType: reflect.TypeOf(&PersistentVolumeStatus{})}, + conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_PhotonPersistentDiskVolumeSource, InType: reflect.TypeOf(&PhotonPersistentDiskVolumeSource{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_Pod, InType: reflect.TypeOf(&Pod{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_PodAffinity, InType: reflect.TypeOf(&PodAffinity{})}, conversion.GeneratedDeepCopyFunc{Fn: DeepCopy_api_PodAffinityTerm, InType: reflect.TypeOf(&PodAffinityTerm{})}, @@ -2290,6 +2291,13 @@ func DeepCopy_api_PersistentVolumeSource(in interface{}, out interface{}, c *con } else { out.AzureDisk = nil } + if in.PhotonPersistentDisk != nil { + in, out := &in.PhotonPersistentDisk, &out.PhotonPersistentDisk + *out = new(PhotonPersistentDiskVolumeSource) + **out = **in + } else { + out.PhotonPersistentDisk = nil + } return nil } } @@ -2342,6 +2350,16 @@ func DeepCopy_api_PersistentVolumeStatus(in interface{}, out interface{}, c *con } } +func DeepCopy_api_PhotonPersistentDiskVolumeSource(in interface{}, out interface{}, c *conversion.Cloner) error { + { + in := in.(*PhotonPersistentDiskVolumeSource) + out := out.(*PhotonPersistentDiskVolumeSource) + out.PdID = in.PdID + out.FSType = in.FSType + return nil + } +} + func DeepCopy_api_Pod(in interface{}, out interface{}, c *conversion.Cloner) error { { in := in.(*Pod) @@ -3752,6 +3770,13 @@ func DeepCopy_api_VolumeSource(in interface{}, out interface{}, c *conversion.Cl } else { out.AzureDisk = nil } + if in.PhotonPersistentDisk != nil { + in, out := &in.PhotonPersistentDisk, &out.PhotonPersistentDisk + *out = new(PhotonPersistentDiskVolumeSource) + **out = **in + } else { + out.PhotonPersistentDisk = nil + } return nil } } diff --git a/staging/src/k8s.io/client-go/pkg/apis/componentconfig/types.generated.go b/staging/src/k8s.io/client-go/pkg/apis/componentconfig/types.generated.go new file mode 100644 index 0000000000..c1fecf9744 --- /dev/null +++ b/staging/src/k8s.io/client-go/pkg/apis/componentconfig/types.generated.go @@ -0,0 +1,12825 @@ +/* +Copyright 2016 The Kubernetes Authors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +// ************************************************************ +// DO NOT EDIT. +// THIS FILE IS AUTO-GENERATED BY codecgen. +// ************************************************************ + +package componentconfig + +import ( + "errors" + "fmt" + codec1978 "github.com/ugorji/go/codec" + pkg1_unversioned "k8s.io/client-go/pkg/api/unversioned" + pkg2_config "k8s.io/client-go/pkg/util/config" + "reflect" + "runtime" + time "time" +) + +const ( + // ----- content types ---- + codecSelferC_UTF81234 = 1 + codecSelferC_RAW1234 = 0 + // ----- value types used ---- + codecSelferValueTypeArray1234 = 10 + codecSelferValueTypeMap1234 = 9 + // ----- containerStateValues ---- + codecSelfer_containerMapKey1234 = 2 + codecSelfer_containerMapValue1234 = 3 + codecSelfer_containerMapEnd1234 = 4 + codecSelfer_containerArrayElem1234 = 6 + codecSelfer_containerArrayEnd1234 = 7 +) + +var ( + codecSelferBitsize1234 = uint8(reflect.TypeOf(uint(0)).Bits()) + codecSelferOnlyMapOrArrayEncodeToStructErr1234 = errors.New(`only encoded map or array can be decoded into a struct`) +) + +type codecSelfer1234 struct{} + +func init() { + if codec1978.GenVersion != 5 { + _, file, _, _ := runtime.Caller(0) + err := fmt.Errorf("codecgen version mismatch: current: %v, need %v. Re-generate file: %v", + 5, codec1978.GenVersion, file) + panic(err) + } + if false { // reference the types, but skip this branch at build/run time + var v0 pkg1_unversioned.TypeMeta + var v1 pkg2_config.ConfigurationMap + var v2 time.Duration + _, _, _ = v0, v1, v2 + } +} + +func (x *KubeProxyConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep2 := !z.EncBinary() + yy2arr2 := z.EncBasicHandle().StructToArray + var yyq2 [23]bool + _, _, _ = yysep2, yyq2, yy2arr2 + const yyr2 bool = false + yyq2[0] = x.Kind != "" + yyq2[1] = x.APIVersion != "" + var yynn2 int + if yyr2 || yy2arr2 { + r.EncodeArrayStart(23) + } else { + yynn2 = 21 + for _, b := range yyq2 { + if b { + yynn2++ + } + } + r.EncodeMapStart(yynn2) + yynn2 = 0 + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2[0] { + yym4 := z.EncBinary() + _ = yym4 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym5 := z.EncBinary() + _ = yym5 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2[1] { + yym7 := z.EncBinary() + _ = yym7 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym8 := z.EncBinary() + _ = yym8 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym10 := z.EncBinary() + _ = yym10 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.BindAddress)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("bindAddress")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym11 := z.EncBinary() + _ = yym11 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.BindAddress)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym13 := z.EncBinary() + _ = yym13 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ClusterCIDR)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("clusterCIDR")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym14 := z.EncBinary() + _ = yym14 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ClusterCIDR)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym16 := z.EncBinary() + _ = yym16 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HealthzBindAddress)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("healthzBindAddress")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym17 := z.EncBinary() + _ = yym17 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HealthzBindAddress)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym19 := z.EncBinary() + _ = yym19 + if false { + } else { + r.EncodeInt(int64(x.HealthzPort)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("healthzPort")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym20 := z.EncBinary() + _ = yym20 + if false { + } else { + r.EncodeInt(int64(x.HealthzPort)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym22 := z.EncBinary() + _ = yym22 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HostnameOverride)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostnameOverride")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym23 := z.EncBinary() + _ = yym23 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HostnameOverride)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.IPTablesMasqueradeBit == nil { + r.EncodeNil() + } else { + yy25 := *x.IPTablesMasqueradeBit + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeInt(int64(yy25)) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("iptablesMasqueradeBit")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.IPTablesMasqueradeBit == nil { + r.EncodeNil() + } else { + yy27 := *x.IPTablesMasqueradeBit + yym28 := z.EncBinary() + _ = yym28 + if false { + } else { + r.EncodeInt(int64(yy27)) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy30 := &x.IPTablesSyncPeriod + yym31 := z.EncBinary() + _ = yym31 + if false { + } else if z.HasExtensions() && z.EncExt(yy30) { + } else if !yym31 && z.IsJSONHandle() { + z.EncJSONMarshal(yy30) + } else { + z.EncFallback(yy30) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("iptablesSyncPeriodSeconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy32 := &x.IPTablesSyncPeriod + yym33 := z.EncBinary() + _ = yym33 + if false { + } else if z.HasExtensions() && z.EncExt(yy32) { + } else if !yym33 && z.IsJSONHandle() { + z.EncJSONMarshal(yy32) + } else { + z.EncFallback(yy32) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy35 := &x.IPTablesMinSyncPeriod + yym36 := z.EncBinary() + _ = yym36 + if false { + } else if z.HasExtensions() && z.EncExt(yy35) { + } else if !yym36 && z.IsJSONHandle() { + z.EncJSONMarshal(yy35) + } else { + z.EncFallback(yy35) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("iptablesMinSyncPeriodSeconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy37 := &x.IPTablesMinSyncPeriod + yym38 := z.EncBinary() + _ = yym38 + if false { + } else if z.HasExtensions() && z.EncExt(yy37) { + } else if !yym38 && z.IsJSONHandle() { + z.EncJSONMarshal(yy37) + } else { + z.EncFallback(yy37) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym40 := z.EncBinary() + _ = yym40 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.KubeconfigPath)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kubeconfigPath")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym41 := z.EncBinary() + _ = yym41 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.KubeconfigPath)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym43 := z.EncBinary() + _ = yym43 + if false { + } else { + r.EncodeBool(bool(x.MasqueradeAll)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("masqueradeAll")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym44 := z.EncBinary() + _ = yym44 + if false { + } else { + r.EncodeBool(bool(x.MasqueradeAll)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym46 := z.EncBinary() + _ = yym46 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Master)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("master")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym47 := z.EncBinary() + _ = yym47 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Master)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.OOMScoreAdj == nil { + r.EncodeNil() + } else { + yy49 := *x.OOMScoreAdj + yym50 := z.EncBinary() + _ = yym50 + if false { + } else { + r.EncodeInt(int64(yy49)) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("oomScoreAdj")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.OOMScoreAdj == nil { + r.EncodeNil() + } else { + yy51 := *x.OOMScoreAdj + yym52 := z.EncBinary() + _ = yym52 + if false { + } else { + r.EncodeInt(int64(yy51)) + } + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + x.Mode.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("mode")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + x.Mode.CodecEncodeSelf(e) + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym55 := z.EncBinary() + _ = yym55 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PortRange)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("portRange")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym56 := z.EncBinary() + _ = yym56 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PortRange)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym58 := z.EncBinary() + _ = yym58 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ResourceContainer)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("resourceContainer")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym59 := z.EncBinary() + _ = yym59 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ResourceContainer)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy61 := &x.UDPIdleTimeout + yym62 := z.EncBinary() + _ = yym62 + if false { + } else if z.HasExtensions() && z.EncExt(yy61) { + } else if !yym62 && z.IsJSONHandle() { + z.EncJSONMarshal(yy61) + } else { + z.EncFallback(yy61) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("udpTimeoutMilliseconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy63 := &x.UDPIdleTimeout + yym64 := z.EncBinary() + _ = yym64 + if false { + } else if z.HasExtensions() && z.EncExt(yy63) { + } else if !yym64 && z.IsJSONHandle() { + z.EncJSONMarshal(yy63) + } else { + z.EncFallback(yy63) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym66 := z.EncBinary() + _ = yym66 + if false { + } else { + r.EncodeInt(int64(x.ConntrackMax)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("conntrackMax")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym67 := z.EncBinary() + _ = yym67 + if false { + } else { + r.EncodeInt(int64(x.ConntrackMax)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym69 := z.EncBinary() + _ = yym69 + if false { + } else { + r.EncodeInt(int64(x.ConntrackMaxPerCore)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("conntrackMaxPerCore")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym70 := z.EncBinary() + _ = yym70 + if false { + } else { + r.EncodeInt(int64(x.ConntrackMaxPerCore)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym72 := z.EncBinary() + _ = yym72 + if false { + } else { + r.EncodeInt(int64(x.ConntrackMin)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("conntrackMin")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym73 := z.EncBinary() + _ = yym73 + if false { + } else { + r.EncodeInt(int64(x.ConntrackMin)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy75 := &x.ConntrackTCPEstablishedTimeout + yym76 := z.EncBinary() + _ = yym76 + if false { + } else if z.HasExtensions() && z.EncExt(yy75) { + } else if !yym76 && z.IsJSONHandle() { + z.EncJSONMarshal(yy75) + } else { + z.EncFallback(yy75) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("conntrackTCPEstablishedTimeout")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy77 := &x.ConntrackTCPEstablishedTimeout + yym78 := z.EncBinary() + _ = yym78 + if false { + } else if z.HasExtensions() && z.EncExt(yy77) { + } else if !yym78 && z.IsJSONHandle() { + z.EncJSONMarshal(yy77) + } else { + z.EncFallback(yy77) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy80 := &x.ConntrackTCPCloseWaitTimeout + yym81 := z.EncBinary() + _ = yym81 + if false { + } else if z.HasExtensions() && z.EncExt(yy80) { + } else if !yym81 && z.IsJSONHandle() { + z.EncJSONMarshal(yy80) + } else { + z.EncFallback(yy80) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("conntrackTCPCloseWaitTimeout")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy82 := &x.ConntrackTCPCloseWaitTimeout + yym83 := z.EncBinary() + _ = yym83 + if false { + } else if z.HasExtensions() && z.EncExt(yy82) { + } else if !yym83 && z.IsJSONHandle() { + z.EncJSONMarshal(yy82) + } else { + z.EncFallback(yy82) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *KubeProxyConfiguration) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym84 := z.DecBinary() + _ = yym84 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct85 := r.ContainerType() + if yyct85 == codecSelferValueTypeMap1234 { + yyl85 := r.ReadMapStart() + if yyl85 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl85, d) + } + } else if yyct85 == codecSelferValueTypeArray1234 { + yyl85 := r.ReadArrayStart() + if yyl85 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl85, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *KubeProxyConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys86Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys86Slc + var yyhl86 bool = l >= 0 + for yyj86 := 0; ; yyj86++ { + if yyhl86 { + if yyj86 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys86Slc = r.DecodeBytes(yys86Slc, true, true) + yys86 := string(yys86Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys86 { + 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 "bindAddress": + if r.TryDecodeAsNil() { + x.BindAddress = "" + } else { + x.BindAddress = string(r.DecodeString()) + } + case "clusterCIDR": + if r.TryDecodeAsNil() { + x.ClusterCIDR = "" + } else { + x.ClusterCIDR = string(r.DecodeString()) + } + case "healthzBindAddress": + if r.TryDecodeAsNil() { + x.HealthzBindAddress = "" + } else { + x.HealthzBindAddress = string(r.DecodeString()) + } + case "healthzPort": + if r.TryDecodeAsNil() { + x.HealthzPort = 0 + } else { + x.HealthzPort = int32(r.DecodeInt(32)) + } + case "hostnameOverride": + if r.TryDecodeAsNil() { + x.HostnameOverride = "" + } else { + x.HostnameOverride = string(r.DecodeString()) + } + case "iptablesMasqueradeBit": + if r.TryDecodeAsNil() { + if x.IPTablesMasqueradeBit != nil { + x.IPTablesMasqueradeBit = nil + } + } else { + if x.IPTablesMasqueradeBit == nil { + x.IPTablesMasqueradeBit = new(int32) + } + yym95 := z.DecBinary() + _ = yym95 + if false { + } else { + *((*int32)(x.IPTablesMasqueradeBit)) = int32(r.DecodeInt(32)) + } + } + case "iptablesSyncPeriodSeconds": + if r.TryDecodeAsNil() { + x.IPTablesSyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv96 := &x.IPTablesSyncPeriod + yym97 := z.DecBinary() + _ = yym97 + if false { + } else if z.HasExtensions() && z.DecExt(yyv96) { + } else if !yym97 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv96) + } else { + z.DecFallback(yyv96, false) + } + } + case "iptablesMinSyncPeriodSeconds": + if r.TryDecodeAsNil() { + x.IPTablesMinSyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv98 := &x.IPTablesMinSyncPeriod + yym99 := z.DecBinary() + _ = yym99 + if false { + } else if z.HasExtensions() && z.DecExt(yyv98) { + } else if !yym99 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv98) + } else { + z.DecFallback(yyv98, false) + } + } + case "kubeconfigPath": + if r.TryDecodeAsNil() { + x.KubeconfigPath = "" + } else { + x.KubeconfigPath = string(r.DecodeString()) + } + case "masqueradeAll": + if r.TryDecodeAsNil() { + x.MasqueradeAll = false + } else { + x.MasqueradeAll = bool(r.DecodeBool()) + } + case "master": + if r.TryDecodeAsNil() { + x.Master = "" + } else { + x.Master = string(r.DecodeString()) + } + case "oomScoreAdj": + if r.TryDecodeAsNil() { + if x.OOMScoreAdj != nil { + x.OOMScoreAdj = nil + } + } else { + if x.OOMScoreAdj == nil { + x.OOMScoreAdj = new(int32) + } + yym104 := z.DecBinary() + _ = yym104 + if false { + } else { + *((*int32)(x.OOMScoreAdj)) = int32(r.DecodeInt(32)) + } + } + case "mode": + if r.TryDecodeAsNil() { + x.Mode = "" + } else { + x.Mode = ProxyMode(r.DecodeString()) + } + case "portRange": + if r.TryDecodeAsNil() { + x.PortRange = "" + } else { + x.PortRange = string(r.DecodeString()) + } + case "resourceContainer": + if r.TryDecodeAsNil() { + x.ResourceContainer = "" + } else { + x.ResourceContainer = string(r.DecodeString()) + } + case "udpTimeoutMilliseconds": + if r.TryDecodeAsNil() { + x.UDPIdleTimeout = pkg1_unversioned.Duration{} + } else { + yyv108 := &x.UDPIdleTimeout + yym109 := z.DecBinary() + _ = yym109 + if false { + } else if z.HasExtensions() && z.DecExt(yyv108) { + } else if !yym109 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv108) + } else { + z.DecFallback(yyv108, false) + } + } + case "conntrackMax": + if r.TryDecodeAsNil() { + x.ConntrackMax = 0 + } else { + x.ConntrackMax = int32(r.DecodeInt(32)) + } + case "conntrackMaxPerCore": + if r.TryDecodeAsNil() { + x.ConntrackMaxPerCore = 0 + } else { + x.ConntrackMaxPerCore = int32(r.DecodeInt(32)) + } + case "conntrackMin": + if r.TryDecodeAsNil() { + x.ConntrackMin = 0 + } else { + x.ConntrackMin = int32(r.DecodeInt(32)) + } + case "conntrackTCPEstablishedTimeout": + if r.TryDecodeAsNil() { + x.ConntrackTCPEstablishedTimeout = pkg1_unversioned.Duration{} + } else { + yyv113 := &x.ConntrackTCPEstablishedTimeout + yym114 := z.DecBinary() + _ = yym114 + if false { + } else if z.HasExtensions() && z.DecExt(yyv113) { + } else if !yym114 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv113) + } else { + z.DecFallback(yyv113, false) + } + } + case "conntrackTCPCloseWaitTimeout": + if r.TryDecodeAsNil() { + x.ConntrackTCPCloseWaitTimeout = pkg1_unversioned.Duration{} + } else { + yyv115 := &x.ConntrackTCPCloseWaitTimeout + yym116 := z.DecBinary() + _ = yym116 + if false { + } else if z.HasExtensions() && z.DecExt(yyv115) { + } else if !yym116 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv115) + } else { + z.DecFallback(yyv115, false) + } + } + default: + z.DecStructFieldNotFound(-1, yys86) + } // end switch yys86 + } // end for yyj86 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *KubeProxyConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj117 int + var yyb117 bool + var yyhl117 bool = l >= 0 + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.BindAddress = "" + } else { + x.BindAddress = string(r.DecodeString()) + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ClusterCIDR = "" + } else { + x.ClusterCIDR = string(r.DecodeString()) + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.HealthzBindAddress = "" + } else { + x.HealthzBindAddress = string(r.DecodeString()) + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.HealthzPort = 0 + } else { + x.HealthzPort = int32(r.DecodeInt(32)) + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.HostnameOverride = "" + } else { + x.HostnameOverride = string(r.DecodeString()) + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.IPTablesMasqueradeBit != nil { + x.IPTablesMasqueradeBit = nil + } + } else { + if x.IPTablesMasqueradeBit == nil { + x.IPTablesMasqueradeBit = new(int32) + } + yym126 := z.DecBinary() + _ = yym126 + if false { + } else { + *((*int32)(x.IPTablesMasqueradeBit)) = int32(r.DecodeInt(32)) + } + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.IPTablesSyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv127 := &x.IPTablesSyncPeriod + yym128 := z.DecBinary() + _ = yym128 + if false { + } else if z.HasExtensions() && z.DecExt(yyv127) { + } else if !yym128 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv127) + } else { + z.DecFallback(yyv127, false) + } + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.IPTablesMinSyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv129 := &x.IPTablesMinSyncPeriod + yym130 := z.DecBinary() + _ = yym130 + if false { + } else if z.HasExtensions() && z.DecExt(yyv129) { + } else if !yym130 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv129) + } else { + z.DecFallback(yyv129, false) + } + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.KubeconfigPath = "" + } else { + x.KubeconfigPath = string(r.DecodeString()) + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.MasqueradeAll = false + } else { + x.MasqueradeAll = bool(r.DecodeBool()) + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Master = "" + } else { + x.Master = string(r.DecodeString()) + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.OOMScoreAdj != nil { + x.OOMScoreAdj = nil + } + } else { + if x.OOMScoreAdj == nil { + x.OOMScoreAdj = new(int32) + } + yym135 := z.DecBinary() + _ = yym135 + if false { + } else { + *((*int32)(x.OOMScoreAdj)) = int32(r.DecodeInt(32)) + } + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Mode = "" + } else { + x.Mode = ProxyMode(r.DecodeString()) + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.PortRange = "" + } else { + x.PortRange = string(r.DecodeString()) + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ResourceContainer = "" + } else { + x.ResourceContainer = string(r.DecodeString()) + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.UDPIdleTimeout = pkg1_unversioned.Duration{} + } else { + yyv139 := &x.UDPIdleTimeout + yym140 := z.DecBinary() + _ = yym140 + if false { + } else if z.HasExtensions() && z.DecExt(yyv139) { + } else if !yym140 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv139) + } else { + z.DecFallback(yyv139, false) + } + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ConntrackMax = 0 + } else { + x.ConntrackMax = int32(r.DecodeInt(32)) + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ConntrackMaxPerCore = 0 + } else { + x.ConntrackMaxPerCore = int32(r.DecodeInt(32)) + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ConntrackMin = 0 + } else { + x.ConntrackMin = int32(r.DecodeInt(32)) + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ConntrackTCPEstablishedTimeout = pkg1_unversioned.Duration{} + } else { + yyv144 := &x.ConntrackTCPEstablishedTimeout + yym145 := z.DecBinary() + _ = yym145 + if false { + } else if z.HasExtensions() && z.DecExt(yyv144) { + } else if !yym145 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv144) + } else { + z.DecFallback(yyv144, false) + } + } + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ConntrackTCPCloseWaitTimeout = pkg1_unversioned.Duration{} + } else { + yyv146 := &x.ConntrackTCPCloseWaitTimeout + yym147 := z.DecBinary() + _ = yym147 + if false { + } else if z.HasExtensions() && z.DecExt(yyv146) { + } else if !yym147 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv146) + } else { + z.DecFallback(yyv146, false) + } + } + for { + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l + } else { + yyb117 = r.CheckBreak() + } + if yyb117 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj117-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x ProxyMode) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + yym148 := z.EncBinary() + _ = yym148 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x)) + } +} + +func (x *ProxyMode) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym149 := z.DecBinary() + _ = yym149 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + *((*string)(x)) = r.DecodeString() + } +} + +func (x HairpinMode) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + yym150 := z.EncBinary() + _ = yym150 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x)) + } +} + +func (x *HairpinMode) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym151 := z.DecBinary() + _ = yym151 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + *((*string)(x)) = r.DecodeString() + } +} + +func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym152 := z.EncBinary() + _ = yym152 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep153 := !z.EncBinary() + yy2arr153 := z.EncBasicHandle().StructToArray + var yyq153 [113]bool + _, _, _ = yysep153, yyq153, yy2arr153 + const yyr153 bool = false + yyq153[0] = x.Kind != "" + yyq153[1] = x.APIVersion != "" + yyq153[55] = x.CloudProvider != "" + yyq153[56] = x.CloudConfigFile != "" + yyq153[57] = x.KubeletCgroups != "" + yyq153[58] = x.CgroupsPerQOS != false + yyq153[59] = x.CgroupDriver != "" + yyq153[60] = x.RuntimeCgroups != "" + yyq153[61] = x.SystemCgroups != "" + yyq153[62] = x.CgroupRoot != "" + yyq153[66] = true + yyq153[67] = x.RktPath != "" + yyq153[68] = x.ExperimentalMounterPath != "" + yyq153[69] = x.RktAPIEndpoint != "" + yyq153[70] = x.RktStage1Image != "" + yyq153[89] = true + yyq153[90] = x.NodeIP != "" + yyq153[94] = x.EvictionHard != "" + yyq153[95] = x.EvictionSoft != "" + yyq153[96] = x.EvictionSoftGracePeriod != "" + yyq153[97] = true + yyq153[98] = x.EvictionMaxPodGracePeriod != 0 + yyq153[99] = x.EvictionMinimumReclaim != "" + yyq153[108] = len(x.AllowedUnsafeSysctls) != 0 + yyq153[110] = x.EnableCRI != false + yyq153[111] = x.ExperimentalFailSwapOn != false + yyq153[112] = x.ExperimentalCheckNodeCapabilitiesBeforeMount != false + var yynn153 int + if yyr153 || yy2arr153 { + r.EncodeArrayStart(113) + } else { + yynn153 = 86 + for _, b := range yyq153 { + if b { + yynn153++ + } + } + r.EncodeMapStart(yynn153) + yynn153 = 0 + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[0] { + yym155 := z.EncBinary() + _ = yym155 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq153[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym156 := z.EncBinary() + _ = yym156 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[1] { + yym158 := z.EncBinary() + _ = yym158 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq153[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym159 := z.EncBinary() + _ = yym159 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym161 := z.EncBinary() + _ = yym161 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodManifestPath)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("podManifestPath")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym162 := z.EncBinary() + _ = yym162 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodManifestPath)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy164 := &x.SyncFrequency + yym165 := z.EncBinary() + _ = yym165 + if false { + } else if z.HasExtensions() && z.EncExt(yy164) { + } else if !yym165 && z.IsJSONHandle() { + z.EncJSONMarshal(yy164) + } else { + z.EncFallback(yy164) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("syncFrequency")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy166 := &x.SyncFrequency + yym167 := z.EncBinary() + _ = yym167 + if false { + } else if z.HasExtensions() && z.EncExt(yy166) { + } else if !yym167 && z.IsJSONHandle() { + z.EncJSONMarshal(yy166) + } else { + z.EncFallback(yy166) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy169 := &x.FileCheckFrequency + yym170 := z.EncBinary() + _ = yym170 + if false { + } else if z.HasExtensions() && z.EncExt(yy169) { + } else if !yym170 && z.IsJSONHandle() { + z.EncJSONMarshal(yy169) + } else { + z.EncFallback(yy169) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("fileCheckFrequency")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy171 := &x.FileCheckFrequency + yym172 := z.EncBinary() + _ = yym172 + if false { + } else if z.HasExtensions() && z.EncExt(yy171) { + } else if !yym172 && z.IsJSONHandle() { + z.EncJSONMarshal(yy171) + } else { + z.EncFallback(yy171) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy174 := &x.HTTPCheckFrequency + yym175 := z.EncBinary() + _ = yym175 + if false { + } else if z.HasExtensions() && z.EncExt(yy174) { + } else if !yym175 && z.IsJSONHandle() { + z.EncJSONMarshal(yy174) + } else { + z.EncFallback(yy174) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("httpCheckFrequency")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy176 := &x.HTTPCheckFrequency + yym177 := z.EncBinary() + _ = yym177 + if false { + } else if z.HasExtensions() && z.EncExt(yy176) { + } else if !yym177 && z.IsJSONHandle() { + z.EncJSONMarshal(yy176) + } else { + z.EncFallback(yy176) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym179 := z.EncBinary() + _ = yym179 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ManifestURL)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("manifestURL")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym180 := z.EncBinary() + _ = yym180 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ManifestURL)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym182 := z.EncBinary() + _ = yym182 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ManifestURLHeader)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("manifestURLHeader")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym183 := z.EncBinary() + _ = yym183 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ManifestURLHeader)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym185 := z.EncBinary() + _ = yym185 + if false { + } else { + r.EncodeBool(bool(x.EnableServer)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("enableServer")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym186 := z.EncBinary() + _ = yym186 + if false { + } else { + r.EncodeBool(bool(x.EnableServer)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym188 := z.EncBinary() + _ = yym188 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Address)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("address")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym189 := z.EncBinary() + _ = yym189 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Address)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym191 := z.EncBinary() + _ = yym191 + if false { + } else { + r.EncodeInt(int64(x.Port)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("port")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym192 := z.EncBinary() + _ = yym192 + if false { + } else { + r.EncodeInt(int64(x.Port)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym194 := z.EncBinary() + _ = yym194 + if false { + } else { + r.EncodeInt(int64(x.ReadOnlyPort)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("readOnlyPort")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym195 := z.EncBinary() + _ = yym195 + if false { + } else { + r.EncodeInt(int64(x.ReadOnlyPort)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym197 := z.EncBinary() + _ = yym197 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.TLSCertFile)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("tlsCertFile")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym198 := z.EncBinary() + _ = yym198 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.TLSCertFile)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym200 := z.EncBinary() + _ = yym200 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.TLSPrivateKeyFile)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("tlsPrivateKeyFile")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym201 := z.EncBinary() + _ = yym201 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.TLSPrivateKeyFile)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym203 := z.EncBinary() + _ = yym203 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.CertDirectory)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("certDirectory")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym204 := z.EncBinary() + _ = yym204 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.CertDirectory)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy206 := &x.Authentication + yy206.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("authentication")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy207 := &x.Authentication + yy207.CodecEncodeSelf(e) + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy209 := &x.Authorization + yy209.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("authorization")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy210 := &x.Authorization + yy210.CodecEncodeSelf(e) + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym212 := z.EncBinary() + _ = yym212 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HostnameOverride)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostnameOverride")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym213 := z.EncBinary() + _ = yym213 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HostnameOverride)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym215 := z.EncBinary() + _ = yym215 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodInfraContainerImage)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("podInfraContainerImage")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym216 := z.EncBinary() + _ = yym216 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodInfraContainerImage)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym218 := z.EncBinary() + _ = yym218 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.DockerEndpoint)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("dockerEndpoint")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym219 := z.EncBinary() + _ = yym219 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.DockerEndpoint)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym221 := z.EncBinary() + _ = yym221 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RootDirectory)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("rootDirectory")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym222 := z.EncBinary() + _ = yym222 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RootDirectory)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym224 := z.EncBinary() + _ = yym224 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.SeccompProfileRoot)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("seccompProfileRoot")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym225 := z.EncBinary() + _ = yym225 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.SeccompProfileRoot)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym227 := z.EncBinary() + _ = yym227 + if false { + } else { + r.EncodeBool(bool(x.AllowPrivileged)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("allowPrivileged")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym228 := z.EncBinary() + _ = yym228 + if false { + } else { + r.EncodeBool(bool(x.AllowPrivileged)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.HostNetworkSources == nil { + r.EncodeNil() + } else { + yym230 := z.EncBinary() + _ = yym230 + if false { + } else { + z.F.EncSliceStringV(x.HostNetworkSources, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostNetworkSources")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.HostNetworkSources == nil { + r.EncodeNil() + } else { + yym231 := z.EncBinary() + _ = yym231 + if false { + } else { + z.F.EncSliceStringV(x.HostNetworkSources, false, e) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.HostPIDSources == nil { + r.EncodeNil() + } else { + yym233 := z.EncBinary() + _ = yym233 + if false { + } else { + z.F.EncSliceStringV(x.HostPIDSources, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostPIDSources")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.HostPIDSources == nil { + r.EncodeNil() + } else { + yym234 := z.EncBinary() + _ = yym234 + if false { + } else { + z.F.EncSliceStringV(x.HostPIDSources, false, e) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.HostIPCSources == nil { + r.EncodeNil() + } else { + yym236 := z.EncBinary() + _ = yym236 + if false { + } else { + z.F.EncSliceStringV(x.HostIPCSources, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostIPCSources")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.HostIPCSources == nil { + r.EncodeNil() + } else { + yym237 := z.EncBinary() + _ = yym237 + if false { + } else { + z.F.EncSliceStringV(x.HostIPCSources, false, e) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym239 := z.EncBinary() + _ = yym239 + if false { + } else { + r.EncodeInt(int64(x.RegistryPullQPS)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("registryPullQPS")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym240 := z.EncBinary() + _ = yym240 + if false { + } else { + r.EncodeInt(int64(x.RegistryPullQPS)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym242 := z.EncBinary() + _ = yym242 + if false { + } else { + r.EncodeInt(int64(x.RegistryBurst)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("registryBurst")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym243 := z.EncBinary() + _ = yym243 + if false { + } else { + r.EncodeInt(int64(x.RegistryBurst)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym245 := z.EncBinary() + _ = yym245 + if false { + } else { + r.EncodeInt(int64(x.EventRecordQPS)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("eventRecordQPS")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym246 := z.EncBinary() + _ = yym246 + if false { + } else { + r.EncodeInt(int64(x.EventRecordQPS)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym248 := z.EncBinary() + _ = yym248 + if false { + } else { + r.EncodeInt(int64(x.EventBurst)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("eventBurst")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym249 := z.EncBinary() + _ = yym249 + if false { + } else { + r.EncodeInt(int64(x.EventBurst)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym251 := z.EncBinary() + _ = yym251 + if false { + } else { + r.EncodeBool(bool(x.EnableDebuggingHandlers)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("enableDebuggingHandlers")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym252 := z.EncBinary() + _ = yym252 + if false { + } else { + r.EncodeBool(bool(x.EnableDebuggingHandlers)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy254 := &x.MinimumGCAge + yym255 := z.EncBinary() + _ = yym255 + if false { + } else if z.HasExtensions() && z.EncExt(yy254) { + } else if !yym255 && z.IsJSONHandle() { + z.EncJSONMarshal(yy254) + } else { + z.EncFallback(yy254) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("minimumGCAge")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy256 := &x.MinimumGCAge + yym257 := z.EncBinary() + _ = yym257 + if false { + } else if z.HasExtensions() && z.EncExt(yy256) { + } else if !yym257 && z.IsJSONHandle() { + z.EncJSONMarshal(yy256) + } else { + z.EncFallback(yy256) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym259 := z.EncBinary() + _ = yym259 + if false { + } else { + r.EncodeInt(int64(x.MaxPerPodContainerCount)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("maxPerPodContainerCount")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym260 := z.EncBinary() + _ = yym260 + if false { + } else { + r.EncodeInt(int64(x.MaxPerPodContainerCount)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym262 := z.EncBinary() + _ = yym262 + if false { + } else { + r.EncodeInt(int64(x.MaxContainerCount)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("maxContainerCount")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym263 := z.EncBinary() + _ = yym263 + if false { + } else { + r.EncodeInt(int64(x.MaxContainerCount)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym265 := z.EncBinary() + _ = yym265 + if false { + } else { + r.EncodeInt(int64(x.CAdvisorPort)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("cAdvisorPort")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym266 := z.EncBinary() + _ = yym266 + if false { + } else { + r.EncodeInt(int64(x.CAdvisorPort)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym268 := z.EncBinary() + _ = yym268 + if false { + } else { + r.EncodeInt(int64(x.HealthzPort)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("healthzPort")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym269 := z.EncBinary() + _ = yym269 + if false { + } else { + r.EncodeInt(int64(x.HealthzPort)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym271 := z.EncBinary() + _ = yym271 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HealthzBindAddress)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("healthzBindAddress")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym272 := z.EncBinary() + _ = yym272 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HealthzBindAddress)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym274 := z.EncBinary() + _ = yym274 + if false { + } else { + r.EncodeInt(int64(x.OOMScoreAdj)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("oomScoreAdj")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym275 := z.EncBinary() + _ = yym275 + if false { + } else { + r.EncodeInt(int64(x.OOMScoreAdj)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym277 := z.EncBinary() + _ = yym277 + if false { + } else { + r.EncodeBool(bool(x.RegisterNode)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("registerNode")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym278 := z.EncBinary() + _ = yym278 + if false { + } else { + r.EncodeBool(bool(x.RegisterNode)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym280 := z.EncBinary() + _ = yym280 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ClusterDomain)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("clusterDomain")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym281 := z.EncBinary() + _ = yym281 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ClusterDomain)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym283 := z.EncBinary() + _ = yym283 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.MasterServiceNamespace)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("masterServiceNamespace")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym284 := z.EncBinary() + _ = yym284 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.MasterServiceNamespace)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym286 := z.EncBinary() + _ = yym286 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ClusterDNS)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("clusterDNS")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym287 := z.EncBinary() + _ = yym287 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ClusterDNS)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy289 := &x.StreamingConnectionIdleTimeout + yym290 := z.EncBinary() + _ = yym290 + if false { + } else if z.HasExtensions() && z.EncExt(yy289) { + } else if !yym290 && z.IsJSONHandle() { + z.EncJSONMarshal(yy289) + } else { + z.EncFallback(yy289) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("streamingConnectionIdleTimeout")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy291 := &x.StreamingConnectionIdleTimeout + yym292 := z.EncBinary() + _ = yym292 + if false { + } else if z.HasExtensions() && z.EncExt(yy291) { + } else if !yym292 && z.IsJSONHandle() { + z.EncJSONMarshal(yy291) + } else { + z.EncFallback(yy291) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy294 := &x.NodeStatusUpdateFrequency + yym295 := z.EncBinary() + _ = yym295 + if false { + } else if z.HasExtensions() && z.EncExt(yy294) { + } else if !yym295 && z.IsJSONHandle() { + z.EncJSONMarshal(yy294) + } else { + z.EncFallback(yy294) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("nodeStatusUpdateFrequency")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy296 := &x.NodeStatusUpdateFrequency + yym297 := z.EncBinary() + _ = yym297 + if false { + } else if z.HasExtensions() && z.EncExt(yy296) { + } else if !yym297 && z.IsJSONHandle() { + z.EncJSONMarshal(yy296) + } else { + z.EncFallback(yy296) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy299 := &x.ImageMinimumGCAge + yym300 := z.EncBinary() + _ = yym300 + if false { + } else if z.HasExtensions() && z.EncExt(yy299) { + } else if !yym300 && z.IsJSONHandle() { + z.EncJSONMarshal(yy299) + } else { + z.EncFallback(yy299) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("imageMinimumGCAge")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy301 := &x.ImageMinimumGCAge + yym302 := z.EncBinary() + _ = yym302 + if false { + } else if z.HasExtensions() && z.EncExt(yy301) { + } else if !yym302 && z.IsJSONHandle() { + z.EncJSONMarshal(yy301) + } else { + z.EncFallback(yy301) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym304 := z.EncBinary() + _ = yym304 + if false { + } else { + r.EncodeInt(int64(x.ImageGCHighThresholdPercent)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("imageGCHighThresholdPercent")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym305 := z.EncBinary() + _ = yym305 + if false { + } else { + r.EncodeInt(int64(x.ImageGCHighThresholdPercent)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym307 := z.EncBinary() + _ = yym307 + if false { + } else { + r.EncodeInt(int64(x.ImageGCLowThresholdPercent)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("imageGCLowThresholdPercent")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym308 := z.EncBinary() + _ = yym308 + if false { + } else { + r.EncodeInt(int64(x.ImageGCLowThresholdPercent)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym310 := z.EncBinary() + _ = yym310 + if false { + } else { + r.EncodeInt(int64(x.LowDiskSpaceThresholdMB)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lowDiskSpaceThresholdMB")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym311 := z.EncBinary() + _ = yym311 + if false { + } else { + r.EncodeInt(int64(x.LowDiskSpaceThresholdMB)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy313 := &x.VolumeStatsAggPeriod + yym314 := z.EncBinary() + _ = yym314 + if false { + } else if z.HasExtensions() && z.EncExt(yy313) { + } else if !yym314 && z.IsJSONHandle() { + z.EncJSONMarshal(yy313) + } else { + z.EncFallback(yy313) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("volumeStatsAggPeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy315 := &x.VolumeStatsAggPeriod + yym316 := z.EncBinary() + _ = yym316 + if false { + } else if z.HasExtensions() && z.EncExt(yy315) { + } else if !yym316 && z.IsJSONHandle() { + z.EncJSONMarshal(yy315) + } else { + z.EncFallback(yy315) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym318 := z.EncBinary() + _ = yym318 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.NetworkPluginName)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("networkPluginName")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym319 := z.EncBinary() + _ = yym319 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.NetworkPluginName)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym321 := z.EncBinary() + _ = yym321 + if false { + } else { + r.EncodeInt(int64(x.NetworkPluginMTU)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("networkPluginMTU")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym322 := z.EncBinary() + _ = yym322 + if false { + } else { + r.EncodeInt(int64(x.NetworkPluginMTU)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym324 := z.EncBinary() + _ = yym324 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.NetworkPluginDir)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("networkPluginDir")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym325 := z.EncBinary() + _ = yym325 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.NetworkPluginDir)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym327 := z.EncBinary() + _ = yym327 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.CNIConfDir)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("cniConfDir")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym328 := z.EncBinary() + _ = yym328 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.CNIConfDir)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym330 := z.EncBinary() + _ = yym330 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.CNIBinDir)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("cniBinDir")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym331 := z.EncBinary() + _ = yym331 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.CNIBinDir)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym333 := z.EncBinary() + _ = yym333 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.VolumePluginDir)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("volumePluginDir")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym334 := z.EncBinary() + _ = yym334 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.VolumePluginDir)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[55] { + yym336 := z.EncBinary() + _ = yym336 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.CloudProvider)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq153[55] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("cloudProvider")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym337 := z.EncBinary() + _ = yym337 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.CloudProvider)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[56] { + yym339 := z.EncBinary() + _ = yym339 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.CloudConfigFile)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq153[56] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("cloudConfigFile")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym340 := z.EncBinary() + _ = yym340 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.CloudConfigFile)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[57] { + yym342 := z.EncBinary() + _ = yym342 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.KubeletCgroups)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq153[57] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kubeletCgroups")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym343 := z.EncBinary() + _ = yym343 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.KubeletCgroups)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[58] { + yym345 := z.EncBinary() + _ = yym345 + if false { + } else { + r.EncodeBool(bool(x.CgroupsPerQOS)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq153[58] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("cgroupsPerQOS")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym346 := z.EncBinary() + _ = yym346 + if false { + } else { + r.EncodeBool(bool(x.CgroupsPerQOS)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[59] { + yym348 := z.EncBinary() + _ = yym348 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.CgroupDriver)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq153[59] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("cgroupDriver")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym349 := z.EncBinary() + _ = yym349 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.CgroupDriver)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[60] { + yym351 := z.EncBinary() + _ = yym351 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RuntimeCgroups)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq153[60] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("runtimeCgroups")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym352 := z.EncBinary() + _ = yym352 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RuntimeCgroups)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[61] { + yym354 := z.EncBinary() + _ = yym354 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.SystemCgroups)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq153[61] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("systemCgroups")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym355 := z.EncBinary() + _ = yym355 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.SystemCgroups)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[62] { + yym357 := z.EncBinary() + _ = yym357 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.CgroupRoot)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq153[62] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("cgroupRoot")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym358 := z.EncBinary() + _ = yym358 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.CgroupRoot)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym360 := z.EncBinary() + _ = yym360 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntime)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("containerRuntime")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym361 := z.EncBinary() + _ = yym361 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntime)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym363 := z.EncBinary() + _ = yym363 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RemoteRuntimeEndpoint)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("remoteRuntimeEndpoint")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym364 := z.EncBinary() + _ = yym364 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RemoteRuntimeEndpoint)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym366 := z.EncBinary() + _ = yym366 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RemoteImageEndpoint)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("remoteImageEndpoint")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym367 := z.EncBinary() + _ = yym367 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RemoteImageEndpoint)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[66] { + yy369 := &x.RuntimeRequestTimeout + yym370 := z.EncBinary() + _ = yym370 + if false { + } else if z.HasExtensions() && z.EncExt(yy369) { + } else if !yym370 && z.IsJSONHandle() { + z.EncJSONMarshal(yy369) + } else { + z.EncFallback(yy369) + } + } else { + r.EncodeNil() + } + } else { + if yyq153[66] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("runtimeRequestTimeout")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy371 := &x.RuntimeRequestTimeout + yym372 := z.EncBinary() + _ = yym372 + if false { + } else if z.HasExtensions() && z.EncExt(yy371) { + } else if !yym372 && z.IsJSONHandle() { + z.EncJSONMarshal(yy371) + } else { + z.EncFallback(yy371) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[67] { + yym374 := z.EncBinary() + _ = yym374 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RktPath)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq153[67] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("rktPath")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym375 := z.EncBinary() + _ = yym375 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RktPath)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[68] { + yym377 := z.EncBinary() + _ = yym377 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ExperimentalMounterPath)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq153[68] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("experimentalMounterPath")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym378 := z.EncBinary() + _ = yym378 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ExperimentalMounterPath)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[69] { + yym380 := z.EncBinary() + _ = yym380 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RktAPIEndpoint)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq153[69] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("rktAPIEndpoint")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym381 := z.EncBinary() + _ = yym381 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RktAPIEndpoint)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[70] { + yym383 := z.EncBinary() + _ = yym383 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RktStage1Image)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq153[70] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("rktStage1Image")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym384 := z.EncBinary() + _ = yym384 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RktStage1Image)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym386 := z.EncBinary() + _ = yym386 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.LockFilePath)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lockFilePath")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym387 := z.EncBinary() + _ = yym387 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.LockFilePath)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym389 := z.EncBinary() + _ = yym389 + if false { + } else { + r.EncodeBool(bool(x.ExitOnLockContention)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("exitOnLockContention")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym390 := z.EncBinary() + _ = yym390 + if false { + } else { + r.EncodeBool(bool(x.ExitOnLockContention)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym392 := z.EncBinary() + _ = yym392 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HairpinMode)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hairpinMode")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym393 := z.EncBinary() + _ = yym393 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HairpinMode)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym395 := z.EncBinary() + _ = yym395 + if false { + } else { + r.EncodeBool(bool(x.BabysitDaemons)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("babysitDaemons")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym396 := z.EncBinary() + _ = yym396 + if false { + } else { + r.EncodeBool(bool(x.BabysitDaemons)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym398 := z.EncBinary() + _ = yym398 + if false { + } else { + r.EncodeInt(int64(x.MaxPods)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("maxPods")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym399 := z.EncBinary() + _ = yym399 + if false { + } else { + r.EncodeInt(int64(x.MaxPods)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym401 := z.EncBinary() + _ = yym401 + if false { + } else { + r.EncodeInt(int64(x.NvidiaGPUs)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("nvidiaGPUs")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym402 := z.EncBinary() + _ = yym402 + if false { + } else { + r.EncodeInt(int64(x.NvidiaGPUs)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym404 := z.EncBinary() + _ = yym404 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.DockerExecHandlerName)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("dockerExecHandlerName")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym405 := z.EncBinary() + _ = yym405 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.DockerExecHandlerName)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym407 := z.EncBinary() + _ = yym407 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym408 := z.EncBinary() + _ = yym408 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym410 := z.EncBinary() + _ = yym410 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ResolverConfig)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("resolvConf")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym411 := z.EncBinary() + _ = yym411 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ResolverConfig)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym413 := z.EncBinary() + _ = yym413 + if false { + } else { + r.EncodeBool(bool(x.CPUCFSQuota)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("cpuCFSQuota")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym414 := z.EncBinary() + _ = yym414 + if false { + } else { + r.EncodeBool(bool(x.CPUCFSQuota)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym416 := z.EncBinary() + _ = yym416 + if false { + } else { + r.EncodeBool(bool(x.Containerized)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("containerized")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym417 := z.EncBinary() + _ = yym417 + if false { + } else { + r.EncodeBool(bool(x.Containerized)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym419 := z.EncBinary() + _ = yym419 + if false { + } else { + r.EncodeInt(int64(x.MaxOpenFiles)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("maxOpenFiles")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym420 := z.EncBinary() + _ = yym420 + if false { + } else { + r.EncodeInt(int64(x.MaxOpenFiles)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym422 := z.EncBinary() + _ = yym422 + if false { + } else { + r.EncodeBool(bool(x.ReconcileCIDR)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reconcileCIDR")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym423 := z.EncBinary() + _ = yym423 + if false { + } else { + r.EncodeBool(bool(x.ReconcileCIDR)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym425 := z.EncBinary() + _ = yym425 + if false { + } else { + r.EncodeBool(bool(x.RegisterSchedulable)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("registerSchedulable")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym426 := z.EncBinary() + _ = yym426 + if false { + } else { + r.EncodeBool(bool(x.RegisterSchedulable)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym428 := z.EncBinary() + _ = yym428 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ContentType)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("contentType")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym429 := z.EncBinary() + _ = yym429 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ContentType)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym431 := z.EncBinary() + _ = yym431 + if false { + } else { + r.EncodeInt(int64(x.KubeAPIQPS)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kubeAPIQPS")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym432 := z.EncBinary() + _ = yym432 + if false { + } else { + r.EncodeInt(int64(x.KubeAPIQPS)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym434 := z.EncBinary() + _ = yym434 + if false { + } else { + r.EncodeInt(int64(x.KubeAPIBurst)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kubeAPIBurst")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym435 := z.EncBinary() + _ = yym435 + if false { + } else { + r.EncodeInt(int64(x.KubeAPIBurst)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym437 := z.EncBinary() + _ = yym437 + if false { + } else { + r.EncodeBool(bool(x.SerializeImagePulls)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("serializeImagePulls")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym438 := z.EncBinary() + _ = yym438 + if false { + } else { + r.EncodeBool(bool(x.SerializeImagePulls)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[89] { + yy440 := &x.OutOfDiskTransitionFrequency + yym441 := z.EncBinary() + _ = yym441 + if false { + } else if z.HasExtensions() && z.EncExt(yy440) { + } else if !yym441 && z.IsJSONHandle() { + z.EncJSONMarshal(yy440) + } else { + z.EncFallback(yy440) + } + } else { + r.EncodeNil() + } + } else { + if yyq153[89] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("outOfDiskTransitionFrequency")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy442 := &x.OutOfDiskTransitionFrequency + yym443 := z.EncBinary() + _ = yym443 + if false { + } else if z.HasExtensions() && z.EncExt(yy442) { + } else if !yym443 && z.IsJSONHandle() { + z.EncJSONMarshal(yy442) + } else { + z.EncFallback(yy442) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[90] { + yym445 := z.EncBinary() + _ = yym445 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.NodeIP)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq153[90] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("nodeIP")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym446 := z.EncBinary() + _ = yym446 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.NodeIP)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.NodeLabels == nil { + r.EncodeNil() + } else { + yym448 := z.EncBinary() + _ = yym448 + if false { + } else { + z.F.EncMapStringStringV(x.NodeLabels, false, e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("nodeLabels")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.NodeLabels == nil { + r.EncodeNil() + } else { + yym449 := z.EncBinary() + _ = yym449 + if false { + } else { + z.F.EncMapStringStringV(x.NodeLabels, false, e) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym451 := z.EncBinary() + _ = yym451 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.NonMasqueradeCIDR)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("nonMasqueradeCIDR")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym452 := z.EncBinary() + _ = yym452 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.NonMasqueradeCIDR)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym454 := z.EncBinary() + _ = yym454 + if false { + } else { + r.EncodeBool(bool(x.EnableCustomMetrics)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("enableCustomMetrics")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym455 := z.EncBinary() + _ = yym455 + if false { + } else { + r.EncodeBool(bool(x.EnableCustomMetrics)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[94] { + yym457 := z.EncBinary() + _ = yym457 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.EvictionHard)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq153[94] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("evictionHard")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym458 := z.EncBinary() + _ = yym458 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.EvictionHard)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[95] { + yym460 := z.EncBinary() + _ = yym460 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.EvictionSoft)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq153[95] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("evictionSoft")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym461 := z.EncBinary() + _ = yym461 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.EvictionSoft)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[96] { + yym463 := z.EncBinary() + _ = yym463 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.EvictionSoftGracePeriod)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq153[96] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("evictionSoftGracePeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym464 := z.EncBinary() + _ = yym464 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.EvictionSoftGracePeriod)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[97] { + yy466 := &x.EvictionPressureTransitionPeriod + yym467 := z.EncBinary() + _ = yym467 + if false { + } else if z.HasExtensions() && z.EncExt(yy466) { + } else if !yym467 && z.IsJSONHandle() { + z.EncJSONMarshal(yy466) + } else { + z.EncFallback(yy466) + } + } else { + r.EncodeNil() + } + } else { + if yyq153[97] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("evictionPressureTransitionPeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy468 := &x.EvictionPressureTransitionPeriod + yym469 := z.EncBinary() + _ = yym469 + if false { + } else if z.HasExtensions() && z.EncExt(yy468) { + } else if !yym469 && z.IsJSONHandle() { + z.EncJSONMarshal(yy468) + } else { + z.EncFallback(yy468) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[98] { + yym471 := z.EncBinary() + _ = yym471 + if false { + } else { + r.EncodeInt(int64(x.EvictionMaxPodGracePeriod)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq153[98] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("evictionMaxPodGracePeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym472 := z.EncBinary() + _ = yym472 + if false { + } else { + r.EncodeInt(int64(x.EvictionMaxPodGracePeriod)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[99] { + yym474 := z.EncBinary() + _ = yym474 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.EvictionMinimumReclaim)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq153[99] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("evictionMinimumReclaim")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym475 := z.EncBinary() + _ = yym475 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.EvictionMinimumReclaim)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym477 := z.EncBinary() + _ = yym477 + if false { + } else { + r.EncodeInt(int64(x.PodsPerCore)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("podsPerCore")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym478 := z.EncBinary() + _ = yym478 + if false { + } else { + r.EncodeInt(int64(x.PodsPerCore)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym480 := z.EncBinary() + _ = yym480 + if false { + } else { + r.EncodeBool(bool(x.EnableControllerAttachDetach)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("enableControllerAttachDetach")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym481 := z.EncBinary() + _ = yym481 + if false { + } else { + r.EncodeBool(bool(x.EnableControllerAttachDetach)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.SystemReserved == nil { + r.EncodeNil() + } else { + yym483 := z.EncBinary() + _ = yym483 + if false { + } else if z.HasExtensions() && z.EncExt(x.SystemReserved) { + } else { + h.encconfig_ConfigurationMap((pkg2_config.ConfigurationMap)(x.SystemReserved), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("systemReserved")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.SystemReserved == nil { + r.EncodeNil() + } else { + yym484 := z.EncBinary() + _ = yym484 + if false { + } else if z.HasExtensions() && z.EncExt(x.SystemReserved) { + } else { + h.encconfig_ConfigurationMap((pkg2_config.ConfigurationMap)(x.SystemReserved), e) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.KubeReserved == nil { + r.EncodeNil() + } else { + yym486 := z.EncBinary() + _ = yym486 + if false { + } else if z.HasExtensions() && z.EncExt(x.KubeReserved) { + } else { + h.encconfig_ConfigurationMap((pkg2_config.ConfigurationMap)(x.KubeReserved), e) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kubeReserved")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.KubeReserved == nil { + r.EncodeNil() + } else { + yym487 := z.EncBinary() + _ = yym487 + if false { + } else if z.HasExtensions() && z.EncExt(x.KubeReserved) { + } else { + h.encconfig_ConfigurationMap((pkg2_config.ConfigurationMap)(x.KubeReserved), e) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym489 := z.EncBinary() + _ = yym489 + if false { + } else { + r.EncodeBool(bool(x.ProtectKernelDefaults)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("protectKernelDefaults")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym490 := z.EncBinary() + _ = yym490 + if false { + } else { + r.EncodeBool(bool(x.ProtectKernelDefaults)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym492 := z.EncBinary() + _ = yym492 + if false { + } else { + r.EncodeBool(bool(x.MakeIPTablesUtilChains)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("makeIPTablesUtilChains")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym493 := z.EncBinary() + _ = yym493 + if false { + } else { + r.EncodeBool(bool(x.MakeIPTablesUtilChains)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym495 := z.EncBinary() + _ = yym495 + if false { + } else { + r.EncodeInt(int64(x.IPTablesMasqueradeBit)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("iptablesMasqueradeBit")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym496 := z.EncBinary() + _ = yym496 + if false { + } else { + r.EncodeInt(int64(x.IPTablesMasqueradeBit)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym498 := z.EncBinary() + _ = yym498 + if false { + } else { + r.EncodeInt(int64(x.IPTablesDropBit)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("iptablesDropBit")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym499 := z.EncBinary() + _ = yym499 + if false { + } else { + r.EncodeInt(int64(x.IPTablesDropBit)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[108] { + if x.AllowedUnsafeSysctls == nil { + r.EncodeNil() + } else { + yym501 := z.EncBinary() + _ = yym501 + if false { + } else { + z.F.EncSliceStringV(x.AllowedUnsafeSysctls, false, e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq153[108] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("experimentalAllowedUnsafeSysctls")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.AllowedUnsafeSysctls == nil { + r.EncodeNil() + } else { + yym502 := z.EncBinary() + _ = yym502 + if false { + } else { + z.F.EncSliceStringV(x.AllowedUnsafeSysctls, false, e) + } + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym504 := z.EncBinary() + _ = yym504 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.FeatureGates)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("featureGates")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym505 := z.EncBinary() + _ = yym505 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.FeatureGates)) + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[110] { + yym507 := z.EncBinary() + _ = yym507 + if false { + } else { + r.EncodeBool(bool(x.EnableCRI)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq153[110] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("enableCRI")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym508 := z.EncBinary() + _ = yym508 + if false { + } else { + r.EncodeBool(bool(x.EnableCRI)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[111] { + yym510 := z.EncBinary() + _ = yym510 + if false { + } else { + r.EncodeBool(bool(x.ExperimentalFailSwapOn)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq153[111] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("experimentalFailSwapOn")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym511 := z.EncBinary() + _ = yym511 + if false { + } else { + r.EncodeBool(bool(x.ExperimentalFailSwapOn)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq153[112] { + yym513 := z.EncBinary() + _ = yym513 + if false { + } else { + r.EncodeBool(bool(x.ExperimentalCheckNodeCapabilitiesBeforeMount)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq153[112] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("ExperimentalCheckNodeCapabilitiesBeforeMount")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym514 := z.EncBinary() + _ = yym514 + if false { + } else { + r.EncodeBool(bool(x.ExperimentalCheckNodeCapabilitiesBeforeMount)) + } + } + } + if yyr153 || yy2arr153 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *KubeletConfiguration) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym515 := z.DecBinary() + _ = yym515 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct516 := r.ContainerType() + if yyct516 == codecSelferValueTypeMap1234 { + yyl516 := r.ReadMapStart() + if yyl516 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl516, d) + } + } else if yyct516 == codecSelferValueTypeArray1234 { + yyl516 := r.ReadArrayStart() + if yyl516 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl516, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *KubeletConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys517Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys517Slc + var yyhl517 bool = l >= 0 + for yyj517 := 0; ; yyj517++ { + if yyhl517 { + if yyj517 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys517Slc = r.DecodeBytes(yys517Slc, true, true) + yys517 := string(yys517Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys517 { + 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 "podManifestPath": + if r.TryDecodeAsNil() { + x.PodManifestPath = "" + } else { + x.PodManifestPath = string(r.DecodeString()) + } + case "syncFrequency": + if r.TryDecodeAsNil() { + x.SyncFrequency = pkg1_unversioned.Duration{} + } else { + yyv521 := &x.SyncFrequency + yym522 := z.DecBinary() + _ = yym522 + if false { + } else if z.HasExtensions() && z.DecExt(yyv521) { + } else if !yym522 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv521) + } else { + z.DecFallback(yyv521, false) + } + } + case "fileCheckFrequency": + if r.TryDecodeAsNil() { + x.FileCheckFrequency = pkg1_unversioned.Duration{} + } else { + yyv523 := &x.FileCheckFrequency + yym524 := z.DecBinary() + _ = yym524 + if false { + } else if z.HasExtensions() && z.DecExt(yyv523) { + } else if !yym524 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv523) + } else { + z.DecFallback(yyv523, false) + } + } + case "httpCheckFrequency": + if r.TryDecodeAsNil() { + x.HTTPCheckFrequency = pkg1_unversioned.Duration{} + } else { + yyv525 := &x.HTTPCheckFrequency + yym526 := z.DecBinary() + _ = yym526 + if false { + } else if z.HasExtensions() && z.DecExt(yyv525) { + } else if !yym526 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv525) + } else { + z.DecFallback(yyv525, false) + } + } + case "manifestURL": + if r.TryDecodeAsNil() { + x.ManifestURL = "" + } else { + x.ManifestURL = string(r.DecodeString()) + } + case "manifestURLHeader": + if r.TryDecodeAsNil() { + x.ManifestURLHeader = "" + } else { + x.ManifestURLHeader = string(r.DecodeString()) + } + case "enableServer": + if r.TryDecodeAsNil() { + x.EnableServer = false + } else { + x.EnableServer = bool(r.DecodeBool()) + } + case "address": + if r.TryDecodeAsNil() { + x.Address = "" + } else { + x.Address = string(r.DecodeString()) + } + case "port": + if r.TryDecodeAsNil() { + x.Port = 0 + } else { + x.Port = int32(r.DecodeInt(32)) + } + case "readOnlyPort": + if r.TryDecodeAsNil() { + x.ReadOnlyPort = 0 + } else { + x.ReadOnlyPort = int32(r.DecodeInt(32)) + } + case "tlsCertFile": + if r.TryDecodeAsNil() { + x.TLSCertFile = "" + } else { + x.TLSCertFile = string(r.DecodeString()) + } + case "tlsPrivateKeyFile": + if r.TryDecodeAsNil() { + x.TLSPrivateKeyFile = "" + } else { + x.TLSPrivateKeyFile = string(r.DecodeString()) + } + case "certDirectory": + if r.TryDecodeAsNil() { + x.CertDirectory = "" + } else { + x.CertDirectory = string(r.DecodeString()) + } + case "authentication": + if r.TryDecodeAsNil() { + x.Authentication = KubeletAuthentication{} + } else { + yyv536 := &x.Authentication + yyv536.CodecDecodeSelf(d) + } + case "authorization": + if r.TryDecodeAsNil() { + x.Authorization = KubeletAuthorization{} + } else { + yyv537 := &x.Authorization + yyv537.CodecDecodeSelf(d) + } + case "hostnameOverride": + if r.TryDecodeAsNil() { + x.HostnameOverride = "" + } else { + x.HostnameOverride = string(r.DecodeString()) + } + case "podInfraContainerImage": + if r.TryDecodeAsNil() { + x.PodInfraContainerImage = "" + } else { + x.PodInfraContainerImage = string(r.DecodeString()) + } + case "dockerEndpoint": + if r.TryDecodeAsNil() { + x.DockerEndpoint = "" + } else { + x.DockerEndpoint = string(r.DecodeString()) + } + case "rootDirectory": + if r.TryDecodeAsNil() { + x.RootDirectory = "" + } else { + x.RootDirectory = string(r.DecodeString()) + } + case "seccompProfileRoot": + if r.TryDecodeAsNil() { + x.SeccompProfileRoot = "" + } else { + x.SeccompProfileRoot = string(r.DecodeString()) + } + case "allowPrivileged": + if r.TryDecodeAsNil() { + x.AllowPrivileged = false + } else { + x.AllowPrivileged = bool(r.DecodeBool()) + } + case "hostNetworkSources": + if r.TryDecodeAsNil() { + x.HostNetworkSources = nil + } else { + yyv544 := &x.HostNetworkSources + yym545 := z.DecBinary() + _ = yym545 + if false { + } else { + z.F.DecSliceStringX(yyv544, false, d) + } + } + case "hostPIDSources": + if r.TryDecodeAsNil() { + x.HostPIDSources = nil + } else { + yyv546 := &x.HostPIDSources + yym547 := z.DecBinary() + _ = yym547 + if false { + } else { + z.F.DecSliceStringX(yyv546, false, d) + } + } + case "hostIPCSources": + if r.TryDecodeAsNil() { + x.HostIPCSources = nil + } else { + yyv548 := &x.HostIPCSources + yym549 := z.DecBinary() + _ = yym549 + if false { + } else { + z.F.DecSliceStringX(yyv548, false, d) + } + } + case "registryPullQPS": + if r.TryDecodeAsNil() { + x.RegistryPullQPS = 0 + } else { + x.RegistryPullQPS = int32(r.DecodeInt(32)) + } + case "registryBurst": + if r.TryDecodeAsNil() { + x.RegistryBurst = 0 + } else { + x.RegistryBurst = int32(r.DecodeInt(32)) + } + case "eventRecordQPS": + if r.TryDecodeAsNil() { + x.EventRecordQPS = 0 + } else { + x.EventRecordQPS = int32(r.DecodeInt(32)) + } + case "eventBurst": + if r.TryDecodeAsNil() { + x.EventBurst = 0 + } else { + x.EventBurst = int32(r.DecodeInt(32)) + } + case "enableDebuggingHandlers": + if r.TryDecodeAsNil() { + x.EnableDebuggingHandlers = false + } else { + x.EnableDebuggingHandlers = bool(r.DecodeBool()) + } + case "minimumGCAge": + if r.TryDecodeAsNil() { + x.MinimumGCAge = pkg1_unversioned.Duration{} + } else { + yyv555 := &x.MinimumGCAge + yym556 := z.DecBinary() + _ = yym556 + if false { + } else if z.HasExtensions() && z.DecExt(yyv555) { + } else if !yym556 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv555) + } else { + z.DecFallback(yyv555, false) + } + } + case "maxPerPodContainerCount": + if r.TryDecodeAsNil() { + x.MaxPerPodContainerCount = 0 + } else { + x.MaxPerPodContainerCount = int32(r.DecodeInt(32)) + } + case "maxContainerCount": + if r.TryDecodeAsNil() { + x.MaxContainerCount = 0 + } else { + x.MaxContainerCount = int32(r.DecodeInt(32)) + } + case "cAdvisorPort": + if r.TryDecodeAsNil() { + x.CAdvisorPort = 0 + } else { + x.CAdvisorPort = int32(r.DecodeInt(32)) + } + case "healthzPort": + if r.TryDecodeAsNil() { + x.HealthzPort = 0 + } else { + x.HealthzPort = int32(r.DecodeInt(32)) + } + case "healthzBindAddress": + if r.TryDecodeAsNil() { + x.HealthzBindAddress = "" + } else { + x.HealthzBindAddress = string(r.DecodeString()) + } + case "oomScoreAdj": + if r.TryDecodeAsNil() { + x.OOMScoreAdj = 0 + } else { + x.OOMScoreAdj = int32(r.DecodeInt(32)) + } + case "registerNode": + if r.TryDecodeAsNil() { + x.RegisterNode = false + } else { + x.RegisterNode = bool(r.DecodeBool()) + } + case "clusterDomain": + if r.TryDecodeAsNil() { + x.ClusterDomain = "" + } else { + x.ClusterDomain = string(r.DecodeString()) + } + case "masterServiceNamespace": + if r.TryDecodeAsNil() { + x.MasterServiceNamespace = "" + } else { + x.MasterServiceNamespace = string(r.DecodeString()) + } + case "clusterDNS": + if r.TryDecodeAsNil() { + x.ClusterDNS = "" + } else { + x.ClusterDNS = string(r.DecodeString()) + } + case "streamingConnectionIdleTimeout": + if r.TryDecodeAsNil() { + x.StreamingConnectionIdleTimeout = pkg1_unversioned.Duration{} + } else { + yyv567 := &x.StreamingConnectionIdleTimeout + yym568 := z.DecBinary() + _ = yym568 + if false { + } else if z.HasExtensions() && z.DecExt(yyv567) { + } else if !yym568 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv567) + } else { + z.DecFallback(yyv567, false) + } + } + case "nodeStatusUpdateFrequency": + if r.TryDecodeAsNil() { + x.NodeStatusUpdateFrequency = pkg1_unversioned.Duration{} + } else { + yyv569 := &x.NodeStatusUpdateFrequency + yym570 := z.DecBinary() + _ = yym570 + if false { + } else if z.HasExtensions() && z.DecExt(yyv569) { + } else if !yym570 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv569) + } else { + z.DecFallback(yyv569, false) + } + } + case "imageMinimumGCAge": + if r.TryDecodeAsNil() { + x.ImageMinimumGCAge = pkg1_unversioned.Duration{} + } else { + yyv571 := &x.ImageMinimumGCAge + yym572 := z.DecBinary() + _ = yym572 + if false { + } else if z.HasExtensions() && z.DecExt(yyv571) { + } else if !yym572 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv571) + } else { + z.DecFallback(yyv571, false) + } + } + case "imageGCHighThresholdPercent": + if r.TryDecodeAsNil() { + x.ImageGCHighThresholdPercent = 0 + } else { + x.ImageGCHighThresholdPercent = int32(r.DecodeInt(32)) + } + case "imageGCLowThresholdPercent": + if r.TryDecodeAsNil() { + x.ImageGCLowThresholdPercent = 0 + } else { + x.ImageGCLowThresholdPercent = int32(r.DecodeInt(32)) + } + case "lowDiskSpaceThresholdMB": + if r.TryDecodeAsNil() { + x.LowDiskSpaceThresholdMB = 0 + } else { + x.LowDiskSpaceThresholdMB = int32(r.DecodeInt(32)) + } + case "volumeStatsAggPeriod": + if r.TryDecodeAsNil() { + x.VolumeStatsAggPeriod = pkg1_unversioned.Duration{} + } else { + yyv576 := &x.VolumeStatsAggPeriod + yym577 := z.DecBinary() + _ = yym577 + if false { + } else if z.HasExtensions() && z.DecExt(yyv576) { + } else if !yym577 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv576) + } else { + z.DecFallback(yyv576, false) + } + } + case "networkPluginName": + if r.TryDecodeAsNil() { + x.NetworkPluginName = "" + } else { + x.NetworkPluginName = string(r.DecodeString()) + } + case "networkPluginMTU": + if r.TryDecodeAsNil() { + x.NetworkPluginMTU = 0 + } else { + x.NetworkPluginMTU = int32(r.DecodeInt(32)) + } + case "networkPluginDir": + if r.TryDecodeAsNil() { + x.NetworkPluginDir = "" + } else { + x.NetworkPluginDir = string(r.DecodeString()) + } + case "cniConfDir": + if r.TryDecodeAsNil() { + x.CNIConfDir = "" + } else { + x.CNIConfDir = string(r.DecodeString()) + } + case "cniBinDir": + if r.TryDecodeAsNil() { + x.CNIBinDir = "" + } else { + x.CNIBinDir = string(r.DecodeString()) + } + case "volumePluginDir": + if r.TryDecodeAsNil() { + x.VolumePluginDir = "" + } else { + x.VolumePluginDir = string(r.DecodeString()) + } + case "cloudProvider": + if r.TryDecodeAsNil() { + x.CloudProvider = "" + } else { + x.CloudProvider = string(r.DecodeString()) + } + case "cloudConfigFile": + if r.TryDecodeAsNil() { + x.CloudConfigFile = "" + } else { + x.CloudConfigFile = string(r.DecodeString()) + } + case "kubeletCgroups": + if r.TryDecodeAsNil() { + x.KubeletCgroups = "" + } else { + x.KubeletCgroups = string(r.DecodeString()) + } + case "cgroupsPerQOS": + if r.TryDecodeAsNil() { + x.CgroupsPerQOS = false + } else { + x.CgroupsPerQOS = bool(r.DecodeBool()) + } + case "cgroupDriver": + if r.TryDecodeAsNil() { + x.CgroupDriver = "" + } else { + x.CgroupDriver = string(r.DecodeString()) + } + case "runtimeCgroups": + if r.TryDecodeAsNil() { + x.RuntimeCgroups = "" + } else { + x.RuntimeCgroups = string(r.DecodeString()) + } + case "systemCgroups": + if r.TryDecodeAsNil() { + x.SystemCgroups = "" + } else { + x.SystemCgroups = string(r.DecodeString()) + } + case "cgroupRoot": + if r.TryDecodeAsNil() { + x.CgroupRoot = "" + } else { + x.CgroupRoot = string(r.DecodeString()) + } + case "containerRuntime": + if r.TryDecodeAsNil() { + x.ContainerRuntime = "" + } else { + x.ContainerRuntime = string(r.DecodeString()) + } + case "remoteRuntimeEndpoint": + if r.TryDecodeAsNil() { + x.RemoteRuntimeEndpoint = "" + } else { + x.RemoteRuntimeEndpoint = string(r.DecodeString()) + } + case "remoteImageEndpoint": + if r.TryDecodeAsNil() { + x.RemoteImageEndpoint = "" + } else { + x.RemoteImageEndpoint = string(r.DecodeString()) + } + case "runtimeRequestTimeout": + if r.TryDecodeAsNil() { + x.RuntimeRequestTimeout = pkg1_unversioned.Duration{} + } else { + yyv595 := &x.RuntimeRequestTimeout + yym596 := z.DecBinary() + _ = yym596 + if false { + } else if z.HasExtensions() && z.DecExt(yyv595) { + } else if !yym596 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv595) + } else { + z.DecFallback(yyv595, false) + } + } + case "rktPath": + if r.TryDecodeAsNil() { + x.RktPath = "" + } else { + x.RktPath = string(r.DecodeString()) + } + case "experimentalMounterPath": + if r.TryDecodeAsNil() { + x.ExperimentalMounterPath = "" + } else { + x.ExperimentalMounterPath = string(r.DecodeString()) + } + case "rktAPIEndpoint": + if r.TryDecodeAsNil() { + x.RktAPIEndpoint = "" + } else { + x.RktAPIEndpoint = string(r.DecodeString()) + } + case "rktStage1Image": + if r.TryDecodeAsNil() { + x.RktStage1Image = "" + } else { + x.RktStage1Image = string(r.DecodeString()) + } + case "lockFilePath": + if r.TryDecodeAsNil() { + x.LockFilePath = "" + } else { + x.LockFilePath = string(r.DecodeString()) + } + case "exitOnLockContention": + if r.TryDecodeAsNil() { + x.ExitOnLockContention = false + } else { + x.ExitOnLockContention = bool(r.DecodeBool()) + } + case "hairpinMode": + if r.TryDecodeAsNil() { + x.HairpinMode = "" + } else { + x.HairpinMode = string(r.DecodeString()) + } + case "babysitDaemons": + if r.TryDecodeAsNil() { + x.BabysitDaemons = false + } else { + x.BabysitDaemons = bool(r.DecodeBool()) + } + case "maxPods": + if r.TryDecodeAsNil() { + x.MaxPods = 0 + } else { + x.MaxPods = int32(r.DecodeInt(32)) + } + case "nvidiaGPUs": + if r.TryDecodeAsNil() { + x.NvidiaGPUs = 0 + } else { + x.NvidiaGPUs = int32(r.DecodeInt(32)) + } + case "dockerExecHandlerName": + if r.TryDecodeAsNil() { + x.DockerExecHandlerName = "" + } else { + x.DockerExecHandlerName = string(r.DecodeString()) + } + case "podCIDR": + if r.TryDecodeAsNil() { + x.PodCIDR = "" + } else { + x.PodCIDR = string(r.DecodeString()) + } + case "resolvConf": + if r.TryDecodeAsNil() { + x.ResolverConfig = "" + } else { + x.ResolverConfig = string(r.DecodeString()) + } + case "cpuCFSQuota": + if r.TryDecodeAsNil() { + x.CPUCFSQuota = false + } else { + x.CPUCFSQuota = bool(r.DecodeBool()) + } + case "containerized": + if r.TryDecodeAsNil() { + x.Containerized = false + } else { + x.Containerized = bool(r.DecodeBool()) + } + case "maxOpenFiles": + if r.TryDecodeAsNil() { + x.MaxOpenFiles = 0 + } else { + x.MaxOpenFiles = int64(r.DecodeInt(64)) + } + case "reconcileCIDR": + if r.TryDecodeAsNil() { + x.ReconcileCIDR = false + } else { + x.ReconcileCIDR = bool(r.DecodeBool()) + } + case "registerSchedulable": + if r.TryDecodeAsNil() { + x.RegisterSchedulable = false + } else { + x.RegisterSchedulable = bool(r.DecodeBool()) + } + case "contentType": + if r.TryDecodeAsNil() { + x.ContentType = "" + } else { + x.ContentType = string(r.DecodeString()) + } + case "kubeAPIQPS": + if r.TryDecodeAsNil() { + x.KubeAPIQPS = 0 + } else { + x.KubeAPIQPS = int32(r.DecodeInt(32)) + } + case "kubeAPIBurst": + if r.TryDecodeAsNil() { + x.KubeAPIBurst = 0 + } else { + x.KubeAPIBurst = int32(r.DecodeInt(32)) + } + case "serializeImagePulls": + if r.TryDecodeAsNil() { + x.SerializeImagePulls = false + } else { + x.SerializeImagePulls = bool(r.DecodeBool()) + } + case "outOfDiskTransitionFrequency": + if r.TryDecodeAsNil() { + x.OutOfDiskTransitionFrequency = pkg1_unversioned.Duration{} + } else { + yyv619 := &x.OutOfDiskTransitionFrequency + yym620 := z.DecBinary() + _ = yym620 + if false { + } else if z.HasExtensions() && z.DecExt(yyv619) { + } else if !yym620 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv619) + } else { + z.DecFallback(yyv619, false) + } + } + case "nodeIP": + if r.TryDecodeAsNil() { + x.NodeIP = "" + } else { + x.NodeIP = string(r.DecodeString()) + } + case "nodeLabels": + if r.TryDecodeAsNil() { + x.NodeLabels = nil + } else { + yyv622 := &x.NodeLabels + yym623 := z.DecBinary() + _ = yym623 + if false { + } else { + z.F.DecMapStringStringX(yyv622, false, d) + } + } + case "nonMasqueradeCIDR": + if r.TryDecodeAsNil() { + x.NonMasqueradeCIDR = "" + } else { + x.NonMasqueradeCIDR = string(r.DecodeString()) + } + case "enableCustomMetrics": + if r.TryDecodeAsNil() { + x.EnableCustomMetrics = false + } else { + x.EnableCustomMetrics = bool(r.DecodeBool()) + } + case "evictionHard": + if r.TryDecodeAsNil() { + x.EvictionHard = "" + } else { + x.EvictionHard = string(r.DecodeString()) + } + case "evictionSoft": + if r.TryDecodeAsNil() { + x.EvictionSoft = "" + } else { + x.EvictionSoft = string(r.DecodeString()) + } + case "evictionSoftGracePeriod": + if r.TryDecodeAsNil() { + x.EvictionSoftGracePeriod = "" + } else { + x.EvictionSoftGracePeriod = string(r.DecodeString()) + } + case "evictionPressureTransitionPeriod": + if r.TryDecodeAsNil() { + x.EvictionPressureTransitionPeriod = pkg1_unversioned.Duration{} + } else { + yyv629 := &x.EvictionPressureTransitionPeriod + yym630 := z.DecBinary() + _ = yym630 + if false { + } else if z.HasExtensions() && z.DecExt(yyv629) { + } else if !yym630 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv629) + } else { + z.DecFallback(yyv629, false) + } + } + case "evictionMaxPodGracePeriod": + if r.TryDecodeAsNil() { + x.EvictionMaxPodGracePeriod = 0 + } else { + x.EvictionMaxPodGracePeriod = int32(r.DecodeInt(32)) + } + case "evictionMinimumReclaim": + if r.TryDecodeAsNil() { + x.EvictionMinimumReclaim = "" + } else { + x.EvictionMinimumReclaim = string(r.DecodeString()) + } + case "podsPerCore": + if r.TryDecodeAsNil() { + x.PodsPerCore = 0 + } else { + x.PodsPerCore = int32(r.DecodeInt(32)) + } + case "enableControllerAttachDetach": + if r.TryDecodeAsNil() { + x.EnableControllerAttachDetach = false + } else { + x.EnableControllerAttachDetach = bool(r.DecodeBool()) + } + case "systemReserved": + if r.TryDecodeAsNil() { + x.SystemReserved = nil + } else { + yyv635 := &x.SystemReserved + yym636 := z.DecBinary() + _ = yym636 + if false { + } else if z.HasExtensions() && z.DecExt(yyv635) { + } else { + h.decconfig_ConfigurationMap((*pkg2_config.ConfigurationMap)(yyv635), d) + } + } + case "kubeReserved": + if r.TryDecodeAsNil() { + x.KubeReserved = nil + } else { + yyv637 := &x.KubeReserved + yym638 := z.DecBinary() + _ = yym638 + if false { + } else if z.HasExtensions() && z.DecExt(yyv637) { + } else { + h.decconfig_ConfigurationMap((*pkg2_config.ConfigurationMap)(yyv637), d) + } + } + case "protectKernelDefaults": + if r.TryDecodeAsNil() { + x.ProtectKernelDefaults = false + } else { + x.ProtectKernelDefaults = bool(r.DecodeBool()) + } + case "makeIPTablesUtilChains": + if r.TryDecodeAsNil() { + x.MakeIPTablesUtilChains = false + } else { + x.MakeIPTablesUtilChains = bool(r.DecodeBool()) + } + case "iptablesMasqueradeBit": + if r.TryDecodeAsNil() { + x.IPTablesMasqueradeBit = 0 + } else { + x.IPTablesMasqueradeBit = int32(r.DecodeInt(32)) + } + case "iptablesDropBit": + if r.TryDecodeAsNil() { + x.IPTablesDropBit = 0 + } else { + x.IPTablesDropBit = int32(r.DecodeInt(32)) + } + case "experimentalAllowedUnsafeSysctls": + if r.TryDecodeAsNil() { + x.AllowedUnsafeSysctls = nil + } else { + yyv643 := &x.AllowedUnsafeSysctls + yym644 := z.DecBinary() + _ = yym644 + if false { + } else { + z.F.DecSliceStringX(yyv643, false, d) + } + } + case "featureGates": + if r.TryDecodeAsNil() { + x.FeatureGates = "" + } else { + x.FeatureGates = string(r.DecodeString()) + } + case "enableCRI": + if r.TryDecodeAsNil() { + x.EnableCRI = false + } else { + x.EnableCRI = bool(r.DecodeBool()) + } + case "experimentalFailSwapOn": + if r.TryDecodeAsNil() { + x.ExperimentalFailSwapOn = false + } else { + x.ExperimentalFailSwapOn = bool(r.DecodeBool()) + } + case "ExperimentalCheckNodeCapabilitiesBeforeMount": + if r.TryDecodeAsNil() { + x.ExperimentalCheckNodeCapabilitiesBeforeMount = false + } else { + x.ExperimentalCheckNodeCapabilitiesBeforeMount = bool(r.DecodeBool()) + } + default: + z.DecStructFieldNotFound(-1, yys517) + } // end switch yys517 + } // end for yyj517 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj649 int + var yyb649 bool + var yyhl649 bool = l >= 0 + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.PodManifestPath = "" + } else { + x.PodManifestPath = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.SyncFrequency = pkg1_unversioned.Duration{} + } else { + yyv653 := &x.SyncFrequency + yym654 := z.DecBinary() + _ = yym654 + if false { + } else if z.HasExtensions() && z.DecExt(yyv653) { + } else if !yym654 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv653) + } else { + z.DecFallback(yyv653, false) + } + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.FileCheckFrequency = pkg1_unversioned.Duration{} + } else { + yyv655 := &x.FileCheckFrequency + yym656 := z.DecBinary() + _ = yym656 + if false { + } else if z.HasExtensions() && z.DecExt(yyv655) { + } else if !yym656 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv655) + } else { + z.DecFallback(yyv655, false) + } + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.HTTPCheckFrequency = pkg1_unversioned.Duration{} + } else { + yyv657 := &x.HTTPCheckFrequency + yym658 := z.DecBinary() + _ = yym658 + if false { + } else if z.HasExtensions() && z.DecExt(yyv657) { + } else if !yym658 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv657) + } else { + z.DecFallback(yyv657, false) + } + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ManifestURL = "" + } else { + x.ManifestURL = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ManifestURLHeader = "" + } else { + x.ManifestURLHeader = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.EnableServer = false + } else { + x.EnableServer = bool(r.DecodeBool()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Address = "" + } else { + x.Address = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Port = 0 + } else { + x.Port = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ReadOnlyPort = 0 + } else { + x.ReadOnlyPort = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.TLSCertFile = "" + } else { + x.TLSCertFile = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.TLSPrivateKeyFile = "" + } else { + x.TLSPrivateKeyFile = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.CertDirectory = "" + } else { + x.CertDirectory = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Authentication = KubeletAuthentication{} + } else { + yyv668 := &x.Authentication + yyv668.CodecDecodeSelf(d) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Authorization = KubeletAuthorization{} + } else { + yyv669 := &x.Authorization + yyv669.CodecDecodeSelf(d) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.HostnameOverride = "" + } else { + x.HostnameOverride = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.PodInfraContainerImage = "" + } else { + x.PodInfraContainerImage = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.DockerEndpoint = "" + } else { + x.DockerEndpoint = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.RootDirectory = "" + } else { + x.RootDirectory = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.SeccompProfileRoot = "" + } else { + x.SeccompProfileRoot = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.AllowPrivileged = false + } else { + x.AllowPrivileged = bool(r.DecodeBool()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.HostNetworkSources = nil + } else { + yyv676 := &x.HostNetworkSources + yym677 := z.DecBinary() + _ = yym677 + if false { + } else { + z.F.DecSliceStringX(yyv676, false, d) + } + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.HostPIDSources = nil + } else { + yyv678 := &x.HostPIDSources + yym679 := z.DecBinary() + _ = yym679 + if false { + } else { + z.F.DecSliceStringX(yyv678, false, d) + } + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.HostIPCSources = nil + } else { + yyv680 := &x.HostIPCSources + yym681 := z.DecBinary() + _ = yym681 + if false { + } else { + z.F.DecSliceStringX(yyv680, false, d) + } + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.RegistryPullQPS = 0 + } else { + x.RegistryPullQPS = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.RegistryBurst = 0 + } else { + x.RegistryBurst = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.EventRecordQPS = 0 + } else { + x.EventRecordQPS = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.EventBurst = 0 + } else { + x.EventBurst = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.EnableDebuggingHandlers = false + } else { + x.EnableDebuggingHandlers = bool(r.DecodeBool()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.MinimumGCAge = pkg1_unversioned.Duration{} + } else { + yyv687 := &x.MinimumGCAge + yym688 := z.DecBinary() + _ = yym688 + if false { + } else if z.HasExtensions() && z.DecExt(yyv687) { + } else if !yym688 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv687) + } else { + z.DecFallback(yyv687, false) + } + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.MaxPerPodContainerCount = 0 + } else { + x.MaxPerPodContainerCount = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.MaxContainerCount = 0 + } else { + x.MaxContainerCount = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.CAdvisorPort = 0 + } else { + x.CAdvisorPort = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.HealthzPort = 0 + } else { + x.HealthzPort = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.HealthzBindAddress = "" + } else { + x.HealthzBindAddress = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.OOMScoreAdj = 0 + } else { + x.OOMScoreAdj = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.RegisterNode = false + } else { + x.RegisterNode = bool(r.DecodeBool()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ClusterDomain = "" + } else { + x.ClusterDomain = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.MasterServiceNamespace = "" + } else { + x.MasterServiceNamespace = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ClusterDNS = "" + } else { + x.ClusterDNS = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.StreamingConnectionIdleTimeout = pkg1_unversioned.Duration{} + } else { + yyv699 := &x.StreamingConnectionIdleTimeout + yym700 := z.DecBinary() + _ = yym700 + if false { + } else if z.HasExtensions() && z.DecExt(yyv699) { + } else if !yym700 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv699) + } else { + z.DecFallback(yyv699, false) + } + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.NodeStatusUpdateFrequency = pkg1_unversioned.Duration{} + } else { + yyv701 := &x.NodeStatusUpdateFrequency + yym702 := z.DecBinary() + _ = yym702 + if false { + } else if z.HasExtensions() && z.DecExt(yyv701) { + } else if !yym702 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv701) + } else { + z.DecFallback(yyv701, false) + } + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ImageMinimumGCAge = pkg1_unversioned.Duration{} + } else { + yyv703 := &x.ImageMinimumGCAge + yym704 := z.DecBinary() + _ = yym704 + if false { + } else if z.HasExtensions() && z.DecExt(yyv703) { + } else if !yym704 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv703) + } else { + z.DecFallback(yyv703, false) + } + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ImageGCHighThresholdPercent = 0 + } else { + x.ImageGCHighThresholdPercent = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ImageGCLowThresholdPercent = 0 + } else { + x.ImageGCLowThresholdPercent = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.LowDiskSpaceThresholdMB = 0 + } else { + x.LowDiskSpaceThresholdMB = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.VolumeStatsAggPeriod = pkg1_unversioned.Duration{} + } else { + yyv708 := &x.VolumeStatsAggPeriod + yym709 := z.DecBinary() + _ = yym709 + if false { + } else if z.HasExtensions() && z.DecExt(yyv708) { + } else if !yym709 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv708) + } else { + z.DecFallback(yyv708, false) + } + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.NetworkPluginName = "" + } else { + x.NetworkPluginName = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.NetworkPluginMTU = 0 + } else { + x.NetworkPluginMTU = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.NetworkPluginDir = "" + } else { + x.NetworkPluginDir = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.CNIConfDir = "" + } else { + x.CNIConfDir = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.CNIBinDir = "" + } else { + x.CNIBinDir = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.VolumePluginDir = "" + } else { + x.VolumePluginDir = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.CloudProvider = "" + } else { + x.CloudProvider = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.CloudConfigFile = "" + } else { + x.CloudConfigFile = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.KubeletCgroups = "" + } else { + x.KubeletCgroups = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.CgroupsPerQOS = false + } else { + x.CgroupsPerQOS = bool(r.DecodeBool()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.CgroupDriver = "" + } else { + x.CgroupDriver = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.RuntimeCgroups = "" + } else { + x.RuntimeCgroups = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.SystemCgroups = "" + } else { + x.SystemCgroups = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.CgroupRoot = "" + } else { + x.CgroupRoot = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ContainerRuntime = "" + } else { + x.ContainerRuntime = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.RemoteRuntimeEndpoint = "" + } else { + x.RemoteRuntimeEndpoint = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.RemoteImageEndpoint = "" + } else { + x.RemoteImageEndpoint = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.RuntimeRequestTimeout = pkg1_unversioned.Duration{} + } else { + yyv727 := &x.RuntimeRequestTimeout + yym728 := z.DecBinary() + _ = yym728 + if false { + } else if z.HasExtensions() && z.DecExt(yyv727) { + } else if !yym728 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv727) + } else { + z.DecFallback(yyv727, false) + } + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.RktPath = "" + } else { + x.RktPath = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ExperimentalMounterPath = "" + } else { + x.ExperimentalMounterPath = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.RktAPIEndpoint = "" + } else { + x.RktAPIEndpoint = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.RktStage1Image = "" + } else { + x.RktStage1Image = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.LockFilePath = "" + } else { + x.LockFilePath = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ExitOnLockContention = false + } else { + x.ExitOnLockContention = bool(r.DecodeBool()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.HairpinMode = "" + } else { + x.HairpinMode = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.BabysitDaemons = false + } else { + x.BabysitDaemons = bool(r.DecodeBool()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.MaxPods = 0 + } else { + x.MaxPods = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.NvidiaGPUs = 0 + } else { + x.NvidiaGPUs = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.DockerExecHandlerName = "" + } else { + x.DockerExecHandlerName = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.PodCIDR = "" + } else { + x.PodCIDR = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ResolverConfig = "" + } else { + x.ResolverConfig = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.CPUCFSQuota = false + } else { + x.CPUCFSQuota = bool(r.DecodeBool()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Containerized = false + } else { + x.Containerized = bool(r.DecodeBool()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.MaxOpenFiles = 0 + } else { + x.MaxOpenFiles = int64(r.DecodeInt(64)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ReconcileCIDR = false + } else { + x.ReconcileCIDR = bool(r.DecodeBool()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.RegisterSchedulable = false + } else { + x.RegisterSchedulable = bool(r.DecodeBool()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ContentType = "" + } else { + x.ContentType = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.KubeAPIQPS = 0 + } else { + x.KubeAPIQPS = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.KubeAPIBurst = 0 + } else { + x.KubeAPIBurst = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.SerializeImagePulls = false + } else { + x.SerializeImagePulls = bool(r.DecodeBool()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.OutOfDiskTransitionFrequency = pkg1_unversioned.Duration{} + } else { + yyv751 := &x.OutOfDiskTransitionFrequency + yym752 := z.DecBinary() + _ = yym752 + if false { + } else if z.HasExtensions() && z.DecExt(yyv751) { + } else if !yym752 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv751) + } else { + z.DecFallback(yyv751, false) + } + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.NodeIP = "" + } else { + x.NodeIP = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.NodeLabels = nil + } else { + yyv754 := &x.NodeLabels + yym755 := z.DecBinary() + _ = yym755 + if false { + } else { + z.F.DecMapStringStringX(yyv754, false, d) + } + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.NonMasqueradeCIDR = "" + } else { + x.NonMasqueradeCIDR = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.EnableCustomMetrics = false + } else { + x.EnableCustomMetrics = bool(r.DecodeBool()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.EvictionHard = "" + } else { + x.EvictionHard = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.EvictionSoft = "" + } else { + x.EvictionSoft = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.EvictionSoftGracePeriod = "" + } else { + x.EvictionSoftGracePeriod = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.EvictionPressureTransitionPeriod = pkg1_unversioned.Duration{} + } else { + yyv761 := &x.EvictionPressureTransitionPeriod + yym762 := z.DecBinary() + _ = yym762 + if false { + } else if z.HasExtensions() && z.DecExt(yyv761) { + } else if !yym762 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv761) + } else { + z.DecFallback(yyv761, false) + } + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.EvictionMaxPodGracePeriod = 0 + } else { + x.EvictionMaxPodGracePeriod = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.EvictionMinimumReclaim = "" + } else { + x.EvictionMinimumReclaim = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.PodsPerCore = 0 + } else { + x.PodsPerCore = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.EnableControllerAttachDetach = false + } else { + x.EnableControllerAttachDetach = bool(r.DecodeBool()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.SystemReserved = nil + } else { + yyv767 := &x.SystemReserved + yym768 := z.DecBinary() + _ = yym768 + if false { + } else if z.HasExtensions() && z.DecExt(yyv767) { + } else { + h.decconfig_ConfigurationMap((*pkg2_config.ConfigurationMap)(yyv767), d) + } + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.KubeReserved = nil + } else { + yyv769 := &x.KubeReserved + yym770 := z.DecBinary() + _ = yym770 + if false { + } else if z.HasExtensions() && z.DecExt(yyv769) { + } else { + h.decconfig_ConfigurationMap((*pkg2_config.ConfigurationMap)(yyv769), d) + } + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ProtectKernelDefaults = false + } else { + x.ProtectKernelDefaults = bool(r.DecodeBool()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.MakeIPTablesUtilChains = false + } else { + x.MakeIPTablesUtilChains = bool(r.DecodeBool()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.IPTablesMasqueradeBit = 0 + } else { + x.IPTablesMasqueradeBit = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.IPTablesDropBit = 0 + } else { + x.IPTablesDropBit = int32(r.DecodeInt(32)) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.AllowedUnsafeSysctls = nil + } else { + yyv775 := &x.AllowedUnsafeSysctls + yym776 := z.DecBinary() + _ = yym776 + if false { + } else { + z.F.DecSliceStringX(yyv775, false, d) + } + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.FeatureGates = "" + } else { + x.FeatureGates = string(r.DecodeString()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.EnableCRI = false + } else { + x.EnableCRI = bool(r.DecodeBool()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ExperimentalFailSwapOn = false + } else { + x.ExperimentalFailSwapOn = bool(r.DecodeBool()) + } + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ExperimentalCheckNodeCapabilitiesBeforeMount = false + } else { + x.ExperimentalCheckNodeCapabilitiesBeforeMount = bool(r.DecodeBool()) + } + for { + yyj649++ + if yyhl649 { + yyb649 = yyj649 > l + } else { + yyb649 = r.CheckBreak() + } + if yyb649 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj649-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x KubeletAuthorizationMode) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + yym781 := z.EncBinary() + _ = yym781 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x)) + } +} + +func (x *KubeletAuthorizationMode) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym782 := z.DecBinary() + _ = yym782 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + *((*string)(x)) = r.DecodeString() + } +} + +func (x *KubeletAuthorization) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym783 := z.EncBinary() + _ = yym783 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep784 := !z.EncBinary() + yy2arr784 := z.EncBasicHandle().StructToArray + var yyq784 [2]bool + _, _, _ = yysep784, yyq784, yy2arr784 + const yyr784 bool = false + var yynn784 int + if yyr784 || yy2arr784 { + r.EncodeArrayStart(2) + } else { + yynn784 = 2 + for _, b := range yyq784 { + if b { + yynn784++ + } + } + r.EncodeMapStart(yynn784) + yynn784 = 0 + } + if yyr784 || yy2arr784 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + x.Mode.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("mode")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + x.Mode.CodecEncodeSelf(e) + } + if yyr784 || yy2arr784 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy787 := &x.Webhook + yy787.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("webhook")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy788 := &x.Webhook + yy788.CodecEncodeSelf(e) + } + if yyr784 || yy2arr784 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *KubeletAuthorization) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym789 := z.DecBinary() + _ = yym789 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct790 := r.ContainerType() + if yyct790 == codecSelferValueTypeMap1234 { + yyl790 := r.ReadMapStart() + if yyl790 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl790, d) + } + } else if yyct790 == codecSelferValueTypeArray1234 { + yyl790 := r.ReadArrayStart() + if yyl790 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl790, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *KubeletAuthorization) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys791Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys791Slc + var yyhl791 bool = l >= 0 + for yyj791 := 0; ; yyj791++ { + if yyhl791 { + if yyj791 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys791Slc = r.DecodeBytes(yys791Slc, true, true) + yys791 := string(yys791Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys791 { + case "mode": + if r.TryDecodeAsNil() { + x.Mode = "" + } else { + x.Mode = KubeletAuthorizationMode(r.DecodeString()) + } + case "webhook": + if r.TryDecodeAsNil() { + x.Webhook = KubeletWebhookAuthorization{} + } else { + yyv793 := &x.Webhook + yyv793.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys791) + } // end switch yys791 + } // end for yyj791 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *KubeletAuthorization) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj794 int + var yyb794 bool + var yyhl794 bool = l >= 0 + yyj794++ + if yyhl794 { + yyb794 = yyj794 > l + } else { + yyb794 = r.CheckBreak() + } + if yyb794 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Mode = "" + } else { + x.Mode = KubeletAuthorizationMode(r.DecodeString()) + } + yyj794++ + if yyhl794 { + yyb794 = yyj794 > l + } else { + yyb794 = r.CheckBreak() + } + if yyb794 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Webhook = KubeletWebhookAuthorization{} + } else { + yyv796 := &x.Webhook + yyv796.CodecDecodeSelf(d) + } + for { + yyj794++ + if yyhl794 { + yyb794 = yyj794 > l + } else { + yyb794 = r.CheckBreak() + } + if yyb794 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj794-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *KubeletWebhookAuthorization) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym797 := z.EncBinary() + _ = yym797 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep798 := !z.EncBinary() + yy2arr798 := z.EncBasicHandle().StructToArray + var yyq798 [2]bool + _, _, _ = yysep798, yyq798, yy2arr798 + const yyr798 bool = false + var yynn798 int + if yyr798 || yy2arr798 { + r.EncodeArrayStart(2) + } else { + yynn798 = 2 + for _, b := range yyq798 { + if b { + yynn798++ + } + } + r.EncodeMapStart(yynn798) + yynn798 = 0 + } + if yyr798 || yy2arr798 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy800 := &x.CacheAuthorizedTTL + yym801 := z.EncBinary() + _ = yym801 + if false { + } else if z.HasExtensions() && z.EncExt(yy800) { + } else if !yym801 && z.IsJSONHandle() { + z.EncJSONMarshal(yy800) + } else { + z.EncFallback(yy800) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("cacheAuthorizedTTL")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy802 := &x.CacheAuthorizedTTL + yym803 := z.EncBinary() + _ = yym803 + if false { + } else if z.HasExtensions() && z.EncExt(yy802) { + } else if !yym803 && z.IsJSONHandle() { + z.EncJSONMarshal(yy802) + } else { + z.EncFallback(yy802) + } + } + if yyr798 || yy2arr798 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy805 := &x.CacheUnauthorizedTTL + yym806 := z.EncBinary() + _ = yym806 + if false { + } else if z.HasExtensions() && z.EncExt(yy805) { + } else if !yym806 && z.IsJSONHandle() { + z.EncJSONMarshal(yy805) + } else { + z.EncFallback(yy805) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("cacheUnauthorizedTTL")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy807 := &x.CacheUnauthorizedTTL + yym808 := z.EncBinary() + _ = yym808 + if false { + } else if z.HasExtensions() && z.EncExt(yy807) { + } else if !yym808 && z.IsJSONHandle() { + z.EncJSONMarshal(yy807) + } else { + z.EncFallback(yy807) + } + } + if yyr798 || yy2arr798 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *KubeletWebhookAuthorization) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym809 := z.DecBinary() + _ = yym809 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct810 := r.ContainerType() + if yyct810 == codecSelferValueTypeMap1234 { + yyl810 := r.ReadMapStart() + if yyl810 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl810, d) + } + } else if yyct810 == codecSelferValueTypeArray1234 { + yyl810 := r.ReadArrayStart() + if yyl810 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl810, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *KubeletWebhookAuthorization) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys811Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys811Slc + var yyhl811 bool = l >= 0 + for yyj811 := 0; ; yyj811++ { + if yyhl811 { + if yyj811 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys811Slc = r.DecodeBytes(yys811Slc, true, true) + yys811 := string(yys811Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys811 { + case "cacheAuthorizedTTL": + if r.TryDecodeAsNil() { + x.CacheAuthorizedTTL = pkg1_unversioned.Duration{} + } else { + yyv812 := &x.CacheAuthorizedTTL + yym813 := z.DecBinary() + _ = yym813 + if false { + } else if z.HasExtensions() && z.DecExt(yyv812) { + } else if !yym813 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv812) + } else { + z.DecFallback(yyv812, false) + } + } + case "cacheUnauthorizedTTL": + if r.TryDecodeAsNil() { + x.CacheUnauthorizedTTL = pkg1_unversioned.Duration{} + } else { + yyv814 := &x.CacheUnauthorizedTTL + yym815 := z.DecBinary() + _ = yym815 + if false { + } else if z.HasExtensions() && z.DecExt(yyv814) { + } else if !yym815 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv814) + } else { + z.DecFallback(yyv814, false) + } + } + default: + z.DecStructFieldNotFound(-1, yys811) + } // end switch yys811 + } // end for yyj811 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *KubeletWebhookAuthorization) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj816 int + var yyb816 bool + var yyhl816 bool = l >= 0 + yyj816++ + if yyhl816 { + yyb816 = yyj816 > l + } else { + yyb816 = r.CheckBreak() + } + if yyb816 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.CacheAuthorizedTTL = pkg1_unversioned.Duration{} + } else { + yyv817 := &x.CacheAuthorizedTTL + yym818 := z.DecBinary() + _ = yym818 + if false { + } else if z.HasExtensions() && z.DecExt(yyv817) { + } else if !yym818 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv817) + } else { + z.DecFallback(yyv817, false) + } + } + yyj816++ + if yyhl816 { + yyb816 = yyj816 > l + } else { + yyb816 = r.CheckBreak() + } + if yyb816 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.CacheUnauthorizedTTL = pkg1_unversioned.Duration{} + } else { + yyv819 := &x.CacheUnauthorizedTTL + yym820 := z.DecBinary() + _ = yym820 + if false { + } else if z.HasExtensions() && z.DecExt(yyv819) { + } else if !yym820 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv819) + } else { + z.DecFallback(yyv819, false) + } + } + for { + yyj816++ + if yyhl816 { + yyb816 = yyj816 > l + } else { + yyb816 = r.CheckBreak() + } + if yyb816 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj816-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *KubeletAuthentication) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym821 := z.EncBinary() + _ = yym821 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep822 := !z.EncBinary() + yy2arr822 := z.EncBasicHandle().StructToArray + var yyq822 [3]bool + _, _, _ = yysep822, yyq822, yy2arr822 + const yyr822 bool = false + var yynn822 int + if yyr822 || yy2arr822 { + r.EncodeArrayStart(3) + } else { + yynn822 = 3 + for _, b := range yyq822 { + if b { + yynn822++ + } + } + r.EncodeMapStart(yynn822) + yynn822 = 0 + } + if yyr822 || yy2arr822 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy824 := &x.X509 + yy824.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("x509")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy825 := &x.X509 + yy825.CodecEncodeSelf(e) + } + if yyr822 || yy2arr822 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy827 := &x.Webhook + yy827.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("webhook")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy828 := &x.Webhook + yy828.CodecEncodeSelf(e) + } + if yyr822 || yy2arr822 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy830 := &x.Anonymous + yy830.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("anonymous")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy831 := &x.Anonymous + yy831.CodecEncodeSelf(e) + } + if yyr822 || yy2arr822 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *KubeletAuthentication) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym832 := z.DecBinary() + _ = yym832 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct833 := r.ContainerType() + if yyct833 == codecSelferValueTypeMap1234 { + yyl833 := r.ReadMapStart() + if yyl833 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl833, d) + } + } else if yyct833 == codecSelferValueTypeArray1234 { + yyl833 := r.ReadArrayStart() + if yyl833 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl833, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *KubeletAuthentication) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys834Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys834Slc + var yyhl834 bool = l >= 0 + for yyj834 := 0; ; yyj834++ { + if yyhl834 { + if yyj834 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys834Slc = r.DecodeBytes(yys834Slc, true, true) + yys834 := string(yys834Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys834 { + case "x509": + if r.TryDecodeAsNil() { + x.X509 = KubeletX509Authentication{} + } else { + yyv835 := &x.X509 + yyv835.CodecDecodeSelf(d) + } + case "webhook": + if r.TryDecodeAsNil() { + x.Webhook = KubeletWebhookAuthentication{} + } else { + yyv836 := &x.Webhook + yyv836.CodecDecodeSelf(d) + } + case "anonymous": + if r.TryDecodeAsNil() { + x.Anonymous = KubeletAnonymousAuthentication{} + } else { + yyv837 := &x.Anonymous + yyv837.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys834) + } // end switch yys834 + } // end for yyj834 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *KubeletAuthentication) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj838 int + var yyb838 bool + var yyhl838 bool = l >= 0 + yyj838++ + if yyhl838 { + yyb838 = yyj838 > l + } else { + yyb838 = r.CheckBreak() + } + if yyb838 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.X509 = KubeletX509Authentication{} + } else { + yyv839 := &x.X509 + yyv839.CodecDecodeSelf(d) + } + yyj838++ + if yyhl838 { + yyb838 = yyj838 > l + } else { + yyb838 = r.CheckBreak() + } + if yyb838 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Webhook = KubeletWebhookAuthentication{} + } else { + yyv840 := &x.Webhook + yyv840.CodecDecodeSelf(d) + } + yyj838++ + if yyhl838 { + yyb838 = yyj838 > l + } else { + yyb838 = r.CheckBreak() + } + if yyb838 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Anonymous = KubeletAnonymousAuthentication{} + } else { + yyv841 := &x.Anonymous + yyv841.CodecDecodeSelf(d) + } + for { + yyj838++ + if yyhl838 { + yyb838 = yyj838 > l + } else { + yyb838 = r.CheckBreak() + } + if yyb838 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj838-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *KubeletX509Authentication) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym842 := z.EncBinary() + _ = yym842 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep843 := !z.EncBinary() + yy2arr843 := z.EncBasicHandle().StructToArray + var yyq843 [1]bool + _, _, _ = yysep843, yyq843, yy2arr843 + const yyr843 bool = false + var yynn843 int + if yyr843 || yy2arr843 { + r.EncodeArrayStart(1) + } else { + yynn843 = 1 + for _, b := range yyq843 { + if b { + yynn843++ + } + } + r.EncodeMapStart(yynn843) + yynn843 = 0 + } + if yyr843 || yy2arr843 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym845 := z.EncBinary() + _ = yym845 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ClientCAFile)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("clientCAFile")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym846 := z.EncBinary() + _ = yym846 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ClientCAFile)) + } + } + if yyr843 || yy2arr843 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *KubeletX509Authentication) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym847 := z.DecBinary() + _ = yym847 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct848 := r.ContainerType() + if yyct848 == codecSelferValueTypeMap1234 { + yyl848 := r.ReadMapStart() + if yyl848 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl848, d) + } + } else if yyct848 == codecSelferValueTypeArray1234 { + yyl848 := r.ReadArrayStart() + if yyl848 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl848, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *KubeletX509Authentication) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys849Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys849Slc + var yyhl849 bool = l >= 0 + for yyj849 := 0; ; yyj849++ { + if yyhl849 { + if yyj849 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys849Slc = r.DecodeBytes(yys849Slc, true, true) + yys849 := string(yys849Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys849 { + case "clientCAFile": + if r.TryDecodeAsNil() { + x.ClientCAFile = "" + } else { + x.ClientCAFile = string(r.DecodeString()) + } + default: + z.DecStructFieldNotFound(-1, yys849) + } // end switch yys849 + } // end for yyj849 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *KubeletX509Authentication) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj851 int + var yyb851 bool + var yyhl851 bool = l >= 0 + yyj851++ + if yyhl851 { + yyb851 = yyj851 > l + } else { + yyb851 = r.CheckBreak() + } + if yyb851 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ClientCAFile = "" + } else { + x.ClientCAFile = string(r.DecodeString()) + } + for { + yyj851++ + if yyhl851 { + yyb851 = yyj851 > l + } else { + yyb851 = r.CheckBreak() + } + if yyb851 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj851-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *KubeletWebhookAuthentication) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym853 := z.EncBinary() + _ = yym853 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep854 := !z.EncBinary() + yy2arr854 := z.EncBasicHandle().StructToArray + var yyq854 [2]bool + _, _, _ = yysep854, yyq854, yy2arr854 + const yyr854 bool = false + var yynn854 int + if yyr854 || yy2arr854 { + r.EncodeArrayStart(2) + } else { + yynn854 = 2 + for _, b := range yyq854 { + if b { + yynn854++ + } + } + r.EncodeMapStart(yynn854) + yynn854 = 0 + } + if yyr854 || yy2arr854 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym856 := z.EncBinary() + _ = yym856 + if false { + } else { + r.EncodeBool(bool(x.Enabled)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("enabled")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym857 := z.EncBinary() + _ = yym857 + if false { + } else { + r.EncodeBool(bool(x.Enabled)) + } + } + if yyr854 || yy2arr854 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy859 := &x.CacheTTL + yym860 := z.EncBinary() + _ = yym860 + if false { + } else if z.HasExtensions() && z.EncExt(yy859) { + } else if !yym860 && z.IsJSONHandle() { + z.EncJSONMarshal(yy859) + } else { + z.EncFallback(yy859) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("cacheTTL")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy861 := &x.CacheTTL + yym862 := z.EncBinary() + _ = yym862 + if false { + } else if z.HasExtensions() && z.EncExt(yy861) { + } else if !yym862 && z.IsJSONHandle() { + z.EncJSONMarshal(yy861) + } else { + z.EncFallback(yy861) + } + } + if yyr854 || yy2arr854 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *KubeletWebhookAuthentication) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym863 := z.DecBinary() + _ = yym863 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct864 := r.ContainerType() + if yyct864 == codecSelferValueTypeMap1234 { + yyl864 := r.ReadMapStart() + if yyl864 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl864, d) + } + } else if yyct864 == codecSelferValueTypeArray1234 { + yyl864 := r.ReadArrayStart() + if yyl864 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl864, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *KubeletWebhookAuthentication) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys865Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys865Slc + var yyhl865 bool = l >= 0 + for yyj865 := 0; ; yyj865++ { + if yyhl865 { + if yyj865 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys865Slc = r.DecodeBytes(yys865Slc, true, true) + yys865 := string(yys865Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys865 { + case "enabled": + if r.TryDecodeAsNil() { + x.Enabled = false + } else { + x.Enabled = bool(r.DecodeBool()) + } + case "cacheTTL": + if r.TryDecodeAsNil() { + x.CacheTTL = pkg1_unversioned.Duration{} + } else { + yyv867 := &x.CacheTTL + yym868 := z.DecBinary() + _ = yym868 + if false { + } else if z.HasExtensions() && z.DecExt(yyv867) { + } else if !yym868 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv867) + } else { + z.DecFallback(yyv867, false) + } + } + default: + z.DecStructFieldNotFound(-1, yys865) + } // end switch yys865 + } // end for yyj865 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *KubeletWebhookAuthentication) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj869 int + var yyb869 bool + var yyhl869 bool = l >= 0 + yyj869++ + if yyhl869 { + yyb869 = yyj869 > l + } else { + yyb869 = r.CheckBreak() + } + if yyb869 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Enabled = false + } else { + x.Enabled = bool(r.DecodeBool()) + } + yyj869++ + if yyhl869 { + yyb869 = yyj869 > l + } else { + yyb869 = r.CheckBreak() + } + if yyb869 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.CacheTTL = pkg1_unversioned.Duration{} + } else { + yyv871 := &x.CacheTTL + yym872 := z.DecBinary() + _ = yym872 + if false { + } else if z.HasExtensions() && z.DecExt(yyv871) { + } else if !yym872 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv871) + } else { + z.DecFallback(yyv871, false) + } + } + for { + yyj869++ + if yyhl869 { + yyb869 = yyj869 > l + } else { + yyb869 = r.CheckBreak() + } + if yyb869 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj869-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *KubeletAnonymousAuthentication) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym873 := z.EncBinary() + _ = yym873 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep874 := !z.EncBinary() + yy2arr874 := z.EncBasicHandle().StructToArray + var yyq874 [1]bool + _, _, _ = yysep874, yyq874, yy2arr874 + const yyr874 bool = false + var yynn874 int + if yyr874 || yy2arr874 { + r.EncodeArrayStart(1) + } else { + yynn874 = 1 + for _, b := range yyq874 { + if b { + yynn874++ + } + } + r.EncodeMapStart(yynn874) + yynn874 = 0 + } + if yyr874 || yy2arr874 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym876 := z.EncBinary() + _ = yym876 + if false { + } else { + r.EncodeBool(bool(x.Enabled)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("enabled")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym877 := z.EncBinary() + _ = yym877 + if false { + } else { + r.EncodeBool(bool(x.Enabled)) + } + } + if yyr874 || yy2arr874 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *KubeletAnonymousAuthentication) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym878 := z.DecBinary() + _ = yym878 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct879 := r.ContainerType() + if yyct879 == codecSelferValueTypeMap1234 { + yyl879 := r.ReadMapStart() + if yyl879 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl879, d) + } + } else if yyct879 == codecSelferValueTypeArray1234 { + yyl879 := r.ReadArrayStart() + if yyl879 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl879, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *KubeletAnonymousAuthentication) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys880Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys880Slc + var yyhl880 bool = l >= 0 + for yyj880 := 0; ; yyj880++ { + if yyhl880 { + if yyj880 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys880Slc = r.DecodeBytes(yys880Slc, true, true) + yys880 := string(yys880Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys880 { + case "enabled": + if r.TryDecodeAsNil() { + x.Enabled = false + } else { + x.Enabled = bool(r.DecodeBool()) + } + default: + z.DecStructFieldNotFound(-1, yys880) + } // end switch yys880 + } // end for yyj880 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *KubeletAnonymousAuthentication) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj882 int + var yyb882 bool + var yyhl882 bool = l >= 0 + yyj882++ + if yyhl882 { + yyb882 = yyj882 > l + } else { + yyb882 = r.CheckBreak() + } + if yyb882 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Enabled = false + } else { + x.Enabled = bool(r.DecodeBool()) + } + for { + yyj882++ + if yyhl882 { + yyb882 = yyj882 > l + } else { + yyb882 = r.CheckBreak() + } + if yyb882 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj882-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *KubeSchedulerConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym884 := z.EncBinary() + _ = yym884 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep885 := !z.EncBinary() + yy2arr885 := z.EncBasicHandle().StructToArray + var yyq885 [14]bool + _, _, _ = yysep885, yyq885, yy2arr885 + const yyr885 bool = false + yyq885[0] = x.Kind != "" + yyq885[1] = x.APIVersion != "" + var yynn885 int + if yyr885 || yy2arr885 { + r.EncodeArrayStart(14) + } else { + yynn885 = 12 + for _, b := range yyq885 { + if b { + yynn885++ + } + } + r.EncodeMapStart(yynn885) + yynn885 = 0 + } + if yyr885 || yy2arr885 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq885[0] { + yym887 := z.EncBinary() + _ = yym887 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq885[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym888 := z.EncBinary() + _ = yym888 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr885 || yy2arr885 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq885[1] { + yym890 := z.EncBinary() + _ = yym890 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq885[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym891 := z.EncBinary() + _ = yym891 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr885 || yy2arr885 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym893 := z.EncBinary() + _ = yym893 + if false { + } else { + r.EncodeInt(int64(x.Port)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("port")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym894 := z.EncBinary() + _ = yym894 + if false { + } else { + r.EncodeInt(int64(x.Port)) + } + } + if yyr885 || yy2arr885 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym896 := z.EncBinary() + _ = yym896 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Address)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("address")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym897 := z.EncBinary() + _ = yym897 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Address)) + } + } + if yyr885 || yy2arr885 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym899 := z.EncBinary() + _ = yym899 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.AlgorithmProvider)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("algorithmProvider")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym900 := z.EncBinary() + _ = yym900 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.AlgorithmProvider)) + } + } + if yyr885 || yy2arr885 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym902 := z.EncBinary() + _ = yym902 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PolicyConfigFile)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("policyConfigFile")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym903 := z.EncBinary() + _ = yym903 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PolicyConfigFile)) + } + } + if yyr885 || yy2arr885 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym905 := z.EncBinary() + _ = yym905 + if false { + } else { + r.EncodeBool(bool(x.EnableProfiling)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("enableProfiling")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym906 := z.EncBinary() + _ = yym906 + if false { + } else { + r.EncodeBool(bool(x.EnableProfiling)) + } + } + if yyr885 || yy2arr885 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym908 := z.EncBinary() + _ = yym908 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ContentType)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("contentType")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym909 := z.EncBinary() + _ = yym909 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ContentType)) + } + } + if yyr885 || yy2arr885 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym911 := z.EncBinary() + _ = yym911 + if false { + } else { + r.EncodeFloat32(float32(x.KubeAPIQPS)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kubeAPIQPS")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym912 := z.EncBinary() + _ = yym912 + if false { + } else { + r.EncodeFloat32(float32(x.KubeAPIQPS)) + } + } + if yyr885 || yy2arr885 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym914 := z.EncBinary() + _ = yym914 + if false { + } else { + r.EncodeInt(int64(x.KubeAPIBurst)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kubeAPIBurst")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym915 := z.EncBinary() + _ = yym915 + if false { + } else { + r.EncodeInt(int64(x.KubeAPIBurst)) + } + } + if yyr885 || yy2arr885 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym917 := z.EncBinary() + _ = yym917 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.SchedulerName)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("schedulerName")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym918 := z.EncBinary() + _ = yym918 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.SchedulerName)) + } + } + if yyr885 || yy2arr885 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym920 := z.EncBinary() + _ = yym920 + if false { + } else { + r.EncodeInt(int64(x.HardPodAffinitySymmetricWeight)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hardPodAffinitySymmetricWeight")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym921 := z.EncBinary() + _ = yym921 + if false { + } else { + r.EncodeInt(int64(x.HardPodAffinitySymmetricWeight)) + } + } + if yyr885 || yy2arr885 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym923 := z.EncBinary() + _ = yym923 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.FailureDomains)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("failureDomains")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym924 := z.EncBinary() + _ = yym924 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.FailureDomains)) + } + } + if yyr885 || yy2arr885 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy926 := &x.LeaderElection + yy926.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("leaderElection")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy927 := &x.LeaderElection + yy927.CodecEncodeSelf(e) + } + if yyr885 || yy2arr885 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *KubeSchedulerConfiguration) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym928 := z.DecBinary() + _ = yym928 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct929 := r.ContainerType() + if yyct929 == codecSelferValueTypeMap1234 { + yyl929 := r.ReadMapStart() + if yyl929 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl929, d) + } + } else if yyct929 == codecSelferValueTypeArray1234 { + yyl929 := r.ReadArrayStart() + if yyl929 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl929, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *KubeSchedulerConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys930Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys930Slc + var yyhl930 bool = l >= 0 + for yyj930 := 0; ; yyj930++ { + if yyhl930 { + if yyj930 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys930Slc = r.DecodeBytes(yys930Slc, true, true) + yys930 := string(yys930Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys930 { + 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 "port": + if r.TryDecodeAsNil() { + x.Port = 0 + } else { + x.Port = int32(r.DecodeInt(32)) + } + case "address": + if r.TryDecodeAsNil() { + x.Address = "" + } else { + x.Address = string(r.DecodeString()) + } + case "algorithmProvider": + if r.TryDecodeAsNil() { + x.AlgorithmProvider = "" + } else { + x.AlgorithmProvider = string(r.DecodeString()) + } + case "policyConfigFile": + if r.TryDecodeAsNil() { + x.PolicyConfigFile = "" + } else { + x.PolicyConfigFile = string(r.DecodeString()) + } + case "enableProfiling": + if r.TryDecodeAsNil() { + x.EnableProfiling = false + } else { + x.EnableProfiling = bool(r.DecodeBool()) + } + case "contentType": + if r.TryDecodeAsNil() { + x.ContentType = "" + } else { + x.ContentType = string(r.DecodeString()) + } + case "kubeAPIQPS": + if r.TryDecodeAsNil() { + x.KubeAPIQPS = 0 + } else { + x.KubeAPIQPS = float32(r.DecodeFloat(true)) + } + case "kubeAPIBurst": + if r.TryDecodeAsNil() { + x.KubeAPIBurst = 0 + } else { + x.KubeAPIBurst = int32(r.DecodeInt(32)) + } + case "schedulerName": + if r.TryDecodeAsNil() { + x.SchedulerName = "" + } else { + x.SchedulerName = string(r.DecodeString()) + } + case "hardPodAffinitySymmetricWeight": + if r.TryDecodeAsNil() { + x.HardPodAffinitySymmetricWeight = 0 + } else { + x.HardPodAffinitySymmetricWeight = int(r.DecodeInt(codecSelferBitsize1234)) + } + case "failureDomains": + if r.TryDecodeAsNil() { + x.FailureDomains = "" + } else { + x.FailureDomains = string(r.DecodeString()) + } + case "leaderElection": + if r.TryDecodeAsNil() { + x.LeaderElection = LeaderElectionConfiguration{} + } else { + yyv944 := &x.LeaderElection + yyv944.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys930) + } // end switch yys930 + } // end for yyj930 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *KubeSchedulerConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj945 int + var yyb945 bool + var yyhl945 bool = l >= 0 + yyj945++ + if yyhl945 { + yyb945 = yyj945 > l + } else { + yyb945 = r.CheckBreak() + } + if yyb945 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj945++ + if yyhl945 { + yyb945 = yyj945 > l + } else { + yyb945 = r.CheckBreak() + } + if yyb945 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj945++ + if yyhl945 { + yyb945 = yyj945 > l + } else { + yyb945 = r.CheckBreak() + } + if yyb945 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Port = 0 + } else { + x.Port = int32(r.DecodeInt(32)) + } + yyj945++ + if yyhl945 { + yyb945 = yyj945 > l + } else { + yyb945 = r.CheckBreak() + } + if yyb945 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Address = "" + } else { + x.Address = string(r.DecodeString()) + } + yyj945++ + if yyhl945 { + yyb945 = yyj945 > l + } else { + yyb945 = r.CheckBreak() + } + if yyb945 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.AlgorithmProvider = "" + } else { + x.AlgorithmProvider = string(r.DecodeString()) + } + yyj945++ + if yyhl945 { + yyb945 = yyj945 > l + } else { + yyb945 = r.CheckBreak() + } + if yyb945 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.PolicyConfigFile = "" + } else { + x.PolicyConfigFile = string(r.DecodeString()) + } + yyj945++ + if yyhl945 { + yyb945 = yyj945 > l + } else { + yyb945 = r.CheckBreak() + } + if yyb945 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.EnableProfiling = false + } else { + x.EnableProfiling = bool(r.DecodeBool()) + } + yyj945++ + if yyhl945 { + yyb945 = yyj945 > l + } else { + yyb945 = r.CheckBreak() + } + if yyb945 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ContentType = "" + } else { + x.ContentType = string(r.DecodeString()) + } + yyj945++ + if yyhl945 { + yyb945 = yyj945 > l + } else { + yyb945 = r.CheckBreak() + } + if yyb945 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.KubeAPIQPS = 0 + } else { + x.KubeAPIQPS = float32(r.DecodeFloat(true)) + } + yyj945++ + if yyhl945 { + yyb945 = yyj945 > l + } else { + yyb945 = r.CheckBreak() + } + if yyb945 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.KubeAPIBurst = 0 + } else { + x.KubeAPIBurst = int32(r.DecodeInt(32)) + } + yyj945++ + if yyhl945 { + yyb945 = yyj945 > l + } else { + yyb945 = r.CheckBreak() + } + if yyb945 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.SchedulerName = "" + } else { + x.SchedulerName = string(r.DecodeString()) + } + yyj945++ + if yyhl945 { + yyb945 = yyj945 > l + } else { + yyb945 = r.CheckBreak() + } + if yyb945 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.HardPodAffinitySymmetricWeight = 0 + } else { + x.HardPodAffinitySymmetricWeight = int(r.DecodeInt(codecSelferBitsize1234)) + } + yyj945++ + if yyhl945 { + yyb945 = yyj945 > l + } else { + yyb945 = r.CheckBreak() + } + if yyb945 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.FailureDomains = "" + } else { + x.FailureDomains = string(r.DecodeString()) + } + yyj945++ + if yyhl945 { + yyb945 = yyj945 > l + } else { + yyb945 = r.CheckBreak() + } + if yyb945 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.LeaderElection = LeaderElectionConfiguration{} + } else { + yyv959 := &x.LeaderElection + yyv959.CodecDecodeSelf(d) + } + for { + yyj945++ + if yyhl945 { + yyb945 = yyj945 > l + } else { + yyb945 = r.CheckBreak() + } + if yyb945 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj945-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *LeaderElectionConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym960 := z.EncBinary() + _ = yym960 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep961 := !z.EncBinary() + yy2arr961 := z.EncBasicHandle().StructToArray + var yyq961 [4]bool + _, _, _ = yysep961, yyq961, yy2arr961 + const yyr961 bool = false + var yynn961 int + if yyr961 || yy2arr961 { + r.EncodeArrayStart(4) + } else { + yynn961 = 4 + for _, b := range yyq961 { + if b { + yynn961++ + } + } + r.EncodeMapStart(yynn961) + yynn961 = 0 + } + if yyr961 || yy2arr961 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym963 := z.EncBinary() + _ = yym963 + if false { + } else { + r.EncodeBool(bool(x.LeaderElect)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("leaderElect")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym964 := z.EncBinary() + _ = yym964 + if false { + } else { + r.EncodeBool(bool(x.LeaderElect)) + } + } + if yyr961 || yy2arr961 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy966 := &x.LeaseDuration + yym967 := z.EncBinary() + _ = yym967 + if false { + } else if z.HasExtensions() && z.EncExt(yy966) { + } else if !yym967 && z.IsJSONHandle() { + z.EncJSONMarshal(yy966) + } else { + z.EncFallback(yy966) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("leaseDuration")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy968 := &x.LeaseDuration + yym969 := z.EncBinary() + _ = yym969 + if false { + } else if z.HasExtensions() && z.EncExt(yy968) { + } else if !yym969 && z.IsJSONHandle() { + z.EncJSONMarshal(yy968) + } else { + z.EncFallback(yy968) + } + } + if yyr961 || yy2arr961 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy971 := &x.RenewDeadline + yym972 := z.EncBinary() + _ = yym972 + if false { + } else if z.HasExtensions() && z.EncExt(yy971) { + } else if !yym972 && z.IsJSONHandle() { + z.EncJSONMarshal(yy971) + } else { + z.EncFallback(yy971) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("renewDeadline")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy973 := &x.RenewDeadline + yym974 := z.EncBinary() + _ = yym974 + if false { + } else if z.HasExtensions() && z.EncExt(yy973) { + } else if !yym974 && z.IsJSONHandle() { + z.EncJSONMarshal(yy973) + } else { + z.EncFallback(yy973) + } + } + if yyr961 || yy2arr961 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy976 := &x.RetryPeriod + yym977 := z.EncBinary() + _ = yym977 + if false { + } else if z.HasExtensions() && z.EncExt(yy976) { + } else if !yym977 && z.IsJSONHandle() { + z.EncJSONMarshal(yy976) + } else { + z.EncFallback(yy976) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("retryPeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy978 := &x.RetryPeriod + yym979 := z.EncBinary() + _ = yym979 + if false { + } else if z.HasExtensions() && z.EncExt(yy978) { + } else if !yym979 && z.IsJSONHandle() { + z.EncJSONMarshal(yy978) + } else { + z.EncFallback(yy978) + } + } + if yyr961 || yy2arr961 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *LeaderElectionConfiguration) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym980 := z.DecBinary() + _ = yym980 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct981 := r.ContainerType() + if yyct981 == codecSelferValueTypeMap1234 { + yyl981 := r.ReadMapStart() + if yyl981 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl981, d) + } + } else if yyct981 == codecSelferValueTypeArray1234 { + yyl981 := r.ReadArrayStart() + if yyl981 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl981, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *LeaderElectionConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys982Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys982Slc + var yyhl982 bool = l >= 0 + for yyj982 := 0; ; yyj982++ { + if yyhl982 { + if yyj982 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys982Slc = r.DecodeBytes(yys982Slc, true, true) + yys982 := string(yys982Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys982 { + case "leaderElect": + if r.TryDecodeAsNil() { + x.LeaderElect = false + } else { + x.LeaderElect = bool(r.DecodeBool()) + } + case "leaseDuration": + if r.TryDecodeAsNil() { + x.LeaseDuration = pkg1_unversioned.Duration{} + } else { + yyv984 := &x.LeaseDuration + yym985 := z.DecBinary() + _ = yym985 + if false { + } else if z.HasExtensions() && z.DecExt(yyv984) { + } else if !yym985 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv984) + } else { + z.DecFallback(yyv984, false) + } + } + case "renewDeadline": + if r.TryDecodeAsNil() { + x.RenewDeadline = pkg1_unversioned.Duration{} + } else { + yyv986 := &x.RenewDeadline + yym987 := z.DecBinary() + _ = yym987 + if false { + } else if z.HasExtensions() && z.DecExt(yyv986) { + } else if !yym987 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv986) + } else { + z.DecFallback(yyv986, false) + } + } + case "retryPeriod": + if r.TryDecodeAsNil() { + x.RetryPeriod = pkg1_unversioned.Duration{} + } else { + yyv988 := &x.RetryPeriod + yym989 := z.DecBinary() + _ = yym989 + if false { + } else if z.HasExtensions() && z.DecExt(yyv988) { + } else if !yym989 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv988) + } else { + z.DecFallback(yyv988, false) + } + } + default: + z.DecStructFieldNotFound(-1, yys982) + } // end switch yys982 + } // end for yyj982 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *LeaderElectionConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj990 int + var yyb990 bool + var yyhl990 bool = l >= 0 + yyj990++ + if yyhl990 { + yyb990 = yyj990 > l + } else { + yyb990 = r.CheckBreak() + } + if yyb990 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.LeaderElect = false + } else { + x.LeaderElect = bool(r.DecodeBool()) + } + yyj990++ + if yyhl990 { + yyb990 = yyj990 > l + } else { + yyb990 = r.CheckBreak() + } + if yyb990 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.LeaseDuration = pkg1_unversioned.Duration{} + } else { + yyv992 := &x.LeaseDuration + yym993 := z.DecBinary() + _ = yym993 + if false { + } else if z.HasExtensions() && z.DecExt(yyv992) { + } else if !yym993 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv992) + } else { + z.DecFallback(yyv992, false) + } + } + yyj990++ + if yyhl990 { + yyb990 = yyj990 > l + } else { + yyb990 = r.CheckBreak() + } + if yyb990 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.RenewDeadline = pkg1_unversioned.Duration{} + } else { + yyv994 := &x.RenewDeadline + yym995 := z.DecBinary() + _ = yym995 + if false { + } else if z.HasExtensions() && z.DecExt(yyv994) { + } else if !yym995 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv994) + } else { + z.DecFallback(yyv994, false) + } + } + yyj990++ + if yyhl990 { + yyb990 = yyj990 > l + } else { + yyb990 = r.CheckBreak() + } + if yyb990 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.RetryPeriod = pkg1_unversioned.Duration{} + } else { + yyv996 := &x.RetryPeriod + yym997 := z.DecBinary() + _ = yym997 + if false { + } else if z.HasExtensions() && z.DecExt(yyv996) { + } else if !yym997 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv996) + } else { + z.DecFallback(yyv996, false) + } + } + for { + yyj990++ + if yyhl990 { + yyb990 = yyj990 > l + } else { + yyb990 = r.CheckBreak() + } + if yyb990 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj990-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym998 := z.EncBinary() + _ = yym998 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep999 := !z.EncBinary() + yy2arr999 := z.EncBasicHandle().StructToArray + var yyq999 [61]bool + _, _, _ = yysep999, yyq999, yy2arr999 + const yyr999 bool = false + yyq999[0] = x.Kind != "" + yyq999[1] = x.APIVersion != "" + var yynn999 int + if yyr999 || yy2arr999 { + r.EncodeArrayStart(61) + } else { + yynn999 = 59 + for _, b := range yyq999 { + if b { + yynn999++ + } + } + r.EncodeMapStart(yynn999) + yynn999 = 0 + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq999[0] { + yym1001 := z.EncBinary() + _ = yym1001 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq999[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1002 := z.EncBinary() + _ = yym1002 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq999[1] { + yym1004 := z.EncBinary() + _ = yym1004 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq999[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1005 := z.EncBinary() + _ = yym1005 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1007 := z.EncBinary() + _ = yym1007 + if false { + } else { + r.EncodeInt(int64(x.Port)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("port")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1008 := z.EncBinary() + _ = yym1008 + if false { + } else { + r.EncodeInt(int64(x.Port)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1010 := z.EncBinary() + _ = yym1010 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Address)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("address")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1011 := z.EncBinary() + _ = yym1011 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Address)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1013 := z.EncBinary() + _ = yym1013 + if false { + } else { + r.EncodeBool(bool(x.UseServiceAccountCredentials)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("useServiceAccountCredentials")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1014 := z.EncBinary() + _ = yym1014 + if false { + } else { + r.EncodeBool(bool(x.UseServiceAccountCredentials)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1016 := z.EncBinary() + _ = yym1016 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.CloudProvider)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("cloudProvider")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1017 := z.EncBinary() + _ = yym1017 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.CloudProvider)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1019 := z.EncBinary() + _ = yym1019 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.CloudConfigFile)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("cloudConfigFile")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1020 := z.EncBinary() + _ = yym1020 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.CloudConfigFile)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1022 := z.EncBinary() + _ = yym1022 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentEndpointSyncs)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("concurrentEndpointSyncs")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1023 := z.EncBinary() + _ = yym1023 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentEndpointSyncs)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1025 := z.EncBinary() + _ = yym1025 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentRSSyncs)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("concurrentRSSyncs")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1026 := z.EncBinary() + _ = yym1026 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentRSSyncs)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1028 := z.EncBinary() + _ = yym1028 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentRCSyncs)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("concurrentRCSyncs")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1029 := z.EncBinary() + _ = yym1029 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentRCSyncs)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1031 := z.EncBinary() + _ = yym1031 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentServiceSyncs)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("concurrentServiceSyncs")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1032 := z.EncBinary() + _ = yym1032 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentServiceSyncs)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1034 := z.EncBinary() + _ = yym1034 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentResourceQuotaSyncs)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("concurrentResourceQuotaSyncs")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1035 := z.EncBinary() + _ = yym1035 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentResourceQuotaSyncs)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1037 := z.EncBinary() + _ = yym1037 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentDeploymentSyncs)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("concurrentDeploymentSyncs")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1038 := z.EncBinary() + _ = yym1038 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentDeploymentSyncs)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1040 := z.EncBinary() + _ = yym1040 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentDaemonSetSyncs)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("concurrentDaemonSetSyncs")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1041 := z.EncBinary() + _ = yym1041 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentDaemonSetSyncs)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1043 := z.EncBinary() + _ = yym1043 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentJobSyncs)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("concurrentJobSyncs")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1044 := z.EncBinary() + _ = yym1044 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentJobSyncs)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1046 := z.EncBinary() + _ = yym1046 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentNamespaceSyncs)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("concurrentNamespaceSyncs")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1047 := z.EncBinary() + _ = yym1047 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentNamespaceSyncs)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1049 := z.EncBinary() + _ = yym1049 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentSATokenSyncs)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("concurrentSATokenSyncs")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1050 := z.EncBinary() + _ = yym1050 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentSATokenSyncs)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1052 := z.EncBinary() + _ = yym1052 + if false { + } else { + r.EncodeInt(int64(x.LookupCacheSizeForRC)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lookupCacheSizeForRC")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1053 := z.EncBinary() + _ = yym1053 + if false { + } else { + r.EncodeInt(int64(x.LookupCacheSizeForRC)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1055 := z.EncBinary() + _ = yym1055 + if false { + } else { + r.EncodeInt(int64(x.LookupCacheSizeForRS)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lookupCacheSizeForRS")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1056 := z.EncBinary() + _ = yym1056 + if false { + } else { + r.EncodeInt(int64(x.LookupCacheSizeForRS)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1058 := z.EncBinary() + _ = yym1058 + if false { + } else { + r.EncodeInt(int64(x.LookupCacheSizeForDaemonSet)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lookupCacheSizeForDaemonSet")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1059 := z.EncBinary() + _ = yym1059 + if false { + } else { + r.EncodeInt(int64(x.LookupCacheSizeForDaemonSet)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy1061 := &x.ServiceSyncPeriod + yym1062 := z.EncBinary() + _ = yym1062 + if false { + } else if z.HasExtensions() && z.EncExt(yy1061) { + } else if !yym1062 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1061) + } else { + z.EncFallback(yy1061) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("serviceSyncPeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1063 := &x.ServiceSyncPeriod + 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) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy1066 := &x.NodeSyncPeriod + yym1067 := z.EncBinary() + _ = yym1067 + if false { + } else if z.HasExtensions() && z.EncExt(yy1066) { + } else if !yym1067 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1066) + } else { + z.EncFallback(yy1066) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("nodeSyncPeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1068 := &x.NodeSyncPeriod + yym1069 := z.EncBinary() + _ = yym1069 + if false { + } else if z.HasExtensions() && z.EncExt(yy1068) { + } else if !yym1069 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1068) + } else { + z.EncFallback(yy1068) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy1071 := &x.RouteReconciliationPeriod + yym1072 := z.EncBinary() + _ = yym1072 + if false { + } else if z.HasExtensions() && z.EncExt(yy1071) { + } else if !yym1072 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1071) + } else { + z.EncFallback(yy1071) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("routeReconciliationPeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1073 := &x.RouteReconciliationPeriod + yym1074 := z.EncBinary() + _ = yym1074 + if false { + } else if z.HasExtensions() && z.EncExt(yy1073) { + } else if !yym1074 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1073) + } else { + z.EncFallback(yy1073) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy1076 := &x.ResourceQuotaSyncPeriod + yym1077 := z.EncBinary() + _ = yym1077 + if false { + } else if z.HasExtensions() && z.EncExt(yy1076) { + } else if !yym1077 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1076) + } else { + z.EncFallback(yy1076) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("resourceQuotaSyncPeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1078 := &x.ResourceQuotaSyncPeriod + yym1079 := z.EncBinary() + _ = yym1079 + if false { + } else if z.HasExtensions() && z.EncExt(yy1078) { + } else if !yym1079 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1078) + } else { + z.EncFallback(yy1078) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy1081 := &x.NamespaceSyncPeriod + yym1082 := z.EncBinary() + _ = yym1082 + if false { + } else if z.HasExtensions() && z.EncExt(yy1081) { + } else if !yym1082 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1081) + } else { + z.EncFallback(yy1081) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("namespaceSyncPeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1083 := &x.NamespaceSyncPeriod + yym1084 := z.EncBinary() + _ = yym1084 + if false { + } else if z.HasExtensions() && z.EncExt(yy1083) { + } else if !yym1084 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1083) + } else { + z.EncFallback(yy1083) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy1086 := &x.PVClaimBinderSyncPeriod + yym1087 := z.EncBinary() + _ = yym1087 + if false { + } else if z.HasExtensions() && z.EncExt(yy1086) { + } else if !yym1087 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1086) + } else { + z.EncFallback(yy1086) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("pvClaimBinderSyncPeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1088 := &x.PVClaimBinderSyncPeriod + yym1089 := z.EncBinary() + _ = yym1089 + if false { + } else if z.HasExtensions() && z.EncExt(yy1088) { + } else if !yym1089 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1088) + } else { + z.EncFallback(yy1088) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy1091 := &x.MinResyncPeriod + yym1092 := z.EncBinary() + _ = yym1092 + if false { + } else if z.HasExtensions() && z.EncExt(yy1091) { + } else if !yym1092 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1091) + } else { + z.EncFallback(yy1091) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("minResyncPeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1093 := &x.MinResyncPeriod + yym1094 := z.EncBinary() + _ = yym1094 + if false { + } else if z.HasExtensions() && z.EncExt(yy1093) { + } else if !yym1094 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1093) + } else { + z.EncFallback(yy1093) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1096 := z.EncBinary() + _ = yym1096 + if false { + } else { + r.EncodeInt(int64(x.TerminatedPodGCThreshold)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("terminatedPodGCThreshold")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1097 := z.EncBinary() + _ = yym1097 + if false { + } else { + r.EncodeInt(int64(x.TerminatedPodGCThreshold)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy1099 := &x.HorizontalPodAutoscalerSyncPeriod + yym1100 := z.EncBinary() + _ = yym1100 + if false { + } else if z.HasExtensions() && z.EncExt(yy1099) { + } else if !yym1100 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1099) + } else { + z.EncFallback(yy1099) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("horizontalPodAutoscalerSyncPeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1101 := &x.HorizontalPodAutoscalerSyncPeriod + yym1102 := z.EncBinary() + _ = yym1102 + if false { + } else if z.HasExtensions() && z.EncExt(yy1101) { + } else if !yym1102 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1101) + } else { + z.EncFallback(yy1101) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy1104 := &x.DeploymentControllerSyncPeriod + yym1105 := z.EncBinary() + _ = yym1105 + if false { + } else if z.HasExtensions() && z.EncExt(yy1104) { + } else if !yym1105 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1104) + } else { + z.EncFallback(yy1104) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("deploymentControllerSyncPeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1106 := &x.DeploymentControllerSyncPeriod + yym1107 := z.EncBinary() + _ = yym1107 + if false { + } else if z.HasExtensions() && z.EncExt(yy1106) { + } else if !yym1107 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1106) + } else { + z.EncFallback(yy1106) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy1109 := &x.PodEvictionTimeout + yym1110 := z.EncBinary() + _ = yym1110 + if false { + } else if z.HasExtensions() && z.EncExt(yy1109) { + } else if !yym1110 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1109) + } else { + z.EncFallback(yy1109) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("podEvictionTimeout")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1111 := &x.PodEvictionTimeout + yym1112 := z.EncBinary() + _ = yym1112 + if false { + } else if z.HasExtensions() && z.EncExt(yy1111) { + } else if !yym1112 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1111) + } else { + z.EncFallback(yy1111) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1114 := z.EncBinary() + _ = yym1114 + if false { + } else { + r.EncodeFloat32(float32(x.DeletingPodsQps)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("deletingPodsQps")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1115 := z.EncBinary() + _ = yym1115 + if false { + } else { + r.EncodeFloat32(float32(x.DeletingPodsQps)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1117 := z.EncBinary() + _ = yym1117 + if false { + } else { + r.EncodeInt(int64(x.DeletingPodsBurst)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("deletingPodsBurst")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1118 := z.EncBinary() + _ = yym1118 + if false { + } else { + r.EncodeInt(int64(x.DeletingPodsBurst)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy1120 := &x.NodeMonitorGracePeriod + yym1121 := z.EncBinary() + _ = yym1121 + if false { + } else if z.HasExtensions() && z.EncExt(yy1120) { + } else if !yym1121 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1120) + } else { + z.EncFallback(yy1120) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("nodeMonitorGracePeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1122 := &x.NodeMonitorGracePeriod + yym1123 := z.EncBinary() + _ = yym1123 + if false { + } else if z.HasExtensions() && z.EncExt(yy1122) { + } else if !yym1123 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1122) + } else { + z.EncFallback(yy1122) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1125 := z.EncBinary() + _ = yym1125 + if false { + } else { + r.EncodeInt(int64(x.RegisterRetryCount)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("registerRetryCount")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1126 := z.EncBinary() + _ = yym1126 + if false { + } else { + r.EncodeInt(int64(x.RegisterRetryCount)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy1128 := &x.NodeStartupGracePeriod + yym1129 := z.EncBinary() + _ = yym1129 + if false { + } else if z.HasExtensions() && z.EncExt(yy1128) { + } else if !yym1129 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1128) + } else { + z.EncFallback(yy1128) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("nodeStartupGracePeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1130 := &x.NodeStartupGracePeriod + yym1131 := z.EncBinary() + _ = yym1131 + if false { + } else if z.HasExtensions() && z.EncExt(yy1130) { + } else if !yym1131 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1130) + } else { + z.EncFallback(yy1130) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy1133 := &x.NodeMonitorPeriod + yym1134 := z.EncBinary() + _ = yym1134 + if false { + } else if z.HasExtensions() && z.EncExt(yy1133) { + } else if !yym1134 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1133) + } else { + z.EncFallback(yy1133) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("nodeMonitorPeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1135 := &x.NodeMonitorPeriod + yym1136 := z.EncBinary() + _ = yym1136 + if false { + } else if z.HasExtensions() && z.EncExt(yy1135) { + } else if !yym1136 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1135) + } else { + z.EncFallback(yy1135) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1138 := z.EncBinary() + _ = yym1138 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountKeyFile)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("serviceAccountKeyFile")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1139 := z.EncBinary() + _ = yym1139 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountKeyFile)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1141 := z.EncBinary() + _ = yym1141 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ClusterSigningCertFile)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("clusterSigningCertFile")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1142 := z.EncBinary() + _ = yym1142 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ClusterSigningCertFile)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1144 := z.EncBinary() + _ = yym1144 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ClusterSigningKeyFile)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("clusterSigningKeyFile")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1145 := z.EncBinary() + _ = yym1145 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ClusterSigningKeyFile)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1147 := z.EncBinary() + _ = yym1147 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ApproveAllKubeletCSRsForGroup)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("approveAllKubeletCSRsForGroup")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1148 := z.EncBinary() + _ = yym1148 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ApproveAllKubeletCSRsForGroup)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1150 := z.EncBinary() + _ = yym1150 + if false { + } else { + r.EncodeBool(bool(x.EnableProfiling)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("enableProfiling")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1151 := z.EncBinary() + _ = yym1151 + if false { + } else { + r.EncodeBool(bool(x.EnableProfiling)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1153 := z.EncBinary() + _ = yym1153 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ClusterName)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("clusterName")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1154 := z.EncBinary() + _ = yym1154 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ClusterName)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1156 := z.EncBinary() + _ = yym1156 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ClusterCIDR)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("clusterCIDR")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1157 := z.EncBinary() + _ = yym1157 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ClusterCIDR)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1159 := z.EncBinary() + _ = yym1159 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ServiceCIDR)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("serviceCIDR")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1160 := z.EncBinary() + _ = yym1160 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ServiceCIDR)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1162 := z.EncBinary() + _ = yym1162 + if false { + } else { + r.EncodeInt(int64(x.NodeCIDRMaskSize)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("nodeCIDRMaskSize")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1163 := z.EncBinary() + _ = yym1163 + if false { + } else { + r.EncodeInt(int64(x.NodeCIDRMaskSize)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1165 := z.EncBinary() + _ = yym1165 + if false { + } else { + r.EncodeBool(bool(x.AllocateNodeCIDRs)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("allocateNodeCIDRs")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1166 := z.EncBinary() + _ = yym1166 + if false { + } else { + r.EncodeBool(bool(x.AllocateNodeCIDRs)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1168 := z.EncBinary() + _ = yym1168 + if false { + } else { + r.EncodeBool(bool(x.ConfigureCloudRoutes)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("configureCloudRoutes")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1169 := z.EncBinary() + _ = yym1169 + if false { + } else { + r.EncodeBool(bool(x.ConfigureCloudRoutes)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1171 := z.EncBinary() + _ = yym1171 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RootCAFile)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("rootCAFile")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1172 := z.EncBinary() + _ = yym1172 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RootCAFile)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1174 := z.EncBinary() + _ = yym1174 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ContentType)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("contentType")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1175 := z.EncBinary() + _ = yym1175 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ContentType)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1177 := z.EncBinary() + _ = yym1177 + if false { + } else { + r.EncodeFloat32(float32(x.KubeAPIQPS)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kubeAPIQPS")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1178 := z.EncBinary() + _ = yym1178 + if false { + } else { + r.EncodeFloat32(float32(x.KubeAPIQPS)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1180 := z.EncBinary() + _ = yym1180 + if false { + } else { + r.EncodeInt(int64(x.KubeAPIBurst)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kubeAPIBurst")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1181 := z.EncBinary() + _ = yym1181 + if false { + } else { + r.EncodeInt(int64(x.KubeAPIBurst)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy1183 := &x.LeaderElection + yy1183.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("leaderElection")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1184 := &x.LeaderElection + yy1184.CodecEncodeSelf(e) + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy1186 := &x.VolumeConfiguration + yy1186.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("volumeConfiguration")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1187 := &x.VolumeConfiguration + yy1187.CodecEncodeSelf(e) + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy1189 := &x.ControllerStartInterval + yym1190 := z.EncBinary() + _ = yym1190 + if false { + } else if z.HasExtensions() && z.EncExt(yy1189) { + } else if !yym1190 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1189) + } else { + z.EncFallback(yy1189) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("controllerStartInterval")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1191 := &x.ControllerStartInterval + yym1192 := z.EncBinary() + _ = yym1192 + if false { + } else if z.HasExtensions() && z.EncExt(yy1191) { + } else if !yym1192 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1191) + } else { + z.EncFallback(yy1191) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1194 := z.EncBinary() + _ = yym1194 + if false { + } else { + r.EncodeBool(bool(x.EnableGarbageCollector)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("enableGarbageCollector")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1195 := z.EncBinary() + _ = yym1195 + if false { + } else { + r.EncodeBool(bool(x.EnableGarbageCollector)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1197 := z.EncBinary() + _ = yym1197 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentGCSyncs)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("concurrentGCSyncs")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1198 := z.EncBinary() + _ = yym1198 + if false { + } else { + r.EncodeInt(int64(x.ConcurrentGCSyncs)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1200 := z.EncBinary() + _ = yym1200 + if false { + } else { + r.EncodeFloat32(float32(x.NodeEvictionRate)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("nodeEvictionRate")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1201 := z.EncBinary() + _ = yym1201 + if false { + } else { + r.EncodeFloat32(float32(x.NodeEvictionRate)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1203 := z.EncBinary() + _ = yym1203 + if false { + } else { + r.EncodeFloat32(float32(x.SecondaryNodeEvictionRate)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("secondaryNodeEvictionRate")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1204 := z.EncBinary() + _ = yym1204 + if false { + } else { + r.EncodeFloat32(float32(x.SecondaryNodeEvictionRate)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1206 := z.EncBinary() + _ = yym1206 + if false { + } else { + r.EncodeInt(int64(x.LargeClusterSizeThreshold)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("largeClusterSizeThreshold")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1207 := z.EncBinary() + _ = yym1207 + if false { + } else { + r.EncodeInt(int64(x.LargeClusterSizeThreshold)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1209 := z.EncBinary() + _ = yym1209 + if false { + } else { + r.EncodeFloat32(float32(x.UnhealthyZoneThreshold)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("unhealthyZoneThreshold")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1210 := z.EncBinary() + _ = yym1210 + if false { + } else { + r.EncodeFloat32(float32(x.UnhealthyZoneThreshold)) + } + } + if yyr999 || yy2arr999 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *KubeControllerManagerConfiguration) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1211 := z.DecBinary() + _ = yym1211 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct1212 := r.ContainerType() + if yyct1212 == codecSelferValueTypeMap1234 { + yyl1212 := r.ReadMapStart() + if yyl1212 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl1212, d) + } + } else if yyct1212 == codecSelferValueTypeArray1234 { + yyl1212 := r.ReadArrayStart() + if yyl1212 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl1212, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys1213Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1213Slc + var yyhl1213 bool = l >= 0 + for yyj1213 := 0; ; yyj1213++ { + if yyhl1213 { + if yyj1213 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys1213Slc = r.DecodeBytes(yys1213Slc, true, true) + yys1213 := string(yys1213Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys1213 { + 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 "port": + if r.TryDecodeAsNil() { + x.Port = 0 + } else { + x.Port = int32(r.DecodeInt(32)) + } + case "address": + if r.TryDecodeAsNil() { + x.Address = "" + } else { + x.Address = string(r.DecodeString()) + } + case "useServiceAccountCredentials": + if r.TryDecodeAsNil() { + x.UseServiceAccountCredentials = false + } else { + x.UseServiceAccountCredentials = bool(r.DecodeBool()) + } + case "cloudProvider": + if r.TryDecodeAsNil() { + x.CloudProvider = "" + } else { + x.CloudProvider = string(r.DecodeString()) + } + case "cloudConfigFile": + if r.TryDecodeAsNil() { + x.CloudConfigFile = "" + } else { + x.CloudConfigFile = string(r.DecodeString()) + } + case "concurrentEndpointSyncs": + if r.TryDecodeAsNil() { + x.ConcurrentEndpointSyncs = 0 + } else { + x.ConcurrentEndpointSyncs = int32(r.DecodeInt(32)) + } + case "concurrentRSSyncs": + if r.TryDecodeAsNil() { + x.ConcurrentRSSyncs = 0 + } else { + x.ConcurrentRSSyncs = int32(r.DecodeInt(32)) + } + case "concurrentRCSyncs": + if r.TryDecodeAsNil() { + x.ConcurrentRCSyncs = 0 + } else { + x.ConcurrentRCSyncs = int32(r.DecodeInt(32)) + } + case "concurrentServiceSyncs": + if r.TryDecodeAsNil() { + x.ConcurrentServiceSyncs = 0 + } else { + x.ConcurrentServiceSyncs = int32(r.DecodeInt(32)) + } + case "concurrentResourceQuotaSyncs": + if r.TryDecodeAsNil() { + x.ConcurrentResourceQuotaSyncs = 0 + } else { + x.ConcurrentResourceQuotaSyncs = int32(r.DecodeInt(32)) + } + case "concurrentDeploymentSyncs": + if r.TryDecodeAsNil() { + x.ConcurrentDeploymentSyncs = 0 + } else { + x.ConcurrentDeploymentSyncs = int32(r.DecodeInt(32)) + } + case "concurrentDaemonSetSyncs": + if r.TryDecodeAsNil() { + x.ConcurrentDaemonSetSyncs = 0 + } else { + x.ConcurrentDaemonSetSyncs = int32(r.DecodeInt(32)) + } + case "concurrentJobSyncs": + if r.TryDecodeAsNil() { + x.ConcurrentJobSyncs = 0 + } else { + x.ConcurrentJobSyncs = int32(r.DecodeInt(32)) + } + case "concurrentNamespaceSyncs": + if r.TryDecodeAsNil() { + x.ConcurrentNamespaceSyncs = 0 + } else { + x.ConcurrentNamespaceSyncs = int32(r.DecodeInt(32)) + } + case "concurrentSATokenSyncs": + if r.TryDecodeAsNil() { + x.ConcurrentSATokenSyncs = 0 + } else { + x.ConcurrentSATokenSyncs = int32(r.DecodeInt(32)) + } + case "lookupCacheSizeForRC": + if r.TryDecodeAsNil() { + x.LookupCacheSizeForRC = 0 + } else { + x.LookupCacheSizeForRC = int32(r.DecodeInt(32)) + } + case "lookupCacheSizeForRS": + if r.TryDecodeAsNil() { + x.LookupCacheSizeForRS = 0 + } else { + x.LookupCacheSizeForRS = int32(r.DecodeInt(32)) + } + case "lookupCacheSizeForDaemonSet": + if r.TryDecodeAsNil() { + x.LookupCacheSizeForDaemonSet = 0 + } else { + x.LookupCacheSizeForDaemonSet = int32(r.DecodeInt(32)) + } + case "serviceSyncPeriod": + if r.TryDecodeAsNil() { + x.ServiceSyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv1234 := &x.ServiceSyncPeriod + yym1235 := z.DecBinary() + _ = yym1235 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1234) { + } else if !yym1235 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1234) + } else { + z.DecFallback(yyv1234, false) + } + } + case "nodeSyncPeriod": + if r.TryDecodeAsNil() { + x.NodeSyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv1236 := &x.NodeSyncPeriod + yym1237 := z.DecBinary() + _ = yym1237 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1236) { + } else if !yym1237 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1236) + } else { + z.DecFallback(yyv1236, false) + } + } + case "routeReconciliationPeriod": + if r.TryDecodeAsNil() { + x.RouteReconciliationPeriod = pkg1_unversioned.Duration{} + } else { + yyv1238 := &x.RouteReconciliationPeriod + yym1239 := z.DecBinary() + _ = yym1239 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1238) { + } else if !yym1239 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1238) + } else { + z.DecFallback(yyv1238, false) + } + } + case "resourceQuotaSyncPeriod": + if r.TryDecodeAsNil() { + x.ResourceQuotaSyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv1240 := &x.ResourceQuotaSyncPeriod + yym1241 := z.DecBinary() + _ = yym1241 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1240) { + } else if !yym1241 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1240) + } else { + z.DecFallback(yyv1240, false) + } + } + case "namespaceSyncPeriod": + if r.TryDecodeAsNil() { + x.NamespaceSyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv1242 := &x.NamespaceSyncPeriod + yym1243 := z.DecBinary() + _ = yym1243 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1242) { + } else if !yym1243 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1242) + } else { + z.DecFallback(yyv1242, false) + } + } + case "pvClaimBinderSyncPeriod": + if r.TryDecodeAsNil() { + x.PVClaimBinderSyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv1244 := &x.PVClaimBinderSyncPeriod + yym1245 := z.DecBinary() + _ = yym1245 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1244) { + } else if !yym1245 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1244) + } else { + z.DecFallback(yyv1244, false) + } + } + case "minResyncPeriod": + if r.TryDecodeAsNil() { + x.MinResyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv1246 := &x.MinResyncPeriod + yym1247 := z.DecBinary() + _ = yym1247 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1246) { + } else if !yym1247 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1246) + } else { + z.DecFallback(yyv1246, false) + } + } + case "terminatedPodGCThreshold": + if r.TryDecodeAsNil() { + x.TerminatedPodGCThreshold = 0 + } else { + x.TerminatedPodGCThreshold = int32(r.DecodeInt(32)) + } + case "horizontalPodAutoscalerSyncPeriod": + if r.TryDecodeAsNil() { + x.HorizontalPodAutoscalerSyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv1249 := &x.HorizontalPodAutoscalerSyncPeriod + yym1250 := z.DecBinary() + _ = yym1250 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1249) { + } else if !yym1250 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1249) + } else { + z.DecFallback(yyv1249, false) + } + } + case "deploymentControllerSyncPeriod": + if r.TryDecodeAsNil() { + x.DeploymentControllerSyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv1251 := &x.DeploymentControllerSyncPeriod + yym1252 := z.DecBinary() + _ = yym1252 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1251) { + } else if !yym1252 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1251) + } else { + z.DecFallback(yyv1251, false) + } + } + case "podEvictionTimeout": + if r.TryDecodeAsNil() { + x.PodEvictionTimeout = pkg1_unversioned.Duration{} + } else { + yyv1253 := &x.PodEvictionTimeout + yym1254 := z.DecBinary() + _ = yym1254 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1253) { + } else if !yym1254 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1253) + } else { + z.DecFallback(yyv1253, false) + } + } + case "deletingPodsQps": + if r.TryDecodeAsNil() { + x.DeletingPodsQps = 0 + } else { + x.DeletingPodsQps = float32(r.DecodeFloat(true)) + } + case "deletingPodsBurst": + if r.TryDecodeAsNil() { + x.DeletingPodsBurst = 0 + } else { + x.DeletingPodsBurst = int32(r.DecodeInt(32)) + } + case "nodeMonitorGracePeriod": + if r.TryDecodeAsNil() { + x.NodeMonitorGracePeriod = pkg1_unversioned.Duration{} + } else { + yyv1257 := &x.NodeMonitorGracePeriod + yym1258 := z.DecBinary() + _ = yym1258 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1257) { + } else if !yym1258 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1257) + } else { + z.DecFallback(yyv1257, false) + } + } + case "registerRetryCount": + if r.TryDecodeAsNil() { + x.RegisterRetryCount = 0 + } else { + x.RegisterRetryCount = int32(r.DecodeInt(32)) + } + case "nodeStartupGracePeriod": + if r.TryDecodeAsNil() { + x.NodeStartupGracePeriod = pkg1_unversioned.Duration{} + } else { + yyv1260 := &x.NodeStartupGracePeriod + yym1261 := z.DecBinary() + _ = yym1261 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1260) { + } else if !yym1261 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1260) + } else { + z.DecFallback(yyv1260, false) + } + } + case "nodeMonitorPeriod": + if r.TryDecodeAsNil() { + x.NodeMonitorPeriod = pkg1_unversioned.Duration{} + } else { + yyv1262 := &x.NodeMonitorPeriod + yym1263 := z.DecBinary() + _ = yym1263 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1262) { + } else if !yym1263 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1262) + } else { + z.DecFallback(yyv1262, false) + } + } + case "serviceAccountKeyFile": + if r.TryDecodeAsNil() { + x.ServiceAccountKeyFile = "" + } else { + x.ServiceAccountKeyFile = string(r.DecodeString()) + } + case "clusterSigningCertFile": + if r.TryDecodeAsNil() { + x.ClusterSigningCertFile = "" + } else { + x.ClusterSigningCertFile = string(r.DecodeString()) + } + case "clusterSigningKeyFile": + if r.TryDecodeAsNil() { + x.ClusterSigningKeyFile = "" + } else { + x.ClusterSigningKeyFile = string(r.DecodeString()) + } + case "approveAllKubeletCSRsForGroup": + if r.TryDecodeAsNil() { + x.ApproveAllKubeletCSRsForGroup = "" + } else { + x.ApproveAllKubeletCSRsForGroup = string(r.DecodeString()) + } + case "enableProfiling": + if r.TryDecodeAsNil() { + x.EnableProfiling = false + } else { + x.EnableProfiling = bool(r.DecodeBool()) + } + case "clusterName": + if r.TryDecodeAsNil() { + x.ClusterName = "" + } else { + x.ClusterName = string(r.DecodeString()) + } + case "clusterCIDR": + if r.TryDecodeAsNil() { + x.ClusterCIDR = "" + } else { + x.ClusterCIDR = string(r.DecodeString()) + } + case "serviceCIDR": + if r.TryDecodeAsNil() { + x.ServiceCIDR = "" + } else { + x.ServiceCIDR = string(r.DecodeString()) + } + case "nodeCIDRMaskSize": + if r.TryDecodeAsNil() { + x.NodeCIDRMaskSize = 0 + } else { + x.NodeCIDRMaskSize = int32(r.DecodeInt(32)) + } + case "allocateNodeCIDRs": + if r.TryDecodeAsNil() { + x.AllocateNodeCIDRs = false + } else { + x.AllocateNodeCIDRs = bool(r.DecodeBool()) + } + case "configureCloudRoutes": + if r.TryDecodeAsNil() { + x.ConfigureCloudRoutes = false + } else { + x.ConfigureCloudRoutes = bool(r.DecodeBool()) + } + case "rootCAFile": + if r.TryDecodeAsNil() { + x.RootCAFile = "" + } else { + x.RootCAFile = string(r.DecodeString()) + } + case "contentType": + if r.TryDecodeAsNil() { + x.ContentType = "" + } else { + x.ContentType = string(r.DecodeString()) + } + case "kubeAPIQPS": + if r.TryDecodeAsNil() { + x.KubeAPIQPS = 0 + } else { + x.KubeAPIQPS = float32(r.DecodeFloat(true)) + } + case "kubeAPIBurst": + if r.TryDecodeAsNil() { + x.KubeAPIBurst = 0 + } else { + x.KubeAPIBurst = int32(r.DecodeInt(32)) + } + case "leaderElection": + if r.TryDecodeAsNil() { + x.LeaderElection = LeaderElectionConfiguration{} + } else { + yyv1279 := &x.LeaderElection + yyv1279.CodecDecodeSelf(d) + } + case "volumeConfiguration": + if r.TryDecodeAsNil() { + x.VolumeConfiguration = VolumeConfiguration{} + } else { + yyv1280 := &x.VolumeConfiguration + yyv1280.CodecDecodeSelf(d) + } + case "controllerStartInterval": + if r.TryDecodeAsNil() { + x.ControllerStartInterval = pkg1_unversioned.Duration{} + } else { + yyv1281 := &x.ControllerStartInterval + yym1282 := z.DecBinary() + _ = yym1282 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1281) { + } else if !yym1282 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1281) + } else { + z.DecFallback(yyv1281, false) + } + } + case "enableGarbageCollector": + if r.TryDecodeAsNil() { + x.EnableGarbageCollector = false + } else { + x.EnableGarbageCollector = bool(r.DecodeBool()) + } + case "concurrentGCSyncs": + if r.TryDecodeAsNil() { + x.ConcurrentGCSyncs = 0 + } else { + x.ConcurrentGCSyncs = int32(r.DecodeInt(32)) + } + case "nodeEvictionRate": + if r.TryDecodeAsNil() { + x.NodeEvictionRate = 0 + } else { + x.NodeEvictionRate = float32(r.DecodeFloat(true)) + } + case "secondaryNodeEvictionRate": + if r.TryDecodeAsNil() { + x.SecondaryNodeEvictionRate = 0 + } else { + x.SecondaryNodeEvictionRate = float32(r.DecodeFloat(true)) + } + case "largeClusterSizeThreshold": + if r.TryDecodeAsNil() { + x.LargeClusterSizeThreshold = 0 + } else { + x.LargeClusterSizeThreshold = int32(r.DecodeInt(32)) + } + case "unhealthyZoneThreshold": + if r.TryDecodeAsNil() { + x.UnhealthyZoneThreshold = 0 + } else { + x.UnhealthyZoneThreshold = float32(r.DecodeFloat(true)) + } + default: + z.DecStructFieldNotFound(-1, yys1213) + } // end switch yys1213 + } // end for yyj1213 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj1289 int + var yyb1289 bool + var yyhl1289 bool = l >= 0 + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Kind = "" + } else { + x.Kind = string(r.DecodeString()) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.APIVersion = "" + } else { + x.APIVersion = string(r.DecodeString()) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Port = 0 + } else { + x.Port = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Address = "" + } else { + x.Address = string(r.DecodeString()) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.UseServiceAccountCredentials = false + } else { + x.UseServiceAccountCredentials = bool(r.DecodeBool()) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.CloudProvider = "" + } else { + x.CloudProvider = string(r.DecodeString()) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.CloudConfigFile = "" + } else { + x.CloudConfigFile = string(r.DecodeString()) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ConcurrentEndpointSyncs = 0 + } else { + x.ConcurrentEndpointSyncs = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ConcurrentRSSyncs = 0 + } else { + x.ConcurrentRSSyncs = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ConcurrentRCSyncs = 0 + } else { + x.ConcurrentRCSyncs = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ConcurrentServiceSyncs = 0 + } else { + x.ConcurrentServiceSyncs = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ConcurrentResourceQuotaSyncs = 0 + } else { + x.ConcurrentResourceQuotaSyncs = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ConcurrentDeploymentSyncs = 0 + } else { + x.ConcurrentDeploymentSyncs = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ConcurrentDaemonSetSyncs = 0 + } else { + x.ConcurrentDaemonSetSyncs = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ConcurrentJobSyncs = 0 + } else { + x.ConcurrentJobSyncs = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ConcurrentNamespaceSyncs = 0 + } else { + x.ConcurrentNamespaceSyncs = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ConcurrentSATokenSyncs = 0 + } else { + x.ConcurrentSATokenSyncs = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.LookupCacheSizeForRC = 0 + } else { + x.LookupCacheSizeForRC = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.LookupCacheSizeForRS = 0 + } else { + x.LookupCacheSizeForRS = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.LookupCacheSizeForDaemonSet = 0 + } else { + x.LookupCacheSizeForDaemonSet = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ServiceSyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv1310 := &x.ServiceSyncPeriod + yym1311 := z.DecBinary() + _ = yym1311 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1310) { + } else if !yym1311 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1310) + } else { + z.DecFallback(yyv1310, false) + } + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.NodeSyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv1312 := &x.NodeSyncPeriod + yym1313 := z.DecBinary() + _ = yym1313 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1312) { + } else if !yym1313 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1312) + } else { + z.DecFallback(yyv1312, false) + } + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.RouteReconciliationPeriod = pkg1_unversioned.Duration{} + } else { + yyv1314 := &x.RouteReconciliationPeriod + yym1315 := z.DecBinary() + _ = yym1315 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1314) { + } else if !yym1315 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1314) + } else { + z.DecFallback(yyv1314, false) + } + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ResourceQuotaSyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv1316 := &x.ResourceQuotaSyncPeriod + yym1317 := z.DecBinary() + _ = yym1317 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1316) { + } else if !yym1317 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1316) + } else { + z.DecFallback(yyv1316, false) + } + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.NamespaceSyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv1318 := &x.NamespaceSyncPeriod + yym1319 := z.DecBinary() + _ = yym1319 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1318) { + } else if !yym1319 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1318) + } else { + z.DecFallback(yyv1318, false) + } + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.PVClaimBinderSyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv1320 := &x.PVClaimBinderSyncPeriod + yym1321 := z.DecBinary() + _ = yym1321 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1320) { + } else if !yym1321 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1320) + } else { + z.DecFallback(yyv1320, false) + } + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.MinResyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv1322 := &x.MinResyncPeriod + yym1323 := z.DecBinary() + _ = yym1323 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1322) { + } else if !yym1323 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1322) + } else { + z.DecFallback(yyv1322, false) + } + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.TerminatedPodGCThreshold = 0 + } else { + x.TerminatedPodGCThreshold = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.HorizontalPodAutoscalerSyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv1325 := &x.HorizontalPodAutoscalerSyncPeriod + yym1326 := z.DecBinary() + _ = yym1326 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1325) { + } else if !yym1326 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1325) + } else { + z.DecFallback(yyv1325, false) + } + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.DeploymentControllerSyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv1327 := &x.DeploymentControllerSyncPeriod + yym1328 := z.DecBinary() + _ = yym1328 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1327) { + } else if !yym1328 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1327) + } else { + z.DecFallback(yyv1327, false) + } + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.PodEvictionTimeout = pkg1_unversioned.Duration{} + } else { + yyv1329 := &x.PodEvictionTimeout + yym1330 := z.DecBinary() + _ = yym1330 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1329) { + } else if !yym1330 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1329) + } else { + z.DecFallback(yyv1329, false) + } + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.DeletingPodsQps = 0 + } else { + x.DeletingPodsQps = float32(r.DecodeFloat(true)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.DeletingPodsBurst = 0 + } else { + x.DeletingPodsBurst = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.NodeMonitorGracePeriod = pkg1_unversioned.Duration{} + } else { + yyv1333 := &x.NodeMonitorGracePeriod + yym1334 := z.DecBinary() + _ = yym1334 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1333) { + } else if !yym1334 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1333) + } else { + z.DecFallback(yyv1333, false) + } + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.RegisterRetryCount = 0 + } else { + x.RegisterRetryCount = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.NodeStartupGracePeriod = pkg1_unversioned.Duration{} + } else { + yyv1336 := &x.NodeStartupGracePeriod + yym1337 := z.DecBinary() + _ = yym1337 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1336) { + } else if !yym1337 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1336) + } else { + z.DecFallback(yyv1336, false) + } + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.NodeMonitorPeriod = pkg1_unversioned.Duration{} + } else { + yyv1338 := &x.NodeMonitorPeriod + yym1339 := z.DecBinary() + _ = yym1339 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1338) { + } else if !yym1339 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1338) + } else { + z.DecFallback(yyv1338, false) + } + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ServiceAccountKeyFile = "" + } else { + x.ServiceAccountKeyFile = string(r.DecodeString()) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ClusterSigningCertFile = "" + } else { + x.ClusterSigningCertFile = string(r.DecodeString()) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ClusterSigningKeyFile = "" + } else { + x.ClusterSigningKeyFile = string(r.DecodeString()) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ApproveAllKubeletCSRsForGroup = "" + } else { + x.ApproveAllKubeletCSRsForGroup = string(r.DecodeString()) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.EnableProfiling = false + } else { + x.EnableProfiling = bool(r.DecodeBool()) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ClusterName = "" + } else { + x.ClusterName = string(r.DecodeString()) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ClusterCIDR = "" + } else { + x.ClusterCIDR = string(r.DecodeString()) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ServiceCIDR = "" + } else { + x.ServiceCIDR = string(r.DecodeString()) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.NodeCIDRMaskSize = 0 + } else { + x.NodeCIDRMaskSize = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.AllocateNodeCIDRs = false + } else { + x.AllocateNodeCIDRs = bool(r.DecodeBool()) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ConfigureCloudRoutes = false + } else { + x.ConfigureCloudRoutes = bool(r.DecodeBool()) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.RootCAFile = "" + } else { + x.RootCAFile = string(r.DecodeString()) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ContentType = "" + } else { + x.ContentType = string(r.DecodeString()) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.KubeAPIQPS = 0 + } else { + x.KubeAPIQPS = float32(r.DecodeFloat(true)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.KubeAPIBurst = 0 + } else { + x.KubeAPIBurst = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.LeaderElection = LeaderElectionConfiguration{} + } else { + yyv1355 := &x.LeaderElection + yyv1355.CodecDecodeSelf(d) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.VolumeConfiguration = VolumeConfiguration{} + } else { + yyv1356 := &x.VolumeConfiguration + yyv1356.CodecDecodeSelf(d) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ControllerStartInterval = pkg1_unversioned.Duration{} + } else { + yyv1357 := &x.ControllerStartInterval + yym1358 := z.DecBinary() + _ = yym1358 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1357) { + } else if !yym1358 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1357) + } else { + z.DecFallback(yyv1357, false) + } + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.EnableGarbageCollector = false + } else { + x.EnableGarbageCollector = bool(r.DecodeBool()) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ConcurrentGCSyncs = 0 + } else { + x.ConcurrentGCSyncs = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.NodeEvictionRate = 0 + } else { + x.NodeEvictionRate = float32(r.DecodeFloat(true)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.SecondaryNodeEvictionRate = 0 + } else { + x.SecondaryNodeEvictionRate = float32(r.DecodeFloat(true)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.LargeClusterSizeThreshold = 0 + } else { + x.LargeClusterSizeThreshold = int32(r.DecodeInt(32)) + } + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.UnhealthyZoneThreshold = 0 + } else { + x.UnhealthyZoneThreshold = float32(r.DecodeFloat(true)) + } + for { + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l + } else { + yyb1289 = r.CheckBreak() + } + if yyb1289 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj1289-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *VolumeConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1365 := z.EncBinary() + _ = yym1365 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep1366 := !z.EncBinary() + yy2arr1366 := z.EncBasicHandle().StructToArray + var yyq1366 [4]bool + _, _, _ = yysep1366, yyq1366, yy2arr1366 + const yyr1366 bool = false + var yynn1366 int + if yyr1366 || yy2arr1366 { + r.EncodeArrayStart(4) + } else { + yynn1366 = 4 + for _, b := range yyq1366 { + if b { + yynn1366++ + } + } + r.EncodeMapStart(yynn1366) + yynn1366 = 0 + } + if yyr1366 || yy2arr1366 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1368 := z.EncBinary() + _ = yym1368 + if false { + } else { + r.EncodeBool(bool(x.EnableHostPathProvisioning)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("enableHostPathProvisioning")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1369 := z.EncBinary() + _ = yym1369 + if false { + } else { + r.EncodeBool(bool(x.EnableHostPathProvisioning)) + } + } + if yyr1366 || yy2arr1366 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1371 := z.EncBinary() + _ = yym1371 + if false { + } else { + r.EncodeBool(bool(x.EnableDynamicProvisioning)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("enableDynamicProvisioning")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1372 := z.EncBinary() + _ = yym1372 + if false { + } else { + r.EncodeBool(bool(x.EnableDynamicProvisioning)) + } + } + if yyr1366 || yy2arr1366 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy1374 := &x.PersistentVolumeRecyclerConfiguration + yy1374.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("persitentVolumeRecyclerConfiguration")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1375 := &x.PersistentVolumeRecyclerConfiguration + yy1375.CodecEncodeSelf(e) + } + if yyr1366 || yy2arr1366 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1377 := z.EncBinary() + _ = yym1377 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.FlexVolumePluginDir)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("flexVolumePluginDir")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1378 := z.EncBinary() + _ = yym1378 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.FlexVolumePluginDir)) + } + } + if yyr1366 || yy2arr1366 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *VolumeConfiguration) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1379 := z.DecBinary() + _ = yym1379 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct1380 := r.ContainerType() + if yyct1380 == codecSelferValueTypeMap1234 { + yyl1380 := r.ReadMapStart() + if yyl1380 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl1380, d) + } + } else if yyct1380 == codecSelferValueTypeArray1234 { + yyl1380 := r.ReadArrayStart() + if yyl1380 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl1380, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *VolumeConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys1381Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1381Slc + var yyhl1381 bool = l >= 0 + for yyj1381 := 0; ; yyj1381++ { + if yyhl1381 { + if yyj1381 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys1381Slc = r.DecodeBytes(yys1381Slc, true, true) + yys1381 := string(yys1381Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys1381 { + case "enableHostPathProvisioning": + if r.TryDecodeAsNil() { + x.EnableHostPathProvisioning = false + } else { + x.EnableHostPathProvisioning = bool(r.DecodeBool()) + } + case "enableDynamicProvisioning": + if r.TryDecodeAsNil() { + x.EnableDynamicProvisioning = false + } else { + x.EnableDynamicProvisioning = bool(r.DecodeBool()) + } + case "persitentVolumeRecyclerConfiguration": + if r.TryDecodeAsNil() { + x.PersistentVolumeRecyclerConfiguration = PersistentVolumeRecyclerConfiguration{} + } else { + yyv1384 := &x.PersistentVolumeRecyclerConfiguration + yyv1384.CodecDecodeSelf(d) + } + case "flexVolumePluginDir": + if r.TryDecodeAsNil() { + x.FlexVolumePluginDir = "" + } else { + x.FlexVolumePluginDir = string(r.DecodeString()) + } + default: + z.DecStructFieldNotFound(-1, yys1381) + } // end switch yys1381 + } // end for yyj1381 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *VolumeConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj1386 int + var yyb1386 bool + var yyhl1386 bool = l >= 0 + yyj1386++ + if yyhl1386 { + yyb1386 = yyj1386 > l + } else { + yyb1386 = r.CheckBreak() + } + if yyb1386 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.EnableHostPathProvisioning = false + } else { + x.EnableHostPathProvisioning = bool(r.DecodeBool()) + } + yyj1386++ + if yyhl1386 { + yyb1386 = yyj1386 > l + } else { + yyb1386 = r.CheckBreak() + } + if yyb1386 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.EnableDynamicProvisioning = false + } else { + x.EnableDynamicProvisioning = bool(r.DecodeBool()) + } + yyj1386++ + if yyhl1386 { + yyb1386 = yyj1386 > l + } else { + yyb1386 = r.CheckBreak() + } + if yyb1386 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.PersistentVolumeRecyclerConfiguration = PersistentVolumeRecyclerConfiguration{} + } else { + yyv1389 := &x.PersistentVolumeRecyclerConfiguration + yyv1389.CodecDecodeSelf(d) + } + yyj1386++ + if yyhl1386 { + yyb1386 = yyj1386 > l + } else { + yyb1386 = r.CheckBreak() + } + if yyb1386 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.FlexVolumePluginDir = "" + } else { + x.FlexVolumePluginDir = string(r.DecodeString()) + } + for { + yyj1386++ + if yyhl1386 { + yyb1386 = yyj1386 > l + } else { + yyb1386 = r.CheckBreak() + } + if yyb1386 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj1386-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x *PersistentVolumeRecyclerConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym1391 := z.EncBinary() + _ = yym1391 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep1392 := !z.EncBinary() + yy2arr1392 := z.EncBasicHandle().StructToArray + var yyq1392 [7]bool + _, _, _ = yysep1392, yyq1392, yy2arr1392 + const yyr1392 bool = false + var yynn1392 int + if yyr1392 || yy2arr1392 { + r.EncodeArrayStart(7) + } else { + yynn1392 = 7 + for _, b := range yyq1392 { + if b { + yynn1392++ + } + } + r.EncodeMapStart(yynn1392) + yynn1392 = 0 + } + if yyr1392 || yy2arr1392 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1394 := z.EncBinary() + _ = yym1394 + if false { + } else { + r.EncodeInt(int64(x.MaximumRetry)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("maximumRetry")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1395 := z.EncBinary() + _ = yym1395 + if false { + } else { + r.EncodeInt(int64(x.MaximumRetry)) + } + } + if yyr1392 || yy2arr1392 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1397 := z.EncBinary() + _ = yym1397 + if false { + } else { + r.EncodeInt(int64(x.MinimumTimeoutNFS)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("minimumTimeoutNFS")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1398 := z.EncBinary() + _ = yym1398 + if false { + } else { + r.EncodeInt(int64(x.MinimumTimeoutNFS)) + } + } + if yyr1392 || yy2arr1392 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1400 := z.EncBinary() + _ = yym1400 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodTemplateFilePathNFS)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("podTemplateFilePathNFS")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1401 := z.EncBinary() + _ = yym1401 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodTemplateFilePathNFS)) + } + } + if yyr1392 || yy2arr1392 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1403 := z.EncBinary() + _ = yym1403 + if false { + } else { + r.EncodeInt(int64(x.IncrementTimeoutNFS)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("incrementTimeoutNFS")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1404 := z.EncBinary() + _ = yym1404 + if false { + } else { + r.EncodeInt(int64(x.IncrementTimeoutNFS)) + } + } + if yyr1392 || yy2arr1392 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1406 := z.EncBinary() + _ = yym1406 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodTemplateFilePathHostPath)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("podTemplateFilePathHostPath")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1407 := z.EncBinary() + _ = yym1407 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodTemplateFilePathHostPath)) + } + } + if yyr1392 || yy2arr1392 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1409 := z.EncBinary() + _ = yym1409 + if false { + } else { + r.EncodeInt(int64(x.MinimumTimeoutHostPath)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("minimumTimeoutHostPath")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1410 := z.EncBinary() + _ = yym1410 + if false { + } else { + r.EncodeInt(int64(x.MinimumTimeoutHostPath)) + } + } + if yyr1392 || yy2arr1392 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym1412 := z.EncBinary() + _ = yym1412 + if false { + } else { + r.EncodeInt(int64(x.IncrementTimeoutHostPath)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("incrementTimeoutHostPath")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1413 := z.EncBinary() + _ = yym1413 + if false { + } else { + r.EncodeInt(int64(x.IncrementTimeoutHostPath)) + } + } + if yyr1392 || yy2arr1392 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *PersistentVolumeRecyclerConfiguration) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1414 := z.DecBinary() + _ = yym1414 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct1415 := r.ContainerType() + if yyct1415 == codecSelferValueTypeMap1234 { + yyl1415 := r.ReadMapStart() + if yyl1415 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl1415, d) + } + } else if yyct1415 == codecSelferValueTypeArray1234 { + yyl1415 := r.ReadArrayStart() + if yyl1415 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl1415, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *PersistentVolumeRecyclerConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys1416Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1416Slc + var yyhl1416 bool = l >= 0 + for yyj1416 := 0; ; yyj1416++ { + if yyhl1416 { + if yyj1416 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys1416Slc = r.DecodeBytes(yys1416Slc, true, true) + yys1416 := string(yys1416Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys1416 { + case "maximumRetry": + if r.TryDecodeAsNil() { + x.MaximumRetry = 0 + } else { + x.MaximumRetry = int32(r.DecodeInt(32)) + } + case "minimumTimeoutNFS": + if r.TryDecodeAsNil() { + x.MinimumTimeoutNFS = 0 + } else { + x.MinimumTimeoutNFS = int32(r.DecodeInt(32)) + } + case "podTemplateFilePathNFS": + if r.TryDecodeAsNil() { + x.PodTemplateFilePathNFS = "" + } else { + x.PodTemplateFilePathNFS = string(r.DecodeString()) + } + case "incrementTimeoutNFS": + if r.TryDecodeAsNil() { + x.IncrementTimeoutNFS = 0 + } else { + x.IncrementTimeoutNFS = int32(r.DecodeInt(32)) + } + case "podTemplateFilePathHostPath": + if r.TryDecodeAsNil() { + x.PodTemplateFilePathHostPath = "" + } else { + x.PodTemplateFilePathHostPath = string(r.DecodeString()) + } + case "minimumTimeoutHostPath": + if r.TryDecodeAsNil() { + x.MinimumTimeoutHostPath = 0 + } else { + x.MinimumTimeoutHostPath = int32(r.DecodeInt(32)) + } + case "incrementTimeoutHostPath": + if r.TryDecodeAsNil() { + x.IncrementTimeoutHostPath = 0 + } else { + x.IncrementTimeoutHostPath = int32(r.DecodeInt(32)) + } + default: + z.DecStructFieldNotFound(-1, yys1416) + } // end switch yys1416 + } // end for yyj1416 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *PersistentVolumeRecyclerConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj1424 int + var yyb1424 bool + var yyhl1424 bool = l >= 0 + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l + } else { + yyb1424 = r.CheckBreak() + } + if yyb1424 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.MaximumRetry = 0 + } else { + x.MaximumRetry = int32(r.DecodeInt(32)) + } + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l + } else { + yyb1424 = r.CheckBreak() + } + if yyb1424 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.MinimumTimeoutNFS = 0 + } else { + x.MinimumTimeoutNFS = int32(r.DecodeInt(32)) + } + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l + } else { + yyb1424 = r.CheckBreak() + } + if yyb1424 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.PodTemplateFilePathNFS = "" + } else { + x.PodTemplateFilePathNFS = string(r.DecodeString()) + } + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l + } else { + yyb1424 = r.CheckBreak() + } + if yyb1424 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.IncrementTimeoutNFS = 0 + } else { + x.IncrementTimeoutNFS = int32(r.DecodeInt(32)) + } + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l + } else { + yyb1424 = r.CheckBreak() + } + if yyb1424 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.PodTemplateFilePathHostPath = "" + } else { + x.PodTemplateFilePathHostPath = string(r.DecodeString()) + } + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l + } else { + yyb1424 = r.CheckBreak() + } + if yyb1424 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.MinimumTimeoutHostPath = 0 + } else { + x.MinimumTimeoutHostPath = int32(r.DecodeInt(32)) + } + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l + } else { + yyb1424 = r.CheckBreak() + } + if yyb1424 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.IncrementTimeoutHostPath = 0 + } else { + x.IncrementTimeoutHostPath = int32(r.DecodeInt(32)) + } + for { + yyj1424++ + if yyhl1424 { + yyb1424 = yyj1424 > l + } else { + yyb1424 = r.CheckBreak() + } + if yyb1424 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj1424-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) encconfig_ConfigurationMap(v pkg2_config.ConfigurationMap, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeMapStart(len(v)) + for yyk1432, yyv1432 := range v { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + yym1433 := z.EncBinary() + _ = yym1433 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(yyk1432)) + } + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1434 := z.EncBinary() + _ = yym1434 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(yyv1432)) + } + } + z.EncSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x codecSelfer1234) decconfig_ConfigurationMap(v *pkg2_config.ConfigurationMap, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv1435 := *v + yyl1435 := r.ReadMapStart() + yybh1435 := z.DecBasicHandle() + if yyv1435 == nil { + yyrl1435, _ := z.DecInferLen(yyl1435, yybh1435.MaxInitLen, 32) + yyv1435 = make(map[string]string, yyrl1435) + *v = yyv1435 + } + var yymk1435 string + var yymv1435 string + var yymg1435 bool + if yybh1435.MapValueReset { + } + if yyl1435 > 0 { + for yyj1435 := 0; yyj1435 < yyl1435; yyj1435++ { + z.DecSendContainerState(codecSelfer_containerMapKey1234) + if r.TryDecodeAsNil() { + yymk1435 = "" + } else { + yymk1435 = string(r.DecodeString()) + } + + if yymg1435 { + yymv1435 = yyv1435[yymk1435] + } + z.DecSendContainerState(codecSelfer_containerMapValue1234) + if r.TryDecodeAsNil() { + yymv1435 = "" + } else { + yymv1435 = string(r.DecodeString()) + } + + if yyv1435 != nil { + yyv1435[yymk1435] = yymv1435 + } + } + } else if yyl1435 < 0 { + for yyj1435 := 0; !r.CheckBreak(); yyj1435++ { + z.DecSendContainerState(codecSelfer_containerMapKey1234) + if r.TryDecodeAsNil() { + yymk1435 = "" + } else { + yymk1435 = string(r.DecodeString()) + } + + if yymg1435 { + yymv1435 = yyv1435[yymk1435] + } + z.DecSendContainerState(codecSelfer_containerMapValue1234) + if r.TryDecodeAsNil() { + yymv1435 = "" + } else { + yymv1435 = string(r.DecodeString()) + } + + if yyv1435 != nil { + yyv1435[yymk1435] = yymv1435 + } + } + } // else len==0: TODO: Should we clear map entries? + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} diff --git a/staging/src/k8s.io/client-go/pkg/apis/componentconfig/types.go b/staging/src/k8s.io/client-go/pkg/apis/componentconfig/types.go index e8de5f8d94..f2d1abb1e4 100644 --- a/staging/src/k8s.io/client-go/pkg/apis/componentconfig/types.go +++ b/staging/src/k8s.io/client-go/pkg/apis/componentconfig/types.go @@ -326,8 +326,6 @@ type KubeletConfiguration struct { RktPath string `json:"rktPath,omitempty"` // experimentalMounterPath is the path of mounter binary. Leave empty to use the default mount path ExperimentalMounterPath string `json:"experimentalMounterPath,omitempty"` - // experimentalMounterRootfsPath is the absolute path to root filesystem for the mounter binary. - ExperimentalMounterRootfsPath string `json:"experimentalMounterRootfsPath,omitempty"` // rktApiEndpoint is the endpoint of the rkt API service to communicate with. // +optional RktAPIEndpoint string `json:"rktAPIEndpoint,omitempty"` @@ -468,6 +466,10 @@ type KubeletConfiguration struct { // TODO(#34726:1.8.0): Remove the opt-in for failing when swap is enabled. // Tells the Kubelet to fail to start if swap is enabled on the node. ExperimentalFailSwapOn bool `json:"experimentalFailSwapOn,omitempty"` + // This flag, if set, enables a check prior to mount operations to verify that the required components + // (binaries, etc.) to mount the volume are available on the underlying node. If the check is enabled + // and fails the mount operation fails. + ExperimentalCheckNodeCapabilitiesBeforeMount bool `json:"ExperimentalCheckNodeCapabilitiesBeforeMount,omitempty"` } type KubeletAuthorizationMode string diff --git a/staging/src/k8s.io/client-go/pkg/apis/componentconfig/v1alpha1/defaults.go b/staging/src/k8s.io/client-go/pkg/apis/componentconfig/v1alpha1/defaults.go index cab475efce..51a6358bb8 100644 --- a/staging/src/k8s.io/client-go/pkg/apis/componentconfig/v1alpha1/defaults.go +++ b/staging/src/k8s.io/client-go/pkg/apis/componentconfig/v1alpha1/defaults.go @@ -340,7 +340,7 @@ func SetDefaults_KubeletConfiguration(obj *KubeletConfiguration) { obj.SerializeImagePulls = boolVar(true) } if obj.SeccompProfileRoot == "" { - filepath.Join(defaultRootDir, "seccomp") + obj.SeccompProfileRoot = filepath.Join(defaultRootDir, "seccomp") } if obj.StreamingConnectionIdleTimeout == zeroDuration { obj.StreamingConnectionIdleTimeout = unversioned.Duration{Duration: 4 * time.Hour} diff --git a/staging/src/k8s.io/client-go/pkg/apis/componentconfig/v1alpha1/types.go b/staging/src/k8s.io/client-go/pkg/apis/componentconfig/v1alpha1/types.go index c405939d02..7207a860da 100644 --- a/staging/src/k8s.io/client-go/pkg/apis/componentconfig/v1alpha1/types.go +++ b/staging/src/k8s.io/client-go/pkg/apis/componentconfig/v1alpha1/types.go @@ -374,8 +374,6 @@ type KubeletConfiguration struct { // experimentalMounterPath is the path to mounter binary. If not set, kubelet will attempt to use mount // binary that is available via $PATH, ExperimentalMounterPath string `json:"experimentalMounterPath,omitempty"` - // experimentalMounterRootfsPath is the absolute path to root filesystem for the mounter binary. - ExperimentalMounterRootfsPath string `json:"experimentalMounterRootfsPath,omitempty"` // rktApiEndpoint is the endpoint of the rkt API service to communicate with. RktAPIEndpoint string `json:"rktAPIEndpoint"` // rktStage1Image is the image to use as stage1. Local paths and @@ -507,6 +505,10 @@ type KubeletConfiguration struct { // TODO(#34726:1.8.0): Remove the opt-in for failing when swap is enabled. // Tells the Kubelet to fail to start if swap is enabled on the node. ExperimentalFailSwapOn bool `json:"experimentalFailSwapOn,omitempty"` + // This flag, if set, enables a check prior to mount operations to verify that the required components + // (binaries, etc.) to mount the volume are available on the underlying node. If the check is enabled + // and fails the mount operation fails. + ExperimentalCheckNodeCapabilitiesBeforeMount bool `json:"ExperimentalCheckNodeCapabilitiesBeforeMount,omitempty"` } type KubeletAuthorizationMode string diff --git a/staging/src/k8s.io/client-go/pkg/apis/componentconfig/v1alpha1/zz_generated.conversion.go b/staging/src/k8s.io/client-go/pkg/apis/componentconfig/v1alpha1/zz_generated.conversion.go index 9301d923b7..f963032133 100644 --- a/staging/src/k8s.io/client-go/pkg/apis/componentconfig/v1alpha1/zz_generated.conversion.go +++ b/staging/src/k8s.io/client-go/pkg/apis/componentconfig/v1alpha1/zz_generated.conversion.go @@ -340,7 +340,6 @@ func autoConvert_v1alpha1_KubeletConfiguration_To_componentconfig_KubeletConfigu out.RuntimeRequestTimeout = in.RuntimeRequestTimeout out.RktPath = in.RktPath out.ExperimentalMounterPath = in.ExperimentalMounterPath - out.ExperimentalMounterRootfsPath = in.ExperimentalMounterRootfsPath out.RktAPIEndpoint = in.RktAPIEndpoint out.RktStage1Image = in.RktStage1Image if err := api.Convert_Pointer_string_To_string(&in.LockFilePath, &out.LockFilePath, s); err != nil { @@ -408,6 +407,7 @@ func autoConvert_v1alpha1_KubeletConfiguration_To_componentconfig_KubeletConfigu out.FeatureGates = in.FeatureGates out.EnableCRI = in.EnableCRI out.ExperimentalFailSwapOn = in.ExperimentalFailSwapOn + out.ExperimentalCheckNodeCapabilitiesBeforeMount = in.ExperimentalCheckNodeCapabilitiesBeforeMount return nil } @@ -509,7 +509,6 @@ func autoConvert_componentconfig_KubeletConfiguration_To_v1alpha1_KubeletConfigu out.RuntimeRequestTimeout = in.RuntimeRequestTimeout out.RktPath = in.RktPath out.ExperimentalMounterPath = in.ExperimentalMounterPath - out.ExperimentalMounterRootfsPath = in.ExperimentalMounterRootfsPath out.RktAPIEndpoint = in.RktAPIEndpoint out.RktStage1Image = in.RktStage1Image if err := api.Convert_string_To_Pointer_string(&in.LockFilePath, &out.LockFilePath, s); err != nil { @@ -577,6 +576,7 @@ func autoConvert_componentconfig_KubeletConfiguration_To_v1alpha1_KubeletConfigu out.FeatureGates = in.FeatureGates out.EnableCRI = in.EnableCRI out.ExperimentalFailSwapOn = in.ExperimentalFailSwapOn + out.ExperimentalCheckNodeCapabilitiesBeforeMount = in.ExperimentalCheckNodeCapabilitiesBeforeMount return nil } diff --git a/staging/src/k8s.io/client-go/pkg/apis/componentconfig/v1alpha1/zz_generated.deepcopy.go b/staging/src/k8s.io/client-go/pkg/apis/componentconfig/v1alpha1/zz_generated.deepcopy.go index b2b07e74ae..6ca1d8a170 100644 --- a/staging/src/k8s.io/client-go/pkg/apis/componentconfig/v1alpha1/zz_generated.deepcopy.go +++ b/staging/src/k8s.io/client-go/pkg/apis/componentconfig/v1alpha1/zz_generated.deepcopy.go @@ -316,7 +316,6 @@ func DeepCopy_v1alpha1_KubeletConfiguration(in interface{}, out interface{}, c * out.RuntimeRequestTimeout = in.RuntimeRequestTimeout out.RktPath = in.RktPath out.ExperimentalMounterPath = in.ExperimentalMounterPath - out.ExperimentalMounterRootfsPath = in.ExperimentalMounterRootfsPath out.RktAPIEndpoint = in.RktAPIEndpoint out.RktStage1Image = in.RktStage1Image if in.LockFilePath != nil { @@ -462,6 +461,7 @@ func DeepCopy_v1alpha1_KubeletConfiguration(in interface{}, out interface{}, c * out.FeatureGates = in.FeatureGates out.EnableCRI = in.EnableCRI out.ExperimentalFailSwapOn = in.ExperimentalFailSwapOn + out.ExperimentalCheckNodeCapabilitiesBeforeMount = in.ExperimentalCheckNodeCapabilitiesBeforeMount return nil } } diff --git a/staging/src/k8s.io/client-go/pkg/apis/componentconfig/zz_generated.deepcopy.go b/staging/src/k8s.io/client-go/pkg/apis/componentconfig/zz_generated.deepcopy.go index ffb27e1390..f952693d03 100644 --- a/staging/src/k8s.io/client-go/pkg/apis/componentconfig/zz_generated.deepcopy.go +++ b/staging/src/k8s.io/client-go/pkg/apis/componentconfig/zz_generated.deepcopy.go @@ -319,7 +319,6 @@ func DeepCopy_componentconfig_KubeletConfiguration(in interface{}, out interface out.RuntimeRequestTimeout = in.RuntimeRequestTimeout out.RktPath = in.RktPath out.ExperimentalMounterPath = in.ExperimentalMounterPath - out.ExperimentalMounterRootfsPath = in.ExperimentalMounterRootfsPath out.RktAPIEndpoint = in.RktAPIEndpoint out.RktStage1Image = in.RktStage1Image out.LockFilePath = in.LockFilePath @@ -393,6 +392,7 @@ func DeepCopy_componentconfig_KubeletConfiguration(in interface{}, out interface out.FeatureGates = in.FeatureGates out.EnableCRI = in.EnableCRI out.ExperimentalFailSwapOn = in.ExperimentalFailSwapOn + out.ExperimentalCheckNodeCapabilitiesBeforeMount = in.ExperimentalCheckNodeCapabilitiesBeforeMount return nil } } diff --git a/staging/src/k8s.io/client-go/pkg/apis/extensions/types.go b/staging/src/k8s.io/client-go/pkg/apis/extensions/types.go index d66283e027..a932322618 100644 --- a/staging/src/k8s.io/client-go/pkg/apis/extensions/types.go +++ b/staging/src/k8s.io/client-go/pkg/apis/extensions/types.go @@ -898,6 +898,7 @@ var ( VsphereVolume FSType = "vsphereVolume" Quobyte FSType = "quobyte" AzureDisk FSType = "azureDisk" + PhotonPersistentDisk FSType = "photonPersistentDisk" All FSType = "*" ) diff --git a/staging/src/k8s.io/client-go/pkg/apis/policy/types.generated.go b/staging/src/k8s.io/client-go/pkg/apis/policy/types.generated.go index 4776790e8a..fd1a669b70 100644 --- a/staging/src/k8s.io/client-go/pkg/apis/policy/types.generated.go +++ b/staging/src/k8s.io/client-go/pkg/apis/policy/types.generated.go @@ -362,12 +362,13 @@ func (x *PodDisruptionBudgetStatus) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep24 := !z.EncBinary() yy2arr24 := z.EncBasicHandle().StructToArray - var yyq24 [5]bool + var yyq24 [6]bool _, _, _ = yysep24, yyq24, yy2arr24 const yyr24 bool = false + yyq24[0] = x.ObservedGeneration != 0 var yynn24 int if yyr24 || yy2arr24 { - r.EncodeArrayStart(5) + r.EncodeArrayStart(6) } else { yynn24 = 5 for _, b := range yyq24 { @@ -380,78 +381,27 @@ func (x *PodDisruptionBudgetStatus) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr24 || yy2arr24 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym26 := z.EncBinary() - _ = yym26 - if false { + if yyq24[0] { + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeInt(int64(x.ObservedGeneration)) + } } else { - r.EncodeInt(int64(x.PodDisruptionsAllowed)) + r.EncodeInt(0) } } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("disruptionsAllowed")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym27 := z.EncBinary() - _ = yym27 - if false { - } else { - r.EncodeInt(int64(x.PodDisruptionsAllowed)) - } - } - if yyr24 || yy2arr24 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym29 := z.EncBinary() - _ = yym29 - if false { - } else { - r.EncodeInt(int64(x.CurrentHealthy)) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("currentHealthy")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym30 := z.EncBinary() - _ = yym30 - if false { - } else { - r.EncodeInt(int64(x.CurrentHealthy)) - } - } - if yyr24 || yy2arr24 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym32 := z.EncBinary() - _ = yym32 - if false { - } else { - r.EncodeInt(int64(x.DesiredHealthy)) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("desiredHealthy")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym33 := z.EncBinary() - _ = yym33 - if false { - } else { - r.EncodeInt(int64(x.DesiredHealthy)) - } - } - if yyr24 || yy2arr24 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym35 := z.EncBinary() - _ = yym35 - if false { - } else { - r.EncodeInt(int64(x.ExpectedPods)) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("expectedPods")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym36 := z.EncBinary() - _ = yym36 - if false { - } else { - r.EncodeInt(int64(x.ExpectedPods)) + if yyq24[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("observedGeneration")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym27 := z.EncBinary() + _ = yym27 + if false { + } else { + r.EncodeInt(int64(x.ObservedGeneration)) + } } } if yyr24 || yy2arr24 { @@ -459,8 +409,8 @@ func (x *PodDisruptionBudgetStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x.DisruptedPods == nil { r.EncodeNil() } else { - yym38 := z.EncBinary() - _ = yym38 + yym29 := z.EncBinary() + _ = yym29 if false { } else { h.encMapstringunversioned_Time((map[string]pkg2_unversioned.Time)(x.DisruptedPods), e) @@ -473,14 +423,90 @@ func (x *PodDisruptionBudgetStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x.DisruptedPods == nil { r.EncodeNil() } else { - yym39 := z.EncBinary() - _ = yym39 + yym30 := z.EncBinary() + _ = yym30 if false { } else { h.encMapstringunversioned_Time((map[string]pkg2_unversioned.Time)(x.DisruptedPods), e) } } } + if yyr24 || yy2arr24 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeInt(int64(x.PodDisruptionsAllowed)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("disruptionsAllowed")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym33 := z.EncBinary() + _ = yym33 + if false { + } else { + r.EncodeInt(int64(x.PodDisruptionsAllowed)) + } + } + if yyr24 || yy2arr24 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym35 := z.EncBinary() + _ = yym35 + if false { + } else { + r.EncodeInt(int64(x.CurrentHealthy)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("currentHealthy")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym36 := z.EncBinary() + _ = yym36 + if false { + } else { + r.EncodeInt(int64(x.CurrentHealthy)) + } + } + if yyr24 || yy2arr24 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym38 := z.EncBinary() + _ = yym38 + if false { + } else { + r.EncodeInt(int64(x.DesiredHealthy)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("desiredHealthy")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym39 := z.EncBinary() + _ = yym39 + if false { + } else { + r.EncodeInt(int64(x.DesiredHealthy)) + } + } + if yyr24 || yy2arr24 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym41 := z.EncBinary() + _ = yym41 + if false { + } else { + r.EncodeInt(int64(x.ExpectedPods)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("expectedPods")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym42 := z.EncBinary() + _ = yym42 + if false { + } else { + r.EncodeInt(int64(x.ExpectedPods)) + } + } if yyr24 || yy2arr24 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { @@ -494,25 +520,25 @@ func (x *PodDisruptionBudgetStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym40 := z.DecBinary() - _ = yym40 + yym43 := z.DecBinary() + _ = yym43 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct41 := r.ContainerType() - if yyct41 == codecSelferValueTypeMap1234 { - yyl41 := r.ReadMapStart() - if yyl41 == 0 { + yyct44 := r.ContainerType() + if yyct44 == codecSelferValueTypeMap1234 { + yyl44 := r.ReadMapStart() + if yyl44 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl41, d) + x.codecDecodeSelfFromMap(yyl44, d) } - } else if yyct41 == codecSelferValueTypeArray1234 { - yyl41 := r.ReadArrayStart() - if yyl41 == 0 { + } else if yyct44 == codecSelferValueTypeArray1234 { + yyl44 := r.ReadArrayStart() + if yyl44 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl41, d) + x.codecDecodeSelfFromArray(yyl44, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -524,12 +550,12 @@ func (x *PodDisruptionBudgetStatus) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys42Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys42Slc - var yyhl42 bool = l >= 0 - for yyj42 := 0; ; yyj42++ { - if yyhl42 { - if yyj42 >= l { + var yys45Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys45Slc + var yyhl45 bool = l >= 0 + for yyj45 := 0; ; yyj45++ { + if yyhl45 { + if yyj45 >= l { break } } else { @@ -538,10 +564,28 @@ func (x *PodDisruptionBudgetStatus) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys42Slc = r.DecodeBytes(yys42Slc, true, true) - yys42 := string(yys42Slc) + yys45Slc = r.DecodeBytes(yys45Slc, true, true) + yys45 := string(yys45Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys42 { + switch yys45 { + case "observedGeneration": + if r.TryDecodeAsNil() { + x.ObservedGeneration = 0 + } else { + x.ObservedGeneration = int64(r.DecodeInt(64)) + } + case "disruptedPods": + if r.TryDecodeAsNil() { + x.DisruptedPods = nil + } else { + yyv47 := &x.DisruptedPods + yym48 := z.DecBinary() + _ = yym48 + if false { + } else { + h.decMapstringunversioned_Time((*map[string]pkg2_unversioned.Time)(yyv47), d) + } + } case "disruptionsAllowed": if r.TryDecodeAsNil() { x.PodDisruptionsAllowed = 0 @@ -566,22 +610,10 @@ func (x *PodDisruptionBudgetStatus) codecDecodeSelfFromMap(l int, d *codec1978.D } else { x.ExpectedPods = int32(r.DecodeInt(32)) } - case "disruptedPods": - if r.TryDecodeAsNil() { - x.DisruptedPods = nil - } else { - yyv47 := &x.DisruptedPods - yym48 := z.DecBinary() - _ = yym48 - if false { - } else { - h.decMapstringunversioned_Time((*map[string]pkg2_unversioned.Time)(yyv47), d) - } - } default: - z.DecStructFieldNotFound(-1, yys42) - } // end switch yys42 - } // end for yyj42 + z.DecStructFieldNotFound(-1, yys45) + } // end switch yys45 + } // end for yyj45 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -589,16 +621,54 @@ func (x *PodDisruptionBudgetStatus) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj49 int - var yyb49 bool - var yyhl49 bool = l >= 0 - yyj49++ - if yyhl49 { - yyb49 = yyj49 > l + var yyj53 int + var yyb53 bool + var yyhl53 bool = l >= 0 + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l } else { - yyb49 = r.CheckBreak() + yyb53 = r.CheckBreak() } - if yyb49 { + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ObservedGeneration = 0 + } else { + x.ObservedGeneration = int64(r.DecodeInt(64)) + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.DisruptedPods = nil + } else { + yyv55 := &x.DisruptedPods + yym56 := z.DecBinary() + _ = yym56 + if false { + } else { + h.decMapstringunversioned_Time((*map[string]pkg2_unversioned.Time)(yyv55), d) + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -608,13 +678,13 @@ func (x *PodDisruptionBudgetStatus) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.PodDisruptionsAllowed = int32(r.DecodeInt(32)) } - yyj49++ - if yyhl49 { - yyb49 = yyj49 > l + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l } else { - yyb49 = r.CheckBreak() + yyb53 = r.CheckBreak() } - if yyb49 { + if yyb53 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -624,13 +694,13 @@ func (x *PodDisruptionBudgetStatus) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.CurrentHealthy = int32(r.DecodeInt(32)) } - yyj49++ - if yyhl49 { - yyb49 = yyj49 > l + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l } else { - yyb49 = r.CheckBreak() + yyb53 = r.CheckBreak() } - if yyb49 { + if yyb53 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -640,13 +710,13 @@ func (x *PodDisruptionBudgetStatus) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.DesiredHealthy = int32(r.DecodeInt(32)) } - yyj49++ - if yyhl49 { - yyb49 = yyj49 > l + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l } else { - yyb49 = r.CheckBreak() + yyb53 = r.CheckBreak() } - if yyb49 { + if yyb53 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -656,40 +726,18 @@ func (x *PodDisruptionBudgetStatus) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.ExpectedPods = int32(r.DecodeInt(32)) } - yyj49++ - if yyhl49 { - yyb49 = yyj49 > l - } else { - yyb49 = r.CheckBreak() - } - if yyb49 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.DisruptedPods = nil - } else { - yyv54 := &x.DisruptedPods - yym55 := z.DecBinary() - _ = yym55 - if false { - } else { - h.decMapstringunversioned_Time((*map[string]pkg2_unversioned.Time)(yyv54), d) - } - } for { - yyj49++ - if yyhl49 { - yyb49 = yyj49 > l + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l } else { - yyb49 = r.CheckBreak() + yyb53 = r.CheckBreak() } - if yyb49 { + if yyb53 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj49-1, "") + z.DecStructFieldNotFound(yyj53-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -701,39 +749,39 @@ func (x *PodDisruptionBudget) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym56 := z.EncBinary() - _ = yym56 + yym61 := z.EncBinary() + _ = yym61 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep57 := !z.EncBinary() - yy2arr57 := z.EncBasicHandle().StructToArray - var yyq57 [5]bool - _, _, _ = yysep57, yyq57, yy2arr57 - const yyr57 bool = false - yyq57[0] = x.Kind != "" - yyq57[1] = x.APIVersion != "" - yyq57[2] = true - yyq57[3] = true - yyq57[4] = true - var yynn57 int - if yyr57 || yy2arr57 { + yysep62 := !z.EncBinary() + yy2arr62 := z.EncBasicHandle().StructToArray + var yyq62 [5]bool + _, _, _ = yysep62, yyq62, yy2arr62 + const yyr62 bool = false + yyq62[0] = x.Kind != "" + yyq62[1] = x.APIVersion != "" + yyq62[2] = true + yyq62[3] = true + yyq62[4] = true + var yynn62 int + if yyr62 || yy2arr62 { r.EncodeArrayStart(5) } else { - yynn57 = 0 - for _, b := range yyq57 { + yynn62 = 0 + for _, b := range yyq62 { if b { - yynn57++ + yynn62++ } } - r.EncodeMapStart(yynn57) - yynn57 = 0 + r.EncodeMapStart(yynn62) + yynn62 = 0 } - if yyr57 || yy2arr57 { + if yyr62 || yy2arr62 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq57[0] { - yym59 := z.EncBinary() - _ = yym59 + if yyq62[0] { + yym64 := z.EncBinary() + _ = yym64 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -742,23 +790,23 @@ func (x *PodDisruptionBudget) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq57[0] { + if yyq62[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym60 := z.EncBinary() - _ = yym60 + yym65 := z.EncBinary() + _ = yym65 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr57 || yy2arr57 { + if yyr62 || yy2arr62 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq57[1] { - yym62 := z.EncBinary() - _ = yym62 + if yyq62[1] { + yym67 := z.EncBinary() + _ = yym67 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -767,70 +815,70 @@ func (x *PodDisruptionBudget) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq57[1] { + if yyq62[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym63 := z.EncBinary() - _ = yym63 + yym68 := z.EncBinary() + _ = yym68 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr57 || yy2arr57 { + if yyr62 || yy2arr62 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq57[2] { - yy65 := &x.ObjectMeta - yy65.CodecEncodeSelf(e) + if yyq62[2] { + yy70 := &x.ObjectMeta + yy70.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq57[2] { + if yyq62[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy66 := &x.ObjectMeta - yy66.CodecEncodeSelf(e) + yy71 := &x.ObjectMeta + yy71.CodecEncodeSelf(e) } } - if yyr57 || yy2arr57 { + if yyr62 || yy2arr62 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq57[3] { - yy68 := &x.Spec - yy68.CodecEncodeSelf(e) + if yyq62[3] { + yy73 := &x.Spec + yy73.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq57[3] { + if yyq62[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy69 := &x.Spec - yy69.CodecEncodeSelf(e) + yy74 := &x.Spec + yy74.CodecEncodeSelf(e) } } - if yyr57 || yy2arr57 { + if yyr62 || yy2arr62 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq57[4] { - yy71 := &x.Status - yy71.CodecEncodeSelf(e) + if yyq62[4] { + yy76 := &x.Status + yy76.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq57[4] { + if yyq62[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy72 := &x.Status - yy72.CodecEncodeSelf(e) + yy77 := &x.Status + yy77.CodecEncodeSelf(e) } } - if yyr57 || yy2arr57 { + if yyr62 || yy2arr62 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -843,25 +891,25 @@ func (x *PodDisruptionBudget) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym73 := z.DecBinary() - _ = yym73 + yym78 := z.DecBinary() + _ = yym78 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct74 := r.ContainerType() - if yyct74 == codecSelferValueTypeMap1234 { - yyl74 := r.ReadMapStart() - if yyl74 == 0 { + yyct79 := r.ContainerType() + if yyct79 == codecSelferValueTypeMap1234 { + yyl79 := r.ReadMapStart() + if yyl79 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl74, d) + x.codecDecodeSelfFromMap(yyl79, d) } - } else if yyct74 == codecSelferValueTypeArray1234 { - yyl74 := r.ReadArrayStart() - if yyl74 == 0 { + } else if yyct79 == codecSelferValueTypeArray1234 { + yyl79 := r.ReadArrayStart() + if yyl79 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl74, d) + x.codecDecodeSelfFromArray(yyl79, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -873,12 +921,12 @@ func (x *PodDisruptionBudget) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys75Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys75Slc - var yyhl75 bool = l >= 0 - for yyj75 := 0; ; yyj75++ { - if yyhl75 { - if yyj75 >= l { + var yys80Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys80Slc + var yyhl80 bool = l >= 0 + for yyj80 := 0; ; yyj80++ { + if yyhl80 { + if yyj80 >= l { break } } else { @@ -887,10 +935,10 @@ func (x *PodDisruptionBudget) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys75Slc = r.DecodeBytes(yys75Slc, true, true) - yys75 := string(yys75Slc) + yys80Slc = r.DecodeBytes(yys80Slc, true, true) + yys80 := string(yys80Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys75 { + switch yys80 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -907,27 +955,27 @@ func (x *PodDisruptionBudget) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ObjectMeta = pkg3_api.ObjectMeta{} } else { - yyv78 := &x.ObjectMeta - yyv78.CodecDecodeSelf(d) + yyv83 := &x.ObjectMeta + yyv83.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodDisruptionBudgetSpec{} } else { - yyv79 := &x.Spec - yyv79.CodecDecodeSelf(d) + yyv84 := &x.Spec + yyv84.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodDisruptionBudgetStatus{} } else { - yyv80 := &x.Status - yyv80.CodecDecodeSelf(d) + yyv85 := &x.Status + yyv85.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys75) - } // end switch yys75 - } // end for yyj75 + z.DecStructFieldNotFound(-1, yys80) + } // end switch yys80 + } // end for yyj80 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -935,16 +983,16 @@ func (x *PodDisruptionBudget) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj81 int - var yyb81 bool - var yyhl81 bool = l >= 0 - yyj81++ - if yyhl81 { - yyb81 = yyj81 > l + var yyj86 int + var yyb86 bool + var yyhl86 bool = l >= 0 + yyj86++ + if yyhl86 { + yyb86 = yyj86 > l } else { - yyb81 = r.CheckBreak() + yyb86 = r.CheckBreak() } - if yyb81 { + if yyb86 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -954,13 +1002,13 @@ func (x *PodDisruptionBudget) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj81++ - if yyhl81 { - yyb81 = yyj81 > l + yyj86++ + if yyhl86 { + yyb86 = yyj86 > l } else { - yyb81 = r.CheckBreak() + yyb86 = r.CheckBreak() } - if yyb81 { + if yyb86 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -970,13 +1018,13 @@ func (x *PodDisruptionBudget) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj81++ - if yyhl81 { - yyb81 = yyj81 > l + yyj86++ + if yyhl86 { + yyb86 = yyj86 > l } else { - yyb81 = r.CheckBreak() + yyb86 = r.CheckBreak() } - if yyb81 { + if yyb86 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -984,16 +1032,16 @@ func (x *PodDisruptionBudget) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ObjectMeta = pkg3_api.ObjectMeta{} } else { - yyv84 := &x.ObjectMeta - yyv84.CodecDecodeSelf(d) + yyv89 := &x.ObjectMeta + yyv89.CodecDecodeSelf(d) } - yyj81++ - if yyhl81 { - yyb81 = yyj81 > l + yyj86++ + if yyhl86 { + yyb86 = yyj86 > l } else { - yyb81 = r.CheckBreak() + yyb86 = r.CheckBreak() } - if yyb81 { + if yyb86 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -1001,16 +1049,16 @@ func (x *PodDisruptionBudget) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Spec = PodDisruptionBudgetSpec{} } else { - yyv85 := &x.Spec - yyv85.CodecDecodeSelf(d) + yyv90 := &x.Spec + yyv90.CodecDecodeSelf(d) } - yyj81++ - if yyhl81 { - yyb81 = yyj81 > l + yyj86++ + if yyhl86 { + yyb86 = yyj86 > l } else { - yyb81 = r.CheckBreak() + yyb86 = r.CheckBreak() } - if yyb81 { + if yyb86 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -1018,21 +1066,21 @@ func (x *PodDisruptionBudget) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Status = PodDisruptionBudgetStatus{} } else { - yyv86 := &x.Status - yyv86.CodecDecodeSelf(d) + yyv91 := &x.Status + yyv91.CodecDecodeSelf(d) } for { - yyj81++ - if yyhl81 { - yyb81 = yyj81 > l + yyj86++ + if yyhl86 { + yyb86 = yyj86 > l } else { - yyb81 = r.CheckBreak() + yyb86 = r.CheckBreak() } - if yyb81 { + if yyb86 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj81-1, "") + z.DecStructFieldNotFound(yyj86-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -1044,37 +1092,37 @@ func (x *PodDisruptionBudgetList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym87 := z.EncBinary() - _ = yym87 + yym92 := z.EncBinary() + _ = yym92 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep88 := !z.EncBinary() - yy2arr88 := z.EncBasicHandle().StructToArray - var yyq88 [4]bool - _, _, _ = yysep88, yyq88, yy2arr88 - const yyr88 bool = false - yyq88[0] = x.Kind != "" - yyq88[1] = x.APIVersion != "" - yyq88[2] = true - var yynn88 int - if yyr88 || yy2arr88 { + yysep93 := !z.EncBinary() + yy2arr93 := z.EncBasicHandle().StructToArray + var yyq93 [4]bool + _, _, _ = yysep93, yyq93, yy2arr93 + const yyr93 bool = false + yyq93[0] = x.Kind != "" + yyq93[1] = x.APIVersion != "" + yyq93[2] = true + var yynn93 int + if yyr93 || yy2arr93 { r.EncodeArrayStart(4) } else { - yynn88 = 1 - for _, b := range yyq88 { + yynn93 = 1 + for _, b := range yyq93 { if b { - yynn88++ + yynn93++ } } - r.EncodeMapStart(yynn88) - yynn88 = 0 + r.EncodeMapStart(yynn93) + yynn93 = 0 } - if yyr88 || yy2arr88 { + if yyr93 || yy2arr93 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq88[0] { - yym90 := z.EncBinary() - _ = yym90 + if yyq93[0] { + yym95 := z.EncBinary() + _ = yym95 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -1083,23 +1131,23 @@ func (x *PodDisruptionBudgetList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq88[0] { + if yyq93[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym91 := z.EncBinary() - _ = yym91 + yym96 := z.EncBinary() + _ = yym96 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr88 || yy2arr88 { + if yyr93 || yy2arr93 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq88[1] { - yym93 := z.EncBinary() - _ = yym93 + if yyq93[1] { + yym98 := z.EncBinary() + _ = yym98 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -1108,54 +1156,54 @@ func (x *PodDisruptionBudgetList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq88[1] { + if yyq93[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym94 := z.EncBinary() - _ = yym94 + yym99 := z.EncBinary() + _ = yym99 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr88 || yy2arr88 { + if yyr93 || yy2arr93 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq88[2] { - yy96 := &x.ListMeta - yym97 := z.EncBinary() - _ = yym97 + if yyq93[2] { + yy101 := &x.ListMeta + yym102 := z.EncBinary() + _ = yym102 if false { - } else if z.HasExtensions() && z.EncExt(yy96) { + } else if z.HasExtensions() && z.EncExt(yy101) { } else { - z.EncFallback(yy96) + z.EncFallback(yy101) } } else { r.EncodeNil() } } else { - if yyq88[2] { + if yyq93[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy98 := &x.ListMeta - yym99 := z.EncBinary() - _ = yym99 + yy103 := &x.ListMeta + yym104 := z.EncBinary() + _ = yym104 if false { - } else if z.HasExtensions() && z.EncExt(yy98) { + } else if z.HasExtensions() && z.EncExt(yy103) { } else { - z.EncFallback(yy98) + z.EncFallback(yy103) } } } - if yyr88 || yy2arr88 { + if yyr93 || yy2arr93 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym101 := z.EncBinary() - _ = yym101 + yym106 := z.EncBinary() + _ = yym106 if false { } else { h.encSlicePodDisruptionBudget(([]PodDisruptionBudget)(x.Items), e) @@ -1168,15 +1216,15 @@ func (x *PodDisruptionBudgetList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym102 := z.EncBinary() - _ = yym102 + yym107 := z.EncBinary() + _ = yym107 if false { } else { h.encSlicePodDisruptionBudget(([]PodDisruptionBudget)(x.Items), e) } } } - if yyr88 || yy2arr88 { + if yyr93 || yy2arr93 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -1189,25 +1237,25 @@ func (x *PodDisruptionBudgetList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym103 := z.DecBinary() - _ = yym103 + yym108 := z.DecBinary() + _ = yym108 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct104 := r.ContainerType() - if yyct104 == codecSelferValueTypeMap1234 { - yyl104 := r.ReadMapStart() - if yyl104 == 0 { + yyct109 := r.ContainerType() + if yyct109 == codecSelferValueTypeMap1234 { + yyl109 := r.ReadMapStart() + if yyl109 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl104, d) + x.codecDecodeSelfFromMap(yyl109, d) } - } else if yyct104 == codecSelferValueTypeArray1234 { - yyl104 := r.ReadArrayStart() - if yyl104 == 0 { + } else if yyct109 == codecSelferValueTypeArray1234 { + yyl109 := r.ReadArrayStart() + if yyl109 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl104, d) + x.codecDecodeSelfFromArray(yyl109, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -1219,12 +1267,12 @@ func (x *PodDisruptionBudgetList) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys105Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys105Slc - var yyhl105 bool = l >= 0 - for yyj105 := 0; ; yyj105++ { - if yyhl105 { - if yyj105 >= l { + var yys110Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys110Slc + var yyhl110 bool = l >= 0 + for yyj110 := 0; ; yyj110++ { + if yyhl110 { + if yyj110 >= l { break } } else { @@ -1233,10 +1281,10 @@ func (x *PodDisruptionBudgetList) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys105Slc = r.DecodeBytes(yys105Slc, true, true) - yys105 := string(yys105Slc) + yys110Slc = r.DecodeBytes(yys110Slc, true, true) + yys110 := string(yys110Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys105 { + switch yys110 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -1253,31 +1301,31 @@ func (x *PodDisruptionBudgetList) codecDecodeSelfFromMap(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv108 := &x.ListMeta - yym109 := z.DecBinary() - _ = yym109 + yyv113 := &x.ListMeta + yym114 := z.DecBinary() + _ = yym114 if false { - } else if z.HasExtensions() && z.DecExt(yyv108) { + } else if z.HasExtensions() && z.DecExt(yyv113) { } else { - z.DecFallback(yyv108, false) + z.DecFallback(yyv113, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv110 := &x.Items - yym111 := z.DecBinary() - _ = yym111 + yyv115 := &x.Items + yym116 := z.DecBinary() + _ = yym116 if false { } else { - h.decSlicePodDisruptionBudget((*[]PodDisruptionBudget)(yyv110), d) + h.decSlicePodDisruptionBudget((*[]PodDisruptionBudget)(yyv115), d) } } default: - z.DecStructFieldNotFound(-1, yys105) - } // end switch yys105 - } // end for yyj105 + z.DecStructFieldNotFound(-1, yys110) + } // end switch yys110 + } // end for yyj110 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -1285,16 +1333,16 @@ func (x *PodDisruptionBudgetList) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj112 int - var yyb112 bool - var yyhl112 bool = l >= 0 - yyj112++ - if yyhl112 { - yyb112 = yyj112 > l + var yyj117 int + var yyb117 bool + var yyhl117 bool = l >= 0 + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l } else { - yyb112 = r.CheckBreak() + yyb117 = r.CheckBreak() } - if yyb112 { + if yyb117 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -1304,13 +1352,13 @@ func (x *PodDisruptionBudgetList) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Kind = string(r.DecodeString()) } - yyj112++ - if yyhl112 { - yyb112 = yyj112 > l + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l } else { - yyb112 = r.CheckBreak() + yyb117 = r.CheckBreak() } - if yyb112 { + if yyb117 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -1320,13 +1368,13 @@ func (x *PodDisruptionBudgetList) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.APIVersion = string(r.DecodeString()) } - yyj112++ - if yyhl112 { - yyb112 = yyj112 > l + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l } else { - yyb112 = r.CheckBreak() + yyb117 = r.CheckBreak() } - if yyb112 { + if yyb117 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -1334,22 +1382,22 @@ func (x *PodDisruptionBudgetList) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv115 := &x.ListMeta - yym116 := z.DecBinary() - _ = yym116 + yyv120 := &x.ListMeta + yym121 := z.DecBinary() + _ = yym121 if false { - } else if z.HasExtensions() && z.DecExt(yyv115) { + } else if z.HasExtensions() && z.DecExt(yyv120) { } else { - z.DecFallback(yyv115, false) + z.DecFallback(yyv120, false) } } - yyj112++ - if yyhl112 { - yyb112 = yyj112 > l + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l } else { - yyb112 = r.CheckBreak() + yyb117 = r.CheckBreak() } - if yyb112 { + if yyb117 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -1357,26 +1405,26 @@ func (x *PodDisruptionBudgetList) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Items = nil } else { - yyv117 := &x.Items - yym118 := z.DecBinary() - _ = yym118 + yyv122 := &x.Items + yym123 := z.DecBinary() + _ = yym123 if false { } else { - h.decSlicePodDisruptionBudget((*[]PodDisruptionBudget)(yyv117), d) + h.decSlicePodDisruptionBudget((*[]PodDisruptionBudget)(yyv122), d) } } for { - yyj112++ - if yyhl112 { - yyb112 = yyj112 > l + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l } else { - yyb112 = r.CheckBreak() + yyb117 = r.CheckBreak() } - if yyb112 { + if yyb117 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj112-1, "") + z.DecStructFieldNotFound(yyj117-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -1388,38 +1436,38 @@ func (x *Eviction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym119 := z.EncBinary() - _ = yym119 + yym124 := z.EncBinary() + _ = yym124 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep120 := !z.EncBinary() - yy2arr120 := z.EncBasicHandle().StructToArray - var yyq120 [4]bool - _, _, _ = yysep120, yyq120, yy2arr120 - const yyr120 bool = false - yyq120[0] = x.Kind != "" - yyq120[1] = x.APIVersion != "" - yyq120[2] = true - yyq120[3] = x.DeleteOptions != nil - var yynn120 int - if yyr120 || yy2arr120 { + yysep125 := !z.EncBinary() + yy2arr125 := z.EncBasicHandle().StructToArray + var yyq125 [4]bool + _, _, _ = yysep125, yyq125, yy2arr125 + const yyr125 bool = false + yyq125[0] = x.Kind != "" + yyq125[1] = x.APIVersion != "" + yyq125[2] = true + yyq125[3] = x.DeleteOptions != nil + var yynn125 int + if yyr125 || yy2arr125 { r.EncodeArrayStart(4) } else { - yynn120 = 0 - for _, b := range yyq120 { + yynn125 = 0 + for _, b := range yyq125 { if b { - yynn120++ + yynn125++ } } - r.EncodeMapStart(yynn120) - yynn120 = 0 + r.EncodeMapStart(yynn125) + yynn125 = 0 } - if yyr120 || yy2arr120 { + if yyr125 || yy2arr125 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq120[0] { - yym122 := z.EncBinary() - _ = yym122 + if yyq125[0] { + yym127 := z.EncBinary() + _ = yym127 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -1428,23 +1476,23 @@ func (x *Eviction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq120[0] { + if yyq125[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym123 := z.EncBinary() - _ = yym123 + yym128 := z.EncBinary() + _ = yym128 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr120 || yy2arr120 { + if yyr125 || yy2arr125 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq120[1] { - yym125 := z.EncBinary() - _ = yym125 + if yyq125[1] { + yym130 := z.EncBinary() + _ = yym130 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -1453,38 +1501,38 @@ func (x *Eviction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq120[1] { + if yyq125[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym126 := z.EncBinary() - _ = yym126 + yym131 := z.EncBinary() + _ = yym131 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr120 || yy2arr120 { + if yyr125 || yy2arr125 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq120[2] { - yy128 := &x.ObjectMeta - yy128.CodecEncodeSelf(e) + if yyq125[2] { + yy133 := &x.ObjectMeta + yy133.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq120[2] { + if yyq125[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy129 := &x.ObjectMeta - yy129.CodecEncodeSelf(e) + yy134 := &x.ObjectMeta + yy134.CodecEncodeSelf(e) } } - if yyr120 || yy2arr120 { + if yyr125 || yy2arr125 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq120[3] { + if yyq125[3] { if x.DeleteOptions == nil { r.EncodeNil() } else { @@ -1494,7 +1542,7 @@ func (x *Eviction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq120[3] { + if yyq125[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("deleteOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -1505,7 +1553,7 @@ func (x *Eviction) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr120 || yy2arr120 { + if yyr125 || yy2arr125 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -1518,25 +1566,25 @@ func (x *Eviction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym131 := z.DecBinary() - _ = yym131 + yym136 := z.DecBinary() + _ = yym136 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct132 := r.ContainerType() - if yyct132 == codecSelferValueTypeMap1234 { - yyl132 := r.ReadMapStart() - if yyl132 == 0 { + yyct137 := r.ContainerType() + if yyct137 == codecSelferValueTypeMap1234 { + yyl137 := r.ReadMapStart() + if yyl137 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl132, d) + x.codecDecodeSelfFromMap(yyl137, d) } - } else if yyct132 == codecSelferValueTypeArray1234 { - yyl132 := r.ReadArrayStart() - if yyl132 == 0 { + } else if yyct137 == codecSelferValueTypeArray1234 { + yyl137 := r.ReadArrayStart() + if yyl137 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl132, d) + x.codecDecodeSelfFromArray(yyl137, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -1548,12 +1596,12 @@ func (x *Eviction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys133Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys133Slc - var yyhl133 bool = l >= 0 - for yyj133 := 0; ; yyj133++ { - if yyhl133 { - if yyj133 >= l { + var yys138Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys138Slc + var yyhl138 bool = l >= 0 + for yyj138 := 0; ; yyj138++ { + if yyhl138 { + if yyj138 >= l { break } } else { @@ -1562,10 +1610,10 @@ func (x *Eviction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys133Slc = r.DecodeBytes(yys133Slc, true, true) - yys133 := string(yys133Slc) + yys138Slc = r.DecodeBytes(yys138Slc, true, true) + yys138 := string(yys138Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys133 { + switch yys138 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -1582,8 +1630,8 @@ func (x *Eviction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg3_api.ObjectMeta{} } else { - yyv136 := &x.ObjectMeta - yyv136.CodecDecodeSelf(d) + yyv141 := &x.ObjectMeta + yyv141.CodecDecodeSelf(d) } case "deleteOptions": if r.TryDecodeAsNil() { @@ -1597,9 +1645,9 @@ func (x *Eviction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.DeleteOptions.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys133) - } // end switch yys133 - } // end for yyj133 + z.DecStructFieldNotFound(-1, yys138) + } // end switch yys138 + } // end for yyj138 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -1607,16 +1655,16 @@ func (x *Eviction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj138 int - var yyb138 bool - var yyhl138 bool = l >= 0 - yyj138++ - if yyhl138 { - yyb138 = yyj138 > l + var yyj143 int + var yyb143 bool + var yyhl143 bool = l >= 0 + yyj143++ + if yyhl143 { + yyb143 = yyj143 > l } else { - yyb138 = r.CheckBreak() + yyb143 = r.CheckBreak() } - if yyb138 { + if yyb143 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -1626,13 +1674,13 @@ func (x *Eviction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj138++ - if yyhl138 { - yyb138 = yyj138 > l + yyj143++ + if yyhl143 { + yyb143 = yyj143 > l } else { - yyb138 = r.CheckBreak() + yyb143 = r.CheckBreak() } - if yyb138 { + if yyb143 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -1642,13 +1690,13 @@ func (x *Eviction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj138++ - if yyhl138 { - yyb138 = yyj138 > l + yyj143++ + if yyhl143 { + yyb143 = yyj143 > l } else { - yyb138 = r.CheckBreak() + yyb143 = r.CheckBreak() } - if yyb138 { + if yyb143 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -1656,16 +1704,16 @@ func (x *Eviction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg3_api.ObjectMeta{} } else { - yyv141 := &x.ObjectMeta - yyv141.CodecDecodeSelf(d) + yyv146 := &x.ObjectMeta + yyv146.CodecDecodeSelf(d) } - yyj138++ - if yyhl138 { - yyb138 = yyj138 > l + yyj143++ + if yyhl143 { + yyb143 = yyj143 > l } else { - yyb138 = r.CheckBreak() + yyb143 = r.CheckBreak() } - if yyb138 { + if yyb143 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -1681,17 +1729,17 @@ func (x *Eviction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.DeleteOptions.CodecDecodeSelf(d) } for { - yyj138++ - if yyhl138 { - yyb138 = yyj138 > l + yyj143++ + if yyhl143 { + yyb143 = yyj143 > l } else { - yyb138 = r.CheckBreak() + yyb143 = r.CheckBreak() } - if yyb138 { + if yyb143 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj138-1, "") + z.DecStructFieldNotFound(yyj143-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -1701,26 +1749,26 @@ func (x codecSelfer1234) encMapstringunversioned_Time(v map[string]pkg2_unversio z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk143, yyv143 := range v { + for yyk148, yyv148 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yym144 := z.EncBinary() - _ = yym144 + yym149 := z.EncBinary() + _ = yym149 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yyk143)) + r.EncodeString(codecSelferC_UTF81234, string(yyk148)) } z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy145 := &yyv143 - yym146 := z.EncBinary() - _ = yym146 + yy150 := &yyv148 + yym151 := z.EncBinary() + _ = yym151 if false { - } else if z.HasExtensions() && z.EncExt(yy145) { - } else if yym146 { - z.EncBinaryMarshal(yy145) - } else if !yym146 && z.IsJSONHandle() { - z.EncJSONMarshal(yy145) + } else if z.HasExtensions() && z.EncExt(yy150) { + } else if yym151 { + z.EncBinaryMarshal(yy150) + } else if !yym151 && z.IsJSONHandle() { + z.EncJSONMarshal(yy150) } else { - z.EncFallback(yy145) + z.EncFallback(yy150) } } z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -1731,90 +1779,90 @@ func (x codecSelfer1234) decMapstringunversioned_Time(v *map[string]pkg2_unversi z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv147 := *v - yyl147 := r.ReadMapStart() - yybh147 := z.DecBasicHandle() - if yyv147 == nil { - yyrl147, _ := z.DecInferLen(yyl147, yybh147.MaxInitLen, 40) - yyv147 = make(map[string]pkg2_unversioned.Time, yyrl147) - *v = yyv147 + yyv152 := *v + yyl152 := r.ReadMapStart() + yybh152 := z.DecBasicHandle() + if yyv152 == nil { + yyrl152, _ := z.DecInferLen(yyl152, yybh152.MaxInitLen, 40) + yyv152 = make(map[string]pkg2_unversioned.Time, yyrl152) + *v = yyv152 } - var yymk147 string - var yymv147 pkg2_unversioned.Time - var yymg147 bool - if yybh147.MapValueReset { - yymg147 = true + var yymk152 string + var yymv152 pkg2_unversioned.Time + var yymg152 bool + if yybh152.MapValueReset { + yymg152 = true } - if yyl147 > 0 { - for yyj147 := 0; yyj147 < yyl147; yyj147++ { + if yyl152 > 0 { + for yyj152 := 0; yyj152 < yyl152; yyj152++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk147 = "" + yymk152 = "" } else { - yymk147 = string(r.DecodeString()) + yymk152 = string(r.DecodeString()) } - if yymg147 { - yymv147 = yyv147[yymk147] + if yymg152 { + yymv152 = yyv152[yymk152] } else { - yymv147 = pkg2_unversioned.Time{} + yymv152 = pkg2_unversioned.Time{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv147 = pkg2_unversioned.Time{} + yymv152 = pkg2_unversioned.Time{} } else { - yyv149 := &yymv147 - yym150 := z.DecBinary() - _ = yym150 + yyv154 := &yymv152 + yym155 := z.DecBinary() + _ = yym155 if false { - } else if z.HasExtensions() && z.DecExt(yyv149) { - } else if yym150 { - z.DecBinaryUnmarshal(yyv149) - } else if !yym150 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv149) + } else if z.HasExtensions() && z.DecExt(yyv154) { + } else if yym155 { + z.DecBinaryUnmarshal(yyv154) + } else if !yym155 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv154) } else { - z.DecFallback(yyv149, false) + z.DecFallback(yyv154, false) } } - if yyv147 != nil { - yyv147[yymk147] = yymv147 + if yyv152 != nil { + yyv152[yymk152] = yymv152 } } - } else if yyl147 < 0 { - for yyj147 := 0; !r.CheckBreak(); yyj147++ { + } else if yyl152 < 0 { + for yyj152 := 0; !r.CheckBreak(); yyj152++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk147 = "" + yymk152 = "" } else { - yymk147 = string(r.DecodeString()) + yymk152 = string(r.DecodeString()) } - if yymg147 { - yymv147 = yyv147[yymk147] + if yymg152 { + yymv152 = yyv152[yymk152] } else { - yymv147 = pkg2_unversioned.Time{} + yymv152 = pkg2_unversioned.Time{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv147 = pkg2_unversioned.Time{} + yymv152 = pkg2_unversioned.Time{} } else { - yyv152 := &yymv147 - yym153 := z.DecBinary() - _ = yym153 + yyv157 := &yymv152 + yym158 := z.DecBinary() + _ = yym158 if false { - } else if z.HasExtensions() && z.DecExt(yyv152) { - } else if yym153 { - z.DecBinaryUnmarshal(yyv152) - } else if !yym153 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv152) + } else if z.HasExtensions() && z.DecExt(yyv157) { + } else if yym158 { + z.DecBinaryUnmarshal(yyv157) + } else if !yym158 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv157) } else { - z.DecFallback(yyv152, false) + z.DecFallback(yyv157, false) } } - if yyv147 != nil { - yyv147[yymk147] = yymv147 + if yyv152 != nil { + yyv152[yymk152] = yymv152 } } } // else len==0: TODO: Should we clear map entries? @@ -1826,10 +1874,10 @@ func (x codecSelfer1234) encSlicePodDisruptionBudget(v []PodDisruptionBudget, e z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv154 := range v { + for _, yyv159 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy155 := &yyv154 - yy155.CodecEncodeSelf(e) + yy160 := &yyv159 + yy160.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -1839,83 +1887,83 @@ func (x codecSelfer1234) decSlicePodDisruptionBudget(v *[]PodDisruptionBudget, d z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv156 := *v - yyh156, yyl156 := z.DecSliceHelperStart() - var yyc156 bool - if yyl156 == 0 { - if yyv156 == nil { - yyv156 = []PodDisruptionBudget{} - yyc156 = true - } else if len(yyv156) != 0 { - yyv156 = yyv156[:0] - yyc156 = true + yyv161 := *v + yyh161, yyl161 := z.DecSliceHelperStart() + var yyc161 bool + if yyl161 == 0 { + if yyv161 == nil { + yyv161 = []PodDisruptionBudget{} + yyc161 = true + } else if len(yyv161) != 0 { + yyv161 = yyv161[:0] + yyc161 = true } - } else if yyl156 > 0 { - var yyrr156, yyrl156 int - var yyrt156 bool - if yyl156 > cap(yyv156) { + } else if yyl161 > 0 { + var yyrr161, yyrl161 int + var yyrt161 bool + if yyl161 > cap(yyv161) { - yyrg156 := len(yyv156) > 0 - yyv2156 := yyv156 - yyrl156, yyrt156 = z.DecInferLen(yyl156, z.DecBasicHandle().MaxInitLen, 320) - if yyrt156 { - if yyrl156 <= cap(yyv156) { - yyv156 = yyv156[:yyrl156] + yyrg161 := len(yyv161) > 0 + yyv2161 := yyv161 + yyrl161, yyrt161 = z.DecInferLen(yyl161, z.DecBasicHandle().MaxInitLen, 328) + if yyrt161 { + if yyrl161 <= cap(yyv161) { + yyv161 = yyv161[:yyrl161] } else { - yyv156 = make([]PodDisruptionBudget, yyrl156) + yyv161 = make([]PodDisruptionBudget, yyrl161) } } else { - yyv156 = make([]PodDisruptionBudget, yyrl156) + yyv161 = make([]PodDisruptionBudget, yyrl161) } - yyc156 = true - yyrr156 = len(yyv156) - if yyrg156 { - copy(yyv156, yyv2156) + yyc161 = true + yyrr161 = len(yyv161) + if yyrg161 { + copy(yyv161, yyv2161) } - } else if yyl156 != len(yyv156) { - yyv156 = yyv156[:yyl156] - yyc156 = true + } else if yyl161 != len(yyv161) { + yyv161 = yyv161[:yyl161] + yyc161 = true } - yyj156 := 0 - for ; yyj156 < yyrr156; yyj156++ { - yyh156.ElemContainerState(yyj156) + yyj161 := 0 + for ; yyj161 < yyrr161; yyj161++ { + yyh161.ElemContainerState(yyj161) if r.TryDecodeAsNil() { - yyv156[yyj156] = PodDisruptionBudget{} + yyv161[yyj161] = PodDisruptionBudget{} } else { - yyv157 := &yyv156[yyj156] - yyv157.CodecDecodeSelf(d) + yyv162 := &yyv161[yyj161] + yyv162.CodecDecodeSelf(d) } } - if yyrt156 { - for ; yyj156 < yyl156; yyj156++ { - yyv156 = append(yyv156, PodDisruptionBudget{}) - yyh156.ElemContainerState(yyj156) + if yyrt161 { + for ; yyj161 < yyl161; yyj161++ { + yyv161 = append(yyv161, PodDisruptionBudget{}) + yyh161.ElemContainerState(yyj161) if r.TryDecodeAsNil() { - yyv156[yyj156] = PodDisruptionBudget{} + yyv161[yyj161] = PodDisruptionBudget{} } else { - yyv158 := &yyv156[yyj156] - yyv158.CodecDecodeSelf(d) + yyv163 := &yyv161[yyj161] + yyv163.CodecDecodeSelf(d) } } } } else { - yyj156 := 0 - for ; !r.CheckBreak(); yyj156++ { + yyj161 := 0 + for ; !r.CheckBreak(); yyj161++ { - if yyj156 >= len(yyv156) { - yyv156 = append(yyv156, PodDisruptionBudget{}) // var yyz156 PodDisruptionBudget - yyc156 = true + if yyj161 >= len(yyv161) { + yyv161 = append(yyv161, PodDisruptionBudget{}) // var yyz161 PodDisruptionBudget + yyc161 = true } - yyh156.ElemContainerState(yyj156) - if yyj156 < len(yyv156) { + yyh161.ElemContainerState(yyj161) + if yyj161 < len(yyv161) { if r.TryDecodeAsNil() { - yyv156[yyj156] = PodDisruptionBudget{} + yyv161[yyj161] = PodDisruptionBudget{} } else { - yyv159 := &yyv156[yyj156] - yyv159.CodecDecodeSelf(d) + yyv164 := &yyv161[yyj161] + yyv164.CodecDecodeSelf(d) } } else { @@ -1923,16 +1971,16 @@ func (x codecSelfer1234) decSlicePodDisruptionBudget(v *[]PodDisruptionBudget, d } } - if yyj156 < len(yyv156) { - yyv156 = yyv156[:yyj156] - yyc156 = true - } else if yyj156 == 0 && yyv156 == nil { - yyv156 = []PodDisruptionBudget{} - yyc156 = true + if yyj161 < len(yyv161) { + yyv161 = yyv161[:yyj161] + yyc161 = true + } else if yyj161 == 0 && yyv161 == nil { + yyv161 = []PodDisruptionBudget{} + yyc161 = true } } - yyh156.End() - if yyc156 { - *v = yyv156 + yyh161.End() + if yyc161 { + *v = yyv161 } } diff --git a/staging/src/k8s.io/client-go/pkg/apis/policy/types.go b/staging/src/k8s.io/client-go/pkg/apis/policy/types.go index 8d5b9a9450..1b753f0f43 100644 --- a/staging/src/k8s.io/client-go/pkg/apis/policy/types.go +++ b/staging/src/k8s.io/client-go/pkg/apis/policy/types.go @@ -40,17 +40,10 @@ type PodDisruptionBudgetSpec struct { // PodDisruptionBudgetStatus represents information about the status of a // PodDisruptionBudget. Status may trail the actual state of a system. type PodDisruptionBudgetStatus struct { - // Number of pod disruptions that are currently allowed. - PodDisruptionsAllowed int32 `json:"disruptionsAllowed"` - - // current number of healthy pods - CurrentHealthy int32 `json:"currentHealthy"` - - // minimum desired number of healthy pods - DesiredHealthy int32 `json:"desiredHealthy"` - - // total number of pods counted by this disruption budget - ExpectedPods int32 `json:"expectedPods"` + // Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other + // status informatio is valid only if observedGeneration equals to PDB's object generation. + // +optional + ObservedGeneration int64 `json:"observedGeneration,omitempty"` // DisruptedPods contains information about pods whose eviction was // processed by the API server eviction subresource handler but has not @@ -64,6 +57,18 @@ type PodDisruptionBudgetStatus struct { // If everything goes smooth this map should be empty for the most of the time. // Large number of entries in the map may indicate problems with pod deletions. DisruptedPods map[string]unversioned.Time `json:"disruptedPods" protobuf:"bytes,5,rep,name=disruptedPods"` + + // Number of pod disruptions that are currently allowed. + PodDisruptionsAllowed int32 `json:"disruptionsAllowed"` + + // current number of healthy pods + CurrentHealthy int32 `json:"currentHealthy"` + + // minimum desired number of healthy pods + DesiredHealthy int32 `json:"desiredHealthy"` + + // total number of pods counted by this disruption budget + ExpectedPods int32 `json:"expectedPods"` } // +genclient=true diff --git a/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/generated.pb.go b/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/generated.pb.go index 01338aa320..a2cad53513 100644 --- a/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/generated.pb.go +++ b/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/generated.pb.go @@ -253,19 +253,10 @@ func (m *PodDisruptionBudgetStatus) MarshalTo(data []byte) (int, error) { _ = l data[i] = 0x8 i++ - i = encodeVarintGenerated(data, i, uint64(m.PodDisruptionsAllowed)) - data[i] = 0x10 - i++ - i = encodeVarintGenerated(data, i, uint64(m.CurrentHealthy)) - data[i] = 0x18 - i++ - i = encodeVarintGenerated(data, i, uint64(m.DesiredHealthy)) - data[i] = 0x20 - i++ - i = encodeVarintGenerated(data, i, uint64(m.ExpectedPods)) + i = encodeVarintGenerated(data, i, uint64(m.ObservedGeneration)) if len(m.DisruptedPods) > 0 { for k := range m.DisruptedPods { - data[i] = 0x2a + data[i] = 0x12 i++ v := m.DisruptedPods[k] msgSize := (&v).Size() @@ -285,6 +276,18 @@ func (m *PodDisruptionBudgetStatus) MarshalTo(data []byte) (int, error) { i += n9 } } + data[i] = 0x18 + i++ + i = encodeVarintGenerated(data, i, uint64(m.PodDisruptionsAllowed)) + data[i] = 0x20 + i++ + i = encodeVarintGenerated(data, i, uint64(m.CurrentHealthy)) + data[i] = 0x28 + i++ + i = encodeVarintGenerated(data, i, uint64(m.DesiredHealthy)) + data[i] = 0x30 + i++ + i = encodeVarintGenerated(data, i, uint64(m.ExpectedPods)) return i, nil } @@ -368,10 +371,7 @@ func (m *PodDisruptionBudgetSpec) Size() (n int) { func (m *PodDisruptionBudgetStatus) Size() (n int) { var l int _ = l - n += 1 + sovGenerated(uint64(m.PodDisruptionsAllowed)) - n += 1 + sovGenerated(uint64(m.CurrentHealthy)) - n += 1 + sovGenerated(uint64(m.DesiredHealthy)) - n += 1 + sovGenerated(uint64(m.ExpectedPods)) + n += 1 + sovGenerated(uint64(m.ObservedGeneration)) if len(m.DisruptedPods) > 0 { for k, v := range m.DisruptedPods { _ = k @@ -381,6 +381,10 @@ func (m *PodDisruptionBudgetStatus) Size() (n int) { n += mapEntrySize + 1 + sovGenerated(uint64(mapEntrySize)) } } + n += 1 + sovGenerated(uint64(m.PodDisruptionsAllowed)) + n += 1 + sovGenerated(uint64(m.CurrentHealthy)) + n += 1 + sovGenerated(uint64(m.DesiredHealthy)) + n += 1 + sovGenerated(uint64(m.ExpectedPods)) return n } @@ -457,11 +461,12 @@ func (this *PodDisruptionBudgetStatus) String() string { } mapStringForDisruptedPods += "}" s := strings.Join([]string{`&PodDisruptionBudgetStatus{`, + `ObservedGeneration:` + fmt.Sprintf("%v", this.ObservedGeneration) + `,`, + `DisruptedPods:` + mapStringForDisruptedPods + `,`, `PodDisruptionsAllowed:` + fmt.Sprintf("%v", this.PodDisruptionsAllowed) + `,`, `CurrentHealthy:` + fmt.Sprintf("%v", this.CurrentHealthy) + `,`, `DesiredHealthy:` + fmt.Sprintf("%v", this.DesiredHealthy) + `,`, `ExpectedPods:` + fmt.Sprintf("%v", this.ExpectedPods) + `,`, - `DisruptedPods:` + mapStringForDisruptedPods + `,`, `}`, }, "") return s @@ -982,9 +987,9 @@ func (m *PodDisruptionBudgetStatus) Unmarshal(data []byte) error { switch fieldNum { case 1: if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field PodDisruptionsAllowed", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field ObservedGeneration", wireType) } - m.PodDisruptionsAllowed = 0 + m.ObservedGeneration = 0 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowGenerated @@ -994,69 +999,12 @@ func (m *PodDisruptionBudgetStatus) Unmarshal(data []byte) error { } b := data[iNdEx] iNdEx++ - m.PodDisruptionsAllowed |= (int32(b) & 0x7F) << shift + m.ObservedGeneration |= (int64(b) & 0x7F) << shift if b < 0x80 { break } } case 2: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field CurrentHealthy", wireType) - } - m.CurrentHealthy = 0 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := data[iNdEx] - iNdEx++ - m.CurrentHealthy |= (int32(b) & 0x7F) << shift - if b < 0x80 { - break - } - } - case 3: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field DesiredHealthy", wireType) - } - m.DesiredHealthy = 0 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := data[iNdEx] - iNdEx++ - m.DesiredHealthy |= (int32(b) & 0x7F) << shift - if b < 0x80 { - break - } - } - case 4: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field ExpectedPods", wireType) - } - m.ExpectedPods = 0 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := data[iNdEx] - iNdEx++ - m.ExpectedPods |= (int32(b) & 0x7F) << shift - if b < 0x80 { - break - } - } - case 5: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field DisruptedPods", wireType) } @@ -1172,6 +1120,82 @@ func (m *PodDisruptionBudgetStatus) Unmarshal(data []byte) error { } m.DisruptedPods[mapkey] = *mapvalue iNdEx = postIndex + case 3: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field PodDisruptionsAllowed", wireType) + } + m.PodDisruptionsAllowed = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := data[iNdEx] + iNdEx++ + m.PodDisruptionsAllowed |= (int32(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + case 4: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field CurrentHealthy", wireType) + } + m.CurrentHealthy = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := data[iNdEx] + iNdEx++ + m.CurrentHealthy |= (int32(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + case 5: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field DesiredHealthy", wireType) + } + m.DesiredHealthy = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := data[iNdEx] + iNdEx++ + m.DesiredHealthy |= (int32(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + case 6: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ExpectedPods", wireType) + } + m.ExpectedPods = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := data[iNdEx] + iNdEx++ + m.ExpectedPods |= (int32(b) & 0x7F) << shift + if b < 0x80 { + break + } + } default: iNdEx = preIndex skippy, err := skipGenerated(data[iNdEx:]) @@ -1299,51 +1323,53 @@ var ( ) var fileDescriptorGenerated = []byte{ - // 728 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xb4, 0x94, 0xcf, 0x6e, 0xd3, 0x4e, - 0x10, 0xc7, 0xe3, 0x26, 0xe9, 0x2f, 0xbf, 0x6d, 0x52, 0x95, 0x85, 0x42, 0x88, 0x84, 0x8b, 0x72, - 0x6a, 0x05, 0x5d, 0x2b, 0x15, 0x48, 0x85, 0x43, 0xa5, 0x9a, 0x54, 0xa2, 0x12, 0x55, 0x2b, 0x17, - 0x09, 0x84, 0x04, 0x92, 0x63, 0x0f, 0xee, 0x12, 0xc7, 0xb6, 0x76, 0xd7, 0x81, 0xdc, 0x78, 0x04, - 0x0e, 0x3c, 0x05, 0xaf, 0xc1, 0xa5, 0xe2, 0xd4, 0x23, 0x17, 0x2a, 0x9a, 0xbe, 0x08, 0xf2, 0x66, - 0x93, 0xda, 0xf9, 0x53, 0x55, 0x2a, 0xdc, 0xbc, 0xbb, 0xf3, 0xf9, 0xce, 0x7c, 0x67, 0x67, 0x8d, - 0x9e, 0xb4, 0x37, 0x39, 0xa1, 0xa1, 0xd1, 0x8e, 0x5b, 0xc0, 0x02, 0x10, 0xc0, 0x8d, 0xa8, 0xed, - 0x19, 0x76, 0x44, 0xb9, 0x11, 0x85, 0x3e, 0x75, 0x7a, 0x46, 0xb7, 0xd1, 0x02, 0x61, 0x37, 0x0c, - 0x0f, 0x02, 0x60, 0xb6, 0x00, 0x97, 0x44, 0x2c, 0x14, 0x21, 0x5e, 0x1b, 0xa0, 0xe4, 0x02, 0x25, - 0x51, 0xdb, 0x23, 0x09, 0x4a, 0x06, 0x28, 0x51, 0x68, 0x6d, 0xdd, 0xa3, 0xe2, 0x28, 0x6e, 0x11, - 0x27, 0xec, 0x18, 0x5e, 0xe8, 0x85, 0x86, 0x54, 0x68, 0xc5, 0xef, 0xe5, 0x4a, 0x2e, 0xe4, 0xd7, - 0x40, 0xb9, 0xb6, 0x31, 0xb3, 0x28, 0x83, 0x01, 0x0f, 0x63, 0xe6, 0xc0, 0x78, 0x35, 0xb5, 0xc7, - 0xb3, 0x99, 0x38, 0xe8, 0x02, 0xe3, 0x34, 0x0c, 0xc0, 0x9d, 0xc0, 0x1e, 0xce, 0xc6, 0xba, 0x13, - 0x96, 0x6b, 0xeb, 0xd3, 0xa3, 0x59, 0x1c, 0x08, 0xda, 0x99, 0xac, 0xa9, 0x31, 0x3d, 0x3c, 0x16, - 0xd4, 0x37, 0x68, 0x20, 0xb8, 0x60, 0xe3, 0x48, 0xfd, 0x87, 0x86, 0x4a, 0x3b, 0x5d, 0xea, 0x08, - 0x1a, 0x06, 0xf8, 0x35, 0x2a, 0x75, 0x40, 0xd8, 0xae, 0x2d, 0xec, 0xaa, 0x76, 0x5f, 0x5b, 0x5d, - 0xd8, 0x58, 0x25, 0x33, 0x9b, 0x4e, 0xba, 0x0d, 0xb2, 0xdf, 0xfa, 0x00, 0x8e, 0xd8, 0x03, 0x61, - 0x9b, 0xf8, 0xf8, 0x74, 0x25, 0xd7, 0x3f, 0x5d, 0x41, 0x17, 0x7b, 0xd6, 0x48, 0x0d, 0xbb, 0xa8, - 0xe2, 0x82, 0x0f, 0x02, 0xf6, 0xa3, 0x24, 0x13, 0xaf, 0xce, 0x49, 0xf9, 0x07, 0x97, 0xcb, 0x37, - 0xd3, 0x88, 0x79, 0xa3, 0x7f, 0xba, 0x52, 0xc9, 0x6c, 0x59, 0x59, 0xd1, 0xfa, 0xf7, 0x39, 0x74, - 0xf3, 0x20, 0x74, 0x9b, 0x94, 0xb3, 0x58, 0x6e, 0x99, 0xb1, 0xeb, 0x81, 0xf8, 0xa7, 0xbe, 0x0a, - 0x3c, 0x02, 0x47, 0xd9, 0x31, 0xc9, 0x95, 0x47, 0x94, 0x4c, 0xa9, 0xf3, 0x30, 0x02, 0xc7, 0x2c, - 0xab, 0x7c, 0x85, 0x64, 0x65, 0x49, 0x75, 0xec, 0xa3, 0x79, 0x2e, 0x6c, 0x11, 0xf3, 0x6a, 0x5e, - 0xe6, 0x69, 0x5e, 0x33, 0x8f, 0xd4, 0x32, 0x17, 0x55, 0xa6, 0xf9, 0xc1, 0xda, 0x52, 0x39, 0xea, - 0xbf, 0x34, 0x74, 0x67, 0x0a, 0xf5, 0x82, 0x72, 0x81, 0xdf, 0x4e, 0x74, 0xd2, 0xb8, 0xa4, 0x93, - 0xa9, 0x87, 0x40, 0x12, 0x5c, 0x36, 0x74, 0x49, 0xa5, 0x2d, 0x0d, 0x77, 0x52, 0xed, 0x74, 0x50, - 0x91, 0x0a, 0xe8, 0x24, 0xe3, 0x91, 0x5f, 0x5d, 0xd8, 0xd8, 0xba, 0x9e, 0x4f, 0xb3, 0xa2, 0x52, - 0x15, 0x77, 0x13, 0x51, 0x6b, 0xa0, 0x5d, 0x3f, 0x9f, 0xee, 0x2f, 0xe9, 0x37, 0x3e, 0x42, 0xe5, - 0x0e, 0x0d, 0xb6, 0xbb, 0x36, 0xf5, 0xed, 0x96, 0x0f, 0xca, 0x23, 0x99, 0x51, 0x47, 0xf2, 0xb0, - 0xc8, 0xe0, 0x61, 0x91, 0xdd, 0x40, 0xec, 0xb3, 0x43, 0xc1, 0x68, 0xe0, 0x99, 0xb7, 0x54, 0xde, - 0xf2, 0x5e, 0x4a, 0xcb, 0xca, 0x28, 0xe3, 0x77, 0xa8, 0xc4, 0xc1, 0x07, 0x47, 0x84, 0x4c, 0x4d, - 0xcf, 0xa3, 0xab, 0x76, 0xd2, 0x6e, 0x81, 0x7f, 0xa8, 0x58, 0xb3, 0x9c, 0xb4, 0x72, 0xb8, 0xb2, - 0x46, 0x9a, 0xf5, 0x6f, 0x05, 0x74, 0x77, 0xe6, 0xdd, 0xe3, 0x3d, 0x84, 0xdd, 0xd1, 0x09, 0xdf, - 0xf6, 0xfd, 0xf0, 0x23, 0xb8, 0xd2, 0x6d, 0xd1, 0xbc, 0xa7, 0xaa, 0x5f, 0xce, 0xe0, 0xc3, 0x20, - 0x6b, 0x0a, 0x88, 0xb7, 0xd0, 0xa2, 0x13, 0x33, 0x06, 0x81, 0x78, 0x0e, 0xb6, 0x2f, 0x8e, 0x7a, - 0xd2, 0x52, 0xd1, 0xbc, 0xad, 0xa4, 0x16, 0x9f, 0x65, 0x4e, 0xad, 0xb1, 0xe8, 0x84, 0x77, 0x81, - 0x53, 0x06, 0xee, 0x90, 0xcf, 0x67, 0xf9, 0x66, 0xe6, 0xd4, 0x1a, 0x8b, 0xc6, 0x9b, 0xa8, 0x0c, - 0x9f, 0x22, 0x70, 0x04, 0xb8, 0x07, 0xa1, 0xcb, 0xab, 0x05, 0x49, 0x8f, 0xae, 0x61, 0x27, 0x75, - 0x66, 0x65, 0x22, 0xf1, 0x57, 0x0d, 0x55, 0x94, 0x21, 0xc5, 0x16, 0xe5, 0xe8, 0xbd, 0xfa, 0x1b, - 0x4f, 0x8c, 0x34, 0xd3, 0xca, 0x3b, 0x81, 0x60, 0x3d, 0x73, 0x59, 0x15, 0x55, 0xc9, 0x9c, 0x59, - 0xd9, 0x22, 0x6a, 0x1d, 0x84, 0x27, 0x59, 0xbc, 0x84, 0xf2, 0x6d, 0xe8, 0xc9, 0x6b, 0xfa, 0xdf, - 0x4a, 0x3e, 0xf1, 0x36, 0x2a, 0x76, 0x6d, 0x3f, 0x86, 0x2b, 0xfc, 0x4f, 0xd3, 0x23, 0xf4, 0x92, - 0x76, 0xc0, 0x1a, 0x90, 0x4f, 0xe7, 0x36, 0x35, 0x73, 0xed, 0xf8, 0x4c, 0xcf, 0x9d, 0x9c, 0xe9, - 0xb9, 0x9f, 0x67, 0x7a, 0xee, 0x73, 0x5f, 0xd7, 0x8e, 0xfb, 0xba, 0x76, 0xd2, 0xd7, 0xb5, 0xdf, - 0x7d, 0x5d, 0xfb, 0x72, 0xae, 0xe7, 0xde, 0xfc, 0xa7, 0xcc, 0xfe, 0x09, 0x00, 0x00, 0xff, 0xff, - 0xd0, 0x3c, 0x91, 0x46, 0xc1, 0x07, 0x00, 0x00, + // 758 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xb4, 0x94, 0xcf, 0x6f, 0xdb, 0x36, + 0x14, 0xc7, 0xad, 0xd8, 0xce, 0x3c, 0xc6, 0x0e, 0x32, 0x6e, 0xd9, 0x3c, 0x03, 0x53, 0x06, 0x9f, + 0x12, 0x6c, 0xa1, 0xe0, 0x60, 0x03, 0xb2, 0x1d, 0x02, 0x44, 0x73, 0xb0, 0x65, 0x58, 0xe0, 0x40, + 0x19, 0xb0, 0x61, 0xc0, 0x0a, 0xe8, 0xc7, 0xab, 0xc2, 0x5a, 0x16, 0x05, 0x92, 0x52, 0xeb, 0x5b, + 0xff, 0x84, 0x1e, 0xfa, 0x1f, 0xf5, 0x12, 0xf4, 0x94, 0x63, 0x2f, 0x0d, 0x1a, 0xe7, 0x7f, 0xe8, + 0xb9, 0x90, 0x44, 0x3b, 0x96, 0x7f, 0x04, 0x01, 0xd2, 0xde, 0x44, 0xf2, 0x7d, 0xbe, 0xdf, 0xf7, + 0x1e, 0x1f, 0x85, 0x7e, 0xe9, 0xef, 0x0b, 0x42, 0x99, 0xd1, 0x8f, 0x1d, 0xe0, 0x21, 0x48, 0x10, + 0x46, 0xd4, 0xf7, 0x0d, 0x3b, 0xa2, 0xc2, 0x88, 0x58, 0x40, 0xdd, 0xa1, 0x91, 0x74, 0x1c, 0x90, + 0x76, 0xc7, 0xf0, 0x21, 0x04, 0x6e, 0x4b, 0xf0, 0x48, 0xc4, 0x99, 0x64, 0x78, 0x27, 0x47, 0xc9, + 0x2d, 0x4a, 0xa2, 0xbe, 0x4f, 0x52, 0x94, 0xe4, 0x28, 0x51, 0x68, 0x6b, 0xd7, 0xa7, 0xf2, 0x3c, + 0x76, 0x88, 0xcb, 0x06, 0x86, 0xcf, 0x7c, 0x66, 0x64, 0x0a, 0x4e, 0xfc, 0x38, 0x5b, 0x65, 0x8b, + 0xec, 0x2b, 0x57, 0x6e, 0xed, 0x2d, 0x4d, 0xca, 0xe0, 0x20, 0x58, 0xcc, 0x5d, 0x98, 0xcd, 0xa6, + 0xf5, 0xf3, 0x72, 0x26, 0x0e, 0x13, 0xe0, 0x82, 0xb2, 0x10, 0xbc, 0x39, 0xec, 0xc7, 0xe5, 0x58, + 0x32, 0x57, 0x72, 0x6b, 0x77, 0x71, 0x34, 0x8f, 0x43, 0x49, 0x07, 0xf3, 0x39, 0x75, 0x16, 0x87, + 0xc7, 0x92, 0x06, 0x06, 0x0d, 0xa5, 0x90, 0x7c, 0x16, 0x69, 0xbf, 0xd6, 0x50, 0xed, 0x28, 0xa1, + 0xae, 0xa4, 0x2c, 0xc4, 0xff, 0xa2, 0xda, 0x00, 0xa4, 0xed, 0xd9, 0xd2, 0x6e, 0x6a, 0xdf, 0x6b, + 0xdb, 0x6b, 0x7b, 0xdb, 0x64, 0x69, 0xd3, 0x49, 0xd2, 0x21, 0x3d, 0xe7, 0x09, 0xb8, 0xf2, 0x04, + 0xa4, 0x6d, 0xe2, 0x8b, 0xab, 0xad, 0xd2, 0xe8, 0x6a, 0x0b, 0xdd, 0xee, 0x59, 0x13, 0x35, 0xec, + 0xa1, 0x86, 0x07, 0x01, 0x48, 0xe8, 0x45, 0xa9, 0x93, 0x68, 0xae, 0x64, 0xf2, 0x3f, 0xdc, 0x2d, + 0xdf, 0x9d, 0x46, 0xcc, 0x2f, 0x46, 0x57, 0x5b, 0x8d, 0xc2, 0x96, 0x55, 0x14, 0x6d, 0xbf, 0x5a, + 0x41, 0x5f, 0x9e, 0x32, 0xaf, 0x4b, 0x05, 0x8f, 0xb3, 0x2d, 0x33, 0xf6, 0x7c, 0x90, 0x9f, 0xb4, + 0xae, 0x8a, 0x88, 0xc0, 0x55, 0xe5, 0x98, 0xe4, 0xde, 0x23, 0x4a, 0x16, 0xe4, 0x79, 0x16, 0x81, + 0x6b, 0xd6, 0x95, 0x5f, 0x25, 0x5d, 0x59, 0x99, 0x3a, 0x0e, 0xd0, 0xaa, 0x90, 0xb6, 0x8c, 0x45, + 0xb3, 0x9c, 0xf9, 0x74, 0x1f, 0xe8, 0x93, 0x69, 0x99, 0xeb, 0xca, 0x69, 0x35, 0x5f, 0x5b, 0xca, + 0xa3, 0xfd, 0x56, 0x43, 0xdf, 0x2c, 0xa0, 0xfe, 0xa2, 0x42, 0xe2, 0xff, 0xe7, 0x3a, 0x69, 0xdc, + 0xd1, 0xc9, 0xa9, 0x87, 0x40, 0x52, 0x3c, 0x6b, 0xe8, 0x86, 0xb2, 0xad, 0x8d, 0x77, 0xa6, 0xda, + 0xe9, 0xa2, 0x2a, 0x95, 0x30, 0x48, 0xc7, 0xa3, 0xbc, 0xbd, 0xb6, 0x77, 0xf0, 0xb0, 0x3a, 0xcd, + 0x86, 0xb2, 0xaa, 0x1e, 0xa7, 0xa2, 0x56, 0xae, 0xdd, 0xbe, 0x59, 0x5c, 0x5f, 0xda, 0x6f, 0x7c, + 0x8e, 0xea, 0x03, 0x1a, 0x1e, 0x26, 0x36, 0x0d, 0x6c, 0x27, 0x00, 0x55, 0x23, 0x59, 0x92, 0x47, + 0xfa, 0xb0, 0x48, 0xfe, 0xb0, 0xc8, 0x71, 0x28, 0x7b, 0xfc, 0x4c, 0x72, 0x1a, 0xfa, 0xe6, 0x57, + 0xca, 0xb7, 0x7e, 0x32, 0xa5, 0x65, 0x15, 0x94, 0xf1, 0x23, 0x54, 0x13, 0x10, 0x80, 0x2b, 0x19, + 0x57, 0xd3, 0xf3, 0xd3, 0x7d, 0x3b, 0x69, 0x3b, 0x10, 0x9c, 0x29, 0xd6, 0xac, 0xa7, 0xad, 0x1c, + 0xaf, 0xac, 0x89, 0x66, 0xfb, 0x7d, 0x05, 0x7d, 0xbb, 0xf4, 0xee, 0xf1, 0x9f, 0x08, 0x33, 0x47, + 0x00, 0x4f, 0xc0, 0xfb, 0x3d, 0xff, 0x23, 0x50, 0x16, 0x66, 0xd5, 0x96, 0xcd, 0x96, 0xca, 0x1e, + 0xf7, 0xe6, 0x22, 0xac, 0x05, 0x14, 0x7e, 0xa9, 0xa1, 0x86, 0x97, 0xdb, 0x80, 0x77, 0xca, 0xbc, + 0xf1, 0xed, 0xfd, 0xf3, 0x31, 0xa6, 0x94, 0x74, 0xa7, 0x95, 0x8f, 0x42, 0xc9, 0x87, 0xe6, 0xa6, + 0x4a, 0xb0, 0x51, 0x38, 0xb3, 0x8a, 0x49, 0xe0, 0x13, 0x84, 0xbd, 0x89, 0xa4, 0x38, 0x0c, 0x02, + 0xf6, 0x14, 0xbc, 0xec, 0x01, 0x55, 0xcd, 0xef, 0x94, 0xc2, 0x66, 0xc1, 0x77, 0x1c, 0x64, 0x2d, + 0x00, 0xf1, 0x01, 0x5a, 0x77, 0x63, 0xce, 0x21, 0x94, 0x7f, 0x80, 0x1d, 0xc8, 0xf3, 0x61, 0xb3, + 0x92, 0x49, 0x7d, 0xad, 0xa4, 0xd6, 0x7f, 0x2b, 0x9c, 0x5a, 0x33, 0xd1, 0x29, 0xef, 0x81, 0xa0, + 0x1c, 0xbc, 0x31, 0x5f, 0x2d, 0xf2, 0xdd, 0xc2, 0xa9, 0x35, 0x13, 0x8d, 0xf7, 0x51, 0x1d, 0x9e, + 0x45, 0xe0, 0x8e, 0x7b, 0xbc, 0x9a, 0xd1, 0x93, 0x49, 0x3b, 0x9a, 0x3a, 0xb3, 0x0a, 0x91, 0xad, + 0x01, 0xc2, 0xf3, 0x4d, 0xc4, 0x1b, 0xa8, 0xdc, 0x87, 0x61, 0x76, 0xe5, 0x9f, 0x5b, 0xe9, 0x27, + 0x3e, 0x44, 0xd5, 0xc4, 0x0e, 0x62, 0xb8, 0xc7, 0xbf, 0x79, 0x7a, 0x1c, 0xff, 0xa6, 0x03, 0xb0, + 0x72, 0xf2, 0xd7, 0x95, 0x7d, 0xcd, 0xdc, 0xb9, 0xb8, 0xd6, 0x4b, 0x97, 0xd7, 0x7a, 0xe9, 0xcd, + 0xb5, 0x5e, 0x7a, 0x3e, 0xd2, 0xb5, 0x8b, 0x91, 0xae, 0x5d, 0x8e, 0x74, 0xed, 0xdd, 0x48, 0xd7, + 0x5e, 0xdc, 0xe8, 0xa5, 0xff, 0x3e, 0x53, 0xb7, 0xfe, 0x21, 0x00, 0x00, 0xff, 0xff, 0x59, 0x3e, + 0xe1, 0xf8, 0x0d, 0x08, 0x00, 0x00, } diff --git a/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/generated.proto b/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/generated.proto index 741d75d643..7782fd5253 100644 --- a/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/generated.proto +++ b/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/generated.proto @@ -75,17 +75,10 @@ message PodDisruptionBudgetSpec { // PodDisruptionBudgetStatus represents information about the status of a // PodDisruptionBudget. Status may trail the actual state of a system. message PodDisruptionBudgetStatus { - // Number of pod disruptions that are currently allowed. - optional int32 disruptionsAllowed = 1; - - // current number of healthy pods - optional int32 currentHealthy = 2; - - // minimum desired number of healthy pods - optional int32 desiredHealthy = 3; - - // total number of pods counted by this disruption budget - optional int32 expectedPods = 4; + // Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other + // status informatio is valid only if observedGeneration equals to PDB's object generation. + // +optional + optional int64 observedGeneration = 1; // DisruptedPods contains information about pods whose eviction was // processed by the API server eviction subresource handler but has not @@ -98,6 +91,18 @@ message PodDisruptionBudgetStatus { // the list automatically by PodDisruptionBudget controller after some time. // If everything goes smooth this map should be empty for the most of the time. // Large number of entries in the map may indicate problems with pod deletions. - map disruptedPods = 5; + map disruptedPods = 2; + + // Number of pod disruptions that are currently allowed. + optional int32 disruptionsAllowed = 3; + + // current number of healthy pods + optional int32 currentHealthy = 4; + + // minimum desired number of healthy pods + optional int32 desiredHealthy = 5; + + // total number of pods counted by this disruption budget + optional int32 expectedPods = 6; } diff --git a/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/types.generated.go b/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/types.generated.go index 359afa7b2a..387b3f5784 100644 --- a/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/types.generated.go +++ b/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/types.generated.go @@ -362,12 +362,13 @@ func (x *PodDisruptionBudgetStatus) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep24 := !z.EncBinary() yy2arr24 := z.EncBasicHandle().StructToArray - var yyq24 [5]bool + var yyq24 [6]bool _, _, _ = yysep24, yyq24, yy2arr24 const yyr24 bool = false + yyq24[0] = x.ObservedGeneration != 0 var yynn24 int if yyr24 || yy2arr24 { - r.EncodeArrayStart(5) + r.EncodeArrayStart(6) } else { yynn24 = 5 for _, b := range yyq24 { @@ -380,78 +381,27 @@ func (x *PodDisruptionBudgetStatus) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr24 || yy2arr24 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym26 := z.EncBinary() - _ = yym26 - if false { + if yyq24[0] { + yym26 := z.EncBinary() + _ = yym26 + if false { + } else { + r.EncodeInt(int64(x.ObservedGeneration)) + } } else { - r.EncodeInt(int64(x.PodDisruptionsAllowed)) + r.EncodeInt(0) } } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("disruptionsAllowed")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym27 := z.EncBinary() - _ = yym27 - if false { - } else { - r.EncodeInt(int64(x.PodDisruptionsAllowed)) - } - } - if yyr24 || yy2arr24 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym29 := z.EncBinary() - _ = yym29 - if false { - } else { - r.EncodeInt(int64(x.CurrentHealthy)) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("currentHealthy")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym30 := z.EncBinary() - _ = yym30 - if false { - } else { - r.EncodeInt(int64(x.CurrentHealthy)) - } - } - if yyr24 || yy2arr24 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym32 := z.EncBinary() - _ = yym32 - if false { - } else { - r.EncodeInt(int64(x.DesiredHealthy)) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("desiredHealthy")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym33 := z.EncBinary() - _ = yym33 - if false { - } else { - r.EncodeInt(int64(x.DesiredHealthy)) - } - } - if yyr24 || yy2arr24 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym35 := z.EncBinary() - _ = yym35 - if false { - } else { - r.EncodeInt(int64(x.ExpectedPods)) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("expectedPods")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym36 := z.EncBinary() - _ = yym36 - if false { - } else { - r.EncodeInt(int64(x.ExpectedPods)) + if yyq24[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("observedGeneration")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym27 := z.EncBinary() + _ = yym27 + if false { + } else { + r.EncodeInt(int64(x.ObservedGeneration)) + } } } if yyr24 || yy2arr24 { @@ -459,8 +409,8 @@ func (x *PodDisruptionBudgetStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x.DisruptedPods == nil { r.EncodeNil() } else { - yym38 := z.EncBinary() - _ = yym38 + yym29 := z.EncBinary() + _ = yym29 if false { } else { h.encMapstringunversioned_Time((map[string]pkg2_unversioned.Time)(x.DisruptedPods), e) @@ -473,14 +423,90 @@ func (x *PodDisruptionBudgetStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x.DisruptedPods == nil { r.EncodeNil() } else { - yym39 := z.EncBinary() - _ = yym39 + yym30 := z.EncBinary() + _ = yym30 if false { } else { h.encMapstringunversioned_Time((map[string]pkg2_unversioned.Time)(x.DisruptedPods), e) } } } + if yyr24 || yy2arr24 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym32 := z.EncBinary() + _ = yym32 + if false { + } else { + r.EncodeInt(int64(x.PodDisruptionsAllowed)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("disruptionsAllowed")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym33 := z.EncBinary() + _ = yym33 + if false { + } else { + r.EncodeInt(int64(x.PodDisruptionsAllowed)) + } + } + if yyr24 || yy2arr24 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym35 := z.EncBinary() + _ = yym35 + if false { + } else { + r.EncodeInt(int64(x.CurrentHealthy)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("currentHealthy")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym36 := z.EncBinary() + _ = yym36 + if false { + } else { + r.EncodeInt(int64(x.CurrentHealthy)) + } + } + if yyr24 || yy2arr24 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym38 := z.EncBinary() + _ = yym38 + if false { + } else { + r.EncodeInt(int64(x.DesiredHealthy)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("desiredHealthy")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym39 := z.EncBinary() + _ = yym39 + if false { + } else { + r.EncodeInt(int64(x.DesiredHealthy)) + } + } + if yyr24 || yy2arr24 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym41 := z.EncBinary() + _ = yym41 + if false { + } else { + r.EncodeInt(int64(x.ExpectedPods)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("expectedPods")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym42 := z.EncBinary() + _ = yym42 + if false { + } else { + r.EncodeInt(int64(x.ExpectedPods)) + } + } if yyr24 || yy2arr24 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { @@ -494,25 +520,25 @@ func (x *PodDisruptionBudgetStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym40 := z.DecBinary() - _ = yym40 + yym43 := z.DecBinary() + _ = yym43 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct41 := r.ContainerType() - if yyct41 == codecSelferValueTypeMap1234 { - yyl41 := r.ReadMapStart() - if yyl41 == 0 { + yyct44 := r.ContainerType() + if yyct44 == codecSelferValueTypeMap1234 { + yyl44 := r.ReadMapStart() + if yyl44 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl41, d) + x.codecDecodeSelfFromMap(yyl44, d) } - } else if yyct41 == codecSelferValueTypeArray1234 { - yyl41 := r.ReadArrayStart() - if yyl41 == 0 { + } else if yyct44 == codecSelferValueTypeArray1234 { + yyl44 := r.ReadArrayStart() + if yyl44 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl41, d) + x.codecDecodeSelfFromArray(yyl44, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -524,12 +550,12 @@ func (x *PodDisruptionBudgetStatus) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys42Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys42Slc - var yyhl42 bool = l >= 0 - for yyj42 := 0; ; yyj42++ { - if yyhl42 { - if yyj42 >= l { + var yys45Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys45Slc + var yyhl45 bool = l >= 0 + for yyj45 := 0; ; yyj45++ { + if yyhl45 { + if yyj45 >= l { break } } else { @@ -538,10 +564,28 @@ func (x *PodDisruptionBudgetStatus) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys42Slc = r.DecodeBytes(yys42Slc, true, true) - yys42 := string(yys42Slc) + yys45Slc = r.DecodeBytes(yys45Slc, true, true) + yys45 := string(yys45Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys42 { + switch yys45 { + case "observedGeneration": + if r.TryDecodeAsNil() { + x.ObservedGeneration = 0 + } else { + x.ObservedGeneration = int64(r.DecodeInt(64)) + } + case "disruptedPods": + if r.TryDecodeAsNil() { + x.DisruptedPods = nil + } else { + yyv47 := &x.DisruptedPods + yym48 := z.DecBinary() + _ = yym48 + if false { + } else { + h.decMapstringunversioned_Time((*map[string]pkg2_unversioned.Time)(yyv47), d) + } + } case "disruptionsAllowed": if r.TryDecodeAsNil() { x.PodDisruptionsAllowed = 0 @@ -566,22 +610,10 @@ func (x *PodDisruptionBudgetStatus) codecDecodeSelfFromMap(l int, d *codec1978.D } else { x.ExpectedPods = int32(r.DecodeInt(32)) } - case "disruptedPods": - if r.TryDecodeAsNil() { - x.DisruptedPods = nil - } else { - yyv47 := &x.DisruptedPods - yym48 := z.DecBinary() - _ = yym48 - if false { - } else { - h.decMapstringunversioned_Time((*map[string]pkg2_unversioned.Time)(yyv47), d) - } - } default: - z.DecStructFieldNotFound(-1, yys42) - } // end switch yys42 - } // end for yyj42 + z.DecStructFieldNotFound(-1, yys45) + } // end switch yys45 + } // end for yyj45 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -589,16 +621,54 @@ func (x *PodDisruptionBudgetStatus) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj49 int - var yyb49 bool - var yyhl49 bool = l >= 0 - yyj49++ - if yyhl49 { - yyb49 = yyj49 > l + var yyj53 int + var yyb53 bool + var yyhl53 bool = l >= 0 + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l } else { - yyb49 = r.CheckBreak() + yyb53 = r.CheckBreak() } - if yyb49 { + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ObservedGeneration = 0 + } else { + x.ObservedGeneration = int64(r.DecodeInt(64)) + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.DisruptedPods = nil + } else { + yyv55 := &x.DisruptedPods + yym56 := z.DecBinary() + _ = yym56 + if false { + } else { + h.decMapstringunversioned_Time((*map[string]pkg2_unversioned.Time)(yyv55), d) + } + } + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l + } else { + yyb53 = r.CheckBreak() + } + if yyb53 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -608,13 +678,13 @@ func (x *PodDisruptionBudgetStatus) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.PodDisruptionsAllowed = int32(r.DecodeInt(32)) } - yyj49++ - if yyhl49 { - yyb49 = yyj49 > l + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l } else { - yyb49 = r.CheckBreak() + yyb53 = r.CheckBreak() } - if yyb49 { + if yyb53 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -624,13 +694,13 @@ func (x *PodDisruptionBudgetStatus) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.CurrentHealthy = int32(r.DecodeInt(32)) } - yyj49++ - if yyhl49 { - yyb49 = yyj49 > l + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l } else { - yyb49 = r.CheckBreak() + yyb53 = r.CheckBreak() } - if yyb49 { + if yyb53 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -640,13 +710,13 @@ func (x *PodDisruptionBudgetStatus) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.DesiredHealthy = int32(r.DecodeInt(32)) } - yyj49++ - if yyhl49 { - yyb49 = yyj49 > l + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l } else { - yyb49 = r.CheckBreak() + yyb53 = r.CheckBreak() } - if yyb49 { + if yyb53 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -656,40 +726,18 @@ func (x *PodDisruptionBudgetStatus) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.ExpectedPods = int32(r.DecodeInt(32)) } - yyj49++ - if yyhl49 { - yyb49 = yyj49 > l - } else { - yyb49 = r.CheckBreak() - } - if yyb49 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.DisruptedPods = nil - } else { - yyv54 := &x.DisruptedPods - yym55 := z.DecBinary() - _ = yym55 - if false { - } else { - h.decMapstringunversioned_Time((*map[string]pkg2_unversioned.Time)(yyv54), d) - } - } for { - yyj49++ - if yyhl49 { - yyb49 = yyj49 > l + yyj53++ + if yyhl53 { + yyb53 = yyj53 > l } else { - yyb49 = r.CheckBreak() + yyb53 = r.CheckBreak() } - if yyb49 { + if yyb53 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj49-1, "") + z.DecStructFieldNotFound(yyj53-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -701,39 +749,39 @@ func (x *PodDisruptionBudget) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym56 := z.EncBinary() - _ = yym56 + yym61 := z.EncBinary() + _ = yym61 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep57 := !z.EncBinary() - yy2arr57 := z.EncBasicHandle().StructToArray - var yyq57 [5]bool - _, _, _ = yysep57, yyq57, yy2arr57 - const yyr57 bool = false - yyq57[0] = x.Kind != "" - yyq57[1] = x.APIVersion != "" - yyq57[2] = true - yyq57[3] = true - yyq57[4] = true - var yynn57 int - if yyr57 || yy2arr57 { + yysep62 := !z.EncBinary() + yy2arr62 := z.EncBasicHandle().StructToArray + var yyq62 [5]bool + _, _, _ = yysep62, yyq62, yy2arr62 + const yyr62 bool = false + yyq62[0] = x.Kind != "" + yyq62[1] = x.APIVersion != "" + yyq62[2] = true + yyq62[3] = true + yyq62[4] = true + var yynn62 int + if yyr62 || yy2arr62 { r.EncodeArrayStart(5) } else { - yynn57 = 0 - for _, b := range yyq57 { + yynn62 = 0 + for _, b := range yyq62 { if b { - yynn57++ + yynn62++ } } - r.EncodeMapStart(yynn57) - yynn57 = 0 + r.EncodeMapStart(yynn62) + yynn62 = 0 } - if yyr57 || yy2arr57 { + if yyr62 || yy2arr62 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq57[0] { - yym59 := z.EncBinary() - _ = yym59 + if yyq62[0] { + yym64 := z.EncBinary() + _ = yym64 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -742,23 +790,23 @@ func (x *PodDisruptionBudget) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq57[0] { + if yyq62[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym60 := z.EncBinary() - _ = yym60 + yym65 := z.EncBinary() + _ = yym65 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr57 || yy2arr57 { + if yyr62 || yy2arr62 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq57[1] { - yym62 := z.EncBinary() - _ = yym62 + if yyq62[1] { + yym67 := z.EncBinary() + _ = yym67 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -767,70 +815,70 @@ func (x *PodDisruptionBudget) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq57[1] { + if yyq62[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym63 := z.EncBinary() - _ = yym63 + yym68 := z.EncBinary() + _ = yym68 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr57 || yy2arr57 { + if yyr62 || yy2arr62 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq57[2] { - yy65 := &x.ObjectMeta - yy65.CodecEncodeSelf(e) + if yyq62[2] { + yy70 := &x.ObjectMeta + yy70.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq57[2] { + if yyq62[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy66 := &x.ObjectMeta - yy66.CodecEncodeSelf(e) + yy71 := &x.ObjectMeta + yy71.CodecEncodeSelf(e) } } - if yyr57 || yy2arr57 { + if yyr62 || yy2arr62 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq57[3] { - yy68 := &x.Spec - yy68.CodecEncodeSelf(e) + if yyq62[3] { + yy73 := &x.Spec + yy73.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq57[3] { + if yyq62[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy69 := &x.Spec - yy69.CodecEncodeSelf(e) + yy74 := &x.Spec + yy74.CodecEncodeSelf(e) } } - if yyr57 || yy2arr57 { + if yyr62 || yy2arr62 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq57[4] { - yy71 := &x.Status - yy71.CodecEncodeSelf(e) + if yyq62[4] { + yy76 := &x.Status + yy76.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq57[4] { + if yyq62[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy72 := &x.Status - yy72.CodecEncodeSelf(e) + yy77 := &x.Status + yy77.CodecEncodeSelf(e) } } - if yyr57 || yy2arr57 { + if yyr62 || yy2arr62 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -843,25 +891,25 @@ func (x *PodDisruptionBudget) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym73 := z.DecBinary() - _ = yym73 + yym78 := z.DecBinary() + _ = yym78 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct74 := r.ContainerType() - if yyct74 == codecSelferValueTypeMap1234 { - yyl74 := r.ReadMapStart() - if yyl74 == 0 { + yyct79 := r.ContainerType() + if yyct79 == codecSelferValueTypeMap1234 { + yyl79 := r.ReadMapStart() + if yyl79 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl74, d) + x.codecDecodeSelfFromMap(yyl79, d) } - } else if yyct74 == codecSelferValueTypeArray1234 { - yyl74 := r.ReadArrayStart() - if yyl74 == 0 { + } else if yyct79 == codecSelferValueTypeArray1234 { + yyl79 := r.ReadArrayStart() + if yyl79 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl74, d) + x.codecDecodeSelfFromArray(yyl79, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -873,12 +921,12 @@ func (x *PodDisruptionBudget) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys75Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys75Slc - var yyhl75 bool = l >= 0 - for yyj75 := 0; ; yyj75++ { - if yyhl75 { - if yyj75 >= l { + var yys80Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys80Slc + var yyhl80 bool = l >= 0 + for yyj80 := 0; ; yyj80++ { + if yyhl80 { + if yyj80 >= l { break } } else { @@ -887,10 +935,10 @@ func (x *PodDisruptionBudget) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys75Slc = r.DecodeBytes(yys75Slc, true, true) - yys75 := string(yys75Slc) + yys80Slc = r.DecodeBytes(yys80Slc, true, true) + yys80 := string(yys80Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys75 { + switch yys80 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -907,27 +955,27 @@ func (x *PodDisruptionBudget) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ObjectMeta = pkg3_v1.ObjectMeta{} } else { - yyv78 := &x.ObjectMeta - yyv78.CodecDecodeSelf(d) + yyv83 := &x.ObjectMeta + yyv83.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodDisruptionBudgetSpec{} } else { - yyv79 := &x.Spec - yyv79.CodecDecodeSelf(d) + yyv84 := &x.Spec + yyv84.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodDisruptionBudgetStatus{} } else { - yyv80 := &x.Status - yyv80.CodecDecodeSelf(d) + yyv85 := &x.Status + yyv85.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys75) - } // end switch yys75 - } // end for yyj75 + z.DecStructFieldNotFound(-1, yys80) + } // end switch yys80 + } // end for yyj80 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -935,16 +983,16 @@ func (x *PodDisruptionBudget) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj81 int - var yyb81 bool - var yyhl81 bool = l >= 0 - yyj81++ - if yyhl81 { - yyb81 = yyj81 > l + var yyj86 int + var yyb86 bool + var yyhl86 bool = l >= 0 + yyj86++ + if yyhl86 { + yyb86 = yyj86 > l } else { - yyb81 = r.CheckBreak() + yyb86 = r.CheckBreak() } - if yyb81 { + if yyb86 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -954,13 +1002,13 @@ func (x *PodDisruptionBudget) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj81++ - if yyhl81 { - yyb81 = yyj81 > l + yyj86++ + if yyhl86 { + yyb86 = yyj86 > l } else { - yyb81 = r.CheckBreak() + yyb86 = r.CheckBreak() } - if yyb81 { + if yyb86 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -970,13 +1018,13 @@ func (x *PodDisruptionBudget) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj81++ - if yyhl81 { - yyb81 = yyj81 > l + yyj86++ + if yyhl86 { + yyb86 = yyj86 > l } else { - yyb81 = r.CheckBreak() + yyb86 = r.CheckBreak() } - if yyb81 { + if yyb86 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -984,16 +1032,16 @@ func (x *PodDisruptionBudget) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ObjectMeta = pkg3_v1.ObjectMeta{} } else { - yyv84 := &x.ObjectMeta - yyv84.CodecDecodeSelf(d) + yyv89 := &x.ObjectMeta + yyv89.CodecDecodeSelf(d) } - yyj81++ - if yyhl81 { - yyb81 = yyj81 > l + yyj86++ + if yyhl86 { + yyb86 = yyj86 > l } else { - yyb81 = r.CheckBreak() + yyb86 = r.CheckBreak() } - if yyb81 { + if yyb86 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -1001,16 +1049,16 @@ func (x *PodDisruptionBudget) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Spec = PodDisruptionBudgetSpec{} } else { - yyv85 := &x.Spec - yyv85.CodecDecodeSelf(d) + yyv90 := &x.Spec + yyv90.CodecDecodeSelf(d) } - yyj81++ - if yyhl81 { - yyb81 = yyj81 > l + yyj86++ + if yyhl86 { + yyb86 = yyj86 > l } else { - yyb81 = r.CheckBreak() + yyb86 = r.CheckBreak() } - if yyb81 { + if yyb86 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -1018,21 +1066,21 @@ func (x *PodDisruptionBudget) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Status = PodDisruptionBudgetStatus{} } else { - yyv86 := &x.Status - yyv86.CodecDecodeSelf(d) + yyv91 := &x.Status + yyv91.CodecDecodeSelf(d) } for { - yyj81++ - if yyhl81 { - yyb81 = yyj81 > l + yyj86++ + if yyhl86 { + yyb86 = yyj86 > l } else { - yyb81 = r.CheckBreak() + yyb86 = r.CheckBreak() } - if yyb81 { + if yyb86 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj81-1, "") + z.DecStructFieldNotFound(yyj86-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -1044,37 +1092,37 @@ func (x *PodDisruptionBudgetList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym87 := z.EncBinary() - _ = yym87 + yym92 := z.EncBinary() + _ = yym92 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep88 := !z.EncBinary() - yy2arr88 := z.EncBasicHandle().StructToArray - var yyq88 [4]bool - _, _, _ = yysep88, yyq88, yy2arr88 - const yyr88 bool = false - yyq88[0] = x.Kind != "" - yyq88[1] = x.APIVersion != "" - yyq88[2] = true - var yynn88 int - if yyr88 || yy2arr88 { + yysep93 := !z.EncBinary() + yy2arr93 := z.EncBasicHandle().StructToArray + var yyq93 [4]bool + _, _, _ = yysep93, yyq93, yy2arr93 + const yyr93 bool = false + yyq93[0] = x.Kind != "" + yyq93[1] = x.APIVersion != "" + yyq93[2] = true + var yynn93 int + if yyr93 || yy2arr93 { r.EncodeArrayStart(4) } else { - yynn88 = 1 - for _, b := range yyq88 { + yynn93 = 1 + for _, b := range yyq93 { if b { - yynn88++ + yynn93++ } } - r.EncodeMapStart(yynn88) - yynn88 = 0 + r.EncodeMapStart(yynn93) + yynn93 = 0 } - if yyr88 || yy2arr88 { + if yyr93 || yy2arr93 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq88[0] { - yym90 := z.EncBinary() - _ = yym90 + if yyq93[0] { + yym95 := z.EncBinary() + _ = yym95 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -1083,23 +1131,23 @@ func (x *PodDisruptionBudgetList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq88[0] { + if yyq93[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym91 := z.EncBinary() - _ = yym91 + yym96 := z.EncBinary() + _ = yym96 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr88 || yy2arr88 { + if yyr93 || yy2arr93 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq88[1] { - yym93 := z.EncBinary() - _ = yym93 + if yyq93[1] { + yym98 := z.EncBinary() + _ = yym98 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -1108,54 +1156,54 @@ func (x *PodDisruptionBudgetList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq88[1] { + if yyq93[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym94 := z.EncBinary() - _ = yym94 + yym99 := z.EncBinary() + _ = yym99 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr88 || yy2arr88 { + if yyr93 || yy2arr93 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq88[2] { - yy96 := &x.ListMeta - yym97 := z.EncBinary() - _ = yym97 + if yyq93[2] { + yy101 := &x.ListMeta + yym102 := z.EncBinary() + _ = yym102 if false { - } else if z.HasExtensions() && z.EncExt(yy96) { + } else if z.HasExtensions() && z.EncExt(yy101) { } else { - z.EncFallback(yy96) + z.EncFallback(yy101) } } else { r.EncodeNil() } } else { - if yyq88[2] { + if yyq93[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy98 := &x.ListMeta - yym99 := z.EncBinary() - _ = yym99 + yy103 := &x.ListMeta + yym104 := z.EncBinary() + _ = yym104 if false { - } else if z.HasExtensions() && z.EncExt(yy98) { + } else if z.HasExtensions() && z.EncExt(yy103) { } else { - z.EncFallback(yy98) + z.EncFallback(yy103) } } } - if yyr88 || yy2arr88 { + if yyr93 || yy2arr93 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym101 := z.EncBinary() - _ = yym101 + yym106 := z.EncBinary() + _ = yym106 if false { } else { h.encSlicePodDisruptionBudget(([]PodDisruptionBudget)(x.Items), e) @@ -1168,15 +1216,15 @@ func (x *PodDisruptionBudgetList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym102 := z.EncBinary() - _ = yym102 + yym107 := z.EncBinary() + _ = yym107 if false { } else { h.encSlicePodDisruptionBudget(([]PodDisruptionBudget)(x.Items), e) } } } - if yyr88 || yy2arr88 { + if yyr93 || yy2arr93 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -1189,25 +1237,25 @@ func (x *PodDisruptionBudgetList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym103 := z.DecBinary() - _ = yym103 + yym108 := z.DecBinary() + _ = yym108 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct104 := r.ContainerType() - if yyct104 == codecSelferValueTypeMap1234 { - yyl104 := r.ReadMapStart() - if yyl104 == 0 { + yyct109 := r.ContainerType() + if yyct109 == codecSelferValueTypeMap1234 { + yyl109 := r.ReadMapStart() + if yyl109 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl104, d) + x.codecDecodeSelfFromMap(yyl109, d) } - } else if yyct104 == codecSelferValueTypeArray1234 { - yyl104 := r.ReadArrayStart() - if yyl104 == 0 { + } else if yyct109 == codecSelferValueTypeArray1234 { + yyl109 := r.ReadArrayStart() + if yyl109 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl104, d) + x.codecDecodeSelfFromArray(yyl109, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -1219,12 +1267,12 @@ func (x *PodDisruptionBudgetList) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys105Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys105Slc - var yyhl105 bool = l >= 0 - for yyj105 := 0; ; yyj105++ { - if yyhl105 { - if yyj105 >= l { + var yys110Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys110Slc + var yyhl110 bool = l >= 0 + for yyj110 := 0; ; yyj110++ { + if yyhl110 { + if yyj110 >= l { break } } else { @@ -1233,10 +1281,10 @@ func (x *PodDisruptionBudgetList) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys105Slc = r.DecodeBytes(yys105Slc, true, true) - yys105 := string(yys105Slc) + yys110Slc = r.DecodeBytes(yys110Slc, true, true) + yys110 := string(yys110Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys105 { + switch yys110 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -1253,31 +1301,31 @@ func (x *PodDisruptionBudgetList) codecDecodeSelfFromMap(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv108 := &x.ListMeta - yym109 := z.DecBinary() - _ = yym109 + yyv113 := &x.ListMeta + yym114 := z.DecBinary() + _ = yym114 if false { - } else if z.HasExtensions() && z.DecExt(yyv108) { + } else if z.HasExtensions() && z.DecExt(yyv113) { } else { - z.DecFallback(yyv108, false) + z.DecFallback(yyv113, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv110 := &x.Items - yym111 := z.DecBinary() - _ = yym111 + yyv115 := &x.Items + yym116 := z.DecBinary() + _ = yym116 if false { } else { - h.decSlicePodDisruptionBudget((*[]PodDisruptionBudget)(yyv110), d) + h.decSlicePodDisruptionBudget((*[]PodDisruptionBudget)(yyv115), d) } } default: - z.DecStructFieldNotFound(-1, yys105) - } // end switch yys105 - } // end for yyj105 + z.DecStructFieldNotFound(-1, yys110) + } // end switch yys110 + } // end for yyj110 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -1285,16 +1333,16 @@ func (x *PodDisruptionBudgetList) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj112 int - var yyb112 bool - var yyhl112 bool = l >= 0 - yyj112++ - if yyhl112 { - yyb112 = yyj112 > l + var yyj117 int + var yyb117 bool + var yyhl117 bool = l >= 0 + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l } else { - yyb112 = r.CheckBreak() + yyb117 = r.CheckBreak() } - if yyb112 { + if yyb117 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -1304,13 +1352,13 @@ func (x *PodDisruptionBudgetList) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Kind = string(r.DecodeString()) } - yyj112++ - if yyhl112 { - yyb112 = yyj112 > l + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l } else { - yyb112 = r.CheckBreak() + yyb117 = r.CheckBreak() } - if yyb112 { + if yyb117 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -1320,13 +1368,13 @@ func (x *PodDisruptionBudgetList) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.APIVersion = string(r.DecodeString()) } - yyj112++ - if yyhl112 { - yyb112 = yyj112 > l + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l } else { - yyb112 = r.CheckBreak() + yyb117 = r.CheckBreak() } - if yyb112 { + if yyb117 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -1334,22 +1382,22 @@ func (x *PodDisruptionBudgetList) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv115 := &x.ListMeta - yym116 := z.DecBinary() - _ = yym116 + yyv120 := &x.ListMeta + yym121 := z.DecBinary() + _ = yym121 if false { - } else if z.HasExtensions() && z.DecExt(yyv115) { + } else if z.HasExtensions() && z.DecExt(yyv120) { } else { - z.DecFallback(yyv115, false) + z.DecFallback(yyv120, false) } } - yyj112++ - if yyhl112 { - yyb112 = yyj112 > l + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l } else { - yyb112 = r.CheckBreak() + yyb117 = r.CheckBreak() } - if yyb112 { + if yyb117 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -1357,26 +1405,26 @@ func (x *PodDisruptionBudgetList) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Items = nil } else { - yyv117 := &x.Items - yym118 := z.DecBinary() - _ = yym118 + yyv122 := &x.Items + yym123 := z.DecBinary() + _ = yym123 if false { } else { - h.decSlicePodDisruptionBudget((*[]PodDisruptionBudget)(yyv117), d) + h.decSlicePodDisruptionBudget((*[]PodDisruptionBudget)(yyv122), d) } } for { - yyj112++ - if yyhl112 { - yyb112 = yyj112 > l + yyj117++ + if yyhl117 { + yyb117 = yyj117 > l } else { - yyb112 = r.CheckBreak() + yyb117 = r.CheckBreak() } - if yyb112 { + if yyb117 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj112-1, "") + z.DecStructFieldNotFound(yyj117-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -1388,38 +1436,38 @@ func (x *Eviction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym119 := z.EncBinary() - _ = yym119 + yym124 := z.EncBinary() + _ = yym124 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep120 := !z.EncBinary() - yy2arr120 := z.EncBasicHandle().StructToArray - var yyq120 [4]bool - _, _, _ = yysep120, yyq120, yy2arr120 - const yyr120 bool = false - yyq120[0] = x.Kind != "" - yyq120[1] = x.APIVersion != "" - yyq120[2] = true - yyq120[3] = x.DeleteOptions != nil - var yynn120 int - if yyr120 || yy2arr120 { + yysep125 := !z.EncBinary() + yy2arr125 := z.EncBasicHandle().StructToArray + var yyq125 [4]bool + _, _, _ = yysep125, yyq125, yy2arr125 + const yyr125 bool = false + yyq125[0] = x.Kind != "" + yyq125[1] = x.APIVersion != "" + yyq125[2] = true + yyq125[3] = x.DeleteOptions != nil + var yynn125 int + if yyr125 || yy2arr125 { r.EncodeArrayStart(4) } else { - yynn120 = 0 - for _, b := range yyq120 { + yynn125 = 0 + for _, b := range yyq125 { if b { - yynn120++ + yynn125++ } } - r.EncodeMapStart(yynn120) - yynn120 = 0 + r.EncodeMapStart(yynn125) + yynn125 = 0 } - if yyr120 || yy2arr120 { + if yyr125 || yy2arr125 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq120[0] { - yym122 := z.EncBinary() - _ = yym122 + if yyq125[0] { + yym127 := z.EncBinary() + _ = yym127 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -1428,23 +1476,23 @@ func (x *Eviction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq120[0] { + if yyq125[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym123 := z.EncBinary() - _ = yym123 + yym128 := z.EncBinary() + _ = yym128 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr120 || yy2arr120 { + if yyr125 || yy2arr125 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq120[1] { - yym125 := z.EncBinary() - _ = yym125 + if yyq125[1] { + yym130 := z.EncBinary() + _ = yym130 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -1453,38 +1501,38 @@ func (x *Eviction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq120[1] { + if yyq125[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym126 := z.EncBinary() - _ = yym126 + yym131 := z.EncBinary() + _ = yym131 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr120 || yy2arr120 { + if yyr125 || yy2arr125 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq120[2] { - yy128 := &x.ObjectMeta - yy128.CodecEncodeSelf(e) + if yyq125[2] { + yy133 := &x.ObjectMeta + yy133.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq120[2] { + if yyq125[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy129 := &x.ObjectMeta - yy129.CodecEncodeSelf(e) + yy134 := &x.ObjectMeta + yy134.CodecEncodeSelf(e) } } - if yyr120 || yy2arr120 { + if yyr125 || yy2arr125 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq120[3] { + if yyq125[3] { if x.DeleteOptions == nil { r.EncodeNil() } else { @@ -1494,7 +1542,7 @@ func (x *Eviction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq120[3] { + if yyq125[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("deleteOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -1505,7 +1553,7 @@ func (x *Eviction) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr120 || yy2arr120 { + if yyr125 || yy2arr125 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -1518,25 +1566,25 @@ func (x *Eviction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym131 := z.DecBinary() - _ = yym131 + yym136 := z.DecBinary() + _ = yym136 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct132 := r.ContainerType() - if yyct132 == codecSelferValueTypeMap1234 { - yyl132 := r.ReadMapStart() - if yyl132 == 0 { + yyct137 := r.ContainerType() + if yyct137 == codecSelferValueTypeMap1234 { + yyl137 := r.ReadMapStart() + if yyl137 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl132, d) + x.codecDecodeSelfFromMap(yyl137, d) } - } else if yyct132 == codecSelferValueTypeArray1234 { - yyl132 := r.ReadArrayStart() - if yyl132 == 0 { + } else if yyct137 == codecSelferValueTypeArray1234 { + yyl137 := r.ReadArrayStart() + if yyl137 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl132, d) + x.codecDecodeSelfFromArray(yyl137, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -1548,12 +1596,12 @@ func (x *Eviction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys133Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys133Slc - var yyhl133 bool = l >= 0 - for yyj133 := 0; ; yyj133++ { - if yyhl133 { - if yyj133 >= l { + var yys138Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys138Slc + var yyhl138 bool = l >= 0 + for yyj138 := 0; ; yyj138++ { + if yyhl138 { + if yyj138 >= l { break } } else { @@ -1562,10 +1610,10 @@ func (x *Eviction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys133Slc = r.DecodeBytes(yys133Slc, true, true) - yys133 := string(yys133Slc) + yys138Slc = r.DecodeBytes(yys138Slc, true, true) + yys138 := string(yys138Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys133 { + switch yys138 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -1582,8 +1630,8 @@ func (x *Eviction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg3_v1.ObjectMeta{} } else { - yyv136 := &x.ObjectMeta - yyv136.CodecDecodeSelf(d) + yyv141 := &x.ObjectMeta + yyv141.CodecDecodeSelf(d) } case "deleteOptions": if r.TryDecodeAsNil() { @@ -1597,9 +1645,9 @@ func (x *Eviction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.DeleteOptions.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys133) - } // end switch yys133 - } // end for yyj133 + z.DecStructFieldNotFound(-1, yys138) + } // end switch yys138 + } // end for yyj138 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -1607,16 +1655,16 @@ func (x *Eviction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj138 int - var yyb138 bool - var yyhl138 bool = l >= 0 - yyj138++ - if yyhl138 { - yyb138 = yyj138 > l + var yyj143 int + var yyb143 bool + var yyhl143 bool = l >= 0 + yyj143++ + if yyhl143 { + yyb143 = yyj143 > l } else { - yyb138 = r.CheckBreak() + yyb143 = r.CheckBreak() } - if yyb138 { + if yyb143 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -1626,13 +1674,13 @@ func (x *Eviction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj138++ - if yyhl138 { - yyb138 = yyj138 > l + yyj143++ + if yyhl143 { + yyb143 = yyj143 > l } else { - yyb138 = r.CheckBreak() + yyb143 = r.CheckBreak() } - if yyb138 { + if yyb143 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -1642,13 +1690,13 @@ func (x *Eviction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj138++ - if yyhl138 { - yyb138 = yyj138 > l + yyj143++ + if yyhl143 { + yyb143 = yyj143 > l } else { - yyb138 = r.CheckBreak() + yyb143 = r.CheckBreak() } - if yyb138 { + if yyb143 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -1656,16 +1704,16 @@ func (x *Eviction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg3_v1.ObjectMeta{} } else { - yyv141 := &x.ObjectMeta - yyv141.CodecDecodeSelf(d) + yyv146 := &x.ObjectMeta + yyv146.CodecDecodeSelf(d) } - yyj138++ - if yyhl138 { - yyb138 = yyj138 > l + yyj143++ + if yyhl143 { + yyb143 = yyj143 > l } else { - yyb138 = r.CheckBreak() + yyb143 = r.CheckBreak() } - if yyb138 { + if yyb143 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -1681,17 +1729,17 @@ func (x *Eviction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.DeleteOptions.CodecDecodeSelf(d) } for { - yyj138++ - if yyhl138 { - yyb138 = yyj138 > l + yyj143++ + if yyhl143 { + yyb143 = yyj143 > l } else { - yyb138 = r.CheckBreak() + yyb143 = r.CheckBreak() } - if yyb138 { + if yyb143 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj138-1, "") + z.DecStructFieldNotFound(yyj143-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -1701,26 +1749,26 @@ func (x codecSelfer1234) encMapstringunversioned_Time(v map[string]pkg2_unversio z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk143, yyv143 := range v { + for yyk148, yyv148 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yym144 := z.EncBinary() - _ = yym144 + yym149 := z.EncBinary() + _ = yym149 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yyk143)) + r.EncodeString(codecSelferC_UTF81234, string(yyk148)) } z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy145 := &yyv143 - yym146 := z.EncBinary() - _ = yym146 + yy150 := &yyv148 + yym151 := z.EncBinary() + _ = yym151 if false { - } else if z.HasExtensions() && z.EncExt(yy145) { - } else if yym146 { - z.EncBinaryMarshal(yy145) - } else if !yym146 && z.IsJSONHandle() { - z.EncJSONMarshal(yy145) + } else if z.HasExtensions() && z.EncExt(yy150) { + } else if yym151 { + z.EncBinaryMarshal(yy150) + } else if !yym151 && z.IsJSONHandle() { + z.EncJSONMarshal(yy150) } else { - z.EncFallback(yy145) + z.EncFallback(yy150) } } z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -1731,90 +1779,90 @@ func (x codecSelfer1234) decMapstringunversioned_Time(v *map[string]pkg2_unversi z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv147 := *v - yyl147 := r.ReadMapStart() - yybh147 := z.DecBasicHandle() - if yyv147 == nil { - yyrl147, _ := z.DecInferLen(yyl147, yybh147.MaxInitLen, 40) - yyv147 = make(map[string]pkg2_unversioned.Time, yyrl147) - *v = yyv147 + yyv152 := *v + yyl152 := r.ReadMapStart() + yybh152 := z.DecBasicHandle() + if yyv152 == nil { + yyrl152, _ := z.DecInferLen(yyl152, yybh152.MaxInitLen, 40) + yyv152 = make(map[string]pkg2_unversioned.Time, yyrl152) + *v = yyv152 } - var yymk147 string - var yymv147 pkg2_unversioned.Time - var yymg147 bool - if yybh147.MapValueReset { - yymg147 = true + var yymk152 string + var yymv152 pkg2_unversioned.Time + var yymg152 bool + if yybh152.MapValueReset { + yymg152 = true } - if yyl147 > 0 { - for yyj147 := 0; yyj147 < yyl147; yyj147++ { + if yyl152 > 0 { + for yyj152 := 0; yyj152 < yyl152; yyj152++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk147 = "" + yymk152 = "" } else { - yymk147 = string(r.DecodeString()) + yymk152 = string(r.DecodeString()) } - if yymg147 { - yymv147 = yyv147[yymk147] + if yymg152 { + yymv152 = yyv152[yymk152] } else { - yymv147 = pkg2_unversioned.Time{} + yymv152 = pkg2_unversioned.Time{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv147 = pkg2_unversioned.Time{} + yymv152 = pkg2_unversioned.Time{} } else { - yyv149 := &yymv147 - yym150 := z.DecBinary() - _ = yym150 + yyv154 := &yymv152 + yym155 := z.DecBinary() + _ = yym155 if false { - } else if z.HasExtensions() && z.DecExt(yyv149) { - } else if yym150 { - z.DecBinaryUnmarshal(yyv149) - } else if !yym150 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv149) + } else if z.HasExtensions() && z.DecExt(yyv154) { + } else if yym155 { + z.DecBinaryUnmarshal(yyv154) + } else if !yym155 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv154) } else { - z.DecFallback(yyv149, false) + z.DecFallback(yyv154, false) } } - if yyv147 != nil { - yyv147[yymk147] = yymv147 + if yyv152 != nil { + yyv152[yymk152] = yymv152 } } - } else if yyl147 < 0 { - for yyj147 := 0; !r.CheckBreak(); yyj147++ { + } else if yyl152 < 0 { + for yyj152 := 0; !r.CheckBreak(); yyj152++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk147 = "" + yymk152 = "" } else { - yymk147 = string(r.DecodeString()) + yymk152 = string(r.DecodeString()) } - if yymg147 { - yymv147 = yyv147[yymk147] + if yymg152 { + yymv152 = yyv152[yymk152] } else { - yymv147 = pkg2_unversioned.Time{} + yymv152 = pkg2_unversioned.Time{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv147 = pkg2_unversioned.Time{} + yymv152 = pkg2_unversioned.Time{} } else { - yyv152 := &yymv147 - yym153 := z.DecBinary() - _ = yym153 + yyv157 := &yymv152 + yym158 := z.DecBinary() + _ = yym158 if false { - } else if z.HasExtensions() && z.DecExt(yyv152) { - } else if yym153 { - z.DecBinaryUnmarshal(yyv152) - } else if !yym153 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv152) + } else if z.HasExtensions() && z.DecExt(yyv157) { + } else if yym158 { + z.DecBinaryUnmarshal(yyv157) + } else if !yym158 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv157) } else { - z.DecFallback(yyv152, false) + z.DecFallback(yyv157, false) } } - if yyv147 != nil { - yyv147[yymk147] = yymv147 + if yyv152 != nil { + yyv152[yymk152] = yymv152 } } } // else len==0: TODO: Should we clear map entries? @@ -1826,10 +1874,10 @@ func (x codecSelfer1234) encSlicePodDisruptionBudget(v []PodDisruptionBudget, e z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv154 := range v { + for _, yyv159 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy155 := &yyv154 - yy155.CodecEncodeSelf(e) + yy160 := &yyv159 + yy160.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -1839,83 +1887,83 @@ func (x codecSelfer1234) decSlicePodDisruptionBudget(v *[]PodDisruptionBudget, d z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv156 := *v - yyh156, yyl156 := z.DecSliceHelperStart() - var yyc156 bool - if yyl156 == 0 { - if yyv156 == nil { - yyv156 = []PodDisruptionBudget{} - yyc156 = true - } else if len(yyv156) != 0 { - yyv156 = yyv156[:0] - yyc156 = true + yyv161 := *v + yyh161, yyl161 := z.DecSliceHelperStart() + var yyc161 bool + if yyl161 == 0 { + if yyv161 == nil { + yyv161 = []PodDisruptionBudget{} + yyc161 = true + } else if len(yyv161) != 0 { + yyv161 = yyv161[:0] + yyc161 = true } - } else if yyl156 > 0 { - var yyrr156, yyrl156 int - var yyrt156 bool - if yyl156 > cap(yyv156) { + } else if yyl161 > 0 { + var yyrr161, yyrl161 int + var yyrt161 bool + if yyl161 > cap(yyv161) { - yyrg156 := len(yyv156) > 0 - yyv2156 := yyv156 - yyrl156, yyrt156 = z.DecInferLen(yyl156, z.DecBasicHandle().MaxInitLen, 320) - if yyrt156 { - if yyrl156 <= cap(yyv156) { - yyv156 = yyv156[:yyrl156] + yyrg161 := len(yyv161) > 0 + yyv2161 := yyv161 + yyrl161, yyrt161 = z.DecInferLen(yyl161, z.DecBasicHandle().MaxInitLen, 328) + if yyrt161 { + if yyrl161 <= cap(yyv161) { + yyv161 = yyv161[:yyrl161] } else { - yyv156 = make([]PodDisruptionBudget, yyrl156) + yyv161 = make([]PodDisruptionBudget, yyrl161) } } else { - yyv156 = make([]PodDisruptionBudget, yyrl156) + yyv161 = make([]PodDisruptionBudget, yyrl161) } - yyc156 = true - yyrr156 = len(yyv156) - if yyrg156 { - copy(yyv156, yyv2156) + yyc161 = true + yyrr161 = len(yyv161) + if yyrg161 { + copy(yyv161, yyv2161) } - } else if yyl156 != len(yyv156) { - yyv156 = yyv156[:yyl156] - yyc156 = true + } else if yyl161 != len(yyv161) { + yyv161 = yyv161[:yyl161] + yyc161 = true } - yyj156 := 0 - for ; yyj156 < yyrr156; yyj156++ { - yyh156.ElemContainerState(yyj156) + yyj161 := 0 + for ; yyj161 < yyrr161; yyj161++ { + yyh161.ElemContainerState(yyj161) if r.TryDecodeAsNil() { - yyv156[yyj156] = PodDisruptionBudget{} + yyv161[yyj161] = PodDisruptionBudget{} } else { - yyv157 := &yyv156[yyj156] - yyv157.CodecDecodeSelf(d) + yyv162 := &yyv161[yyj161] + yyv162.CodecDecodeSelf(d) } } - if yyrt156 { - for ; yyj156 < yyl156; yyj156++ { - yyv156 = append(yyv156, PodDisruptionBudget{}) - yyh156.ElemContainerState(yyj156) + if yyrt161 { + for ; yyj161 < yyl161; yyj161++ { + yyv161 = append(yyv161, PodDisruptionBudget{}) + yyh161.ElemContainerState(yyj161) if r.TryDecodeAsNil() { - yyv156[yyj156] = PodDisruptionBudget{} + yyv161[yyj161] = PodDisruptionBudget{} } else { - yyv158 := &yyv156[yyj156] - yyv158.CodecDecodeSelf(d) + yyv163 := &yyv161[yyj161] + yyv163.CodecDecodeSelf(d) } } } } else { - yyj156 := 0 - for ; !r.CheckBreak(); yyj156++ { + yyj161 := 0 + for ; !r.CheckBreak(); yyj161++ { - if yyj156 >= len(yyv156) { - yyv156 = append(yyv156, PodDisruptionBudget{}) // var yyz156 PodDisruptionBudget - yyc156 = true + if yyj161 >= len(yyv161) { + yyv161 = append(yyv161, PodDisruptionBudget{}) // var yyz161 PodDisruptionBudget + yyc161 = true } - yyh156.ElemContainerState(yyj156) - if yyj156 < len(yyv156) { + yyh161.ElemContainerState(yyj161) + if yyj161 < len(yyv161) { if r.TryDecodeAsNil() { - yyv156[yyj156] = PodDisruptionBudget{} + yyv161[yyj161] = PodDisruptionBudget{} } else { - yyv159 := &yyv156[yyj156] - yyv159.CodecDecodeSelf(d) + yyv164 := &yyv161[yyj161] + yyv164.CodecDecodeSelf(d) } } else { @@ -1923,16 +1971,16 @@ func (x codecSelfer1234) decSlicePodDisruptionBudget(v *[]PodDisruptionBudget, d } } - if yyj156 < len(yyv156) { - yyv156 = yyv156[:yyj156] - yyc156 = true - } else if yyj156 == 0 && yyv156 == nil { - yyv156 = []PodDisruptionBudget{} - yyc156 = true + if yyj161 < len(yyv161) { + yyv161 = yyv161[:yyj161] + yyc161 = true + } else if yyj161 == 0 && yyv161 == nil { + yyv161 = []PodDisruptionBudget{} + yyc161 = true } } - yyh156.End() - if yyc156 { - *v = yyv156 + yyh161.End() + if yyc161 { + *v = yyv161 } } diff --git a/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/types.go b/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/types.go index 2c578fd59e..cc892d965a 100644 --- a/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/types.go +++ b/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/types.go @@ -38,17 +38,10 @@ type PodDisruptionBudgetSpec struct { // PodDisruptionBudgetStatus represents information about the status of a // PodDisruptionBudget. Status may trail the actual state of a system. type PodDisruptionBudgetStatus struct { - // Number of pod disruptions that are currently allowed. - PodDisruptionsAllowed int32 `json:"disruptionsAllowed" protobuf:"varint,1,opt,name=disruptionsAllowed"` - - // current number of healthy pods - CurrentHealthy int32 `json:"currentHealthy" protobuf:"varint,2,opt,name=currentHealthy"` - - // minimum desired number of healthy pods - DesiredHealthy int32 `json:"desiredHealthy" protobuf:"varint,3,opt,name=desiredHealthy"` - - // total number of pods counted by this disruption budget - ExpectedPods int32 `json:"expectedPods" protobuf:"varint,4,opt,name=expectedPods"` + // Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other + // status informatio is valid only if observedGeneration equals to PDB's object generation. + // +optional + ObservedGeneration int64 `json:"observedGeneration,omitempty" protobuf:"varint,1,opt,name=observedGeneration"` // DisruptedPods contains information about pods whose eviction was // processed by the API server eviction subresource handler but has not @@ -61,7 +54,19 @@ type PodDisruptionBudgetStatus struct { // the list automatically by PodDisruptionBudget controller after some time. // If everything goes smooth this map should be empty for the most of the time. // Large number of entries in the map may indicate problems with pod deletions. - DisruptedPods map[string]unversioned.Time `json:"disruptedPods" protobuf:"bytes,5,rep,name=disruptedPods"` + DisruptedPods map[string]unversioned.Time `json:"disruptedPods" protobuf:"bytes,2,rep,name=disruptedPods"` + + // Number of pod disruptions that are currently allowed. + PodDisruptionsAllowed int32 `json:"disruptionsAllowed" protobuf:"varint,3,opt,name=disruptionsAllowed"` + + // current number of healthy pods + CurrentHealthy int32 `json:"currentHealthy" protobuf:"varint,4,opt,name=currentHealthy"` + + // minimum desired number of healthy pods + DesiredHealthy int32 `json:"desiredHealthy" protobuf:"varint,5,opt,name=desiredHealthy"` + + // total number of pods counted by this disruption budget + ExpectedPods int32 `json:"expectedPods" protobuf:"varint,6,opt,name=expectedPods"` } // +genclient=true diff --git a/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/types_swagger_doc_generated.go b/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/types_swagger_doc_generated.go index c1823a6918..d919856b25 100644 --- a/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/types_swagger_doc_generated.go +++ b/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/types_swagger_doc_generated.go @@ -67,11 +67,12 @@ func (PodDisruptionBudgetSpec) SwaggerDoc() map[string]string { var map_PodDisruptionBudgetStatus = map[string]string{ "": "PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system.", + "observedGeneration": "Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other status informatio is valid only if observedGeneration equals to PDB's object generation.", + "disruptedPods": "DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn't occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions.", "disruptionsAllowed": "Number of pod disruptions that are currently allowed.", "currentHealthy": "current number of healthy pods", "desiredHealthy": "minimum desired number of healthy pods", "expectedPods": "total number of pods counted by this disruption budget", - "disruptedPods": "DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn't occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions.", } func (PodDisruptionBudgetStatus) SwaggerDoc() map[string]string { diff --git a/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/zz_generated.conversion.go b/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/zz_generated.conversion.go index b515d61917..1cb8af3b74 100644 --- a/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/zz_generated.conversion.go +++ b/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/zz_generated.conversion.go @@ -154,11 +154,12 @@ func Convert_policy_PodDisruptionBudgetSpec_To_v1beta1_PodDisruptionBudgetSpec(i } func autoConvert_v1beta1_PodDisruptionBudgetStatus_To_policy_PodDisruptionBudgetStatus(in *PodDisruptionBudgetStatus, out *policy.PodDisruptionBudgetStatus, s conversion.Scope) error { + out.ObservedGeneration = in.ObservedGeneration + out.DisruptedPods = *(*map[string]unversioned.Time)(unsafe.Pointer(&in.DisruptedPods)) out.PodDisruptionsAllowed = in.PodDisruptionsAllowed out.CurrentHealthy = in.CurrentHealthy out.DesiredHealthy = in.DesiredHealthy out.ExpectedPods = in.ExpectedPods - out.DisruptedPods = *(*map[string]unversioned.Time)(unsafe.Pointer(&in.DisruptedPods)) return nil } @@ -167,11 +168,12 @@ func Convert_v1beta1_PodDisruptionBudgetStatus_To_policy_PodDisruptionBudgetStat } func autoConvert_policy_PodDisruptionBudgetStatus_To_v1beta1_PodDisruptionBudgetStatus(in *policy.PodDisruptionBudgetStatus, out *PodDisruptionBudgetStatus, s conversion.Scope) error { + out.ObservedGeneration = in.ObservedGeneration + out.DisruptedPods = *(*map[string]unversioned.Time)(unsafe.Pointer(&in.DisruptedPods)) out.PodDisruptionsAllowed = in.PodDisruptionsAllowed out.CurrentHealthy = in.CurrentHealthy out.DesiredHealthy = in.DesiredHealthy out.ExpectedPods = in.ExpectedPods - out.DisruptedPods = *(*map[string]unversioned.Time)(unsafe.Pointer(&in.DisruptedPods)) return nil } diff --git a/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/zz_generated.deepcopy.go b/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/zz_generated.deepcopy.go index 0cd6b7c268..08f58fde52 100644 --- a/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/zz_generated.deepcopy.go +++ b/staging/src/k8s.io/client-go/pkg/apis/policy/v1beta1/zz_generated.deepcopy.go @@ -126,10 +126,7 @@ func DeepCopy_v1beta1_PodDisruptionBudgetStatus(in interface{}, out interface{}, { in := in.(*PodDisruptionBudgetStatus) out := out.(*PodDisruptionBudgetStatus) - out.PodDisruptionsAllowed = in.PodDisruptionsAllowed - out.CurrentHealthy = in.CurrentHealthy - out.DesiredHealthy = in.DesiredHealthy - out.ExpectedPods = in.ExpectedPods + out.ObservedGeneration = in.ObservedGeneration if in.DisruptedPods != nil { in, out := &in.DisruptedPods, &out.DisruptedPods *out = make(map[string]unversioned.Time) @@ -139,6 +136,10 @@ func DeepCopy_v1beta1_PodDisruptionBudgetStatus(in interface{}, out interface{}, } else { out.DisruptedPods = nil } + out.PodDisruptionsAllowed = in.PodDisruptionsAllowed + out.CurrentHealthy = in.CurrentHealthy + out.DesiredHealthy = in.DesiredHealthy + out.ExpectedPods = in.ExpectedPods return nil } } diff --git a/staging/src/k8s.io/client-go/pkg/apis/policy/zz_generated.deepcopy.go b/staging/src/k8s.io/client-go/pkg/apis/policy/zz_generated.deepcopy.go index 5215c480d4..6d9dd0e9c1 100644 --- a/staging/src/k8s.io/client-go/pkg/apis/policy/zz_generated.deepcopy.go +++ b/staging/src/k8s.io/client-go/pkg/apis/policy/zz_generated.deepcopy.go @@ -126,10 +126,7 @@ func DeepCopy_policy_PodDisruptionBudgetStatus(in interface{}, out interface{}, { in := in.(*PodDisruptionBudgetStatus) out := out.(*PodDisruptionBudgetStatus) - out.PodDisruptionsAllowed = in.PodDisruptionsAllowed - out.CurrentHealthy = in.CurrentHealthy - out.DesiredHealthy = in.DesiredHealthy - out.ExpectedPods = in.ExpectedPods + out.ObservedGeneration = in.ObservedGeneration if in.DisruptedPods != nil { in, out := &in.DisruptedPods, &out.DisruptedPods *out = make(map[string]unversioned.Time) @@ -139,6 +136,10 @@ func DeepCopy_policy_PodDisruptionBudgetStatus(in interface{}, out interface{}, } else { out.DisruptedPods = nil } + out.PodDisruptionsAllowed = in.PodDisruptionsAllowed + out.CurrentHealthy = in.CurrentHealthy + out.DesiredHealthy = in.DesiredHealthy + out.ExpectedPods = in.ExpectedPods return nil } } diff --git a/staging/src/k8s.io/client-go/pkg/auth/user/user.go b/staging/src/k8s.io/client-go/pkg/auth/user/user.go index c48695b6d5..3af1959888 100644 --- a/staging/src/k8s.io/client-go/pkg/auth/user/user.go +++ b/staging/src/k8s.io/client-go/pkg/auth/user/user.go @@ -69,6 +69,7 @@ func (i *DefaultInfo) GetExtra() map[string][]string { // well-known user and group names const ( SystemPrivilegedGroup = "system:masters" + NodesGroup = "system:nodes" AllUnauthenticated = "system:unauthenticated" AllAuthenticated = "system:authenticated" diff --git a/staging/src/k8s.io/client-go/pkg/util/wait/wait.go b/staging/src/k8s.io/client-go/pkg/util/wait/wait.go index 979ce168bb..5bda688b0c 100644 --- a/staging/src/k8s.io/client-go/pkg/util/wait/wait.go +++ b/staging/src/k8s.io/client-go/pkg/util/wait/wait.go @@ -36,33 +36,42 @@ var ForeverTestTimeout = time.Second * 30 // NeverStop may be passed to Until to make it never stop. var NeverStop <-chan struct{} = make(chan struct{}) -// Forever is syntactic sugar on top of Until +// Forever calls f every period for ever. +// +// Forever is syntactic sugar on top of Until. func Forever(f func(), period time.Duration) { Until(f, period, NeverStop) } // Until loops until stop channel is closed, running f every period. -// Until is syntactic sugar on top of JitterUntil with zero jitter -// factor, with sliding = true (which means the timer for period -// starts after the f completes). +// +// Until is syntactic sugar on top of JitterUntil with zero jitter factor and +// with sliding = true (which means the timer for period starts after the f +// completes). func Until(f func(), period time.Duration, stopCh <-chan struct{}) { JitterUntil(f, period, 0.0, true, stopCh) } // NonSlidingUntil loops until stop channel is closed, running f every -// period. NonSlidingUntil is syntactic sugar on top of JitterUntil -// with zero jitter factor, with sliding = false (meaning the timer for -// period starts at the same time as the function starts). +// period. +// +// NonSlidingUntil is syntactic sugar on top of JitterUntil with zero jitter +// factor, with sliding = false (meaning the timer for period starts at the same +// time as the function starts). func NonSlidingUntil(f func(), period time.Duration, stopCh <-chan struct{}) { JitterUntil(f, period, 0.0, false, stopCh) } // JitterUntil loops until stop channel is closed, running f every period. +// // If jitterFactor is positive, the period is jittered before every run of f. -// If jitterFactor is not positive, the period is unchanged. -// Catches any panics, and keeps going. f may not be invoked if -// stop channel is already closed. Pass NeverStop to Until if you -// don't want it stop. +// If jitterFactor is not positive, the period is unchanged and not jitterd. +// +// If slidingis true, the period is computed after f runs. If it is false then +// period includes the runtime for f. +// +// Close stopCh to stop. f may not be invoked if stop channel is already +// closed. Pass NeverStop to if you don't want it stop. func JitterUntil(f func(), period time.Duration, jitterFactor float64, sliding bool, stopCh <-chan struct{}) { for { @@ -104,9 +113,11 @@ func JitterUntil(f func(), period time.Duration, jitterFactor float64, sliding b } } -// Jitter returns a time.Duration between duration and duration + maxFactor * duration, -// to allow clients to avoid converging on periodic behavior. If maxFactor is 0.0, a -// suggested default value will be chosen. +// Jitter returns a time.Duration between duration and duration + maxFactor * +// duration. +// +// This allows clients to avoid converging on periodic behavior. If maxFactor +// is 0.0, a suggested default value will be chosen. func Jitter(duration time.Duration, maxFactor float64) time.Duration { if maxFactor <= 0.0 { maxFactor = 1.0 @@ -115,26 +126,31 @@ func Jitter(duration time.Duration, maxFactor float64) time.Duration { return wait } -// ErrWaitTimeout is returned when the condition exited without success +// ErrWaitTimeout is returned when the condition exited without success. var ErrWaitTimeout = errors.New("timed out waiting for the condition") // ConditionFunc returns true if the condition is satisfied, or an error // if the loop should be aborted. type ConditionFunc func() (done bool, err error) -// Backoff is parameters applied to a Backoff function. +// Backoff holds parameters applied to a Backoff function. type Backoff struct { - Duration time.Duration - Factor float64 - Jitter float64 - Steps int + Duration time.Duration // the base duration + Factor float64 // Duration is multipled by factor each iteration + Jitter float64 // The amount of jitter applied each iteration + Steps int // Exit with error after this many steps } -// ExponentialBackoff repeats a condition check up to steps times, increasing the wait -// by multipling the previous duration by factor. If jitter is greater than zero, -// a random amount of each duration is added (between duration and duration*(1+jitter)). -// If the condition never returns true, ErrWaitTimeout is returned. All other errors -// terminate immediately. +// ExponentialBackoff repeats a condition check with exponential backoff. +// +// It checks the condition up to Steps times, increasing the wait by multipling +// the previous duration by Factor. +// +// If Jitter is greater than zero, a random amount of each duration is added +// (between duration and duration*(1+jitter)). +// +// If the condition never returns true, ErrWaitTimeout is returned. All other +// errors terminate immediately. func ExponentialBackoff(backoff Backoff, condition ConditionFunc) error { duration := backoff.Duration for i := 0; i < backoff.Steps; i++ { @@ -154,22 +170,33 @@ func ExponentialBackoff(backoff Backoff, condition ConditionFunc) error { } // Poll tries a condition func until it returns true, an error, or the timeout -// is reached. condition will always be invoked at least once but some intervals -// may be missed if the condition takes too long or the time window is too short. +// is reached. +// +// Poll always waits the interval before the run of 'condition'. +// 'condition' will always be invoked at least once. +// +// Some intervals may be missed if the condition takes too long or the time +// window is too short. +// // If you want to Poll something forever, see PollInfinite. -// Poll always waits the interval before the first check of the condition. func Poll(interval, timeout time.Duration, condition ConditionFunc) error { return pollInternal(poller(interval, timeout), condition) } func pollInternal(wait WaitFunc, condition ConditionFunc) error { - done := make(chan struct{}) - defer close(done) - return WaitFor(wait, condition, done) + return WaitFor(wait, condition, NeverStop) } -// PollImmediate is identical to Poll, except that it performs the first check -// immediately, not waiting interval beforehand. +// PollImmediate tries a condition func until it returns true, an error, or the timeout +// is reached. +// +// Poll always checks 'condition' before waiting for the interval. 'condition' +// will always be invoked at least once. +// +// Some intervals may be missed if the condition takes too long or the time +// window is too short. +// +// If you want to Poll something forever, see PollInfinite. func PollImmediate(interval, timeout time.Duration, condition ConditionFunc) error { return pollImmediateInternal(poller(interval, timeout), condition) } @@ -185,16 +212,24 @@ func pollImmediateInternal(wait WaitFunc, condition ConditionFunc) error { return pollInternal(wait, condition) } -// PollInfinite polls forever. +// PollInfinite tries a condition func until it returns true or an error +// +// PollInfinite always waits the interval before the run of 'condition'. +// +// Some intervals may be missed if the condition takes too long or the time +// window is too short. func PollInfinite(interval time.Duration, condition ConditionFunc) error { done := make(chan struct{}) defer close(done) return PollUntil(interval, condition, done) } -// PollImmediateInfinite is identical to PollInfinite, except that it -// performs the first check immediately, not waiting interval -// beforehand. +// PollImmediateInfinite tries a condition func until it returns true or an error +// +// PollImmediateInfinite runs the 'condition' before waiting for the interval. +// +// Some intervals may be missed if the condition takes too long or the time +// window is too short. func PollImmediateInfinite(interval time.Duration, condition ConditionFunc) error { done, err := condition() if err != nil { @@ -206,7 +241,11 @@ func PollImmediateInfinite(interval time.Duration, condition ConditionFunc) erro return PollInfinite(interval, condition) } -// PollUntil is like Poll, but it takes a stop change instead of total duration +// PollUntil tries a condition func until it returns true, an error or stopCh is +// closed. +// +// PolUntil always waits interval before the first run of 'condition'. +// 'condition' will always be invoked at least once. func PollUntil(interval time.Duration, condition ConditionFunc, stopCh <-chan struct{}) error { return WaitFor(poller(interval, 0), condition, stopCh) } @@ -215,11 +254,16 @@ func PollUntil(interval time.Duration, condition ConditionFunc, stopCh <-chan st // should be executed and is closed when the last test should be invoked. type WaitFunc func(done <-chan struct{}) <-chan struct{} -// WaitFor gets a channel from wait(), and then invokes fn once for every value -// placed on the channel and once more when the channel is closed. If fn -// returns an error the loop ends and that error is returned, and if fn returns -// true the loop ends and nil is returned. ErrWaitTimeout will be returned if -// the channel is closed without fn ever returning true. +// WaitFor continually checks 'fn' as driven by 'wait'. +// +// WaitFor gets a channel from 'wait()'', and then invokes 'fn' once for every value +// placed on the channel and once more when the channel is closed. +// +// If 'fn' returns an error the loop ends and that error is returned, and if +// 'fn' returns true the loop ends and nil is returned. +// +// ErrWaitTimeout will be returned if the channel is closed without fn ever +// returning true. func WaitFor(wait WaitFunc, fn ConditionFunc, done <-chan struct{}) error { c := wait(done) for { @@ -238,11 +282,14 @@ func WaitFor(wait WaitFunc, fn ConditionFunc, done <-chan struct{}) error { return ErrWaitTimeout } -// poller returns a WaitFunc that will send to the channel every -// interval until timeout has elapsed and then close the channel. -// Over very short intervals you may receive no ticks before -// the channel is closed. If timeout is 0, the channel -// will never be closed. +// poller returns a WaitFunc that will send to the channel every interval until +// timeout has elapsed and then closes the channel. +// +// Over very short intervals you may receive no ticks before the channel is +// closed. A timeout of 0 is interpreted as an infinity. +// +// Output ticks are not buffered. If the channel is not ready to receive an +// item, the tick is skipped. func poller(interval, timeout time.Duration) WaitFunc { return WaitFunc(func(done <-chan struct{}) <-chan struct{} { ch := make(chan struct{}) diff --git a/staging/src/k8s.io/client-go/tools/cache/controller.go b/staging/src/k8s.io/client-go/tools/cache/controller.go index 8c814c99fa..ff4ec0122a 100644 --- a/staging/src/k8s.io/client-go/tools/cache/controller.go +++ b/staging/src/k8s.io/client-go/tools/cache/controller.go @@ -29,7 +29,7 @@ import ( type Config struct { // The queue for your objects; either a FIFO or // a DeltaFIFO. Your Process() function should accept - // the output of this Oueue's Pop() method. + // the output of this Queue's Pop() method. Queue // Something that can list and watch your objects. @@ -121,6 +121,11 @@ func (c *Controller) Requeue(obj interface{}) error { // TODO: Consider doing the processing in parallel. This will require a little thought // to make sure that we don't end up processing the same object multiple times // concurrently. +// +// TODO: Plumb through the stopCh here (and down to the queue) so that this can +// actually exit when the controller is stopped. Or just give up on this stuff +// ever being stoppable. Converting this whole package to use Context would +// also be helpful. func (c *Controller) processLoop() { for { obj, err := c.config.Queue.Pop(PopProcessFunc(c.config.Process)) @@ -134,7 +139,7 @@ func (c *Controller) processLoop() { } // ResourceEventHandler can handle notifications for events that happen to a -// resource. The events are informational only, so you can't return an +// resource. The events are informational only, so you can't return an // error. // * OnAdd is called when an object is added. // * OnUpdate is called when an object is modified. Note that oldObj is the diff --git a/staging/src/k8s.io/client-go/tools/cache/controller_test.go b/staging/src/k8s.io/client-go/tools/cache/controller_test.go index 4fcef1ffe4..2e74c11ec9 100644 --- a/staging/src/k8s.io/client-go/tools/cache/controller_test.go +++ b/staging/src/k8s.io/client-go/tools/cache/controller_test.go @@ -283,6 +283,9 @@ func TestHammerController(t *testing.T) { time.Sleep(100 * time.Millisecond) close(stop) + // TODO: Verify that no goroutines were leaked here and that everything shut + // down cleanly. + outputSetLock.Lock() t.Logf("got: %#v", outputSet) } diff --git a/staging/src/k8s.io/client-go/tools/cache/reflector.go b/staging/src/k8s.io/client-go/tools/cache/reflector.go index d189a1b53f..55da33ee89 100644 --- a/staging/src/k8s.io/client-go/tools/cache/reflector.go +++ b/staging/src/k8s.io/client-go/tools/cache/reflector.go @@ -45,7 +45,7 @@ import ( // Reflector watches a specified resource and causes all changes to be reflected in the given store. type Reflector struct { - // name identifies this reflector. By default it will be a file:line if possible. + // name identifies this reflector. By default it will be a file:line if possible. name string // The type of object we expect to place in the store. @@ -74,12 +74,6 @@ var ( // However, it can be modified to avoid periodic resync to break the // TCP connection. minWatchTimeout = 5 * time.Minute - // If we are within 'forceResyncThreshold' from the next planned resync - // and are just before issuing Watch(), resync will be forced now. - forceResyncThreshold = 3 * time.Second - // We try to set timeouts for Watch() so that we will finish about - // than 'timeoutThreshold' from next planned periodic resync. - timeoutThreshold = 1 * time.Second ) // NewNamespaceKeyedIndexerAndReflector creates an Indexer and a Reflector @@ -114,7 +108,7 @@ func NewNamedReflector(name string, lw ListerWatcher, expectedType interface{}, return r } -// internalPackages are packages that ignored when creating a default reflector name. These packages are in the common +// internalPackages are packages that ignored when creating a default reflector name. These packages are in the common // call chains to NewReflector, so they'd be low entropy names for reflectors var internalPackages = []string{"kubernetes/pkg/client/cache/", "/runtime/asm_"} diff --git a/vendor/BUILD b/vendor/BUILD index 17b5fc94dc..e89c2d50c0 100644 --- a/vendor/BUILD +++ b/vendor/BUILD @@ -8951,7 +8951,7 @@ go_library( "//vendor:k8s.io/client-go/pkg/api/unversioned", "//vendor:k8s.io/client-go/pkg/api/v1", "//vendor:k8s.io/client-go/pkg/apimachinery/registered", - "//vendor:k8s.io/client-go/pkg/apis/policy/v1alpha1", + "//vendor:k8s.io/client-go/pkg/apis/policy/v1beta1", "//vendor:k8s.io/client-go/pkg/fields", "//vendor:k8s.io/client-go/pkg/runtime", "//vendor:k8s.io/client-go/pkg/runtime/serializer", @@ -8994,7 +8994,7 @@ go_library( "//vendor:k8s.io/client-go/pkg/api", "//vendor:k8s.io/client-go/pkg/api/unversioned", "//vendor:k8s.io/client-go/pkg/api/v1", - "//vendor:k8s.io/client-go/pkg/apis/policy/v1alpha1", + "//vendor:k8s.io/client-go/pkg/apis/policy/v1beta1", "//vendor:k8s.io/client-go/pkg/fields", "//vendor:k8s.io/client-go/pkg/labels", "//vendor:k8s.io/client-go/pkg/runtime", @@ -9870,11 +9870,13 @@ go_library( "k8s.io/client-go/pkg/apis/componentconfig/doc.go", "k8s.io/client-go/pkg/apis/componentconfig/helpers.go", "k8s.io/client-go/pkg/apis/componentconfig/register.go", + "k8s.io/client-go/pkg/apis/componentconfig/types.generated.go", "k8s.io/client-go/pkg/apis/componentconfig/types.go", "k8s.io/client-go/pkg/apis/componentconfig/zz_generated.deepcopy.go", ], tags = ["automanaged"], deps = [ + "//vendor:github.com/ugorji/go/codec", "//vendor:k8s.io/client-go/pkg/api/unversioned", "//vendor:k8s.io/client-go/pkg/conversion", "//vendor:k8s.io/client-go/pkg/runtime",