Create

dev.hnaderi.k8s.client.APIGroupAPI.NamespacedResourceAPI.Create
case class Create(namespace: String, configmap: RES, dryRun: Option[String], fieldManager: Option[String], fieldValidation: Option[String]) extends CreateRequest[RES]

Attributes

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