io.k8s.api.storage.v1.VolumeAttachmentSpec
See theVolumeAttachmentSpec companion object
final case class VolumeAttachmentSpec(attacher: String, nodeName: String, source: VolumeAttachmentSource)
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
Attributes
- Companion
- object
- Source
- VolumeAttachmentSpec.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
transforms attacher to result of function
transforms nodeName to result of function
transforms source to result of function
Returns a new data with attacher set to new value
Returns a new data with nodeName set to new value
Returns a new data with source set to new value
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article