ulucinar / kubectl-edit-status

A kubectl plugin for editing /status subresource
Apache License 2.0
108 stars 8 forks source link

Support CRD shortNames #9

Closed piepmatz closed 2 years ago

piepmatz commented 2 years ago

CRDs allow specifying a list of shortNames.

The edit-status plugin does not support those yet.

ulucinar commented 2 years ago

Thank you @piepmatz for the suggestion. #15 adds support for both automatic scope inference and usage of CRD short names in partial resource specifications. For example, it's now possible to run:

kubectl edit-status rg example

, where rg is a short name for resourcegroup.azure.jet.crossplane.io.