cf-java-client
cf-java-client copied to clipboard
Java Client Library for Cloud Foundry
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...
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 > -- | --...
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...
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.
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...
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...
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...
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?
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...
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 |...