types

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2018 License: MIT Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL