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 support for selectable fields #282

Open
clux opened this issue Oct 15, 2024 · 0 comments
Open

Add support for selectable fields #282

clux opened this issue Oct 15, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@clux
Copy link
Member

clux commented Oct 15, 2024

CRD selectableFields kep

Basically, pick up on attrs:

  "x-kubernetes-selectable-fields": [
    { "fieldPath": "metadata.name"},
    { "fieldPath": "metadata.namespace"},
    { "fieldPath": "spec.myField"},
  ]

or whatever it actually is presented as in the schema, and use that to generate a #[kube] attribute matching the new support in kube-derive: kube-rs/kube#1605

@clux clux added enhancement New feature or request help wanted Extra attention is needed labels Oct 15, 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 help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant