final class EmberKubernetesClient[F[_]] extends PlatformCompanion[F]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EmberKubernetesClient
- PlatformCompanion
- JVMPlatform
- Http4sKubernetesClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
def
buildClient: Resource[F, Client[F]]
- Attributes
- protected
- Definition Classes
- EmberKubernetesClient → Http4sKubernetesClient
-
def
buildSecureClient(ctx: TLSContext[F]): Resource[F, Client[F]]
- Attributes
- protected
-
def
buildWithSSLContext: (SSLContext) ⇒ Resource[F, Client[F]]
- Attributes
- protected
- Definition Classes
- PlatformCompanion → JVMPlatform
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
defaultConfig[T](implicit enc: EntityEncoder[F, T], dec: EntityDecoder[F, T], builder: Builder[T], reader: Reader[T]): Resource[F, KClient[F]]
- Definition Classes
- Http4sKubernetesClient
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
from[T](server: String, ca: Option[Path], clientCert: Option[Path], clientKey: Option[Path], clientKeyPassword: Option[String], authentication: AuthenticationParams)(implicit enc: EntityEncoder[F, T], dec: EntityDecoder[F, T], builder: Builder[T], reader: Reader[T]): Resource[F, KClient[F]]
- Definition Classes
- JVMPlatform → Http4sKubernetesClient
-
final
def
fromClient[T](baseUrl: String, client: Client[F])(implicit enc: EntityEncoder[F, T], dec: EntityDecoder[F, T], builder: Builder[T], reader: Reader[T]): KClient[F]
- Definition Classes
- Http4sKubernetesClient
-
final
def
fromConfig[T](config: Config, context: Option[String], cluster: Option[String])(implicit enc: EntityEncoder[F, T], dec: EntityDecoder[F, T], builder: Builder[T], reader: Reader[T]): Resource[F, KClient[F]]
- Definition Classes
- JVMPlatform → Http4sKubernetesClient
-
final
def
fromUrl[T](baseUrl: String)(implicit enc: EntityEncoder[F, T], dec: EntityDecoder[F, T], builder: Builder[T], reader: Reader[T]): Resource[F, KClient[F]]
- Definition Classes
- Http4sKubernetesClient
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
kubeconfig[T](context: Option[String], cluster: Option[String])(implicit enc: EntityEncoder[F, T], dec: EntityDecoder[F, T], builder: Builder[T], reader: Reader[T]): Resource[F, KClient[F]]
- Definition Classes
- Http4sKubernetesClient
-
final
def
load[T](config: Path, context: Option[String], cluster: Option[String])(implicit enc: EntityEncoder[F, T], dec: EntityDecoder[F, T], builder: Builder[T], reader: Reader[T]): Resource[F, KClient[F]]
- Definition Classes
- Http4sKubernetesClient
-
final
def
loadFile[T](configFile: String, context: Option[String], cluster: Option[String])(implicit enc: EntityEncoder[F, T], dec: EntityDecoder[F, T], builder: Builder[T], reader: Reader[T]): Resource[F, KClient[F]]
- Definition Classes
- Http4sKubernetesClient
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
podConfig[T](implicit enc: EntityEncoder[F, T], dec: EntityDecoder[F, T], builder: Builder[T], reader: Reader[T]): Resource[F, KClient[F]]
- Definition Classes
- Http4sKubernetesClient
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )