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
invalidCmdErrWithImportAttributes:=".*command does not map to a container component, imported from uri: http://127.0.0.1:8080, in parent overrides from main devfile"
86
+
invalidCmdErrWithImportAttributes:=".*command does not map to a valid component, imported from uri: http://127.0.0.1:8080, in parent overrides from main devfile"
Copy file name to clipboardExpand all lines: pkg/validation/validation-rule.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,9 @@ Since network is shared in the same pod, endpoint ports should be unique across
23
23
- Should not reference itself via a subcommand
24
24
- Should not indirectly reference itself via a subcommand which is a composite command
25
25
- Should reference a valid devfile command
26
-
3. exec and apply command should: map to a valid container component
27
-
4.`{build, run, test, debug}`, each kind of group can only have one default command associated with it. If there are multiple commands of the same kind without a default, a warning will be displayed.
26
+
3. exec command should: map to a valid container component
27
+
4. apply command should: map to a valid container/kubernetes/openshift/image component
28
+
5.`{build, run, test, debug, deploy}`, each kind of group can only have one default command associated with it. If there are multiple commands of the same kind without a default, a warning will be displayed.
0 commit comments