ListPointer

dev.hnaderi.k8s.client.ListPointer
final case class ListPointer[T](currentPath: PointerPath) extends Pointer[List[T]]

Attributes

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

Members list

Value members

Concrete methods

def at[P <: Pointer[T]](idx: Int)(implicit p: Pointable[T, P]): P

Attributes

Source
JsonPointer.scala
def last: Plain[T]

Attributes

Source
JsonPointer.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product