Uses of Class
org.apache.flink.kubernetes.kubeclient.resources.KubernetesPod
-
Packages that use KubernetesPod Package Description org.apache.flink.kubernetes.kubeclient org.apache.flink.kubernetes.kubeclient.factory org.apache.flink.kubernetes.kubeclient.resources -
-
Uses of KubernetesPod in org.apache.flink.kubernetes.kubeclient
Methods in org.apache.flink.kubernetes.kubeclient that return KubernetesPod Modifier and Type Method Description KubernetesPodFabric8FlinkKubeClient. loadPodFromTemplateFile(File file)KubernetesPodFlinkKubeClient. loadPodFromTemplateFile(File podTemplateFile)Load pod from template file.Methods in org.apache.flink.kubernetes.kubeclient that return types with arguments of type KubernetesPod Modifier and Type Method Description List<KubernetesPod>Fabric8FlinkKubeClient. getPodsWithLabels(Map<String,String> labels)List<KubernetesPod>FlinkKubeClient. getPodsWithLabels(Map<String,String> labels)List the pods with specified labels.Methods in org.apache.flink.kubernetes.kubeclient with parameters of type KubernetesPod Modifier and Type Method Description CompletableFuture<Void>Fabric8FlinkKubeClient. createTaskManagerPod(KubernetesPod kubernetesPod)CompletableFuture<Void>FlinkKubeClient. createTaskManagerPod(KubernetesPod kubernetesPod)Create task manager pod.Method parameters in org.apache.flink.kubernetes.kubeclient with type arguments of type KubernetesPod 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. -
Uses of KubernetesPod in org.apache.flink.kubernetes.kubeclient.factory
Methods in org.apache.flink.kubernetes.kubeclient.factory that return KubernetesPod Modifier and Type Method Description static KubernetesPodKubernetesTaskManagerFactory. buildTaskManagerKubernetesPod(FlinkPod podTemplate, KubernetesTaskManagerParameters kubernetesTaskManagerParameters) -
Uses of KubernetesPod in org.apache.flink.kubernetes.kubeclient.resources
Constructor parameters in org.apache.flink.kubernetes.kubeclient.resources with type arguments of type KubernetesPod Constructor Description KubernetesPodsWatcher(FlinkKubeClient.WatchCallbackHandler<KubernetesPod> callbackHandler)
-