Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 357 for xdsfault (0.29 sec)

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

    	HeaderScheme    = ":scheme"
    )
    
    // DefaultRouteName is the name assigned to a route generated by default in absence of a virtual service.
    const DefaultRouteName = "default"
    
    var Notimeout = durationpb.New(0)
    
    // DefaultMaxDirectResponseBodySizeBytes is 1mb, the same limit the control plane validates via webhook. Set this to increase from envoy default of 4k
    var DefaultMaxDirectResponseBodySizeBytes = wrapperspb.UInt32(1024 * 1024)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inputs/default.template.gen.yaml

            service.istio.io/canonical-revision: {{ index .ObjectMeta.Labels `service.istio.io/canonical-revision` | default (index .ObjectMeta.Labels `app.kubernetes.io/version`) | default (index .ObjectMeta.Labels `version`) | default "latest"  | quote }}
          annotations: {
            istio.io/rev: {{ .Revision | default "default" | quote }},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/syntax/parser.go

    	}
    
    	c := new(CaseClause)
    	c.pos = p.pos()
    
    	switch p.tok {
    	case _Case:
    		p.next()
    		c.Cases = p.exprList()
    
    	case _Default:
    		p.next()
    
    	default:
    		p.syntaxError("expected case or default or }")
    		p.advance(_Colon, _Case, _Default, _Rbrace)
    	}
    
    	c.Colon = p.pos()
    	p.want(_Colon)
    	c.Body = p.stmtList()
    
    	return c
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 62.9K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

        default void setSearchLog(final boolean value) {
            setSystemPropertyAsBoolean(Constants.SEARCH_LOG_PROPERTY, value);
        }
    
        default boolean isSearchLog() {
            return getSystemPropertyAsBoolean(Constants.SEARCH_LOG_PROPERTY, true);
        }
    
        default void setUserInfo(final boolean value) {
            setSystemPropertyAsBoolean(Constants.USER_INFO_PROPERTY, value);
        }
    
        default boolean isUserInfo() {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 85K bytes
    - Viewed (0)
  5. istioctl/pkg/writer/compare/testdata/configdump.json

                "name": "inbound-vip|9080|http|ratings.default.svc.cluster.local",
                "type": "EDS",
                "eds_cluster_config": {
                  "eds_config": {
                    "ads": {},
                    "initial_fetch_timeout": "0s",
                    "resource_api_version": "V3"
                  },
                  "service_name": "inbound-vip|9080|http|ratings.default.svc.cluster.local"
                },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  6. istioctl/pkg/writer/compare/testdata/configdump_diff.json

                  "filter_metadata": {
                    "istio": {
                      "services": [
                        {
                          "namespace": "default",
                          "name": "ratings",
                          "host": "ratings.default.svc.cluster.local"
                        }
                      ]
                    }
                  }
                },
                "common_lb_config": {}
              },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/sidecar_simulation_test.go

    				},
    				vsArgs{
    					Namespace: "default",
    					Match:     "known.default.svc.cluster.local",
    					Dest:      "explicit.example.com",
    					Time:      TimeNewer,
    				},
    				scArgs{
    					Namespace: "default",
    					Egress:    []string{"default/known.default.svc.cluster.local", "default/alt-known.default.svc.cluster.local"},
    				},
    			},
    			proxy:     proxy("default"),
    			routeName: "80",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  8. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/OutgoingVariantsReportTaskIntegrationTest.groovy

    Configuration for archive artifacts.
    
    Capabilities
        - org:myLib:1.0 (default capability)
    Artifacts
        - $jarPath (artifactType = jar)
    
    --------------------------------------------------
    Variant default
    --------------------------------------------------
    Configuration for default artifacts.
    
    Capabilities
        - org:myLib:1.0 (default capability)
    Artifacts
        - $jarPath (artifactType = jar)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 50K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/httproute_test.go

    			[]*model.Service{
    				buildHTTPService("test.default.svc.cluster.local", visibility.Public, "", "default", 80),
    				buildHTTPService("test", visibility.Public, "", "default", 80),
    			},
    			nil,
    			map[string][]string{
    				"allow_any": {"*"},
    				"test.default.svc.cluster.local:80": {
    					"test.default.svc.cluster.local",
    					"test.default.svc",
    					"test.default",
    				},
    				"test:80": {"test"},
    			},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  10. pilot/pkg/model/virtualservice_test.go

    }{
    	{
    		"./gateway",
    		"default",
    		"default/gateway",
    	},
    	{
    		"gateway",
    		"default",
    		"default/gateway",
    	},
    	{
    		"default/gateway",
    		"foo",
    		"default/gateway",
    	},
    	{
    		"gateway.default",
    		"default",
    		"default/gateway",
    	},
    	{
    		"gateway.default",
    		"foo",
    		"default/gateway",
    	},
    	{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 60.6K bytes
    - Viewed (0)
Back to top