final case class Http4sKubernetesClient[F[_], T](baseUrl: String, client: Client[F])(implicit evidence$1: Concurrent[F], enc: EntityEncoder[F, T], dec: EntityDecoder[F, T], builder: Builder[T], reader: Reader[T]) extends HttpClient[F] with StreamingClient[[β$0$]Stream[F, β$0$]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Http4sKubernetesClient
- Serializable
- Product
- Equals
- StreamingClient
- HttpClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Http4sKubernetesClient(baseUrl: String, client: Client[F])(implicit arg0: Concurrent[F], enc: EntityEncoder[F, T], dec: EntityDecoder[F, T], builder: Builder[T], reader: Reader[T])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val baseUrl: String
- val client: Client[F]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def connect[O](url: String, params: (String, String)*)(implicit arg0: Decoder[O]): Stream[F, O]
- Definition Classes
- Http4sKubernetesClient → StreamingClient
- def delete[O](url: String, params: (String, String)*)(implicit arg0: Decoder[O]): F[O]
- Definition Classes
- Http4sKubernetesClient → HttpClient
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def get[O](url: String, params: (String, String)*)(implicit arg0: Decoder[O]): F[O]
- Definition Classes
- Http4sKubernetesClient → HttpClient
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def listen[O](req: WatchRequest[O]): Stream[F, O]
- Definition Classes
- StreamingClient
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def patch[I, O](url: String, params: (String, String)*)(body: I)(implicit arg0: Encoder[I], arg1: Decoder[O]): F[O]
- Definition Classes
- Http4sKubernetesClient → HttpClient
- def post[I, O](url: String, params: (String, String)*)(body: I)(implicit arg0: Encoder[I], arg1: Decoder[O]): F[O]
- Definition Classes
- Http4sKubernetesClient → HttpClient
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def put[I, O](url: String, params: (String, String)*)(body: I)(implicit arg0: Encoder[I], arg1: Decoder[O]): F[O]
- Definition Classes
- Http4sKubernetesClient → HttpClient
- final def send[O](req: HttpRequest[O]): F[O]
- Definition Classes
- HttpClient
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()