Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for route_name (0.25 sec)

  1. pilot/pkg/model/telemetry_logging_test.go

    							Fields: map[string]*structpb.Value{
    								"start_time":                     {Kind: &structpb.Value_StringValue{StringValue: "%START_TIME%"}},
    								"route_name":                     {Kind: &structpb.Value_StringValue{StringValue: "%ROUTE_NAME%"}},
    								"method":                         {Kind: &structpb.Value_StringValue{StringValue: "%REQ(:METHOD)%"}},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
  2. istioctl/pkg/writer/compare/testdata/configdump.json

                                    }
                                  }
                                }
                              }
                            ],
                            "use_remote_address": false,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  3. istioctl/pkg/writer/compare/testdata/configdump_diff.json

                                    }
                                  }
                                }
                              }
                            ],
                            "use_remote_address": false,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/httproute_test.go

    		name                  string
    		routeName             string
    		sidecarConfig         *config.Config
    		virtualServiceConfigs []*config.Config
    		// virtualHost Name and domains
    		expectedHosts  map[string]map[string]bool
    		expectedRoutes int
    		registryOnly   bool
    	}{
    		{
    			name:                  "sidecar config port that is not in any service",
    			routeName:             "9000",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/sidecar_simulation_test.go

    					r := xdstest.ExtractRouteConfigurations(sim.Routes)
    					vh := r[tt.routeName]
    					exp := tt.expected
    					if variant == "httproute" && tt.expectedGateway != nil {
    						exp = tt.expectedGateway
    					}
    					if vh == nil && exp != nil {
    						t.Fatalf("route %q not found, have %v", tt.routeName, xdstest.MapKeys(r))
    					}
    					gotHosts := xdstest.ExtractVirtualHosts(vh)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  6. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

    			return false;
    		},
    		add_css : function(rule_name, sheet) {
    			if($.jstree.css.get_css(rule_name, false, sheet)) { return false; }
    			if(sheet.insertRule) { sheet.insertRule(rule_name + ' { }', 0); } else { sheet.addRule(rule_name, null, 0); }
    			return $.vakata.css.get_css(rule_name);
    		},
    		remove_css : function(rule_name, sheet) {
    			return $.vakata.css.get_css(rule_name, true, sheet);
    		},
    		add_sheet : function(opts) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/route/route.go

    	if !sourceMatchHTTP(match, node.Labels, gatewayNames, node.Metadata.Namespace) {
    		return nil
    	}
    
    	routeName := in.Name
    	if match != nil && match.Name != "" {
    		routeName = routeName + "." + match.Name
    	}
    
    	out := &route.Route{
    		Name:     routeName,
    		Match:    TranslateRouteMatch(virtualService, match, node.SupportsEnvoyExtendedJwt()),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

        """Create MLIR convention SSA values."""
        out_ssa_values = []
        if not out_types:
          return '', out_ssa_values
    
        out_name = self._ssa_name(name_prefix)
        if len(out_types) == 1:
          out_name_suffix = ''
          out_ssa_values.append(out_name)
        else:
          # For multiple returns, MLIR uses '%s:i' when they are defined and
          # '%s#i' when they are used.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  9. pkg/kubelet/volumemanager/reconciler/reconciler_test.go

    				},
    			},
    		},
    	}
    }
    
    func getInlineFakePod(podName, podUUID, outerName, innerName string) *v1.Pod {
    	pod := &v1.Pod{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: podName,
    			UID:  k8stypes.UID(podUUID),
    		},
    		Spec: v1.PodSpec{
    			Volumes: []v1.Volume{
    				{
    					Name: outerName,
    					VolumeSource: v1.VolumeSource{
    						GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 07:34:33 UTC 2024
    - 75.4K bytes
    - Viewed (0)
Back to top