Uses of Interface
org.cdk8s.plus25.k8s.VolumeDevice
-
Packages that use VolumeDevice Package Description org.cdk8s.plus25.k8s -
-
Uses of VolumeDevice in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement VolumeDevice Modifier and Type Class Description static classVolumeDevice.Jsii$ProxyAn implementation forVolumeDeviceMethods in org.cdk8s.plus25.k8s that return VolumeDevice Modifier and Type Method Description VolumeDeviceVolumeDevice.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type VolumeDevice Modifier and Type Method Description default List<VolumeDevice>Container. getVolumeDevices()volumeDevices is the list of block devices to be used by the container.List<VolumeDevice>Container.Jsii$Proxy. getVolumeDevices()default List<VolumeDevice>EphemeralContainer. getVolumeDevices()volumeDevices is the list of block devices to be used by the container.List<VolumeDevice>EphemeralContainer.Jsii$Proxy. getVolumeDevices()Method parameters in org.cdk8s.plus25.k8s with type arguments of type VolumeDevice Modifier and Type Method Description Container.BuilderContainer.Builder. volumeDevices(List<? extends VolumeDevice> volumeDevices)Sets the value ofContainer.getVolumeDevices()EphemeralContainer.BuilderEphemeralContainer.Builder. volumeDevices(List<? extends VolumeDevice> volumeDevices)Sets the value ofEphemeralContainer.getVolumeDevices()
-