Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { Provider string Port int Namespace string DispatcherImage string ContainerImageRegistryURL string ContainerImageRegistryUsername string ContainerImageRegistryPassword string ContainerImageRegistryEmail string AzureClientID string AzureClientSecret string AzureSubscriptionID string AzureTenantID string AzureServiceBusNamespace string AzureResourceGroup string AzureBatchJobID string AzureBatchPoolID string AzureBatchAccountLocation string AzureBatchAccountName string AzureBatchRequiresGPU bool AzureBatchResourceGroup string AzureBatchImageRepositoryServer string AzureBatchImageRepositoryUsername string AzureBatchImageRepositoryPassword string MongoDBPort int MongoDBName string MongoDBPassword string MongoDBCollection string AzureStorageAccountName string AzureStorageAccountKey string LogLevel string PrintConfig bool }
Configuration reprsents all the config values needed to run the management server
func NewConfiguration ¶
func NewConfiguration() Configuration
NewConfiguration create an empty config
Click to show internal directories.
Click to hide internal directories.