Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for addPass (0.3 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. 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)
  4. 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)
  5. 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)
  6. 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)
  7. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.remote.Address> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Address.java:0)
    Class <org.gradle.internal.remote.ConnectionAcceptor> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (ConnectionAcceptor.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)
Back to top