示例#1
0
文件: linux.go 项目: jordic/k8s
func makeKBitString(rsrc *resource.Quantity) string {
	return fmt.Sprintf("%dkbit", (rsrc.Value() / 1000))
}