Uses of Class
org.apache.flink.kubernetes.kubeclient.resources.KubernetesWatch
-
Packages that use KubernetesWatch Package Description org.apache.flink.kubernetes.kubeclient -
-
Uses of KubernetesWatch in org.apache.flink.kubernetes.kubeclient
Methods in org.apache.flink.kubernetes.kubeclient that return types with arguments of type KubernetesWatch Modifier and Type Method Description CompletableFuture<KubernetesWatch>Fabric8FlinkKubeClient. watchPodsAndDoCallback(Map<String,String> labels, FlinkKubeClient.WatchCallbackHandler<KubernetesPod> podCallbackHandler)CompletableFuture<KubernetesWatch>FlinkKubeClient. watchPodsAndDoCallback(Map<String,String> labels, FlinkKubeClient.WatchCallbackHandler<KubernetesPod> podCallbackHandler)Watch the pods selected by labels and do theFlinkKubeClient.WatchCallbackHandler.
-