DeleteCollection

dev.hnaderi.k8s.client.APIGroupAPI.NamespacedResourceAPI.DeleteCollection
case class DeleteCollection(namespace: String, options: Option[DeleteOptions], continue: Option[String], dryRun: Option[String], fieldSelector: List[String], gracePeriodSeconds: Option[Int], labelSelector: List[String], limit: Option[Int], propagationPolicy: Option[String], resourceVersion: Option[String], resourceVersionMatch: Option[String], timeoutSeconds: Option[Int]) extends DeleteCollectionRequest[RES]

Attributes

Source
NamespacedAPI.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
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[OUT]

Attributes

Definition Classes
Inherited from:
DeleteCollectionRequest
Source
CommonAPIs.scala