| Constructor and Description |
|---|
StateExecListener() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasExecutionFinished() |
void |
onClose(int i,
String s) |
void |
onFailure(Throwable throwable,
okhttp3.Response response) |
void |
onOpen(okhttp3.Response response) |
public void onOpen(okhttp3.Response response)
onOpen in interface io.fabric8.kubernetes.client.dsl.ExecListenerpublic void onFailure(Throwable throwable, okhttp3.Response response)
onFailure in interface io.fabric8.kubernetes.client.dsl.ExecListenerpublic void onClose(int i,
String s)
onClose in interface io.fabric8.kubernetes.client.dsl.ExecListenerpublic boolean hasExecutionFinished()
Copyright © 2021. All rights reserved.