docs(ziti): clarify private resource port mapping#153
Conversation
|
The latest Buf updates on your PR. Results from workflow buf-pr / buf (pull_request).
|
Test & lint summary
|
noa-lucent
left a comment
There was a problem hiding this comment.
Reviewed the proto documentation-only change. The added comments clarify the positional multi-port mapping semantics without changing field numbers or generated API surface. I did not find any blocking issues.
Note: I could not rerun buf lint/buf breaking locally because buf is not installed in this environment.
|
Closing as not needed for the Private Networks implementation. This PR only adds detailed proto field comments for port-mapping semantics without changing the API surface or generated clients, and we do not document comparable field-level semantics this way elsewhere. The runtime implementation should be validated in the service/provider tests instead. |
Summary
host.v1andintercept.v1port mapping semantics for PrivateResource provisioning.Related to #154.
Tests / lint
buf lint— passed with no errors.buf breaking --against '.git#branch=main'— passed with no breaking changes.