Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cachingMode (0.13 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

      - metadata:
        - name: shared-disk
      - provisioner: kubernetes.io/azure-disk
      - parameters:
        - skuname: Premium_LRS  # Currently only available with premium SSDs.
        - cachingMode: None # ReadOnly host caching is not available for premium SSDs with maxShares>1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

          "io.k8s.api.core.v1.AzureDiskVolumeSource": {
            "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.",
            "properties": {
              "cachingMode": {
                "description": "cachingMode is the Host Caching mode: None, Read Only, Read Write.",
                "type": "string"
              },
              "diskName": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top