All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pointers.io.k8s.api.resource.v1alpha3.DeviceAllocationResultPointer.scala Maven / Gradle / Ivy

The newest version!
package io.k8s.api.resource.v1alpha3

import dev.hnaderi.k8s.client._

/** Pointer for DeviceAllocationResult */
final case class DeviceAllocationResultPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.resource.v1alpha3.DeviceAllocationResult] {
  def config : ListPointer[io.k8s.api.resource.v1alpha3.DeviceAllocationConfiguration] = ListPointer(currentPath / s"config")
  def results : ListPointer[io.k8s.api.resource.v1alpha3.DeviceRequestAllocationResult] = ListPointer(currentPath / s"results")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy