Uses of Class
org.apache.flink.kubernetes.kubeclient.resources.KubernetesPod
Packages that use KubernetesPod
Package
Description
-
Uses of KubernetesPod in org.apache.flink.kubernetes.kubeclient
Methods in org.apache.flink.kubernetes.kubeclient that return KubernetesPodModifier and TypeMethodDescriptionFabric8FlinkKubeClient.loadPodFromTemplateFile(File file) FlinkKubeClient.loadPodFromTemplateFile(File podTemplateFile) Load pod from template file.Methods in org.apache.flink.kubernetes.kubeclient that return types with arguments of type KubernetesPodModifier and TypeMethodDescriptionFabric8FlinkKubeClient.getPodsWithLabels(Map<String, String> labels) FlinkKubeClient.getPodsWithLabels(Map<String, String> labels) List the pods with specified labels.Methods in org.apache.flink.kubernetes.kubeclient with parameters of type KubernetesPodModifier and TypeMethodDescriptionFabric8FlinkKubeClient.createTaskManagerPod(KubernetesPod kubernetesPod) FlinkKubeClient.createTaskManagerPod(KubernetesPod kubernetesPod) Create task manager pod.Method parameters in org.apache.flink.kubernetes.kubeclient with type arguments of type KubernetesPodModifier 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. -
Uses of KubernetesPod in org.apache.flink.kubernetes.kubeclient.factory
Methods in org.apache.flink.kubernetes.kubeclient.factory that return KubernetesPodModifier and TypeMethodDescriptionstatic 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 KubernetesPodModifierConstructorDescriptionKubernetesPodsWatcher(FlinkKubeClient.WatchCallbackHandler<KubernetesPod> callbackHandler)