github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/containerd/specs/spec_linux.go (about) 1 package specs 2 3 import oci "github.com/opencontainers/runtime-spec/specs-go" 4 5 type ( 6 // ProcessSpec aliases the platform process specs 7 ProcessSpec oci.Process 8 // Spec aliases the platform oci spec 9 Spec oci.Spec 10 // Rlimit aliases the platform resource limit 11 Rlimit oci.Rlimit 12 )