Esempio n. 1
0
File: linux.go Progetto: jordic/k8s
func makeKBitString(rsrc *resource.Quantity) string {
	return fmt.Sprintf("%dkbit", (rsrc.Value() / 1000))
}