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