Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestControllerCacheParsingError (0.22 sec)

  1. pkg/controller/volume/persistentvolume/pv_controller_test.go

    	// old data
    	storeVersion(t, "Step4", c, "1", false)
    	// Store newer PV - test integer parsing ("2" > "10" as string,
    	// while 2 < 10 as integers)
    	storeVersion(t, "Step5", c, "10", true)
    }
    
    func TestControllerCacheParsingError(t *testing.T) {
    	c := cache.NewStore(cache.DeletionHandlingMetaNamespaceKeyFunc)
    	// There must be something in the cache to compare with
    	storeVersion(t, "Step1", c, "1", true)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 43.4K bytes
    - Viewed (0)
Back to top