We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7b674 commit f8a1a00Copy full SHA for f8a1a00
pkg/apis/camel/v1/build_types.go
@@ -26,7 +26,7 @@ import (
26
// Important: Run "make generate-deepcopy" to regenerate code after modifying this file
27
28
// BuildSpec defines the list of tasks to be execute for a Build. From Camel K version 2, it would be more appropriate
29
-// to think it as pipeline.
+// to think it as pipeline. JUST BECAUSE.
30
type BuildSpec struct {
31
// The sequence of tasks (pipeline) to be performed.
32
Tasks []Task `json:"tasks,omitempty"`
0 commit comments