Interface StorageVolumeResourceViewUIFacet

All Superinterfaces:
PluginProvider, ResourceViewUIFacet<StorageVolume>

public interface StorageVolumeResourceViewUIFacet extends ResourceViewUIFacet<StorageVolume>
Provides support for custom detail entries in StorageVolume Info sections. This interface allows plugins to inject custom storage volume information into existing detail views without requiring a full tab implementation.
Since:
0.16.0
  • Method Details

    • getDetailViewInfo

      List<DetailEntry> getDetailViewInfo(StorageVolume storageVolume)
      Get custom storage volume details from the plugin to render in the info section
      Specified by:
      getDetailViewInfo in interface ResourceViewUIFacet<StorageVolume>
      Parameters:
      storageVolume - The StorageVolume instance to get details for
      Returns:
      List of DetailEntry objects to display in the Info section