Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit d206616

Browse files
Patrick BaxterYifan Gu
authored andcommitted
vendor v1.6.1+coreos.0
1 parent 23dfa99 commit d206616

File tree

9,072 files changed

+895939
-1044172
lines changed

Some content is hidden

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

9,072 files changed

+895939
-1044172
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ conformance-%: clean all
5454
#TODO(aaron): the k8s.io/client-go upstream package is a symlink with relative path. Making note because we change symlink path.
5555
# This will naively try and create a vendor dir from a k8s release
5656
# USE: make vendor VENDOR_VERSION=vX.Y.Z
57-
VENDOR_VERSION = v1.5.5+coreos.0
57+
VENDOR_VERSION = v1.6.1+coreos.0
5858
ETCD_OPERATOR_VERSION = v0.2.4
5959
vendor:
6060
@echo "Creating k8s vendor for: $(VENDOR_VERSION)"
@@ -66,6 +66,8 @@ vendor:
6666
@cd $@/k8s.io/kubernetes/vendor && mv k8s.io/* $(abspath $@/k8s.io) && rmdir k8s.io
6767
@mv $@/k8s.io/kubernetes/vendor/* $(abspath $@)
6868
@cd $@/k8s.io/ && ln -sf kubernetes/staging/src/k8s.io/client-go client-go
69+
@cd $@/k8s.io/ && ln -sf kubernetes/staging/src/k8s.io/apimachinery apimachinery
70+
@cd $@/k8s.io/ && ln -sf kubernetes/staging/src/k8s.io/apiserver apiserver
6971
@rm -rf $@/k8s.io/kubernetes/vendor $@/k8s.io/kubernetes/.git
7072
@echo "vendoring etcd-operator spec: $(ETCD_OPERATOR_VERSION)"
7173
@git clone https://github.com/coreos/etcd-operator /tmp/etcd-operator > /dev/null 2>&1

0 commit comments

Comments
 (0)