MapPointer

dev.hnaderi.k8s.client.MapPointer
final case class MapPointer[T](currentPath: PointerPath) extends Pointer[Map[String, T]]

Attributes

Source
JsonPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Pointer[Map[String, T]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def at[P <: Pointer[T]](key: String)(implicit p: Pointable[T, P]): P

Attributes

Source
JsonPointer.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product