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

Promote Traceflow API to v1beta1 #5108

Merged
merged 1 commit into from
Jul 28, 2023

Commits on Jul 27, 2023

  1. Promote Traceflow API to v1beta1

    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]>
    luolanzone committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    bc00ddc View commit details
    Browse the repository at this point in the history