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 ee10529 commit ea247a9Copy full SHA for ea247a9
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