driverinfomanager

package
v0.0.0-...-8fc61e2 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UnRegisterCloudDriver

func UnRegisterCloudDriver(driverName string) (bool, error)

Types

type CloudDriverInfo

type CloudDriverInfo struct {
	DriverName        string // ex) "AWS-Test-Driver-V0.5"
	ProviderName      string // ex) "AWS"
	DriverLibFileName string // ex) "aws-test-driver-v0.5.so"  //Already, you need to insert "*.so" in $CB_SPIDER_ROOT/cloud-driver/libs.
}

====================================================================

func GetCloudDriver

func GetCloudDriver(driverName string) (*CloudDriverInfo, error)

1. check params 2. get DriverInfo from cb-store

func ListCloudDriver

func ListCloudDriver() ([]*CloudDriverInfo, error)

func RegisterCloudDriver

func RegisterCloudDriver(driverName string, providerName string, driverLibFileName string) (*CloudDriverInfo, error)

1. check params 2. check driver files 3. insert them into cb-store You should copy the driver library into ~/libs before.

func RegisterCloudDriverInfo

func RegisterCloudDriverInfo(cldInfo CloudDriverInfo) (*CloudDriverInfo, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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