Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FilterGatewayClusterConfig (0.17 sec)

  1. pilot/pkg/model/push_context.go

    		exportedToNamespaceByGateway: map[types.NamespacedName][]config.Config{},
    		delegates:                    map[ConfigKey][]ConfigKey{},
    		referencedDestinations:       map[string]sets.String{},
    	}
    	if features.FilterGatewayClusterConfig {
    		out.destinationsByGateway = make(map[string]sets.String)
    	}
    	return out
    }
    
    // destinationRuleIndex is the index of destination rules by various fields.
    type destinationRuleIndex struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  2. pilot/pkg/model/push_context_test.go

    				t.Errorf("want %+v, got %+v", tt.wantHosts, gotHosts)
    			}
    		})
    	}
    }
    
    func TestInitVirtualService(t *testing.T) {
    	test.SetForTest(t, &features.FilterGatewayClusterConfig, true)
    	ps := NewPushContext()
    	env := &Environment{Watcher: mesh.NewFixedWatcher(&meshconfig.MeshConfig{RootNamespace: "istio-system"})}
    	ps.Mesh = env.Mesh()
    	configStore := NewFakeStore()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
Back to top