Versions in this module Expand all Collapse all v0 v0.5.0 Feb 5, 2016 Changes in this version + const IPCNamespace — linux/amd64 + const LinuxStateDirectory — linux/amd64 + const MountNamespace — linux/amd64 + const NetworkNamespace — linux/amd64 + const PIDNamespace — linux/amd64 + const UTSNamespace — linux/amd64 + const UserNamespace — linux/amd64 + const VersionMajor + const VersionMinor + const VersionPatch + var Version = fmt.Sprintf("%d.%d.%d", VersionMajor, VersionMinor, VersionPatch) + type Action string — linux/amd64 + type Arg struct — linux/amd64 + Index uint + Op Operator + Value uint64 + ValueTwo uint64 + type BlockIO struct — linux/amd64 + LeafWeight uint16 + ThrottleReadBpsDevice []*ThrottleDevice + ThrottleReadIOPSDevice []*ThrottleDevice + ThrottleWriteBpsDevice []*ThrottleDevice + ThrottleWriteIOPSDevice []*ThrottleDevice + Weight uint16 + WeightDevice []*WeightDevice + type CPU struct — linux/amd64 + Cpus string + Mems string + Period int64 + Quota int64 + RealtimePeriod int64 + RealtimeRuntime int64 + Shares int64 + type Device struct — linux/amd64 + FileMode os.FileMode + GID uint32 + Major int64 + Minor int64 + Path string + Permissions string + Type rune + UID uint32 + type Hook struct + Args []string + Env []string + Path string + type Hooks struct + Poststop []Hook + Prestart []Hook + type HugepageLimit struct — linux/amd64 + Limit uint64 + Pagesize string + type IDMapping struct — linux/amd64 + ContainerID int32 + HostID int32 + Size int32 + type InterfacePriority struct — linux/amd64 + Name string + Priority int64 + type Linux struct — linux/amd64 + Capabilities []string + type LinuxRuntime struct — linux/amd64 + ApparmorProfile string + CgroupsPath string + Devices []Device + GIDMappings []IDMapping + Namespaces []Namespace + Resources *Resources + Rlimits []Rlimit + RootfsPropagation string + Seccomp Seccomp + SelinuxProcessLabel string + Sysctl map[string]string + UIDMappings []IDMapping + type LinuxRuntimeSpec struct — linux/amd64 + Linux LinuxRuntime + type LinuxSpec struct — linux/amd64 + Linux Linux + type Memory struct — linux/amd64 + Kernel int64 + Limit int64 + Reservation int64 + Swap int64 + Swappiness int64 + type Mount struct + Options []string + Source string + Type string + type MountPoint struct + Name string + Path string + type Namespace struct — linux/amd64 + Path string + Type NamespaceType + type NamespaceType string — linux/amd64 + type Network struct — linux/amd64 + ClassID string + Priorities []InterfacePriority + type Operator string — linux/amd64 + type Pids struct — linux/amd64 + Limit int64 + type Platform struct + Arch string + OS string + type Process struct + Args []string + Cwd string + Env []string + Terminal bool + User User + type Resources struct — linux/amd64 + BlockIO BlockIO + CPU CPU + DisableOOMKiller bool + HugepageLimits []HugepageLimit + Memory Memory + Network Network + Pids Pids + type Rlimit struct — linux/amd64 + Hard uint64 + Soft uint64 + Type string + type Root struct + Path string + Readonly bool + type RuntimeSpec struct + Hooks Hooks + Mounts map[string]Mount + type Seccomp struct — linux/amd64 + DefaultAction Action + Syscalls []*Syscall + type Spec struct + Hostname string + Mounts []MountPoint + Platform Platform + Process Process + Root Root + Version string + type State struct + ID string + Pid int + Root string + Version string + type Syscall struct — linux/amd64 + Action Action + Args []*Arg + Name string + type ThrottleDevice struct — linux/amd64 + Rate uint64 + type User struct — linux/amd64 + AdditionalGids []int32 + GID int32 + UID int32 + type WeightDevice struct — linux/amd64 + LeafWeight uint16 + Weight uint16