Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit e37a2f6

Browse files
committed
Use forked Kubernetes
Upstream change 04300826fd0d719bb166905bb6c8a3286a171465 has introduced "e2e/common" package dependency on storage testusuite. This resulted in running all unneeded common tests while running storage tests in pmem-csi. This is an intermediate step till the fix is backported to 1.16 branch: kubernetes/kubernetes#83776
1 parent 3e728bf commit e37a2f6

File tree

2,289 files changed

+334
-353541
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,289 files changed

+334
-353541
lines changed

Gopkg.lock

Lines changed: 28 additions & 791 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
# see https://github.com/kubernetes/kubernetes/issues/72638.
5050
[[constraint]]
5151
name = "k8s.io/kubernetes"
52-
version = "1.16.0"
52+
source = "github.com/avalluri/kubernetes"
53+
branch = "automated-cherry-pick-of-#83609-upstream-release-1.16"
5354

5455
[[override]]
5556
name = "k8s.io/apimachinery"

vendor-bom.csv

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,45 @@
11
Repo;Component;License
2-
cloud.google.com/go;gcloud;Apache License 2.0
3-
github.com/Azure/go-ansiterm;go-ansiterm;MIT License
4-
github.com/JeffAshton/win_pdh;Windows Perfomance Data Helper;BSD 3-clause "New" or "Revised" License
52
github.com/Microsoft/go-winio;go-winio;MIT License
6-
github.com/Microsoft/hcsshim;Windows - Host Compute Service Shim;MIT License
7-
github.com/NYTimes/gziphandler;GZip handler;Apache License 2.0
8-
github.com/PuerkitoBio/purell;purell;BSD 3-clause "New" or "Revised" License
9-
github.com/PuerkitoBio/urlesc;Urlesc;BSD 3-clause "New" or "Revised" License
10-
github.com/armon/circbuf;Golang circular buffer;MIT License
11-
github.com/aws/aws-sdk-go;AWS SDK for Go;Apache License 2.0
123
github.com/beorn7/perks;Rabenstein Perks for Go;MIT License
134
github.com/blang/semver;semver for golang;MIT License
14-
github.com/checkpoint-restore/go-criu;Go bindings for CRIU;Apache License 2.0
155
github.com/container-storage-interface/spec;Container Storage Interface Community spec;Apache License 2.0
16-
github.com/containerd/console;console;Apache License 2.0
17-
github.com/containerd/containerd;containerd;Apache License 2.0
18-
github.com/containernetworking/cni;Container Network Interface;Apache License 2.0
196
github.com/coreos/etcd;key-value store;Apache License 2.0
207
github.com/coreos/go-systemd;go systemd;Apache License 2.0
218
github.com/coreos/pkg;go utility packages;Apache License 2.0
22-
github.com/cyphar/filepath-securejoin;filepath.SecureJoin;BSD 3-Clause "New" or "Revised" License
239
github.com/davecgh/go-spew;go-spew;ISC License
2410
github.com/docker/distribution;docker-distribution;Apache License 2.0
25-
github.com/docker/docker;moby project;Apache License 2.0
26-
github.com/docker/go-connections;utility package for network connections;Apache License 2.0
27-
github.com/docker/go-units;go-units;Apache License 2.0
2811
github.com/docker/spdystream;spdystream;Apache License 2.0
29-
github.com/emicklei/go-restful;go-restful;MIT License
30-
github.com/euank/go-kmsg-parser;go-kmsg-parser;Apache License 2.0
3112
github.com/evanphx/json-patch;Go-json-patch;BSD 3-clause "New" or "Revised" License
3213
github.com/fsnotify/fsnotify;File system notifications for Go;BSD 3-Clause "New" or "Revised" License
33-
github.com/go-openapi/jsonpointer;go-openapi jsonpointer;Apache License 2.0
34-
github.com/go-openapi/jsonreference;go-openapi jsonreference;Apache License 2.0
35-
github.com/go-openapi/spec;OpenAPI Specification for Go;Apache License 2.0
36-
github.com/go-openapi/swag;go-openapi-swag;Apache License 2.0
37-
github.com/godbus/dbus;Go bindings for D-Bus;BSD 2-clause "Simplified" License
3814
github.com/gogo/protobuf;gogo protobuf;BSD 3-clause "New" or "Revised" License
3915
github.com/golang/groupcache;groupcache;Apache License 2.0
4016
github.com/golang/protobuf;golang protobuf;BSD 3-clause "New" or "Revised" License
41-
github.com/google/cadvisor;cAdvisor;Apache License 2.0
4217
github.com/google/go-cmp;Package for equality of Go values;BSD 3-Clause "New" or "Revised" License
4318
github.com/google/gofuzz;Google gofuzz;Apache License 2.0
4419
github.com/google/uuid;Google uuid;BSD 3-clause "New" or "Revised" License
4520
github.com/googleapis/gnostic;googleapis gnostic;Apache License 2.0
4621
github.com/hashicorp/golang-lru;golang-lru;Mozilla Public License 2.0
4722
github.com/hpcloud/tail;HP Cloud tail;MIT License
4823
github.com/imdario/mergo;mergo;BSD 3-clause "New" or "Revised" License
49-
github.com/jmespath/go-jmespath;go-jmespath;Apache License 2.0
5024
github.com/json-iterator/go;json-iterator go;MIT License
51-
github.com/karrick/godirwalk;Fast directory traversal for Golang;BSD 2-Clause "Simplified" License
52-
github.com/konsorten/go-windows-terminal-sequences;Windows Terminal Sequences;MIT License
5325
github.com/kubernetes-csi/csi-lib-utils;csi-lib-utils;Apache License 2.0
5426
github.com/kubernetes-csi/csi-test;Kubernetes-CSI csi-test;Apache License 2.0
55-
github.com/lithammer/dedent;Dedent;MIT License
56-
github.com/mailru/easyjson;Mail.Ru easyjson for golag;MIT License
57-
github.com/mattn/go-shellwords;go-shellwords;MIT License
5827
github.com/matttproud/golang_protobuf_extensions;Matt Proud golang-protobuf-extentions;Apache License 2.0
59-
github.com/mindprince/gonvml;Go Bindings for NVML;Apache License 2.0
60-
github.com/mistifyio/go-zfs;Go Wrapper for ZFS;Apache License 2.0
6128
github.com/modern-go/concurrent;modern-go concurrent;Apache License 2.0
6229
github.com/modern-go/reflect2;modern-go reflect2;Apache License 2.0
63-
github.com/morikuni/aec;Go wrapper for ANSI escape code;MIT License
64-
github.com/mrunalp/fileutils;File utils for Golang;Apache License 2.0
65-
github.com/munnerz/goautoneg;Mirror of bitbucket.org/ww/goautoneg;BSD 3-Clause "New" or "Revised" License
66-
github.com/mxk/go-flowrate;go-flowrate;BSD 3-Clause "New" or "Revised" License
6730
github.com/onsi/ginkgo;ginkgo;MIT License
6831
github.com/onsi/gomega;gomega;MIT License
6932
github.com/opencontainers/go-digest;opencontainers go-digest;Apache License 2.0
70-
github.com/opencontainers/image-spec;OCI Image Format Specification;Apache License 2.0
71-
github.com/opencontainers/runc;runc;Apache License 2.0
72-
github.com/opencontainers/runtime-spec;OCI Runtime Specification;Apache License 2.0
73-
github.com/opencontainers/selinux;common selinux implementation;Apache License 2.0
7433
github.com/pborman/uuid;Pborman Go UUID;BSD 3-clause "New" or "Revised" License
7534
github.com/pkg/errors;Pkg errors;BSD 2-clause "Simplified" License
7635
github.com/pmezard/go-difflib;Go difflib;BSD 3-clause "New" or "Revised" License
7736
github.com/prometheus/client_golang;client_golang;Apache License 2.0
7837
github.com/prometheus/client_model;Prometheus client-model;Apache License 2.0
7938
github.com/prometheus/common;Prometheus common;Apache License 2.0
8039
github.com/prometheus/procfs;Prometheus procfs;Apache License 2.0
81-
github.com/seccomp/libseccomp-golang;libseccomp golang;BSD 2-Clause "Simplified" License
82-
github.com/sirupsen/logrus;Structured, pluggable logging for Go;MIT License
8340
github.com/spf13/afero;afero;Apache License 2.0
8441
github.com/spf13/pflag;Steve Francia pflag;BSD 3-clause "New" or "Revised" License
8542
github.com/stretchr/testify;stretchr testify;BSD 3-clause "New" or "Revised" License
86-
github.com/syndtr/gocapability;gocapability;BSD 2-Clause "Simplified" License
87-
github.com/vishvananda/netlink;netlink library for go;Apache License 2.0
88-
github.com/vishvananda/netns;network namespaces in go;Apache License 2.0
8943
go.uber.org/atomic;automic;MIT License
9044
go.uber.org/multierr;multierr;MIT License
9145
go.uber.org/zap;zap;MIT License
@@ -115,7 +69,6 @@ k8s.io/csi-translation-lib;kubernetes csi-translation-library;Apache License 2.0
11569
k8s.io/klog;kubernetes klog;Apache License 2.0
11670
k8s.io/kube-openapi;kubernetes kube-openapi;Apache License 2.0
11771
k8s.io/kubectl;kubectl;Apache License 2.0
118-
k8s.io/kubelet;kubelet;Apache License 2.0
11972
k8s.io/kubernetes;kubernetes;Apache License 2.0
12073
k8s.io/utils;kubernetes utils;Apache License 2.0
12174
sigs.k8s.io/yaml;kubernetes yaml;MIT License

vendor/cloud.google.com/go/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

vendor/cloud.google.com/go/compute/metadata/.repo-metadata.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)