You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the field is hidden and the constructor is not propagating the variable to the super class by invoking the super(...) method, any call to getConfig() from within this class to return null.
Thus, some of the following configurations never apply:
Description
RawCustomResourceOperationsImpl
hides theOperationSupport
protected final Config
field by declaring a field with the same name (same applies to a few other fields).Since the field is hidden and the constructor is not propagating the variable to the super class by invoking the
super(...)
method, any call togetConfig()
from within this class to return null.Thus, some of the following configurations never apply:
kubernetes-client/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/dsl/internal/RawCustomResourceOperationsImpl.java
Lines 634 to 638 in 10d55aa
kubernetes-client/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/dsl/internal/RawCustomResourceOperationsImpl.java
Lines 644 to 648 in 10d55aa
kubernetes-client/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/dsl/internal/RawCustomResourceOperationsImpl.java
Lines 671 to 675 in 10d55aa
Relates to #2688
The text was updated successfully, but these errors were encountered: