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

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

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

import dev.hnaderi.k8s.client._

/** Pointer for PriorityLevelConfigurationSpec */
final case class PriorityLevelConfigurationSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationSpec] {
  def `type` : Pointer.Plain[String] = Pointer.Plain(currentPath / s"type")
  def limited :  io.k8s.api.flowcontrol.v1beta3.LimitedPriorityLevelConfigurationPointer = io.k8s.api.flowcontrol.v1beta3.LimitedPriorityLevelConfigurationPointer(currentPath / s"limited")
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy