Package com.predic8.membrane.core.kubernetes.client
package com.predic8.membrane.core.kubernetes.client
-
ClassDescriptionSharing 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). Note: "baseUrl" is the KubernetesClient's only supported configuration.