Closed a7i closed 2 years ago
Welcome @a7i! It looks like this is your first PR to knative/client 🎉
Hi @a7i. Thanks for your PR.
I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
/ok-to-test
@a7i thanks for the PR! Looks good at a first glance!
Can you pls take a look at failing unit test? https://github.com/knative/client/actions/runs/3212622694/jobs/5277761586#step:7:20
Base: 79.87% // Head: 79.89% // Increases project coverage by +0.01%
:tada:
Coverage data is based on head (
4dcf7c7
) compared to base (6bbbd50
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Thanks!
/approve /lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: a7i, dsimansk
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Description
CLI options to enable kubernetes user and group impersonation
Changes
--as
for username impersonation--as-uid
for uid impersonation--as-group
for group impersonationReference
Fixes #
Release Note
--as
and--as-group
flags