Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/registry/core/service/ipallocator/cidrallocator.go

    				cidrsSet.Insert(cidr)
    				cidrReady[cidr] = ready
    			}
    		}
    	}
    
    	// obtain the existing allocators and set the existing state
    	treeSet := sets.New[string]()
    	c.muTree.Lock()
    	c.tree.DepthFirstWalk(c.ipFamily == api.IPv6Protocol, func(k netip.Prefix, v *Allocator) bool {
    		v.ready.Store(cidrReady[k.String()])
    		treeSet.Insert(k.String())
    		return false
    	})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 13.2K bytes
    - Viewed (0)
Back to top