diff --git a/hack/verify-flags/known-flags.txt b/hack/verify-flags/known-flags.txt index f28a9f843c1..38e14afa1d3 100644 --- a/hack/verify-flags/known-flags.txt +++ b/hack/verify-flags/known-flags.txt @@ -56,6 +56,7 @@ cadvisor-port cert-dir certificate-authority cgroup-root +cgroup-driver cgroups-per-qos chaos-chance clean-start diff --git a/pkg/apis/componentconfig/types.generated.go b/pkg/apis/componentconfig/types.generated.go index 12f0f20fb79..f08bcbf0955 100644 --- a/pkg/apis/componentconfig/types.generated.go +++ b/pkg/apis/componentconfig/types.generated.go @@ -1259,7 +1259,7 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep135 := !z.EncBinary() yy2arr135 := z.EncBasicHandle().StructToArray - var yyq135 [107]bool + var yyq135 [108]bool _, _, _ = yysep135, yyq135, yy2arr135 const yyr135 bool = false yyq135[0] = x.Kind != "" @@ -1268,26 +1268,27 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { yyq135[54] = x.CloudConfigFile != "" yyq135[55] = x.KubeletCgroups != "" yyq135[56] = x.CgroupsPerQOS != false - yyq135[57] = x.RuntimeCgroups != "" - yyq135[58] = x.SystemCgroups != "" - yyq135[59] = x.CgroupRoot != "" - yyq135[63] = true - yyq135[64] = x.RktPath != "" - yyq135[65] = x.RktAPIEndpoint != "" - yyq135[66] = x.RktStage1Image != "" - yyq135[86] = true - yyq135[87] = x.NodeIP != "" - yyq135[91] = x.EvictionHard != "" - yyq135[92] = x.EvictionSoft != "" - yyq135[93] = x.EvictionSoftGracePeriod != "" - yyq135[94] = true - yyq135[95] = x.EvictionMaxPodGracePeriod != 0 - yyq135[96] = x.EvictionMinimumReclaim != "" - yyq135[105] = len(x.AllowedUnsafeSysctls) != 0 - yyq135[106] = x.ExperimentalRuntimeIntegrationType != "" + yyq135[57] = x.CgroupDriver != "" + yyq135[58] = x.RuntimeCgroups != "" + yyq135[59] = x.SystemCgroups != "" + yyq135[60] = x.CgroupRoot != "" + yyq135[64] = true + yyq135[65] = x.RktPath != "" + yyq135[66] = x.RktAPIEndpoint != "" + yyq135[67] = x.RktStage1Image != "" + yyq135[87] = true + yyq135[88] = x.NodeIP != "" + yyq135[92] = x.EvictionHard != "" + yyq135[93] = x.EvictionSoft != "" + yyq135[94] = x.EvictionSoftGracePeriod != "" + yyq135[95] = true + yyq135[96] = x.EvictionMaxPodGracePeriod != 0 + yyq135[97] = x.EvictionMinimumReclaim != "" + yyq135[106] = len(x.AllowedUnsafeSysctls) != 0 + yyq135[107] = x.ExperimentalRuntimeIntegrationType != "" var yynn135 int if yyr135 || yy2arr135 { - r.EncodeArrayStart(107) + r.EncodeArrayStart(108) } else { yynn135 = 84 for _, b := range yyq135 { @@ -2495,7 +2496,7 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } else { if yyq135[56] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("CgroupsPerQOS")) + r.EncodeString(codecSelferC_UTF81234, string("cgroupsPerQOS")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym322 := z.EncBinary() _ = yym322 @@ -2512,7 +2513,7 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym324 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.RuntimeCgroups)) + r.EncodeString(codecSelferC_UTF81234, string(x.CgroupDriver)) } } else { r.EncodeString(codecSelferC_UTF81234, "") @@ -2520,13 +2521,13 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } else { if yyq135[57] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("runtimeCgroups")) + r.EncodeString(codecSelferC_UTF81234, string("cgroupDriver")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym325 := z.EncBinary() _ = yym325 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.RuntimeCgroups)) + r.EncodeString(codecSelferC_UTF81234, string(x.CgroupDriver)) } } } @@ -2537,7 +2538,7 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym327 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.SystemCgroups)) + r.EncodeString(codecSelferC_UTF81234, string(x.RuntimeCgroups)) } } else { r.EncodeString(codecSelferC_UTF81234, "") @@ -2545,13 +2546,13 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } else { if yyq135[58] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("systemCgroups")) + r.EncodeString(codecSelferC_UTF81234, string("runtimeCgroups")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym328 := z.EncBinary() _ = yym328 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.SystemCgroups)) + r.EncodeString(codecSelferC_UTF81234, string(x.RuntimeCgroups)) } } } @@ -2562,7 +2563,7 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym330 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.CgroupRoot)) + r.EncodeString(codecSelferC_UTF81234, string(x.SystemCgroups)) } } else { r.EncodeString(codecSelferC_UTF81234, "") @@ -2570,33 +2571,39 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } else { if yyq135[59] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("cgroupRoot")) + r.EncodeString(codecSelferC_UTF81234, string("systemCgroups")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym331 := z.EncBinary() _ = yym331 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.CgroupRoot)) + r.EncodeString(codecSelferC_UTF81234, string(x.SystemCgroups)) } } } if yyr135 || yy2arr135 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym333 := z.EncBinary() - _ = yym333 - if false { + if yyq135[60] { + yym333 := z.EncBinary() + _ = yym333 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.CgroupRoot)) + } } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntime)) + r.EncodeString(codecSelferC_UTF81234, "") } } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("containerRuntime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym334 := z.EncBinary() - _ = yym334 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntime)) + if yyq135[60] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("cgroupRoot")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym334 := z.EncBinary() + _ = yym334 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.CgroupRoot)) + } } } if yyr135 || yy2arr135 { @@ -2605,17 +2612,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym336 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.RemoteRuntimeEndpoint)) + r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntime)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("remoteRuntimeEndpoint")) + r.EncodeString(codecSelferC_UTF81234, string("containerRuntime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym337 := z.EncBinary() _ = yym337 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.RemoteRuntimeEndpoint)) + r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntime)) } } if yyr135 || yy2arr135 { @@ -2623,6 +2630,25 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { yym339 := z.EncBinary() _ = yym339 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) + yym340 := z.EncBinary() + _ = yym340 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RemoteRuntimeEndpoint)) + } + } + if yyr135 || yy2arr135 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym342 := z.EncBinary() + _ = yym342 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RemoteImageEndpoint)) } @@ -2630,8 +2656,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("remoteImageEndpoint")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym340 := z.EncBinary() - _ = yym340 + yym343 := z.EncBinary() + _ = yym343 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RemoteImageEndpoint)) @@ -2639,59 +2665,34 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr135 || yy2arr135 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq135[63] { - yy342 := &x.RuntimeRequestTimeout - yym343 := z.EncBinary() - _ = yym343 + if yyq135[64] { + yy345 := &x.RuntimeRequestTimeout + yym346 := z.EncBinary() + _ = yym346 if false { - } else if z.HasExtensions() && z.EncExt(yy342) { - } else if !yym343 && z.IsJSONHandle() { - z.EncJSONMarshal(yy342) + } else if z.HasExtensions() && z.EncExt(yy345) { + } else if !yym346 && z.IsJSONHandle() { + z.EncJSONMarshal(yy345) } else { - z.EncFallback(yy342) + z.EncFallback(yy345) } } else { r.EncodeNil() } } else { - if yyq135[63] { + if yyq135[64] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runtimeRequestTimeout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy344 := &x.RuntimeRequestTimeout - yym345 := z.EncBinary() - _ = yym345 - if false { - } else if z.HasExtensions() && z.EncExt(yy344) { - } else if !yym345 && z.IsJSONHandle() { - z.EncJSONMarshal(yy344) - } else { - z.EncFallback(yy344) - } - } - } - if yyr135 || yy2arr135 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq135[64] { - yym347 := z.EncBinary() - _ = yym347 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.RktPath)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq135[64] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("rktPath")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy347 := &x.RuntimeRequestTimeout yym348 := z.EncBinary() _ = yym348 if false { + } else if z.HasExtensions() && z.EncExt(yy347) { + } else if !yym348 && z.IsJSONHandle() { + z.EncJSONMarshal(yy347) } else { - r.EncodeString(codecSelferC_UTF81234, string(x.RktPath)) + z.EncFallback(yy347) } } } @@ -2702,7 +2703,7 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym350 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.RktAPIEndpoint)) + r.EncodeString(codecSelferC_UTF81234, string(x.RktPath)) } } else { r.EncodeString(codecSelferC_UTF81234, "") @@ -2710,13 +2711,13 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } else { if yyq135[65] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("rktAPIEndpoint")) + r.EncodeString(codecSelferC_UTF81234, string("rktPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym351 := z.EncBinary() _ = yym351 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.RktAPIEndpoint)) + r.EncodeString(codecSelferC_UTF81234, string(x.RktPath)) } } } @@ -2727,7 +2728,7 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym353 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.RktStage1Image)) + r.EncodeString(codecSelferC_UTF81234, string(x.RktAPIEndpoint)) } } else { r.EncodeString(codecSelferC_UTF81234, "") @@ -2735,33 +2736,39 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } else { if yyq135[66] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("rktStage1Image")) + r.EncodeString(codecSelferC_UTF81234, string("rktAPIEndpoint")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym354 := z.EncBinary() _ = yym354 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.RktStage1Image)) + r.EncodeString(codecSelferC_UTF81234, string(x.RktAPIEndpoint)) } } } if yyr135 || yy2arr135 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym356 := z.EncBinary() - _ = yym356 - if false { + if yyq135[67] { + yym356 := z.EncBinary() + _ = yym356 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RktStage1Image)) + } } 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) - yym357 := z.EncBinary() - _ = yym357 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.LockFilePath)) + if yyq135[67] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("rktStage1Image")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym357 := z.EncBinary() + _ = yym357 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.RktStage1Image)) + } } } if yyr135 || yy2arr135 { @@ -2770,17 +2777,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym359 if false { } else { - r.EncodeBool(bool(x.ExitOnLockContention)) + r.EncodeString(codecSelferC_UTF81234, string(x.LockFilePath)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("exitOnLockContention")) + r.EncodeString(codecSelferC_UTF81234, string("lockFilePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym360 := z.EncBinary() _ = yym360 if false { } else { - r.EncodeBool(bool(x.ExitOnLockContention)) + r.EncodeString(codecSelferC_UTF81234, string(x.LockFilePath)) } } if yyr135 || yy2arr135 { @@ -2789,17 +2796,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym362 if false { } else { - r.EncodeBool(bool(x.ConfigureCBR0)) + r.EncodeBool(bool(x.ExitOnLockContention)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("configureCbr0")) + r.EncodeString(codecSelferC_UTF81234, string("exitOnLockContention")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym363 := z.EncBinary() _ = yym363 if false { } else { - r.EncodeBool(bool(x.ConfigureCBR0)) + r.EncodeBool(bool(x.ExitOnLockContention)) } } if yyr135 || yy2arr135 { @@ -2808,17 +2815,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym365 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) yym366 := z.EncBinary() _ = yym366 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.HairpinMode)) + r.EncodeBool(bool(x.ConfigureCBR0)) } } if yyr135 || yy2arr135 { @@ -2827,17 +2834,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym368 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) yym369 := z.EncBinary() _ = yym369 if false { } else { - r.EncodeBool(bool(x.BabysitDaemons)) + r.EncodeString(codecSelferC_UTF81234, string(x.HairpinMode)) } } if yyr135 || yy2arr135 { @@ -2846,17 +2853,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym371 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) yym372 := z.EncBinary() _ = yym372 if false { } else { - r.EncodeInt(int64(x.MaxPods)) + r.EncodeBool(bool(x.BabysitDaemons)) } } if yyr135 || yy2arr135 { @@ -2865,17 +2872,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym374 if false { } else { - r.EncodeInt(int64(x.NvidiaGPUs)) + r.EncodeInt(int64(x.MaxPods)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("nvidiaGPUs")) + r.EncodeString(codecSelferC_UTF81234, string("maxPods")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym375 := z.EncBinary() _ = yym375 if false { } else { - r.EncodeInt(int64(x.NvidiaGPUs)) + r.EncodeInt(int64(x.MaxPods)) } } if yyr135 || yy2arr135 { @@ -2884,17 +2891,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym377 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.DockerExecHandlerName)) + r.EncodeInt(int64(x.NvidiaGPUs)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("dockerExecHandlerName")) + r.EncodeString(codecSelferC_UTF81234, string("nvidiaGPUs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym378 := z.EncBinary() _ = yym378 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.DockerExecHandlerName)) + r.EncodeInt(int64(x.NvidiaGPUs)) } } if yyr135 || yy2arr135 { @@ -2903,17 +2910,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym380 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) yym381 := z.EncBinary() _ = yym381 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) + r.EncodeString(codecSelferC_UTF81234, string(x.DockerExecHandlerName)) } } if yyr135 || yy2arr135 { @@ -2922,17 +2929,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym383 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) yym384 := z.EncBinary() _ = yym384 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ResolverConfig)) + r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) } } if yyr135 || yy2arr135 { @@ -2941,17 +2948,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym386 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) yym387 := z.EncBinary() _ = yym387 if false { } else { - r.EncodeBool(bool(x.CPUCFSQuota)) + r.EncodeString(codecSelferC_UTF81234, string(x.ResolverConfig)) } } if yyr135 || yy2arr135 { @@ -2960,17 +2967,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym389 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) yym390 := z.EncBinary() _ = yym390 if false { } else { - r.EncodeBool(bool(x.Containerized)) + r.EncodeBool(bool(x.CPUCFSQuota)) } } if yyr135 || yy2arr135 { @@ -2979,17 +2986,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym392 if false { } else { - r.EncodeInt(int64(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) yym393 := z.EncBinary() _ = yym393 if false { } else { - r.EncodeInt(int64(x.MaxOpenFiles)) + r.EncodeBool(bool(x.Containerized)) } } if yyr135 || yy2arr135 { @@ -2998,17 +3005,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym395 if false { } else { - r.EncodeBool(bool(x.ReconcileCIDR)) + r.EncodeInt(int64(x.MaxOpenFiles)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reconcileCIDR")) + r.EncodeString(codecSelferC_UTF81234, string("maxOpenFiles")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym396 := z.EncBinary() _ = yym396 if false { } else { - r.EncodeBool(bool(x.ReconcileCIDR)) + r.EncodeInt(int64(x.MaxOpenFiles)) } } if yyr135 || yy2arr135 { @@ -3017,17 +3024,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym398 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) yym399 := z.EncBinary() _ = yym399 if false { } else { - r.EncodeBool(bool(x.RegisterSchedulable)) + r.EncodeBool(bool(x.ReconcileCIDR)) } } if yyr135 || yy2arr135 { @@ -3036,17 +3043,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym401 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ContentType)) + r.EncodeBool(bool(x.RegisterSchedulable)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("contentType")) + r.EncodeString(codecSelferC_UTF81234, string("registerSchedulable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym402 := z.EncBinary() _ = yym402 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ContentType)) + r.EncodeBool(bool(x.RegisterSchedulable)) } } if yyr135 || yy2arr135 { @@ -3055,17 +3062,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym404 if false { } else { - r.EncodeInt(int64(x.KubeAPIQPS)) + r.EncodeString(codecSelferC_UTF81234, string(x.ContentType)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kubeAPIQPS")) + r.EncodeString(codecSelferC_UTF81234, string("contentType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym405 := z.EncBinary() _ = yym405 if false { } else { - r.EncodeInt(int64(x.KubeAPIQPS)) + r.EncodeString(codecSelferC_UTF81234, string(x.ContentType)) } } if yyr135 || yy2arr135 { @@ -3074,17 +3081,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym407 if false { } else { - r.EncodeInt(int64(x.KubeAPIBurst)) + r.EncodeInt(int64(x.KubeAPIQPS)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kubeAPIBurst")) + r.EncodeString(codecSelferC_UTF81234, string("kubeAPIQPS")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym408 := z.EncBinary() _ = yym408 if false { } else { - r.EncodeInt(int64(x.KubeAPIBurst)) + r.EncodeInt(int64(x.KubeAPIQPS)) } } if yyr135 || yy2arr135 { @@ -3092,6 +3099,25 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { yym410 := z.EncBinary() _ = yym410 if false { + } else { + r.EncodeInt(int64(x.KubeAPIBurst)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kubeAPIBurst")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym411 := z.EncBinary() + _ = yym411 + if false { + } else { + r.EncodeInt(int64(x.KubeAPIBurst)) + } + } + if yyr135 || yy2arr135 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym413 := z.EncBinary() + _ = yym413 + if false { } else { r.EncodeBool(bool(x.SerializeImagePulls)) } @@ -3099,8 +3125,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("serializeImagePulls")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym411 := z.EncBinary() - _ = yym411 + yym414 := z.EncBinary() + _ = yym414 if false { } else { r.EncodeBool(bool(x.SerializeImagePulls)) @@ -3108,42 +3134,42 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr135 || yy2arr135 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq135[86] { - yy413 := &x.OutOfDiskTransitionFrequency - yym414 := z.EncBinary() - _ = yym414 + if yyq135[87] { + yy416 := &x.OutOfDiskTransitionFrequency + yym417 := z.EncBinary() + _ = yym417 if false { - } else if z.HasExtensions() && z.EncExt(yy413) { - } else if !yym414 && z.IsJSONHandle() { - z.EncJSONMarshal(yy413) + } else if z.HasExtensions() && z.EncExt(yy416) { + } else if !yym417 && z.IsJSONHandle() { + z.EncJSONMarshal(yy416) } else { - z.EncFallback(yy413) + z.EncFallback(yy416) } } else { r.EncodeNil() } } else { - if yyq135[86] { + if yyq135[87] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("outOfDiskTransitionFrequency")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy415 := &x.OutOfDiskTransitionFrequency - yym416 := z.EncBinary() - _ = yym416 + yy418 := &x.OutOfDiskTransitionFrequency + yym419 := z.EncBinary() + _ = yym419 if false { - } else if z.HasExtensions() && z.EncExt(yy415) { - } else if !yym416 && z.IsJSONHandle() { - z.EncJSONMarshal(yy415) + } else if z.HasExtensions() && z.EncExt(yy418) { + } else if !yym419 && z.IsJSONHandle() { + z.EncJSONMarshal(yy418) } else { - z.EncFallback(yy415) + z.EncFallback(yy418) } } } if yyr135 || yy2arr135 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq135[87] { - yym418 := z.EncBinary() - _ = yym418 + if yyq135[88] { + yym421 := z.EncBinary() + _ = yym421 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeIP)) @@ -3152,12 +3178,12 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq135[87] { + if yyq135[88] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym419 := z.EncBinary() - _ = yym419 + yym422 := z.EncBinary() + _ = yym422 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeIP)) @@ -3169,8 +3195,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { if x.NodeLabels == nil { r.EncodeNil() } else { - yym421 := z.EncBinary() - _ = yym421 + yym424 := z.EncBinary() + _ = yym424 if false { } else { z.F.EncMapStringStringV(x.NodeLabels, false, e) @@ -3183,8 +3209,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { if x.NodeLabels == nil { r.EncodeNil() } else { - yym422 := z.EncBinary() - _ = yym422 + yym425 := z.EncBinary() + _ = yym425 if false { } else { z.F.EncMapStringStringV(x.NodeLabels, false, e) @@ -3193,8 +3219,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr135 || yy2arr135 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym424 := z.EncBinary() - _ = yym424 + yym427 := z.EncBinary() + _ = yym427 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NonMasqueradeCIDR)) @@ -3203,8 +3229,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nonMasqueradeCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym425 := z.EncBinary() - _ = yym425 + yym428 := z.EncBinary() + _ = yym428 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NonMasqueradeCIDR)) @@ -3212,8 +3238,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr135 || yy2arr135 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym427 := z.EncBinary() - _ = yym427 + yym430 := z.EncBinary() + _ = yym430 if false { } else { r.EncodeBool(bool(x.EnableCustomMetrics)) @@ -3222,38 +3248,13 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("enableCustomMetrics")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym428 := z.EncBinary() - _ = yym428 + yym431 := z.EncBinary() + _ = yym431 if false { } else { r.EncodeBool(bool(x.EnableCustomMetrics)) } } - if yyr135 || yy2arr135 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq135[91] { - yym430 := z.EncBinary() - _ = yym430 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.EvictionHard)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq135[91] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("evictionHard")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym431 := z.EncBinary() - _ = yym431 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.EvictionHard)) - } - } - } if yyr135 || yy2arr135 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if yyq135[92] { @@ -3261,7 +3262,7 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym433 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.EvictionSoft)) + r.EncodeString(codecSelferC_UTF81234, string(x.EvictionHard)) } } else { r.EncodeString(codecSelferC_UTF81234, "") @@ -3269,13 +3270,13 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } else { if yyq135[92] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("evictionSoft")) + r.EncodeString(codecSelferC_UTF81234, string("evictionHard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym434 := z.EncBinary() _ = yym434 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.EvictionSoft)) + r.EncodeString(codecSelferC_UTF81234, string(x.EvictionHard)) } } } @@ -3286,7 +3287,7 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym436 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.EvictionSoftGracePeriod)) + r.EncodeString(codecSelferC_UTF81234, string(x.EvictionSoft)) } } else { r.EncodeString(codecSelferC_UTF81234, "") @@ -3294,11 +3295,36 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } else { if yyq135[93] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("evictionSoftGracePeriod")) + r.EncodeString(codecSelferC_UTF81234, string("evictionSoft")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym437 := z.EncBinary() _ = yym437 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.EvictionSoft)) + } + } + } + if yyr135 || yy2arr135 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq135[94] { + yym439 := z.EncBinary() + _ = yym439 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.EvictionSoftGracePeriod)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq135[94] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("evictionSoftGracePeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym440 := z.EncBinary() + _ = yym440 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.EvictionSoftGracePeriod)) } @@ -3306,59 +3332,34 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr135 || yy2arr135 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq135[94] { - yy439 := &x.EvictionPressureTransitionPeriod - yym440 := z.EncBinary() - _ = yym440 + if yyq135[95] { + yy442 := &x.EvictionPressureTransitionPeriod + yym443 := z.EncBinary() + _ = yym443 if false { - } else if z.HasExtensions() && z.EncExt(yy439) { - } else if !yym440 && z.IsJSONHandle() { - z.EncJSONMarshal(yy439) + } else if z.HasExtensions() && z.EncExt(yy442) { + } else if !yym443 && z.IsJSONHandle() { + z.EncJSONMarshal(yy442) } else { - z.EncFallback(yy439) + z.EncFallback(yy442) } } else { r.EncodeNil() } } else { - if yyq135[94] { + if yyq135[95] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("evictionPressureTransitionPeriod")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy441 := &x.EvictionPressureTransitionPeriod - yym442 := z.EncBinary() - _ = yym442 - if false { - } else if z.HasExtensions() && z.EncExt(yy441) { - } else if !yym442 && z.IsJSONHandle() { - z.EncJSONMarshal(yy441) - } else { - z.EncFallback(yy441) - } - } - } - if yyr135 || yy2arr135 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq135[95] { - yym444 := z.EncBinary() - _ = yym444 - if false { - } else { - r.EncodeInt(int64(x.EvictionMaxPodGracePeriod)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq135[95] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("evictionMaxPodGracePeriod")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy444 := &x.EvictionPressureTransitionPeriod yym445 := z.EncBinary() _ = yym445 if false { + } else if z.HasExtensions() && z.EncExt(yy444) { + } else if !yym445 && z.IsJSONHandle() { + z.EncJSONMarshal(yy444) } else { - r.EncodeInt(int64(x.EvictionMaxPodGracePeriod)) + z.EncFallback(yy444) } } } @@ -3368,6 +3369,31 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { yym447 := z.EncBinary() _ = yym447 if false { + } else { + r.EncodeInt(int64(x.EvictionMaxPodGracePeriod)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq135[96] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("evictionMaxPodGracePeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym448 := z.EncBinary() + _ = yym448 + if false { + } else { + r.EncodeInt(int64(x.EvictionMaxPodGracePeriod)) + } + } + } + if yyr135 || yy2arr135 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq135[97] { + yym450 := z.EncBinary() + _ = yym450 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.EvictionMinimumReclaim)) } @@ -3375,12 +3401,12 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq135[96] { + if yyq135[97] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("evictionMinimumReclaim")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym448 := z.EncBinary() - _ = yym448 + yym451 := z.EncBinary() + _ = yym451 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.EvictionMinimumReclaim)) @@ -3389,8 +3415,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr135 || yy2arr135 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym450 := z.EncBinary() - _ = yym450 + yym453 := z.EncBinary() + _ = yym453 if false { } else { r.EncodeInt(int64(x.PodsPerCore)) @@ -3399,8 +3425,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podsPerCore")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym451 := z.EncBinary() - _ = yym451 + yym454 := z.EncBinary() + _ = yym454 if false { } else { r.EncodeInt(int64(x.PodsPerCore)) @@ -3408,8 +3434,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr135 || yy2arr135 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym453 := z.EncBinary() - _ = yym453 + yym456 := z.EncBinary() + _ = yym456 if false { } else { r.EncodeBool(bool(x.EnableControllerAttachDetach)) @@ -3418,8 +3444,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("enableControllerAttachDetach")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym454 := z.EncBinary() - _ = yym454 + yym457 := z.EncBinary() + _ = yym457 if false { } else { r.EncodeBool(bool(x.EnableControllerAttachDetach)) @@ -3430,8 +3456,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { if x.SystemReserved == nil { r.EncodeNil() } else { - yym456 := z.EncBinary() - _ = yym456 + yym459 := z.EncBinary() + _ = yym459 if false { } else if z.HasExtensions() && z.EncExt(x.SystemReserved) { } else { @@ -3445,8 +3471,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { if x.SystemReserved == nil { r.EncodeNil() } else { - yym457 := z.EncBinary() - _ = yym457 + yym460 := z.EncBinary() + _ = yym460 if false { } else if z.HasExtensions() && z.EncExt(x.SystemReserved) { } else { @@ -3459,8 +3485,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { if x.KubeReserved == nil { r.EncodeNil() } else { - yym459 := z.EncBinary() - _ = yym459 + yym462 := z.EncBinary() + _ = yym462 if false { } else if z.HasExtensions() && z.EncExt(x.KubeReserved) { } else { @@ -3474,8 +3500,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { if x.KubeReserved == nil { r.EncodeNil() } else { - yym460 := z.EncBinary() - _ = yym460 + yym463 := z.EncBinary() + _ = yym463 if false { } else if z.HasExtensions() && z.EncExt(x.KubeReserved) { } else { @@ -3485,8 +3511,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr135 || yy2arr135 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym462 := z.EncBinary() - _ = yym462 + yym465 := z.EncBinary() + _ = yym465 if false { } else { r.EncodeBool(bool(x.ProtectKernelDefaults)) @@ -3495,30 +3521,11 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protectKernelDefaults")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym463 := z.EncBinary() - _ = yym463 - if false { - } else { - r.EncodeBool(bool(x.ProtectKernelDefaults)) - } - } - if yyr135 || yy2arr135 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym465 := z.EncBinary() - _ = yym465 - if false { - } else { - r.EncodeBool(bool(x.MakeIPTablesUtilChains)) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("makeIPTablesUtilChains")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) yym466 := z.EncBinary() _ = yym466 if false { } else { - r.EncodeBool(bool(x.MakeIPTablesUtilChains)) + r.EncodeBool(bool(x.ProtectKernelDefaults)) } } if yyr135 || yy2arr135 { @@ -3527,17 +3534,17 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { _ = yym468 if false { } else { - r.EncodeInt(int64(x.IPTablesMasqueradeBit)) + r.EncodeBool(bool(x.MakeIPTablesUtilChains)) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("iptablesMasqueradeBit")) + r.EncodeString(codecSelferC_UTF81234, string("makeIPTablesUtilChains")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym469 := z.EncBinary() _ = yym469 if false { } else { - r.EncodeInt(int64(x.IPTablesMasqueradeBit)) + r.EncodeBool(bool(x.MakeIPTablesUtilChains)) } } if yyr135 || yy2arr135 { @@ -3545,6 +3552,25 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { yym471 := z.EncBinary() _ = yym471 if false { + } else { + r.EncodeInt(int64(x.IPTablesMasqueradeBit)) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("iptablesMasqueradeBit")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym472 := z.EncBinary() + _ = yym472 + if false { + } else { + r.EncodeInt(int64(x.IPTablesMasqueradeBit)) + } + } + if yyr135 || yy2arr135 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym474 := z.EncBinary() + _ = yym474 + if false { } else { r.EncodeInt(int64(x.IPTablesDropBit)) } @@ -3552,8 +3578,8 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("iptablesDropBit")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym472 := z.EncBinary() - _ = yym472 + yym475 := z.EncBinary() + _ = yym475 if false { } else { r.EncodeInt(int64(x.IPTablesDropBit)) @@ -3561,12 +3587,12 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr135 || yy2arr135 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq135[105] { + if yyq135[106] { if x.AllowedUnsafeSysctls == nil { r.EncodeNil() } else { - yym474 := z.EncBinary() - _ = yym474 + yym477 := z.EncBinary() + _ = yym477 if false { } else { z.F.EncSliceStringV(x.AllowedUnsafeSysctls, false, e) @@ -3576,15 +3602,15 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq135[105] { + if yyq135[106] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("experimentalAllowedUnsafeSysctls")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.AllowedUnsafeSysctls == nil { r.EncodeNil() } else { - yym475 := z.EncBinary() - _ = yym475 + yym478 := z.EncBinary() + _ = yym478 if false { } else { z.F.EncSliceStringV(x.AllowedUnsafeSysctls, false, e) @@ -3594,9 +3620,9 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr135 || yy2arr135 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq135[106] { - yym477 := z.EncBinary() - _ = yym477 + if yyq135[107] { + yym480 := z.EncBinary() + _ = yym480 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExperimentalRuntimeIntegrationType)) @@ -3605,12 +3631,12 @@ func (x *KubeletConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq135[106] { + if yyq135[107] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("experimentalRuntimeIntegrationType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym478 := z.EncBinary() - _ = yym478 + yym481 := z.EncBinary() + _ = yym481 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExperimentalRuntimeIntegrationType)) @@ -3630,25 +3656,25 @@ func (x *KubeletConfiguration) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym479 := z.DecBinary() - _ = yym479 + yym482 := z.DecBinary() + _ = yym482 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct480 := r.ContainerType() - if yyct480 == codecSelferValueTypeMap1234 { - yyl480 := r.ReadMapStart() - if yyl480 == 0 { + yyct483 := r.ContainerType() + if yyct483 == codecSelferValueTypeMap1234 { + yyl483 := r.ReadMapStart() + if yyl483 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl480, d) + x.codecDecodeSelfFromMap(yyl483, d) } - } else if yyct480 == codecSelferValueTypeArray1234 { - yyl480 := r.ReadArrayStart() - if yyl480 == 0 { + } else if yyct483 == codecSelferValueTypeArray1234 { + yyl483 := r.ReadArrayStart() + if yyl483 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl480, d) + x.codecDecodeSelfFromArray(yyl483, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -3660,12 +3686,12 @@ func (x *KubeletConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys481Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys481Slc - var yyhl481 bool = l >= 0 - for yyj481 := 0; ; yyj481++ { - if yyhl481 { - if yyj481 >= l { + var yys484Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys484Slc + var yyhl484 bool = l >= 0 + for yyj484 := 0; ; yyj484++ { + if yyhl484 { + if yyj484 >= l { break } } else { @@ -3674,10 +3700,10 @@ func (x *KubeletConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys481Slc = r.DecodeBytes(yys481Slc, true, true) - yys481 := string(yys481Slc) + yys484Slc = r.DecodeBytes(yys484Slc, true, true) + yys484 := string(yys484Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys481 { + switch yys484 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -3700,45 +3726,45 @@ func (x *KubeletConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.SyncFrequency = pkg1_unversioned.Duration{} } else { - yyv485 := &x.SyncFrequency - yym486 := z.DecBinary() - _ = yym486 + yyv488 := &x.SyncFrequency + yym489 := z.DecBinary() + _ = yym489 if false { - } else if z.HasExtensions() && z.DecExt(yyv485) { - } else if !yym486 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv485) + } else if z.HasExtensions() && z.DecExt(yyv488) { + } else if !yym489 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv488) } else { - z.DecFallback(yyv485, false) + z.DecFallback(yyv488, false) } } case "fileCheckFrequency": if r.TryDecodeAsNil() { x.FileCheckFrequency = pkg1_unversioned.Duration{} } else { - yyv487 := &x.FileCheckFrequency - yym488 := z.DecBinary() - _ = yym488 + yyv490 := &x.FileCheckFrequency + yym491 := z.DecBinary() + _ = yym491 if false { - } else if z.HasExtensions() && z.DecExt(yyv487) { - } else if !yym488 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv487) + } else if z.HasExtensions() && z.DecExt(yyv490) { + } else if !yym491 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv490) } else { - z.DecFallback(yyv487, false) + z.DecFallback(yyv490, false) } } case "httpCheckFrequency": if r.TryDecodeAsNil() { x.HTTPCheckFrequency = pkg1_unversioned.Duration{} } else { - yyv489 := &x.HTTPCheckFrequency - yym490 := z.DecBinary() - _ = yym490 + yyv492 := &x.HTTPCheckFrequency + yym493 := z.DecBinary() + _ = yym493 if false { - } else if z.HasExtensions() && z.DecExt(yyv489) { - } else if !yym490 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv489) + } else if z.HasExtensions() && z.DecExt(yyv492) { + } else if !yym493 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv492) } else { - z.DecFallback(yyv489, false) + z.DecFallback(yyv492, false) } } case "manifestURL": @@ -3835,36 +3861,36 @@ func (x *KubeletConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.HostNetworkSources = nil } else { - yyv506 := &x.HostNetworkSources - yym507 := z.DecBinary() - _ = yym507 + yyv509 := &x.HostNetworkSources + yym510 := z.DecBinary() + _ = yym510 if false { } else { - z.F.DecSliceStringX(yyv506, false, d) + z.F.DecSliceStringX(yyv509, false, d) } } case "hostPIDSources": if r.TryDecodeAsNil() { x.HostPIDSources = nil } else { - yyv508 := &x.HostPIDSources - yym509 := z.DecBinary() - _ = yym509 + yyv511 := &x.HostPIDSources + yym512 := z.DecBinary() + _ = yym512 if false { } else { - z.F.DecSliceStringX(yyv508, false, d) + z.F.DecSliceStringX(yyv511, false, d) } } case "hostIPCSources": if r.TryDecodeAsNil() { x.HostIPCSources = nil } else { - yyv510 := &x.HostIPCSources - yym511 := z.DecBinary() - _ = yym511 + yyv513 := &x.HostIPCSources + yym514 := z.DecBinary() + _ = yym514 if false { } else { - z.F.DecSliceStringX(yyv510, false, d) + z.F.DecSliceStringX(yyv513, false, d) } } case "registryPullQPS": @@ -3901,15 +3927,15 @@ func (x *KubeletConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.MinimumGCAge = pkg1_unversioned.Duration{} } else { - yyv517 := &x.MinimumGCAge - yym518 := z.DecBinary() - _ = yym518 + yyv520 := &x.MinimumGCAge + yym521 := z.DecBinary() + _ = yym521 if false { - } else if z.HasExtensions() && z.DecExt(yyv517) { - } else if !yym518 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv517) + } else if z.HasExtensions() && z.DecExt(yyv520) { + } else if !yym521 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv520) } else { - z.DecFallback(yyv517, false) + z.DecFallback(yyv520, false) } } case "maxPerPodContainerCount": @@ -3976,45 +4002,45 @@ func (x *KubeletConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.StreamingConnectionIdleTimeout = pkg1_unversioned.Duration{} } else { - yyv529 := &x.StreamingConnectionIdleTimeout - yym530 := z.DecBinary() - _ = yym530 + yyv532 := &x.StreamingConnectionIdleTimeout + yym533 := z.DecBinary() + _ = yym533 if false { - } else if z.HasExtensions() && z.DecExt(yyv529) { - } else if !yym530 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv529) + } else if z.HasExtensions() && z.DecExt(yyv532) { + } else if !yym533 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv532) } else { - z.DecFallback(yyv529, false) + z.DecFallback(yyv532, false) } } case "nodeStatusUpdateFrequency": if r.TryDecodeAsNil() { x.NodeStatusUpdateFrequency = pkg1_unversioned.Duration{} } else { - yyv531 := &x.NodeStatusUpdateFrequency - yym532 := z.DecBinary() - _ = yym532 + yyv534 := &x.NodeStatusUpdateFrequency + yym535 := z.DecBinary() + _ = yym535 if false { - } else if z.HasExtensions() && z.DecExt(yyv531) { - } else if !yym532 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv531) + } else if z.HasExtensions() && z.DecExt(yyv534) { + } else if !yym535 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv534) } else { - z.DecFallback(yyv531, false) + z.DecFallback(yyv534, false) } } case "imageMinimumGCAge": if r.TryDecodeAsNil() { x.ImageMinimumGCAge = pkg1_unversioned.Duration{} } else { - yyv533 := &x.ImageMinimumGCAge - yym534 := z.DecBinary() - _ = yym534 + yyv536 := &x.ImageMinimumGCAge + yym537 := z.DecBinary() + _ = yym537 if false { - } else if z.HasExtensions() && z.DecExt(yyv533) { - } else if !yym534 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv533) + } else if z.HasExtensions() && z.DecExt(yyv536) { + } else if !yym537 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv536) } else { - z.DecFallback(yyv533, false) + z.DecFallback(yyv536, false) } } case "imageGCHighThresholdPercent": @@ -4039,15 +4065,15 @@ func (x *KubeletConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.VolumeStatsAggPeriod = pkg1_unversioned.Duration{} } else { - yyv538 := &x.VolumeStatsAggPeriod - yym539 := z.DecBinary() - _ = yym539 + yyv541 := &x.VolumeStatsAggPeriod + yym542 := z.DecBinary() + _ = yym542 if false { - } else if z.HasExtensions() && z.DecExt(yyv538) { - } else if !yym539 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv538) + } else if z.HasExtensions() && z.DecExt(yyv541) { + } else if !yym542 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv541) } else { - z.DecFallback(yyv538, false) + z.DecFallback(yyv541, false) } } case "networkPluginName": @@ -4104,12 +4130,18 @@ func (x *KubeletConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decode } else { x.KubeletCgroups = string(r.DecodeString()) } - case "CgroupsPerQOS": + 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 = "" @@ -4150,15 +4182,15 @@ func (x *KubeletConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.RuntimeRequestTimeout = pkg1_unversioned.Duration{} } else { - yyv556 := &x.RuntimeRequestTimeout - yym557 := z.DecBinary() - _ = yym557 + yyv560 := &x.RuntimeRequestTimeout + yym561 := z.DecBinary() + _ = yym561 if false { - } else if z.HasExtensions() && z.DecExt(yyv556) { - } else if !yym557 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv556) + } else if z.HasExtensions() && z.DecExt(yyv560) { + } else if !yym561 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv560) } else { - z.DecFallback(yyv556, false) + z.DecFallback(yyv560, false) } } case "rktPath": @@ -4297,15 +4329,15 @@ func (x *KubeletConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.OutOfDiskTransitionFrequency = pkg1_unversioned.Duration{} } else { - yyv580 := &x.OutOfDiskTransitionFrequency - yym581 := z.DecBinary() - _ = yym581 + yyv584 := &x.OutOfDiskTransitionFrequency + yym585 := z.DecBinary() + _ = yym585 if false { - } else if z.HasExtensions() && z.DecExt(yyv580) { - } else if !yym581 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv580) + } else if z.HasExtensions() && z.DecExt(yyv584) { + } else if !yym585 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv584) } else { - z.DecFallback(yyv580, false) + z.DecFallback(yyv584, false) } } case "nodeIP": @@ -4318,12 +4350,12 @@ func (x *KubeletConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.NodeLabels = nil } else { - yyv583 := &x.NodeLabels - yym584 := z.DecBinary() - _ = yym584 + yyv587 := &x.NodeLabels + yym588 := z.DecBinary() + _ = yym588 if false { } else { - z.F.DecMapStringStringX(yyv583, false, d) + z.F.DecMapStringStringX(yyv587, false, d) } } case "nonMasqueradeCIDR": @@ -4360,15 +4392,15 @@ func (x *KubeletConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.EvictionPressureTransitionPeriod = pkg1_unversioned.Duration{} } else { - yyv590 := &x.EvictionPressureTransitionPeriod - yym591 := z.DecBinary() - _ = yym591 + yyv594 := &x.EvictionPressureTransitionPeriod + yym595 := z.DecBinary() + _ = yym595 if false { - } else if z.HasExtensions() && z.DecExt(yyv590) { - } else if !yym591 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv590) + } else if z.HasExtensions() && z.DecExt(yyv594) { + } else if !yym595 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv594) } else { - z.DecFallback(yyv590, false) + z.DecFallback(yyv594, false) } } case "evictionMaxPodGracePeriod": @@ -4399,26 +4431,26 @@ func (x *KubeletConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.SystemReserved = nil } else { - yyv596 := &x.SystemReserved - yym597 := z.DecBinary() - _ = yym597 + yyv600 := &x.SystemReserved + yym601 := z.DecBinary() + _ = yym601 if false { - } else if z.HasExtensions() && z.DecExt(yyv596) { + } else if z.HasExtensions() && z.DecExt(yyv600) { } else { - h.decconfig_ConfigurationMap((*pkg2_config.ConfigurationMap)(yyv596), d) + h.decconfig_ConfigurationMap((*pkg2_config.ConfigurationMap)(yyv600), d) } } case "kubeReserved": if r.TryDecodeAsNil() { x.KubeReserved = nil } else { - yyv598 := &x.KubeReserved - yym599 := z.DecBinary() - _ = yym599 + yyv602 := &x.KubeReserved + yym603 := z.DecBinary() + _ = yym603 if false { - } else if z.HasExtensions() && z.DecExt(yyv598) { + } else if z.HasExtensions() && z.DecExt(yyv602) { } else { - h.decconfig_ConfigurationMap((*pkg2_config.ConfigurationMap)(yyv598), d) + h.decconfig_ConfigurationMap((*pkg2_config.ConfigurationMap)(yyv602), d) } } case "protectKernelDefaults": @@ -4449,12 +4481,12 @@ func (x *KubeletConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.AllowedUnsafeSysctls = nil } else { - yyv604 := &x.AllowedUnsafeSysctls - yym605 := z.DecBinary() - _ = yym605 + yyv608 := &x.AllowedUnsafeSysctls + yym609 := z.DecBinary() + _ = yym609 if false { } else { - z.F.DecSliceStringX(yyv604, false, d) + z.F.DecSliceStringX(yyv608, false, d) } } case "experimentalRuntimeIntegrationType": @@ -4464,9 +4496,9 @@ func (x *KubeletConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.ExperimentalRuntimeIntegrationType = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys481) - } // end switch yys481 - } // end for yyj481 + z.DecStructFieldNotFound(-1, yys484) + } // end switch yys484 + } // end for yyj484 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -4474,16 +4506,16 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj607 int - var yyb607 bool - var yyhl607 bool = l >= 0 - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + var yyj611 int + var yyb611 bool + var yyhl611 bool = l >= 0 + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4493,13 +4525,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Kind = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4509,13 +4541,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.APIVersion = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4525,13 +4557,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.PodManifestPath = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4539,57 +4571,7 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.SyncFrequency = pkg1_unversioned.Duration{} } else { - yyv611 := &x.SyncFrequency - yym612 := z.DecBinary() - _ = yym612 - if false { - } else if z.HasExtensions() && z.DecExt(yyv611) { - } else if !yym612 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv611) - } else { - z.DecFallback(yyv611, false) - } - } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l - } else { - yyb607 = r.CheckBreak() - } - if yyb607 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.FileCheckFrequency = pkg1_unversioned.Duration{} - } else { - yyv613 := &x.FileCheckFrequency - yym614 := z.DecBinary() - _ = yym614 - if false { - } else if z.HasExtensions() && z.DecExt(yyv613) { - } else if !yym614 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv613) - } else { - z.DecFallback(yyv613, false) - } - } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l - } else { - yyb607 = r.CheckBreak() - } - if yyb607 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.HTTPCheckFrequency = pkg1_unversioned.Duration{} - } else { - yyv615 := &x.HTTPCheckFrequency + yyv615 := &x.SyncFrequency yym616 := z.DecBinary() _ = yym616 if false { @@ -4600,13 +4582,63 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco z.DecFallback(yyv615, false) } } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.FileCheckFrequency = pkg1_unversioned.Duration{} + } else { + yyv617 := &x.FileCheckFrequency + yym618 := z.DecBinary() + _ = yym618 + if false { + } else if z.HasExtensions() && z.DecExt(yyv617) { + } else if !yym618 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv617) + } else { + z.DecFallback(yyv617, false) + } + } + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l + } else { + yyb611 = r.CheckBreak() + } + if yyb611 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.HTTPCheckFrequency = pkg1_unversioned.Duration{} + } else { + yyv619 := &x.HTTPCheckFrequency + 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) + } + } + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l + } else { + yyb611 = r.CheckBreak() + } + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4616,13 +4648,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ManifestURL = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4632,13 +4664,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ManifestURLHeader = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4648,13 +4680,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.EnableServer = bool(r.DecodeBool()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4664,13 +4696,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Address = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4680,13 +4712,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Port = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4696,13 +4728,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ReadOnlyPort = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4712,13 +4744,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.TLSCertFile = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4728,13 +4760,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.TLSPrivateKeyFile = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4744,13 +4776,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.CertDirectory = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4760,13 +4792,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.HostnameOverride = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4776,13 +4808,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.PodInfraContainerImage = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4792,13 +4824,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.DockerEndpoint = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4808,13 +4840,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.RootDirectory = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4824,13 +4856,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.SeccompProfileRoot = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4840,13 +4872,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.AllowPrivileged = bool(r.DecodeBool()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4854,51 +4886,7 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.HostNetworkSources = nil } else { - yyv632 := &x.HostNetworkSources - yym633 := z.DecBinary() - _ = yym633 - if false { - } else { - z.F.DecSliceStringX(yyv632, false, d) - } - } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l - } else { - yyb607 = r.CheckBreak() - } - if yyb607 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.HostPIDSources = nil - } else { - yyv634 := &x.HostPIDSources - yym635 := z.DecBinary() - _ = yym635 - if false { - } else { - z.F.DecSliceStringX(yyv634, false, d) - } - } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l - } else { - yyb607 = r.CheckBreak() - } - if yyb607 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.HostIPCSources = nil - } else { - yyv636 := &x.HostIPCSources + yyv636 := &x.HostNetworkSources yym637 := z.DecBinary() _ = yym637 if false { @@ -4906,13 +4894,57 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco z.F.DecSliceStringX(yyv636, false, d) } } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.HostPIDSources = nil + } else { + yyv638 := &x.HostPIDSources + yym639 := z.DecBinary() + _ = yym639 + if false { + } else { + z.F.DecSliceStringX(yyv638, false, d) + } + } + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l + } else { + yyb611 = r.CheckBreak() + } + if yyb611 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.HostIPCSources = nil + } else { + yyv640 := &x.HostIPCSources + yym641 := z.DecBinary() + _ = yym641 + if false { + } else { + z.F.DecSliceStringX(yyv640, false, d) + } + } + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l + } else { + yyb611 = r.CheckBreak() + } + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4922,13 +4954,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.RegistryPullQPS = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4938,13 +4970,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.RegistryBurst = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4954,13 +4986,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.EventRecordQPS = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4970,13 +5002,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.EventBurst = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4986,13 +5018,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.EnableDebuggingHandlers = bool(r.DecodeBool()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5000,24 +5032,24 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.MinimumGCAge = pkg1_unversioned.Duration{} } else { - yyv643 := &x.MinimumGCAge - yym644 := z.DecBinary() - _ = yym644 + yyv647 := &x.MinimumGCAge + yym648 := z.DecBinary() + _ = yym648 if false { - } else if z.HasExtensions() && z.DecExt(yyv643) { - } else if !yym644 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv643) + } else if z.HasExtensions() && z.DecExt(yyv647) { + } else if !yym648 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv647) } else { - z.DecFallback(yyv643, false) + z.DecFallback(yyv647, false) } } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5027,13 +5059,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.MaxPerPodContainerCount = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5043,13 +5075,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.MaxContainerCount = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5059,13 +5091,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.CAdvisorPort = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5075,13 +5107,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.HealthzPort = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5091,13 +5123,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.HealthzBindAddress = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5107,13 +5139,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.OOMScoreAdj = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5123,13 +5155,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.RegisterNode = bool(r.DecodeBool()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5139,13 +5171,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ClusterDomain = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5155,13 +5187,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.MasterServiceNamespace = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5171,13 +5203,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ClusterDNS = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5185,57 +5217,7 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.StreamingConnectionIdleTimeout = pkg1_unversioned.Duration{} } else { - yyv655 := &x.StreamingConnectionIdleTimeout - 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) - } - } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l - } else { - yyb607 = r.CheckBreak() - } - if yyb607 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.NodeStatusUpdateFrequency = pkg1_unversioned.Duration{} - } else { - yyv657 := &x.NodeStatusUpdateFrequency - 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) - } - } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l - } else { - yyb607 = r.CheckBreak() - } - if yyb607 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.ImageMinimumGCAge = pkg1_unversioned.Duration{} - } else { - yyv659 := &x.ImageMinimumGCAge + yyv659 := &x.StreamingConnectionIdleTimeout yym660 := z.DecBinary() _ = yym660 if false { @@ -5246,13 +5228,63 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco z.DecFallback(yyv659, false) } } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.NodeStatusUpdateFrequency = pkg1_unversioned.Duration{} + } else { + yyv661 := &x.NodeStatusUpdateFrequency + yym662 := z.DecBinary() + _ = yym662 + if false { + } else if z.HasExtensions() && z.DecExt(yyv661) { + } else if !yym662 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv661) + } else { + z.DecFallback(yyv661, false) + } + } + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l + } else { + yyb611 = r.CheckBreak() + } + if yyb611 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.ImageMinimumGCAge = pkg1_unversioned.Duration{} + } else { + yyv663 := &x.ImageMinimumGCAge + yym664 := z.DecBinary() + _ = yym664 + if false { + } else if z.HasExtensions() && z.DecExt(yyv663) { + } else if !yym664 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv663) + } else { + z.DecFallback(yyv663, false) + } + } + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l + } else { + yyb611 = r.CheckBreak() + } + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5262,13 +5294,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ImageGCHighThresholdPercent = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5278,13 +5310,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ImageGCLowThresholdPercent = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5294,13 +5326,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.LowDiskSpaceThresholdMB = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5308,24 +5340,24 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.VolumeStatsAggPeriod = pkg1_unversioned.Duration{} } else { - yyv664 := &x.VolumeStatsAggPeriod - yym665 := z.DecBinary() - _ = yym665 + yyv668 := &x.VolumeStatsAggPeriod + yym669 := z.DecBinary() + _ = yym669 if false { - } else if z.HasExtensions() && z.DecExt(yyv664) { - } else if !yym665 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv664) + } else if z.HasExtensions() && z.DecExt(yyv668) { + } else if !yym669 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv668) } else { - z.DecFallback(yyv664, false) + z.DecFallback(yyv668, false) } } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5335,13 +5367,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.NetworkPluginName = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5351,13 +5383,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.NetworkPluginMTU = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5367,13 +5399,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.NetworkPluginDir = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5383,13 +5415,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.CNIConfDir = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5399,13 +5431,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.CNIBinDir = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5415,13 +5447,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.VolumePluginDir = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5431,13 +5463,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.CloudProvider = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5447,13 +5479,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.CloudConfigFile = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5463,13 +5495,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.KubeletCgroups = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5479,13 +5511,29 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.CgroupsPerQOS = bool(r.DecodeBool()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.CgroupDriver = "" + } else { + x.CgroupDriver = string(r.DecodeString()) + } + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l + } else { + yyb611 = r.CheckBreak() + } + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5495,13 +5543,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.RuntimeCgroups = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5511,13 +5559,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.SystemCgroups = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5527,13 +5575,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.CgroupRoot = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5543,13 +5591,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ContainerRuntime = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5559,13 +5607,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.RemoteRuntimeEndpoint = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5575,13 +5623,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.RemoteImageEndpoint = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5589,24 +5637,24 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.RuntimeRequestTimeout = pkg1_unversioned.Duration{} } else { - yyv682 := &x.RuntimeRequestTimeout - yym683 := z.DecBinary() - _ = yym683 + yyv687 := &x.RuntimeRequestTimeout + yym688 := z.DecBinary() + _ = yym688 if false { - } else if z.HasExtensions() && z.DecExt(yyv682) { - } else if !yym683 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv682) + } else if z.HasExtensions() && z.DecExt(yyv687) { + } else if !yym688 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv687) } else { - z.DecFallback(yyv682, false) + z.DecFallback(yyv687, false) } } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5616,13 +5664,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.RktPath = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5632,13 +5680,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.RktAPIEndpoint = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5648,13 +5696,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.RktStage1Image = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5664,13 +5712,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.LockFilePath = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5680,13 +5728,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ExitOnLockContention = bool(r.DecodeBool()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5696,13 +5744,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ConfigureCBR0 = bool(r.DecodeBool()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5712,13 +5760,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.HairpinMode = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5728,13 +5776,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.BabysitDaemons = bool(r.DecodeBool()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5744,13 +5792,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.MaxPods = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5760,13 +5808,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.NvidiaGPUs = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5776,13 +5824,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.DockerExecHandlerName = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5792,13 +5840,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.PodCIDR = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5808,13 +5856,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ResolverConfig = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5824,13 +5872,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.CPUCFSQuota = bool(r.DecodeBool()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5840,13 +5888,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Containerized = bool(r.DecodeBool()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5856,13 +5904,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.MaxOpenFiles = int64(r.DecodeInt(64)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5872,13 +5920,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ReconcileCIDR = bool(r.DecodeBool()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5888,13 +5936,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.RegisterSchedulable = bool(r.DecodeBool()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5904,13 +5952,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ContentType = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5920,13 +5968,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.KubeAPIQPS = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5936,13 +5984,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.KubeAPIBurst = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5952,13 +6000,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.SerializeImagePulls = bool(r.DecodeBool()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5966,24 +6014,24 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.OutOfDiskTransitionFrequency = pkg1_unversioned.Duration{} } else { - yyv706 := &x.OutOfDiskTransitionFrequency - yym707 := z.DecBinary() - _ = yym707 + yyv711 := &x.OutOfDiskTransitionFrequency + yym712 := z.DecBinary() + _ = yym712 if false { - } else if z.HasExtensions() && z.DecExt(yyv706) { - } else if !yym707 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv706) + } else if z.HasExtensions() && z.DecExt(yyv711) { + } else if !yym712 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv711) } else { - z.DecFallback(yyv706, false) + z.DecFallback(yyv711, false) } } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5993,13 +6041,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.NodeIP = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6007,21 +6055,21 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.NodeLabels = nil } else { - yyv709 := &x.NodeLabels - yym710 := z.DecBinary() - _ = yym710 + yyv714 := &x.NodeLabels + yym715 := z.DecBinary() + _ = yym715 if false { } else { - z.F.DecMapStringStringX(yyv709, false, d) + z.F.DecMapStringStringX(yyv714, false, d) } } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6031,13 +6079,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.NonMasqueradeCIDR = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6047,13 +6095,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.EnableCustomMetrics = bool(r.DecodeBool()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6063,13 +6111,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.EvictionHard = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6079,13 +6127,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.EvictionSoft = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6095,13 +6143,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.EvictionSoftGracePeriod = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6109,24 +6157,24 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.EvictionPressureTransitionPeriod = pkg1_unversioned.Duration{} } else { - yyv716 := &x.EvictionPressureTransitionPeriod - yym717 := z.DecBinary() - _ = yym717 + yyv721 := &x.EvictionPressureTransitionPeriod + yym722 := z.DecBinary() + _ = yym722 if false { - } else if z.HasExtensions() && z.DecExt(yyv716) { - } else if !yym717 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv716) + } else if z.HasExtensions() && z.DecExt(yyv721) { + } else if !yym722 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv721) } else { - z.DecFallback(yyv716, false) + z.DecFallback(yyv721, false) } } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6136,13 +6184,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.EvictionMaxPodGracePeriod = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6152,13 +6200,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.EvictionMinimumReclaim = string(r.DecodeString()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6168,13 +6216,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.PodsPerCore = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6184,13 +6232,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.EnableControllerAttachDetach = bool(r.DecodeBool()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6198,22 +6246,22 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.SystemReserved = nil } else { - yyv722 := &x.SystemReserved - yym723 := z.DecBinary() - _ = yym723 + yyv727 := &x.SystemReserved + yym728 := z.DecBinary() + _ = yym728 if false { - } else if z.HasExtensions() && z.DecExt(yyv722) { + } else if z.HasExtensions() && z.DecExt(yyv727) { } else { - h.decconfig_ConfigurationMap((*pkg2_config.ConfigurationMap)(yyv722), d) + h.decconfig_ConfigurationMap((*pkg2_config.ConfigurationMap)(yyv727), d) } } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6221,22 +6269,22 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.KubeReserved = nil } else { - yyv724 := &x.KubeReserved - yym725 := z.DecBinary() - _ = yym725 + yyv729 := &x.KubeReserved + yym730 := z.DecBinary() + _ = yym730 if false { - } else if z.HasExtensions() && z.DecExt(yyv724) { + } else if z.HasExtensions() && z.DecExt(yyv729) { } else { - h.decconfig_ConfigurationMap((*pkg2_config.ConfigurationMap)(yyv724), d) + h.decconfig_ConfigurationMap((*pkg2_config.ConfigurationMap)(yyv729), d) } } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6246,13 +6294,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.ProtectKernelDefaults = bool(r.DecodeBool()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6262,13 +6310,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.MakeIPTablesUtilChains = bool(r.DecodeBool()) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6278,13 +6326,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.IPTablesMasqueradeBit = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6294,13 +6342,13 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.IPTablesDropBit = int32(r.DecodeInt(32)) } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6308,21 +6356,21 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.AllowedUnsafeSysctls = nil } else { - yyv730 := &x.AllowedUnsafeSysctls - yym731 := z.DecBinary() - _ = yym731 + yyv735 := &x.AllowedUnsafeSysctls + yym736 := z.DecBinary() + _ = yym736 if false { } else { - z.F.DecSliceStringX(yyv730, false, d) + z.F.DecSliceStringX(yyv735, false, d) } } - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6333,17 +6381,17 @@ func (x *KubeletConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.ExperimentalRuntimeIntegrationType = string(r.DecodeString()) } for { - yyj607++ - if yyhl607 { - yyb607 = yyj607 > l + yyj611++ + if yyhl611 { + yyb611 = yyj611 > l } else { - yyb607 = r.CheckBreak() + yyb611 = r.CheckBreak() } - if yyb607 { + if yyb611 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj607-1, "") + z.DecStructFieldNotFound(yyj611-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -6355,36 +6403,36 @@ func (x *KubeSchedulerConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym733 := z.EncBinary() - _ = yym733 + yym738 := z.EncBinary() + _ = yym738 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep734 := !z.EncBinary() - yy2arr734 := z.EncBasicHandle().StructToArray - var yyq734 [14]bool - _, _, _ = yysep734, yyq734, yy2arr734 - const yyr734 bool = false - yyq734[0] = x.Kind != "" - yyq734[1] = x.APIVersion != "" - var yynn734 int - if yyr734 || yy2arr734 { + yysep739 := !z.EncBinary() + yy2arr739 := z.EncBasicHandle().StructToArray + var yyq739 [14]bool + _, _, _ = yysep739, yyq739, yy2arr739 + const yyr739 bool = false + yyq739[0] = x.Kind != "" + yyq739[1] = x.APIVersion != "" + var yynn739 int + if yyr739 || yy2arr739 { r.EncodeArrayStart(14) } else { - yynn734 = 12 - for _, b := range yyq734 { + yynn739 = 12 + for _, b := range yyq739 { if b { - yynn734++ + yynn739++ } } - r.EncodeMapStart(yynn734) - yynn734 = 0 + r.EncodeMapStart(yynn739) + yynn739 = 0 } - if yyr734 || yy2arr734 { + if yyr739 || yy2arr739 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq734[0] { - yym736 := z.EncBinary() - _ = yym736 + if yyq739[0] { + yym741 := z.EncBinary() + _ = yym741 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -6393,23 +6441,23 @@ func (x *KubeSchedulerConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq734[0] { + if yyq739[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym737 := z.EncBinary() - _ = yym737 + yym742 := z.EncBinary() + _ = yym742 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr734 || yy2arr734 { + if yyr739 || yy2arr739 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq734[1] { - yym739 := z.EncBinary() - _ = yym739 + if yyq739[1] { + yym744 := z.EncBinary() + _ = yym744 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -6418,22 +6466,22 @@ func (x *KubeSchedulerConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq734[1] { + if yyq739[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym740 := z.EncBinary() - _ = yym740 + yym745 := z.EncBinary() + _ = yym745 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr734 || yy2arr734 { + if yyr739 || yy2arr739 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym742 := z.EncBinary() - _ = yym742 + yym747 := z.EncBinary() + _ = yym747 if false { } else { r.EncodeInt(int64(x.Port)) @@ -6442,17 +6490,17 @@ func (x *KubeSchedulerConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym743 := z.EncBinary() - _ = yym743 + yym748 := z.EncBinary() + _ = yym748 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr734 || yy2arr734 { + if yyr739 || yy2arr739 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym745 := z.EncBinary() - _ = yym745 + yym750 := z.EncBinary() + _ = yym750 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) @@ -6461,17 +6509,17 @@ func (x *KubeSchedulerConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("address")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym746 := z.EncBinary() - _ = yym746 + yym751 := z.EncBinary() + _ = yym751 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) } } - if yyr734 || yy2arr734 { + if yyr739 || yy2arr739 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym748 := z.EncBinary() - _ = yym748 + yym753 := z.EncBinary() + _ = yym753 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.AlgorithmProvider)) @@ -6480,17 +6528,17 @@ func (x *KubeSchedulerConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("algorithmProvider")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym749 := z.EncBinary() - _ = yym749 + yym754 := z.EncBinary() + _ = yym754 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.AlgorithmProvider)) } } - if yyr734 || yy2arr734 { + if yyr739 || yy2arr739 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym751 := z.EncBinary() - _ = yym751 + yym756 := z.EncBinary() + _ = yym756 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PolicyConfigFile)) @@ -6499,17 +6547,17 @@ func (x *KubeSchedulerConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("policyConfigFile")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym752 := z.EncBinary() - _ = yym752 + yym757 := z.EncBinary() + _ = yym757 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PolicyConfigFile)) } } - if yyr734 || yy2arr734 { + if yyr739 || yy2arr739 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym754 := z.EncBinary() - _ = yym754 + yym759 := z.EncBinary() + _ = yym759 if false { } else { r.EncodeBool(bool(x.EnableProfiling)) @@ -6518,17 +6566,17 @@ func (x *KubeSchedulerConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("enableProfiling")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym755 := z.EncBinary() - _ = yym755 + yym760 := z.EncBinary() + _ = yym760 if false { } else { r.EncodeBool(bool(x.EnableProfiling)) } } - if yyr734 || yy2arr734 { + if yyr739 || yy2arr739 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym757 := z.EncBinary() - _ = yym757 + yym762 := z.EncBinary() + _ = yym762 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContentType)) @@ -6537,17 +6585,17 @@ func (x *KubeSchedulerConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("contentType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym758 := z.EncBinary() - _ = yym758 + yym763 := z.EncBinary() + _ = yym763 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContentType)) } } - if yyr734 || yy2arr734 { + if yyr739 || yy2arr739 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym760 := z.EncBinary() - _ = yym760 + yym765 := z.EncBinary() + _ = yym765 if false { } else { r.EncodeFloat32(float32(x.KubeAPIQPS)) @@ -6556,17 +6604,17 @@ func (x *KubeSchedulerConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeAPIQPS")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym761 := z.EncBinary() - _ = yym761 + yym766 := z.EncBinary() + _ = yym766 if false { } else { r.EncodeFloat32(float32(x.KubeAPIQPS)) } } - if yyr734 || yy2arr734 { + if yyr739 || yy2arr739 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym763 := z.EncBinary() - _ = yym763 + yym768 := z.EncBinary() + _ = yym768 if false { } else { r.EncodeInt(int64(x.KubeAPIBurst)) @@ -6575,17 +6623,17 @@ func (x *KubeSchedulerConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeAPIBurst")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym764 := z.EncBinary() - _ = yym764 + yym769 := z.EncBinary() + _ = yym769 if false { } else { r.EncodeInt(int64(x.KubeAPIBurst)) } } - if yyr734 || yy2arr734 { + if yyr739 || yy2arr739 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym766 := z.EncBinary() - _ = yym766 + yym771 := z.EncBinary() + _ = yym771 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SchedulerName)) @@ -6594,17 +6642,17 @@ func (x *KubeSchedulerConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("schedulerName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym767 := z.EncBinary() - _ = yym767 + yym772 := z.EncBinary() + _ = yym772 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SchedulerName)) } } - if yyr734 || yy2arr734 { + if yyr739 || yy2arr739 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym769 := z.EncBinary() - _ = yym769 + yym774 := z.EncBinary() + _ = yym774 if false { } else { r.EncodeInt(int64(x.HardPodAffinitySymmetricWeight)) @@ -6613,17 +6661,17 @@ func (x *KubeSchedulerConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hardPodAffinitySymmetricWeight")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym770 := z.EncBinary() - _ = yym770 + yym775 := z.EncBinary() + _ = yym775 if false { } else { r.EncodeInt(int64(x.HardPodAffinitySymmetricWeight)) } } - if yyr734 || yy2arr734 { + if yyr739 || yy2arr739 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym772 := z.EncBinary() - _ = yym772 + yym777 := z.EncBinary() + _ = yym777 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FailureDomains)) @@ -6632,25 +6680,25 @@ func (x *KubeSchedulerConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("failureDomains")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym773 := z.EncBinary() - _ = yym773 + yym778 := z.EncBinary() + _ = yym778 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FailureDomains)) } } - if yyr734 || yy2arr734 { + if yyr739 || yy2arr739 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy775 := &x.LeaderElection - yy775.CodecEncodeSelf(e) + yy780 := &x.LeaderElection + yy780.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("leaderElection")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy776 := &x.LeaderElection - yy776.CodecEncodeSelf(e) + yy781 := &x.LeaderElection + yy781.CodecEncodeSelf(e) } - if yyr734 || yy2arr734 { + if yyr739 || yy2arr739 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -6663,25 +6711,25 @@ func (x *KubeSchedulerConfiguration) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym777 := z.DecBinary() - _ = yym777 + yym782 := z.DecBinary() + _ = yym782 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct778 := r.ContainerType() - if yyct778 == codecSelferValueTypeMap1234 { - yyl778 := r.ReadMapStart() - if yyl778 == 0 { + yyct783 := r.ContainerType() + if yyct783 == codecSelferValueTypeMap1234 { + yyl783 := r.ReadMapStart() + if yyl783 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl778, d) + x.codecDecodeSelfFromMap(yyl783, d) } - } else if yyct778 == codecSelferValueTypeArray1234 { - yyl778 := r.ReadArrayStart() - if yyl778 == 0 { + } else if yyct783 == codecSelferValueTypeArray1234 { + yyl783 := r.ReadArrayStart() + if yyl783 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl778, d) + x.codecDecodeSelfFromArray(yyl783, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -6693,12 +6741,12 @@ func (x *KubeSchedulerConfiguration) codecDecodeSelfFromMap(l int, d *codec1978. 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 yys784Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys784Slc + var yyhl784 bool = l >= 0 + for yyj784 := 0; ; yyj784++ { + if yyhl784 { + if yyj784 >= l { break } } else { @@ -6707,10 +6755,10 @@ func (x *KubeSchedulerConfiguration) codecDecodeSelfFromMap(l int, d *codec1978. } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys779Slc = r.DecodeBytes(yys779Slc, true, true) - yys779 := string(yys779Slc) + yys784Slc = r.DecodeBytes(yys784Slc, true, true) + yys784 := string(yys784Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys779 { + switch yys784 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -6793,13 +6841,13 @@ func (x *KubeSchedulerConfiguration) codecDecodeSelfFromMap(l int, d *codec1978. if r.TryDecodeAsNil() { x.LeaderElection = LeaderElectionConfiguration{} } else { - yyv793 := &x.LeaderElection - yyv793.CodecDecodeSelf(d) + yyv798 := &x.LeaderElection + yyv798.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys779) - } // end switch yys779 - } // end for yyj779 + z.DecStructFieldNotFound(-1, yys784) + } // end switch yys784 + } // end for yyj784 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -6807,16 +6855,16 @@ func (x *KubeSchedulerConfiguration) codecDecodeSelfFromArray(l int, d *codec197 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 + var yyj799 int + var yyb799 bool + var yyhl799 bool = l >= 0 + yyj799++ + if yyhl799 { + yyb799 = yyj799 > l } else { - yyb794 = r.CheckBreak() + yyb799 = r.CheckBreak() } - if yyb794 { + if yyb799 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6826,13 +6874,13 @@ func (x *KubeSchedulerConfiguration) codecDecodeSelfFromArray(l int, d *codec197 } else { x.Kind = string(r.DecodeString()) } - yyj794++ - if yyhl794 { - yyb794 = yyj794 > l + yyj799++ + if yyhl799 { + yyb799 = yyj799 > l } else { - yyb794 = r.CheckBreak() + yyb799 = r.CheckBreak() } - if yyb794 { + if yyb799 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6842,13 +6890,13 @@ func (x *KubeSchedulerConfiguration) codecDecodeSelfFromArray(l int, d *codec197 } else { x.APIVersion = string(r.DecodeString()) } - yyj794++ - if yyhl794 { - yyb794 = yyj794 > l + yyj799++ + if yyhl799 { + yyb799 = yyj799 > l } else { - yyb794 = r.CheckBreak() + yyb799 = r.CheckBreak() } - if yyb794 { + if yyb799 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6858,13 +6906,13 @@ func (x *KubeSchedulerConfiguration) codecDecodeSelfFromArray(l int, d *codec197 } else { x.Port = int32(r.DecodeInt(32)) } - yyj794++ - if yyhl794 { - yyb794 = yyj794 > l + yyj799++ + if yyhl799 { + yyb799 = yyj799 > l } else { - yyb794 = r.CheckBreak() + yyb799 = r.CheckBreak() } - if yyb794 { + if yyb799 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6874,13 +6922,13 @@ func (x *KubeSchedulerConfiguration) codecDecodeSelfFromArray(l int, d *codec197 } else { x.Address = string(r.DecodeString()) } - yyj794++ - if yyhl794 { - yyb794 = yyj794 > l + yyj799++ + if yyhl799 { + yyb799 = yyj799 > l } else { - yyb794 = r.CheckBreak() + yyb799 = r.CheckBreak() } - if yyb794 { + if yyb799 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6890,13 +6938,13 @@ func (x *KubeSchedulerConfiguration) codecDecodeSelfFromArray(l int, d *codec197 } else { x.AlgorithmProvider = string(r.DecodeString()) } - yyj794++ - if yyhl794 { - yyb794 = yyj794 > l + yyj799++ + if yyhl799 { + yyb799 = yyj799 > l } else { - yyb794 = r.CheckBreak() + yyb799 = r.CheckBreak() } - if yyb794 { + if yyb799 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6906,13 +6954,13 @@ func (x *KubeSchedulerConfiguration) codecDecodeSelfFromArray(l int, d *codec197 } else { x.PolicyConfigFile = string(r.DecodeString()) } - yyj794++ - if yyhl794 { - yyb794 = yyj794 > l + yyj799++ + if yyhl799 { + yyb799 = yyj799 > l } else { - yyb794 = r.CheckBreak() + yyb799 = r.CheckBreak() } - if yyb794 { + if yyb799 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6922,13 +6970,13 @@ func (x *KubeSchedulerConfiguration) codecDecodeSelfFromArray(l int, d *codec197 } else { x.EnableProfiling = bool(r.DecodeBool()) } - yyj794++ - if yyhl794 { - yyb794 = yyj794 > l + yyj799++ + if yyhl799 { + yyb799 = yyj799 > l } else { - yyb794 = r.CheckBreak() + yyb799 = r.CheckBreak() } - if yyb794 { + if yyb799 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6938,13 +6986,13 @@ func (x *KubeSchedulerConfiguration) codecDecodeSelfFromArray(l int, d *codec197 } else { x.ContentType = string(r.DecodeString()) } - yyj794++ - if yyhl794 { - yyb794 = yyj794 > l + yyj799++ + if yyhl799 { + yyb799 = yyj799 > l } else { - yyb794 = r.CheckBreak() + yyb799 = r.CheckBreak() } - if yyb794 { + if yyb799 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6954,13 +7002,13 @@ func (x *KubeSchedulerConfiguration) codecDecodeSelfFromArray(l int, d *codec197 } else { x.KubeAPIQPS = float32(r.DecodeFloat(true)) } - yyj794++ - if yyhl794 { - yyb794 = yyj794 > l + yyj799++ + if yyhl799 { + yyb799 = yyj799 > l } else { - yyb794 = r.CheckBreak() + yyb799 = r.CheckBreak() } - if yyb794 { + if yyb799 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6970,13 +7018,13 @@ func (x *KubeSchedulerConfiguration) codecDecodeSelfFromArray(l int, d *codec197 } else { x.KubeAPIBurst = int32(r.DecodeInt(32)) } - yyj794++ - if yyhl794 { - yyb794 = yyj794 > l + yyj799++ + if yyhl799 { + yyb799 = yyj799 > l } else { - yyb794 = r.CheckBreak() + yyb799 = r.CheckBreak() } - if yyb794 { + if yyb799 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6986,13 +7034,13 @@ func (x *KubeSchedulerConfiguration) codecDecodeSelfFromArray(l int, d *codec197 } else { x.SchedulerName = string(r.DecodeString()) } - yyj794++ - if yyhl794 { - yyb794 = yyj794 > l + yyj799++ + if yyhl799 { + yyb799 = yyj799 > l } else { - yyb794 = r.CheckBreak() + yyb799 = r.CheckBreak() } - if yyb794 { + if yyb799 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7002,13 +7050,13 @@ func (x *KubeSchedulerConfiguration) codecDecodeSelfFromArray(l int, d *codec197 } else { x.HardPodAffinitySymmetricWeight = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj794++ - if yyhl794 { - yyb794 = yyj794 > l + yyj799++ + if yyhl799 { + yyb799 = yyj799 > l } else { - yyb794 = r.CheckBreak() + yyb799 = r.CheckBreak() } - if yyb794 { + if yyb799 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7018,13 +7066,13 @@ func (x *KubeSchedulerConfiguration) codecDecodeSelfFromArray(l int, d *codec197 } else { x.FailureDomains = string(r.DecodeString()) } - yyj794++ - if yyhl794 { - yyb794 = yyj794 > l + yyj799++ + if yyhl799 { + yyb799 = yyj799 > l } else { - yyb794 = r.CheckBreak() + yyb799 = r.CheckBreak() } - if yyb794 { + if yyb799 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7032,21 +7080,21 @@ func (x *KubeSchedulerConfiguration) codecDecodeSelfFromArray(l int, d *codec197 if r.TryDecodeAsNil() { x.LeaderElection = LeaderElectionConfiguration{} } else { - yyv808 := &x.LeaderElection - yyv808.CodecDecodeSelf(d) + yyv813 := &x.LeaderElection + yyv813.CodecDecodeSelf(d) } for { - yyj794++ - if yyhl794 { - yyb794 = yyj794 > l + yyj799++ + if yyhl799 { + yyb799 = yyj799 > l } else { - yyb794 = r.CheckBreak() + yyb799 = r.CheckBreak() } - if yyb794 { + if yyb799 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj794-1, "") + z.DecStructFieldNotFound(yyj799-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -7058,33 +7106,33 @@ func (x *LeaderElectionConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym809 := z.EncBinary() - _ = yym809 + yym814 := z.EncBinary() + _ = yym814 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep810 := !z.EncBinary() - yy2arr810 := z.EncBasicHandle().StructToArray - var yyq810 [4]bool - _, _, _ = yysep810, yyq810, yy2arr810 - const yyr810 bool = false - var yynn810 int - if yyr810 || yy2arr810 { + yysep815 := !z.EncBinary() + yy2arr815 := z.EncBasicHandle().StructToArray + var yyq815 [4]bool + _, _, _ = yysep815, yyq815, yy2arr815 + const yyr815 bool = false + var yynn815 int + if yyr815 || yy2arr815 { r.EncodeArrayStart(4) } else { - yynn810 = 4 - for _, b := range yyq810 { + yynn815 = 4 + for _, b := range yyq815 { if b { - yynn810++ + yynn815++ } } - r.EncodeMapStart(yynn810) - yynn810 = 0 + r.EncodeMapStart(yynn815) + yynn815 = 0 } - if yyr810 || yy2arr810 { + if yyr815 || yy2arr815 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym812 := z.EncBinary() - _ = yym812 + yym817 := z.EncBinary() + _ = yym817 if false { } else { r.EncodeBool(bool(x.LeaderElect)) @@ -7093,43 +7141,16 @@ func (x *LeaderElectionConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("leaderElect")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym813 := z.EncBinary() - _ = yym813 + yym818 := z.EncBinary() + _ = yym818 if false { } else { r.EncodeBool(bool(x.LeaderElect)) } } - if yyr810 || yy2arr810 { + if yyr815 || yy2arr815 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy815 := &x.LeaseDuration - yym816 := z.EncBinary() - _ = yym816 - if false { - } else if z.HasExtensions() && z.EncExt(yy815) { - } else if !yym816 && z.IsJSONHandle() { - z.EncJSONMarshal(yy815) - } else { - z.EncFallback(yy815) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("leaseDuration")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy817 := &x.LeaseDuration - yym818 := z.EncBinary() - _ = yym818 - if false { - } else if z.HasExtensions() && z.EncExt(yy817) { - } else if !yym818 && z.IsJSONHandle() { - z.EncJSONMarshal(yy817) - } else { - z.EncFallback(yy817) - } - } - if yyr810 || yy2arr810 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy820 := &x.RenewDeadline + yy820 := &x.LeaseDuration yym821 := z.EncBinary() _ = yym821 if false { @@ -7141,9 +7162,9 @@ func (x *LeaderElectionConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("renewDeadline")) + r.EncodeString(codecSelferC_UTF81234, string("leaseDuration")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy822 := &x.RenewDeadline + yy822 := &x.LeaseDuration yym823 := z.EncBinary() _ = yym823 if false { @@ -7154,9 +7175,9 @@ func (x *LeaderElectionConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncFallback(yy822) } } - if yyr810 || yy2arr810 { + if yyr815 || yy2arr815 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy825 := &x.RetryPeriod + yy825 := &x.RenewDeadline yym826 := z.EncBinary() _ = yym826 if false { @@ -7168,9 +7189,9 @@ func (x *LeaderElectionConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("retryPeriod")) + r.EncodeString(codecSelferC_UTF81234, string("renewDeadline")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy827 := &x.RetryPeriod + yy827 := &x.RenewDeadline yym828 := z.EncBinary() _ = yym828 if false { @@ -7181,7 +7202,34 @@ func (x *LeaderElectionConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncFallback(yy827) } } - if yyr810 || yy2arr810 { + if yyr815 || yy2arr815 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy830 := &x.RetryPeriod + yym831 := z.EncBinary() + _ = yym831 + if false { + } else if z.HasExtensions() && z.EncExt(yy830) { + } else if !yym831 && z.IsJSONHandle() { + z.EncJSONMarshal(yy830) + } else { + z.EncFallback(yy830) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("retryPeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy832 := &x.RetryPeriod + yym833 := z.EncBinary() + _ = yym833 + if false { + } else if z.HasExtensions() && z.EncExt(yy832) { + } else if !yym833 && z.IsJSONHandle() { + z.EncJSONMarshal(yy832) + } else { + z.EncFallback(yy832) + } + } + if yyr815 || yy2arr815 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -7194,25 +7242,25 @@ func (x *LeaderElectionConfiguration) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym829 := z.DecBinary() - _ = yym829 + yym834 := z.DecBinary() + _ = yym834 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct830 := r.ContainerType() - if yyct830 == codecSelferValueTypeMap1234 { - yyl830 := r.ReadMapStart() - if yyl830 == 0 { + yyct835 := r.ContainerType() + if yyct835 == codecSelferValueTypeMap1234 { + yyl835 := r.ReadMapStart() + if yyl835 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl830, d) + x.codecDecodeSelfFromMap(yyl835, d) } - } else if yyct830 == codecSelferValueTypeArray1234 { - yyl830 := r.ReadArrayStart() - if yyl830 == 0 { + } else if yyct835 == codecSelferValueTypeArray1234 { + yyl835 := r.ReadArrayStart() + if yyl835 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl830, d) + x.codecDecodeSelfFromArray(yyl835, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -7224,12 +7272,12 @@ func (x *LeaderElectionConfiguration) codecDecodeSelfFromMap(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys831Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys831Slc - var yyhl831 bool = l >= 0 - for yyj831 := 0; ; yyj831++ { - if yyhl831 { - if yyj831 >= l { + var yys836Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys836Slc + var yyhl836 bool = l >= 0 + for yyj836 := 0; ; yyj836++ { + if yyhl836 { + if yyj836 >= l { break } } else { @@ -7238,10 +7286,10 @@ func (x *LeaderElectionConfiguration) codecDecodeSelfFromMap(l int, d *codec1978 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys831Slc = r.DecodeBytes(yys831Slc, true, true) - yys831 := string(yys831Slc) + yys836Slc = r.DecodeBytes(yys836Slc, true, true) + yys836 := string(yys836Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys831 { + switch yys836 { case "leaderElect": if r.TryDecodeAsNil() { x.LeaderElect = false @@ -7252,51 +7300,51 @@ func (x *LeaderElectionConfiguration) codecDecodeSelfFromMap(l int, d *codec1978 if r.TryDecodeAsNil() { x.LeaseDuration = pkg1_unversioned.Duration{} } else { - yyv833 := &x.LeaseDuration - yym834 := z.DecBinary() - _ = yym834 + yyv838 := &x.LeaseDuration + yym839 := z.DecBinary() + _ = yym839 if false { - } else if z.HasExtensions() && z.DecExt(yyv833) { - } else if !yym834 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv833) + } else if z.HasExtensions() && z.DecExt(yyv838) { + } else if !yym839 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv838) } else { - z.DecFallback(yyv833, false) + z.DecFallback(yyv838, false) } } case "renewDeadline": if r.TryDecodeAsNil() { x.RenewDeadline = pkg1_unversioned.Duration{} } else { - yyv835 := &x.RenewDeadline - yym836 := z.DecBinary() - _ = yym836 + yyv840 := &x.RenewDeadline + yym841 := z.DecBinary() + _ = yym841 if false { - } else if z.HasExtensions() && z.DecExt(yyv835) { - } else if !yym836 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv835) + } else if z.HasExtensions() && z.DecExt(yyv840) { + } else if !yym841 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv840) } else { - z.DecFallback(yyv835, false) + z.DecFallback(yyv840, false) } } case "retryPeriod": if r.TryDecodeAsNil() { x.RetryPeriod = pkg1_unversioned.Duration{} } else { - yyv837 := &x.RetryPeriod - yym838 := z.DecBinary() - _ = yym838 + yyv842 := &x.RetryPeriod + yym843 := z.DecBinary() + _ = yym843 if false { - } else if z.HasExtensions() && z.DecExt(yyv837) { - } else if !yym838 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv837) + } else if z.HasExtensions() && z.DecExt(yyv842) { + } else if !yym843 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv842) } else { - z.DecFallback(yyv837, false) + z.DecFallback(yyv842, false) } } default: - z.DecStructFieldNotFound(-1, yys831) - } // end switch yys831 - } // end for yyj831 + z.DecStructFieldNotFound(-1, yys836) + } // end switch yys836 + } // end for yyj836 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -7304,16 +7352,16 @@ func (x *LeaderElectionConfiguration) codecDecodeSelfFromArray(l int, d *codec19 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj839 int - var yyb839 bool - var yyhl839 bool = l >= 0 - yyj839++ - if yyhl839 { - yyb839 = yyj839 > l + var yyj844 int + var yyb844 bool + var yyhl844 bool = l >= 0 + yyj844++ + if yyhl844 { + yyb844 = yyj844 > l } else { - yyb839 = r.CheckBreak() + yyb844 = r.CheckBreak() } - if yyb839 { + if yyb844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7323,13 +7371,13 @@ func (x *LeaderElectionConfiguration) codecDecodeSelfFromArray(l int, d *codec19 } else { x.LeaderElect = bool(r.DecodeBool()) } - yyj839++ - if yyhl839 { - yyb839 = yyj839 > l + yyj844++ + if yyhl844 { + yyb844 = yyj844 > l } else { - yyb839 = r.CheckBreak() + yyb844 = r.CheckBreak() } - if yyb839 { + if yyb844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7337,24 +7385,24 @@ func (x *LeaderElectionConfiguration) codecDecodeSelfFromArray(l int, d *codec19 if r.TryDecodeAsNil() { x.LeaseDuration = pkg1_unversioned.Duration{} } else { - yyv841 := &x.LeaseDuration - yym842 := z.DecBinary() - _ = yym842 + yyv846 := &x.LeaseDuration + yym847 := z.DecBinary() + _ = yym847 if false { - } else if z.HasExtensions() && z.DecExt(yyv841) { - } else if !yym842 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv841) + } else if z.HasExtensions() && z.DecExt(yyv846) { + } else if !yym847 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv846) } else { - z.DecFallback(yyv841, false) + z.DecFallback(yyv846, false) } } - yyj839++ - if yyhl839 { - yyb839 = yyj839 > l + yyj844++ + if yyhl844 { + yyb844 = yyj844 > l } else { - yyb839 = r.CheckBreak() + yyb844 = r.CheckBreak() } - if yyb839 { + if yyb844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7362,24 +7410,24 @@ func (x *LeaderElectionConfiguration) codecDecodeSelfFromArray(l int, d *codec19 if r.TryDecodeAsNil() { x.RenewDeadline = pkg1_unversioned.Duration{} } else { - yyv843 := &x.RenewDeadline - yym844 := z.DecBinary() - _ = yym844 + yyv848 := &x.RenewDeadline + yym849 := z.DecBinary() + _ = yym849 if false { - } else if z.HasExtensions() && z.DecExt(yyv843) { - } else if !yym844 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv843) + } else if z.HasExtensions() && z.DecExt(yyv848) { + } else if !yym849 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv848) } else { - z.DecFallback(yyv843, false) + z.DecFallback(yyv848, false) } } - yyj839++ - if yyhl839 { - yyb839 = yyj839 > l + yyj844++ + if yyhl844 { + yyb844 = yyj844 > l } else { - yyb839 = r.CheckBreak() + yyb844 = r.CheckBreak() } - if yyb839 { + if yyb844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7387,29 +7435,29 @@ func (x *LeaderElectionConfiguration) codecDecodeSelfFromArray(l int, d *codec19 if r.TryDecodeAsNil() { x.RetryPeriod = pkg1_unversioned.Duration{} } else { - yyv845 := &x.RetryPeriod - yym846 := z.DecBinary() - _ = yym846 + yyv850 := &x.RetryPeriod + yym851 := z.DecBinary() + _ = yym851 if false { - } else if z.HasExtensions() && z.DecExt(yyv845) { - } else if !yym846 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv845) + } else if z.HasExtensions() && z.DecExt(yyv850) { + } else if !yym851 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv850) } else { - z.DecFallback(yyv845, false) + z.DecFallback(yyv850, false) } } for { - yyj839++ - if yyhl839 { - yyb839 = yyj839 > l + yyj844++ + if yyhl844 { + yyb844 = yyj844 > l } else { - yyb839 = r.CheckBreak() + yyb844 = r.CheckBreak() } - if yyb839 { + if yyb844 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj839-1, "") + z.DecStructFieldNotFound(yyj844-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -7421,36 +7469,36 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode if x == nil { r.EncodeNil() } else { - yym847 := z.EncBinary() - _ = yym847 + yym852 := z.EncBinary() + _ = yym852 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep848 := !z.EncBinary() - yy2arr848 := z.EncBasicHandle().StructToArray - var yyq848 [60]bool - _, _, _ = yysep848, yyq848, yy2arr848 - const yyr848 bool = false - yyq848[0] = x.Kind != "" - yyq848[1] = x.APIVersion != "" - var yynn848 int - if yyr848 || yy2arr848 { + yysep853 := !z.EncBinary() + yy2arr853 := z.EncBasicHandle().StructToArray + var yyq853 [60]bool + _, _, _ = yysep853, yyq853, yy2arr853 + const yyr853 bool = false + yyq853[0] = x.Kind != "" + yyq853[1] = x.APIVersion != "" + var yynn853 int + if yyr853 || yy2arr853 { r.EncodeArrayStart(60) } else { - yynn848 = 58 - for _, b := range yyq848 { + yynn853 = 58 + for _, b := range yyq853 { if b { - yynn848++ + yynn853++ } } - r.EncodeMapStart(yynn848) - yynn848 = 0 + r.EncodeMapStart(yynn853) + yynn853 = 0 } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq848[0] { - yym850 := z.EncBinary() - _ = yym850 + if yyq853[0] { + yym855 := z.EncBinary() + _ = yym855 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -7459,23 +7507,23 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq848[0] { + if yyq853[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym851 := z.EncBinary() - _ = yym851 + yym856 := z.EncBinary() + _ = yym856 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq848[1] { - yym853 := z.EncBinary() - _ = yym853 + if yyq853[1] { + yym858 := z.EncBinary() + _ = yym858 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -7484,22 +7532,22 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq848[1] { + if yyq853[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym854 := z.EncBinary() - _ = yym854 + yym859 := z.EncBinary() + _ = yym859 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym856 := z.EncBinary() - _ = yym856 + yym861 := z.EncBinary() + _ = yym861 if false { } else { r.EncodeInt(int64(x.Port)) @@ -7508,17 +7556,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym857 := z.EncBinary() - _ = yym857 + yym862 := z.EncBinary() + _ = yym862 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym859 := z.EncBinary() - _ = yym859 + yym864 := z.EncBinary() + _ = yym864 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) @@ -7527,17 +7575,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("address")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym860 := z.EncBinary() - _ = yym860 + yym865 := z.EncBinary() + _ = yym865 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym862 := z.EncBinary() - _ = yym862 + yym867 := z.EncBinary() + _ = yym867 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.CloudProvider)) @@ -7546,17 +7594,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("cloudProvider")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym863 := z.EncBinary() - _ = yym863 + yym868 := z.EncBinary() + _ = yym868 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.CloudProvider)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym865 := z.EncBinary() - _ = yym865 + yym870 := z.EncBinary() + _ = yym870 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.CloudConfigFile)) @@ -7565,17 +7613,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("cloudConfigFile")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym866 := z.EncBinary() - _ = yym866 + yym871 := z.EncBinary() + _ = yym871 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.CloudConfigFile)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym868 := z.EncBinary() - _ = yym868 + yym873 := z.EncBinary() + _ = yym873 if false { } else { r.EncodeInt(int64(x.ConcurrentEndpointSyncs)) @@ -7584,17 +7632,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("concurrentEndpointSyncs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym869 := z.EncBinary() - _ = yym869 + yym874 := z.EncBinary() + _ = yym874 if false { } else { r.EncodeInt(int64(x.ConcurrentEndpointSyncs)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym871 := z.EncBinary() - _ = yym871 + yym876 := z.EncBinary() + _ = yym876 if false { } else { r.EncodeInt(int64(x.ConcurrentRSSyncs)) @@ -7603,17 +7651,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("concurrentRSSyncs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym872 := z.EncBinary() - _ = yym872 + yym877 := z.EncBinary() + _ = yym877 if false { } else { r.EncodeInt(int64(x.ConcurrentRSSyncs)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym874 := z.EncBinary() - _ = yym874 + yym879 := z.EncBinary() + _ = yym879 if false { } else { r.EncodeInt(int64(x.ConcurrentRCSyncs)) @@ -7622,17 +7670,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("concurrentRCSyncs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym875 := z.EncBinary() - _ = yym875 + yym880 := z.EncBinary() + _ = yym880 if false { } else { r.EncodeInt(int64(x.ConcurrentRCSyncs)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym877 := z.EncBinary() - _ = yym877 + yym882 := z.EncBinary() + _ = yym882 if false { } else { r.EncodeInt(int64(x.ConcurrentServiceSyncs)) @@ -7641,17 +7689,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("concurrentServiceSyncs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym878 := z.EncBinary() - _ = yym878 + yym883 := z.EncBinary() + _ = yym883 if false { } else { r.EncodeInt(int64(x.ConcurrentServiceSyncs)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym880 := z.EncBinary() - _ = yym880 + yym885 := z.EncBinary() + _ = yym885 if false { } else { r.EncodeInt(int64(x.ConcurrentResourceQuotaSyncs)) @@ -7660,17 +7708,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("concurrentResourceQuotaSyncs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym881 := z.EncBinary() - _ = yym881 + yym886 := z.EncBinary() + _ = yym886 if false { } else { r.EncodeInt(int64(x.ConcurrentResourceQuotaSyncs)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym883 := z.EncBinary() - _ = yym883 + yym888 := z.EncBinary() + _ = yym888 if false { } else { r.EncodeInt(int64(x.ConcurrentDeploymentSyncs)) @@ -7679,17 +7727,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("concurrentDeploymentSyncs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym884 := z.EncBinary() - _ = yym884 + yym889 := z.EncBinary() + _ = yym889 if false { } else { r.EncodeInt(int64(x.ConcurrentDeploymentSyncs)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym886 := z.EncBinary() - _ = yym886 + yym891 := z.EncBinary() + _ = yym891 if false { } else { r.EncodeInt(int64(x.ConcurrentDaemonSetSyncs)) @@ -7698,17 +7746,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("concurrentDaemonSetSyncs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym887 := z.EncBinary() - _ = yym887 + yym892 := z.EncBinary() + _ = yym892 if false { } else { r.EncodeInt(int64(x.ConcurrentDaemonSetSyncs)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym889 := z.EncBinary() - _ = yym889 + yym894 := z.EncBinary() + _ = yym894 if false { } else { r.EncodeInt(int64(x.ConcurrentJobSyncs)) @@ -7717,17 +7765,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("concurrentJobSyncs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym890 := z.EncBinary() - _ = yym890 + yym895 := z.EncBinary() + _ = yym895 if false { } else { r.EncodeInt(int64(x.ConcurrentJobSyncs)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym892 := z.EncBinary() - _ = yym892 + yym897 := z.EncBinary() + _ = yym897 if false { } else { r.EncodeInt(int64(x.ConcurrentNamespaceSyncs)) @@ -7736,17 +7784,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("concurrentNamespaceSyncs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym893 := z.EncBinary() - _ = yym893 + yym898 := z.EncBinary() + _ = yym898 if false { } else { r.EncodeInt(int64(x.ConcurrentNamespaceSyncs)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym895 := z.EncBinary() - _ = yym895 + yym900 := z.EncBinary() + _ = yym900 if false { } else { r.EncodeInt(int64(x.ConcurrentSATokenSyncs)) @@ -7755,17 +7803,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("concurrentSATokenSyncs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym896 := z.EncBinary() - _ = yym896 + yym901 := z.EncBinary() + _ = yym901 if false { } else { r.EncodeInt(int64(x.ConcurrentSATokenSyncs)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym898 := z.EncBinary() - _ = yym898 + yym903 := z.EncBinary() + _ = yym903 if false { } else { r.EncodeInt(int64(x.LookupCacheSizeForRC)) @@ -7774,17 +7822,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lookupCacheSizeForRC")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym899 := z.EncBinary() - _ = yym899 + yym904 := z.EncBinary() + _ = yym904 if false { } else { r.EncodeInt(int64(x.LookupCacheSizeForRC)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym901 := z.EncBinary() - _ = yym901 + yym906 := z.EncBinary() + _ = yym906 if false { } else { r.EncodeInt(int64(x.LookupCacheSizeForRS)) @@ -7793,17 +7841,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lookupCacheSizeForRS")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym902 := z.EncBinary() - _ = yym902 + yym907 := z.EncBinary() + _ = yym907 if false { } else { r.EncodeInt(int64(x.LookupCacheSizeForRS)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym904 := z.EncBinary() - _ = yym904 + yym909 := z.EncBinary() + _ = yym909 if false { } else { r.EncodeInt(int64(x.LookupCacheSizeForDaemonSet)) @@ -7812,43 +7860,16 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lookupCacheSizeForDaemonSet")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym905 := z.EncBinary() - _ = yym905 + yym910 := z.EncBinary() + _ = yym910 if false { } else { r.EncodeInt(int64(x.LookupCacheSizeForDaemonSet)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy907 := &x.ServiceSyncPeriod - yym908 := z.EncBinary() - _ = yym908 - if false { - } else if z.HasExtensions() && z.EncExt(yy907) { - } else if !yym908 && z.IsJSONHandle() { - z.EncJSONMarshal(yy907) - } else { - z.EncFallback(yy907) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("serviceSyncPeriod")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy909 := &x.ServiceSyncPeriod - yym910 := z.EncBinary() - _ = yym910 - if false { - } else if z.HasExtensions() && z.EncExt(yy909) { - } else if !yym910 && z.IsJSONHandle() { - z.EncJSONMarshal(yy909) - } else { - z.EncFallback(yy909) - } - } - if yyr848 || yy2arr848 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy912 := &x.NodeSyncPeriod + yy912 := &x.ServiceSyncPeriod yym913 := z.EncBinary() _ = yym913 if false { @@ -7860,9 +7881,9 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("nodeSyncPeriod")) + r.EncodeString(codecSelferC_UTF81234, string("serviceSyncPeriod")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy914 := &x.NodeSyncPeriod + yy914 := &x.ServiceSyncPeriod yym915 := z.EncBinary() _ = yym915 if false { @@ -7873,9 +7894,9 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncFallback(yy914) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy917 := &x.RouteReconciliationPeriod + yy917 := &x.NodeSyncPeriod yym918 := z.EncBinary() _ = yym918 if false { @@ -7887,9 +7908,9 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("routeReconciliationPeriod")) + r.EncodeString(codecSelferC_UTF81234, string("nodeSyncPeriod")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy919 := &x.RouteReconciliationPeriod + yy919 := &x.NodeSyncPeriod yym920 := z.EncBinary() _ = yym920 if false { @@ -7900,9 +7921,9 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncFallback(yy919) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy922 := &x.ResourceQuotaSyncPeriod + yy922 := &x.RouteReconciliationPeriod yym923 := z.EncBinary() _ = yym923 if false { @@ -7914,9 +7935,9 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("resourceQuotaSyncPeriod")) + r.EncodeString(codecSelferC_UTF81234, string("routeReconciliationPeriod")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy924 := &x.ResourceQuotaSyncPeriod + yy924 := &x.RouteReconciliationPeriod yym925 := z.EncBinary() _ = yym925 if false { @@ -7927,9 +7948,9 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncFallback(yy924) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy927 := &x.NamespaceSyncPeriod + yy927 := &x.ResourceQuotaSyncPeriod yym928 := z.EncBinary() _ = yym928 if false { @@ -7941,9 +7962,9 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("namespaceSyncPeriod")) + r.EncodeString(codecSelferC_UTF81234, string("resourceQuotaSyncPeriod")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy929 := &x.NamespaceSyncPeriod + yy929 := &x.ResourceQuotaSyncPeriod yym930 := z.EncBinary() _ = yym930 if false { @@ -7954,9 +7975,9 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncFallback(yy929) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy932 := &x.PVClaimBinderSyncPeriod + yy932 := &x.NamespaceSyncPeriod yym933 := z.EncBinary() _ = yym933 if false { @@ -7968,9 +7989,9 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("pvClaimBinderSyncPeriod")) + r.EncodeString(codecSelferC_UTF81234, string("namespaceSyncPeriod")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy934 := &x.PVClaimBinderSyncPeriod + yy934 := &x.NamespaceSyncPeriod yym935 := z.EncBinary() _ = yym935 if false { @@ -7981,9 +8002,9 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncFallback(yy934) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy937 := &x.MinResyncPeriod + yy937 := &x.PVClaimBinderSyncPeriod yym938 := z.EncBinary() _ = yym938 if false { @@ -7995,9 +8016,9 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("minResyncPeriod")) + r.EncodeString(codecSelferC_UTF81234, string("pvClaimBinderSyncPeriod")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy939 := &x.MinResyncPeriod + yy939 := &x.PVClaimBinderSyncPeriod yym940 := z.EncBinary() _ = yym940 if false { @@ -8008,10 +8029,37 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncFallback(yy939) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym942 := z.EncBinary() - _ = yym942 + yy942 := &x.MinResyncPeriod + yym943 := z.EncBinary() + _ = yym943 + if false { + } else if z.HasExtensions() && z.EncExt(yy942) { + } else if !yym943 && z.IsJSONHandle() { + z.EncJSONMarshal(yy942) + } else { + z.EncFallback(yy942) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("minResyncPeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy944 := &x.MinResyncPeriod + yym945 := z.EncBinary() + _ = yym945 + if false { + } else if z.HasExtensions() && z.EncExt(yy944) { + } else if !yym945 && z.IsJSONHandle() { + z.EncJSONMarshal(yy944) + } else { + z.EncFallback(yy944) + } + } + if yyr853 || yy2arr853 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym947 := z.EncBinary() + _ = yym947 if false { } else { r.EncodeInt(int64(x.TerminatedPodGCThreshold)) @@ -8020,43 +8068,16 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminatedPodGCThreshold")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym943 := z.EncBinary() - _ = yym943 + yym948 := z.EncBinary() + _ = yym948 if false { } else { r.EncodeInt(int64(x.TerminatedPodGCThreshold)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy945 := &x.HorizontalPodAutoscalerSyncPeriod - yym946 := z.EncBinary() - _ = yym946 - if false { - } else if z.HasExtensions() && z.EncExt(yy945) { - } else if !yym946 && z.IsJSONHandle() { - z.EncJSONMarshal(yy945) - } else { - z.EncFallback(yy945) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("horizontalPodAutoscalerSyncPeriod")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy947 := &x.HorizontalPodAutoscalerSyncPeriod - yym948 := z.EncBinary() - _ = yym948 - if false { - } else if z.HasExtensions() && z.EncExt(yy947) { - } else if !yym948 && z.IsJSONHandle() { - z.EncJSONMarshal(yy947) - } else { - z.EncFallback(yy947) - } - } - if yyr848 || yy2arr848 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy950 := &x.DeploymentControllerSyncPeriod + yy950 := &x.HorizontalPodAutoscalerSyncPeriod yym951 := z.EncBinary() _ = yym951 if false { @@ -8068,9 +8089,9 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("deploymentControllerSyncPeriod")) + r.EncodeString(codecSelferC_UTF81234, string("horizontalPodAutoscalerSyncPeriod")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy952 := &x.DeploymentControllerSyncPeriod + yy952 := &x.HorizontalPodAutoscalerSyncPeriod yym953 := z.EncBinary() _ = yym953 if false { @@ -8081,9 +8102,9 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncFallback(yy952) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy955 := &x.PodEvictionTimeout + yy955 := &x.DeploymentControllerSyncPeriod yym956 := z.EncBinary() _ = yym956 if false { @@ -8095,9 +8116,9 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("podEvictionTimeout")) + r.EncodeString(codecSelferC_UTF81234, string("deploymentControllerSyncPeriod")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy957 := &x.PodEvictionTimeout + yy957 := &x.DeploymentControllerSyncPeriod yym958 := z.EncBinary() _ = yym958 if false { @@ -8108,10 +8129,37 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncFallback(yy957) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym960 := z.EncBinary() - _ = yym960 + yy960 := &x.PodEvictionTimeout + yym961 := z.EncBinary() + _ = yym961 + if false { + } else if z.HasExtensions() && z.EncExt(yy960) { + } else if !yym961 && z.IsJSONHandle() { + z.EncJSONMarshal(yy960) + } else { + z.EncFallback(yy960) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("podEvictionTimeout")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy962 := &x.PodEvictionTimeout + yym963 := z.EncBinary() + _ = yym963 + if false { + } else if z.HasExtensions() && z.EncExt(yy962) { + } else if !yym963 && z.IsJSONHandle() { + z.EncJSONMarshal(yy962) + } else { + z.EncFallback(yy962) + } + } + if yyr853 || yy2arr853 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym965 := z.EncBinary() + _ = yym965 if false { } else { r.EncodeFloat32(float32(x.DeletingPodsQps)) @@ -8120,17 +8168,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("deletingPodsQps")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym961 := z.EncBinary() - _ = yym961 + yym966 := z.EncBinary() + _ = yym966 if false { } else { r.EncodeFloat32(float32(x.DeletingPodsQps)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym963 := z.EncBinary() - _ = yym963 + yym968 := z.EncBinary() + _ = yym968 if false { } else { r.EncodeInt(int64(x.DeletingPodsBurst)) @@ -8139,44 +8187,44 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("deletingPodsBurst")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym964 := z.EncBinary() - _ = yym964 + yym969 := z.EncBinary() + _ = yym969 if false { } else { r.EncodeInt(int64(x.DeletingPodsBurst)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy966 := &x.NodeMonitorGracePeriod - yym967 := z.EncBinary() - _ = yym967 + yy971 := &x.NodeMonitorGracePeriod + yym972 := z.EncBinary() + _ = yym972 if false { - } else if z.HasExtensions() && z.EncExt(yy966) { - } else if !yym967 && z.IsJSONHandle() { - z.EncJSONMarshal(yy966) + } else if z.HasExtensions() && z.EncExt(yy971) { + } else if !yym972 && z.IsJSONHandle() { + z.EncJSONMarshal(yy971) } else { - z.EncFallback(yy966) + z.EncFallback(yy971) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeMonitorGracePeriod")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy968 := &x.NodeMonitorGracePeriod - yym969 := z.EncBinary() - _ = yym969 + yy973 := &x.NodeMonitorGracePeriod + yym974 := z.EncBinary() + _ = yym974 if false { - } else if z.HasExtensions() && z.EncExt(yy968) { - } else if !yym969 && z.IsJSONHandle() { - z.EncJSONMarshal(yy968) + } else if z.HasExtensions() && z.EncExt(yy973) { + } else if !yym974 && z.IsJSONHandle() { + z.EncJSONMarshal(yy973) } else { - z.EncFallback(yy968) + z.EncFallback(yy973) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym971 := z.EncBinary() - _ = yym971 + yym976 := z.EncBinary() + _ = yym976 if false { } else { r.EncodeInt(int64(x.RegisterRetryCount)) @@ -8185,43 +8233,16 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("registerRetryCount")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym972 := z.EncBinary() - _ = yym972 + yym977 := z.EncBinary() + _ = yym977 if false { } else { r.EncodeInt(int64(x.RegisterRetryCount)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy974 := &x.NodeStartupGracePeriod - yym975 := z.EncBinary() - _ = yym975 - if false { - } else if z.HasExtensions() && z.EncExt(yy974) { - } else if !yym975 && z.IsJSONHandle() { - z.EncJSONMarshal(yy974) - } else { - z.EncFallback(yy974) - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("nodeStartupGracePeriod")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy976 := &x.NodeStartupGracePeriod - 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) - } - } - if yyr848 || yy2arr848 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy979 := &x.NodeMonitorPeriod + yy979 := &x.NodeStartupGracePeriod yym980 := z.EncBinary() _ = yym980 if false { @@ -8233,9 +8254,9 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("nodeMonitorPeriod")) + r.EncodeString(codecSelferC_UTF81234, string("nodeStartupGracePeriod")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy981 := &x.NodeMonitorPeriod + yy981 := &x.NodeStartupGracePeriod yym982 := z.EncBinary() _ = yym982 if false { @@ -8246,10 +8267,37 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncFallback(yy981) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym984 := z.EncBinary() - _ = yym984 + yy984 := &x.NodeMonitorPeriod + yym985 := z.EncBinary() + _ = yym985 + if false { + } else if z.HasExtensions() && z.EncExt(yy984) { + } else if !yym985 && z.IsJSONHandle() { + z.EncJSONMarshal(yy984) + } else { + z.EncFallback(yy984) + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("nodeMonitorPeriod")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy986 := &x.NodeMonitorPeriod + yym987 := z.EncBinary() + _ = yym987 + if false { + } else if z.HasExtensions() && z.EncExt(yy986) { + } else if !yym987 && z.IsJSONHandle() { + z.EncJSONMarshal(yy986) + } else { + z.EncFallback(yy986) + } + } + if yyr853 || yy2arr853 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yym989 := z.EncBinary() + _ = yym989 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountKeyFile)) @@ -8258,17 +8306,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("serviceAccountKeyFile")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym985 := z.EncBinary() - _ = yym985 + yym990 := z.EncBinary() + _ = yym990 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountKeyFile)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym987 := z.EncBinary() - _ = yym987 + yym992 := z.EncBinary() + _ = yym992 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterSigningCertFile)) @@ -8277,17 +8325,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("clusterSigningCertFile")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym988 := z.EncBinary() - _ = yym988 + yym993 := z.EncBinary() + _ = yym993 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterSigningCertFile)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym990 := z.EncBinary() - _ = yym990 + yym995 := z.EncBinary() + _ = yym995 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterSigningKeyFile)) @@ -8296,17 +8344,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("clusterSigningKeyFile")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym991 := z.EncBinary() - _ = yym991 + yym996 := z.EncBinary() + _ = yym996 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterSigningKeyFile)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym993 := z.EncBinary() - _ = yym993 + yym998 := z.EncBinary() + _ = yym998 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ApproveAllKubeletCSRsForGroup)) @@ -8315,17 +8363,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("approveAllKubeletCSRsForGroup")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym994 := z.EncBinary() - _ = yym994 + yym999 := z.EncBinary() + _ = yym999 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ApproveAllKubeletCSRsForGroup)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym996 := z.EncBinary() - _ = yym996 + yym1001 := z.EncBinary() + _ = yym1001 if false { } else { r.EncodeBool(bool(x.EnableProfiling)) @@ -8334,17 +8382,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("enableProfiling")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym997 := z.EncBinary() - _ = yym997 + yym1002 := z.EncBinary() + _ = yym1002 if false { } else { r.EncodeBool(bool(x.EnableProfiling)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym999 := z.EncBinary() - _ = yym999 + yym1004 := z.EncBinary() + _ = yym1004 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterName)) @@ -8353,17 +8401,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("clusterName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1000 := z.EncBinary() - _ = yym1000 + yym1005 := z.EncBinary() + _ = yym1005 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterName)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1002 := z.EncBinary() - _ = yym1002 + yym1007 := z.EncBinary() + _ = yym1007 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterCIDR)) @@ -8372,17 +8420,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("clusterCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1003 := z.EncBinary() - _ = yym1003 + yym1008 := z.EncBinary() + _ = yym1008 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterCIDR)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1005 := z.EncBinary() - _ = yym1005 + yym1010 := z.EncBinary() + _ = yym1010 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceCIDR)) @@ -8391,17 +8439,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("serviceCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1006 := z.EncBinary() - _ = yym1006 + yym1011 := z.EncBinary() + _ = yym1011 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceCIDR)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1008 := z.EncBinary() - _ = yym1008 + yym1013 := z.EncBinary() + _ = yym1013 if false { } else { r.EncodeInt(int64(x.NodeCIDRMaskSize)) @@ -8410,17 +8458,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeCIDRMaskSize")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1009 := z.EncBinary() - _ = yym1009 + yym1014 := z.EncBinary() + _ = yym1014 if false { } else { r.EncodeInt(int64(x.NodeCIDRMaskSize)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1011 := z.EncBinary() - _ = yym1011 + yym1016 := z.EncBinary() + _ = yym1016 if false { } else { r.EncodeBool(bool(x.AllocateNodeCIDRs)) @@ -8429,17 +8477,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("allocateNodeCIDRs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1012 := z.EncBinary() - _ = yym1012 + yym1017 := z.EncBinary() + _ = yym1017 if false { } else { r.EncodeBool(bool(x.AllocateNodeCIDRs)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1014 := z.EncBinary() - _ = yym1014 + yym1019 := z.EncBinary() + _ = yym1019 if false { } else { r.EncodeBool(bool(x.ConfigureCloudRoutes)) @@ -8448,17 +8496,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("configureCloudRoutes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1015 := z.EncBinary() - _ = yym1015 + yym1020 := z.EncBinary() + _ = yym1020 if false { } else { r.EncodeBool(bool(x.ConfigureCloudRoutes)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1017 := z.EncBinary() - _ = yym1017 + yym1022 := z.EncBinary() + _ = yym1022 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RootCAFile)) @@ -8467,17 +8515,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("rootCAFile")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1018 := z.EncBinary() - _ = yym1018 + yym1023 := z.EncBinary() + _ = yym1023 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RootCAFile)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1020 := z.EncBinary() - _ = yym1020 + yym1025 := z.EncBinary() + _ = yym1025 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContentType)) @@ -8486,17 +8534,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("contentType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1021 := z.EncBinary() - _ = yym1021 + yym1026 := z.EncBinary() + _ = yym1026 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContentType)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1023 := z.EncBinary() - _ = yym1023 + yym1028 := z.EncBinary() + _ = yym1028 if false { } else { r.EncodeFloat32(float32(x.KubeAPIQPS)) @@ -8505,17 +8553,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeAPIQPS")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1024 := z.EncBinary() - _ = yym1024 + yym1029 := z.EncBinary() + _ = yym1029 if false { } else { r.EncodeFloat32(float32(x.KubeAPIQPS)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1026 := z.EncBinary() - _ = yym1026 + yym1031 := z.EncBinary() + _ = yym1031 if false { } else { r.EncodeInt(int64(x.KubeAPIBurst)) @@ -8524,66 +8572,66 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeAPIBurst")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1027 := z.EncBinary() - _ = yym1027 + yym1032 := z.EncBinary() + _ = yym1032 if false { } else { r.EncodeInt(int64(x.KubeAPIBurst)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1029 := &x.LeaderElection - yy1029.CodecEncodeSelf(e) + yy1034 := &x.LeaderElection + yy1034.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("leaderElection")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1030 := &x.LeaderElection - yy1030.CodecEncodeSelf(e) + yy1035 := &x.LeaderElection + yy1035.CodecEncodeSelf(e) } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1032 := &x.VolumeConfiguration - yy1032.CodecEncodeSelf(e) + yy1037 := &x.VolumeConfiguration + yy1037.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumeConfiguration")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1033 := &x.VolumeConfiguration - yy1033.CodecEncodeSelf(e) + yy1038 := &x.VolumeConfiguration + yy1038.CodecEncodeSelf(e) } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1035 := &x.ControllerStartInterval - yym1036 := z.EncBinary() - _ = yym1036 + yy1040 := &x.ControllerStartInterval + yym1041 := z.EncBinary() + _ = yym1041 if false { - } else if z.HasExtensions() && z.EncExt(yy1035) { - } else if !yym1036 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1035) + } else if z.HasExtensions() && z.EncExt(yy1040) { + } else if !yym1041 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1040) } else { - z.EncFallback(yy1035) + z.EncFallback(yy1040) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("controllerStartInterval")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1037 := &x.ControllerStartInterval - yym1038 := z.EncBinary() - _ = yym1038 + yy1042 := &x.ControllerStartInterval + yym1043 := z.EncBinary() + _ = yym1043 if false { - } else if z.HasExtensions() && z.EncExt(yy1037) { - } else if !yym1038 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1037) + } else if z.HasExtensions() && z.EncExt(yy1042) { + } else if !yym1043 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1042) } else { - z.EncFallback(yy1037) + z.EncFallback(yy1042) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1040 := z.EncBinary() - _ = yym1040 + yym1045 := z.EncBinary() + _ = yym1045 if false { } else { r.EncodeBool(bool(x.EnableGarbageCollector)) @@ -8592,17 +8640,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("enableGarbageCollector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1041 := z.EncBinary() - _ = yym1041 + yym1046 := z.EncBinary() + _ = yym1046 if false { } else { r.EncodeBool(bool(x.EnableGarbageCollector)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1043 := z.EncBinary() - _ = yym1043 + yym1048 := z.EncBinary() + _ = yym1048 if false { } else { r.EncodeInt(int64(x.ConcurrentGCSyncs)) @@ -8611,17 +8659,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("concurrentGCSyncs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1044 := z.EncBinary() - _ = yym1044 + yym1049 := z.EncBinary() + _ = yym1049 if false { } else { r.EncodeInt(int64(x.ConcurrentGCSyncs)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1046 := z.EncBinary() - _ = yym1046 + yym1051 := z.EncBinary() + _ = yym1051 if false { } else { r.EncodeFloat32(float32(x.NodeEvictionRate)) @@ -8630,17 +8678,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeEvictionRate")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1047 := z.EncBinary() - _ = yym1047 + yym1052 := z.EncBinary() + _ = yym1052 if false { } else { r.EncodeFloat32(float32(x.NodeEvictionRate)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1049 := z.EncBinary() - _ = yym1049 + yym1054 := z.EncBinary() + _ = yym1054 if false { } else { r.EncodeFloat32(float32(x.SecondaryNodeEvictionRate)) @@ -8649,17 +8697,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secondaryNodeEvictionRate")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1050 := z.EncBinary() - _ = yym1050 + yym1055 := z.EncBinary() + _ = yym1055 if false { } else { r.EncodeFloat32(float32(x.SecondaryNodeEvictionRate)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1052 := z.EncBinary() - _ = yym1052 + yym1057 := z.EncBinary() + _ = yym1057 if false { } else { r.EncodeInt(int64(x.LargeClusterSizeThreshold)) @@ -8668,17 +8716,17 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("largeClusterSizeThreshold")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1053 := z.EncBinary() - _ = yym1053 + yym1058 := z.EncBinary() + _ = yym1058 if false { } else { r.EncodeInt(int64(x.LargeClusterSizeThreshold)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1055 := z.EncBinary() - _ = yym1055 + yym1060 := z.EncBinary() + _ = yym1060 if false { } else { r.EncodeFloat32(float32(x.UnhealthyZoneThreshold)) @@ -8687,14 +8735,14 @@ func (x *KubeControllerManagerConfiguration) CodecEncodeSelf(e *codec1978.Encode z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("unhealthyZoneThreshold")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1056 := z.EncBinary() - _ = yym1056 + yym1061 := z.EncBinary() + _ = yym1061 if false { } else { r.EncodeFloat32(float32(x.UnhealthyZoneThreshold)) } } - if yyr848 || yy2arr848 { + if yyr853 || yy2arr853 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -8707,25 +8755,25 @@ func (x *KubeControllerManagerConfiguration) CodecDecodeSelf(d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1057 := z.DecBinary() - _ = yym1057 + yym1062 := z.DecBinary() + _ = yym1062 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1058 := r.ContainerType() - if yyct1058 == codecSelferValueTypeMap1234 { - yyl1058 := r.ReadMapStart() - if yyl1058 == 0 { + yyct1063 := r.ContainerType() + if yyct1063 == codecSelferValueTypeMap1234 { + yyl1063 := r.ReadMapStart() + if yyl1063 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1058, d) + x.codecDecodeSelfFromMap(yyl1063, d) } - } else if yyct1058 == codecSelferValueTypeArray1234 { - yyl1058 := r.ReadArrayStart() - if yyl1058 == 0 { + } else if yyct1063 == codecSelferValueTypeArray1234 { + yyl1063 := r.ReadArrayStart() + if yyl1063 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1058, d) + x.codecDecodeSelfFromArray(yyl1063, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -8737,12 +8785,12 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromMap(l int, d *co var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1059Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1059Slc - var yyhl1059 bool = l >= 0 - for yyj1059 := 0; ; yyj1059++ { - if yyhl1059 { - if yyj1059 >= l { + var yys1064Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1064Slc + var yyhl1064 bool = l >= 0 + for yyj1064 := 0; ; yyj1064++ { + if yyhl1064 { + if yyj1064 >= l { break } } else { @@ -8751,10 +8799,10 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromMap(l int, d *co } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1059Slc = r.DecodeBytes(yys1059Slc, true, true) - yys1059 := string(yys1059Slc) + yys1064Slc = r.DecodeBytes(yys1064Slc, true, true) + yys1064 := string(yys1064Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1059 { + switch yys1064 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -8873,105 +8921,105 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromMap(l int, d *co if r.TryDecodeAsNil() { x.ServiceSyncPeriod = pkg1_unversioned.Duration{} } else { - yyv1079 := &x.ServiceSyncPeriod - yym1080 := z.DecBinary() - _ = yym1080 + yyv1084 := &x.ServiceSyncPeriod + yym1085 := z.DecBinary() + _ = yym1085 if false { - } else if z.HasExtensions() && z.DecExt(yyv1079) { - } else if !yym1080 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1079) + } else if z.HasExtensions() && z.DecExt(yyv1084) { + } else if !yym1085 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1084) } else { - z.DecFallback(yyv1079, false) + z.DecFallback(yyv1084, false) } } case "nodeSyncPeriod": if r.TryDecodeAsNil() { x.NodeSyncPeriod = pkg1_unversioned.Duration{} } else { - yyv1081 := &x.NodeSyncPeriod - yym1082 := z.DecBinary() - _ = yym1082 + yyv1086 := &x.NodeSyncPeriod + yym1087 := z.DecBinary() + _ = yym1087 if false { - } else if z.HasExtensions() && z.DecExt(yyv1081) { - } else if !yym1082 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1081) + } else if z.HasExtensions() && z.DecExt(yyv1086) { + } else if !yym1087 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1086) } else { - z.DecFallback(yyv1081, false) + z.DecFallback(yyv1086, false) } } case "routeReconciliationPeriod": if r.TryDecodeAsNil() { x.RouteReconciliationPeriod = pkg1_unversioned.Duration{} } else { - yyv1083 := &x.RouteReconciliationPeriod - yym1084 := z.DecBinary() - _ = yym1084 + yyv1088 := &x.RouteReconciliationPeriod + yym1089 := z.DecBinary() + _ = yym1089 if false { - } else if z.HasExtensions() && z.DecExt(yyv1083) { - } else if !yym1084 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1083) + } else if z.HasExtensions() && z.DecExt(yyv1088) { + } else if !yym1089 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1088) } else { - z.DecFallback(yyv1083, false) + z.DecFallback(yyv1088, false) } } case "resourceQuotaSyncPeriod": if r.TryDecodeAsNil() { x.ResourceQuotaSyncPeriod = pkg1_unversioned.Duration{} } else { - yyv1085 := &x.ResourceQuotaSyncPeriod - yym1086 := z.DecBinary() - _ = yym1086 + yyv1090 := &x.ResourceQuotaSyncPeriod + yym1091 := z.DecBinary() + _ = yym1091 if false { - } else if z.HasExtensions() && z.DecExt(yyv1085) { - } else if !yym1086 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1085) + } else if z.HasExtensions() && z.DecExt(yyv1090) { + } else if !yym1091 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1090) } else { - z.DecFallback(yyv1085, false) + z.DecFallback(yyv1090, false) } } case "namespaceSyncPeriod": if r.TryDecodeAsNil() { x.NamespaceSyncPeriod = pkg1_unversioned.Duration{} } else { - yyv1087 := &x.NamespaceSyncPeriod - yym1088 := z.DecBinary() - _ = yym1088 + yyv1092 := &x.NamespaceSyncPeriod + yym1093 := z.DecBinary() + _ = yym1093 if false { - } else if z.HasExtensions() && z.DecExt(yyv1087) { - } else if !yym1088 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1087) + } else if z.HasExtensions() && z.DecExt(yyv1092) { + } else if !yym1093 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1092) } else { - z.DecFallback(yyv1087, false) + z.DecFallback(yyv1092, false) } } case "pvClaimBinderSyncPeriod": if r.TryDecodeAsNil() { x.PVClaimBinderSyncPeriod = pkg1_unversioned.Duration{} } else { - yyv1089 := &x.PVClaimBinderSyncPeriod - yym1090 := z.DecBinary() - _ = yym1090 + yyv1094 := &x.PVClaimBinderSyncPeriod + yym1095 := z.DecBinary() + _ = yym1095 if false { - } else if z.HasExtensions() && z.DecExt(yyv1089) { - } else if !yym1090 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1089) + } else if z.HasExtensions() && z.DecExt(yyv1094) { + } else if !yym1095 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1094) } else { - z.DecFallback(yyv1089, false) + z.DecFallback(yyv1094, false) } } case "minResyncPeriod": if r.TryDecodeAsNil() { x.MinResyncPeriod = pkg1_unversioned.Duration{} } else { - yyv1091 := &x.MinResyncPeriod - yym1092 := z.DecBinary() - _ = yym1092 + yyv1096 := &x.MinResyncPeriod + yym1097 := z.DecBinary() + _ = yym1097 if false { - } else if z.HasExtensions() && z.DecExt(yyv1091) { - } else if !yym1092 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1091) + } else if z.HasExtensions() && z.DecExt(yyv1096) { + } else if !yym1097 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1096) } else { - z.DecFallback(yyv1091, false) + z.DecFallback(yyv1096, false) } } case "terminatedPodGCThreshold": @@ -8984,45 +9032,45 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromMap(l int, d *co if r.TryDecodeAsNil() { x.HorizontalPodAutoscalerSyncPeriod = pkg1_unversioned.Duration{} } else { - yyv1094 := &x.HorizontalPodAutoscalerSyncPeriod - yym1095 := z.DecBinary() - _ = yym1095 + yyv1099 := &x.HorizontalPodAutoscalerSyncPeriod + yym1100 := z.DecBinary() + _ = yym1100 if false { - } else if z.HasExtensions() && z.DecExt(yyv1094) { - } else if !yym1095 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1094) + } else if z.HasExtensions() && z.DecExt(yyv1099) { + } else if !yym1100 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1099) } else { - z.DecFallback(yyv1094, false) + z.DecFallback(yyv1099, false) } } case "deploymentControllerSyncPeriod": if r.TryDecodeAsNil() { x.DeploymentControllerSyncPeriod = pkg1_unversioned.Duration{} } else { - yyv1096 := &x.DeploymentControllerSyncPeriod - yym1097 := z.DecBinary() - _ = yym1097 + yyv1101 := &x.DeploymentControllerSyncPeriod + yym1102 := z.DecBinary() + _ = yym1102 if false { - } else if z.HasExtensions() && z.DecExt(yyv1096) { - } else if !yym1097 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1096) + } else if z.HasExtensions() && z.DecExt(yyv1101) { + } else if !yym1102 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1101) } else { - z.DecFallback(yyv1096, false) + z.DecFallback(yyv1101, false) } } case "podEvictionTimeout": if r.TryDecodeAsNil() { x.PodEvictionTimeout = pkg1_unversioned.Duration{} } else { - yyv1098 := &x.PodEvictionTimeout - yym1099 := z.DecBinary() - _ = yym1099 + yyv1103 := &x.PodEvictionTimeout + yym1104 := z.DecBinary() + _ = yym1104 if false { - } else if z.HasExtensions() && z.DecExt(yyv1098) { - } else if !yym1099 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1098) + } else if z.HasExtensions() && z.DecExt(yyv1103) { + } else if !yym1104 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1103) } else { - z.DecFallback(yyv1098, false) + z.DecFallback(yyv1103, false) } } case "deletingPodsQps": @@ -9041,15 +9089,15 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromMap(l int, d *co if r.TryDecodeAsNil() { x.NodeMonitorGracePeriod = pkg1_unversioned.Duration{} } else { - yyv1102 := &x.NodeMonitorGracePeriod - yym1103 := z.DecBinary() - _ = yym1103 + yyv1107 := &x.NodeMonitorGracePeriod + yym1108 := z.DecBinary() + _ = yym1108 if false { - } else if z.HasExtensions() && z.DecExt(yyv1102) { - } else if !yym1103 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1102) + } else if z.HasExtensions() && z.DecExt(yyv1107) { + } else if !yym1108 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1107) } else { - z.DecFallback(yyv1102, false) + z.DecFallback(yyv1107, false) } } case "registerRetryCount": @@ -9062,30 +9110,30 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromMap(l int, d *co if r.TryDecodeAsNil() { x.NodeStartupGracePeriod = pkg1_unversioned.Duration{} } else { - yyv1105 := &x.NodeStartupGracePeriod - yym1106 := z.DecBinary() - _ = yym1106 + yyv1110 := &x.NodeStartupGracePeriod + yym1111 := z.DecBinary() + _ = yym1111 if false { - } else if z.HasExtensions() && z.DecExt(yyv1105) { - } else if !yym1106 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1105) + } else if z.HasExtensions() && z.DecExt(yyv1110) { + } else if !yym1111 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1110) } else { - z.DecFallback(yyv1105, false) + z.DecFallback(yyv1110, false) } } case "nodeMonitorPeriod": if r.TryDecodeAsNil() { x.NodeMonitorPeriod = pkg1_unversioned.Duration{} } else { - yyv1107 := &x.NodeMonitorPeriod - yym1108 := z.DecBinary() - _ = yym1108 + yyv1112 := &x.NodeMonitorPeriod + yym1113 := z.DecBinary() + _ = yym1113 if false { - } else if z.HasExtensions() && z.DecExt(yyv1107) { - } else if !yym1108 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1107) + } else if z.HasExtensions() && z.DecExt(yyv1112) { + } else if !yym1113 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1112) } else { - z.DecFallback(yyv1107, false) + z.DecFallback(yyv1112, false) } } case "serviceAccountKeyFile": @@ -9182,29 +9230,29 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromMap(l int, d *co if r.TryDecodeAsNil() { x.LeaderElection = LeaderElectionConfiguration{} } else { - yyv1124 := &x.LeaderElection - yyv1124.CodecDecodeSelf(d) + yyv1129 := &x.LeaderElection + yyv1129.CodecDecodeSelf(d) } case "volumeConfiguration": if r.TryDecodeAsNil() { x.VolumeConfiguration = VolumeConfiguration{} } else { - yyv1125 := &x.VolumeConfiguration - yyv1125.CodecDecodeSelf(d) + yyv1130 := &x.VolumeConfiguration + yyv1130.CodecDecodeSelf(d) } case "controllerStartInterval": if r.TryDecodeAsNil() { x.ControllerStartInterval = pkg1_unversioned.Duration{} } else { - yyv1126 := &x.ControllerStartInterval - yym1127 := z.DecBinary() - _ = yym1127 + yyv1131 := &x.ControllerStartInterval + yym1132 := z.DecBinary() + _ = yym1132 if false { - } else if z.HasExtensions() && z.DecExt(yyv1126) { - } else if !yym1127 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1126) + } else if z.HasExtensions() && z.DecExt(yyv1131) { + } else if !yym1132 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1131) } else { - z.DecFallback(yyv1126, false) + z.DecFallback(yyv1131, false) } } case "enableGarbageCollector": @@ -9244,9 +9292,9 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromMap(l int, d *co x.UnhealthyZoneThreshold = float32(r.DecodeFloat(true)) } default: - z.DecStructFieldNotFound(-1, yys1059) - } // end switch yys1059 - } // end for yyj1059 + z.DecStructFieldNotFound(-1, yys1064) + } // end switch yys1064 + } // end for yyj1064 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -9254,16 +9302,16 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1134 int - var yyb1134 bool - var yyhl1134 bool = l >= 0 - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + var yyj1139 int + var yyb1139 bool + var yyhl1139 bool = l >= 0 + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9273,13 +9321,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.Kind = string(r.DecodeString()) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9289,13 +9337,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.APIVersion = string(r.DecodeString()) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9305,13 +9353,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.Port = int32(r.DecodeInt(32)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9321,13 +9369,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.Address = string(r.DecodeString()) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9337,13 +9385,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.CloudProvider = string(r.DecodeString()) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9353,13 +9401,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.CloudConfigFile = string(r.DecodeString()) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9369,13 +9417,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.ConcurrentEndpointSyncs = int32(r.DecodeInt(32)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9385,13 +9433,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.ConcurrentRSSyncs = int32(r.DecodeInt(32)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9401,13 +9449,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.ConcurrentRCSyncs = int32(r.DecodeInt(32)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9417,13 +9465,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.ConcurrentServiceSyncs = int32(r.DecodeInt(32)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9433,13 +9481,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.ConcurrentResourceQuotaSyncs = int32(r.DecodeInt(32)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9449,13 +9497,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.ConcurrentDeploymentSyncs = int32(r.DecodeInt(32)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9465,13 +9513,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.ConcurrentDaemonSetSyncs = int32(r.DecodeInt(32)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9481,13 +9529,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.ConcurrentJobSyncs = int32(r.DecodeInt(32)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9497,13 +9545,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.ConcurrentNamespaceSyncs = int32(r.DecodeInt(32)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9513,13 +9561,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.ConcurrentSATokenSyncs = int32(r.DecodeInt(32)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9529,13 +9577,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.LookupCacheSizeForRC = int32(r.DecodeInt(32)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9545,13 +9593,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.LookupCacheSizeForRS = int32(r.DecodeInt(32)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9561,13 +9609,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.LookupCacheSizeForDaemonSet = int32(r.DecodeInt(32)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9575,24 +9623,24 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * if r.TryDecodeAsNil() { x.ServiceSyncPeriod = pkg1_unversioned.Duration{} } else { - yyv1154 := &x.ServiceSyncPeriod - yym1155 := z.DecBinary() - _ = yym1155 + yyv1159 := &x.ServiceSyncPeriod + yym1160 := z.DecBinary() + _ = yym1160 if false { - } else if z.HasExtensions() && z.DecExt(yyv1154) { - } else if !yym1155 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1154) + } else if z.HasExtensions() && z.DecExt(yyv1159) { + } else if !yym1160 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1159) } else { - z.DecFallback(yyv1154, false) + z.DecFallback(yyv1159, false) } } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9600,24 +9648,24 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * if r.TryDecodeAsNil() { x.NodeSyncPeriod = pkg1_unversioned.Duration{} } else { - yyv1156 := &x.NodeSyncPeriod - yym1157 := z.DecBinary() - _ = yym1157 + yyv1161 := &x.NodeSyncPeriod + yym1162 := z.DecBinary() + _ = yym1162 if false { - } else if z.HasExtensions() && z.DecExt(yyv1156) { - } else if !yym1157 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1156) + } else if z.HasExtensions() && z.DecExt(yyv1161) { + } else if !yym1162 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1161) } else { - z.DecFallback(yyv1156, false) + z.DecFallback(yyv1161, false) } } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9625,24 +9673,24 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * if r.TryDecodeAsNil() { x.RouteReconciliationPeriod = pkg1_unversioned.Duration{} } else { - yyv1158 := &x.RouteReconciliationPeriod - yym1159 := z.DecBinary() - _ = yym1159 + yyv1163 := &x.RouteReconciliationPeriod + yym1164 := z.DecBinary() + _ = yym1164 if false { - } else if z.HasExtensions() && z.DecExt(yyv1158) { - } else if !yym1159 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1158) + } else if z.HasExtensions() && z.DecExt(yyv1163) { + } else if !yym1164 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1163) } else { - z.DecFallback(yyv1158, false) + z.DecFallback(yyv1163, false) } } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9650,24 +9698,24 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * if r.TryDecodeAsNil() { x.ResourceQuotaSyncPeriod = pkg1_unversioned.Duration{} } else { - yyv1160 := &x.ResourceQuotaSyncPeriod - yym1161 := z.DecBinary() - _ = yym1161 + yyv1165 := &x.ResourceQuotaSyncPeriod + yym1166 := z.DecBinary() + _ = yym1166 if false { - } else if z.HasExtensions() && z.DecExt(yyv1160) { - } else if !yym1161 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1160) + } else if z.HasExtensions() && z.DecExt(yyv1165) { + } else if !yym1166 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1165) } else { - z.DecFallback(yyv1160, false) + z.DecFallback(yyv1165, false) } } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9675,24 +9723,24 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * if r.TryDecodeAsNil() { x.NamespaceSyncPeriod = pkg1_unversioned.Duration{} } else { - yyv1162 := &x.NamespaceSyncPeriod - yym1163 := z.DecBinary() - _ = yym1163 + yyv1167 := &x.NamespaceSyncPeriod + yym1168 := z.DecBinary() + _ = yym1168 if false { - } else if z.HasExtensions() && z.DecExt(yyv1162) { - } else if !yym1163 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1162) + } else if z.HasExtensions() && z.DecExt(yyv1167) { + } else if !yym1168 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1167) } else { - z.DecFallback(yyv1162, false) + z.DecFallback(yyv1167, false) } } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9700,73 +9748,7 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * if r.TryDecodeAsNil() { x.PVClaimBinderSyncPeriod = pkg1_unversioned.Duration{} } else { - yyv1164 := &x.PVClaimBinderSyncPeriod - yym1165 := z.DecBinary() - _ = yym1165 - if false { - } else if z.HasExtensions() && z.DecExt(yyv1164) { - } else if !yym1165 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1164) - } else { - z.DecFallback(yyv1164, false) - } - } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l - } else { - yyb1134 = r.CheckBreak() - } - if yyb1134 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.MinResyncPeriod = pkg1_unversioned.Duration{} - } else { - yyv1166 := &x.MinResyncPeriod - yym1167 := z.DecBinary() - _ = yym1167 - if false { - } else if z.HasExtensions() && z.DecExt(yyv1166) { - } else if !yym1167 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1166) - } else { - z.DecFallback(yyv1166, false) - } - } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l - } else { - yyb1134 = r.CheckBreak() - } - if yyb1134 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.TerminatedPodGCThreshold = 0 - } else { - x.TerminatedPodGCThreshold = int32(r.DecodeInt(32)) - } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l - } else { - yyb1134 = r.CheckBreak() - } - if yyb1134 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.HorizontalPodAutoscalerSyncPeriod = pkg1_unversioned.Duration{} - } else { - yyv1169 := &x.HorizontalPodAutoscalerSyncPeriod + yyv1169 := &x.PVClaimBinderSyncPeriod yym1170 := z.DecBinary() _ = yym1170 if false { @@ -9777,21 +9759,21 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * z.DecFallback(yyv1169, false) } } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.DeploymentControllerSyncPeriod = pkg1_unversioned.Duration{} + x.MinResyncPeriod = pkg1_unversioned.Duration{} } else { - yyv1171 := &x.DeploymentControllerSyncPeriod + yyv1171 := &x.MinResyncPeriod yym1172 := z.DecBinary() _ = yym1172 if false { @@ -9802,13 +9784,79 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * z.DecFallback(yyv1171, false) } } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.TerminatedPodGCThreshold = 0 + } else { + x.TerminatedPodGCThreshold = int32(r.DecodeInt(32)) + } + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l + } else { + yyb1139 = r.CheckBreak() + } + if yyb1139 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.HorizontalPodAutoscalerSyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv1174 := &x.HorizontalPodAutoscalerSyncPeriod + yym1175 := z.DecBinary() + _ = yym1175 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1174) { + } else if !yym1175 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1174) + } else { + z.DecFallback(yyv1174, false) + } + } + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l + } else { + yyb1139 = r.CheckBreak() + } + if yyb1139 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.DeploymentControllerSyncPeriod = pkg1_unversioned.Duration{} + } else { + yyv1176 := &x.DeploymentControllerSyncPeriod + yym1177 := z.DecBinary() + _ = yym1177 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1176) { + } else if !yym1177 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1176) + } else { + z.DecFallback(yyv1176, false) + } + } + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l + } else { + yyb1139 = r.CheckBreak() + } + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9816,24 +9864,24 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * if r.TryDecodeAsNil() { x.PodEvictionTimeout = pkg1_unversioned.Duration{} } else { - yyv1173 := &x.PodEvictionTimeout - yym1174 := z.DecBinary() - _ = yym1174 + yyv1178 := &x.PodEvictionTimeout + yym1179 := z.DecBinary() + _ = yym1179 if false { - } else if z.HasExtensions() && z.DecExt(yyv1173) { - } else if !yym1174 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1173) + } else if z.HasExtensions() && z.DecExt(yyv1178) { + } else if !yym1179 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1178) } else { - z.DecFallback(yyv1173, false) + z.DecFallback(yyv1178, false) } } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9843,13 +9891,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.DeletingPodsQps = float32(r.DecodeFloat(true)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9859,13 +9907,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.DeletingPodsBurst = int32(r.DecodeInt(32)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9873,73 +9921,7 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * if r.TryDecodeAsNil() { x.NodeMonitorGracePeriod = pkg1_unversioned.Duration{} } else { - yyv1177 := &x.NodeMonitorGracePeriod - yym1178 := z.DecBinary() - _ = yym1178 - if false { - } else if z.HasExtensions() && z.DecExt(yyv1177) { - } else if !yym1178 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1177) - } else { - z.DecFallback(yyv1177, false) - } - } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l - } else { - yyb1134 = r.CheckBreak() - } - if yyb1134 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.RegisterRetryCount = 0 - } else { - x.RegisterRetryCount = int32(r.DecodeInt(32)) - } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l - } else { - yyb1134 = r.CheckBreak() - } - if yyb1134 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.NodeStartupGracePeriod = pkg1_unversioned.Duration{} - } else { - yyv1180 := &x.NodeStartupGracePeriod - yym1181 := z.DecBinary() - _ = yym1181 - if false { - } else if z.HasExtensions() && z.DecExt(yyv1180) { - } else if !yym1181 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1180) - } else { - z.DecFallback(yyv1180, false) - } - } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l - } else { - yyb1134 = r.CheckBreak() - } - if yyb1134 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.NodeMonitorPeriod = pkg1_unversioned.Duration{} - } else { - yyv1182 := &x.NodeMonitorPeriod + yyv1182 := &x.NodeMonitorGracePeriod yym1183 := z.DecBinary() _ = yym1183 if false { @@ -9950,13 +9932,79 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * z.DecFallback(yyv1182, false) } } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.RegisterRetryCount = 0 + } else { + x.RegisterRetryCount = int32(r.DecodeInt(32)) + } + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l + } else { + yyb1139 = r.CheckBreak() + } + if yyb1139 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.NodeStartupGracePeriod = pkg1_unversioned.Duration{} + } else { + yyv1185 := &x.NodeStartupGracePeriod + yym1186 := z.DecBinary() + _ = yym1186 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1185) { + } else if !yym1186 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1185) + } else { + z.DecFallback(yyv1185, false) + } + } + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l + } else { + yyb1139 = r.CheckBreak() + } + if yyb1139 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.NodeMonitorPeriod = pkg1_unversioned.Duration{} + } else { + yyv1187 := &x.NodeMonitorPeriod + yym1188 := z.DecBinary() + _ = yym1188 + if false { + } else if z.HasExtensions() && z.DecExt(yyv1187) { + } else if !yym1188 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1187) + } else { + z.DecFallback(yyv1187, false) + } + } + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l + } else { + yyb1139 = r.CheckBreak() + } + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9966,13 +10014,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.ServiceAccountKeyFile = string(r.DecodeString()) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9982,13 +10030,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.ClusterSigningCertFile = string(r.DecodeString()) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9998,13 +10046,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.ClusterSigningKeyFile = string(r.DecodeString()) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10014,13 +10062,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.ApproveAllKubeletCSRsForGroup = string(r.DecodeString()) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10030,13 +10078,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.EnableProfiling = bool(r.DecodeBool()) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10046,13 +10094,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.ClusterName = string(r.DecodeString()) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10062,13 +10110,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.ClusterCIDR = string(r.DecodeString()) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10078,13 +10126,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.ServiceCIDR = string(r.DecodeString()) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10094,13 +10142,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.NodeCIDRMaskSize = int32(r.DecodeInt(32)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10110,13 +10158,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.AllocateNodeCIDRs = bool(r.DecodeBool()) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10126,13 +10174,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.ConfigureCloudRoutes = bool(r.DecodeBool()) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10142,13 +10190,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.RootCAFile = string(r.DecodeString()) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10158,13 +10206,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.ContentType = string(r.DecodeString()) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10174,13 +10222,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.KubeAPIQPS = float32(r.DecodeFloat(true)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10190,13 +10238,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.KubeAPIBurst = int32(r.DecodeInt(32)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10204,16 +10252,16 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * if r.TryDecodeAsNil() { x.LeaderElection = LeaderElectionConfiguration{} } else { - yyv1199 := &x.LeaderElection - yyv1199.CodecDecodeSelf(d) + yyv1204 := &x.LeaderElection + yyv1204.CodecDecodeSelf(d) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10221,16 +10269,16 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * if r.TryDecodeAsNil() { x.VolumeConfiguration = VolumeConfiguration{} } else { - yyv1200 := &x.VolumeConfiguration - yyv1200.CodecDecodeSelf(d) + yyv1205 := &x.VolumeConfiguration + yyv1205.CodecDecodeSelf(d) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10238,24 +10286,24 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * if r.TryDecodeAsNil() { x.ControllerStartInterval = pkg1_unversioned.Duration{} } else { - yyv1201 := &x.ControllerStartInterval - yym1202 := z.DecBinary() - _ = yym1202 + yyv1206 := &x.ControllerStartInterval + yym1207 := z.DecBinary() + _ = yym1207 if false { - } else if z.HasExtensions() && z.DecExt(yyv1201) { - } else if !yym1202 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1201) + } else if z.HasExtensions() && z.DecExt(yyv1206) { + } else if !yym1207 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1206) } else { - z.DecFallback(yyv1201, false) + z.DecFallback(yyv1206, false) } } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10265,13 +10313,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.EnableGarbageCollector = bool(r.DecodeBool()) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10281,13 +10329,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.ConcurrentGCSyncs = int32(r.DecodeInt(32)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10297,13 +10345,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.NodeEvictionRate = float32(r.DecodeFloat(true)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10313,13 +10361,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.SecondaryNodeEvictionRate = float32(r.DecodeFloat(true)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10329,13 +10377,13 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * } else { x.LargeClusterSizeThreshold = int32(r.DecodeInt(32)) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10346,17 +10394,17 @@ func (x *KubeControllerManagerConfiguration) codecDecodeSelfFromArray(l int, d * x.UnhealthyZoneThreshold = float32(r.DecodeFloat(true)) } for { - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1134-1, "") + z.DecStructFieldNotFound(yyj1139-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10368,33 +10416,33 @@ func (x *VolumeConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1209 := z.EncBinary() - _ = yym1209 + yym1214 := z.EncBinary() + _ = yym1214 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1210 := !z.EncBinary() - yy2arr1210 := z.EncBasicHandle().StructToArray - var yyq1210 [4]bool - _, _, _ = yysep1210, yyq1210, yy2arr1210 - const yyr1210 bool = false - var yynn1210 int - if yyr1210 || yy2arr1210 { + yysep1215 := !z.EncBinary() + yy2arr1215 := z.EncBasicHandle().StructToArray + var yyq1215 [4]bool + _, _, _ = yysep1215, yyq1215, yy2arr1215 + const yyr1215 bool = false + var yynn1215 int + if yyr1215 || yy2arr1215 { r.EncodeArrayStart(4) } else { - yynn1210 = 4 - for _, b := range yyq1210 { + yynn1215 = 4 + for _, b := range yyq1215 { if b { - yynn1210++ + yynn1215++ } } - r.EncodeMapStart(yynn1210) - yynn1210 = 0 + r.EncodeMapStart(yynn1215) + yynn1215 = 0 } - if yyr1210 || yy2arr1210 { + if yyr1215 || yy2arr1215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1212 := z.EncBinary() - _ = yym1212 + yym1217 := z.EncBinary() + _ = yym1217 if false { } else { r.EncodeBool(bool(x.EnableHostPathProvisioning)) @@ -10403,17 +10451,17 @@ func (x *VolumeConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("enableHostPathProvisioning")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1213 := z.EncBinary() - _ = yym1213 + yym1218 := z.EncBinary() + _ = yym1218 if false { } else { r.EncodeBool(bool(x.EnableHostPathProvisioning)) } } - if yyr1210 || yy2arr1210 { + if yyr1215 || yy2arr1215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1215 := z.EncBinary() - _ = yym1215 + yym1220 := z.EncBinary() + _ = yym1220 if false { } else { r.EncodeBool(bool(x.EnableDynamicProvisioning)) @@ -10422,28 +10470,28 @@ func (x *VolumeConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("enableDynamicProvisioning")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1216 := z.EncBinary() - _ = yym1216 + yym1221 := z.EncBinary() + _ = yym1221 if false { } else { r.EncodeBool(bool(x.EnableDynamicProvisioning)) } } - if yyr1210 || yy2arr1210 { + if yyr1215 || yy2arr1215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1218 := &x.PersistentVolumeRecyclerConfiguration - yy1218.CodecEncodeSelf(e) + yy1223 := &x.PersistentVolumeRecyclerConfiguration + yy1223.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("persitentVolumeRecyclerConfiguration")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1219 := &x.PersistentVolumeRecyclerConfiguration - yy1219.CodecEncodeSelf(e) + yy1224 := &x.PersistentVolumeRecyclerConfiguration + yy1224.CodecEncodeSelf(e) } - if yyr1210 || yy2arr1210 { + if yyr1215 || yy2arr1215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1221 := z.EncBinary() - _ = yym1221 + yym1226 := z.EncBinary() + _ = yym1226 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FlexVolumePluginDir)) @@ -10452,14 +10500,14 @@ func (x *VolumeConfiguration) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("flexVolumePluginDir")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1222 := z.EncBinary() - _ = yym1222 + yym1227 := z.EncBinary() + _ = yym1227 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FlexVolumePluginDir)) } } - if yyr1210 || yy2arr1210 { + if yyr1215 || yy2arr1215 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -10472,25 +10520,25 @@ func (x *VolumeConfiguration) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1223 := z.DecBinary() - _ = yym1223 + yym1228 := z.DecBinary() + _ = yym1228 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1224 := r.ContainerType() - if yyct1224 == codecSelferValueTypeMap1234 { - yyl1224 := r.ReadMapStart() - if yyl1224 == 0 { + yyct1229 := r.ContainerType() + if yyct1229 == codecSelferValueTypeMap1234 { + yyl1229 := r.ReadMapStart() + if yyl1229 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1224, d) + x.codecDecodeSelfFromMap(yyl1229, d) } - } else if yyct1224 == codecSelferValueTypeArray1234 { - yyl1224 := r.ReadArrayStart() - if yyl1224 == 0 { + } else if yyct1229 == codecSelferValueTypeArray1234 { + yyl1229 := r.ReadArrayStart() + if yyl1229 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1224, d) + x.codecDecodeSelfFromArray(yyl1229, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -10502,12 +10550,12 @@ func (x *VolumeConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1225Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1225Slc - var yyhl1225 bool = l >= 0 - for yyj1225 := 0; ; yyj1225++ { - if yyhl1225 { - if yyj1225 >= 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 { @@ -10516,10 +10564,10 @@ func (x *VolumeConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1225Slc = r.DecodeBytes(yys1225Slc, true, true) - yys1225 := string(yys1225Slc) + yys1230Slc = r.DecodeBytes(yys1230Slc, true, true) + yys1230 := string(yys1230Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1225 { + switch yys1230 { case "enableHostPathProvisioning": if r.TryDecodeAsNil() { x.EnableHostPathProvisioning = false @@ -10536,8 +10584,8 @@ func (x *VolumeConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.PersistentVolumeRecyclerConfiguration = PersistentVolumeRecyclerConfiguration{} } else { - yyv1228 := &x.PersistentVolumeRecyclerConfiguration - yyv1228.CodecDecodeSelf(d) + yyv1233 := &x.PersistentVolumeRecyclerConfiguration + yyv1233.CodecDecodeSelf(d) } case "flexVolumePluginDir": if r.TryDecodeAsNil() { @@ -10546,9 +10594,9 @@ func (x *VolumeConfiguration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.FlexVolumePluginDir = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1225) - } // end switch yys1225 - } // end for yyj1225 + z.DecStructFieldNotFound(-1, yys1230) + } // end switch yys1230 + } // end for yyj1230 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -10556,16 +10604,16 @@ func (x *VolumeConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1230 int - var yyb1230 bool - var yyhl1230 bool = l >= 0 - yyj1230++ - if yyhl1230 { - yyb1230 = yyj1230 > l + var yyj1235 int + var yyb1235 bool + var yyhl1235 bool = l >= 0 + yyj1235++ + if yyhl1235 { + yyb1235 = yyj1235 > l } else { - yyb1230 = r.CheckBreak() + yyb1235 = r.CheckBreak() } - if yyb1230 { + if yyb1235 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10575,13 +10623,13 @@ func (x *VolumeConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.EnableHostPathProvisioning = bool(r.DecodeBool()) } - yyj1230++ - if yyhl1230 { - yyb1230 = yyj1230 > l + yyj1235++ + if yyhl1235 { + yyb1235 = yyj1235 > l } else { - yyb1230 = r.CheckBreak() + yyb1235 = r.CheckBreak() } - if yyb1230 { + if yyb1235 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10591,13 +10639,13 @@ func (x *VolumeConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.EnableDynamicProvisioning = bool(r.DecodeBool()) } - yyj1230++ - if yyhl1230 { - yyb1230 = yyj1230 > l + yyj1235++ + if yyhl1235 { + yyb1235 = yyj1235 > l } else { - yyb1230 = r.CheckBreak() + yyb1235 = r.CheckBreak() } - if yyb1230 { + if yyb1235 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10605,16 +10653,16 @@ func (x *VolumeConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.PersistentVolumeRecyclerConfiguration = PersistentVolumeRecyclerConfiguration{} } else { - yyv1233 := &x.PersistentVolumeRecyclerConfiguration - yyv1233.CodecDecodeSelf(d) + yyv1238 := &x.PersistentVolumeRecyclerConfiguration + yyv1238.CodecDecodeSelf(d) } - yyj1230++ - if yyhl1230 { - yyb1230 = yyj1230 > l + yyj1235++ + if yyhl1235 { + yyb1235 = yyj1235 > l } else { - yyb1230 = r.CheckBreak() + yyb1235 = r.CheckBreak() } - if yyb1230 { + if yyb1235 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10625,17 +10673,17 @@ func (x *VolumeConfiguration) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.FlexVolumePluginDir = string(r.DecodeString()) } for { - yyj1230++ - if yyhl1230 { - yyb1230 = yyj1230 > l + yyj1235++ + if yyhl1235 { + yyb1235 = yyj1235 > l } else { - yyb1230 = r.CheckBreak() + yyb1235 = r.CheckBreak() } - if yyb1230 { + if yyb1235 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1230-1, "") + z.DecStructFieldNotFound(yyj1235-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10647,33 +10695,33 @@ func (x *PersistentVolumeRecyclerConfiguration) CodecEncodeSelf(e *codec1978.Enc if x == nil { r.EncodeNil() } else { - yym1235 := z.EncBinary() - _ = yym1235 + yym1240 := z.EncBinary() + _ = yym1240 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1236 := !z.EncBinary() - yy2arr1236 := z.EncBasicHandle().StructToArray - var yyq1236 [7]bool - _, _, _ = yysep1236, yyq1236, yy2arr1236 - const yyr1236 bool = false - var yynn1236 int - if yyr1236 || yy2arr1236 { + yysep1241 := !z.EncBinary() + yy2arr1241 := z.EncBasicHandle().StructToArray + var yyq1241 [7]bool + _, _, _ = yysep1241, yyq1241, yy2arr1241 + const yyr1241 bool = false + var yynn1241 int + if yyr1241 || yy2arr1241 { r.EncodeArrayStart(7) } else { - yynn1236 = 7 - for _, b := range yyq1236 { + yynn1241 = 7 + for _, b := range yyq1241 { if b { - yynn1236++ + yynn1241++ } } - r.EncodeMapStart(yynn1236) - yynn1236 = 0 + r.EncodeMapStart(yynn1241) + yynn1241 = 0 } - if yyr1236 || yy2arr1236 { + if yyr1241 || yy2arr1241 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1238 := z.EncBinary() - _ = yym1238 + yym1243 := z.EncBinary() + _ = yym1243 if false { } else { r.EncodeInt(int64(x.MaximumRetry)) @@ -10682,17 +10730,17 @@ func (x *PersistentVolumeRecyclerConfiguration) CodecEncodeSelf(e *codec1978.Enc z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maximumRetry")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1239 := z.EncBinary() - _ = yym1239 + yym1244 := z.EncBinary() + _ = yym1244 if false { } else { r.EncodeInt(int64(x.MaximumRetry)) } } - if yyr1236 || yy2arr1236 { + if yyr1241 || yy2arr1241 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1241 := z.EncBinary() - _ = yym1241 + yym1246 := z.EncBinary() + _ = yym1246 if false { } else { r.EncodeInt(int64(x.MinimumTimeoutNFS)) @@ -10701,17 +10749,17 @@ func (x *PersistentVolumeRecyclerConfiguration) CodecEncodeSelf(e *codec1978.Enc z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("minimumTimeoutNFS")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1242 := z.EncBinary() - _ = yym1242 + yym1247 := z.EncBinary() + _ = yym1247 if false { } else { r.EncodeInt(int64(x.MinimumTimeoutNFS)) } } - if yyr1236 || yy2arr1236 { + if yyr1241 || yy2arr1241 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1244 := z.EncBinary() - _ = yym1244 + yym1249 := z.EncBinary() + _ = yym1249 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodTemplateFilePathNFS)) @@ -10720,17 +10768,17 @@ func (x *PersistentVolumeRecyclerConfiguration) CodecEncodeSelf(e *codec1978.Enc z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podTemplateFilePathNFS")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1245 := z.EncBinary() - _ = yym1245 + yym1250 := z.EncBinary() + _ = yym1250 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodTemplateFilePathNFS)) } } - if yyr1236 || yy2arr1236 { + if yyr1241 || yy2arr1241 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1247 := z.EncBinary() - _ = yym1247 + yym1252 := z.EncBinary() + _ = yym1252 if false { } else { r.EncodeInt(int64(x.IncrementTimeoutNFS)) @@ -10739,17 +10787,17 @@ func (x *PersistentVolumeRecyclerConfiguration) CodecEncodeSelf(e *codec1978.Enc z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("incrementTimeoutNFS")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1248 := z.EncBinary() - _ = yym1248 + yym1253 := z.EncBinary() + _ = yym1253 if false { } else { r.EncodeInt(int64(x.IncrementTimeoutNFS)) } } - if yyr1236 || yy2arr1236 { + if yyr1241 || yy2arr1241 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1250 := z.EncBinary() - _ = yym1250 + yym1255 := z.EncBinary() + _ = yym1255 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodTemplateFilePathHostPath)) @@ -10758,17 +10806,17 @@ func (x *PersistentVolumeRecyclerConfiguration) CodecEncodeSelf(e *codec1978.Enc z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podTemplateFilePathHostPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1251 := z.EncBinary() - _ = yym1251 + yym1256 := z.EncBinary() + _ = yym1256 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodTemplateFilePathHostPath)) } } - if yyr1236 || yy2arr1236 { + if yyr1241 || yy2arr1241 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1253 := z.EncBinary() - _ = yym1253 + yym1258 := z.EncBinary() + _ = yym1258 if false { } else { r.EncodeInt(int64(x.MinimumTimeoutHostPath)) @@ -10777,17 +10825,17 @@ func (x *PersistentVolumeRecyclerConfiguration) CodecEncodeSelf(e *codec1978.Enc z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("minimumTimeoutHostPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1254 := z.EncBinary() - _ = yym1254 + yym1259 := z.EncBinary() + _ = yym1259 if false { } else { r.EncodeInt(int64(x.MinimumTimeoutHostPath)) } } - if yyr1236 || yy2arr1236 { + if yyr1241 || yy2arr1241 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1256 := z.EncBinary() - _ = yym1256 + yym1261 := z.EncBinary() + _ = yym1261 if false { } else { r.EncodeInt(int64(x.IncrementTimeoutHostPath)) @@ -10796,14 +10844,14 @@ func (x *PersistentVolumeRecyclerConfiguration) CodecEncodeSelf(e *codec1978.Enc z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("incrementTimeoutHostPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1257 := z.EncBinary() - _ = yym1257 + yym1262 := z.EncBinary() + _ = yym1262 if false { } else { r.EncodeInt(int64(x.IncrementTimeoutHostPath)) } } - if yyr1236 || yy2arr1236 { + if yyr1241 || yy2arr1241 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -10816,25 +10864,25 @@ func (x *PersistentVolumeRecyclerConfiguration) CodecDecodeSelf(d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1258 := z.DecBinary() - _ = yym1258 + yym1263 := z.DecBinary() + _ = yym1263 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1259 := r.ContainerType() - if yyct1259 == codecSelferValueTypeMap1234 { - yyl1259 := r.ReadMapStart() - if yyl1259 == 0 { + yyct1264 := r.ContainerType() + if yyct1264 == codecSelferValueTypeMap1234 { + yyl1264 := r.ReadMapStart() + if yyl1264 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1259, d) + x.codecDecodeSelfFromMap(yyl1264, d) } - } else if yyct1259 == codecSelferValueTypeArray1234 { - yyl1259 := r.ReadArrayStart() - if yyl1259 == 0 { + } else if yyct1264 == codecSelferValueTypeArray1234 { + yyl1264 := r.ReadArrayStart() + if yyl1264 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1259, d) + x.codecDecodeSelfFromArray(yyl1264, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -10846,12 +10894,12 @@ func (x *PersistentVolumeRecyclerConfiguration) codecDecodeSelfFromMap(l int, d var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1260Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1260Slc - var yyhl1260 bool = l >= 0 - for yyj1260 := 0; ; yyj1260++ { - if yyhl1260 { - if yyj1260 >= l { + var yys1265Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1265Slc + var yyhl1265 bool = l >= 0 + for yyj1265 := 0; ; yyj1265++ { + if yyhl1265 { + if yyj1265 >= l { break } } else { @@ -10860,10 +10908,10 @@ func (x *PersistentVolumeRecyclerConfiguration) codecDecodeSelfFromMap(l int, d } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1260Slc = r.DecodeBytes(yys1260Slc, true, true) - yys1260 := string(yys1260Slc) + yys1265Slc = r.DecodeBytes(yys1265Slc, true, true) + yys1265 := string(yys1265Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1260 { + switch yys1265 { case "maximumRetry": if r.TryDecodeAsNil() { x.MaximumRetry = 0 @@ -10907,9 +10955,9 @@ func (x *PersistentVolumeRecyclerConfiguration) codecDecodeSelfFromMap(l int, d x.IncrementTimeoutHostPath = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys1260) - } // end switch yys1260 - } // end for yyj1260 + z.DecStructFieldNotFound(-1, yys1265) + } // end switch yys1265 + } // end for yyj1265 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -10917,16 +10965,16 @@ func (x *PersistentVolumeRecyclerConfiguration) codecDecodeSelfFromArray(l int, var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1268 int - var yyb1268 bool - var yyhl1268 bool = l >= 0 - yyj1268++ - if yyhl1268 { - yyb1268 = yyj1268 > l + var yyj1273 int + var yyb1273 bool + var yyhl1273 bool = l >= 0 + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1268 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1268 { + if yyb1273 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10936,13 +10984,13 @@ func (x *PersistentVolumeRecyclerConfiguration) codecDecodeSelfFromArray(l int, } else { x.MaximumRetry = int32(r.DecodeInt(32)) } - yyj1268++ - if yyhl1268 { - yyb1268 = yyj1268 > l + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1268 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1268 { + if yyb1273 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10952,13 +11000,13 @@ func (x *PersistentVolumeRecyclerConfiguration) codecDecodeSelfFromArray(l int, } else { x.MinimumTimeoutNFS = int32(r.DecodeInt(32)) } - yyj1268++ - if yyhl1268 { - yyb1268 = yyj1268 > l + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1268 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1268 { + if yyb1273 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10968,13 +11016,13 @@ func (x *PersistentVolumeRecyclerConfiguration) codecDecodeSelfFromArray(l int, } else { x.PodTemplateFilePathNFS = string(r.DecodeString()) } - yyj1268++ - if yyhl1268 { - yyb1268 = yyj1268 > l + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1268 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1268 { + if yyb1273 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10984,13 +11032,13 @@ func (x *PersistentVolumeRecyclerConfiguration) codecDecodeSelfFromArray(l int, } else { x.IncrementTimeoutNFS = int32(r.DecodeInt(32)) } - yyj1268++ - if yyhl1268 { - yyb1268 = yyj1268 > l + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1268 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1268 { + if yyb1273 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11000,13 +11048,13 @@ func (x *PersistentVolumeRecyclerConfiguration) codecDecodeSelfFromArray(l int, } else { x.PodTemplateFilePathHostPath = string(r.DecodeString()) } - yyj1268++ - if yyhl1268 { - yyb1268 = yyj1268 > l + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1268 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1268 { + if yyb1273 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11016,13 +11064,13 @@ func (x *PersistentVolumeRecyclerConfiguration) codecDecodeSelfFromArray(l int, } else { x.MinimumTimeoutHostPath = int32(r.DecodeInt(32)) } - yyj1268++ - if yyhl1268 { - yyb1268 = yyj1268 > l + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1268 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1268 { + if yyb1273 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11033,17 +11081,17 @@ func (x *PersistentVolumeRecyclerConfiguration) codecDecodeSelfFromArray(l int, x.IncrementTimeoutHostPath = int32(r.DecodeInt(32)) } for { - yyj1268++ - if yyhl1268 { - yyb1268 = yyj1268 > l + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1268 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1268 { + if yyb1273 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1268-1, "") + z.DecStructFieldNotFound(yyj1273-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11053,20 +11101,20 @@ func (x codecSelfer1234) encconfig_ConfigurationMap(v pkg2_config.ConfigurationM z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk1276, yyv1276 := range v { + for yyk1281, yyv1281 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yym1277 := z.EncBinary() - _ = yym1277 + yym1282 := z.EncBinary() + _ = yym1282 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yyk1276)) + r.EncodeString(codecSelferC_UTF81234, string(yyk1281)) } z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1278 := z.EncBinary() - _ = yym1278 + yym1283 := z.EncBinary() + _ = yym1283 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yyv1276)) + r.EncodeString(codecSelferC_UTF81234, string(yyv1281)) } } z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11077,63 +11125,63 @@ func (x codecSelfer1234) decconfig_ConfigurationMap(v *pkg2_config.Configuration z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1279 := *v - yyl1279 := r.ReadMapStart() - yybh1279 := z.DecBasicHandle() - if yyv1279 == nil { - yyrl1279, _ := z.DecInferLen(yyl1279, yybh1279.MaxInitLen, 32) - yyv1279 = make(map[string]string, yyrl1279) - *v = yyv1279 + yyv1284 := *v + yyl1284 := r.ReadMapStart() + yybh1284 := z.DecBasicHandle() + if yyv1284 == nil { + yyrl1284, _ := z.DecInferLen(yyl1284, yybh1284.MaxInitLen, 32) + yyv1284 = make(map[string]string, yyrl1284) + *v = yyv1284 } - var yymk1279 string - var yymv1279 string - var yymg1279 bool - if yybh1279.MapValueReset { + var yymk1284 string + var yymv1284 string + var yymg1284 bool + if yybh1284.MapValueReset { } - if yyl1279 > 0 { - for yyj1279 := 0; yyj1279 < yyl1279; yyj1279++ { + if yyl1284 > 0 { + for yyj1284 := 0; yyj1284 < yyl1284; yyj1284++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk1279 = "" + yymk1284 = "" } else { - yymk1279 = string(r.DecodeString()) + yymk1284 = string(r.DecodeString()) } - if yymg1279 { - yymv1279 = yyv1279[yymk1279] + if yymg1284 { + yymv1284 = yyv1284[yymk1284] } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv1279 = "" + yymv1284 = "" } else { - yymv1279 = string(r.DecodeString()) + yymv1284 = string(r.DecodeString()) } - if yyv1279 != nil { - yyv1279[yymk1279] = yymv1279 + if yyv1284 != nil { + yyv1284[yymk1284] = yymv1284 } } - } else if yyl1279 < 0 { - for yyj1279 := 0; !r.CheckBreak(); yyj1279++ { + } else if yyl1284 < 0 { + for yyj1284 := 0; !r.CheckBreak(); yyj1284++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk1279 = "" + yymk1284 = "" } else { - yymk1279 = string(r.DecodeString()) + yymk1284 = string(r.DecodeString()) } - if yymg1279 { - yymv1279 = yyv1279[yymk1279] + if yymg1284 { + yymv1284 = yyv1284[yymk1284] } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv1279 = "" + yymv1284 = "" } else { - yymv1279 = string(r.DecodeString()) + yymv1284 = string(r.DecodeString()) } - if yyv1279 != nil { - yyv1279[yymk1279] = yymv1279 + if yyv1284 != nil { + yyv1284[yymk1284] = yymv1284 } } } // else len==0: TODO: Should we clear map entries? diff --git a/pkg/apis/componentconfig/v1alpha1/zz_generated.conversion.go b/pkg/apis/componentconfig/v1alpha1/zz_generated.conversion.go index ba71e40abae..ea00f46195a 100644 --- a/pkg/apis/componentconfig/v1alpha1/zz_generated.conversion.go +++ b/pkg/apis/componentconfig/v1alpha1/zz_generated.conversion.go @@ -248,6 +248,7 @@ func autoConvert_v1alpha1_KubeletConfiguration_To_componentconfig_KubeletConfigu if err := api.Convert_Pointer_bool_To_bool(&in.CgroupsPerQOS, &out.CgroupsPerQOS, s); err != nil { return err } + out.CgroupDriver = in.CgroupDriver out.ContainerRuntime = in.ContainerRuntime out.RemoteRuntimeEndpoint = in.RemoteRuntimeEndpoint out.RemoteImageEndpoint = in.RemoteImageEndpoint @@ -425,6 +426,7 @@ func autoConvert_componentconfig_KubeletConfiguration_To_v1alpha1_KubeletConfigu if err := api.Convert_bool_To_Pointer_bool(&in.CgroupsPerQOS, &out.CgroupsPerQOS, s); err != nil { return err } + out.CgroupDriver = in.CgroupDriver out.RuntimeCgroups = in.RuntimeCgroups out.SystemCgroups = in.SystemCgroups out.CgroupRoot = in.CgroupRoot diff --git a/pkg/apis/componentconfig/v1alpha1/zz_generated.deepcopy.go b/pkg/apis/componentconfig/v1alpha1/zz_generated.deepcopy.go index 85d47a89f2a..091f175cb74 100644 --- a/pkg/apis/componentconfig/v1alpha1/zz_generated.deepcopy.go +++ b/pkg/apis/componentconfig/v1alpha1/zz_generated.deepcopy.go @@ -257,6 +257,7 @@ func DeepCopy_v1alpha1_KubeletConfiguration(in interface{}, out interface{}, c * } else { out.CgroupsPerQOS = nil } + out.CgroupDriver = in.CgroupDriver out.ContainerRuntime = in.ContainerRuntime out.RemoteRuntimeEndpoint = in.RemoteRuntimeEndpoint out.RemoteImageEndpoint = in.RemoteImageEndpoint diff --git a/pkg/apis/componentconfig/zz_generated.deepcopy.go b/pkg/apis/componentconfig/zz_generated.deepcopy.go index d41569a757d..083696fc9bd 100644 --- a/pkg/apis/componentconfig/zz_generated.deepcopy.go +++ b/pkg/apis/componentconfig/zz_generated.deepcopy.go @@ -268,6 +268,7 @@ func DeepCopy_componentconfig_KubeletConfiguration(in interface{}, out interface out.CloudConfigFile = in.CloudConfigFile out.KubeletCgroups = in.KubeletCgroups out.CgroupsPerQOS = in.CgroupsPerQOS + out.CgroupDriver = in.CgroupDriver out.RuntimeCgroups = in.RuntimeCgroups out.SystemCgroups = in.SystemCgroups out.CgroupRoot = in.CgroupRoot diff --git a/pkg/generated/openapi/zz_generated.openapi.go b/pkg/generated/openapi/zz_generated.openapi.go index 1029bc05cf0..dfa85bdbd81 100644 --- a/pkg/generated/openapi/zz_generated.openapi.go +++ b/pkg/generated/openapi/zz_generated.openapi.go @@ -2499,13 +2499,20 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{ Format: "", }, }, - "CgroupsPerQOS": { + "cgroupsPerQOS": { SchemaProps: spec.SchemaProps{ Description: "Enable QoS based Cgroup hierarchy: top level cgroups for QoS Classes And all Burstable and BestEffort pods are brought up under their specific top level QoS cgroup.", Type: []string{"boolean"}, Format: "", }, }, + "cgroupDriver": { + SchemaProps: spec.SchemaProps{ + Description: "driver that the kubelet uses to manipulate cgroups on the host (cgroupfs or systemd)", + Type: []string{"string"}, + Format: "", + }, + }, "runtimeCgroups": { SchemaProps: spec.SchemaProps{ Description: "Cgroups that container runtime is expected to be isolated in.", @@ -13963,13 +13970,20 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{ Format: "", }, }, - "CgroupsPerQOS": { + "cgroupsPerQOS": { SchemaProps: spec.SchemaProps{ Description: "Enable QoS based Cgroup hierarchy: top level cgroups for QoS Classes And all Burstable and BestEffort pods are brought up under their specific top level QoS cgroup.", Type: []string{"boolean"}, Format: "", }, }, + "cgroupDriver": { + SchemaProps: spec.SchemaProps{ + Description: "driver that the kubelet uses to manipulate cgroups on the host (cgroupfs or systemd)", + Type: []string{"string"}, + Format: "", + }, + }, "containerRuntime": { SchemaProps: spec.SchemaProps{ Description: "containerRuntime is the container runtime to use.",