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

Fix libraries in filter.go to reflect how GCE API list filtering works currently #6

Merged
merged 1 commit into from
Feb 2, 2019

Conversation

rramkumar1
Copy link
Contributor

@rramkumar1 rramkumar1 commented Jan 30, 2019

Biggest changes:

  1. Regex is represented by '~' rather than 'eq'
  2. int or bool equality is represented by "=" rather than "=="

Will only submit once I verify this works against GCE.

/assign @bowei


This change is Reviewable

@rramkumar1
Copy link
Contributor Author

/close

Apparently, regex is only supported via the gcloud interface so this PR would not work for any other clients.

@rramkumar1 rramkumar1 closed this Feb 1, 2019
@rramkumar1
Copy link
Contributor Author

Reopening since these changes still help in supporting regex for local matching.

@rramkumar1 rramkumar1 reopened this Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants