io.k8s.api.scheduling.v1.PriorityClass
See thePriorityClass companion object
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.
Attributes
- Companion:
- object
- Source:
- PriorityClass.scala
- Graph
- Supertypes
Keywords
- no keywords
- final
- lazy
- override
Inherited
- Not inherited
- KObject
- Product