Standardized behavior for kustomize edit
#5563
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Eschewed features
What would you like to have added?
Make documentation of what is a common standardized behavior in all subcommands in the
kustomize edit
region to improve unified UX.Why is this needed?
Currently, the behavior of the
kustomize edit
subcommand is not standardized and documented and is sometimes confused when implemented to add a function for new literal support.I think we can decide to implement the same behavior at some points.
For example,
Can you accomplish the motivating task without this feature, and if so, how?
If we don't have this document, someone who wants to add support for the
edit
subcommand needs to check the already existing code for implementation, and the reviewer needs to check the behavior in that PR carefully.What other solutions have you considered?
I think none.
Anything else we should know?
So, we need to care about current implements in the
edit
subcommand behavior and keep the current behavior if we can.Feature ownership
The text was updated successfully, but these errors were encountered: