mirror of https://github.com/kubernetes/kops.git
Merge pull request #8223 from johngmyers/openstack-staticcheck
Fix pkg/resources/openstack staticcheck failure
This commit is contained in:
commit
e34c12a8f7
|
@ -1,5 +1,4 @@
|
|||
node-authorizer/pkg/server
|
||||
pkg/resources/openstack
|
||||
upup/pkg/fi
|
||||
upup/pkg/fi/cloudup
|
||||
upup/pkg/fi/cloudup/awstasks
|
||||
|
|
|
@ -28,8 +28,6 @@ type clusterDiscoveryOS struct {
|
|||
cloud fi.Cloud
|
||||
osCloud openstack.OpenstackCloud
|
||||
clusterName string
|
||||
|
||||
zones []string
|
||||
}
|
||||
|
||||
// ListResources lists the OpenStack resources kops manages
|
||||
|
|
Loading…
Reference in New Issue