Uses of Class
io.fabric8.kubernetes.api.model.EphemeralContainerFluent.VolumeDevicesNested
-
Packages that use EphemeralContainerFluent.VolumeDevicesNested Package Description io.fabric8.kubernetes.api.model -
-
Uses of EphemeralContainerFluent.VolumeDevicesNested in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return EphemeralContainerFluent.VolumeDevicesNested Modifier and Type Method Description EphemeralContainerFluent.VolumeDevicesNested<A>
EphemeralContainerFluent. addNewVolumeDevice()
EphemeralContainerFluent.VolumeDevicesNested<A>
EphemeralContainerFluent. addNewVolumeDeviceLike(VolumeDevice item)
EphemeralContainerFluent.VolumeDevicesNested<A>
EphemeralContainerFluent. editFirstVolumeDevice()
EphemeralContainerFluent.VolumeDevicesNested<A>
EphemeralContainerFluent. editLastVolumeDevice()
EphemeralContainerFluent.VolumeDevicesNested<A>
EphemeralContainerFluent. editMatchingVolumeDevice(Predicate<VolumeDeviceBuilder> predicate)
EphemeralContainerFluent.VolumeDevicesNested<A>
EphemeralContainerFluent. editVolumeDevice(int index)
EphemeralContainerFluent.VolumeDevicesNested<A>
EphemeralContainerFluent. setNewVolumeDeviceLike(int index, VolumeDevice item)
-