claudio4j commented on code in PR #4968: URL: https://github.com/apache/camel-k/pull/4968#discussion_r1419009263
########## pkg/apis/camel/v1/trait/builder.go: ########## @@ -66,4 +66,6 @@ type BuilderTrait struct { TasksLimitCPU []string `property:"tasks-limit-cpu" json:"tasksLimitCPU,omitempty"` // A list of limit memory configuration for the specific task with format `<task-name>:<limit-memory-conf>`. TasksLimitMemory []string `property:"tasks-limit-memory" json:"tasksLimitMemory,omitempty"` + // Defines a set of nodes the builder pod is eligible to be scheduled on, based on labels on the node. + NodeSelector map[string]string `json:"nodeSelector,omitempty"` Review Comment: It's missing the `property:"node-selector"` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org