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