public class OpenShiftClient extends Object
| Constructor and Description |
|---|
OpenShiftClient(io.fabric8.openshift.client.OpenShiftClient delegate) |
| Modifier and Type | Method and Description |
|---|---|
OpenShiftRuntimeState |
create(OpenShiftRuntimeConfig runtimeConfig) |
void |
destroy(String id) |
void |
dispose() |
io.fabric8.openshift.client.OpenShiftClient |
getDelegate() |
OpenShiftRuntimeEndpoint |
getRuntimeEndpoint(String id) |
OpenShiftRuntimeState |
getRuntimeState(String id) |
void |
pause(String id) |
void |
restart(String id) |
void |
start(String id) |
void |
stop(String id) |
public OpenShiftClient(io.fabric8.openshift.client.OpenShiftClient delegate)
public io.fabric8.openshift.client.OpenShiftClient getDelegate()
public void dispose()
public OpenShiftRuntimeState create(OpenShiftRuntimeConfig runtimeConfig) throws OpenShiftClientException
OpenShiftClientExceptionpublic void destroy(String id) throws OpenShiftClientException
OpenShiftClientExceptionpublic OpenShiftRuntimeEndpoint getRuntimeEndpoint(String id) throws OpenShiftClientException
OpenShiftClientExceptionpublic OpenShiftRuntimeState getRuntimeState(String id) throws OpenShiftClientException
OpenShiftClientExceptionpublic void start(String id) throws OpenShiftClientException
OpenShiftClientExceptionpublic void stop(String id) throws OpenShiftClientException
OpenShiftClientExceptionpublic void restart(String id) throws OpenShiftClientException
OpenShiftClientExceptionpublic void pause(String id) throws OpenShiftClientException
OpenShiftClientExceptionCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.