Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Kubernetes V1Controller Cleanup #3752

Merged
merged 3 commits into from
Jan 3, 2022

Conversation

surahman
Copy link
Member

@surahman surahman commented Jan 3, 2022

There are no functional changes in this PR. I have added all the outstanding Javadocs to the methods in the V1Controller and relocated

public static double roundDecimal(double value, int places) {
double scale = Math.pow(10, places);
return Math.round(value * scale) / scale;
}

to the more appropriate KubernetesUtils class.

Resolves #3707, #3723, #3747.

Moved <roundDecimal> to more appropriate place.
Added missing Javadoc comments.
@surahman surahman linked an issue Jan 3, 2022 that may be closed by this pull request
@surahman surahman requested a review from nicknezis January 3, 2022 01:05
@nicknezis nicknezis merged commit fab089c into apache:master Jan 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants