Packages

package v1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class PriorityClass(value: Int, description: Option[String] = None, globalDefault: Option[Boolean] = None, preemptionPolicy: Option[String] = None, metadata: Option[ObjectMeta] = None) extends KObject with Product with Serializable

    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.

  2. final case class PriorityClassList(items: Seq[PriorityClass], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    PriorityClassList is a collection of priority classes.

Value Members

  1. object PriorityClass extends Serializable
  2. object PriorityClassList extends Serializable

Ungrouped