public static interface FlinkKubeClient.PodCallbackHandler
Modifier and Type | Method and Description |
---|---|
void |
handleFatalError(Throwable throwable) |
void |
onAdded(List<KubernetesPod> pods) |
void |
onDeleted(List<KubernetesPod> pods) |
void |
onError(List<KubernetesPod> pods) |
void |
onModified(List<KubernetesPod> pods) |
void onAdded(List<KubernetesPod> pods)
void onModified(List<KubernetesPod> pods)
void onDeleted(List<KubernetesPod> pods)
void onError(List<KubernetesPod> pods)
void handleFatalError(Throwable throwable)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.