skuber.api.dynamic.client.impl
package skuber.api.dynamic.client.impl
Members list
Type members
Classlikes
class DynamicKubernetesClientImpl(context: Context, logConfig: LoggingConfig, closeHook: Option[() => Unit], poolSettings: ConnectionPoolSettings)(implicit actorSystem: ActorSystem, executionContext: ExecutionContext)
This is non-typed kubernetes client, for typed client see skuber.api.client.impl.KubernetesClientImpl This class provides a dynamic client for the Kubernetes API server. It is intended to be used for accessing resources / classes that are not part of the skuber library.
This is non-typed kubernetes client, for typed client see skuber.api.client.impl.KubernetesClientImpl This class provides a dynamic client for the Kubernetes API server. It is intended to be used for accessing resources / classes that are not part of the skuber library.
It uses the Pekko HTTP client to handle the requests to the Kubernetes API server.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object DynamicKubernetesClientImpl
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
case class DynamicKubernetesObject(jsonRaw: JsonRaw, apiVersion: Option[String], kind: Option[String], metadata: Option[ObjectMeta])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DynamicKubernetesObject
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DynamicKubernetesObjectList
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article