Last active
March 28, 2022 17:42
-
-
Save mandarjog/24b37f1685c4b23ccdb8533e223c55b2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
filters: | |
OR: | |
- { attr.ip: 1.2.3.4/32 } | |
- { attr.ip: 1.2.3.5/32 } | |
- AND: | |
- { attr.region: us-west1 } | |
- { dept: eng } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using a oneof that supports basic and full ast version -
We may not have to change the protobuf defintion if we use the oneof?