We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d18a52 + cc8a997 commit 138deeeCopy full SHA for 138deee
runtime_config_linux.go
@@ -5,8 +5,8 @@ import "os"
5
// LinuxRuntimeSpec is the full specification for linux containers.
6
type LinuxRuntimeSpec struct {
7
RuntimeSpec
8
- // Linux is platform specific configuration for linux based containers.
9
- LinuxRuntime Linux `json:"linux"`
+ // LinuxRuntime is platform specific configuration for linux based containers.
+ Linux LinuxRuntime `json:"linux"`
10
}
11
12
type LinuxRuntime struct {
0 commit comments