Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func LoadCloudConfigs ¶
func LoadCloudConfigsFromOsEnv ¶
func LoadCloudConfigsFromOsEnv() error
func ShowConfigJson ¶
Types ¶
type AccessKeyTenant ¶
type AccessKeyTenant struct {
// contains filtered or unexported fields
}
func (*AccessKeyTenant) AccountName ¶
func (tenant *AccessKeyTenant) AccountName() string
func (*AccessKeyTenant) Clone ¶
func (tenant *AccessKeyTenant) Clone() Tenanter
func (*AccessKeyTenant) GetId ¶
func (tenant *AccessKeyTenant) GetId() string
func (*AccessKeyTenant) GetSecret ¶
func (tenant *AccessKeyTenant) GetSecret() string
type Region ¶
func GetAllRegionIds ¶
func GetAllRegionIds(provider pbtenant.CloudProvider) (regions []Region)
type Tenanter ¶
func GetTenanters ¶
func GetTenanters(provider pbtenant.CloudProvider) ([]Tenanter, error)
func NewTenantWithAccessKey ¶
Click to show internal directories.
Click to hide internal directories.