cloudfoundry / cloudfoundry/cf-java-client

Add v3 organization quotas and service keys APIs

Open
#1,168 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

client enhancement triaged
Dominant language
Java
Stars
334
Forks
319
PR merge metrics
No merged PRs in 30d

Description

Hi guys,
I am upgrading java client API from v2 to v3. I am using cloudfoundry-client-5.9.0.RELEASE.jar lib. But I found some functions missing in V3 version, but available in V2. I am not sure if it's my mistake or v3 lib is not complete. Such as:

  1. Get organization quotas.
    I can't find an API to get organization quotas, such as memory and instance limit. But v2 API provide
    organizationQuotaDefinitions interface.
  2. Service Key operations.
    How to create, delete or get a service key by V3 API?
    If V3 is not providing the API, so we have to use V2 for them?
    It's very appreciative if anyone could help answer the questions.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing the V2 organizationQuotaDefinitions interface with the V3 APIs exposed by cloudfoundry-client-5.9.0.RELEASE.jar, then inspect the existing V3 organization quota and service key entry points. Done means the V3 client exposes organization quota retrieval and service key create, delete, and get operations, or clearly documents why V2 remains required.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.