Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 36 of 36 for _genrule (0.1 sec)

  1. pilot/pkg/networking/core/cluster_builder_test.go

    				service, destRule)
    
    			// ACT
    			_ = cb.applyDestinationRule(ec, tt.clusterMode, tt.service, tt.port, eb, destRule.GetRule(), nil)
    
    			byteArray, err := config.ToJSON(destRule.GetRule().Spec)
    			if err != nil {
    				t.Errorf("Could not parse destination rule: %v", err)
    			}
    			dr := &networking.DestinationRule{}
    			err = json.Unmarshal(byteArray, dr)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_inbound.go

    			OrMatch: &listener.ListenerFilterChainMatchPredicate_MatchSet{
    				Rules: ranges,
    			},
    		}}
    	}
    	return &listener.ListenerFilterChainMatchPredicate{Rule: ranges[0].GetRule()}
    }
    
    func listenerPredicateIncludePorts(ports []int) *listener.ListenerFilterChainMatchPredicate {
    	rule := listenerPredicateExcludePorts(ports)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/gateway.go

    			}
    			destinationRule := CastDestinationRule(proxy.SidecarScope.DestinationRule(
    				model.TrafficDirectionOutbound, proxy, service.Hostname).GetRule())
    
    			// First, we build the standard cluster. We match on the SNI matching the cluster name
    			// (per the spec of AUTO_PASSTHROUGH), as well as all possible Istio mTLS ALPNs. This,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 46.4K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/rulegen.go

    	result = normalizeSpaces(s[1])
    	cond = ""
    	if i := strings.Index(match, "&&"); i >= 0 {
    		cond = normalizeSpaces(match[i+2:])
    		match = normalizeSpaces(match[:i])
    	}
    	return match, cond, result
    }
    
    func genRules(arch arch)          { genRulesSuffix(arch, "") }
    func genSplitLoadRules(arch arch) { genRulesSuffix(arch, "splitload") }
    func genLateLowerRules(arch arch) { genRulesSuffix(arch, "latelower") }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 02 22:09:21 UTC 2023
    - 48.7K bytes
    - Viewed (0)
  5. pilot/pkg/model/sidecar_test.go

    					&Proxy{
    						Labels:          tt.sidecarConfig.Labels,
    						Metadata:        &NodeMetadata{Labels: tt.sidecarConfig.Labels},
    						ConfigNamespace: tt.sidecarConfig.Namespace,
    					}, host.Name("httpbin.org")).GetRule()
    				assert.Equal(t, dr, tt.expectedDr)
    			}
    		})
    	}
    }
    
    func TestIstioEgressListenerWrapper(t *testing.T) {
    	serviceA8000 := &Service{
    		Hostname:   "host",
    		Ports:      port8000,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  6. test-site/activator-launch-1.3.2.jar

    ModuleRules(java.util.Map); public final void defineRule(org.apache.ivy.plugins.matcher.MapMatcher, Object); public final Object[] getRules(ModuleId); public final Object getRule(ModuleId, org.apache.ivy.util.filter.Filter); public final Object getRule(ModuleRevisionId, org.apache.ivy.util.filter.Filter); private Object getRule(java.util.Map, org.apache.ivy.util.filter.Filter); public final void dump(String); public final java.util.Map getAllRules(); public final Object clone(); } org/apache/ivy...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
Back to top