| Modifier and Type | Method and Description |
|---|---|
void |
OpenShiftBinaryPortForwarding.forwardPorts(Collection<IPortForwardable.PortPair> ports,
IBinaryCapability.OpenShiftBinaryOption... options) |
InputStream |
OpenShiftBinaryPodLogRetrieval.getLogs(boolean follow,
IBinaryCapability.OpenShiftBinaryOption... options) |
InputStream |
OpenShiftBinaryPodLogRetrieval.getLogs(boolean follow,
String container,
IBinaryCapability.OpenShiftBinaryOption... options) |
void |
AbstractOpenShiftBinaryCapability.start(IBinaryCapability.OpenShiftBinaryOption... options)
Starts the
Process to run the oc command. |
InputStream |
OpenShiftBinaryRSync.sync(IRSyncable.Peer source,
IRSyncable.Peer destination,
IBinaryCapability.OpenShiftBinaryOption... options) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
OpenShiftBinaryRSync.buildArgs(List<IBinaryCapability.OpenShiftBinaryOption> options) |
protected abstract String |
AbstractOpenShiftBinaryCapability.buildArgs(List<IBinaryCapability.OpenShiftBinaryOption> options)
Callback for building args to be sent to the
oc command. |
protected String |
OpenShiftBinaryPortForwarding.buildArgs(List<IBinaryCapability.OpenShiftBinaryOption> options) |
| Modifier and Type | Method and Description |
|---|---|
static IBinaryCapability.OpenShiftBinaryOption |
IBinaryCapability.OpenShiftBinaryOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IBinaryCapability.OpenShiftBinaryOption[] |
IBinaryCapability.OpenShiftBinaryOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPortForwardable.forwardPorts(Collection<IPortForwardable.PortPair> pairs,
IBinaryCapability.OpenShiftBinaryOption... options)
Forward the ports to a pod.
|
InputStream |
IPodLogRetrieval.getLogs(boolean follow,
IBinaryCapability.OpenShiftBinaryOption... options)
Return the logs from the pod, optionally following them.
|
InputStream |
IPodLogRetrieval.getLogs(boolean follow,
String container,
IBinaryCapability.OpenShiftBinaryOption... options)
Return the logs from the pod, optionally following them
|
InputStream |
IRSyncable.sync(IRSyncable.Peer source,
IRSyncable.Peer destination,
IBinaryCapability.OpenShiftBinaryOption... options)
Synchronize the give
destination with the given source |
Copyright © 2017 Red Hat, Inc. All Rights Reserved.