Skip to content

Model Generation: Support mapping of group field in CRDs #731

@leecalcote

Description

@leecalcote

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions