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.
2 parents 93d38ce + b939fb5 commit c0bd1dfCopy full SHA for c0bd1df
pkg/problemclient/problem_client.go
@@ -93,7 +93,7 @@ func (c *nodeProblemClient) SetConditions(newConditions []api.NodeCondition) err
93
}
94
patch, err := generatePatch(newConditions)
95
if err != nil {
96
- return nil
+ return err
97
98
return c.client.Patch(api.StrategicMergePatchType).Resource("nodes").Name(c.nodeName).SubResource("status").Body(patch).Do().Error()
99
0 commit comments