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