JsonPatchOp

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

implementation of Json patch spec from [rfc6902](https://www.rfc-editor.org/rfc/rfc6902)

Attributes

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

Members list

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