]
Marián Labuda updated JBIDE-21666:
----------------------------------
Priority: Critical (was: Major)
Set correct OpenShift resource name for Repplication controller in
properties view
----------------------------------------------------------------------------------
Key: JBIDE-21666
URL:
https://issues.jboss.org/browse/JBIDE-21666
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.CR1
Reporter: Marián Labuda
Priority: Critical
Labels: openshift_v3
At the moment we have following OpenShift resources listed for a project in Properties
view:
* Builds
* Build Configs
* Deployment Configs
* Pods
* Deployments
* Image Streams
* Routes
* Services
What is misleading is having "Deployment Configs" and "Deployments".
We are trying to copy web-UI, as far as I know. But in the web-UI under Deployments are
placed "Deployment Configs". We, under "Deployments" in properties
view, have "Replication Controllers". So its misleading for me. I think we
should rename our Deployment Configs to Deployment and our Deployments to Replication
Controllers, which are missing in web-ui because the most significant functionality
accessible via Replication Controllers is editable in web-ui through overview page (e.g
spinner for amount of pods).