Update build v0.20.2 dependencies#399
Conversation
18322c1 to
2b5a0f9
Compare
2b5a0f9 to
37cb9d0
Compare
|
@SaschaSchwarze0 The snyk test is failing. Can we gave this PR merged? |
# Changes: - update build dependency to v0.20.2 - fix streamer_test.go to work with updated kubernetes api. - Rebuilds docs Signed-off-by: Sayan Biswas <sabiswas@redhat.com>
37cb9d0 to
dd9075c
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@SaschaSchwarze0 Removed the unnecessary files. |
| --kubeconfig string Path to the kubeconfig file to use for CLI requests. | ||
| -n, --namespace string If present, the namespace scope for this CLI request | ||
| --request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0") | ||
| --as-user-extra stringArray User extras to impersonate for the operation, this flag can be repeated to specify multiple values for the same key. |
There was a problem hiding this comment.
Long time ago (#108), we put together a list of command line flags that we decided to hide from helps because we assessed them as edge cases and preferred those to not overwhelm our users so that they can focus on the flags we provide for our commands plus only a few common flags.
I consider --as-user-extra to also fall into the bucket of those that we should hide. Wdyt?
Changes
/kind dependency-change
Submitter Checklist
See the contributor guide
for details on coding conventions, github and prow interactions, and the code review process.
Release Notes