ipolyzos commented on a change in pull request #1615:
URL: https://github.com/apache/camel-k/pull/1615#discussion_r455821020



##########
File path: pkg/apis/camel/v1/integration_types.go
##########
@@ -70,6 +70,7 @@ type IntegrationStatus struct {
 // 
+kubebuilder:printcolumn:name="Phase",type=string,JSONPath=`.status.phase`,description="The
 integration phase"
 // 
+kubebuilder:printcolumn:name="Kit",type=string,JSONPath=`.status.kit`,description="The
 integration kit"
 // 
+kubebuilder:printcolumn:name="Replicas",type=integer,JSONPath=`.status.replicas`,description="The
 number of pods"
+// 
+kubebuilder:resource:path=integrations,scope=Namespaced,shortName=it,categories=kamel;camel

Review comment:
       done, thanks :)

##########
File path: pkg/apis/camel/v1/camelcatalog_types.go
##########
@@ -75,6 +75,7 @@ type CamelCatalogStatus struct {
 // +kubebuilder:subresource:status
 // +kubebuilder:printcolumn:name="Runtime 
Version",type=string,JSONPath=`.spec.runtime.version`,description="The Camel K 
Runtime version"
 // +kubebuilder:printcolumn:name="Runtime 
Provider",type=string,JSONPath=`.spec.runtime.provider`,description="The Camel 
K Runtime provider"
+// 
+kubebuilder:resource:path=integrations,scope=Namespaced,shortName=it,categories=kamel;camel

Review comment:
       done, thanks :)

##########
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=it,categories=kamel;camel

Review comment:
       done, 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]


Reply via email to