pointers.io.k8s.api.flowcontrol.v1.QueuingConfigurationPointer.scala Maven / Gradle / Ivy
The newest version!
package io.k8s.api.flowcontrol.v1
import dev.hnaderi.k8s.client._
/** Pointer for QueuingConfiguration */
final case class QueuingConfigurationPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.flowcontrol.v1.QueuingConfiguration] {
def handSize : Pointer.Plain[Int] = Pointer.Plain(currentPath / s"handSize")
def queueLengthLimit : Pointer.Plain[Int] = Pointer.Plain(currentPath / s"queueLengthLimit")
def queues : Pointer.Plain[Int] = Pointer.Plain(currentPath / s"queues")
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy