Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tool to fetch API specs. Document API support #61

Merged
merged 1 commit into from
Sep 11, 2023
Merged

Tool to fetch API specs. Document API support #61

merged 1 commit into from
Sep 11, 2023

Conversation

tanmaykm
Copy link
Member

Recent k8s servers publish OpenAPI v3 specs via a set of API discovery URLs, instead of the earlier consolidated specification. Adding a tool that can be used to prepare a consolidated OpenAPI v3 specification from multiple discovered API endpoints.

The API version support is via a module and is pluggable. The included API module supports a default set of APIs and versions. Also documenting the included API versions support in this PR.

Dropping the special treatment given to ExtensionsV1beta1 while preparing api aliases. Kubernetes extenstions have been deprecated after k8s v1.16 and not supported in recent versions anymore.

Recent k8s servers publish OpenAPI v3 specs via a set of API discovery URLs, instead of the earlier consolidated specification. Adding a tool that can be used to prepare a consolidated OpenAPI v3 specification from multiple discovered API endpoints.

The API version support is via a module and is pluggable. The included API module supports a default set of APIs and versions. Also documenting the included API versions support in this PR.
@codecov-commenter
Copy link

codecov-commenter commented Sep 11, 2023

Codecov Report

Merging #61 (3421149) into master (d25bda1) will increase coverage by 0.13%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
+ Coverage   61.29%   61.43%   +0.13%     
==========================================
  Files           3        3              
  Lines         447      446       -1     
==========================================
  Hits          274      274              
+ Misses        173      172       -1     
Files Changed Coverage Δ
src/helpers.jl 80.45% <ø> (+0.36%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tanmaykm tanmaykm requested a review from a team September 11, 2023 00:44
@tanmaykm tanmaykm merged commit fc1f428 into master Sep 11, 2023
@delete-merged-branch delete-merged-branch bot deleted the tan/gen branch September 11, 2023 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants