pkg/node/node.go
Showing 1 of 1 total issue
Method node.NodePublishVolume
has 6 return statements (exceeds 4 allowed). Open
Open
func (ns node) NodePublishVolume(ctx context.Context, req *csi.NodePublishVolumeRequest) (*csi.NodePublishVolumeResponse, error) { if err := checkNodePublishVolumeRequest(req); err != nil { return nil, status.Errorf(codes.InvalidArgument, "invalid NodePublishVolumeRequest: %s", err) }