diff --git a/docs/admin/kubelet.md b/docs/admin/kubelet.md index 7994b4572c0..67e8e8feed1 100644 --- a/docs/admin/kubelet.md +++ b/docs/admin/kubelet.md @@ -136,8 +136,8 @@ kubelet --registry-burst=10: Maximum size of a bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry-qps. Only used if --registry-qps > 0 --registry-qps=5: If > 0, limit registry pull QPS to this value. If 0, unlimited. [default=5.0] --resolv-conf="/etc/resolv.conf": Resolver configuration file used as the basis for the container DNS resolution configuration. - --rkt-path="": Path of rkt binary. Leave empty to use the first rkt in $PATH. Only used if --container-runtime='rkt' - --rkt-stage1-image="": image to use as stage1. Local paths and http/https URLs are supported. If empty, the 'stage1.aci' in the same directory as '--rkt-path' will be used + --rkt-api-endpoint="localhost:15441": The endpoint of the rkt API service to communicate with. Only used if --container-runtime='rkt'. + --rkt-path="": Path of rkt binary. Leave empty to use the first rkt in $PATH. Only used if --container-runtime='rkt'. --root-dir="/var/lib/kubelet": Directory path for managing kubelet files (volume mounts,etc). --runonce[=false]: If true, exit after spawning pods from local manifests or remote urls. Exclusive with --api-servers, and --enable-server --runtime-cgroups="": Optional absolute name of cgroups to create and run the runtime in. @@ -152,7 +152,7 @@ kubelet --volume-stats-agg-period=1m0s: Specifies interval for kubelet to calculate and cache the volume disk usage for all pods and volumes. To disable volume calculations, set to 0. Default: '1m' ``` -###### Auto generated by spf13/cobra on 1-Mar-2016 +###### Auto generated by spf13/cobra on 28-Mar-2016 diff --git a/pkg/apis/componentconfig/deep_copy_generated.go b/pkg/apis/componentconfig/deep_copy_generated.go index 7aef2299173..35d73940c41 100644 --- a/pkg/apis/componentconfig/deep_copy_generated.go +++ b/pkg/apis/componentconfig/deep_copy_generated.go @@ -261,8 +261,9 @@ func DeepCopy_componentconfig_KubeletConfiguration(in KubeletConfiguration, out out.CgroupRoot = in.CgroupRoot out.ContainerRuntime = in.ContainerRuntime out.RktPath = in.RktPath - out.LockFilePath = in.LockFilePath + out.RktAPIEndpoint = in.RktAPIEndpoint out.RktStage1Image = in.RktStage1Image + out.LockFilePath = in.LockFilePath out.ConfigureCBR0 = in.ConfigureCBR0 out.HairpinMode = in.HairpinMode out.BabysitDaemons = in.BabysitDaemons diff --git a/pkg/apis/componentconfig/types.generated.go b/pkg/apis/componentconfig/types.generated.go index f3f54626b3e..60c3dfeeb7c 100644 --- a/pkg/apis/componentconfig/types.generated.go +++ b/pkg/apis/componentconfig/types.generated.go @@ -1134,7 +1134,7 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep2 := !z.EncBinary() yy2arr2 := z.EncBasicHandle().StructToArray - var yyq2 [78]bool + var yyq2 [79]bool _, _, _ = yysep2, yyq2, yy2arr2 const yyr2 bool = false yyq2[47] = x.CloudProvider != "" @@ -1144,12 +1144,13 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { yyq2[51] = x.SystemCgroups != "" yyq2[52] = x.CgroupRoot != "" yyq2[54] = x.RktPath != "" + yyq2[55] = x.RktAPIEndpoint != "" yyq2[56] = x.RktStage1Image != "" - yyq2[73] = true - yyq2[74] = x.NodeIP != "" + yyq2[74] = true + yyq2[75] = x.NodeIP != "" var yynn2 int if yyr2 || yy2arr2 { - r.EncodeArrayStart(78) + r.EncodeArrayStart(79) } else { yynn2 = 68 for _, b := range yyq2 { @@ -2313,21 +2314,27 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr2 || yy2arr2 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym185 := z.EncBinary() - _ = yym185 - if false { + if yyq2[55] { + yym185 := z.EncBinary() + _ = yym185 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RktAPIEndpoint)) + } } else { - r.EncodeString(codecSelferC_UTF81234, string(x.LockFilePath)) + r.EncodeString(codecSelferC_UTF81234, "") } } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lockFilePath")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym186 := z.EncBinary() - _ = yym186 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.LockFilePath)) + if yyq2[55] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("rktAPIEndpoint")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym186 := z.EncBinary() + _ = yym186 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RktAPIEndpoint)) + } } } if yyr2 || yy2arr2 { @@ -2361,17 +2368,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym191 if false { } else { - r.EncodeBool(bool(x.ConfigureCBR0)) + r.EncodeString(codecSelferC_UTF81234, string(x.LockFilePath)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("configureCbr0")) + r.EncodeString(codecSelferC_UTF81234, string("lockFilePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym192 := z.EncBinary() _ = yym192 if false { } else { - r.EncodeBool(bool(x.ConfigureCBR0)) + r.EncodeString(codecSelferC_UTF81234, string(x.LockFilePath)) } } if yyr2 || yy2arr2 { @@ -2380,17 +2387,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym194 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.HairpinMode)) + r.EncodeBool(bool(x.ConfigureCBR0)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hairpinMode")) + r.EncodeString(codecSelferC_UTF81234, string("configureCbr0")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym195 := z.EncBinary() _ = yym195 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.HairpinMode)) + r.EncodeBool(bool(x.ConfigureCBR0)) } } if yyr2 || yy2arr2 { @@ -2399,17 +2406,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym197 if false { } else { - r.EncodeBool(bool(x.BabysitDaemons)) + r.EncodeString(codecSelferC_UTF81234, string(x.HairpinMode)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("babysitDaemons")) + r.EncodeString(codecSelferC_UTF81234, string("hairpinMode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym198 := z.EncBinary() _ = yym198 if false { } else { - r.EncodeBool(bool(x.BabysitDaemons)) + r.EncodeString(codecSelferC_UTF81234, string(x.HairpinMode)) } } if yyr2 || yy2arr2 { @@ -2418,17 +2425,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym200 if false { } else { - r.EncodeInt(int64(x.MaxPods)) + r.EncodeBool(bool(x.BabysitDaemons)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("maxPods")) + r.EncodeString(codecSelferC_UTF81234, string("babysitDaemons")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym201 := z.EncBinary() _ = yym201 if false { } else { - r.EncodeInt(int64(x.MaxPods)) + r.EncodeBool(bool(x.BabysitDaemons)) } } if yyr2 || yy2arr2 { @@ -2437,17 +2444,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym203 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.DockerExecHandlerName)) + r.EncodeInt(int64(x.MaxPods)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("dockerExecHandlerName")) + r.EncodeString(codecSelferC_UTF81234, string("maxPods")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym204 := z.EncBinary() _ = yym204 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.DockerExecHandlerName)) + r.EncodeInt(int64(x.MaxPods)) } } if yyr2 || yy2arr2 { @@ -2456,17 +2463,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym206 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) + r.EncodeString(codecSelferC_UTF81234, string(x.DockerExecHandlerName)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) + r.EncodeString(codecSelferC_UTF81234, string("dockerExecHandlerName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym207 := z.EncBinary() _ = yym207 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) + r.EncodeString(codecSelferC_UTF81234, string(x.DockerExecHandlerName)) } } if yyr2 || yy2arr2 { @@ -2475,17 +2482,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym209 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ResolverConfig)) + r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("resolvConf")) + r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym210 := z.EncBinary() _ = yym210 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ResolverConfig)) + r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) } } if yyr2 || yy2arr2 { @@ -2494,17 +2501,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym212 if false { } else { - r.EncodeBool(bool(x.CPUCFSQuota)) + r.EncodeString(codecSelferC_UTF81234, string(x.ResolverConfig)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("cpuCFSQuota")) + r.EncodeString(codecSelferC_UTF81234, string("resolvConf")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym213 := z.EncBinary() _ = yym213 if false { } else { - r.EncodeBool(bool(x.CPUCFSQuota)) + r.EncodeString(codecSelferC_UTF81234, string(x.ResolverConfig)) } } if yyr2 || yy2arr2 { @@ -2513,17 +2520,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym215 if false { } else { - r.EncodeBool(bool(x.Containerized)) + r.EncodeBool(bool(x.CPUCFSQuota)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("containerized")) + r.EncodeString(codecSelferC_UTF81234, string("cpuCFSQuota")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym216 := z.EncBinary() _ = yym216 if false { } else { - r.EncodeBool(bool(x.Containerized)) + r.EncodeBool(bool(x.CPUCFSQuota)) } } if yyr2 || yy2arr2 { @@ -2532,17 +2539,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym218 if false { } else { - r.EncodeUint(uint64(x.MaxOpenFiles)) + r.EncodeBool(bool(x.Containerized)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("maxOpenFiles")) + r.EncodeString(codecSelferC_UTF81234, string("containerized")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym219 := z.EncBinary() _ = yym219 if false { } else { - r.EncodeUint(uint64(x.MaxOpenFiles)) + r.EncodeBool(bool(x.Containerized)) } } if yyr2 || yy2arr2 { @@ -2551,17 +2558,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym221 if false { } else { - r.EncodeBool(bool(x.ReconcileCIDR)) + r.EncodeUint(uint64(x.MaxOpenFiles)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reconcileCIDR")) + r.EncodeString(codecSelferC_UTF81234, string("maxOpenFiles")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym222 := z.EncBinary() _ = yym222 if false { } else { - r.EncodeBool(bool(x.ReconcileCIDR)) + r.EncodeUint(uint64(x.MaxOpenFiles)) } } if yyr2 || yy2arr2 { @@ -2570,17 +2577,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym224 if false { } else { - r.EncodeBool(bool(x.RegisterSchedulable)) + r.EncodeBool(bool(x.ReconcileCIDR)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("registerSchedulable")) + r.EncodeString(codecSelferC_UTF81234, string("reconcileCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym225 := z.EncBinary() _ = yym225 if false { } else { - r.EncodeBool(bool(x.RegisterSchedulable)) + r.EncodeBool(bool(x.ReconcileCIDR)) } } if yyr2 || yy2arr2 { @@ -2589,17 +2596,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym227 if false { } else { - r.EncodeFloat32(float32(x.KubeAPIQPS)) + r.EncodeBool(bool(x.RegisterSchedulable)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kubeAPIQPS")) + r.EncodeString(codecSelferC_UTF81234, string("registerSchedulable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym228 := z.EncBinary() _ = yym228 if false { } else { - r.EncodeFloat32(float32(x.KubeAPIQPS)) + r.EncodeBool(bool(x.RegisterSchedulable)) } } if yyr2 || yy2arr2 { @@ -2608,17 +2615,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym230 if false { } else { - r.EncodeInt(int64(x.KubeAPIBurst)) + r.EncodeFloat32(float32(x.KubeAPIQPS)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kubeAPIBurst")) + r.EncodeString(codecSelferC_UTF81234, string("kubeAPIQPS")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym231 := z.EncBinary() _ = yym231 if false { } else { - r.EncodeInt(int64(x.KubeAPIBurst)) + r.EncodeFloat32(float32(x.KubeAPIQPS)) } } if yyr2 || yy2arr2 { @@ -2627,17 +2634,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym233 if false { } else { - r.EncodeBool(bool(x.SerializeImagePulls)) + r.EncodeInt(int64(x.KubeAPIBurst)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("serializeImagePulls")) + r.EncodeString(codecSelferC_UTF81234, string("kubeAPIBurst")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym234 := z.EncBinary() _ = yym234 if false { } else { - r.EncodeBool(bool(x.SerializeImagePulls)) + r.EncodeInt(int64(x.KubeAPIBurst)) } } if yyr2 || yy2arr2 { @@ -2645,6 +2652,25 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { yym236 := z.EncBinary() _ = yym236 if false { + } else { + r.EncodeBool(bool(x.SerializeImagePulls)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("serializeImagePulls")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym237 := z.EncBinary() + _ = yym237 + if false { + } else { + r.EncodeBool(bool(x.SerializeImagePulls)) + } + } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym239 := z.EncBinary() + _ = yym239 + if false { } else { r.EncodeBool(bool(x.ExperimentalFlannelOverlay)) } @@ -2652,8 +2678,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("experimentalFlannelOverlay")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym237 := z.EncBinary() - _ = yym237 + yym240 := z.EncBinary() + _ = yym240 if false { } else { r.EncodeBool(bool(x.ExperimentalFlannelOverlay)) @@ -2661,42 +2687,42 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr2 || yy2arr2 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2[73] { - yy239 := &x.OutOfDiskTransitionFrequency - yym240 := z.EncBinary() - _ = yym240 + if yyq2[74] { + yy242 := &x.OutOfDiskTransitionFrequency + yym243 := z.EncBinary() + _ = yym243 if false { - } else if z.HasExtensions() && z.EncExt(yy239) { - } else if !yym240 && z.IsJSONHandle() { - z.EncJSONMarshal(yy239) + } else if z.HasExtensions() && z.EncExt(yy242) { + } else if !yym243 && z.IsJSONHandle() { + z.EncJSONMarshal(yy242) } else { - z.EncFallback(yy239) + z.EncFallback(yy242) } } else { r.EncodeNil() } } else { - if yyq2[73] { + if yyq2[74] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("outOfDiskTransitionFrequency")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy241 := &x.OutOfDiskTransitionFrequency - yym242 := z.EncBinary() - _ = yym242 + yy244 := &x.OutOfDiskTransitionFrequency + yym245 := z.EncBinary() + _ = yym245 if false { - } else if z.HasExtensions() && z.EncExt(yy241) { - } else if !yym242 && z.IsJSONHandle() { - z.EncJSONMarshal(yy241) + } else if z.HasExtensions() && z.EncExt(yy244) { + } else if !yym245 && z.IsJSONHandle() { + z.EncJSONMarshal(yy244) } else { - z.EncFallback(yy241) + z.EncFallback(yy244) } } } if yyr2 || yy2arr2 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2[74] { - yym244 := z.EncBinary() - _ = yym244 + if yyq2[75] { + yym247 := z.EncBinary() + _ = yym247 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeIP)) @@ -2705,12 +2731,12 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2[74] { + if yyq2[75] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym245 := z.EncBinary() - _ = yym245 + yym248 := z.EncBinary() + _ = yym248 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeIP)) @@ -2722,8 +2748,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { if x.NodeLabels == nil { r.EncodeNil() } else { - yym247 := z.EncBinary() - _ = yym247 + yym250 := z.EncBinary() + _ = yym250 if false { } else { z.F.EncMapStringStringV(x.NodeLabels, false, e) @@ -2736,8 +2762,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { if x.NodeLabels == nil { r.EncodeNil() } else { - yym248 := z.EncBinary() - _ = yym248 + yym251 := z.EncBinary() + _ = yym251 if false { } else { z.F.EncMapStringStringV(x.NodeLabels, false, e) @@ -2746,8 +2772,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr2 || yy2arr2 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym250 := z.EncBinary() - _ = yym250 + yym253 := z.EncBinary() + _ = yym253 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NonMasqueradeCIDR)) @@ -2756,8 +2782,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nonMasqueradeCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym251 := z.EncBinary() - _ = yym251 + yym254 := z.EncBinary() + _ = yym254 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NonMasqueradeCIDR)) @@ -2765,8 +2791,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr2 || yy2arr2 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym253 := z.EncBinary() - _ = yym253 + yym256 := z.EncBinary() + _ = yym256 if false { } else { r.EncodeBool(bool(x.EnableCustomMetrics)) @@ -2775,8 +2801,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("enableCustomMetrics")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym254 := z.EncBinary() - _ = yym254 + yym257 := z.EncBinary() + _ = yym257 if false { } else { r.EncodeBool(bool(x.EnableCustomMetrics)) @@ -3245,11 +3271,11 @@ func (x *KubeletConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decode } else { x.RktPath = string(r.DecodeString()) } - case "lockFilePath": + case "rktAPIEndpoint": if r.TryDecodeAsNil() { - x.LockFilePath = "" + x.RktAPIEndpoint = "" } else { - x.LockFilePath = string(r.DecodeString()) + x.RktAPIEndpoint = string(r.DecodeString()) } case "rktStage1Image": if r.TryDecodeAsNil() { @@ -3257,6 +3283,12 @@ func (x *KubeletConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decode } else { x.RktStage1Image = string(r.DecodeString()) } + case "lockFilePath": + if r.TryDecodeAsNil() { + x.LockFilePath = "" + } else { + x.LockFilePath = string(r.DecodeString()) + } case "configureCbr0": if r.TryDecodeAsNil() { x.ConfigureCBR0 = false @@ -3357,15 +3389,15 @@ func (x *KubeletConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.OutOfDiskTransitionFrequency = pkg1_unversioned.Duration{} } else { - yyv85 := &x.OutOfDiskTransitionFrequency - yym86 := z.DecBinary() - _ = yym86 + yyv86 := &x.OutOfDiskTransitionFrequency + yym87 := z.DecBinary() + _ = yym87 if false { - } else if z.HasExtensions() && z.DecExt(yyv85) { - } else if !yym86 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv85) + } else if z.HasExtensions() && z.DecExt(yyv86) { + } else if !yym87 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv86) } else { - z.DecFallback(yyv85, false) + z.DecFallback(yyv86, false) } } case "nodeIP": @@ -3378,12 +3410,12 @@ func (x *KubeletConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.NodeLabels = nil } else { - yyv88 := &x.NodeLabels - yym89 := z.DecBinary() - _ = yym89 + yyv89 := &x.NodeLabels + yym90 := z.DecBinary() + _ = yym90 if false { } else { - z.F.DecMapStringStringX(yyv88, false, d) + z.F.DecMapStringStringX(yyv89, false, d) } } case "nonMasqueradeCIDR": @@ -3409,16 +3441,16 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj92 int - var yyb92 bool - var yyhl92 bool = l >= 0 - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + var yyj93 int + var yyb93 bool + var yyhl93 bool = l >= 0 + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3428,13 +3460,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Config = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3442,24 +3474,24 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.SyncFrequency = pkg1_unversioned.Duration{} } else { - yyv94 := &x.SyncFrequency - yym95 := z.DecBinary() - _ = yym95 + yyv95 := &x.SyncFrequency + yym96 := z.DecBinary() + _ = yym96 if false { - } else if z.HasExtensions() && z.DecExt(yyv94) { - } else if !yym95 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv94) + } else if z.HasExtensions() && z.DecExt(yyv95) { + } else if !yym96 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv95) } else { - z.DecFallback(yyv94, false) + z.DecFallback(yyv95, false) } } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3467,24 +3499,24 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.FileCheckFrequency = pkg1_unversioned.Duration{} } else { - yyv96 := &x.FileCheckFrequency - yym97 := z.DecBinary() - _ = yym97 + yyv97 := &x.FileCheckFrequency + yym98 := z.DecBinary() + _ = yym98 if false { - } else if z.HasExtensions() && z.DecExt(yyv96) { - } else if !yym97 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv96) + } else if z.HasExtensions() && z.DecExt(yyv97) { + } else if !yym98 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv97) } else { - z.DecFallback(yyv96, false) + z.DecFallback(yyv97, false) } } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3492,24 +3524,24 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.HTTPCheckFrequency = pkg1_unversioned.Duration{} } else { - yyv98 := &x.HTTPCheckFrequency - yym99 := z.DecBinary() - _ = yym99 + yyv99 := &x.HTTPCheckFrequency + yym100 := z.DecBinary() + _ = yym100 if false { - } else if z.HasExtensions() && z.DecExt(yyv98) { - } else if !yym99 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv98) + } else if z.HasExtensions() && z.DecExt(yyv99) { + } else if !yym100 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv99) } else { - z.DecFallback(yyv98, false) + z.DecFallback(yyv99, false) } } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3519,13 +3551,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ManifestURL = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3535,13 +3567,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ManifestURLHeader = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3551,13 +3583,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.EnableServer = bool(r.DecodeBool()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3567,13 +3599,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Address = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3583,13 +3615,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Port = uint(r.DecodeUint(codecSelferBitsize1234)) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3599,13 +3631,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ReadOnlyPort = uint(r.DecodeUint(codecSelferBitsize1234)) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3615,13 +3647,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.TLSCertFile = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3631,13 +3663,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.TLSPrivateKeyFile = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3647,13 +3679,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.CertDirectory = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3663,13 +3695,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.HostnameOverride = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3679,13 +3711,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.PodInfraContainerImage = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3695,13 +3727,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.DockerEndpoint = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3711,13 +3743,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.RootDirectory = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3727,13 +3759,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.AllowPrivileged = bool(r.DecodeBool()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3743,13 +3775,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.HostNetworkSources = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3759,13 +3791,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.HostPIDSources = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3775,13 +3807,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.HostIPCSources = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3791,13 +3823,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.RegistryPullQPS = float64(r.DecodeFloat(false)) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3807,13 +3839,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.RegistryBurst = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3823,13 +3855,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.EventRecordQPS = float32(r.DecodeFloat(true)) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3839,13 +3871,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.EventBurst = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3855,13 +3887,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.EnableDebuggingHandlers = bool(r.DecodeBool()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3869,24 +3901,24 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.MinimumGCAge = pkg1_unversioned.Duration{} } else { - yyv122 := &x.MinimumGCAge - yym123 := z.DecBinary() - _ = yym123 + yyv123 := &x.MinimumGCAge + yym124 := z.DecBinary() + _ = yym124 if false { - } else if z.HasExtensions() && z.DecExt(yyv122) { - } else if !yym123 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv122) + } else if z.HasExtensions() && z.DecExt(yyv123) { + } else if !yym124 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv123) } else { - z.DecFallback(yyv122, false) + z.DecFallback(yyv123, false) } } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3896,13 +3928,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.MaxPerPodContainerCount = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3912,13 +3944,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.MaxContainerCount = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3928,13 +3960,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.CAdvisorPort = uint(r.DecodeUint(codecSelferBitsize1234)) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3944,13 +3976,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.HealthzPort = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3960,13 +3992,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.HealthzBindAddress = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3976,13 +4008,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.OOMScoreAdj = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -3992,13 +4024,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.RegisterNode = bool(r.DecodeBool()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4008,13 +4040,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ClusterDomain = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4024,13 +4056,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.MasterServiceNamespace = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4040,13 +4072,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ClusterDNS = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4054,24 +4086,24 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.StreamingConnectionIdleTimeout = pkg1_unversioned.Duration{} } else { - yyv134 := &x.StreamingConnectionIdleTimeout - yym135 := z.DecBinary() - _ = yym135 + yyv135 := &x.StreamingConnectionIdleTimeout + yym136 := z.DecBinary() + _ = yym136 if false { - } else if z.HasExtensions() && z.DecExt(yyv134) { - } else if !yym135 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv134) + } else if z.HasExtensions() && z.DecExt(yyv135) { + } else if !yym136 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv135) } else { - z.DecFallback(yyv134, false) + z.DecFallback(yyv135, false) } } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4079,24 +4111,24 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.NodeStatusUpdateFrequency = pkg1_unversioned.Duration{} } else { - yyv136 := &x.NodeStatusUpdateFrequency - yym137 := z.DecBinary() - _ = yym137 + yyv137 := &x.NodeStatusUpdateFrequency + yym138 := z.DecBinary() + _ = yym138 if false { - } else if z.HasExtensions() && z.DecExt(yyv136) { - } else if !yym137 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv136) + } else if z.HasExtensions() && z.DecExt(yyv137) { + } else if !yym138 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv137) } else { - z.DecFallback(yyv136, false) + z.DecFallback(yyv137, false) } } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4104,24 +4136,24 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.ImageMinimumGCAge = pkg1_unversioned.Duration{} } else { - yyv138 := &x.ImageMinimumGCAge - yym139 := z.DecBinary() - _ = yym139 + yyv139 := &x.ImageMinimumGCAge + yym140 := z.DecBinary() + _ = yym140 if false { - } else if z.HasExtensions() && z.DecExt(yyv138) { - } else if !yym139 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv138) + } else if z.HasExtensions() && z.DecExt(yyv139) { + } else if !yym140 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv139) } else { - z.DecFallback(yyv138, false) + z.DecFallback(yyv139, false) } } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4131,13 +4163,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ImageGCHighThresholdPercent = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4147,13 +4179,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ImageGCLowThresholdPercent = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4163,13 +4195,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.LowDiskSpaceThresholdMB = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4177,24 +4209,24 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.VolumeStatsAggPeriod = pkg1_unversioned.Duration{} } else { - yyv143 := &x.VolumeStatsAggPeriod - yym144 := z.DecBinary() - _ = yym144 + yyv144 := &x.VolumeStatsAggPeriod + yym145 := z.DecBinary() + _ = yym145 if false { - } else if z.HasExtensions() && z.DecExt(yyv143) { - } else if !yym144 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv143) + } else if z.HasExtensions() && z.DecExt(yyv144) { + } else if !yym145 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv144) } else { - z.DecFallback(yyv143, false) + z.DecFallback(yyv144, false) } } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4204,13 +4236,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.NetworkPluginName = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4220,13 +4252,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.NetworkPluginDir = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4236,13 +4268,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.VolumePluginDir = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4252,13 +4284,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.CloudProvider = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4268,13 +4300,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.CloudConfigFile = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4284,13 +4316,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.KubeletCgroups = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4300,13 +4332,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.RuntimeCgroups = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4316,13 +4348,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.SystemCgroups = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4332,13 +4364,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.CgroupRoot = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4348,13 +4380,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ContainerRuntime = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4364,29 +4396,29 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.RktPath = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.LockFilePath = "" + x.RktAPIEndpoint = "" } else { - x.LockFilePath = string(r.DecodeString()) + x.RktAPIEndpoint = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4396,13 +4428,29 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.RktStage1Image = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.LockFilePath = "" + } else { + x.LockFilePath = string(r.DecodeString()) + } + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l + } else { + yyb93 = r.CheckBreak() + } + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4412,13 +4460,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ConfigureCBR0 = bool(r.DecodeBool()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4428,13 +4476,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.HairpinMode = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4444,13 +4492,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.BabysitDaemons = bool(r.DecodeBool()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4460,13 +4508,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.MaxPods = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4476,13 +4524,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.DockerExecHandlerName = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4492,13 +4540,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.PodCIDR = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4508,13 +4556,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ResolverConfig = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4524,13 +4572,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.CPUCFSQuota = bool(r.DecodeBool()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4540,13 +4588,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Containerized = bool(r.DecodeBool()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4556,13 +4604,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.MaxOpenFiles = uint64(r.DecodeUint(64)) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4572,13 +4620,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ReconcileCIDR = bool(r.DecodeBool()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4588,13 +4636,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.RegisterSchedulable = bool(r.DecodeBool()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4604,13 +4652,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.KubeAPIQPS = float32(r.DecodeFloat(true)) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4620,13 +4668,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.KubeAPIBurst = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4636,13 +4684,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.SerializeImagePulls = bool(r.DecodeBool()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4652,13 +4700,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ExperimentalFlannelOverlay = bool(r.DecodeBool()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4666,24 +4714,24 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.OutOfDiskTransitionFrequency = pkg1_unversioned.Duration{} } else { - yyv174 := &x.OutOfDiskTransitionFrequency - yym175 := z.DecBinary() - _ = yym175 + yyv176 := &x.OutOfDiskTransitionFrequency + yym177 := z.DecBinary() + _ = yym177 if false { - } else if z.HasExtensions() && z.DecExt(yyv174) { - } else if !yym175 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv174) + } else if z.HasExtensions() && z.DecExt(yyv176) { + } else if !yym177 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv176) } else { - z.DecFallback(yyv174, false) + z.DecFallback(yyv176, false) } } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4693,13 +4741,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.NodeIP = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4707,21 +4755,21 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.NodeLabels = nil } else { - yyv177 := &x.NodeLabels - yym178 := z.DecBinary() - _ = yym178 + yyv179 := &x.NodeLabels + yym180 := z.DecBinary() + _ = yym180 if false { } else { - z.F.DecMapStringStringX(yyv177, false, d) + z.F.DecMapStringStringX(yyv179, false, d) } } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4731,13 +4779,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.NonMasqueradeCIDR = string(r.DecodeString()) } - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4748,17 +4796,17 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.EnableCustomMetrics = bool(r.DecodeBool()) } for { - yyj92++ - if yyhl92 { - yyb92 = yyj92 > l + yyj93++ + if yyhl93 { + yyb93 = yyj93 > l } else { - yyb92 = r.CheckBreak() + yyb93 = r.CheckBreak() } - if yyb92 { + if yyb93 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj92-1, "") + z.DecStructFieldNotFound(yyj93-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) }