pointers.io.k8s.api.storage.v1.VolumeAttachmentSpecPointer.scala Maven / Gradle / Ivy
The newest version!
package io.k8s.api.storage.v1
import dev.hnaderi.k8s.client._
/** Pointer for VolumeAttachmentSpec */
final case class VolumeAttachmentSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.storage.v1.VolumeAttachmentSpec] {
def attacher : Pointer.Plain[String] = Pointer.Plain(currentPath / s"attacher")
def nodeName : Pointer.Plain[String] = Pointer.Plain(currentPath / s"nodeName")
def source : io.k8s.api.storage.v1.VolumeAttachmentSourcePointer = io.k8s.api.storage.v1.VolumeAttachmentSourcePointer(currentPath / s"source")
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy