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

Add selectable fields support #200

Open
3 tasks
pmalek opened this issue Dec 20, 2024 · 0 comments
Open
3 tasks

Add selectable fields support #200

pmalek opened this issue Dec 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@pmalek
Copy link
Member

pmalek commented Dec 20, 2024

Problem statement

Kubernetes 1.31 has promoted CRD selectable field to beta and enabled it by default. 1.32 has promoted it to GA.

This proposal is about adding a selectable fields to CRDs in this repository

This could be beneficial in several scenarios, in projects that use these CRDS (KIC & KGO) and on the command line using kubectl.

Caveat

Introduction of this field to our CRDs would immediately bump the minimum supported k8s version to 1.31 so a decision on the timing for this feature would need to be made.

Acceptance criteria

  • A decision is made about the timing of adding this feature.
  • Fields for CRDs in this repo are reviewed and a list of those that would be good candidates for selectable fields is prepared
  • CRDs in this repo have selectable fields added as per the list mentioned above.
@pmalek pmalek added the enhancement New feature or request label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant