Documentation ¶ Index ¶ Constants type Cpu type CpuSet Constants ¶ View Source const CgroupMountPoint = "/sys/fs/cgroup" Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Cpu ¶ type Cpu struct { Quota string Period string Stat map[string]string } type CpuSet ¶ type CpuSet struct { Cpus string Mems string Effective string // Partition only applicable for cgroupv2 Partition string Exclusive string // SchedLoadBalance true if enabled, only applicable for cgroupv1 SchedLoadBalance string } Source Files ¶ View all Source files controller.go Click to show internal directories. Click to hide internal directories.