File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2020#### Dependency Upgrade
2121
2222#### New Features
23-
2423* Fix #7045 : (java-generator) Extend the existingJavaTypes to support use of existing enumerations
2524
2625#### _ ** Note** _ : Breaking changes
26+ Fix #7204 : Rationalized config constructors
2727
2828### 6.14.0 (2025-06-10)
2929
Original file line number Diff line number Diff line change @@ -225,6 +225,13 @@ protected Config(boolean autoConfigure) {
225225 protected Config () {
226226 }
227227
228+ /**
229+ * Please use {@link ConfigBuilder} or static factory methods to create new instances.
230+ * <p>
231+ * All arguments constructor (only for serialization purposes).
232+ *
233+ * @param config delegate configuration for deserialization.
234+ */
228235 @ JsonCreator (mode = Mode .DELEGATING )
229236 public Config (SundrioConfig config ) {
230237 this (config , true );
You can’t perform that action at this time.
0 commit comments