Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for addPass (0.33 sec)

  1. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

          jsonPath: .metadata.creationTimestamp
          name: Age
          type: date
        - description: Address associated with the network endpoint.
          jsonPath: .spec.address
          name: Address
          type: string
        name: v1
        schema:
          openAPIV3Schema:
            properties:
              spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  2. manifests/charts/base/crds/crd-all.gen.yaml

          jsonPath: .metadata.creationTimestamp
          name: Age
          type: date
        - description: Address associated with the network endpoint.
          jsonPath: .spec.address
          name: Address
          type: string
        name: v1
        schema:
          openAPIV3Schema:
            properties:
              spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

          jsonPath: .metadata.creationTimestamp
          name: Age
          type: date
        - description: Address associated with the network endpoint.
          jsonPath: .spec.address
          name: Address
          type: string
        name: v1alpha3
        schema:
          openAPIV3Schema:
            properties:
              spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      depend on the implementation. If a value is set in the spec and the
                      requested address is invalid or unavailable, the implementation MUST
                      indicate this in the associated entry in GatewayStatus.Addresses.
    
    
                      The Addresses field represents a request for the address(es) on the
                      "outside of the Gateway", that traffic bound for this Gateway will use.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    		}, core.Node{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "foo",
    			},
    			Status: core.NodeStatus{
    				Addresses: []core.NodeAddress{
    					{Type: core.NodeExternalIP, Address: "1.1.1.1"},
    					{Type: core.NodeExternalIP, Address: "1.1.1.1"},
    				},
    			},
    		}, false},
    		{core.Node{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "foo",
    			},
    			Spec: core.NodeSpec{
    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. CHANGELOG/CHANGELOG-1.19.md

    - Kube-apiserver, kube-scheduler and kube-controller manager now use SO_REUSEPORT socket option when listening on address defined by --bind-address and --secure-port flags, when running on Unix systems (Windows is NOT supported). This allows to run multiple instances of those processes on a single host with the same configuration, which allows to update/restart them in a graceful...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Trace", Func, 5},
    	},
    	"net/mail": {
    		{"(*Address).String", Method, 0},
    		{"(*AddressParser).Parse", Method, 5},
    		{"(*AddressParser).ParseList", Method, 5},
    		{"(Header).AddressList", Method, 0},
    		{"(Header).Date", Method, 0},
    		{"(Header).Get", Method, 0},
    		{"Address", Type, 0},
    		{"Address.Address", Field, 0},
    		{"Address.Name", Field, 0},
    		{"AddressParser", Type, 5},
    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. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	ADDSD X11, X11                          // f2450f58db
    	ADDSS (BX), X2                          // f30f5813
    	ADDSS (R11), X2                         // f3410f5813
    	ADDSS X2, X2                            // f30f58d2
    	ADDSS X11, X2                           // f3410f58d3
    	ADDSS (BX), X11                         // f3440f581b
    	ADDSS (R11), X11                        // f3450f581b
    	ADDSS X2, X11                           // f3440f58da
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "description": "Hostnames for the above IP address.",
                "items": {
                  "default": "",
                  "type": "string"
                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
              },
              "ip": {
                "default": "",
                "description": "IP address of the host file entry.",
                "type": "string"
              }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  10. RELEASE.md

            tf.math.multiply(a, b)
    
            server.register("multiply", _remote_multiply) ```
    
        *   Example usage to create client: `python client =
            tf.distribute.experimental.rpc.Client.create("grpc", address) a =
            tf.constant(2, dtype=tf.int32) b = tf.constant(3, dtype=tf.int32)
            result = client.multiply(a, b)`
    
    *   `tf.lite`:
    
    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