| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1VolumeProjection |
V1VolumeProjection.configMap(V1ConfigMapProjection configMap) |
V1VolumeProjection |
V1VolumeProjection.downwardAPI(V1DownwardAPIProjection downwardAPI) |
V1VolumeProjection |
V1VolumeProjection.secret(V1SecretProjection secret) |
V1VolumeProjection |
V1VolumeProjection.serviceAccountToken(V1ServiceAccountTokenProjection serviceAccountToken) |
| Modifier and Type | Method and Description |
|---|---|
List<V1VolumeProjection> |
V1ProjectedVolumeSource.getSources()
list of volume projections
|
| Modifier and Type | Method and Description |
|---|---|
V1ProjectedVolumeSource |
V1ProjectedVolumeSource.addSourcesItem(V1VolumeProjection sourcesItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
V1ProjectedVolumeSource.setSources(List<V1VolumeProjection> sources) |
V1ProjectedVolumeSource |
V1ProjectedVolumeSource.sources(List<V1VolumeProjection> sources) |
Copyright © 2021. All rights reserved.