public class KubernetesClientProvider extends Object
Modifier and Type | Class and Description |
---|---|
static class |
KubernetesClientProvider.PurgeExpiredKubernetesClients |
static class |
KubernetesClientProvider.SaveableListenerImpl |
static class |
KubernetesClientProvider.UpdateConnectionCount |
Modifier and Type | Method and Description |
---|---|
static boolean |
closeExpiredClients()
Gracefully close expired clients
|
static int |
getQueuedCallsCount() |
static int |
getRunningCallsCount() |
static boolean |
gracefulClose(io.fabric8.kubernetes.client.KubernetesClient client,
okhttp3.OkHttpClient httpClient) |
static void |
invalidate(String displayName) |
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public static boolean closeExpiredClients()
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public static boolean gracefulClose(io.fabric8.kubernetes.client.KubernetesClient client, okhttp3.OkHttpClient httpClient)
public static int getRunningCallsCount()
public static int getQueuedCallsCount()
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public static void invalidate(String displayName)
Copyright © 2016–2019. All rights reserved.