skuber.api.patch

Type members

Classlikes

trait JsonMergePatch extends Patch
case class JsonPatch(operations: List[Operation]) extends Patch
case object JsonPatchStrategy extends PatchStrategy
sealed trait MergePatchStrategy extends PatchStrategy
case class MetadataPatch(labels: Option[Map[String, String]], annotations: Option[Map[String, String]], strategy: MergePatchStrategy) extends Patch
trait Patch
sealed trait PatchStrategy