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.
2 parents 3036273 + bbafc5f commit 1de23f7Copy full SHA for 1de23f7
specs-go/config.go
@@ -53,7 +53,7 @@ type Process struct {
53
// ApparmorProfile specifies the apparmor profile for the container.
54
ApparmorProfile string `json:"apparmorProfile,omitempty" platform:"linux"`
55
// Specify an oom_score_adj for the container.
56
- OOMScoreAdj *int `json:"oomScoreAdj,omitempty"`
+ OOMScoreAdj *int `json:"oomScoreAdj,omitempty" platform:"linux"`
57
// SelinuxLabel specifies the selinux context that the container process is run as.
58
SelinuxLabel string `json:"selinuxLabel,omitempty" platform:"linux"`
59
}
0 commit comments