This PR automates the retrieval and conversion of the Kubernetes Swagger v2 spec to OpenAPI v3 within the VSO build workflow, only executing these steps after successful integration tests. It conditionally publishes the artifacts based on a new publish-swagger input, and manually installs kubectl to comply with organization restrictions.
current issue:
I need to setup kubectl, but I can't do that currently cause the azure/setup-kubectl action isn't allowed. If we can't allow it, we can still install kubectl manually
This PR automates the retrieval and conversion of the Kubernetes Swagger v2 spec to OpenAPI v3 within the VSO build workflow, only executing these steps after successful integration tests. It conditionally publishes the artifacts based on a new publish-swagger input, and manually installs kubectl to comply with organization restrictions.
current issue: I need to setup
kubectl
, but I can't do that currently cause theazure/setup-kubectl
action isn't allowed. If we can't allow it, we can still installkubectl
manually