Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for deduplicated (0.17 sec)

  1. pilot/pkg/model/destination_rule.go

    			// traffic policies if they already exist
    			for _, subset := range rule.Subsets {
    				if !existingSubset.Contains(subset.Name) {
    					// if not duplicated, append
    					mergedRule.Subsets = append(mergedRule.Subsets, subset)
    				} else {
    					// duplicate subset
    					ps.AddMetric(DuplicatedSubsets, string(resolvedHost), "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 07:22:29 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  2. pilot/pkg/model/gateway.go

    				if s.Tls != nil {
    					// Envoy will reject config that has multiple filter chain matches with the same matching rules.
    					// To avoid this, we need to make sure we don't have duplicated hosts, which will become
    					// SNI filter chain matches.
    
    					// When there is Bind specified in the Gateway, the listener is built per IP instead of
    					// sharing one wildcard listener. So different Gateways can
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 26K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_test.go

    													},
    												},
    											},
    										},
    									},
    								},
    							},
    						},
    					},
    				},
    			},
    		},
    		{
    			name:      "inbound duplicated metadata",
    			direction: model.TrafficDirectionInbound,
    			cluster:   &cluster.Cluster{},
    			svcInsts: []model.ServiceTarget{
    				{
    					Service: &model.Service{
    						Attributes: model.ServiceAttributes{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    * ✏️ Fix typo in `docs/en/docs/reference/index.md`. PR [#10467](https://github.com/tiangolo/fastapi/pull/10467) by [@tarsil](https://github.com/tarsil).
    * 🔥 Remove unnecessary duplicated docstrings. PR [#10484](https://github.com/tiangolo/fastapi/pull/10484) by [@tiangolo](https://github.com/tiangolo).
    
    ### Internal
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top