[master] Auto-update dependencies (#2594)

Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign dprotaso grantr samodell
/cc dprotaso grantr samodell
This commit is contained in:
Matt Moore 2020-06-18 05:44:25 -07:00 committed by GitHub
parent 1a75b7b141
commit 565778e1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

4
Gopkg.lock generated
View File

@ -501,14 +501,14 @@
[[projects]]
branch = "master"
digest = "1:f86d8db2ac85aa622a5870988317e44629c48df4b210a2b9747a2980db696db2"
digest = "1:3688e9109c04da2eac034acbc05cd0831d70287ce43d06bc7ec90192addc5df5"
name = "knative.dev/test-infra"
packages = [
"scripts",
"tools/dep-collector",
]
pruneopts = "UT"
revision = "3a016f44102c1c4733b776801be7eaa3d38178f8"
revision = "7220df1de9de9215ee32ce302d815a018c3e4d9b"
[solve-meta]
analyzer-name = "dep"

View File

@ -108,6 +108,8 @@ function dump_cluster_state() {
echo ">>> Details" >> ${output}
if [[ "${crd}" == "secrets" ]]; then
echo "Secrets are ignored for security reasons" >> ${output}
elif [[ "${crd}" == "events" ]]; then
echo "events are ignored as making a lot of noise" >> ${output}
else
kubectl get ${crd} --all-namespaces -o yaml >> ${output}
fi