Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for PassThrough (0.41 sec)

  1. istioctl/pkg/proxyconfig/testdata/config_dump.json

                  "name": "internal_upstream",
                  "typed_config": {
                    "@type": "type.googleapis.com/envoy.extensions.transport_sockets.internal_upstream.v3.InternalUpstreamTransport",
                    "passthrough_metadata": [
                      {
                        "kind": {
                          "host": {}
                        },
                        "name": "envoy.filters.listener.original_dst"
                      }
    Json
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Wed Jan 03 23:08:06 GMT 2024
    - 54.8K bytes
    - Viewed (1)
  2. operator/cmd/mesh/manifest-generate_test.go

    	runTestGroup(t, testGroup{
    		{
    			desc:       "ztunnel",
    			diffSelect: "DaemonSet:*:ztunnel",
    		},
    	})
    }
    
    // TestManifestGenerateHelmValues tests whether enabling components through the values passthrough interface works as
    // expected i.e. without requiring enablement also in IstioOperator API.
    func TestManifestGenerateHelmValues(t *testing.T) {
    	runTestGroup(t, testGroup{
    		{
    			desc:       "helm_values_enablement",
    Go
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Thu Feb 22 08:32:23 GMT 2024
    - 42K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.10.md

    * Demoted controlplane passthrough flags apiserver-extra-args, controller-manager-extra-args, scheduler-extra-args to alpha flags ([#59882](https://github.com/kubernetes/kubernetes/pull/59882), [@kris-nova](https://github.com/kris-nova))
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 341.8K bytes
    - Viewed (0)
  4. RELEASE.md

            `:android_tensorflow_lib_lite*` targets instead.
    *   XLA
        *   Move `RoundToEven` function to xla/client/lib/math.h.
        *   A new environment variable `TF_XLA_DEBUG_OPTIONS_PASSTHROUGH` set to "1"
            or "true" allows the debug options passed within an XRTCompile op to be
            passed directly to the XLA compilation backend. If such variable is not
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top