pkg/webhook/resourcesemantics
Matt Moore 92ed919344
Fix: Mute the linter on error return values. (#2627)
🐛 My previous change has revive/stylecheck warnings because I made the `warn` return value `[]error` and it wants the `error` last, which is kind of silly.

This mutes the linter on this signature, since it hits both revive and stylecheck

/kind bug
2022-11-02 19:46:06 +00:00
..
conversion update boilerplate date (#2539) 2022-06-30 22:25:31 +00:00
defaulting sets mutating webhook ReinvocationPolicy to ifNeeded (#2472) 2022-06-07 15:53:37 +00:00
validation Fix: Mute the linter on error return values. (#2627) 2022-11-02 19:46:06 +00:00
interface.go Fix #2115, allow selective verbs / subresources for webhooks. (#2547) 2022-08-24 01:10:17 +00:00