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 classKubernetesClientTimeoutExceptionMethods in io.fabric8.kubernetes.client that return KubernetesClientException Modifier and Type Method Description KubernetesClientExceptionWatcherException. 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 KubernetesClientExceptionOperationSupport. requestException(okhttp3.Request request, Exception e)static KubernetesClientExceptionOperationSupport. 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> TOperationSupport. handleStatusUpdate(T updated, Class<T> type)
-