cloudfoundry/go-cfclient

Support other deployment strategies for CF Push

Gourab1998 opened this issue · 2 comments

It would be great to have deployment strategies like blue-green and rolling in CF push to avoid interruption

That would be a nice addition. I personally don't have a reason to implement this yet, but perhaps you would want to take a stab at a PR?

What are your thoughts about making all the optional fields in manifest.go pointers instead of concrete types?
True, every field would then need a separate setter or pointer assignment, let me know your thoughts on this.