(resourceID string)
| 41 | } |
| 42 | |
| 43 | func isValidResourceID(resourceID string) bool { |
| 44 | return resourceIDMatcher.MatchString(resourceID) |
| 45 | } |
| 46 | |
| 47 | // validateLabels validates labels according to the requirements. |
| 48 | // Labels must follow these rules: |
no outgoing calls