Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrFlavorNotFound = errors.New("Flavor not found")
View Source
var ErrMultipleServersFound = errors.New("Multiple servers matched query")
View Source
var ErrServerNotFound = errors.New("Server not found")
Functions ¶
This section is empty.
Types ¶
type Instances ¶
type Instances struct {
// contains filtered or unexported fields
}
func (*Instances) GetNodeResources ¶
func (i *Instances) GetNodeResources(name string) (*api.NodeResources, error)
type OpenStack ¶
type OpenStack struct {
// contains filtered or unexported fields
}
OpenStack is an implementation of cloud provider Interface for OpenStack.
func (*OpenStack) Instances ¶
func (os *OpenStack) Instances() (cloudprovider.Instances, bool)
Instances returns an implementation of Instances for OpenStack.
func (*OpenStack) TCPLoadBalancer ¶
func (os *OpenStack) TCPLoadBalancer() (cloudprovider.TCPLoadBalancer, bool)
Click to show internal directories.
Click to hide internal directories.