pointers.io.k8s.api.resource.v1alpha3.ResourcePoolPointer.scala Maven / Gradle / Ivy
The newest version!
package io.k8s.api.resource.v1alpha3
import dev.hnaderi.k8s.client._
/** Pointer for ResourcePool */
final case class ResourcePoolPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.resource.v1alpha3.ResourcePool] {
def generation : Pointer.Plain[Long] = Pointer.Plain(currentPath / s"generation")
def name : Pointer.Plain[String] = Pointer.Plain(currentPath / s"name")
def resourceSliceCount : Pointer.Plain[Long] = Pointer.Plain(currentPath / s"resourceSliceCount")
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy