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