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

Case-insensitive handling doesn't work for types with multiple capital letters #49

Open
lblackstone opened this issue Nov 27, 2018 · 0 comments
Labels
kind/enhancement Improvements or new features

Comments

@lblackstone
Copy link
Member

#21 works for things like Deployment or Pod that only include one capital letter, but not for types like StatefulSet or DaemonSet with more than one capital letter.

Here's an example:

$ kubespy status apps/v1 statefulset foo
Server is unable to handle apps/v1, Kind=Statefulset
$ kubespy status apps/v1 StatefulSet foo
Watching status of apps/v1 StatefulSet foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants