Skip to content

Commit 74f75fd

Browse files
committed
update generated code to node-fetch instead of request based generataor
1 parent 3945f3b commit 74f75fd

File tree

672 files changed

+320350
-664
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

672 files changed

+320350
-664
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"ts-node": "^8.2.0",
9898
"tslint": "^5.17.0",
9999
"typedoc": "^0.20.25",
100-
"typescript": "^4.1.3"
100+
"typescript": "^3.9.3"
101101
},
102102
"bugs": {
103103
"url": "https://github.com/kubernetes-client/javascript/issues"
@@ -122,4 +122,4 @@
122122
"overrides": {
123123
"colors": "1.4.0"
124124
}
125-
}
125+
}

settings

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

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

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

33-
export OPENAPI_GENERATOR_COMMIT=1314e229
33+
export OPENAPI_GENERATOR_COMMIT=01a8572
34+

src/gen/.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
wwwroot/*.js
2-
node_modules
3-
typings
41
dist

src/gen/.openapi-generator/COMMIT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Requested Commit: 1314e229
2-
Actual Commit: 1314e229f58cf056850dc912bbf55e49bcda2db8
1+
Requested Commit: 01a8572
2+
Actual Commit: 01a8572f637c9f14a636fa24e6ca8f4c2d048ef7

0 commit comments

Comments
 (0)