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
OpenShiftClientException
public void destroy(String id) throws OpenShiftClientException
OpenShiftClientException
public OpenShiftRuntimeEndpoint getRuntimeEndpoint(String id) throws OpenShiftClientException
OpenShiftClientException
public OpenShiftRuntimeState getRuntimeState(String id) throws OpenShiftClientException
OpenShiftClientException
public void start(String id) throws OpenShiftClientException
OpenShiftClientException
public void stop(String id) throws OpenShiftClientException
OpenShiftClientException
public void restart(String id) throws OpenShiftClientException
OpenShiftClientException
public void pause(String id) throws OpenShiftClientException
OpenShiftClientException
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.