-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix (kubernetes-client-api) :
Config
's autoConfigure
should disab…
…le auto configuration `Config`'s autoConfigure field should behave as per expectations. In order to make auto configuration configurable via builder, we need to move it after builder initialization is done. Do not autoConfigure in the default constructor `new Config()`. Auto configuration would be done in the final constructor annotated with the sundrio's `@Buildable` annotation. Then merge user provided fields with autoConfigured values. Signed-off-by: Rohan Kumar <[email protected]>
- Loading branch information
1 parent
ad4fcaf
commit c1a47c8
Showing
5 changed files
with
520 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.