remove deprecated openapi paths in favor of /openapi/v2#73148
remove deprecated openapi paths in favor of /openapi/v2#73148k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
| kube::log::status "Updating " ${OPENAPI_ROOT_DIR} | ||
|
|
||
| curl -w "\n" -fs "${API_HOST}:${API_PORT}/swagger.json" > "${OPENAPI_ROOT_DIR}/swagger.json" | ||
| curl -w "\n" -fs "${API_HOST}:${API_PORT}/openapi/v2" > "${OPENAPI_ROOT_DIR}/swagger.json" |
There was a problem hiding this comment.
I realize that the default is supposed to be JSon, but should we specifically ask for the json version when we want json?
There was a problem hiding this comment.
not necessarily opposed, but having this test the implicit json response doesn't seem bad either
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, mbohlool The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Review the full test history for this PR. Silence the bot with an |
What type of PR is this?
/kind cleanup
Which issue(s) this PR fixes:
Fixes #73083
Does this PR introduce a user-facing change?:
/sig api-machinery
/cc @mbohlool @apelisse