You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate Ingress API version from extensions/v1beta1 to networking.k8s.io/v1 (#14)
* Upgrade go version to 1.19
* Migrating to Go modules
* Use buffered channel
go vet
./main.go:142:2: misuse of unbuffered os.Signal channel as argument to signal.Notify
./main.go:143:2: misuse of unbuffered os.Signal channel as argument to signal.Notify
* Use go install
* Update k8s.io/client-go to v0.23.10
* Use NetworkingV1().Ingresses()
0 commit comments