io.k8s.api.scheduling.v1

Members list

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.

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
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all
object PriorityClass

Attributes

Companion
class
Source
PriorityClass.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
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.

Attributes

Companion
object
Source
PriorityClassList.scala
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
PriorityClassList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type