PointerPath

dev.hnaderi.k8s.client.PointerPath
final case class PointerPath(parts: List[RefToken]) extends AnyVal

Attributes

Source:
JsonPointer.scala
Graph
Supertypes
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
JsonPointer.scala
def /(key: String): PointerPath

Attributes

Source:
JsonPointer.scala
def /(idx: Int): PointerPath

Attributes

Source:
JsonPointer.scala

Attributes

Source:
JsonPointer.scala

Attributes

Source:
JsonPointer.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product