ListAll

dev.hnaderi.k8s.client.APIGroupAPI.ResourceAPIBase.ListAll
case class ListAll(allowWatchBookmarks: Option[Boolean], continue: Option[String], fieldSelector: List[String], labelSelector: List[String], limit: Option[Int], resourceVersion: Option[String], resourceVersionMatch: Option[String], timeout: Option[FiniteDuration]) extends ListingRequest[RES, COL]

Attributes

Source
NamespacedAPI.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class ListingRequest[RES, COL]
trait WatchRequest[WatchEvent[RES]]
trait HttpRequest[COL]
trait Request
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

override def listen[F[_]](http: StreamingClient[F]): F[WatchEvent[O]]

Attributes

Definition Classes
Inherited from:
ListingRequest
Source
CommonAPIs.scala

Attributes

Inherited from:
Product

Attributes

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

Attributes

Definition Classes
Inherited from:
ListingRequest
Source
CommonAPIs.scala