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

pointers.io.k8s.api.flowcontrol.v1beta3.QueuingConfigurationPointer.scala Maven / Gradle / Ivy

The newest version!
package io.k8s.api.flowcontrol.v1beta3

import dev.hnaderi.k8s.client._

/** Pointer for QueuingConfiguration */
final case class QueuingConfigurationPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.flowcontrol.v1beta3.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