io.k8s.api.scheduling.v1

Members list

Concise view

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.

Attributes

Companion:
object
Source:
PriorityClass.scala
Graph
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
PriorityClass.scala
Graph
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
Graph
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any

Attributes

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