| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1VolumeDevice |
V1VolumeDevice.devicePath(String devicePath) |
V1VolumeDevice |
V1VolumeDevice.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<V1VolumeDevice> |
V1EphemeralContainer.getVolumeDevices()
volumeDevices is the list of block devices to be used by the container.
|
List<V1VolumeDevice> |
V1Container.getVolumeDevices()
volumeDevices is the list of block devices to be used by the container.
|
| Modifier and Type | Method and Description |
|---|---|
V1EphemeralContainer |
V1EphemeralContainer.addVolumeDevicesItem(V1VolumeDevice volumeDevicesItem) |
V1Container |
V1Container.addVolumeDevicesItem(V1VolumeDevice volumeDevicesItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
V1EphemeralContainer.setVolumeDevices(List<V1VolumeDevice> volumeDevices) |
void |
V1Container.setVolumeDevices(List<V1VolumeDevice> volumeDevices) |
V1EphemeralContainer |
V1EphemeralContainer.volumeDevices(List<V1VolumeDevice> volumeDevices) |
V1Container |
V1Container.volumeDevices(List<V1VolumeDevice> volumeDevices) |
Copyright © 2022. All rights reserved.