Packages

o

dev.hnaderi.k8s.client.http4s

EmberKubernetesClient

object EmberKubernetesClient extends PlatformCompanion

Source
EmberKubernetesClient.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EmberKubernetesClient
  2. PlatformCompanion
  3. JVMPlatform
  4. Http4sKubernetesClient
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final type KClient[F[_]] = HttpClient[F] with StreamingClient[[β$0$]Stream[F, β$0$]]
    Definition Classes
    Http4sKubernetesClient

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. def buildClient[F[_]](implicit arg0: Async[F]): Resource[F, Client[F]]
    Attributes
    protected
    Definition Classes
    EmberKubernetesClient → Http4sKubernetesClient
  6. def buildWithSSLContext[F[_]](implicit arg0: Async[F]): (SSLContext) ⇒ Resource[F, Client[F]]
    Attributes
    protected
    Definition Classes
    PlatformCompanion → JVMPlatform
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. final def defaultConfig[F[_], T](implicit F: Async[F], enc: EntityEncoder[F, T], dec: EntityDecoder[F, T], builder: Builder[T], reader: Reader[T]): Resource[F, KClient[F]]
    Definition Classes
    Http4sKubernetesClient
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. final def from[F[_], T](server: String, ca: Option[Path], clientCert: Option[Path], clientKey: Option[Path], clientKeyPassword: Option[String], authentication: AuthenticationParams)(implicit F: Async[F], enc: EntityEncoder[F, T], dec: EntityDecoder[F, T], builder: Builder[T], reader: Reader[T]): Resource[F, KClient[F]]
    Definition Classes
    JVMPlatform → Http4sKubernetesClient
  12. final def fromClient[F[_], T](baseUrl: String, client: Client[F])(implicit F: Concurrent[F], enc: EntityEncoder[F, T], dec: EntityDecoder[F, T], builder: Builder[T], reader: Reader[T]): KClient[F]
    Definition Classes
    Http4sKubernetesClient
  13. final def fromConfig[F[_], T](config: Config, context: Option[String])(implicit F: Async[F], enc: EntityEncoder[F, T], dec: EntityDecoder[F, T], builder: Builder[T], reader: Reader[T]): Resource[F, KClient[F]]
    Definition Classes
    JVMPlatform → Http4sKubernetesClient
  14. final def fromUrl[F[_], T](baseUrl: String)(implicit F: Async[F], enc: EntityEncoder[F, T], dec: EntityDecoder[F, T], builder: Builder[T], reader: Reader[T]): Resource[F, KClient[F]]
    Definition Classes
    Http4sKubernetesClient
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def load[F[_], T](config: Path, context: Option[String])(implicit F: Async[F], enc: EntityEncoder[F, T], dec: EntityDecoder[F, T], builder: Builder[T], reader: Reader[T]): Resource[F, KClient[F]]
    Definition Classes
    Http4sKubernetesClient
  19. final def loadFile[F[_], T](configFile: String, context: Option[String])(implicit F: Async[F], enc: EntityEncoder[F, T], dec: EntityDecoder[F, T], builder: Builder[T], reader: Reader[T]): Resource[F, KClient[F]]
    Definition Classes
    Http4sKubernetesClient
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from PlatformCompanion

Inherited from JVMPlatform

Inherited from Http4sKubernetesClient

Inherited from AnyRef

Inherited from Any

Ungrouped