Replace

dev.hnaderi.k8s.client.APIGroupAPI.ClusterResourceAPI.Replace
case class Replace(name: String, body: RES, dryRun: Option[String], fieldManager: Option[String], fieldValidation: Option[String]) extends ReplaceRequest[RES]

Attributes

Source
NamespacedAPI.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class ReplaceRequest[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:
ReplaceRequest
Source
CommonAPIs.scala