File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ MAKEFLAGS += --warn-undefined-variables
48
48
.EXPORT_ALL_VARIABLES :
49
49
OUT_DIR ?= _output
50
50
BIN_DIR := $(OUT_DIR ) /bin
51
- PRJ_SRC_PATH := k8s.io/kubernetes
52
51
53
52
ifdef KUBE_GOFLAGS
54
53
$(info KUBE_GOFLAGS is now deprecated. Please use GOFLAGS instead.)
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ UPDATE_API_KNOWN_VIOLATIONS="${UPDATE_API_KNOWN_VIOLATIONS:-}"
35
35
API_KNOWN_VIOLATIONS_DIR=" ${API_KNOWN_VIOLATIONS_DIR:- " ${KUBE_ROOT} /api/api-rules" } "
36
36
37
37
OUT_DIR=" _output"
38
- PRJ_SRC_PATH=" k8s.io/kubernetes"
39
38
BOILERPLATE_FILENAME=" hack/boilerplate/boilerplate.generatego.txt"
40
39
APPLYCONFIG_PKG=" k8s.io/client-go/applyconfigurations"
41
40
@@ -180,7 +179,7 @@ function codegen::deepcopy() {
180
179
--logtostderr \
181
180
--go-header-file " ${BOILERPLATE_FILENAME} " \
182
181
--output-file-base " ${output_file} " \
183
- --bounding-dirs " ${PRJ_SRC_PATH} ,k8s.io/api" \
182
+ --bounding-dirs " k8s.io/kubernetes ,k8s.io/api" \
184
183
$( printf -- " -i %s" " ${tag_pkgs[@]} " ) \
185
184
" $@ "
186
185
You can’t perform that action at this time.
0 commit comments