mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-12 09:02:13 -04:00
Automatic merge from submit-queue (batch tested with PRs 47958, 46261, 46667, 47709, 47579) Delete meaningless err check **What this PR does / why we need it**: Delete meaningless err check We don't need to care about err check. In cited function, if err is not nil, I return t.Errorf directly. So it does not matter that whether data is nil or err is nil. **Release note**: ```release-note\ NONE ``` |
||
|---|---|---|
| .. | ||
| testdata/v1 | ||
| BUILD | ||
| doc.go | ||
| events.go | ||
| events_test.go | ||
| OWNERS | ||
| schema.go | ||
| schema_test.go | ||
| validation.go | ||
| validation_test.go | ||