cloudfoundry / cf-java-client

Java Client Library for Cloud Foundry
Apache License 2.0
328 stars 318 forks source link

Rolling restage for applications #1104

Open sms0070 opened 3 years ago

sms0070 commented 3 years ago

Hi,

https://cli.cloudfoundry.org/it-IT/v7/restage.html provides a way to restage applications using rolling strategy. Is there any increment planned to provide this API?

If this is already supported, kindly let me know.

dmikusa commented 3 years ago

I didn't look into it deeply, but I suspect it's a similar situation to https://github.com/cloudfoundry/cf-java-client/issues/1103. That you could mimic this behavior using the cloud foundry client, but that cloud foundry operations does not yet have support for this. If you're seeing otherwise, please let me know.

See http://v3-apidocs.cloudfoundry.org/version/3.101.0/index.html#restage

If you or anyone is interested, adding support to cloud foundry operations would be an excellent PR opportunity.