Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 33 for genrule (0.78 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/route/route.go

    	if push == nil {
    		return nil, nil
    	}
    	mergedDR := node.SidecarScope.DestinationRule(model.TrafficDirectionOutbound, node, svc.Hostname)
    	destinationRule := mergedDR.GetRule()
    	if destinationRule == nil {
    		return nil, nil
    	}
    	rule := destinationRule.Spec.(*networking.DestinationRule)
    	consistentHash := rule.GetTrafficPolicy().GetLoadBalancer().GetConsistentHash()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  3. maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java

         */
        public void setMojoConfiguration(PlexusConfiguration mojoConfiguration) {
            this.mojoConfiguration = mojoConfiguration;
        }
    
        /** {@inheritDoc} */
        public String getRole() {
            return isV4Api() ? "org.apache.maven.api.plugin.Mojo" : Mojo.ROLE;
        }
    
        /** {@inheritDoc} */
        public String getRoleHint() {
            return getId();
        }
    
        /**
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/inspect/ModelRuleExtractor.java

            public DefaultExtractedRuleSource(List<ExtractedRuleDetails> rules) {
                this.rules = rules;
            }
    
            @VisibleForTesting // used in tests only
            public List<ExtractedModelRule> getRules() {
                return CollectionUtils.collect(rules, new InternalTransformer<ExtractedModelRule, ExtractedRuleDetails>() {
                    @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 13:45:02 UTC 2024
    - 26K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. pkg/workloadapi/security/authorization.pb.go

    }
    
    // Deprecated: Use Group.ProtoReflect.Descriptor instead.
    func (*Group) Descriptor() ([]byte, []int) {
    	return file_workloadapi_security_authorization_proto_rawDescGZIP(), []int{1}
    }
    
    func (x *Group) GetRules() []*Rules {
    	if x != nil {
    		return x.Rules
    	}
    	return nil
    }
    
    type Rules struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  8. 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)
  9. src/cmd/compile/internal/ssa/_gen/PPC64Ops.go

    		{name: "FLE", controls: 1},
    		{name: "FGT", controls: 1},
    		{name: "FGE", controls: 1},
    	}
    
    	archs = append(archs, arch{
    		name:               "PPC64",
    		pkg:                "cmd/internal/obj/ppc64",
    		genfile:            "../../ppc64/ssa.go",
    		ops:                ops,
    		blocks:             blocks,
    		regnames:           regNamesPPC64,
    		ParamIntRegNames:   "R3 R4 R5 R6 R7 R8 R9 R10 R14 R15 R16 R17",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 43.8K bytes
    - Viewed (0)
  10. pkg/config/validation/validation.go

    					errs = appendErrors(errs, fmt.Errorf("`provider.name` must not be empty"))
    				}
    			}
    			// TODO(yangminzhu): Add support for more matching rules.
    			for _, rule := range in.GetRules() {
    				check := func(invalid bool, name string) error {
    					if invalid {
    						return fmt.Errorf("%s is currently not supported with CUSTOM action", name)
    					}
    					return nil
    				}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
Back to top