Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Group name configurable within ResourceGroup #164

Open
amirahav opened this issue Dec 9, 2024 · 0 comments
Open

Make Group name configurable within ResourceGroup #164

amirahav opened this issue Dec 9, 2024 · 0 comments

Comments

@amirahav
Copy link

amirahav commented Dec 9, 2024

Feature Description

Problem Statement:

The Group name of the CRD created by a ResourceGroup is currently hardcoded. It would be beneficial to be able to define the group name to assist in differentiating kro specific CRDs and user/customer defined CRDs.

Proposed Solution:

Add a group attribute within spec.schema which should default to kro.run, similar to this:

apiVersion: kro.run/v1alpha1
kind: ResourceGroup
metadata:
  name: sqs-queue
spec:
  schema:
    apiVersion: v1alpha1
    kind: Queue
    group: somegroup.xyz.com
    spec:
      ...

Alternatives Considered:

Additional Context:

  • Please vote on this issue by adding a 👍 reaction to the original issue
  • If you are interested in working on this feature, please leave a comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant