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

pointers.io.k8s.api.resource.v1alpha1.AllocationResultPointer.scala Maven / Gradle / Ivy

package io.k8s.api.resource.v1alpha1

import dev.hnaderi.k8s.client._

/** Pointer for AllocationResult */
final case class AllocationResultPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.resource.v1alpha1.AllocationResult] {
  def availableOnNodes :  io.k8s.api.core.v1.NodeSelectorPointer = io.k8s.api.core.v1.NodeSelectorPointer(currentPath / s"availableOnNodes")
  def resourceHandle : Pointer.Plain[String] = Pointer.Plain(currentPath / s"resourceHandle")
  def shareable : Pointer.Plain[Boolean] = Pointer.Plain(currentPath / s"shareable")
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy