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

pointers.io.k8s.api.flowcontrol.v1beta2.LimitedPriorityLevelConfigurationPointer.scala Maven / Gradle / Ivy

There is a newer version: 0.20.2
Show newest version
package io.k8s.api.flowcontrol.v1beta2

import dev.hnaderi.k8s.client._

/** Pointer for LimitedPriorityLevelConfiguration */
final case class LimitedPriorityLevelConfigurationPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.flowcontrol.v1beta2.LimitedPriorityLevelConfiguration] {
  def assuredConcurrencyShares : Pointer.Plain[Int] = Pointer.Plain(currentPath / s"assuredConcurrencyShares")
  def borrowingLimitPercent : Pointer.Plain[Int] = Pointer.Plain(currentPath / s"borrowingLimitPercent")
  def lendablePercent : Pointer.Plain[Int] = Pointer.Plain(currentPath / s"lendablePercent")
  def limitResponse :  io.k8s.api.flowcontrol.v1beta2.LimitResponsePointer = io.k8s.api.flowcontrol.v1beta2.LimitResponsePointer(currentPath / s"limitResponse")
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy