ClusterResourceAPI

abstract class ClusterResourceAPI[RES, COL](resourceName: String)(implicit evidence$6: Decoder[RES], evidence$7: Decoder[COL]) extends ResourceAPIBase[RES, COL]
class ResourceAPIBase[RES, COL]
class Object
trait Matchable
class Any
object NodeAPI.type

Type members

Classlikes

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

Inherited classlikes

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]

Value members

Concrete methods

def get(name: String): Get
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
protected def urlFor(name: String): String

Inherited fields

protected val clusterwideUrl: String