Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for storedByFamily (0.71 sec)

  1. pkg/registry/core/service/ipallocator/controller/repair.go

    	// important when we start apiserver and etcd at the same time.
    	snapshotByFamily := make(map[v1.IPFamily]*api.RangeAllocation)
    	storedByFamily := make(map[v1.IPFamily]ipallocator.Interface)
    
    	err := wait.PollImmediate(time.Second, 10*time.Second, func() (bool, error) {
    		for family, allocator := range c.allocatorByFamily {
    			// get snapshot if it is not there
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Sep 30 15:46:06 UTC 2023
    - 13.8K bytes
    - Viewed (0)
Back to top