kubernetes/test/images/resource-consumer/utils_common.go

// ConsumeCPU consumes a given number of millicores for the specified duration.
func ConsumeCPU(millicores int, durationSec int) {}

// GetCurrentStatus prints out a no-op.
func GetCurrentStatus() {}