| Package | Description |
|---|---|
| com.openshift.internal.restclient.model | |
| com.openshift.internal.restclient.model.volume | |
| com.openshift.restclient.model | |
| com.openshift.restclient.model.volume |
| Modifier and Type | Method and Description |
|---|---|
<T extends IVolumeSource> |
ReplicationController.addVolume(String volumetype,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Set<IVolumeSource> |
ReplicationController.getVolumes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationController.addVolume(IVolumeSource volumeSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationController.setVolumes(Set<IVolumeSource> volumeSources) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyDirVolumeSource |
class |
HostPathVolumeSource
Implementation of a hostpath volume source
|
class |
PersistentVolumeClaimVolumeSource |
class |
SecretVolumeSource |
class |
VolumeSource |
| Modifier and Type | Method and Description |
|---|---|
static IVolumeSource |
VolumeSource.create(org.jboss.dmr.ModelNode node) |
| Modifier and Type | Method and Description |
|---|---|
<T extends IVolumeSource> |
IReplicationController.addVolume(String volumetype,
String name)
Add a volume source of the given type with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
Set<IVolumeSource> |
IReplicationController.getVolumes()
The volumes associated with the pod spec
|
| Modifier and Type | Method and Description |
|---|---|
void |
IReplicationController.addVolume(IVolumeSource volumeSource)
Adds a volume to the pod spec.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IReplicationController.setVolumes(Set<IVolumeSource> volumes)
Sets the volumes associated with the pod spec.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IEmptyDirVolumeSource |
interface |
IHostPathVolumeSource
VolumeSource for hostpath volumes of a pod
|
interface |
IPersistentVolumeClaimVolumeSource |
interface |
ISecretVolumeSource |
Copyright © 2019 Red Hat, Inc. All Rights Reserved.