NamespacedResourceAPI

dev.hnaderi.k8s.client.APIGroupAPI.NamespacedResourceAPI
abstract class NamespacedResourceAPI[RES, COL](resourceName: String)(implicit evidence$1: Decoder[RES], evidence$2: Encoder[RES], evidence$3: 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 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

case class Create(namespace: String, configmap: RES, dryRun: Option[String], fieldManager: Option[String], fieldValidation: Option[String]) extends CreateRequest[RES]

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
case class Delete(namespace: String, name: String, options: Option[DeleteOptions], dryRun: Option[String], gracePeriodSeconds: Option[Int], propagationPolicy: Option[String]) extends DeleteRequest[RES]

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
case class DeleteCollection(namespace: String, options: Option[DeleteOptions], continue: Option[String], dryRun: Option[String], fieldSelector: List[String], gracePeriodSeconds: Option[Int], labelSelector: List[String], limit: Option[Int], propagationPolicy: Option[String], resourceVersion: Option[String], resourceVersionMatch: Option[String], timeoutSeconds: Option[Int]) extends DeleteCollectionRequest[RES]

Attributes

Source
NamespacedAPI.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait HttpRequest[RES]
trait Request
class Object
trait Matchable
class Any
Show all
case class GenericPatch[BODY](name: String, namespace: String, body: BODY, patch: PatchType, dryRun: Option[String], fieldValidation: Option[String], fieldManager: Option[String], force: Option[Boolean])(implicit evidence$1: Encoder[BODY]) extends PartialUpdateRequest[BODY, RES]

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
case class Replace(name: String, namespace: String, body: RES, dryRun: Option[String], fieldManager: Option[String], fieldValidation: Option[String]) extends ReplaceRequest[RES]

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
case class ServerSideApply(name: String, namespace: String, body: RES, fieldManager: String, dryRun: Option[String], fieldValidation: Option[String], force: Option[Boolean]) extends PartialUpdateRequest[RES, RES]

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
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
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