Peripli / service-manager

Service Manager Core
Apache License 2.0
69 stars 28 forks source link

contains operator for fieldQuery and labelQuery #654

Closed sigalmaya closed 3 years ago

sigalmaya commented 3 years ago

This pull request features support for a new operator "contains" operator. "contains operator is applicable for fieldQuery and labelQuery for get and delete APIs. for example to retrieve all platforms that their name contains "service", use: v1/platforms?fieldQuery="name contains 'service'"