mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #35915 from caesarxuchao/stop-update-client-go
Automatic merge from submit-queue Disable update-staging-client-go until code freeze I don't want to cause developer friction until code freeze. I'll babysit the script for the moment to keep the client-go up-to-date. Should had done this in #34489.
This commit is contained in:
commit
8b3db0bc98
@ -58,8 +58,9 @@ BASH_TARGETS="
|
||||
generated-swagger-docs
|
||||
swagger-spec
|
||||
openapi-spec
|
||||
api-reference-docs
|
||||
staging-client-go"
|
||||
api-reference-docs"
|
||||
# TODO: (caesarxuchao) uncomment after 1.5 code freeze.
|
||||
# staging-client-go"
|
||||
|
||||
|
||||
for t in $BASH_TARGETS
|
||||
|
Loading…
Reference in New Issue
Block a user