| Package | Description |
|---|---|
| org.apache.flink.kubernetes.kubeclient | |
| org.apache.flink.kubernetes.kubeclient.factory | |
| org.apache.flink.kubernetes.kubeclient.resources |
| Modifier and Type | Method and Description |
|---|---|
KubernetesPod |
FlinkKubeClient.loadPodFromTemplateFile(File podTemplateFile)
Load pod from template file.
|
KubernetesPod |
Fabric8FlinkKubeClient.loadPodFromTemplateFile(File file) |
| Modifier and Type | Method and Description |
|---|---|
List<KubernetesPod> |
FlinkKubeClient.getPodsWithLabels(Map<String,String> labels)
List the pods with specified labels.
|
List<KubernetesPod> |
Fabric8FlinkKubeClient.getPodsWithLabels(Map<String,String> labels) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
FlinkKubeClient.createTaskManagerPod(KubernetesPod kubernetesPod)
Create task manager pod.
|
CompletableFuture<Void> |
Fabric8FlinkKubeClient.createTaskManagerPod(KubernetesPod kubernetesPod) |
| Modifier and Type | Method and Description |
|---|---|
KubernetesWatch |
FlinkKubeClient.watchPodsAndDoCallback(Map<String,String> labels,
FlinkKubeClient.WatchCallbackHandler<KubernetesPod> podCallbackHandler)
Watch the pods selected by labels and do the
FlinkKubeClient.WatchCallbackHandler. |
KubernetesWatch |
Fabric8FlinkKubeClient.watchPodsAndDoCallback(Map<String,String> labels,
FlinkKubeClient.WatchCallbackHandler<KubernetesPod> podCallbackHandler) |
| Modifier and Type | Method and Description |
|---|---|
static KubernetesPod |
KubernetesTaskManagerFactory.buildTaskManagerKubernetesPod(FlinkPod podTemplate,
KubernetesTaskManagerParameters kubernetesTaskManagerParameters) |
| Constructor and Description |
|---|
KubernetesPodsWatcher(FlinkKubeClient.WatchCallbackHandler<KubernetesPod> callbackHandler) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.