object SttpJdkURLClientBuilder extends SttpJVM[Identity]
- Alphabetic
- By Inheritance
- SttpJdkURLClientBuilder
- SttpJVM
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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 buildWithSSLContext: (SSLContext) => SttpBackend[Identity, Any]
- Attributes
- protected
- Definition Classes
- SttpJdkURLClientBuilder → SttpJVM
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def defaultConfig[T](implicit arg0: Builder[T], arg1: Reader[T], arg2: BodySerializer[T]): HttpClient[[β$6$]Identity[Response[β$6$]]]
Build kubernetes client kubectl config file found from default locations.
Build kubernetes client kubectl config file found from default locations. It tries:
KUBECONFIG
from env- ~/.kube/config
- pod's service account in /var/run/secrets/kubernetes.io/serviceaccount
- Definition Classes
- SttpJVM
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def from[T](server: String, ca: Option[File] = None, clientCert: Option[File] = None, clientKey: Option[File] = None, clientKeyPassword: Option[String] = None, authentication: AuthenticationParams = AuthenticationParams.empty)(implicit arg0: Builder[T], arg1: Reader[T], arg2: BodySerializer[T]): HttpClient[[β$2$]Identity[Response[β$2$]]]
Build kubernetes client using the certificate files.
Build kubernetes client using the certificate files.
- server
Server address
- ca
certificate authority file
- clientCert
client certificate file
- clientKey
client key file
- clientKeyPassword
password for client key if any
- authentication
Authentication parameters
- Definition Classes
- SttpJVM
- def fromConfig[T](config: Config, context: Option[String] = None, cluster: Option[String] = None)(implicit arg0: Builder[T], arg1: Reader[T], arg2: BodySerializer[T]): HttpClient[[β$0$]Identity[Response[β$0$]]]
Build kubernetes client from Config data structure
Build kubernetes client from Config data structure
- config
Config to use
- context
If provided, overrides the config's current context
- cluster
If provided, overrides the config's current cluster
- Definition Classes
- SttpJVM
- final def getClass(): Class[_ <: AnyRef]
- 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
- def kubeconfig[T](context: Option[String] = None, cluster: Option[String] = None)(implicit arg0: Builder[T], arg1: Reader[T], arg2: BodySerializer[T]): HttpClient[[β$7$]Identity[Response[β$7$]]]
Build kubernetes client from kubectl config file found from default locations.
Build kubernetes client from kubectl config file found from default locations. It tries:
KUBECONFIG
from env- ~/.kube/config
- context
If provided, overrides the config's current context
- cluster
If provided, overrides the config's current cluster
- Definition Classes
- SttpJVM
- def load[T](config: Path, context: Option[String] = None, cluster: Option[String] = None)(implicit arg0: Builder[T], arg1: Reader[T], arg2: BodySerializer[T]): HttpClient[[β$4$]Identity[Response[β$4$]]]
Build kubernetes client from kubectl config file
Build kubernetes client from kubectl config file
- config
Path to kubeconfig file
- context
If provided, overrides the config's current context
- cluster
If provided, overrides the config's current cluster
- Definition Classes
- SttpJVM
- def loadFile[T](config: String, context: Option[String] = None, cluster: Option[String] = None)(implicit arg0: Builder[T], arg1: Reader[T], arg2: BodySerializer[T]): HttpClient[[β$5$]Identity[Response[β$5$]]]
Build kubernetes client from kubectl config file
Build kubernetes client from kubectl config file
- config
Path to kubeconfig file
- context
If provided, overrides the config's current context
- cluster
If provided, overrides the config's current cluster
- Definition Classes
- SttpJVM
- 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 arg0: Builder[T], arg1: Reader[T], arg2: BodySerializer[T]): HttpClient[[β$2$]Identity[Response[β$2$]]]
Build kubernetes client from service account credentials inside pod from /var/run/secrets/kubernetes.io/serviceaccount
Build kubernetes client from service account credentials inside pod from /var/run/secrets/kubernetes.io/serviceaccount
- Definition Classes
- SttpJVM
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])