Package | Description |
---|---|
com.openshift.internal.restclient.model | |
com.openshift.restclient.capability.resources | |
com.openshift.restclient.model |
Modifier and Type | Class and Description |
---|---|
class |
Port |
Modifier and Type | Method and Description |
---|---|
Set<IPort> |
Pod.getContainerPorts() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentConfig.addContainer(DockerImageURI tag,
Set<IPort> containerPorts,
Map<String,String> envVars) |
void |
DeploymentConfig.addContainer(String name,
DockerImageURI tag,
Set<IPort> containerPorts,
Map<String,String> envVars,
List<String> emptyDirVolumes) |
Constructor and Description |
---|
Port(org.jboss.dmr.ModelNode node,
IPort port) |
Constructor and Description |
---|
PortPair(int localPort,
IPort remotePort)
Forward traffic on the local port to the remote port.
|
PortPair(IPort remotePort)
Forward traffic to/from the specified port
|
Modifier and Type | Method and Description |
---|---|
Set<IPort> |
IPod.getContainerPorts()
Retrieve the set of ports that the
containers are using
|
Modifier and Type | Method and Description |
---|---|
void |
IDeploymentConfig.addContainer(DockerImageURI tag,
Set<IPort> containerPorts,
Map<String,String> envVars)
Add a container to the pod that will be spun up as
part of this deployment, defaulting the name to the image name
|
void |
IDeploymentConfig.addContainer(String name,
DockerImageURI tag,
Set<IPort> containerPorts,
Map<String,String> envVars,
List<String> volumes)
Add a container to the pod that will be spun up as
part of this deployment.
|
Copyright © 2016 Red Hat, Inc. All rights reserved.