# Functions
GetTenantNames returns all known tenants names.
GetTenants returns all known tenants.
NullService creates a service instance corresponding to null value.
RankDRF computes the Dominant Resource Fairness Rank of a host template.
Register a Client referenced by the provider name.
UseService return the service referenced by the given name.
# Constants
CoreDRFWeight is the Dominant Resource Fairness weight of a core.
DiskDRFWeight is the Dominant Resource Fairness weight of 1 GB of Disk.
RAMDRFWeight is the Dominant Resource Fairness weight of 1 GB of RAM.
# Interfaces
Service consolidates Provider and ObjectStorage.Location interfaces in a single interface completed with higher-level methods.
# Type aliases
ByRankDRF implements sort.Interface for []HostTemplate based on the Dominant Resource Fairness.