We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80497fb commit 2734868Copy full SHA for 2734868
generate/generate.go
@@ -868,7 +868,7 @@ func (g *Generator) DropLinuxResourcesHugepageLimit(pageSize string) {
868
}
869
870
871
-// AddLinuxResourcesUnified sets the g.Config.Linux.Resources.Unified
+// SetLinuxResourcesUnified sets the g.Config.Linux.Resources.Unified.
872
func (g *Generator) SetLinuxResourcesUnified(unified map[string]string) {
873
g.initConfigLinuxResourcesUnified()
874
for k, v := range unified {
0 commit comments