meshery / meshery/meshkit

Model Generation: Support mapping of `group` field in CRDs

Open
#731 5 comments 0 reactions 1 assignee View on GitHub

@CWAbhi is already working on this.

Since Oct 21, 2025.

area/models issue/remind issue/willfix kind/enhancement kubernetes language/go
Dominant language
Go
Stars
223
Forks
225
Avg merge
7d 1h
Merged PRs (30d)
1

Description

Current Behavior

The group field is a standard property in Kubernetes CustomResourceDefinitions (CRDs), not a custom property.

In Kubernetes CRDs, the group field specifies the API group for the custom resource being defined. API groups are used to organize Kubernetes resources and form part of the REST API path.

Desired Behavior

Enhance logic to include the ability to map components to models using the value found in the group field.

Implementation
Acceptance Tests
Notes

For example, monitor.azure.com is the API group for a custom resource. This means the resource belongs to the monitor.azure.com API group, which is defined by Azure Service Operator.


Contributor Guides and Handbook

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.