public class V1ProjectedVolumeSourceFluentImpl<A extends V1ProjectedVolumeSourceFluent<A>> extends BaseFluent<A> implements V1ProjectedVolumeSourceFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1ProjectedVolumeSourceFluentImpl.SourcesNestedImpl<N> |
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(int 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(int 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(int 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(int index,
io.kubernetes.client.openapi.models.V1VolumeProjection item) |
A |
setToSources(int index,
io.kubernetes.client.openapi.models.V1VolumeProjection item) |
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, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public 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(int index, io.kubernetes.client.openapi.models.V1VolumeProjection item)
addToSources
in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>
public A setToSources(int 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(int 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(int index, io.kubernetes.client.openapi.models.V1VolumeProjection item)
setNewSourceLike
in interface V1ProjectedVolumeSourceFluent<A extends V1ProjectedVolumeSourceFluent<A>>
public V1ProjectedVolumeSourceFluent.SourcesNested<A> editSource(int 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>>
Copyright © 2021. All rights reserved.