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

pointers.io.k8s.api.flowcontrol.v1.FlowSchemaSpecPointer.scala Maven / Gradle / Ivy

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

import dev.hnaderi.k8s.client._

/** Pointer for FlowSchemaSpec */
final case class FlowSchemaSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.flowcontrol.v1.FlowSchemaSpec] {
  def priorityLevelConfiguration :  io.k8s.api.flowcontrol.v1.PriorityLevelConfigurationReferencePointer = io.k8s.api.flowcontrol.v1.PriorityLevelConfigurationReferencePointer(currentPath / s"priorityLevelConfiguration")
  def distinguisherMethod :  io.k8s.api.flowcontrol.v1.FlowDistinguisherMethodPointer = io.k8s.api.flowcontrol.v1.FlowDistinguisherMethodPointer(currentPath / s"distinguisherMethod")
  def matchingPrecedence : Pointer.Plain[Int] = Pointer.Plain(currentPath / s"matchingPrecedence")
  def rules : ListPointer[io.k8s.api.flowcontrol.v1.PolicyRulesWithSubjects] = ListPointer(currentPath / s"rules")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy