Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PILOT_FILTER_GATEWAY_CLUSTER_CONFIG (0.35 sec)

  1. pilot/pkg/features/experimental.go

    )
    
    // Define experimental features here.
    var (
    	// FilterGatewayClusterConfig controls if a subset of clusters(only those required) should be pushed to gateways
    	FilterGatewayClusterConfig = env.Register("PILOT_FILTER_GATEWAY_CLUSTER_CONFIG", false,
    		"If enabled, Pilot will send only clusters that referenced in gateway virtual services attached to gateway").Get()
    
    	SendUnhealthyEndpoints = atomic.NewBool(env.Register(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  2. pilot/pkg/model/push_context.go

    	delegates map[ConfigKey][]ConfigKey
    
    	// This contains destination hosts of virtual services, keyed by gateway's namespace/name,
    	// only used when PILOT_FILTER_GATEWAY_CLUSTER_CONFIG is enabled
    	destinationsByGateway map[string]sets.String
    
    	// Map of VS hostname -> referenced hostnames
    	referencedDestinations map[string]sets.String
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
Back to top