OBJECT

KubernetesKindStatefulSetSpecTemplateSpecVolumesPhotonPersistentDisk

PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine

link GraphQL Schema definition

  • type KubernetesKindStatefulSetSpecTemplateSpecVolumesPhotonPersistentDisk {
  • # Filesystem type to mount. Must be a filesystem type supported by the host
  • # operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if
  • # unspecified.
  • fsType: String
  • # ID that identifies Photon Controller persistent disk
  • pdID: String
  • }