Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PdID (0.24 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional string reason = 3;
    }
    
    // Represents a Photon Controller persistent disk resource.
    message PhotonPersistentDiskVolumeSource {
      // pdID is the ID that identifies Photon Controller persistent disk
      optional string pdID = 1;
    
      // fsType is the filesystem type to mount.
      // Must be a filesystem type supported by the host operating system.
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.5.md

    * kubelet: don't reject pods without adding them to the pod manager ([#37661](https://github.com/kubernetes/kubernetes/pull/37661), [@yujuhong](https://github.com/yujuhong))
    * Fix photon controller plugin to construct with correct PdID ([#37167](https://github.com/kubernetes/kubernetes/pull/37167), [@luomiao](https://github.com/luomiao))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 136.4K bytes
    - Viewed (1)
  3. CHANGELOG/CHANGELOG-1.6.md

    #### Photon
    * Fix photon controller plugin to construct with correct PdID ([#37167](https://github.com/kubernetes/kubernetes/pull/37167), [@luomiao](https://github.com/luomiao))
    
    #### rbd
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 304K bytes
    - Viewed (0)
Back to top