Versions in this module Expand all Collapse all v1 v1.0.0 Oct 13, 2021 Changes in this version + type ConfigKey struct + ConfigAll bool + ConfigFile string + ConfigKeys []string + type ConfigProperty struct + ConfigAdd bool + ConfigDel bool + ConfigFile string + ConfigProperty map[string]string + type ContainerState struct + CgPath string + PidList []int + StartTime time.Time + UsedCPU float32 + UsedMemMB float32 + type NMCapacity struct + MemoryMB int64 + Millcores int64 + Vcores int64 + type NMContainer struct + AppID string + ContainerLogsLink string + Diagnostics string + ExitCode int + ID string + IsAM bool + LocalDirs []string + LogDirs []string + NodeID string + Pid int + StartTime time.Time + State string + TotalMemoryNeededMB int64 + TotalVCoresNeeded float32 + UsedMemoryMB float32 + UsedVCores float32 + User string + func (c NMContainer) String() string + type NMContainerIds struct + Cids []string + type NMContainers struct + Container []NMContainer + type NMContainersState struct + Cstats map[string]*ContainerState + type NMContainersWrapper struct + type NMStatus struct + Description string + Pid int + State string