We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972da7b commit 528ab4fCopy full SHA for 528ab4f
tools/clientcmd/api/v1/conversion.go
@@ -165,7 +165,7 @@ func Convert_Map_string_To_runtime_Object_To_Slice_v1_NamedExtension(in *map[str
165
newExtension := (*in)[key]
166
oldExtension := runtime.RawExtension{}
167
if err := runtime.Convert_runtime_Object_To_runtime_RawExtension(&newExtension, &oldExtension, s); err != nil {
168
- return nil
+ return err
169
}
170
namedExtension := NamedExtension{key, oldExtension}
171
*out = append(*out, namedExtension)
0 commit comments