ListInNamespace

dev.hnaderi.k8s.client.APIGroupAPI.NamespacedResourceAPI.ListInNamespace
case class ListInNamespace(namespace: String) 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[RES]]

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