const CgroupV1MaintenanceModeWarning … const CgroupV2KernelWarning … type ActivePodsFunc … type ContainerManager … type NodeConfig … type NodeAllocatableConfig … type Status … // parsePercentage parses the percentage string to numeric value. func parsePercentage(v string) (int64, error) { … } // ParseQOSReserved parses the --qos-reserved option func ParseQOSReserved(m map[string]string) (*map[v1.ResourceName]int64, error) { … } func containerDevicesFromResourceDeviceInstances(devs devicemanager.ResourceDeviceInstances) []*podresourcesapi.ContainerDevices { … }