-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Promote Traceflow API to v1beta1. 2. Remove srcIP field in IPHeader and IPv6Header since it's never used and duplicated with parent struct. 3. Change IPHeader field to a pointer in Packet struct. 4. Change Flags field to a pointer in the TCPHeader struct. 5. Change Timeout field in TraceflowSpec from uint16 to int32. 6. Change Length field in Packet from uint16 to int32. 7. Add OpenAPISpec schema validation for a few integer type of fields. Note: Given the limited nature of the changes between the 2 API versions, the default None conversion strategy can be used. Signed-off-by: Lan Luo <[email protected]>
- Loading branch information
1 parent
ae6f269
commit 37e1c34
Showing
34 changed files
with
4,183 additions
and
435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.