mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 15:13:08 +00:00
nolint:staticcheck,ineffassign Convert function
This commit is contained in:
@@ -55,7 +55,7 @@ type fakeObjectConvertor struct {
|
||||
apiVersion fieldpath.APIVersion
|
||||
}
|
||||
|
||||
//nolint:staticcheck // SA4009 backwards compatibility
|
||||
//nolint:staticcheck,ineffassign // SA4009 backwards compatibility
|
||||
func (c *fakeObjectConvertor) Convert(in, out, context interface{}) error {
|
||||
if typedValue, ok := in.(*typed.TypedValue); ok {
|
||||
var err error
|
||||
|
Reference in New Issue
Block a user