Facing issue where the form for Custom Resource Definition is not rendering

This is caused when dynamic component generation of a connected Kubernetes cluster generates a component for the resource “CustomResourceDefinition”. When a CRD component is attempted to be used the following causes are in-action:

  1. the CRD component is schemaless, hence no form data to present.
  2. the Models API of Meshery Server should be filtering out (not returning) schema-less components to clients like Meshery UI/MeshMap.

An enhancement is needed in the Models API to change the default behavior to not return schema-less components.