Kazan v0.11.0 Kazan.Apis.Core.V1.AttachedVolume View Source

AttachedVolume describes a volume attached to a node

OpenAPI Definition: io.k8s.api.core.v1.AttachedVolume

Properties

  • device_path :: String

    • DevicePath represents the device path where the volume should be available
  • name :: String

    • Name of the attached volume

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.AttachedVolume{
  device_path: String.t(),
  name: String.t()
}