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