pointers.io.k8s.api.resource.v1alpha3.DeviceClaimPointer.scala Maven / Gradle / Ivy
The newest version!
package io.k8s.api.resource.v1alpha3
import dev.hnaderi.k8s.client._
/** Pointer for DeviceClaim */
final case class DeviceClaimPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.resource.v1alpha3.DeviceClaim] {
def config : ListPointer[io.k8s.api.resource.v1alpha3.DeviceClaimConfiguration] = ListPointer(currentPath / s"config")
def constraints : ListPointer[io.k8s.api.resource.v1alpha3.DeviceConstraint] = ListPointer(currentPath / s"constraints")
def requests : ListPointer[io.k8s.api.resource.v1alpha3.DeviceRequest] = ListPointer(currentPath / s"requests")
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy