Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for subjects (0.44 sec)

  1. 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)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                        type: string
                                      subjectAltNames:
                                        description: A list of alternate names to verify
                                          the subject identity in the certificate.
                                        items:
                                          type: string
                                        type: array
                                    type: object
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                                        type: string
                                      subjectAltNames:
                                        description: A list of alternate names to verify
                                          the subject identity in the certificate.
                                        items:
                                          type: string
                                        type: array
                                    type: object
    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. tests/integration/pilot/testdata/gateway-api-crd.yaml

    
                      * They select different objects.  If this is the case, then parentRef
                        entries are distinct. In terms of fields, this means that the
                        multi-part key defined by `group`, `kind`, `namespace`, and `name` must
                        be unique across all parentRef entries in the Route.
                      * They do not select different objects, but for each optional field 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)
  5. RELEASE.md

    ## Major Features And Improvements
    
    *   `tf.keras` is now part of the core TensorFlow API.
    *   [`tf.data`](http://tensorflow.org/guide/data) is now part of the core
        TensorFlow API.
        *   The API is now subject to backwards compatibility guarantees.
        *   For a guide to migrating from the `tf.contrib.data` API, see the
            [README](https://github.com/tensorflow/tensorflow/blob/r1.4/tensorflow/contrib/data/README.md).
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Deserialize `SparseTensor` objects.";
    
      let description = [{
    The input `serialized_sparse` must have the shape `[?, ?, ..., ?, 3]` where
    the last dimension stores serialized `SparseTensor` objects and the other N
    dimensions (N >= 0) correspond to a batch. The ranks of the original
    `SparseTensor` objects must all match. When the final `SparseTensor` is
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  7. 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)
  8. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.artifacts.ivyservice.resolveengine.excludes.factories.LoggingExcludeFactory$Subject> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (LoggingExcludeFactory.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