Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for _objects (0.32 sec)

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

                "type": "string"
              },
              "ownerReferences": {
    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

    dataSource and dataSourceRef: * While dataSource only allows two specific types of objects, dataSourceRef\n  allows any non-core object, as well as PersistentVolumeClaim objects.\n* While dataSource ignores disallowed values (dropping them), dataSourceRef\n  preserves all values, and generates an error if a disallowed value is\n  specified.\n* While dataSource only allows local objects, dataSourceRef allows objects\n  in any namespaces.\n(Beta) Using this field requires the AnyVolumeDataSource feature...
    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. tests/integration/pilot/testdata/gateway-api-crd.yaml

                        In this case, the relevant object for status is the Gateway, and that is the
                        ancestor object referred to in this status.
    
    
                        Note that a parent is also an ancestor, so for objects where the parent is the
                        relevant object for status, this struct SHOULD still be used.
    
    
    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. RELEASE.md

            `validation_split` argument, for returning both dataset splits at once,
            as a tuple.
        *   Added `tf.keras.utils.split_dataset` utility to split a `Dataset` object
            or a list/tuple of arrays into two `Dataset` objects (e.g. train/test).
        *   Added step granularity to `BackupAndRestore` callback for handling
            distributed training failures & restarts. The training state can now be
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    the sparse tensors have been concatenated along new dimensions, one for each
    batch.
    
    The output `SparseTensor` object's shape values for the original dimensions
    are the max across the input `SparseTensor` objects' shape values for the
    corresponding dimensions. The new dimensions match the size of the batch.
    
    The input `SparseTensor` objects' indices are assumed ordered in
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                        - name
                        x-kubernetes-list-type: map
                    type: object
                required:
                - url
                type: object
              status:
                type: object
                x-kubernetes-preserve-unknown-fields: true
            required:
            - spec
            type: object
        served: true
        storage: true
        subresources:
          status: {}
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  7. manifests/charts/base/crds/crd-all.gen.yaml

                        - name
                        x-kubernetes-list-type: map
                    type: object
                required:
                - url
                type: object
              status:
                type: object
                x-kubernetes-preserve-unknown-fields: true
            required:
            - spec
            type: object
        served: true
        storage: true
        subresources:
          status: {}
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    		if tc.err == "" {
    			if len(errs) != 0 {
    				t.Errorf("unexpected invalid for test: %s\nErrors returned: %+v\nLocal diff of test objects (-old +new):\n%s", tc.name, errs, cmp.Diff(tc.old, tc.new))
    			}
    		} else {
    			if len(errs) == 0 {
    				t.Errorf("unexpected valid for test: %s\nLocal diff of test objects (-old +new):\n%s", tc.name, cmp.Diff(tc.old, tc.new))
    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