GenericPatch

dev.hnaderi.k8s.client.APIGroupAPI.ClusterResourceAPI.GenericPatch
case class GenericPatch[BODY](name: String, body: BODY, patch: PatchType, dryRun: Option[String], fieldValidation: Option[String], fieldManager: Option[String], force: Option[Boolean])(implicit evidence$1: Encoder[BODY]) extends PartialUpdateRequest[BODY, RES]

Attributes

Source
NamespacedAPI.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class PartialUpdateRequest[BODY, RES]
trait HttpRequest[RES]
trait Request
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def send[F[_]](http: HttpClient[F]): F[RES]

Attributes

Definition Classes
Inherited from:
PartialUpdateRequest
Source
CommonAPIs.scala