Versions in this module Expand all Collapse all v1 v1.0.0 Oct 13, 2021 Changes in this version + func CheckPidAlive(pid int) bool + func ExecuteYarnCMD(cmds []string, user string) error + func ExecuteYarnUpdateNodeResource(yarnBinPath, user, mems, cores string) error + func GetContainerProcessGroupId(cID string) int + func GetContainersState(cids []string, cManager cadvisor.Cadvisor) global.NMContainersState + func InitCgroup(user, group, envCgroupPath string) error + func WaitTimeout(wg *sync.WaitGroup, timeout time.Duration) bool