Skip to content

Use /** and /// comments for doc generation #52

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

Merged
merged 4 commits into from
Mar 2, 2017
Merged

Use /** and /// comments for doc generation #52

merged 4 commits into from
Mar 2, 2017

Conversation

rshriram
Copy link
Member

@rshriram rshriram commented Mar 2, 2017

No description provided.

// testing the failure recovery capabilities of downstream services.
// Faults include terminating established Tcp connections, throttling the
// upstream/downstream bandwidth (for Tcp|Udp), or both.
// Faults can be injected into the connections from downstream by the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this have 3 slashes?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Intentionally done. We dont want to generate docs for these publicly yet because they are not implemented. As far as proto is concerned, there are still comments.

oneof error_type {
string grpc_status = 2;
string http2_error = 3;
uint32 http_status = 4;
int32 http_status = 4;
}
// Specify abort code as part of Http request.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

///

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, sorry. This was also left out intentionally, as we don't support these yet. We dont want users to get confused about stuff that is unimplemented.

@ZackButcher ZackButcher merged commit cd09840 into istio:master Mar 2, 2017
incfly pushed a commit to incfly/api that referenced this pull request Jun 13, 2018
* Move prefetch codes into its own folder.

* Add prefetch/BUILD.

* Update include quard.

* Update comment to trigger a PR test.
nacx pushed a commit to nacx/api that referenced this pull request Feb 23, 2022
* Control plane updates (istio#49)

* Control plane updates

Signed-off-by: Liam White <[email protected]>

* fix merge mistakes

Signed-off-by: Liam White <[email protected]>

* fix telem store comments

Signed-off-by: Liam White <[email protected]>

* docs: Fix single-tick (istio#50)

Signed-off-by: Dhi Aurrahman <[email protected]>

* add protocol to elastic settings (istio#51)

* add protocol to elastic settings

Signed-off-by: Liam White <[email protected]>

* gogo

Signed-off-by: Liam White <[email protected]>

* generate fixes

Signed-off-by: Liam White <[email protected]>

* Add job annotations for components with jobs (istio#52)

* Add container port and service types + refactor (istio#56)

* Add container port and service types + refactor

Signed-off-by: Liam White <[email protected]>

* makefile and comment touch-ups

Signed-off-by: Liam White <[email protected]>

* Make Istio install atomic and add more currently used fields (istio#61)

* Fix TLS capitalization (istio#62)

* Add proto for some more postgres configuration (istio#53)

* Add proto for some more postgres configuration

* Address comments

* More comments

* Add Escape Hatch for users with weird edge cases (istio#65)

Also need to move back to golang protobuf in order to re-use the Istio patch framework.

* Use older Istio API to avoid breaking dp operator (istio#66)

* Postgres SSL settings (istio#67)

* Postgres SSL settings

* Update install/managementplane/v1alpha1/settings.proto

Co-authored-by: Liam White <[email protected]>

* Update install/managementplane/v1alpha1/settings.proto

Co-authored-by: Liam White <[email protected]>

* Add remaining SSL modes

Co-authored-by: Liam White <[email protected]>

* Configure CNI (istio#68)

* Configure CNI

* review

Signed-off-by: Liam White <[email protected]>

* Add CNI config file name, used when chained is false

Co-authored-by: Liam White <[email protected]>

* Revert "Postgres SSL settings (istio#67)" (istio#70)

* Revert "Postgres SSL settings (istio#67)"

This reverts commit 391889fdaf5bfa3996c85719975df1c44ce94102.

* Add back all ssl modes

* Doc Fixes for Install API (istio#71)

* ci: Add check (istio#73)

This patch brings the check script to release-0.8.0. Seems like this is the new "master".

Signed-off-by: Dhi Aurrahman <[email protected]>

* docs: Add types frontmatter (istio#74)

This adds types frontmatter data to types.proto. Until we have an automated way to populate title, we are encouraged to add a title when it is desired.

Signed-off-by: Dhi Aurrahman <[email protected]>

* Postgres SSL mode default to require (istio#75)

* Autogen JSON shims (istio#80)

* nits

* Update install readme (istio#85)

* Add ES version to settings (istio#88)

* Add ES version to settings

* ES version int with validation

Co-authored-by: Liam White <[email protected]>
Co-authored-by: Dhi Aurrahman <[email protected]>
Co-authored-by: Vikas Choudhary (vikasc) <[email protected]>
Co-authored-by: Marc Cirauqui <[email protected]>





This PR merges the release_0.8.0 (as of commit - d3a19fdd8d25cdd8f386c4a4a2a821daa9865df0) branch into master. operator protos needs go_plugin instead of gogofast_plugin for the protoc.

It is as is merge otherwise.
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