diff --git a/pkg/apis/camel/v1/build_types.go b/pkg/apis/camel/v1/build_types.go index 5e2a996814..188ad42c71 100644 --- a/pkg/apis/camel/v1/build_types.go +++ b/pkg/apis/camel/v1/build_types.go @@ -28,7 +28,7 @@ import ( // BuildSpec defines the list of tasks to be execute for a Build. From Camel K version 2, it would be more appropriate // to think it as pipeline. type BuildSpec struct { - // The sequence of tasks (pipeline) to be performed. + // The sequence of tasks (pipeline) to be performed. Tasks []Task `json:"tasks,omitempty"` // The configuration that should be used to perform the Build. // Deprecated: no longer in use in Camel K 2 - maintained for backward compatibility