We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cca70e0 + c668b01 commit 6f7b71cCopy full SHA for 6f7b71c
1 file changed
specs-go/config.go
@@ -899,7 +899,7 @@ type LinuxMemoryPolicy struct {
899
900
// Nodes representing the nodemask for the set_mempolicy syscall in comma separated ranges format.
901
// Format: "<node0>-<node1>,<node2>,<node3>-<node4>,..."
902
- Nodes string `json:"nodes"`
+ Nodes string `json:"nodes,omitempty"`
903
904
// Flags for the set_mempolicy syscall.
905
Flags []MemoryPolicyFlagType `json:"flags,omitempty"`
0 commit comments