Yevgen Flerko

Results 26 comments of Yevgen Flerko

Thanks. Meanwhile, i did required changes to [Go Provider](https://github.com/kernel164/gofe) and now it able to work with version 1.5 of your interface and higher, not all API functions a ready yet,...

@joni2back one more request/suggestion is to add api and its button representation to interface for LogOut if backend supports authorization , while login page can be done separately from main...

Here is Ready for Use compiled version for Linux: https://github.com/md2k/gofe/releases/tag/0.1

Hm, maybe it because i'm explicitly set DC to deploy.... my bad :) `hcloud-controller-manager` when i tried to deploy it - it has failed. not sure already what problem was,...

yeah.. here another problem with multi-zone... floating IP bounded to DC... so it will be complicated to balance traffic and can create complications for ingress controllers :( unless we can...

@xetys @mavimo can you take a look. `merge` functionality still in progress, but near weekend will be done. also will be nice if you can point me why go.mod have...

To perform merge i'm going to use same approach as for sanitization of config (client-go, they have all required api for this), stole this way from official kubectl part, just...

@mavimo @xetys added merge, tested multiple time with my local setup. it is safe to use. Current behavior simply overwrite if same context already exists. not sure if we need...

Hi @mavimo, we can cover it with tests for sure, only i'm not sure it is truly necessary at this part (but it is my vision). To make more complex...

Other suggestions i'll fix today evening.