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

Add experimental-field-mask flags #1101

Merged

Commits on Jul 4, 2023

  1. Add experimental-field-mask flag

    Follow-up to change in cilium exposing new experimental field in
    requests: cilium/cilium#23198
    
    Usage example:
      hubble observe --experimental-field-mask time,verdict
    
    Signed-off-by: Aleksander Mistewicz <amistewicz@google.com>
    AwesomePatrol committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    a5fc840 View commit details
    Browse the repository at this point in the history
  2. Add default field mask for all non-json output formats

    It is gated behind experimental-use-default-field-masks command line
    flag (defaults to false).
    
    It also prints an error in all cases when attempting to use a custom
    field mask with non-json output format.
    
    Signed-off-by: Aleksander Mistewicz <amistewicz@google.com>
    AwesomePatrol committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    ac210ed View commit details
    Browse the repository at this point in the history
  3. Update cmd/observe_help.txt with new experimental flags

    Signed-off-by: Aleksander Mistewicz <amistewicz@google.com>
    AwesomePatrol committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    6cd37a6 View commit details
    Browse the repository at this point in the history