Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for PORT (0.17 sec)

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

                        == '')) || ( has(p1.sectionName) && has(p2.sectionName) && p1.sectionName
                        == p2.sectionName)) && (((!has(p1.port) || p1.port == 0) && (!has(p2.port)
                        || p2.port == 0)) || (has(p1.port) && has(p2.port) && p1.port
                        == p2.port))))
                  rules:
                    description: Rules are a list of GRPC matchers, filters and actions.
                    items:
    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. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                        port:
                          description: The port associated with the listener.
                          properties:
                            name:
                              description: Label assigned to the port.
                              type: string
                            number:
                              description: A valid non-negative integer port number.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                        port:
                          description: The port associated with the listener.
                          properties:
                            name:
                              description: Label assigned to the port.
                              type: string
                            number:
                              description: A valid non-negative integer port number.
    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. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                        port:
                          description: The port associated with the listener.
                          properties:
                            name:
                              description: Label assigned to the port.
                              type: string
                            number:
                              description: A valid non-negative integer port number.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    		{HTTPGet: &core.HTTPGetAction{Path: "/", Port: intstr.FromInt32(1), Host: "", Scheme: "HTTP"}},
    		{HTTPGet: &core.HTTPGetAction{Path: "/foo", Port: intstr.FromInt32(65535), Host: "host", Scheme: "HTTP"}},
    		{HTTPGet: &core.HTTPGetAction{Path: "/", Port: intstr.FromString("port"), Host: "", Scheme: "HTTP"}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "ports": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Resolver.PreferGo", Field, 8},
    		{"Resolver.StrictErrors", Field, 9},
    		{"SRV", Type, 0},
    		{"SRV.Port", Field, 0},
    		{"SRV.Priority", Field, 0},
    		{"SRV.Target", Field, 0},
    		{"SRV.Weight", Field, 0},
    		{"SplitHostPort", Func, 0},
    		{"TCPAddr", Type, 0},
    		{"TCPAddr.IP", Field, 0},
    		{"TCPAddr.Port", Field, 0},
    		{"TCPAddr.Zone", Field, 1},
    		{"TCPAddrFromAddrPort", Func, 18},
    		{"TCPConn", Type, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    the memory allocations reserved for TPUEmbedding.}]>:$memory_config,
    
        StrAttr:$config
      );
    
      let results = (outs
        Res<TF_StrTensor, [{A string containing metadata about the hostname and RPC port
    used for communication with this host.}]>:$network_config
      );
    }
    
    def TF_ConfigureTPUEmbeddingMemoryOp : TF_Op<"ConfigureTPUEmbeddingMemory", []> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  9. RELEASE.md

    ## Bug Fixes and Other Changes
    
    *   Documentation
        *   Update the doc with the details about the rounding mode used in
            quantize_and_dequantize_v2.
        *   Clarify that tensorflow::port::InitMain() *should* be called before
            using the TensorFlow library. Programs failing to do this are not
            portable to all platforms.
    *   Deprecations and Symbol renames.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top