OBJECT

KubernetesKindPodSpecVolumesVsphereVolume

VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine

link GraphQL Schema definition

  • type KubernetesKindPodSpecVolumesVsphereVolume {
  • # 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
  • # Storage Policy Based Management (SPBM) profile ID associated with the
  • # StoragePolicyName.
  • storagePolicyID: String
  • # Storage Policy Based Management (SPBM) profile name.
  • storagePolicyName: String
  • # Path that identifies vSphere volume vmdk
  • volumePath: String
  • }