Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Pod0Container0 (0.19 sec)

  1. pkg/kubelet/stats/cadvisor_stats_provider_test.go

    	for _, con := range ps.Containers {
    		indexCon[con.Name] = con
    	}
    	con := indexCon[cName00]
    	assert.EqualValues(t, testTime(creationTime, seedPod0Container0).Unix(), con.StartTime.Time.Unix())
    	checkCPUStats(t, "Pod0Container0", seedPod0Container0, con.CPU)
    	checkMemoryStats(t, "Pod0Conainer0", seedPod0Container0, infos["/pod0-c0"], con.Memory)
    	checkSwapStats(t, "Pod0Conainer0", seedPod0Container0, infos["/pod0-c0"], con.Swap)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 30.2K bytes
    - Viewed (0)
Back to top