[
https://issues.jboss.org/browse/JBIDE-14698?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-14698:
------------------------------------------
I see gear sizes available when getting
https://openshift.redhat.com/broker/rest/user
{code}
<capabilities/>
<subaccounts>false</subaccounts>
<gear-sizes>
<gear-size>small<:/gear-size>
<gear-size>medium<:/gear-size>
</gear-sizes>
</capabilities>
{code}
and they also show up in the optional parameters when creating an application:
{code}
<link>
<rel>Create new application</rel>
<method>POST</method>
<
href>https://openshift.redhat.com/broker/rest/domains/foobarz/applicat...
...
<optional-param>
<name>gear_profile</name>
<type>string</type>
<description>The size of the gear</description>
<valid-options>
<valid-option>small</valid-option>
<valid-option>medium</valid-option>
</valid-options>
<default-value>small</default-value>
</optional-param>
{code}
openshift-java-client: add support for reading available
GearProfiles
---------------------------------------------------------------------
Key: JBIDE-14698
URL:
https://issues.jboss.org/browse/JBIDE-14698
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.1.0.Beta1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 4.1.0.Beta2
The openshift-java-client currently wont let you query the PaaS for the available
GearProfile(s).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira