io.k8s.api.scheduling.v1

Type members

Classlikes

final case class PriorityClass(value: Int, description: Option[String], globalDefault: Option[Boolean], preemptionPolicy: Option[String], metadata: Option[ObjectMeta]) extends KObject

PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.

PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.

Source:
PriorityClass.scala
final case class PriorityClassList(items: Seq[PriorityClass], metadata: Option[ListMeta]) extends KObject

PriorityClassList is a collection of priority classes.

PriorityClassList is a collection of priority classes.

Source:
PriorityClassList.scala