|
@@ -110,43 +110,44 @@ type OutOfClusterAllocation struct {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
type CustomPricing struct {
|
|
type CustomPricing struct {
|
|
|
- Provider string `json:"provider"`
|
|
|
|
|
- Description string `json:"description"`
|
|
|
|
|
- CPU string `json:"CPU"`
|
|
|
|
|
- SpotCPU string `json:"spotCPU"`
|
|
|
|
|
- RAM string `json:"RAM"`
|
|
|
|
|
- SpotRAM string `json:"spotRAM"`
|
|
|
|
|
- GPU string `json:"GPU"`
|
|
|
|
|
- SpotGPU string `json:"spotGPU"`
|
|
|
|
|
- Storage string `json:"storage"`
|
|
|
|
|
- ZoneNetworkEgress string `json:"zoneNetworkEgress"`
|
|
|
|
|
- RegionNetworkEgress string `json:"regionNetworkEgress"`
|
|
|
|
|
- InternetNetworkEgress string `json:"internetNetworkEgress"`
|
|
|
|
|
- SpotLabel string `json:"spotLabel,omitempty"`
|
|
|
|
|
- SpotLabelValue string `json:"spotLabelValue,omitempty"`
|
|
|
|
|
- GpuLabel string `json:"gpuLabel,omitempty"`
|
|
|
|
|
- GpuLabelValue string `json:"gpuLabelValue,omitempty"`
|
|
|
|
|
- ServiceKeyName string `json:"awsServiceKeyName,omitempty"`
|
|
|
|
|
- ServiceKeySecret string `json:"awsServiceKeySecret,omitempty"`
|
|
|
|
|
- SpotDataRegion string `json:"awsSpotDataRegion,omitempty"`
|
|
|
|
|
- SpotDataBucket string `json:"awsSpotDataBucket,omitempty"`
|
|
|
|
|
- SpotDataPrefix string `json:"awsSpotDataPrefix,omitempty"`
|
|
|
|
|
- ProjectID string `json:"projectID,omitempty"`
|
|
|
|
|
- AthenaBucketName string `json:"athenaBucketName"`
|
|
|
|
|
- AthenaRegion string `json:"athenaRegion"`
|
|
|
|
|
- AthenaDatabase string `json:"athenaDatabase"`
|
|
|
|
|
- AthenaTable string `json:"athenaTable"`
|
|
|
|
|
- BillingDataDataset string `json:"billingDataDataset,omitempty"`
|
|
|
|
|
- CustomPricesEnabled string `json:"customPricesEnabled"`
|
|
|
|
|
- AzureSubscriptionID string `json:"azureSubscriptionID"`
|
|
|
|
|
- AzureClientID string `json:"azureClientID"`
|
|
|
|
|
- AzureClientSecret string `json:"azureClientSecret"`
|
|
|
|
|
- AzureTenantID string `json:"azureTenantID"`
|
|
|
|
|
- AzureBillingRegion string `json:"azureBillingRegion"`
|
|
|
|
|
- CurrencyCode string `json:"currencyCode"`
|
|
|
|
|
- Discount string `json:"discount"`
|
|
|
|
|
- NegotiatedDiscount string `json:"negotiatedDiscount"`
|
|
|
|
|
- ClusterName string `json:"clusterName"`
|
|
|
|
|
|
|
+ Provider string `json:"provider"`
|
|
|
|
|
+ Description string `json:"description"`
|
|
|
|
|
+ CPU string `json:"CPU"`
|
|
|
|
|
+ SpotCPU string `json:"spotCPU"`
|
|
|
|
|
+ RAM string `json:"RAM"`
|
|
|
|
|
+ SpotRAM string `json:"spotRAM"`
|
|
|
|
|
+ GPU string `json:"GPU"`
|
|
|
|
|
+ SpotGPU string `json:"spotGPU"`
|
|
|
|
|
+ Storage string `json:"storage"`
|
|
|
|
|
+ ZoneNetworkEgress string `json:"zoneNetworkEgress"`
|
|
|
|
|
+ RegionNetworkEgress string `json:"regionNetworkEgress"`
|
|
|
|
|
+ InternetNetworkEgress string `json:"internetNetworkEgress"`
|
|
|
|
|
+ SpotLabel string `json:"spotLabel,omitempty"`
|
|
|
|
|
+ SpotLabelValue string `json:"spotLabelValue,omitempty"`
|
|
|
|
|
+ GpuLabel string `json:"gpuLabel,omitempty"`
|
|
|
|
|
+ GpuLabelValue string `json:"gpuLabelValue,omitempty"`
|
|
|
|
|
+ ServiceKeyName string `json:"awsServiceKeyName,omitempty"`
|
|
|
|
|
+ ServiceKeySecret string `json:"awsServiceKeySecret,omitempty"`
|
|
|
|
|
+ SpotDataRegion string `json:"awsSpotDataRegion,omitempty"`
|
|
|
|
|
+ SpotDataBucket string `json:"awsSpotDataBucket,omitempty"`
|
|
|
|
|
+ SpotDataPrefix string `json:"awsSpotDataPrefix,omitempty"`
|
|
|
|
|
+ ProjectID string `json:"projectID,omitempty"`
|
|
|
|
|
+ AthenaBucketName string `json:"athenaBucketName"`
|
|
|
|
|
+ AthenaRegion string `json:"athenaRegion"`
|
|
|
|
|
+ AthenaDatabase string `json:"athenaDatabase"`
|
|
|
|
|
+ AthenaTable string `json:"athenaTable"`
|
|
|
|
|
+ BillingDataDataset string `json:"billingDataDataset,omitempty"`
|
|
|
|
|
+ CustomPricesEnabled string `json:"customPricesEnabled"`
|
|
|
|
|
+ AzureSubscriptionID string `json:"azureSubscriptionID"`
|
|
|
|
|
+ AzureClientID string `json:"azureClientID"`
|
|
|
|
|
+ AzureClientSecret string `json:"azureClientSecret"`
|
|
|
|
|
+ AzureTenantID string `json:"azureTenantID"`
|
|
|
|
|
+ AzureBillingRegion string `json:"azureBillingRegion"`
|
|
|
|
|
+ CurrencyCode string `json:"currencyCode"`
|
|
|
|
|
+ Discount string `json:"discount"`
|
|
|
|
|
+ NegotiatedDiscount string `json:"negotiatedDiscount"`
|
|
|
|
|
+ SharedCosts map[string]string `json:"sharedCost"`
|
|
|
|
|
+ ClusterName string `json:"clusterName"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Provider represents a k8s provider.
|
|
// Provider represents a k8s provider.
|