cloudfoundry / cloudfoundry/cf-java-client
get service params possible?
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 334
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Description
We are currently working on a GitOps-Tool. This tool deploys apps to cloud foundry and uses the cf-java-client. For this we need to use params when creating a service. With CreateServiceInstanceRequest this is no problem (field Map<String, Object parameters.
Question:
How can we GET this params to a given service with the cf-java-client-API? In ServiceInstance and ServiceInstanceSummary theres not such a property.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names CreateServiceInstanceRequest, ServiceInstance, and ServiceInstanceSummary; start by tracing how service-instance responses are modeled and compare them with the Cloud Foundry API documentation for service parameters. Done means establishing whether retrieval is supported and, if it is absent, identifying the client-side API or model change needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100