Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test %27 テスト [xss]

Results 211 - 220 of 374 for content_length:[500000 TO 999999] (0.05 sec)

  1. HotSpot Virtual Machine Garbage Collection Tuni...

    Java Platform, Standard Edition HotSpot Virtual Machine Garbage Collection Tuning Guide Release 11 E95201-04 July 2024 Java Platform, Standard Edition HotSpot Virtual Machine Garbage Collection Tun...
    docs.oracle.com/en/java/javase/11/gctuning/hotspot-virtual-machine-garbage-collection-tuning-guid...
    Registered: Fri Nov 15 03:18:50 UTC 2024
    - Last Modified: Tue Jul 16 15:04:47 UTC 2024
    - 796.7K bytes
    - Viewed (0)
  2. OAuth2 mit Password (und Hashing), Bearer mit J...

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/de/tutorial/security/oauth2-jwt/
    Registered: Fri Nov 15 05:15:59 UTC 2024
    - 610.2K bytes
    - Viewed (0)
  3. REST API endpoints for Codespaces - GitHub Docs

    Use the REST API to manage GitHub Codespaces.
    docs.github.com/en/rest/codespaces
    Registered: Fri Nov 15 02:39:16 UTC 2024
    - 810.6K bytes
    - Viewed (0)
  4. REST API endpoints for secret scanning - GitHub...

    Use the REST API to retrieve and update secret alerts from a repository.
    docs.github.com/en/rest/secret-scanning/secret-scanning
    Registered: Fri Nov 15 02:43:29 UTC 2024
    - 522.1K bytes
    - Viewed (0)
  5. Declarative Management of Kubernetes Objects Us...

    Kubernetes objects can be created, updated, and deleted by storing multiple object configuration files in a directory and using kubectl apply to recursively create and update those objects as needed. This method retains writes made to live objects without merging the changes back into the object configuration files. kubectl diff also gives you a preview of what changes apply will make. Before you begin Install kubectl. You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
    kubernetes.io/docs/tasks/manage-kubernetes-objects/declarative-config/
    Registered: Fri Nov 15 06:53:38 UTC 2024
    - 559.6K bytes
    - Viewed (0)
  6. Encrypting Confidential Data at Rest | Kubernetes

    All of the APIs in Kubernetes that let you write persistent API resource data support at-rest encryption. For example, you can enable at-rest encryption for Secrets. This at-rest encryption is additional to any system-level encryption for the etcd cluster or for the filesystem(s) on hosts where you are running the kube-apiserver. This page shows how to enable and configure encryption of API data at rest. Note:This task covers encryption for resource data stored using the Kubernetes API.
    kubernetes.io/docs/tasks/administer-cluster/encrypt-data/
    Registered: Fri Nov 15 06:42:17 UTC 2024
    - 490.9K bytes
    - Viewed (0)
  7. Feature Gates | Kubernetes

    This page contains an overview of the various feature gates an administrator can specify on different Kubernetes components. See feature stages for an explanation of the stages for a feature. Overview Feature gates are a set of key=value pairs that describe Kubernetes features. You can turn these features on or off using the --feature-gates command line flag on each Kubernetes component. Each Kubernetes component lets you enable or disable a set of feature gates that are relevant to that component.
    kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/
    Registered: Fri Nov 15 07:29:38 UTC 2024
    - 555.6K bytes
    - Viewed (0)
  8. Storage Classes | Kubernetes

    This document describes the concept of a StorageClass in Kubernetes. Familiarity with volumes and persistent volumes is suggested. A StorageClass provides a way for administrators to describe the classes of storage they offer. Different classes might map to quality-of-service levels, or to backup policies, or to arbitrary policies determined by the cluster administrators. Kubernetes itself is unopinionated about what classes represent. The Kubernetes concept of a storage class is similar to “profiles” in some other storage system designs.
    kubernetes.io/docs/concepts/storage/storage-classes/
    Registered: Fri Nov 15 06:31:17 UTC 2024
    - 488.4K bytes
    - Viewed (0)
  9. Dynamic Admission Control | Kubernetes

    In addition to compiled-in admission plugins, admission plugins can be developed as extensions and run as webhooks configured at runtime. This page describes how to build, configure, use, and monitor admission webhooks. What are admission webhooks? Admission webhooks are HTTP callbacks that receive admission requests and do something with them. You can define two types of admission webhooks, validating admission webhook and mutating admission webhook. Mutating admission webhooks are invoked first, and can modify objects sent to the API server to enforce custom defaults.
    kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/
    Registered: Fri Nov 15 07:08:01 UTC 2024
    - 566.8K bytes
    - Viewed (0)
  10. Resource Management for Pods and Containers | K...

    When you specify a Pod, you can optionally specify how much of each resource a container needs. The most common resources to specify are CPU and memory (RAM); there are others. When you specify the resource request for containers in a Pod, the kube-scheduler uses this information to decide which node to place the Pod on. When you specify a resource limit for a container, the kubelet enforces those limits so that the running container is not allowed to use more of that resource than the limit you set.
    kubernetes.io/docs/concepts/configuration/manage-resources-containers/
    Registered: Fri Nov 15 06:33:23 UTC 2024
    - 488.9K bytes
    - Viewed (0)
Back to top