case class AttachedVolume(devicePath: String, name: String) extends Product with Serializable
AttachedVolume describes a volume attached to a node
- devicePath
DevicePath represents the device path where the volume should be available
- name
Name of the attached volume
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AttachedVolume
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
AttachedVolume(devicePath: String, name: String)
- devicePath
DevicePath represents the device path where the volume should be available
- name
Name of the attached volume
Value Members
- val devicePath: String
-
def
getDevicePath: IO[K8sFailure, String]
DevicePath represents the device path where the volume should be available
DevicePath represents the device path where the volume should be available
This effect always succeeds, it is safe to use the field devicePath directly.
-
def
getName: IO[K8sFailure, String]
Name of the attached volume
Name of the attached volume
This effect always succeeds, it is safe to use the field name directly.
- val name: String