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

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

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

import dev.hnaderi.k8s.client._

/** Pointer for ResourceSliceSpec */
final case class ResourceSliceSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.resource.v1alpha3.ResourceSliceSpec] {
  def driver : Pointer.Plain[String] = Pointer.Plain(currentPath / s"driver")
  def pool :  io.k8s.api.resource.v1alpha3.ResourcePoolPointer = io.k8s.api.resource.v1alpha3.ResourcePoolPointer(currentPath / s"pool")
  def nodeName : Pointer.Plain[String] = Pointer.Plain(currentPath / s"nodeName")
  def nodeSelector :  io.k8s.api.core.v1.NodeSelectorPointer = io.k8s.api.core.v1.NodeSelectorPointer(currentPath / s"nodeSelector")
  def allNodes : Pointer.Plain[Boolean] = Pointer.Plain(currentPath / s"allNodes")
  def devices : ListPointer[io.k8s.api.resource.v1alpha3.Device] = ListPointer(currentPath / s"devices")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy