case class Api(client: Client) extends CustomResourceVersion[Dtab] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, CustomResourceVersion[Dtab], Version[Dtab], Resource, Closable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Api
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CustomResourceVersion
  7. Version
  8. Resource
  9. Closable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Api(client: Client)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val client: Client
    Definition Classes
    Api → Resource
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(deadline: Time): Future[Unit]
    Definition Classes
    Resource → Closable
  8. def close(after: Duration): Future[Unit]
    Definition Classes
    Closable
  9. final def close(): Future[Unit]
    Definition Classes
    Closable
  10. def dtabs: ListResource[Dtab, DtabWatch, DtabList]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. val group: String
    Definition Classes
    CustomResourceVersion → Version
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def listResource[T <: Dtab, W <: Watch[T], L <: KubeList[T]](backoffs: Stream[Duration], stats: StatsReceiver)(implicit arg0: TypeReference[T], arg1: TypeReference[W], arg2: Ordering[W], arg3: TypeReference[L], od: ObjectDescriptor[T, W]): ListResource[T, W, L]
    Definition Classes
    Version
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  20. def owner: String
    Definition Classes
    Api → CustomResourceVersion
  21. def ownerVersion: String
    Definition Classes
    Api → CustomResourceVersion
  22. val path: String
    Definition Classes
    CustomResourceVersion → Version → Resource
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. val version: String
    Definition Classes
    CustomResourceVersion → Version
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. val watchPath: String
    Definition Classes
    CustomResourceVersion → Version → Resource
  29. def withNamespace(ns: String): NsApi
    Definition Classes
    Api → CustomResourceVersion → Version

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CustomResourceVersion[Dtab]

Inherited from Version[Dtab]

Inherited from Resource

Inherited from Closable

Inherited from AnyRef

Inherited from Any

Ungrouped