| Package | Description |
|---|---|
| com.openshift.internal.restclient.model | |
| com.openshift.restclient.model |
| Modifier and Type | Class and Description |
|---|---|
class |
Container |
| Modifier and Type | Method and Description |
|---|---|
IContainer |
ReplicationController.addContainer(DockerImageURI tag,
Set<IPort> containerPorts,
Map<String,String> envVars) |
IContainer |
Pod.addContainer(String name) |
IContainer |
ReplicationController.addContainer(String name) |
IContainer |
ReplicationController.addContainer(String name,
DockerImageURI tag,
Set<IPort> containerPorts,
Map<String,String> envVars,
List<String> emptyDirVolumes) |
IContainer |
ReplicationController.getContainer(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IContainer> |
Pod.getContainers() |
Collection<IContainer> |
ReplicationController.getContainers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationController.setContainers(Collection<IContainer> containers) |
| Modifier and Type | Method and Description |
|---|---|
IContainer |
IReplicationController.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
|
IContainer |
IReplicationController.addContainer(String name)
Add a container with the given name
|
IContainer |
IPod.addContainer(String name)
Adds a container with the given name.
|
IContainer |
IReplicationController.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.
|
IContainer |
IReplicationController.getContainer(String name)
Retrieve a container by name or null if it is not found
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IContainer> |
IReplicationController.getContainers()
Retrieve the containers defined in spec
|
Collection<IContainer> |
IPod.getContainers()
Returns all the containers for this pod.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IReplicationController.setContainers(Collection<IContainer> containers) |
Copyright © 2019 Red Hat, Inc. All Rights Reserved.