Merge pull request #8223 from johngmyers/openstack-staticcheck

Fix pkg/resources/openstack staticcheck failure
This commit is contained in:
Kubernetes Prow Robot 2019-12-29 21:21:39 -08:00 committed by GitHub
commit e34c12a8f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,4 @@
node-authorizer/pkg/server
pkg/resources/openstack
upup/pkg/fi
upup/pkg/fi/cloudup
upup/pkg/fi/cloudup/awstasks

View File

@ -28,8 +28,6 @@ type clusterDiscoveryOS struct {
cloud fi.Cloud
osCloud openstack.OpenstackCloud
clusterName string
zones []string
}
// ListResources lists the OpenStack resources kops manages