]
Andre Dietisheim updated JBIDE-20004:
-------------------------------------
Fix Version/s: 4.3.0.Beta2
OpenShift v3 resources names should be camelcasized or splitted by
space character
----------------------------------------------------------------------------------
Key: JBIDE-20004
URL:
https://issues.jboss.org/browse/JBIDE-20004
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.0.Beta1
Reporter: Marián Labuda
Priority: Minor
Fix For: 4.3.0.Beta2
Currently OpenShift v3 resources are as one long name and without camel case practice or
spaces or spaces with capitalized first letters. It would be better to have more
appropriate format.
Affected resources:
* Buildconfigs should be "Build configs" or "BuildConfigs" or
"Build Configs"
* Deploymentsconfigs should be "Deployment configs" or
"DeploymentConfigs" or "Deployment Configs"
* Imagestream should be "Image streams" or "ImageStreams" or
"Image Streams"
* Replicationcontrollers should be "Replication controllers" or
"ReplicationControllers" or "Replication Controllers"
I would suggest to use capitalized separated wording but I leave it up to decision of
developer.