PriorityClassPointer

io.k8s.api.scheduling.v1.PriorityClassPointer
final case class PriorityClassPointer(currentPath: PointerPath) extends Pointer[PriorityClass]

Pointer for PriorityClass

Attributes

Source
PriorityClassPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def description: Plain[String]

Attributes

Source
PriorityClassPointer.scala
def globalDefault: Plain[Boolean]

Attributes

Source
PriorityClassPointer.scala
def preemptionPolicy: Plain[String]

Attributes

Source
PriorityClassPointer.scala
def value: Plain[Int]

Attributes

Source
PriorityClassPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product