Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMapKeys ¶
Types ¶
type AwsSKUHandler ¶
type AwsSKUHandler struct {
// contains filtered or unexported fields
}
func NewAwsSKUHandler ¶
func NewAwsSKUHandler() *AwsSKUHandler
func (*AwsSKUHandler) GetGPUConfigs ¶
func (a *AwsSKUHandler) GetGPUConfigs() map[string]GPUConfig
func (*AwsSKUHandler) GetSupportedSKUs ¶
func (a *AwsSKUHandler) GetSupportedSKUs() []string
type AzureSKUHandler ¶
type AzureSKUHandler struct {
// contains filtered or unexported fields
}
func NewAzureSKUHandler ¶
func NewAzureSKUHandler() *AzureSKUHandler
func (*AzureSKUHandler) GetGPUConfigs ¶
func (a *AzureSKUHandler) GetGPUConfigs() map[string]GPUConfig
func (*AzureSKUHandler) GetSupportedSKUs ¶
func (a *AzureSKUHandler) GetSupportedSKUs() []string
type CloudSKUHandler ¶
func GetCloudSKUHandler ¶ added in v0.3.1
func GetCloudSKUHandler(cloud string) CloudSKUHandler
Click to show internal directories.
Click to hide internal directories.