pointers.io.k8s.api.resource.v1alpha3.DevicePointer.scala Maven / Gradle / Ivy
The newest version!
package io.k8s.api.resource.v1alpha3
import dev.hnaderi.k8s.client._
/** Pointer for Device */
final case class DevicePointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.resource.v1alpha3.Device] {
def name : Pointer.Plain[String] = Pointer.Plain(currentPath / s"name")
def basic : io.k8s.api.resource.v1alpha3.BasicDevicePointer = io.k8s.api.resource.v1alpha3.BasicDevicePointer(currentPath / s"basic")
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy