Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for redirection (0.33 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                      description: |-
                                        RequestRedirect defines a schema for a filter that responds to the
                                        request with an HTTP redirection.
    
    
                                        Support: Core
                                      properties:
                                        hostname:
                                          description: |-
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                      passed to WasmPlugin.
                    items:
                      properties:
                        mode:
                          description: |-
                            Criteria for selecting traffic by their direction.
    
                            Valid Options: CLIENT, SERVER, CLIENT_AND_SERVER
                          enum:
                          - UNDEFINED
                          - CLIENT
                          - SERVER
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                      passed to WasmPlugin.
                    items:
                      properties:
                        mode:
                          description: |-
                            Criteria for selecting traffic by their direction.
    
                            Valid Options: CLIENT, SERVER, CLIENT_AND_SERVER
                          enum:
                          - UNDEFINED
                          - CLIENT
                          - SERVER
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  4. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.tasks.testing.redirector.DefaultStandardOutputRedirector> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultStandardOutputRedirector.java:0)
    Class <org.gradle.api.internal.tasks.testing.redirector.JULRedirector> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (JULRedirector.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    performed instead:
    
    ```python
    tf.cumprod([a, b, c], exclusive=True)  # => [1, a, a * b]
    ```
    
    By setting the `reverse` kwarg to `True`, the cumprod is performed in the
    opposite direction:
    
    ```python
    tf.cumprod([a, b, c], reverse=True)  # => [a * b * c, b * c, c]
    ```
    
    This is more efficient than using separate `tf.reverse` ops.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top