console icon indicating copy to clipboard operation
console copied to clipboard

CONSOLE-4581: expose swagger getPropertyDescription function

Open adamviktora opened this issue 7 months ago • 11 comments

Exposes a getSwaggerPropertyDescription function, so it can be consumed by dynamic plugins from console-dynamic-plugin-sdk.

This function is used to get a popover body content for a given property of a given K8sModel, e.g. "metadata.labels" of a IoK8sApiCoreV1Service:

Screenshot 2025-05-21 at 9 32 43

Plugins will use this if they need to overwrite the standard "resource details" page in order to extend it.

adamviktora avatar May 21 '25 07:05 adamviktora