This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch release-2.3.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit a790d13b0af233c31a24ba9ddf01cfc5127965d4
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Apr 18 16:45:57 2024 +0200

    chore(api): remove deprecated ip shortname
---
 helm/camel-k/crds/crd-integration-platform.yaml                         | 1 -
 pkg/apis/camel/v1/integrationplatform_types.go                          | 2 +-
 .../config/crd/bases/camel.apache.org_integrationplatforms.yaml         | 1 -
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/helm/camel-k/crds/crd-integration-platform.yaml 
b/helm/camel-k/crds/crd-integration-platform.yaml
index c66c8dd5f..9d04b2ad8 100644
--- a/helm/camel-k/crds/crd-integration-platform.yaml
+++ b/helm/camel-k/crds/crd-integration-platform.yaml
@@ -34,7 +34,6 @@ spec:
     listKind: IntegrationPlatformList
     plural: integrationplatforms
     shortNames:
-    - ip
     - itp
     singular: integrationplatform
   scope: Namespaced
diff --git a/pkg/apis/camel/v1/integrationplatform_types.go 
b/pkg/apis/camel/v1/integrationplatform_types.go
index 3adb13079..44a7c9a63 100644
--- a/pkg/apis/camel/v1/integrationplatform_types.go
+++ b/pkg/apis/camel/v1/integrationplatform_types.go
@@ -64,7 +64,7 @@ type IntegrationPlatformStatus struct {
 
 // +genclient
 // +kubebuilder:object:root=true
-// 
+kubebuilder:resource:path=integrationplatforms,scope=Namespaced,shortName=ip;itp,categories=kamel;camel
+// 
+kubebuilder:resource:path=integrationplatforms,scope=Namespaced,shortName=itp,categories=kamel;camel
 // +kubebuilder:subresource:status
 // +kubebuilder:storageversion
 // 
+kubebuilder:printcolumn:name="Phase",type=string,JSONPath=`.status.phase`,description="The
 integration platform phase"
diff --git 
a/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml 
b/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml
index c66c8dd5f..9d04b2ad8 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml
@@ -34,7 +34,6 @@ spec:
     listKind: IntegrationPlatformList
     plural: integrationplatforms
     shortNames:
-    - ip
     - itp
     singular: integrationplatform
   scope: Namespaced

Reply via email to