public interface BuildVolumeFluent<A extends BuildVolumeFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BuildVolumeFluent.MountsNested<N> |
static interface |
BuildVolumeFluent.SourceNested<N> |
A addToMounts(Integer index, BuildVolumeMount item)
A setToMounts(Integer index, BuildVolumeMount item)
A addToMounts(BuildVolumeMount... items)
A addAllToMounts(Collection<BuildVolumeMount> items)
A removeFromMounts(BuildVolumeMount... items)
A removeAllFromMounts(Collection<BuildVolumeMount> items)
A removeMatchingFromMounts(Predicate<BuildVolumeMountBuilder> predicate)
@Deprecated List<BuildVolumeMount> getMounts()
List<BuildVolumeMount> buildMounts()
BuildVolumeMount buildMount(Integer index)
BuildVolumeMount buildFirstMount()
BuildVolumeMount buildLastMount()
BuildVolumeMount buildMatchingMount(Predicate<BuildVolumeMountBuilder> predicate)
Boolean hasMatchingMount(Predicate<BuildVolumeMountBuilder> predicate)
A withMounts(List<BuildVolumeMount> mounts)
A withMounts(BuildVolumeMount... mounts)
Boolean hasMounts()
BuildVolumeFluent.MountsNested<A> addNewMount()
BuildVolumeFluent.MountsNested<A> addNewMountLike(BuildVolumeMount item)
BuildVolumeFluent.MountsNested<A> setNewMountLike(Integer index, BuildVolumeMount item)
BuildVolumeFluent.MountsNested<A> editMount(Integer index)
BuildVolumeFluent.MountsNested<A> editFirstMount()
BuildVolumeFluent.MountsNested<A> editLastMount()
BuildVolumeFluent.MountsNested<A> editMatchingMount(Predicate<BuildVolumeMountBuilder> predicate)
String getName()
Boolean hasName()
@Deprecated BuildVolumeSource getSource()
BuildVolumeSource buildSource()
A withSource(BuildVolumeSource source)
Boolean hasSource()
BuildVolumeFluent.SourceNested<A> withNewSource()
BuildVolumeFluent.SourceNested<A> withNewSourceLike(BuildVolumeSource item)
BuildVolumeFluent.SourceNested<A> editSource()
BuildVolumeFluent.SourceNested<A> editOrNewSource()
BuildVolumeFluent.SourceNested<A> editOrNewSourceLike(BuildVolumeSource item)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.