Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 200Mi (0.1 sec)

  1. pkg/kubelet/eviction/helpers_test.go

    		newContainer("medium-priority", newResourceList("100m", "100Mi", ""), newResourceList("200m", "200Mi", "")),
    	}, nil)
    	high := newPod("high-priority", 12534, []v1.Container{
    		newContainer("high-priority", newResourceList("200m", "200Mi", ""), newResourceList("200m", "200Mi", "")),
    	}, nil)
    
    	pods := []*v1.Pod{high, medium, low}
    	orderedBy(priority).Sort(pods)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  2. pkg/kubelet/eviction/eviction_manager_test.go

    						Value: evictionapi.ThresholdValue{
    							Quantity: quantityMustParse("1Gi"),
    						},
    					},
    				},
    			}
    
    			diskStat := diskStats{
    				rootFsAvailableBytes:  "200Mi",
    				imageFsAvailableBytes: "200Mi",
    				podStats:              podStats,
    			}
    			summaryProvider := &fakeSummaryProvider{result: summaryStatsMaker(diskStat)}
    			manager := &managerImpl{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
Back to top