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

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

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

import dev.hnaderi.k8s.client._

/** Pointer for PriorityLevelConfigurationStatus */
final case class PriorityLevelConfigurationStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.flowcontrol.v1.PriorityLevelConfigurationStatus] {
  def conditions : ListPointer[io.k8s.api.flowcontrol.v1.PriorityLevelConfigurationCondition] = ListPointer(currentPath / s"conditions")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy