Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
List<V1VolumeProjection> |
V1ProjectedVolumeSourceFluent.buildSources() |
List<V1VolumeProjection> |
V1ProjectedVolumeSourceFluentImpl.buildSources() |
List<V1VolumeProjection> |
V1ProjectedVolumeSourceFluent.getSources()
Deprecated.
|
List<V1VolumeProjection> |
V1ProjectedVolumeSourceFluentImpl.getSources()
Deprecated.
|
List<V1VolumeProjection> |
V1ProjectedVolumeSource.getSources()
list of volume projections
|
Modifier and Type | Method and Description |
---|---|
V1ProjectedVolumeSourceFluent.SourcesNested<A> |
V1ProjectedVolumeSourceFluent.addNewSourceLike(V1VolumeProjection item) |
V1ProjectedVolumeSourceFluent.SourcesNested<A> |
V1ProjectedVolumeSourceFluentImpl.addNewSourceLike(V1VolumeProjection item) |
V1ProjectedVolumeSource |
V1ProjectedVolumeSource.addSourcesItem(V1VolumeProjection sourcesItem) |
A |
V1ProjectedVolumeSourceFluent.addToSources(int index,
V1VolumeProjection item) |
A |
V1ProjectedVolumeSourceFluentImpl.addToSources(int index,
V1VolumeProjection item) |
A |
V1ProjectedVolumeSourceFluent.addToSources(V1VolumeProjection... items) |
A |
V1ProjectedVolumeSourceFluentImpl.addToSources(V1VolumeProjection... items) |
A |
V1ProjectedVolumeSourceFluent.removeFromSources(V1VolumeProjection... items) |
A |
V1ProjectedVolumeSourceFluentImpl.removeFromSources(V1VolumeProjection... items) |
V1ProjectedVolumeSourceFluent.SourcesNested<A> |
V1ProjectedVolumeSourceFluent.setNewSourceLike(int index,
V1VolumeProjection item) |
V1ProjectedVolumeSourceFluent.SourcesNested<A> |
V1ProjectedVolumeSourceFluentImpl.setNewSourceLike(int index,
V1VolumeProjection item) |
A |
V1ProjectedVolumeSourceFluent.setToSources(int index,
V1VolumeProjection item) |
A |
V1ProjectedVolumeSourceFluentImpl.setToSources(int index,
V1VolumeProjection item) |
A |
V1ProjectedVolumeSourceFluent.withSources(V1VolumeProjection... sources) |
A |
V1ProjectedVolumeSourceFluentImpl.withSources(V1VolumeProjection... sources) |
Modifier and Type | Method and Description |
---|---|
A |
V1ProjectedVolumeSourceFluent.addAllToSources(Collection<V1VolumeProjection> items) |
A |
V1ProjectedVolumeSourceFluentImpl.addAllToSources(Collection<V1VolumeProjection> items) |
A |
V1ProjectedVolumeSourceFluent.removeAllFromSources(Collection<V1VolumeProjection> items) |
A |
V1ProjectedVolumeSourceFluentImpl.removeAllFromSources(Collection<V1VolumeProjection> items) |
void |
V1ProjectedVolumeSource.setSources(List<V1VolumeProjection> sources) |
V1ProjectedVolumeSource |
V1ProjectedVolumeSource.sources(List<V1VolumeProjection> sources) |
A |
V1ProjectedVolumeSourceFluent.withSources(List<V1VolumeProjection> sources) |
A |
V1ProjectedVolumeSourceFluentImpl.withSources(List<V1VolumeProjection> sources) |
Constructor and Description |
---|
V1VolumeProjectionBuilder(V1VolumeProjection instance) |
V1VolumeProjectionBuilder(V1VolumeProjection instance,
Boolean validationEnabled) |
V1VolumeProjectionBuilder(V1VolumeProjectionFluent<?> fluent,
V1VolumeProjection instance) |
V1VolumeProjectionBuilder(V1VolumeProjectionFluent<?> fluent,
V1VolumeProjection instance,
Boolean validationEnabled) |
V1VolumeProjectionFluentImpl(V1VolumeProjection instance) |
Copyright © 2020. All rights reserved.