-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[docs, API] control api + swagger ui for http api #3158
[docs, API] control api + swagger ui for http api #3158
Conversation
Please visit http://35.235.117.222:1313 to view changes to the docs. |
ef909f0
to
06a1249
Compare
Codecov Report
|
Please visit http://34.94.115.173:1313 to view changes to the docs. |
|
Please visit http://35.236.87.39:1313 to view changes to the docs. |
Please visit http://34.94.185.45:1313 to view changes to the docs. |
Please visit http://35.236.87.39:1313 to view changes to the docs. |
|
||
To control the individual phases of the Skaffold, the Skaffold API provides [fine grained control over]({{< relref "/docs/design/api#controlling-build-sync-deploy" >}}) | ||
To control the individual phases of the Skaffold, the Skaffold API provides [fine grained control over]({{< relref "#controlling-build-sync-deploy" >}}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To control the individual phases of the Skaffold, the Skaffold API provides [fine grained control over]({{< relref "#controlling-build-sync-deploy" >}}) | |
To control the individual phases of the Skaffold, the Skaffold API provides [fine grained control]({{< relref "#controlling-build-sync-deploy" >}}) over |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't get this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is very small nit. i am going to approve and merge
Co-Authored-By: Nick Kubala <[email protected]>
Co-Authored-By: Nick Kubala <[email protected]>
Co-Authored-By: Nick Kubala <[email protected]>
Co-Authored-By: Nick Kubala <[email protected]>
Co-Authored-By: Nick Kubala <[email protected]>
Please visit http://34.94.115.173:1313 to view changes to the docs. |
Description
This became pretty massive just from writing the Control API doc:
stream LogEntry
as a request parameter fromEventLog
because it is completely unnecessaryUser facing changes
simpler API - no /v1/events, just /v1/event_log
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
[ ] Includes unit tests[ ] Adds integration tests if needed.Reviewer Notes