We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa4af3 commit 6ef4597Copy full SHA for 6ef4597
cloud/services/compute/instance/qemu.go
@@ -88,10 +88,6 @@ func (s *Service) getNodes() ([]*api.Node, error) {
88
return s.client.Nodes(context.TODO())
89
}
90
91
-func (s *Service) getNode(ctx context.Context, name string) (*api.Node, error) {
92
- return s.client.Node(ctx, name)
93
-}
94
-
95
// GetRandomNode returns a node chosen randomly
96
func (s *Service) getRandomNode() (*api.Node, error) {
97
nodes, err := s.getNodes()
0 commit comments