cloudusage.go 736 B

12345678910111213
  1. package kubecost
  2. // CloudUsage is temporarily aliased as the Cloud Asset type until further infrastructure and pages can be built to support its usage
  3. type CloudUsage = Cloud
  4. // CloudUsageSet is temporarily aliased as the AssetSet until further infrastructure and pages can be built to support its usage
  5. type CloudUsageSet = AssetSet
  6. // CloudUsageSetRange is temporarily aliased as the AssetSetRange until further infrastructure and pages can be built to support its usage
  7. type CloudUsageSetRange = AssetSetRange
  8. // CloudUsageAggregationOptions is temporarily aliased as the AssetAggregationOptions until further infrastructure and pages can be built to support its usage
  9. type CloudUsageAggregationOptions = AssetAggregationOptions