Skip to content

Commit

Permalink
Rename Kubernetes Service
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray committed Jun 12, 2024
1 parent cf4373f commit ffcec78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:unit": "vitest",
"openapi": "openapi-generator-cli",
"openapi:identity": "openapi-generator-cli generate -g typescript-fetch --generate-alias-as-model --global-property skipFormModel=false -i https://raw.githubusercontent.com/unikorn-cloud/identity/main/pkg/openapi/server.spec.yaml -o src/lib/openapi/identity",
"openapi:kubernetes": "openapi-generator-cli generate -g typescript-fetch --generate-alias-as-model -i https://raw.githubusercontent.com/unikorn-cloud/unikorn/main/pkg/openapi/server.spec.yaml -o src/lib/openapi/kubernetes",
"openapi:kubernetes": "openapi-generator-cli generate -g typescript-fetch --generate-alias-as-model -i https://raw.githubusercontent.com/unikorn-cloud/kubernetes/main/pkg/openapi/server.spec.yaml -o src/lib/openapi/kubernetes",
"openapi:region": "openapi-generator-cli generate -g typescript-fetch --generate-alias-as-model -i https://raw.githubusercontent.com/unikorn-cloud/region/main/pkg/openapi/server.spec.yaml -o src/lib/openapi/region"
},
"devDependencies": {
Expand Down

0 comments on commit ffcec78

Please sign in to comment.