Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 111 - 120 of 319 for content_length:[500000 TO 999999] (0.05 sec)

  1. OpenAPI models - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/zh-hant/reference/openapi/models/
    Registered: Fri May 03 07:54:31 UTC 2024
    - 597.7K bytes
    - Viewed (0)
  2. Well-Known Labels, Annotations and Taints | Kub...

    Kubernetes reserves all labels and annotations in the kubernetes.io and k8s.io namespaces. This document serves both as a reference to the values and as a coordination point for assigning values. Labels, annotations and taints used on API objects apf.kubernetes.io/autoupdate-spec Type: Annotation Example: apf.kubernetes.io/autoupdate-spec: "true" Used on: FlowSchema and PriorityLevelConfiguration Objects If this annotation is set to true on a FlowSchema or PriorityLevelConfiguration, the spec for that object is managed by the kube-apiserver.
    kubernetes.io/docs/reference/labels-annotations-taints/
    Registered: Fri May 03 08:01:29 UTC 2024
    - 543K bytes
    - Viewed (0)
  3. Kubernetes API Concepts | Kubernetes

    The Kubernetes API is a resource-based (RESTful) programmatic interface provided via HTTP. It supports retrieving, creating, updating, and deleting primary resources via the standard HTTP verbs (POST, PUT, PATCH, DELETE, GET). For some resources, the API includes additional subresources that allow fine grained authorization (such as separate views for Pod details and log retrievals), and can accept and serve those resources in different representations for convenience or efficiency. Kubernetes supports efficient change notifications on resources via watches.
    kubernetes.io/docs/reference/using-api/api-concepts/
    Registered: Fri May 03 08:02:53 UTC 2024
    - 494.8K bytes
    - Viewed (0)
  4. Running ZooKeeper, A Distributed System Coordin...

    This tutorial demonstrates running Apache Zookeeper on Kubernetes using StatefulSets, PodDisruptionBudgets, and PodAntiAffinity. Before you begin Before starting this tutorial, you should be familiar with the following Kubernetes concepts: Pods Cluster DNS Headless Services PersistentVolumes PersistentVolume Provisioning StatefulSets PodDisruptionBudgets PodAntiAffinity kubectl CLI You must have a cluster with at least four nodes, and each node requires at least 2 CPUs and 4 GiB of memory. In this tutorial you will cordon and drain the cluster's nodes.
    kubernetes.io/docs/tutorials/stateful-application/zookeeper/
    Registered: Fri May 03 08:02:42 UTC 2024
    - 510.6K bytes
    - Viewed (0)
  5. APIRouter class - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/ur/reference/apirouter/
    Registered: Fri May 03 08:34:38 UTC 2024
    - 815K bytes
    - Viewed (0)
  6. Custom Response Classes - File, HTML, Redirect,...

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/ur/reference/responses/
    Registered: Fri May 03 08:33:19 UTC 2024
    - 606.1K bytes
    - Viewed (0)
  7. Docker Compose release notes | Docker Docs

    Learn about the new features, bug fixes, and breaking changes for the newest Docker Compose release
    docs.docker.com/compose/release-notes/
    Registered: Fri May 10 01:54:28 UTC 2024
    - Last Modified: Thu May 09 20:03:32 UTC 2024
    - 685.4K bytes
    - Viewed (3)
  8. str - Rust

    String slices.
    doc.rust-lang.org/std/primitive.str.html
    Registered: Fri May 10 01:33:01 UTC 2024
    - Last Modified: Thu May 02 12:26:27 UTC 2024
    - 489.8K bytes
    - Viewed (0)
  9. Docker Desktop for Mac Edge release notes | Doc...

    Change log / release notes per Edge release
    docs.docker.com/desktop/previous-versions/edge-releases-mac/
    Registered: Fri May 10 02:02:44 UTC 2024
    - Last Modified: Thu May 09 20:03:36 UTC 2024
    - 653.5K bytes
    - Viewed (0)
  10. Shr in std::ops - Rust

    The right shift operator `>>`. Note that because this trait is implemented for all integer types with multiple right-hand-side types, Rust’s type checker has special handling for `_ >> _`, setting the result type for integer operations to the type of the left-hand-side operand. This means that though `a >> b` and `a.shr(b)` are one and the same from an evaluation standpoint, they are different when it comes to type inference.
    doc.rust-lang.org/std/ops/trait.Shr.html
    Registered: Fri May 10 02:28:42 UTC 2024
    - Last Modified: Thu May 02 12:26:27 UTC 2024
    - 748.8K bytes
    - Viewed (0)
Back to top