You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task Description
Implementing a flexible wild card search functionality for component instances.
Unlike our existing wild card searches, which only allow wildcards at the beginning or end of a string, this implementation should support placing the wildcard at a any position within the string.
For example: rn.cloud.sap/ccrn/kubernetes/*/-/-/-/namespace/myNamespace
Acceptance Criteria:
The wildcard (*) can be placed in the middle of the string, allowing for flexible matching of component instances.
The text was updated successfully, but these errors were encountered:
Task Description
Implementing a flexible wild card search functionality for component instances.
Unlike our existing wild card searches, which only allow wildcards at the beginning or end of a string, this implementation should support placing the wildcard at a any position within the string.
For example:
rn.cloud.sap/ccrn/kubernetes/*/-/-/-/namespace/myNamespace
Acceptance Criteria:
The wildcard (*) can be placed in the middle of the string, allowing for flexible matching of component instances.
The text was updated successfully, but these errors were encountered: