Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for petMounts (0.08 sec)

  1. pkg/kubelet/pod/testing/fake_mirror_client.go

    }
    
    func (fmc *FakeMirrorClient) GetPods() []string {
    	fmc.mirrorPodLock.RLock()
    	defer fmc.mirrorPodLock.RUnlock()
    	return sets.List(fmc.mirrorPods)
    }
    
    func (fmc *FakeMirrorClient) GetCounts(podFullName string) (int, int) {
    	fmc.mirrorPodLock.RLock()
    	defer fmc.mirrorPodLock.RUnlock()
    	return fmc.createCounts[podFullName], fmc.deleteCounts[podFullName]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 2.4K bytes
    - Viewed (0)
Back to top