Skip to content

Commit

Permalink
Update to 1.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Nov 2, 2023
1 parent b53f184 commit e8d58ce
Show file tree
Hide file tree
Showing 9 changed files with 188 additions and 79 deletions.
2 changes: 1 addition & 1 deletion cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish_npm() {
}

gen_types() {
local SPEC_URL=${1:-"https://raw.githubusercontent.com/kubernetes/kubernetes/v1.28.2/api/openapi-spec/swagger.json"}
local SPEC_URL=${1:-"https://raw.githubusercontent.com/kubernetes/kubernetes/v1.28.3/api/openapi-spec/swagger.json"}

echo "// deno-lint-ignore-file no-empty-interface" > "$THIS_DIR"/src/openapi.ts
echo "// Generated from ${SPEC_URL}" >> "$THIS_DIR"/src/openapi.ts
Expand Down
117 changes: 75 additions & 42 deletions deno.lock

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

Loading

0 comments on commit e8d58ce

Please sign in to comment.