cf-python-client
cf-python-client copied to clipboard
Small cloudfoundry client implemented in python
The following manifest.yml is not supported: --- applications: - name: my-app services: - name: my-service1 parameters: foo: bar herp: derp - name: my-service2 parameters: foo: bar
Is there a way with this module to push app with a manifest directly from it instead of using the cf push cli command? That would be useful. Thanks!
Hi, we are using `cloudfoundry-client==1.30.0`. Our code is part of a servicebroker with the `openbrokerapi` framework. We are trying to access the cf api with a `client_id` and a `client_secret`....
Hi - We are using cf-python-client as part of a task which downloads each app-blob in turn. As we have tens of thousands of containers, this job takes 8-10 hours...
I am getting "ValueError: Domain not found" after entering the endpoint and password, target endpoint getting from cf api, and login and password are the ones I use for AppsManager...
Please add a feature for V3 API to create custom cron jobs from the client.
When using the pushoperation `health-check-type` and related fields are ignored from a manifest file. This is caused by the v2 api of cf using the same field names, but the...
Please add ContainerAge value to the ContainerMetric https://docs.pivotal.io/platform/application-service/2-8/loggregator/container-metrics.html
Hi There Stumbled upon this issue when building out a flask application but have also noticed this when just testing the code in a simple consistent loop. Looking for pointers...