 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type OVirtApiConfig
- type OVirtCloud
- func (aws *OVirtCloud) Clusters() (cloudprovider.Clusters, bool)
- func (v *OVirtCloud) ExternalID(name string) (string, error)
- func (v *OVirtCloud) GetNodeResources(name string) (*api.NodeResources, error)
- func (v *OVirtCloud) Instances() (cloudprovider.Instances, bool)
- func (v *OVirtCloud) List(filter string) ([]string, error)
- func (v *OVirtCloud) NodeAddresses(name string) ([]api.NodeAddress, error)
- func (v *OVirtCloud) TCPLoadBalancer() (cloudprovider.TCPLoadBalancer, bool)
- func (v *OVirtCloud) Zones() (cloudprovider.Zones, bool)
 
- type OVirtInstance
- type OVirtInstanceMap
- type XmlVmAddress
- type XmlVmInfo
- type XmlVmsList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OVirtApiConfig ¶
type OVirtCloud ¶
func (*OVirtCloud) Clusters ¶ added in v0.5.1
func (aws *OVirtCloud) Clusters() (cloudprovider.Clusters, bool)
func (*OVirtCloud) ExternalID ¶ added in v0.12.0
func (v *OVirtCloud) ExternalID(name string) (string, error)
ExternalID returns the cloud provider ID of the specified instance.
func (*OVirtCloud) GetNodeResources ¶
func (v *OVirtCloud) GetNodeResources(name string) (*api.NodeResources, error)
func (*OVirtCloud) Instances ¶
func (v *OVirtCloud) Instances() (cloudprovider.Instances, bool)
Instances returns an implementation of Instances for oVirt cloud
func (*OVirtCloud) List ¶
func (v *OVirtCloud) List(filter string) ([]string, error)
List enumerates the set of minions instances known by the cloud provider
func (*OVirtCloud) NodeAddresses ¶ added in v0.13.1
func (v *OVirtCloud) NodeAddresses(name string) ([]api.NodeAddress, error)
NodeAddresses returns the NodeAddresses of a particular machine instance
func (*OVirtCloud) TCPLoadBalancer ¶
func (v *OVirtCloud) TCPLoadBalancer() (cloudprovider.TCPLoadBalancer, bool)
TCPLoadBalancer returns an implementation of TCPLoadBalancer for oVirt cloud
func (*OVirtCloud) Zones ¶
func (v *OVirtCloud) Zones() (cloudprovider.Zones, bool)
Zones returns an implementation of Zones for oVirt cloud
type OVirtInstance ¶ added in v0.12.0
type OVirtInstanceMap ¶ added in v0.12.0
type OVirtInstanceMap map[string]OVirtInstance
func (*OVirtInstanceMap) ListSortedNames ¶ added in v0.12.0
func (m *OVirtInstanceMap) ListSortedNames() []string
type XmlVmAddress ¶ added in v0.12.0
type XmlVmAddress struct {
	Address string `xml:"address,attr"`
}
    type XmlVmInfo ¶
type XmlVmInfo struct {
	UUID      string         `xml:"id,attr"`
	Name      string         `xml:"name"`
	Hostname  string         `xml:"guest_info>fqdn"`
	Addresses []XmlVmAddress `xml:"guest_info>ips>ip"`
	State     string         `xml:"status>state"`
}
    type XmlVmsList ¶
 Click to show internal directories. 
   Click to hide internal directories.