ipolyzos commented on a change in pull request #1615: URL: https://github.com/apache/camel-k/pull/1615#discussion_r455834809
########## File path: pkg/apis/camel/v1/build_types.go ########## @@ -147,6 +147,7 @@ const ( // Change format to 'duration' when CRD uses OpenAPI spec v3 (https://github.com/OAI/OpenAPI-Specification/issues/845) // +kubebuilder:printcolumn:name="Duration",type=string,JSONPath=`.status.duration`,description="The build last execution duration" // +kubebuilder:printcolumn:name="Attempts",type=integer,JSONPath=`.status.failure.recovery.attempt`,description="The number of execution attempts" +// +kubebuilder:resource:path=builds,scope=Namespaced,shortName=ikb,categories=kamel;camel Review comment: Ture, I have now removed the duplication, thanks. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
