RuntimeClass

final case class RuntimeClass(handler: String, scheduling: Option[Scheduling], overhead: Option[Overhead], metadata: Option[ObjectMeta]) extends KObject

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/

Source:
RuntimeClass.scala
trait KObject
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms handler to result of function

transforms handler to result of function

Source:
RuntimeClass.scala

if metadata has a value, transforms to the result of function

if metadata has a value, transforms to the result of function

Source:
RuntimeClass.scala

if overhead has a value, transforms to the result of function

if overhead has a value, transforms to the result of function

Source:
RuntimeClass.scala

if scheduling has a value, transforms to the result of function

if scheduling has a value, transforms to the result of function

Source:
RuntimeClass.scala

Returns a new data with handler set to new value

Returns a new data with handler set to new value

Source:
RuntimeClass.scala

Returns a new data with metadata set to new value

Returns a new data with metadata set to new value

Source:
RuntimeClass.scala

Returns a new data with overhead set to new value

Returns a new data with overhead set to new value

Source:
RuntimeClass.scala

Returns a new data with scheduling set to new value

Returns a new data with scheduling set to new value

Source:
RuntimeClass.scala

Inherited methods

final def group: String
Inherited from:
KObject
Source:
ResourceKind.scala
Inherited from:
Product

Inherited fields

final lazy val apiVersion: String
Inherited from:
KObject
Source:
ResourceKind.scala
final lazy val kind: String
Inherited from:
KObject
Source:
ResourceKind.scala
final lazy val version: String
Inherited from:
KObject
Source:
ResourceKind.scala