Class

skuber.api.client

RequestContext

Related Doc: package client

Permalink

class RequestContext extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequestContext
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RequestContext(createRequestFromUrl: (String) ⇒ WSRequest, clusterServer: String, requestAuth: RequestAuth, namespaceName: String, onClose: () ⇒ Unit)(implicit executorContext: ExecutionContext)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def close: Unit

    Permalink
  7. def create[O <: ObjectResource](obj: O)(implicit fmt: Format[O], rd: ResourceDefinition[O]): Future[O]

    Permalink
  8. def delete[O <: ObjectResource](name: String, gracePeriodSeconds: Int = 0)(implicit rd: ResourceDefinition[O]): Future[Unit]

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def executionContext: ExecutionContext

    Permalink
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def get[O <: ObjectResource](name: String)(implicit fmt: Format[O], rd: ResourceDefinition[O]): Future[O]

    Permalink
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getInNamespace[O <: ObjectResource](name: String, namespace: String)(implicit fmt: Format[O], rd: ResourceDefinition[O]): Future[O]

    Permalink
  16. def getNamespaceNames: Future[List[String]]

    Permalink
  17. def getOption[O <: ObjectResource](name: String)(implicit fmt: Format[O], rd: ResourceDefinition[O]): Future[Option[O]]

    Permalink
  18. def getServerAPIVersions(): Future[List[String]]

    Permalink
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def list[L <: ListResource[_]](labelSelector: LabelSelector)(implicit fmt: Format[L], rd: ResourceDefinition[L]): Future[L]

    Permalink
  22. def list[L <: ListResource[_]]()(implicit fmt: Format[L], rd: ResourceDefinition[L]): Future[L]

    Permalink
  23. def listByNamespace[L <: ListResource[_]]()(implicit fmt: Format[L], rd: ResourceDefinition[L]): Future[Map[String, L]]

    Permalink
  24. def listInNamespace[L <: ListResource[_]](namespace: String)(implicit fmt: Format[L], rd: ResourceDefinition[L]): Future[L]

    Permalink
  25. val namespaceName: String

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def partiallyUpdate[O <: ObjectResource](obj: O)(implicit fmt: Format[O], rd: ResourceDefinition[O]): Future[O]

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. def update[O <: ObjectResource](obj: O)(implicit fmt: Format[O], rd: ResourceDefinition[O]): Future[O]

    Permalink
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def watch[O <: ObjectResource](name: String, sinceResourceVersion: Option[String] = None)(implicit objfmt: Format[O], rd: ResourceDefinition[O]): Watch[WatchEvent[O]]

    Permalink
  37. def watch[O <: ObjectResource](obj: O)(implicit objfmt: Format[O], rd: ResourceDefinition[O]): Watch[WatchEvent[O]]

    Permalink
  38. def watchAll[O <: ObjectResource](sinceResourceVersion: Option[String] = None)(implicit fmt: Format[O], rd: ResourceDefinition[O]): Watch[WatchEvent[O]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped