OBJECT

KubernetesKindNodeStatusVolumesAttached

AttachedVolume describes a volume attached to a node

link GraphQL Schema definition

  • type KubernetesKindNodeStatusVolumesAttached {
  • # DevicePath represents the device path where the volume should be available
  • devicePath: String
  • # Name of the attached volume
  • name: String
  • }