Skip to content

Commit

Permalink
Fixes on list VMs.
Browse files Browse the repository at this point in the history
I guess this was built on an older version of the extension-provider-metal, but we saw that in this implementation the list was always empty (even though there were workers). This should fix it.
  • Loading branch information
Gerrit91 committed Sep 14, 2020
1 parent 6f0c581 commit 7ba1888
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 24 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.15
require (
github.com/gardener/machine-controller-manager v0.34.0
github.com/metal-stack/metal-go v0.8.3
github.com/metal-stack/metal-lib v0.6.1
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.2
github.com/spf13/pflag v1.0.5
Expand Down
Loading

0 comments on commit 7ba1888

Please sign in to comment.