NodeAPI

dev.hnaderi.k8s.client.apis.corev1.NodeAPI$

Attributes

Source:
NodeAPI.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
NodeAPI.type

Members list

Concise view

Type members

Inherited classlikes

Attributes

Inherited from:
ResourceAPIBase
Source:
NamespacedAPI.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class Get(name: String) extends GetRequest[RES]

Attributes

Inherited from:
ClusterResourceAPI
Source:
NamespacedAPI.scala
Graph
Supertypes
trait Product
trait Equals
class GetRequest[RES]
trait HttpRequest[RES]
trait Request
class Object
trait Matchable
class Any
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

Inherited methods

def get(name: String): Get

Attributes

Inherited from:
ClusterResourceAPI
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

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

Attributes

Inherited from:
ClusterResourceAPI
Source:
NamespacedAPI.scala

Inherited fields

protected val clusterwideUrl: String

Attributes

Inherited from:
ResourceAPIBase
Source:
NamespacedAPI.scala