kubernetes/pkg/cloudprovider/openstack
Angus Lees 437853b8cd Keep resources as numeric values
Previously, this code converted to a string and reparsed back to a
numeric Quantity.  Keeping it numeric avoids the overhead, but also
removes a (theoretical) run-time panic if the re-parse failed.

In addition, since Quantity can now store quantities <1, convert
openstack.org/rxTxFactor back to its original ratio, rather than
arbitrarily scaling it up by 1000.
2015-03-16 15:35:45 +11:00
..
MAINTAINERS.md Add skeleton for new OpenStack cloud provider 2014-10-15 13:52:12 +11:00
openstack.go Keep resources as numeric values 2015-03-16 15:35:45 +11:00
openstack_test.go Let CloudProvider return list of NodeAddress, not just one net.IP 2015-03-11 16:50:26 -07:00