| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
BuildVolumeSource |
BuildVolumeSourceBuilder.build() |
BuildVolumeSource |
BuildVolumeFluentImpl.buildSource() |
BuildVolumeSource |
BuildVolumeFluent.buildSource() |
BuildVolumeSource |
BuildVolumeFluentImpl.getSource()
Deprecated.
|
BuildVolumeSource |
BuildVolumeFluent.getSource()
Deprecated.
|
BuildVolumeSource |
BuildVolume.getSource() |
| Modifier and Type | Method and Description |
|---|---|
BuildVolumeFluent.SourceNested<A> |
BuildVolumeFluentImpl.editOrNewSourceLike(BuildVolumeSource item) |
BuildVolumeFluent.SourceNested<A> |
BuildVolumeFluent.editOrNewSourceLike(BuildVolumeSource item) |
void |
BuildVolume.setSource(BuildVolumeSource source) |
BuildVolumeFluent.SourceNested<A> |
BuildVolumeFluentImpl.withNewSourceLike(BuildVolumeSource item) |
BuildVolumeFluent.SourceNested<A> |
BuildVolumeFluent.withNewSourceLike(BuildVolumeSource item) |
A |
BuildVolumeFluentImpl.withSource(BuildVolumeSource source) |
A |
BuildVolumeFluent.withSource(BuildVolumeSource source) |
| Constructor and Description |
|---|
BuildVolume(List<BuildVolumeMount> mounts,
String name,
BuildVolumeSource source) |
BuildVolumeSourceBuilder(BuildVolumeSource instance) |
BuildVolumeSourceBuilder(BuildVolumeSource instance,
Boolean validationEnabled) |
BuildVolumeSourceBuilder(BuildVolumeSourceFluent<?> fluent,
BuildVolumeSource instance) |
BuildVolumeSourceBuilder(BuildVolumeSourceFluent<?> fluent,
BuildVolumeSource instance,
Boolean validationEnabled) |
BuildVolumeSourceFluentImpl(BuildVolumeSource instance) |
Copyright © 2015–2022 Red Hat. All rights reserved.