Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the current version of Velero, set by the go linker's -X flag at build time. Version string // GitSHA is the actual commit that is being built, set by the go linker's -X flag at build time. GitSHA string )
Functions ¶
func Authenticate ¶
func Authenticate(pc **gophercloud.ProviderClient, service string, config map[string]string, log logrus.FieldLogger) error
Authenticate to OpenStack and write client result to **pc
func GetEnv ¶
GetEnv gets value from environment variable or fallbacks to default value This snippet is from https://stackoverflow.com/a/40326580/3323419
func ReplaceAccount ¶ added in v0.5.0
ReplaceAccount replaces an endpoint account part with a new account value
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.