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 0879a94 commit 986fc98Copy full SHA for 986fc98
runtime_config_linux.go
@@ -40,7 +40,7 @@ type LinuxRuntime struct {
40
// Seccomp specifies the seccomp security settings for the container.
41
Seccomp Seccomp `json:"seccomp"`
42
// RootfsPropagation is the rootfs mount propagation mode for the container
43
- RootfsPropagation string `json:"rootfsPropagation"`
+ RootfsPropagation string `json:"rootfsPropagation,omitempty"`
44
}
45
46
// Namespace is the configuration for a linux namespace
0 commit comments