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