Package | Description |
---|---|
io.kubernetes.client.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> |
V1Container.getVolumeDevices()
volumeDevices is the list of block devices to be used by the container.
|
Modifier and Type | Method and Description |
---|---|
V1Container |
V1Container.addVolumeDevicesItem(V1VolumeDevice volumeDevicesItem) |
Modifier and Type | Method and Description |
---|---|
void |
V1Container.setVolumeDevices(List<V1VolumeDevice> volumeDevices) |
V1Container |
V1Container.volumeDevices(List<V1VolumeDevice> volumeDevices) |
Copyright © 2018. All rights reserved.