Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for IDs (0.26 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         *  */
        String JVM_THUMBNAIL_OPTIONS = "jvm.thumbnail.options";
    
        /** The key of the configuration. e.g. default_crawler */
        String JOB_SYSTEM_JOB_IDS = "job.system.job.ids";
    
        /** The key of the configuration. e.g. Web Crawler - {0} */
        String JOB_TEMPLATE_TITLE_WEB = "job.template.title.web";
    
        /** The key of the configuration. e.g. File Crawler - {0} */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // +patchStrategy=merge
      repeated NodeAddress addresses = 5;
    
      // Endpoints of daemons running on the Node.
      // +optional
      optional NodeDaemonEndpoints daemonEndpoints = 6;
    
      // Set of ids/uuids to uniquely identify the node.
      // More info: https://kubernetes.io/docs/concepts/nodes/node/#info
      // +optional
      optional NodeSystemInfo nodeInfo = 7;
    
      // List of container images on this node
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.14.md

    - kubelet now accepts `pid=<number>` in the `--system-reserved` and `--kube-reserved` options to ensure that the specified number of process IDs will be reserved for the system as a whole and for Kubernetes system daemons respectively.  Please reference `Kube Reserved` and `System Reserved` in `Reserve Compute Resources for System Daemons` in the Kubernetes documentation for general discussion...
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Mon Jun 14 22:06:39 GMT 2021
    - 271.5K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    For example, if you have an app like this:
    
    ```Python
    from fastapi import FastAPI
    from pydantic import BaseModel
    
    class Item(BaseModel):
        name: str
        price: Optional[float] = None
        owner_ids: Optional[List[int]] = None
    
    app = FastAPI()
    
    @app.get("/items/invalidnone", response_model=Item)
    def get_invalid_none():
        return None
    ```
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 23:25:42 GMT 2024
    - 388.1K bytes
    - Viewed (1)
  5. CHANGELOG/CHANGELOG-1.29.md

    - cloud.google.com/go/gkemulticloud: v0.5.0 → v1.0.0
    - cloud.google.com/go/gsuiteaddons: v1.5.0 → v1.6.1
    - cloud.google.com/go/iam: v0.13.0 → v1.1.1
    - cloud.google.com/go/iap: v1.7.1 → v1.8.1
    - cloud.google.com/go/ids: v1.3.0 → v1.4.1
    - cloud.google.com/go/iot: v1.6.0 → v1.7.1
    - cloud.google.com/go/kms: v1.10.1 → v1.15.0
    - cloud.google.com/go/language: v1.9.0 → v1.10.1
    - cloud.google.com/go/lifesciences: v0.8.0 → v0.9.1
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 21:41:06 GMT 2024
    - 299.9K bytes
    - Viewed (1)
  6. CHANGELOG/CHANGELOG-1.21.md

    - Fix: azure file latency issue for metadata-heavy workloads ([#97082](https://github.com/kubernetes/kubernetes/pull/97082), [@andyzhangx](https://github.com/andyzhangx)) [SIG Cloud Provider and Storage]
    - Fixed Cinder volume IDs on OpenStack Train ([#96673](https://github.com/kubernetes/kubernetes/pull/96673), [@jsafrane](https://github.com/jsafrane)) [SIG Cloud Provider]
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Viewed (4)
  7. CHANGELOG/CHANGELOG-1.28.md

    - cloud.google.com/go/gkehub: v0.12.0
    - cloud.google.com/go/gkemulticloud: v0.5.0
    - cloud.google.com/go/gsuiteaddons: v1.5.0
    - cloud.google.com/go/iam: v0.13.0
    - cloud.google.com/go/iap: v1.7.1
    - cloud.google.com/go/ids: v1.3.0
    - cloud.google.com/go/iot: v1.6.0
    - cloud.google.com/go/kms: v1.10.1
    - cloud.google.com/go/language: v1.9.0
    - cloud.google.com/go/lifesciences: v0.8.0
    - cloud.google.com/go/logging: v1.7.0
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 20:44:48 GMT 2024
    - 385.1K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.9.md

    ### Other notable changes
    
    * CustomResourceDefinitions: OpenAPI v3 validation schemas containing `$ref`references are no longer permitted (valid references could not be constructed previously because property ids were not permitted either). Before upgrading, ensure CRD definitions do not include those `$ref` fields. ([#58438](https://github.com/kubernetes/kubernetes/pull/58438), [@carlory](https://github.com/carlory))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.10.md

    * CustomResourceDefinitions: OpenAPI v3 validation schemas containing `$ref`references are no longer permitted (valid references could not be constructed previously because property ids were not permitted either). Before upgrading, ensure CRD definitions do not include those `$ref` fields. ([#58438](https://github.com/kubernetes/kubernetes/pull/58438), [@carlory](https://github.com/carlory))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 341.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.27.md

    - cloud.google.com/go/gkehub: v0.12.0
    - cloud.google.com/go/gkemulticloud: v0.5.0
    - cloud.google.com/go/gsuiteaddons: v1.5.0
    - cloud.google.com/go/iam: v0.13.0
    - cloud.google.com/go/iap: v1.7.1
    - cloud.google.com/go/ids: v1.3.0
    - cloud.google.com/go/iot: v1.6.0
    - cloud.google.com/go/kms: v1.10.1
    - cloud.google.com/go/language: v1.9.0
    - cloud.google.com/go/lifesciences: v0.8.0
    - cloud.google.com/go/logging: v1.7.0
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 15:20:21 GMT 2024
    - 434.3K bytes
    - Viewed (3)
Back to top