ListInNamespace

dev.hnaderi.k8s.client.APIGroupAPI.NamespacedResourceAPI.ListInNamespace
case class ListInNamespace(namespace: String) extends ListingRequest[RES, COL]

Attributes

Source:
NamespacedAPI.scala
Graph
Supertypes
trait Product
trait Equals
class ListingRequest[RES, COL]
trait HttpRequest[COL]
trait Request
class Object
trait Matchable
class Any

Members list

Concise view

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