We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31367ee commit 804b779Copy full SHA for 804b779
hack/update-generated-swagger-spec.sh
@@ -55,7 +55,7 @@ os::util::sed '$a\' "${generated_file}" # add eof newline if it is missing
55
# Copy all protobuf generated specs into the api/protobuf-spec directory
56
proto_spec_out_dir="${OS_ROOT}/${SWAGGER_SPEC_REL_DIR}/api/protobuf-spec"
57
mkdir -p "${proto_spec_out_dir}"
58
-for proto_file in $( find "${OS_ROOT}/pkg" "${OS_ROOT}/vendor/k8s.io/kubernetes/pkg" -name generated.proto ); do
+for proto_file in $( find "${OS_ROOT}/vendor/github.com/openshift/api/" "${OS_ROOT}/vendor/k8s.io/kubernetes/staging/src/k8s.io/api/" -name generated.proto ); do
59
# package declaration lines will always begin with
60
# `package ` and end with `;` so to extract the
61
# package name without lookarounds we can simply
0 commit comments