NamespacedResourceAPI

dev.hnaderi.k8s.client.APIGroupAPI.NamespacedResourceAPI

Attributes

Source
NamespacedAPI.scala
Graph
Supertypes
class ResourceAPIBase[RES, COL]
class Object
trait Matchable
class Any
Known subtypes
object DaemonSetAPI
object DeploymentAPI
object ReplicaSetAPI
object CronJobAPI
object JobAPI
object ConfigMapAPI
object EventAPI
object LimitRangeAPI
object PodAPI
object SecretAPI
object ServiceAPI
object IngressAPI
Show all

Members list

Type members

Classlikes

Attributes

Source
NamespacedAPI.scala
Supertypes
trait Serializable
trait Product
trait Equals
class CreateRequest[RES]
trait HttpRequest[RES]
trait Request
class Object
trait Matchable
class Any
Show all

Attributes

Source
NamespacedAPI.scala
Supertypes
trait Serializable
trait Product
trait Equals
class DeleteRequest[RES]
trait HttpRequest[RES]
trait Request
class Object
trait Matchable
class Any
Show all

Attributes

Source
NamespacedAPI.scala
Supertypes
trait Serializable
trait Product
trait Equals
class PartialUpdateRequest[BODY, RES]
trait HttpRequest[RES]
trait Request
class Object
trait Matchable
class Any
Show all
case class Get(namespace: String, name: String) extends GetRequest[RES]

Attributes

Source
NamespacedAPI.scala
Supertypes
trait Serializable
trait Product
trait Equals
class GetRequest[RES]
trait HttpRequest[RES]
trait Request
class Object
trait Matchable
class Any
Show all
case class ListInNamespace(namespace: String) extends ListingRequest[RES, COL]

Attributes

Source
NamespacedAPI.scala
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

Attributes

Source
NamespacedAPI.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Source
NamespacedAPI.scala
Supertypes
trait Serializable
trait Product
trait Equals
class ReplaceRequest[RES]
trait HttpRequest[RES]
trait Request
class Object
trait Matchable
class Any
Show all

Attributes

Source
NamespacedAPI.scala
Supertypes
trait Serializable
trait Product
trait Equals
class PartialUpdateRequest[RES, RES]
trait HttpRequest[RES]
trait Request
class Object
trait Matchable
class Any
Show all

Inherited classlikes

Attributes

Inherited from:
ResourceAPIBase
Source
NamespacedAPI.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Inherited from:
ResourceAPIBase
Source
NamespacedAPI.scala
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

Value members

Concrete methods

protected def baseUrlIn(namespace: String): String

Attributes

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

Attributes

Source
NamespacedAPI.scala

Inherited fields

protected val clusterwideUrl: String

Attributes

Inherited from:
ResourceAPIBase
Source
NamespacedAPI.scala