]
Jeff MAURY updated JBIDE-21666:
-------------------------------
Fix Version/s: 4.5.0.AM1
(was: 4.4.x)
Properties view: Set correct OpenShift resource name for Replication
controller in properties view
--------------------------------------------------------------------------------------------------
Key: JBIDE-21666
URL:
https://issues.jboss.org/browse/JBIDE-21666
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.3.1.CR1
Reporter: Marián Labuda
Labels: openshift_v3, properties
Fix For: 4.5.0.AM1
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).