Uses of Class
io.fabric8.kubernetes.client.KubernetesClientException
-
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 with parameters of type KubernetesClientException Modifier and Type Method Description voidWatcher. onClose(KubernetesClientException cause)Run when the watcher finally closes. -
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 with parameters of type KubernetesClientException Modifier and Type Method Description voidWaitForConditionWatcher. onClose(KubernetesClientException cause)Methods in io.fabric8.kubernetes.client.dsl.base that throw KubernetesClientException Modifier and Type Method Description TBaseOperation. create(T... resources)DBaseOperation. createNew()DBaseOperation. createOrReplaceWithNew()DBaseOperation. edit()protected TBaseOperation. handleCreate(T resource)protected <T, I> TOperationSupport. handleCreate(I resource, Class<T> outputType)Create a resource.protected io.fabric8.kubernetes.api.model.StatusOperationSupport. handleDeploymentRollback(String resourceUrl, io.fabric8.kubernetes.api.model.extensions.DeploymentRollback deploymentRollback)Create rollback of a Deploymentprotected <T> TOperationSupport. handleGet(URL resourceUrl, Class<T> type)Send an http get.protected <T> TOperationSupport. handleGet(URL resourceUrl, Class<T> type, Map<String,String> parameters)Send an http, optionally performing placeholder substitution to the response.protected TBaseOperation. handlePatch(T current, T updated)protected <T> TOperationSupport. handlePatch(T current, T updated, Class<T> type)Send an http patch and handle the response.protected TBaseOperation. handleReplace(T updated)protected <T> TOperationSupport. handleReplace(T updated, Class<T> type)Replace a resource.protected <T> TOperationSupport. handleReplace(T updated, Class<T> type, Map<String,String> parameters)Replace a resource, optionally performing placeholder substitution to the response.protected TBaseOperation. handleResponse(okhttp3.Request.Builder requestBuilder)protected <T> TOperationSupport. handleResponse(okhttp3.OkHttpClient client, okhttp3.Request.Builder requestBuilder, Class<T> type)Send an http request and handle the response.protected <T> TOperationSupport. handleResponse(okhttp3.OkHttpClient client, okhttp3.Request.Builder requestBuilder, Class<T> type, Map<String,String> parameters)Send an http request and handle the response, optionally performing placeholder substitution to the response.protected <T> TOperationSupport. handleResponse(okhttp3.Request.Builder requestBuilder, Class<T> type)Send an http request and handle the response.protected <T> TOperationSupport. handleResponse(okhttp3.Request.Builder requestBuilder, Class<T> type, Map<String,String> parameters)Send an http request and handle the response, optionally performing placeholder substitution to the response.protected io.fabric8.kubernetes.api.model.autoscaling.v1.ScaleOperationSupport. handleScale(String resourceUrl, io.fabric8.kubernetes.api.model.autoscaling.v1.Scale scale)Replace Scale of specified Kubernetes Resourceprotected <T> TOperationSupport. handleStatusUpdate(T updated, Class<T> type)LBaseOperation. list()protected static <T> TOperationSupport. unmarshal(InputStream is)protected static <T> TOperationSupport. unmarshal(InputStream is, com.fasterxml.jackson.core.type.TypeReference<T> type)protected static <T> TOperationSupport. unmarshal(InputStream is, Class<T> type)FilterWatchListDeletable<T,L,Boolean,Watch,Watcher<T>>BaseOperation. withLabelIn(String key, String... values)FilterWatchListDeletable<T,L,Boolean,Watch,Watcher<T>>BaseOperation. withLabelNotIn(String key, String... values)FilterWatchListDeletable<T,L,Boolean,Watch,Watcher<T>>BaseOperation. withoutFields(Map<String,String> fields)Deprecated.FilterWatchListDeletable<T,L,Boolean,Watch,Watcher<T>>BaseOperation. withoutLabels(Map<String,String> labels)Deprecated.Constructors in io.fabric8.kubernetes.client.dsl.base with parameters of type KubernetesClientException Constructor Description WatchException(String message, KubernetesClientException cause) -
Uses of KubernetesClientException in io.fabric8.kubernetes.client.dsl.internal
Methods in io.fabric8.kubernetes.client.dsl.internal that throw KubernetesClientException Modifier and Type Method Description Map<String,Object>RawCustomResourceOperationsImpl. create(InputStream objectAsStream)Create a custom resource which is non-namespaced object.Map<String,Object>RawCustomResourceOperationsImpl. create(String namespace, InputStream objectAsStream)Create a custom resource which is a namespaced object.Map<String,Object>RawCustomResourceOperationsImpl. create(String namespace, String objectAsString)Create a custom resource which is a namespaced object.Map<String,Object>RawCustomResourceOperationsImpl. create(String namespace, Map<String,Object> object)Create a custom resource which is a namespaced object.Map<String,Object>RawCustomResourceOperationsImpl. create(Map<String,Object> object)Create a custom resource which is non-namespaced.Map<String,Object>RawCustomResourceOperationsImpl. edit(String name, InputStream objectAsStream)Edit a custom resource object which is a non-namespaced object.Map<String,Object>RawCustomResourceOperationsImpl. edit(String namespace, String name, InputStream objectAsStream)Edit a custom resource object which is a namespaced object.Map<String,Object>RawCustomResourceOperationsImpl. updateStatus(String name, InputStream objectAsStream)Update status related to a CustomResource, this method does a PUT request on /status endpoint related to the CustomResourceMap<String,Object>RawCustomResourceOperationsImpl. updateStatus(String name, String objectAsJsonString)Update status related to a CustomResource, this method does a PUT request on /status endpoint related to the CustomResourceMap<String,Object>RawCustomResourceOperationsImpl. updateStatus(String namespace, String name, InputStream objectAsStream)Update status related to a CustomResource, this method does a PUT request on /status endpoint related to the CustomResourceMap<String,Object>RawCustomResourceOperationsImpl. updateStatus(String namespace, String name, String objectAsJsonString)Update status related to a CustomResource, this method does a PUT request on /status endpoint related to the CustomResourceMap<String,Object>RawCustomResourceOperationsImpl. updateStatus(String namespace, String name, Map<String,Object> objectAsMap)Update status related to a CustomResource, this method does a PUT request on /status endpoint related to the CustomResourceMap<String,Object>RawCustomResourceOperationsImpl. updateStatus(String name, Map<String,Object> objectAsMap)Update status related to a CustomResource, this method does a PUT request on /status endpoint related to the CustomResource -
Uses of KubernetesClientException in io.fabric8.kubernetes.client.informers.cache
Methods in io.fabric8.kubernetes.client.informers.cache with parameters of type KubernetesClientException Modifier and Type Method Description voidReflectorWatcher. onClose(KubernetesClientException exception) -
Uses of KubernetesClientException in io.fabric8.kubernetes.client.internal.readiness
Methods in io.fabric8.kubernetes.client.internal.readiness with parameters of type KubernetesClientException Modifier and Type Method Description voidReadinessWatcher. onClose(KubernetesClientException e) -
Uses of KubernetesClientException in io.fabric8.kubernetes.client.utils
Methods in io.fabric8.kubernetes.client.utils with parameters of type KubernetesClientException Modifier and Type Method Description voidWatcherToggle. onClose(KubernetesClientException cause)Methods in io.fabric8.kubernetes.client.utils that throw KubernetesClientException Modifier and Type Method Description static <T> StringSerialization. asJson(T object)static <T> StringSerialization. asYaml(T object)static <T> TSerialization. unmarshal(InputStream is)Unmarshals a stream.static <T> TSerialization. unmarshal(InputStream is, Class<T> type, Map<String,String> parameters)Unmarshals anInputStreamoptionally performing placeholder substitution to the stream.static <T> TSerialization. unmarshal(String str, Class<T> type, Map<String,String> parameters)Unmarshals aStringoptionally performing placeholder substitution to the String.