-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to contribute a port of the rollout status code... have a few questions before I proceed #6243
Comments
My solution consists of
Does this broad structuring sound reasonable at first glance. |
Some of this is previously discussed in #2904 |
Also
|
Haven't digged much on the Go implementation, but your proposal seems reasonable. Maybe the interface should be later extended by
Check the tests we have for rollable scalable resources in general. Also, checking the Go implementation, you might want to expose the logic in a package-private way so that you can create unit tests to verify all possible conditions.
Formatting is automatic upon compilation. You can also apply format running Not that you'll also need to add license headers for any new class or file you create /cc @shawkins |
Well Daemonsets haven't been implemented for this on the fabric8 side, and I don't really have time to add that too. |
Thanks, I've requested permission from my company, and once that's resolved will open a PR linked to this issue. |
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
So I finally got approval a week or two. Trying to find time to repackage the code. This will probably be in december as abut to have a heart operation |
Is your enhancement related to a problem? Please describe
https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/kubectl/pkg/polymorphichelpers/rollout_status.go
Describe the solution you'd like
I have ported this and the basic tests. Please understand this is a partial port in that I'm not trying to port the watcher or other such logic, just the "instantaneous" status. But it's a grea building block.
So my questions:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: