Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCRIImagesFsStats (0.11 sec)

  1. pkg/kubelet/stats/cri_stats_provider_test.go

    	assert.Equal(containerStats9.Cpu.Timestamp, p6.CPU.Time.UnixNano())
    	assert.NotNil(c9.Memory.Time)
    	assert.Equal(containerStats9.Memory.Timestamp, p6.Memory.Time.UnixNano())
    }
    
    func TestCRIImagesFsStats(t *testing.T) {
    	ctx := context.Background()
    	var (
    		imageFsMountpoint = "/test/mount/point"
    		imageFsInfo       = getTestFsInfo(2000)
    		imageFsUsage      = makeFakeImageFsUsage(imageFsMountpoint)
    	)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 54.5K bytes
    - Viewed (0)
Back to top