Uses of Class
net.stickycode.kuuty.model.v18.IoK8sApiCoreV1VolumeDevice
-
-
Uses of IoK8sApiCoreV1VolumeDevice in net.stickycode.kuuty.model.v18
Methods in net.stickycode.kuuty.model.v18 that return IoK8sApiCoreV1VolumeDevice Modifier and Type Method Description IoK8sApiCoreV1VolumeDeviceIoK8sApiCoreV1VolumeDevice. devicePath(String devicePath)IoK8sApiCoreV1VolumeDeviceIoK8sApiCoreV1VolumeDevice. name(String name)Methods in net.stickycode.kuuty.model.v18 that return types with arguments of type IoK8sApiCoreV1VolumeDevice Modifier and Type Method Description List<IoK8sApiCoreV1VolumeDevice>IoK8sApiCoreV1Container. getVolumeDevices()volumeDevices is the list of block devices to be used by the container.List<IoK8sApiCoreV1VolumeDevice>IoK8sApiCoreV1EphemeralContainer. getVolumeDevices()volumeDevices is the list of block devices to be used by the container.Methods in net.stickycode.kuuty.model.v18 with parameters of type IoK8sApiCoreV1VolumeDevice Modifier and Type Method Description IoK8sApiCoreV1ContainerIoK8sApiCoreV1Container. addVolumeDevicesItem(IoK8sApiCoreV1VolumeDevice volumeDevicesItem)IoK8sApiCoreV1EphemeralContainerIoK8sApiCoreV1EphemeralContainer. addVolumeDevicesItem(IoK8sApiCoreV1VolumeDevice volumeDevicesItem)Method parameters in net.stickycode.kuuty.model.v18 with type arguments of type IoK8sApiCoreV1VolumeDevice Modifier and Type Method Description voidIoK8sApiCoreV1Container. setVolumeDevices(List<IoK8sApiCoreV1VolumeDevice> volumeDevices)voidIoK8sApiCoreV1EphemeralContainer. setVolumeDevices(List<IoK8sApiCoreV1VolumeDevice> volumeDevices)IoK8sApiCoreV1ContainerIoK8sApiCoreV1Container. volumeDevices(List<IoK8sApiCoreV1VolumeDevice> volumeDevices)IoK8sApiCoreV1EphemeralContainerIoK8sApiCoreV1EphemeralContainer. volumeDevices(List<IoK8sApiCoreV1VolumeDevice> volumeDevices)
-