Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
14115800
Commit
14115800
authored
Feb 28, 2017
by
Andy Goldstein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update generated code
parent
b011529d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
zz_generated.conversion.go
pkg/apis/componentconfig/v1alpha1/zz_generated.conversion.go
+2
-0
zz_generated.openapi.go
pkg/generated/openapi/zz_generated.openapi.go
+8
-1
No files found.
pkg/apis/componentconfig/v1alpha1/zz_generated.conversion.go
View file @
14115800
...
...
@@ -293,6 +293,7 @@ func autoConvert_v1alpha1_KubeletConfiguration_To_componentconfig_KubeletConfigu
if
err
:=
v1
.
Convert_Pointer_bool_To_bool
(
&
in
.
EnableDebuggingHandlers
,
&
out
.
EnableDebuggingHandlers
,
s
);
err
!=
nil
{
return
err
}
out
.
EnableContentionProfiling
=
in
.
EnableContentionProfiling
out
.
MinimumGCAge
=
in
.
MinimumGCAge
out
.
MaxPerPodContainerCount
=
in
.
MaxPerPodContainerCount
if
err
:=
v1
.
Convert_Pointer_int32_To_int32
(
&
in
.
MaxContainerCount
,
&
out
.
MaxContainerCount
,
s
);
err
!=
nil
{
...
...
@@ -471,6 +472,7 @@ func autoConvert_componentconfig_KubeletConfiguration_To_v1alpha1_KubeletConfigu
if
err
:=
v1
.
Convert_bool_To_Pointer_bool
(
&
in
.
EnableDebuggingHandlers
,
&
out
.
EnableDebuggingHandlers
,
s
);
err
!=
nil
{
return
err
}
out
.
EnableContentionProfiling
=
in
.
EnableContentionProfiling
out
.
MinimumGCAge
=
in
.
MinimumGCAge
out
.
MaxPerPodContainerCount
=
in
.
MaxPerPodContainerCount
if
err
:=
v1
.
Convert_int32_To_Pointer_int32
(
&
in
.
MaxContainerCount
,
&
out
.
MaxContainerCount
,
s
);
err
!=
nil
{
...
...
pkg/generated/openapi/zz_generated.openapi.go
View file @
14115800
...
...
@@ -13428,6 +13428,13 @@ func GetOpenAPIDefinitions(ref openapi.ReferenceCallback) map[string]openapi.Ope
Format
:
""
,
},
},
"enableContentionProfiling"
:
{
SchemaProps
:
spec
.
SchemaProps
{
Description
:
"enableContentionProfiling enables lock contention profiling, if enableDebuggingHandlers is true."
,
Type
:
[]
string
{
"boolean"
},
Format
:
""
,
},
},
"minimumGCAge"
:
{
SchemaProps
:
spec
.
SchemaProps
{
Description
:
"minimumGCAge is the minimum age for a finished container before it is garbage collected."
,
...
...
@@ -14098,7 +14105,7 @@ func GetOpenAPIDefinitions(ref openapi.ReferenceCallback) map[string]openapi.Ope
},
},
},
Required
:
[]
string
{
"podManifestPath"
,
"syncFrequency"
,
"fileCheckFrequency"
,
"httpCheckFrequency"
,
"manifestURL"
,
"manifestURLHeader"
,
"enableServer"
,
"address"
,
"port"
,
"readOnlyPort"
,
"tlsCertFile"
,
"tlsPrivateKeyFile"
,
"certDirectory"
,
"authentication"
,
"authorization"
,
"hostnameOverride"
,
"podInfraContainerImage"
,
"dockerEndpoint"
,
"rootDirectory"
,
"seccompProfileRoot"
,
"allowPrivileged"
,
"hostNetworkSources"
,
"hostPIDSources"
,
"hostIPCSources"
,
"registryPullQPS"
,
"registryBurst"
,
"eventRecordQPS"
,
"eventBurst"
,
"enableDebuggingHandlers"
,
"minimumGCAge"
,
"maxPerPodContainerCount"
,
"maxContainerCount"
,
"cAdvisorPort"
,
"healthzPort"
,
"healthzBindAddress"
,
"oomScoreAdj"
,
"registerNode"
,
"clusterDomain"
,
"masterServiceNamespace"
,
"clusterDNS"
,
"streamingConnectionIdleTimeout"
,
"nodeStatusUpdateFrequency"
,
"imageMinimumGCAge"
,
"imageGCHighThresholdPercent"
,
"imageGCLowThresholdPercent"
,
"lowDiskSpaceThresholdMB"
,
"volumeStatsAggPeriod"
,
"networkPluginName"
,
"networkPluginDir"
,
"cniConfDir"
,
"cniBinDir"
,
"networkPluginMTU"
,
"volumePluginDir"
,
"cloudProvider"
,
"cloudConfigFile"
,
"kubeletCgroups"
,
"runtimeCgroups"
,
"systemCgroups"
,
"cgroupRoot"
,
"containerRuntime"
,
"remoteRuntimeEndpoint"
,
"remoteImageEndpoint"
,
"runtimeRequestTimeout"
,
"rktPath"
,
"rktAPIEndpoint"
,
"rktStage1Image"
,
"lockFilePath"
,
"exitOnLockContention"
,
"hairpinMode"
,
"babysitDaemons"
,
"maxPods"
,
"dockerExecHandlerName"
,
"podCIDR"
,
"resolvConf"
,
"cpuCFSQuota"
,
"containerized"
,
"maxOpenFiles"
,
"registerSchedulable"
,
"registerWithTaints"
,
"contentType"
,
"kubeAPIQPS"
,
"kubeAPIBurst"
,
"serializeImagePulls"
,
"outOfDiskTransitionFrequency"
,
"nodeIP"
,
"nodeLabels"
,
"nonMasqueradeCIDR"
,
"enableCustomMetrics"
,
"evictionHard"
,
"evictionSoft"
,
"evictionSoftGracePeriod"
,
"evictionPressureTransitionPeriod"
,
"evictionMaxPodGracePeriod"
,
"evictionMinimumReclaim"
,
"experimentalKernelMemcgNotification"
,
"podsPerCore"
,
"enableControllerAttachDetach"
,
"experimentalQOSReserved"
,
"protectKernelDefaults"
,
"makeIPTablesUtilChains"
,
"iptablesMasqueradeBit"
,
"iptablesDropBit"
,
"systemReserved"
,
"kubeReserved"
},
Required
:
[]
string
{
"podManifestPath"
,
"syncFrequency"
,
"fileCheckFrequency"
,
"httpCheckFrequency"
,
"manifestURL"
,
"manifestURLHeader"
,
"enableServer"
,
"address"
,
"port"
,
"readOnlyPort"
,
"tlsCertFile"
,
"tlsPrivateKeyFile"
,
"certDirectory"
,
"authentication"
,
"authorization"
,
"hostnameOverride"
,
"podInfraContainerImage"
,
"dockerEndpoint"
,
"rootDirectory"
,
"seccompProfileRoot"
,
"allowPrivileged"
,
"hostNetworkSources"
,
"hostPIDSources"
,
"hostIPCSources"
,
"registryPullQPS"
,
"registryBurst"
,
"eventRecordQPS"
,
"eventBurst"
,
"enableDebuggingHandlers"
,
"
enableContentionProfiling"
,
"
minimumGCAge"
,
"maxPerPodContainerCount"
,
"maxContainerCount"
,
"cAdvisorPort"
,
"healthzPort"
,
"healthzBindAddress"
,
"oomScoreAdj"
,
"registerNode"
,
"clusterDomain"
,
"masterServiceNamespace"
,
"clusterDNS"
,
"streamingConnectionIdleTimeout"
,
"nodeStatusUpdateFrequency"
,
"imageMinimumGCAge"
,
"imageGCHighThresholdPercent"
,
"imageGCLowThresholdPercent"
,
"lowDiskSpaceThresholdMB"
,
"volumeStatsAggPeriod"
,
"networkPluginName"
,
"networkPluginDir"
,
"cniConfDir"
,
"cniBinDir"
,
"networkPluginMTU"
,
"volumePluginDir"
,
"cloudProvider"
,
"cloudConfigFile"
,
"kubeletCgroups"
,
"runtimeCgroups"
,
"systemCgroups"
,
"cgroupRoot"
,
"containerRuntime"
,
"remoteRuntimeEndpoint"
,
"remoteImageEndpoint"
,
"runtimeRequestTimeout"
,
"rktPath"
,
"rktAPIEndpoint"
,
"rktStage1Image"
,
"lockFilePath"
,
"exitOnLockContention"
,
"hairpinMode"
,
"babysitDaemons"
,
"maxPods"
,
"dockerExecHandlerName"
,
"podCIDR"
,
"resolvConf"
,
"cpuCFSQuota"
,
"containerized"
,
"maxOpenFiles"
,
"registerSchedulable"
,
"registerWithTaints"
,
"contentType"
,
"kubeAPIQPS"
,
"kubeAPIBurst"
,
"serializeImagePulls"
,
"outOfDiskTransitionFrequency"
,
"nodeIP"
,
"nodeLabels"
,
"nonMasqueradeCIDR"
,
"enableCustomMetrics"
,
"evictionHard"
,
"evictionSoft"
,
"evictionSoftGracePeriod"
,
"evictionPressureTransitionPeriod"
,
"evictionMaxPodGracePeriod"
,
"evictionMinimumReclaim"
,
"experimentalKernelMemcgNotification"
,
"podsPerCore"
,
"enableControllerAttachDetach"
,
"experimentalQOSReserved"
,
"protectKernelDefaults"
,
"makeIPTablesUtilChains"
,
"iptablesMasqueradeBit"
,
"iptablesDropBit"
,
"systemReserved"
,
"kubeReserved"
},
},
},
Dependencies
:
[]
string
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment