mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	fix typo in describe.go
This commit is contained in:
		@@ -2148,7 +2148,7 @@ func describeNodeResource(nodeNonTerminatedPodsList *api.PodList, node *api.Node
 | 
			
		||||
			memoryReq.String(), int64(fractionMemoryReq), memoryLimit.String(), int64(fractionMemoryLimit))
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	w.Write(LEVEL_0, "Allocated resources:\n  (Total limits may be over 100 percent, i.e., overcommitted.\n  CPU Requests\tCPU Limits\tMemory Requests\tMemory Limits\n")
 | 
			
		||||
	w.Write(LEVEL_0, "Allocated resources:\n  (Total limits may be over 100 percent, i.e., overcommitted.)\n  CPU Requests\tCPU Limits\tMemory Requests\tMemory Limits\n")
 | 
			
		||||
	w.Write(LEVEL_1, "------------\t----------\t---------------\t-------------\n")
 | 
			
		||||
	reqs, limits, err := getPodsTotalRequestsAndLimits(nodeNonTerminatedPodsList)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user