ClusterResourceAPI

dev.hnaderi.k8s.client.APIGroupAPI.ClusterResourceAPI
abstract class ClusterResourceAPI[RES, COL](resourceName: String)(implicit evidence$6: Decoder[RES], evidence$7: Decoder[COL]) extends ResourceAPIBase[RES, COL]

Attributes

Source:
NamespacedAPI.scala
Graph
Supertypes
class ResourceAPIBase[RES, COL]
class Object
trait Matchable
class Any
Known subtypes
object NodeAPI.type

Members list

Concise view

Type members

Classlikes

case class Get(name: String) extends GetRequest[RES]

Attributes

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

Inherited classlikes

Attributes

Inherited from:
ResourceAPIBase
Source:
NamespacedAPI.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
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

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

Value members

Concrete methods

def get(name: String): Get

Attributes

Source:
NamespacedAPI.scala
def list(allowWatchBookmarks: Option[Boolean], continue: Option[String], fieldSelector: List[String], labelSelector: List[String], limit: Option[Int], resourceVersion: Option[String], resourceVersionMatch: Option[String], timeout: Option[FiniteDuration]): ListAll

Attributes

Source:
NamespacedAPI.scala
protected def urlFor(name: String): String

Attributes

Source:
NamespacedAPI.scala

Inherited fields

protected val clusterwideUrl: String

Attributes

Inherited from:
ResourceAPIBase
Source:
NamespacedAPI.scala