cf-java-client icon indicating copy to clipboard operation
cf-java-client copied to clipboard

Java Client Library for Cloud Foundry

Results 113 cf-java-client issues
Sort by recently updated
recently updated
newest added

The V2 service bindings API supports and `accepts_incomplete` query parameter ([create binding example](https://apidocs.cloudfoundry.org/13.2.0/service_bindings/create_a_service_binding.html)), which can be set to `true` by clients wanting to perform asynchronous service binding operations. It's not...

client
triaged
enhancement

The OSB API states regarding a service offering metadata that its updateable flag can be overriden in plans. https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#service-offering-object > Response Field | Type | Description > -- | --...

bug
client
triaged

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...

question
triaged

The Java client currently does not implement the V3 Info API. https://v3-apidocs.cloudfoundry.org/version/3.97.0/index.html#info You can get around this by constructing your own reactor info v3 endpoint for now.

client
triaged
enhancement

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 the rolling-update functionality but are not sure if...

operations
triaged

Hello, As per the CLI documentation, I could create a service instance using a specific broker by passing broker name as argument ("-b") like the way it is explained in...

operations
triaged
enhancement

There is no API similar to CLI to create network policy between application across space and organization. Below is an example of the CLI to do the same: cf add-network-policy...

operations
triaged
enhancement

It seems there is no bulk operation for creating or removing network-policies in the current version. Do have a backlog-item for this feature?

question
triaged

I need to set PCF health-check invocation-timeout through manifest file. In manifest.yaml file cloudfoundry.health-check: "HTTP" cloudfoundry.health-check-http-endpoint: "/actuator/health" cloudfoundry.health-check-timeout: "130" cloudfoundry.health-check-invocation-timeout: "10" In this, first 3 properties are able to set...

operations
triaged
enhancement

I tried to find how could I suspend an organization, based on the suspend option in update rest api endpoint http://v3-apidocs.cloudfoundry.org/version/3.101.0/index.html#update-an-organization Definition PATCH /v3/organizations/:guid Optional parameters Name | Type |...

client
triaged
enhancement