Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetProvider ¶
func GetProvider(name string, cfg InitConfig) (providers.Provider, error)
GetProvider gets the provider specified by the given name
Types ¶
type InitConfig ¶
type InitConfig struct { ConfigPath string NodeName string OperatingSystem string InternalIP string DaemonPort int32 ResourceManager *manager.ResourceManager }
InitConfig is the config passed to initialize a registered provider.
Click to show internal directories.
Click to hide internal directories.