JsonPatchOp

dev.hnaderi.k8s.client.JsonPatchOp
See theJsonPatchOp companion object
sealed trait JsonPatchOp extends Serializable with Product

implementation of Json patch spec from rfc6902

Attributes

Companion:
object
Source:
JsonPatchOp.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
class Add
class Copy
class Move
class Remove
class Replace
class Test

Members list

Concise view

Value members

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product