Attributes
- Companion
- object
- Source
- EmberKubernetesClient.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Inherited methods
Attributes
- Definition Classes
-
PlatformCompanion -> JVMPlatform
- Inherited from:
- PlatformCompanion (hidden)
- Source
- PlatformCompanion.scala
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
Attributes
- Inherited from:
- Http4sKubernetesClient (hidden)
- Source
- Http4sKubernetesClient.scala
Build kubernetes client using the certificate files.
Build kubernetes client using the certificate files.
Value parameters
- 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
Attributes
- Definition Classes
- Inherited from:
- JVMPlatform (hidden)
- Source
- JVMPlatform.scala
Attributes
- Inherited from:
- Http4sKubernetesClient (hidden)
- Source
- Http4sKubernetesClient.scala
Build kubernetes client from Config data structure
Build kubernetes client from Config data structure
Value parameters
- config
-
Config to use
- context
-
If provided, overrides the config's current context
Attributes
- Definition Classes
- Inherited from:
- JVMPlatform (hidden)
- Source
- JVMPlatform.scala
Attributes
- Inherited from:
- Http4sKubernetesClient (hidden)
- Source
- Http4sKubernetesClient.scala
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
Value parameters
- cluster
-
If provided, overrides the config's current cluster
- context
-
If provided, overrides the config's current context
Attributes
- Inherited from:
- Http4sKubernetesClient (hidden)
- Source
- Http4sKubernetesClient.scala
Build kubernetes client from kubectl config file
Build kubernetes client from kubectl config file
Value parameters
- cluster
-
If provided, overrides the config's current cluster
- config
-
Path to kubeconfig file
- context
-
If provided, overrides the config's current context
Attributes
- Inherited from:
- Http4sKubernetesClient (hidden)
- Source
- Http4sKubernetesClient.scala
Build kubernetes client from kubectl config file
Build kubernetes client from kubectl config file
Value parameters
- cluster
-
If provided, overrides the config's current cluster
- config
-
Path to kubeconfig file
- context
-
If provided, overrides the config's current context
Attributes
- Inherited from:
- Http4sKubernetesClient (hidden)
- Source
- Http4sKubernetesClient.scala
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
Attributes
- Inherited from:
- Http4sKubernetesClient (hidden)
- Source
- Http4sKubernetesClient.scala