Uses of Class
net.stickycode.kuuty.model.v18.IoK8sApiCoreV1AttachedVolume
-
-
Uses of IoK8sApiCoreV1AttachedVolume in net.stickycode.kuuty.model.v18
Methods in net.stickycode.kuuty.model.v18 that return IoK8sApiCoreV1AttachedVolume Modifier and Type Method Description IoK8sApiCoreV1AttachedVolumeIoK8sApiCoreV1AttachedVolume. devicePath(String devicePath)IoK8sApiCoreV1AttachedVolumeIoK8sApiCoreV1AttachedVolume. name(String name)Methods in net.stickycode.kuuty.model.v18 that return types with arguments of type IoK8sApiCoreV1AttachedVolume Modifier and Type Method Description List<IoK8sApiCoreV1AttachedVolume>IoK8sApiCoreV1NodeStatus. getVolumesAttached()List of volumes that are attached to the node.Methods in net.stickycode.kuuty.model.v18 with parameters of type IoK8sApiCoreV1AttachedVolume Modifier and Type Method Description IoK8sApiCoreV1NodeStatusIoK8sApiCoreV1NodeStatus. addVolumesAttachedItem(IoK8sApiCoreV1AttachedVolume volumesAttachedItem)Method parameters in net.stickycode.kuuty.model.v18 with type arguments of type IoK8sApiCoreV1AttachedVolume Modifier and Type Method Description voidIoK8sApiCoreV1NodeStatus. setVolumesAttached(List<IoK8sApiCoreV1AttachedVolume> volumesAttached)IoK8sApiCoreV1NodeStatusIoK8sApiCoreV1NodeStatus. volumesAttached(List<IoK8sApiCoreV1AttachedVolume> volumesAttached)
-