public class V1ProjectedVolumeSourceFluentImpl<A extends V1ProjectedVolumeSourceFluent<A>> extends BaseFluent<A> implements V1ProjectedVolumeSourceFluent<A>
V1ProjectedVolumeSourceFluent.SourcesNested<N>_visitables, VISIT| Constructor and Description |
|---|
V1ProjectedVolumeSourceFluentImpl() |
V1ProjectedVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1ProjectedVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToSources(Collection<io.kubernetes.client.openapi.models.V1VolumeProjection> items) |
V1ProjectedVolumeSourceFluent.SourcesNested<A> |
addNewSource() |
V1ProjectedVolumeSourceFluent.SourcesNested<A> |
addNewSourceLike(io.kubernetes.client.openapi.models.V1VolumeProjection item) |
A |
addToSources(Integer index,
io.kubernetes.client.openapi.models.V1VolumeProjection item) |
A |
addToSources(io.kubernetes.client.openapi.models.V1VolumeProjection... items) |
io.kubernetes.client.openapi.models.V1VolumeProjection |
buildFirstSource() |
io.kubernetes.client.openapi.models.V1VolumeProjection |
buildLastSource() |
io.kubernetes.client.openapi.models.V1VolumeProjection |
buildMatchingSource(Predicate<V1VolumeProjectionBuilder> predicate) |
io.kubernetes.client.openapi.models.V1VolumeProjection |
buildSource(Integer index) |
List<io.kubernetes.client.openapi.models.V1VolumeProjection> |
buildSources() |
V1ProjectedVolumeSourceFluent.SourcesNested<A> |
editFirstSource() |
V1ProjectedVolumeSourceFluent.SourcesNested<A> |
editLastSource() |
V1ProjectedVolumeSourceFluent.SourcesNested<A> |
editMatchingSource(Predicate<V1VolumeProjectionBuilder> predicate) |
V1ProjectedVolumeSourceFluent.SourcesNested<A> |
editSource(Integer index) |
boolean |
equals(Object o) |
Integer |
getDefaultMode() |
List<io.kubernetes.client.openapi.models.V1VolumeProjection> |
getSources()
Deprecated.
|
Boolean |
hasDefaultMode() |
int |
hashCode() |
Boolean |
hasMatchingSource(Predicate<V1VolumeProjectionBuilder> predicate) |
Boolean |
hasSources() |
A |
removeAllFromSources(Collection<io.kubernetes.client.openapi.models.V1VolumeProjection> items) |
A |
removeFromSources(io.kubernetes.client.openapi.models.V1VolumeProjection... items) |
A |
removeMatchingFromSources(Predicate<V1VolumeProjectionBuilder> predicate) |
V1ProjectedVolumeSourceFluent.SourcesNested<A> |
setNewSourceLike(Integer index,
io.kubernetes.client.openapi.models.V1VolumeProjection item) |
A |
setToSources(Integer index,
io.kubernetes.client.openapi.models.V1VolumeProjection item) |
String |
toString() |
A |
withDefaultMode(Integer defaultMode) |
A |
withSources(List<io.kubernetes.client.openapi.models.V1VolumeProjection> sources) |
A |
withSources(io.kubernetes.client.openapi.models.V1VolumeProjection... sources) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1ProjectedVolumeSourceFluentImpl()
public V1ProjectedVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1ProjectedVolumeSource instance)
public Integer getDefaultMode()
getDefaultMode in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public A withDefaultMode(Integer defaultMode)
withDefaultMode in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public Boolean hasDefaultMode()
hasDefaultMode in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public A addToSources(Integer index, io.kubernetes.client.openapi.models.V1VolumeProjection item)
addToSources in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public A setToSources(Integer index, io.kubernetes.client.openapi.models.V1VolumeProjection item)
setToSources in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public A addToSources(io.kubernetes.client.openapi.models.V1VolumeProjection... items)
addToSources in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public A addAllToSources(Collection<io.kubernetes.client.openapi.models.V1VolumeProjection> items)
addAllToSources in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public A removeFromSources(io.kubernetes.client.openapi.models.V1VolumeProjection... items)
removeFromSources in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public A removeAllFromSources(Collection<io.kubernetes.client.openapi.models.V1VolumeProjection> items)
removeAllFromSources in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public A removeMatchingFromSources(Predicate<V1VolumeProjectionBuilder> predicate)
removeMatchingFromSources in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>@Deprecated public List<io.kubernetes.client.openapi.models.V1VolumeProjection> getSources()
getSources in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public List<io.kubernetes.client.openapi.models.V1VolumeProjection> buildSources()
buildSources in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public io.kubernetes.client.openapi.models.V1VolumeProjection buildSource(Integer index)
buildSource in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public io.kubernetes.client.openapi.models.V1VolumeProjection buildFirstSource()
buildFirstSource in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public io.kubernetes.client.openapi.models.V1VolumeProjection buildLastSource()
buildLastSource in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public io.kubernetes.client.openapi.models.V1VolumeProjection buildMatchingSource(Predicate<V1VolumeProjectionBuilder> predicate)
buildMatchingSource in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public Boolean hasMatchingSource(Predicate<V1VolumeProjectionBuilder> predicate)
hasMatchingSource in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public A withSources(List<io.kubernetes.client.openapi.models.V1VolumeProjection> sources)
withSources in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public A withSources(io.kubernetes.client.openapi.models.V1VolumeProjection... sources)
withSources in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public Boolean hasSources()
hasSources in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public V1ProjectedVolumeSourceFluent.SourcesNested<A> addNewSource()
addNewSource in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public V1ProjectedVolumeSourceFluent.SourcesNested<A> addNewSourceLike(io.kubernetes.client.openapi.models.V1VolumeProjection item)
addNewSourceLike in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public V1ProjectedVolumeSourceFluent.SourcesNested<A> setNewSourceLike(Integer index, io.kubernetes.client.openapi.models.V1VolumeProjection item)
setNewSourceLike in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public V1ProjectedVolumeSourceFluent.SourcesNested<A> editSource(Integer index)
editSource in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public V1ProjectedVolumeSourceFluent.SourcesNested<A> editFirstSource()
editFirstSource in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public V1ProjectedVolumeSourceFluent.SourcesNested<A> editLastSource()
editLastSource in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public V1ProjectedVolumeSourceFluent.SourcesNested<A> editMatchingSource(Predicate<V1VolumeProjectionBuilder> predicate)
editMatchingSource in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1ProjectedVolumeSourceFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1ProjectedVolumeSourceFluent<A>>Copyright © 2022. All rights reserved.