Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "in": "query",
                "name": "fieldSelector",
                "schema": {
                  "type": "string",
                  "uniqueItems": true
                }
              },
              {
                "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
                "in": "query",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

              "in": "query",
              "name": "fieldSelector",
              "schema": {
                "type": "string",
                "uniqueItems": true
              }
            },
            {
              "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
              "in": "query",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Returns a diagonal tensor with a given diagonal values.";
    
      let description = [{
    Given a `diagonal`, this operation returns a tensor with the `diagonal` and
    everything else padded with zeros. The diagonal is computed as follows:
    
    Assume `diagonal` has dimensions [D1,..., Dk], then the output is a tensor of
    rank 2k with dimensions [D1,..., Dk, D1,..., Dk] where:
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/gateway-api-crd.yaml

                              a creation timestamp of "2020-09-08 01:02:03" is given precedence over
                              a Route with a creation timestamp of "2020-09-08 01:02:04".
                            * If everything else is equivalent, the Route appearing first in
                              alphabetical order (namespace/name) should be given precedence. For
                              example, foo/bar is given precedence over foo/baz.
    
    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

    				RestartPolicy: core.RestartPolicyAlways,
    				DNSPolicy:     core.DNSClusterFirst,
    			},
    		},
    		"just about everything": {
    			ObjectMeta: metav1.ObjectMeta{Name: "abc.123.do-re-mi", Namespace: "ns"},
    			Spec: core.PodSpec{
    				Volumes: []core.Volume{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top