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

Rolling restage for applications

Open sms0070 opened this issue 4 years ago • 1 comments

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.

sms0070 avatar May 26 '21 12:05 sms0070

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.

dmikusa avatar May 26 '21 12:05 dmikusa