-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Adds support for multiple resources to kubectl #4667
Conversation
You can specify multiple resources by name when using the delete, get and stop commands.
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project, in which case you'll need to sign a Contributor License Agreement (CLA) at https://cla.developers.google.com/. If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check the information on your CLA or see this help article on setting the email on your git commits. Once you've done that, please reply here to let us know. If you signed the CLA as a corporation, please let us know the company's name. |
I had already set up and signed a CLA using my endocode.com address. However, the email address on my GitHub account was not an endocode.com one. I have updated my account so that the primary email is the same which I used to sign the CLA. |
Assigning to @brendanburns @kbeecher I can't seem to find your CLA :( I see an info@ address, is that yours? Do you see it in: https://cla.developers.google.com/clas |
LGTM - thanks for adding tests |
@kbeecher Did you intend for that to be a corporate CLA? It was registered as a user CLA. |
@vmarmol @bgrant0607 The CLA was definitely a corporate one, I have it in my inbox now. I entered the info@ address because the CLA needed a Google Group for our contributors. |
CLAs look good, thanks! |
Thanks a lot. |
Adds support for multiple resources to kubectl
You can specify multiple resources by name when using the delete, get
and stop commands.
Resolves #3050