console
console copied to clipboard
CONSOLE-4581: expose swagger getPropertyDescription function
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:
Plugins will use this if they need to overwrite the standard "resource details" page in order to extend it.