Node

object Node extends NodeFields
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Node.type

Type members

Classlikes

implicit class Ops(val obj: Node) extends K8sObjectOps[Node]
implicit class StatusOps(val obj: Node) extends K8sObjectStatusOps[Node, NodeStatus]

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

Inherited methods

Inherited from:
NodeFields

Implicits

Implicits

implicit val NodeDecoder: Decoder[Node]
implicit val NodeEncoder: Encoder[Node]
final implicit def Ops(obj: Node): Ops
final implicit def StatusOps(obj: Node): StatusOps
implicit val k8sObject: K8sObject[Node]