Uses of Class
io.fabric8.kubernetes.client.KubernetesClientException
-
Packages that use KubernetesClientException Package Description io.fabric8.kubernetes.client io.fabric8.kubernetes.client.dsl.base -
-
Uses of KubernetesClientException in io.fabric8.kubernetes.client
Subclasses of KubernetesClientException in io.fabric8.kubernetes.client Modifier and Type Class Description class
KubernetesClientTimeoutException
Methods in io.fabric8.kubernetes.client that return KubernetesClientException Modifier and Type Method Description KubernetesClientException
WatcherException. asClientException()
-
Uses of KubernetesClientException in io.fabric8.kubernetes.client.dsl.base
Methods in io.fabric8.kubernetes.client.dsl.base that return KubernetesClientException Modifier and Type Method Description static KubernetesClientException
OperationSupport. requestException(okhttp3.Request request, Exception e)
static KubernetesClientException
OperationSupport. requestFailure(okhttp3.Request request, io.fabric8.kubernetes.api.model.Status status)
Methods in io.fabric8.kubernetes.client.dsl.base that throw KubernetesClientException Modifier and Type Method Description protected <T> T
OperationSupport. handleStatusUpdate(T updated, Class<T> type)
-