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
* update endpoint validation
Signed-off-by: Stephanie <[email protected]>
* update unit test
Signed-off-by: Stephanie <[email protected]>
* update the test error check to be more clear
Signed-off-by: Stephanie <[email protected]>
* add unit test for two kube components
Signed-off-by: Stephanie <[email protected]>
---------
Signed-off-by: Stephanie <[email protected]>
Copy file name to clipboardExpand all lines: pkg/validation/validation-rule.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The validation will be done as part of schema validation, the rule will be intro
14
14
15
15
### Endpoints:
16
16
- all the endpoint names are unique across components
17
-
- endpoint ports must be unique across components -- two components cannot have the same target port, but one component may have two endpoints with the same target port. This restriction does not apply to container components with `dedicatedPod` set to `true`.
17
+
- endpoint ports must be unique across container components -- two container components cannot have the same target port, but one container component may have two endpoints with the same target port. This restriction does not apply to container components with `dedicatedPod` set to `true`.
0 commit comments