JSONPatch

io.k8s.api.admissionregistration.v1alpha1.JSONPatch
See theJSONPatch companion object
final case class JSONPatch(expression: Option[String])

JSONPatch defines a JSON Patch.

Attributes

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

Members list

Value members

Concrete methods

if expression has a value, transforms to the result of function

if expression has a value, transforms to the result of function

Attributes

Source
JSONPatch.scala

Returns a new data with expression set to new value

Returns a new data with expression set to new value

Attributes

Source
JSONPatch.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product