package v1
- Alphabetic
- Public
- Protected
Type Members
- final case class Overhead(podFixed: Option[Map[String, Quantity]] = None) extends Product with Serializable
Overhead structure represents the resource overhead associated with running a pod.
- final case class OverheadPointer(currentPath: PointerPath = PointerPath()) extends Pointer[Overhead] with Product with Serializable
Pointer for Overhead
- final case class RuntimeClass(handler: String, scheduling: Option[Scheduling] = None, overhead: Option[Overhead] = None, metadata: Option[ObjectMeta] = None) extends KObject with Product with Serializable
RuntimeClass defines a class of container runtime supported in the cluster.
RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://kubernetes.io/docs/concepts/containers/runtime-class/
- final case class RuntimeClassList(items: Seq[RuntimeClass], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable
RuntimeClassList is a list of RuntimeClass objects.
- final case class RuntimeClassListPointer(currentPath: PointerPath = PointerPath()) extends Pointer[RuntimeClassList] with Product with Serializable
Pointer for RuntimeClassList
- final case class RuntimeClassPointer(currentPath: PointerPath = PointerPath()) extends Pointer[RuntimeClass] with Product with Serializable
Pointer for RuntimeClass
- final case class Scheduling(nodeSelector: Option[Map[String, String]] = None, tolerations: Option[Seq[Toleration]] = None) extends Product with Serializable
Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass.
- final case class SchedulingPointer(currentPath: PointerPath = PointerPath()) extends Pointer[Scheduling] with Product with Serializable
Pointer for Scheduling
Value Members
- object Overhead extends Serializable
- object RuntimeClass extends Serializable
- object RuntimeClassList extends Serializable
- object Scheduling extends Serializable