Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for downstream (0.61 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    application layers for the host configured in the DestinationRule. properties: protocol: description: Specifies which protocol to use for tunneling the downstream connection. type: string targetHost: description: Specifies a host to which the downstream connection is tunneled. type: string targetPort: description: Specifies a port to which the downstream connection is tunneled. type: integer required: - targetHost - targetPort type: object type: object required: - name type: object type: array trafficPolicy:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_test.go

    				if httpProtocolOptions.GetUseDownstreamProtocolConfig() == nil {
    					t.Errorf("Expected cluster to use downstream protocol but got %v", httpProtocolOptions)
    				}
    			} else {
    				if httpProtocolOptions.GetUseDownstreamProtocolConfig() != nil {
    					t.Errorf("Expected cluster to not to use downstream protocol but got %v", httpProtocolOptions)
    				}
    			}
    
    			// Verify that the values were set correctly.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  3. tests/integration/pilot/common/routing.go

    ---
    ` + httpVirtualServiceTmpl,
    		opts: echo.CallOptions{
    			Count: 1,
    			Port: echo.Port{
    				Protocol: protocol.HTTP,
    			},
    			HTTP: echo.HTTP{
    				// In real world, this may be set by a downstream LB that terminates the TLS
    				Headers: headers.New().With(headers.XForwardedProto, "https").Build(),
    			},
    			Check: check.OK(),
    		},
    		setupOpts: fqdnHostHeader,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/cluster_builder_test.go

    				}
    				if ec.httpProtocolOptions.UpstreamProtocolOptions == nil &&
    					ec.httpProtocolOptions.GetUseDownstreamProtocolConfig() == nil {
    					t.Errorf("Expected cluster %s to have downstream protocol options but not found", tt.cluster.Name)
    				}
    			}
    
    			// Validate that max requests per connection configures cluster correctly.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/gateway_test.go

    					Mode:              networking.ServerTLSSettings_PASSTHROUGH,
    					ServerCertificate: "server-cert.crt",
    					PrivateKey:        "private-key.key",
    				},
    			},
    			result: nil,
    		},
    		{
    			name: "Downstream TLS settings for QUIC transport",
    			server: &networking.Server{
    				Hosts: []string{"httpbin.example.com"},
    				Port: &networking.Port{
    					Protocol: string(protocol.HTTPS),
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet.go

    	// elements of status) and should be consulted by components in preference to assembling
    	// that status themselves. Note that the status manager is downstream of the pod worker
    	// and components that need to check whether a pod is still running should instead directly
    	// consult the pod worker.
    	statusManager status.Manager
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

        //
        // RefineDynamicShapes returns ok only when it produces full static shapes.
        // It may partially succeed by producing RankedTensor shapes with dynamic
        // dimensions. Such info is still useful for the downstream. We don't need
        // to abort here.
        // TODO(b/316639984): improve RefineDynamicShapes return values to include
        // these info.
        VLOG(1) << "Failed during XlaCallModule shape refinement: " << status;
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
Back to top