Skip to content

Generated code upgrade #777

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@
"overrides": {
"colors": "1.4.0"
}
}
}
5 changes: 3 additions & 2 deletions settings
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

# kubernetes-client/gen commit to use for code generation.
export GEN_COMMIT=82c3ff5
export GEN_COMMIT=aae6c84

# GitHub username/organization to clone kubernetes repo from.
export USERNAME=kubernetes
Expand All @@ -30,4 +30,5 @@ export CLIENT_VERSION="0.8-SNAPSHOT"
# Name of the release package
export PACKAGE_NAME="@kubernetes/node-client"

export OPENAPI_GENERATOR_COMMIT=1314e229
export OPENAPI_GENERATOR_COMMIT=01a8572

3 changes: 0 additions & 3 deletions src/gen/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
wwwroot/*.js
node_modules
typings
dist
4 changes: 2 additions & 2 deletions src/gen/.openapi-generator/COMMIT
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Requested Commit: 1314e229
Actual Commit: 1314e229f58cf056850dc912bbf55e49bcda2db8
Requested Commit: 01a8572
Actual Commit: 01a8572f637c9f14a636fa24e6ca8f4c2d048ef7
Loading