Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for Replies (0.2 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "description": "Level is SELinux level label that applies to the container.",
                "type": "string"
              },
              "role": {
                "description": "Role is a SELinux role label that applies to the container.",
                "type": "string"
              },
              "type": {
                "description": "Type is a SELinux type label that applies to the container.",
                "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)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Creates a dataset that fuses mapping with batching.";
    
      let description = [{
    Creates a dataset that applies `f` to the outputs of `input_dataset` and then
    batches `batch_size` of them.
    
    Unlike a "MapDataset", which applies `f` sequentially, this dataset invokes up
    to `batch_size * num_parallel_batches` copies of `f` in parallel.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. RELEASE.md

            most cases and defaults to `verbose=2` when used with
            `ParameterServerStrategy` or with interactive logging disabled.
        *   Argument `jit_compile` in `Model.compile()` now applies to
            `Model.evaluate()` and `Model.predict()`. Setting `jit_compile=True` in
            `compile()` compiles the model's training, evaluation, and inference
            steps to [XLA](https://www.tensorflow.org/xla). Note that
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

            "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.",
            "properties": {
              "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      Only Services have Extended support. Implementations MAY support
                      additional objects, with Implementation Specific support.
                      Note that this config applies to the entire referenced resource
                      by default, but this default may change in the future to provide
                      a more granular application of the policy.
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                  properties:
                                    applicationProtocols:
                                      description: Applies only to sidecars.
                                      type: string
                                    destinationPort:
                                      description: The destination_port value used by
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.19.md

    The seccomp (secure computing mode) support for Kubernetes has graduated to General Availability (GA). This feature can be used to increase the workload security by restricting the system calls for a Pod (applies to all containers) or single containers.
    
    Technically this means that a first class `seccompProfile` field has been added to the Pod and Container `securityContext` objects:
    
    ```yaml
    securityContext:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  8. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                  properties:
                                    applicationProtocols:
                                      description: Applies only to sidecars.
                                      type: string
                                    destinationPort:
                                      description: The destination_port value used by
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  9. manifests/charts/base/crds/crd-all.gen.yaml

                                  properties:
                                    applicationProtocols:
                                      description: Applies only to sidecars.
                                      type: string
                                    destinationPort:
                                      description: The destination_port value used by
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
Back to top