JsonPatchRaw

dev.hnaderi.k8s.client.JsonPatchRaw
See theJsonPatchRaw companion object
final case class JsonPatchRaw(operations: List[JsonPatchOp])

Attributes

Companion
object
Source
JsonPatchRaw.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def add[T : Encoder](path: String, value: T): JsonPatchRaw

Attributes

Source
JsonPatchRaw.scala

Attributes

Source
JsonPatchRaw.scala
def copy(from: String, path: String): JsonPatchRaw

Attributes

Source
JsonPatchRaw.scala
def foldTo[T : Builder]: T

Attributes

Source
JsonPatchRaw.scala
def move(from: String, path: String): JsonPatchRaw

Attributes

Source
JsonPatchRaw.scala
def remove(path: String): JsonPatchRaw

Attributes

Source
JsonPatchRaw.scala
def replace[T : Encoder](path: String, value: T): JsonPatchRaw

Attributes

Source
JsonPatchRaw.scala
def test[T : Encoder](path: String, value: T): JsonPatchRaw

Attributes

Source
JsonPatchRaw.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product