-
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
Remove deprecated methods from KubernetesClientException class #6629 #6633
Conversation
…8io#6629 Remove deprecated constructors and methods and ran the tests to ensure nothing is failing
this(message, t, -1, null, | ||
RequestMetadata.builder().group(group).version(version).plural(resourcePlural).namespace(namespace).build()); | ||
} | ||
// Removed deprecated constructors and methods |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this comment. This should be part of your commit message instead.
} | ||
return launderThrowable(sb.toString(), cause); | ||
} | ||
// Removed deprecated constructors and methods |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this comment.
Ran the mvn spotless:apply
Removed comments
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thx!
Remove deprecated constructors and methods and ran the tests to ensure nothing is failing
Description
Fixes #6629
Type of change
test, version modification, documentation, etc.)
Checklist