Skip to content

Commit

Permalink
Update to 1.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Feb 10, 2024
1 parent e8d58ce commit a37a004
Show file tree
Hide file tree
Showing 8 changed files with 3,579 additions and 2,782 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.3/api/openapi-spec/swagger.json"}
local SPEC_URL=${1:-"https://raw.githubusercontent.com/kubernetes/kubernetes/v1.29.1/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
105 changes: 46 additions & 59 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 a37a004

Please sign in to comment.