Class KubernetesClientFactory
java.lang.Object
com.predic8.membrane.core.kubernetes.client.KubernetesClientFactory
Sharing the KubernetesClient instances has two benefits:
- The KubernetesClient only uses one HttpClient and thereby shares the timer (connection closer) and connection pool.
- The KubernetesClient only downloads the schema once (speeding up initialization).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KubernetesClientFactory
-
-
Method Details
-
createClient
-