mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 15:13:08 +00:00
Merge pull request #46986 from mbohlool/doc
Automatic merge from submit-queue (batch tested with PRs 46986, 51214, 51169, 50155, 51261) Add OpenAPI README file Add a README.md file to OpenAPI folder explaining extensions we have on OpenAPI spec. ref: #0
This commit is contained in:
@@ -36,6 +36,7 @@ cp -a "${SPECROOT}" "${TMP_SPECROOT}"
|
||||
trap "cp -a ${TMP_SPECROOT} ${SPECROOT}/..; rm -rf ${_tmp}" EXIT SIGINT
|
||||
rm ${SPECROOT}/*
|
||||
cp ${TMP_SPECROOT}/BUILD ${SPECROOT}/BUILD
|
||||
cp ${TMP_SPECROOT}/README.md ${SPECROOT}/README.md
|
||||
|
||||
"${KUBE_ROOT}/hack/update-openapi-spec.sh"
|
||||
echo "diffing ${SPECROOT} against freshly generated openapi spec"
|
||||
|
Reference in New Issue
Block a user