NettyKubernetesClient
Attributes
- Source:
- NettyKubernetesClient.scala
- Graph
- Supertypes
- Self type
Members list
Type members
Inherited types
Attributes
- Inherited from:
- Http4sKubernetesClient
- Source:
- Http4sKubernetesClient.scala
Value members
Inherited methods
Build kubernetes client kubectl config file found from default locations. It tries:
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
Attributes
- Inherited from:
- Http4sKubernetesClient
- Source:
- Http4sKubernetesClient.scala
Build kubernetes client using the certificate files.
Build kubernetes client using the certificate files.
Attributes
- authentication
Authentication parameters
- ca
certificate authority file
- clientCert
client certificate file
- clientKey
client key file
- clientKeyPassword
password for client key if any
- server
Server address
- Definition Classes
- Inherited from:
- JVMPlatform (hidden)
- Source:
- JVMPlatform.scala
Attributes
- Inherited from:
- Http4sKubernetesClient
- Source:
- Http4sKubernetesClient.scala
Build kubernetes client from Config data structure
Build kubernetes client from Config data structure
Attributes
- config
Config to use
- context
If provided, overrides the config's current context
- Definition Classes
- valsslContext:F[SSLContext]=F.blocking[SSLContext](SSLContexts.from(`clusterâ‚‚`,auth)) Resource.eval[F,SSLContext](sslContext).flatMap[Client[F]](JVMPlatform.this.buildWithSSLContext[F](F)).map[Http4sBackend[F,T]](((_$6:Client[F])=>Http4sBackend.fromClient[F,T](_$6)(F,enc,dec,builder,reader))).map[HttpClient[F]&StreamingClient[[_$2>:Nothing<:Any]=>Stream[F,_$2]]](((_$7:Http4sBackend[F,T])=>HttpClient.streaming[F,[_$2>:Nothing<:Any]=>Stream[F,_$2]](server,_$7,AuthenticationParams.from(auth)))) } }">JVMPlatform -> Http4sKubernetesClient
- Inherited from:
- valsslContext:F[SSLContext]=F.blocking[SSLContext](SSLContexts.from(`clusterâ‚‚`,auth)) Resource.eval[F,SSLContext](sslContext).flatMap[Client[F]](JVMPlatform.this.buildWithSSLContext[F](F)).map[Http4sBackend[F,T]](((_$6:Client[F])=>Http4sBackend.fromClient[F,T](_$6)(F,enc,dec,builder,reader))).map[HttpClient[F]&StreamingClient[[_$2>:Nothing<:Any]=>Stream[F,_$2]]](((_$7:Http4sBackend[F,T])=>HttpClient.streaming[F,[_$2>:Nothing<:Any]=>Stream[F,_$2]](server,_$7,AuthenticationParams.from(auth)))) } }">JVMPlatform (hidden)
- Source:
- JVMPlatform.scala
Attributes
- Inherited from:
- Http4sKubernetesClient
- Source:
- Http4sKubernetesClient.scala
Build kubernetes client from kubectl config file
Build kubernetes client from kubectl config file
Attributes
- config
Path to kubeconfig file
- context
If provided, overrides the config's current context
- Inherited from:
- Http4sKubernetesClient
- Source:
- Http4sKubernetesClient.scala
Build kubernetes client from kubectl config file
Build kubernetes client from kubectl config file
Attributes
- config
Path to kubeconfig file
- context
If provided, overrides the config's current context
- Inherited from:
- Http4sKubernetesClient
- Source:
- Http4sKubernetesClient.scala