pointers.io.k8s.api.resource.v1alpha3.AllocationResultPointer.scala Maven / Gradle / Ivy
The newest version!
package io.k8s.api.resource.v1alpha3
import dev.hnaderi.k8s.client._
/** Pointer for AllocationResult */
final case class AllocationResultPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.resource.v1alpha3.AllocationResult] {
def controller : Pointer.Plain[String] = Pointer.Plain(currentPath / s"controller")
def devices : io.k8s.api.resource.v1alpha3.DeviceAllocationResultPointer = io.k8s.api.resource.v1alpha3.DeviceAllocationResultPointer(currentPath / s"devices")
def nodeSelector : io.k8s.api.core.v1.NodeSelectorPointer = io.k8s.api.core.v1.NodeSelectorPointer(currentPath / s"nodeSelector")
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy