Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for all_patched (0.29 sec)

  1. pilot/pkg/xds/ads.go

    	allWatched := conn.proxy.CloneWatchedResources()
    	ordered := make([]*model.WatchedResource, 0, len(allWatched))
    	// first add all known types, in order
    	for _, tp := range PushOrder {
    		if allWatched[tp] != nil {
    			ordered = append(ordered, allWatched[tp])
    		}
    	}
    	// Then add any undeclared types
    	for tp, res := range allWatched {
    		if !KnownOrderedTypeUrls.Contains(tp) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  2. pkg/registry/core/service/storage/storage_test.go

    		update                  *api.Service
    		expectSameClusterIPs    bool
    		expectReducedClusterIPs bool
    		expectSameNodePort      bool
    		expectSameHCNP          bool
    	}{{
    		name: "all_patched",
    		before: svctest.MakeService("foo",
    			svctest.SetTypeLoadBalancer,
    			svctest.SetExternalTrafficPolicy(api.ServiceExternalTrafficPolicyLocal),
    			svctest.SetClusterIPs("10.0.0.93", "2000::76"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
Back to top