Uses of Class
com.predic8.membrane.core.kubernetes.client.KubernetesApiException
Packages that use KubernetesApiException
-
Uses of KubernetesApiException in com.predic8.membrane.core.kubernetes.client
Methods in com.predic8.membrane.core.kubernetes.client that throw KubernetesApiExceptionModifier and TypeMethodDescriptionvoidvoidKubernetesClient.createAndEdit(Map resource, Consumer<Map> editor) Ensures that a) the resource exists (by reading and possibly creating it) and b) the resource is edited.voidvoidvoidKubernetesClient.edit(String apiVersion, String kind, String namespace, String name, Consumer<Map> editor) voidLists the specified resources.Lists the specified resources.voidKubernetesClient.patch(String apiVersion, String kind, String namespace, String name, String contentType, Object body) KubernetesClient.watch(String apiVersion, String kind, String namespace, Long resourceVersion, ExecutorService executors, Watcher watcher)