Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for podToGCNode (0.39 sec)

  1. pkg/controller/garbagecollector/garbagecollector_test.go

    	gc.attemptToDeleteItem(context.TODO(), podToGCNode(rc1Pod1))
    	gc.attemptToDeleteItem(context.TODO(), podToGCNode(rc2Pod1))
    	// rc1 should already be in the cache, no request should be sent. rc1 should be promoted in the UIDCache
    	gc.attemptToDeleteItem(context.TODO(), podToGCNode(rc1Pod2))
    	// after this call, rc2 should be evicted from the UIDCache
    	gc.attemptToDeleteItem(context.TODO(), podToGCNode(rc3Pod1))
    	// check cache
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
Back to top