Documentation ¶
Index ¶
Constants ¶
View Source
const ( // GuestOsToCommonKey represents the element key in OS map of guest OS to common template mapping GuestOsToCommonKey = "guestos2common" // OsInfoToCommonKey represents the element key in OS map of OS type to common template mapping OsInfoToCommonKey = "osinfo2common" // OsConfigMapName represents the environment variable name that holds the OS config map name OsConfigMapName = "OS_CONFIGMAP_NAME" // OsConfigMapNamespace represents the environment variable name that holds the OS config map namespace OsConfigMapNamespace = "OS_CONFIGMAP_NAMESPACE" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OSMapProvider ¶
OSMapProvider is responsible for getting the operating systems maps
type OSMaps ¶
OSMaps is responsible for getting the operating systems maps which contain mapping of GuestOS to common templates and mapping of osinfo to common templates
func NewOSMapProvider ¶
NewOSMapProvider creates new OSMapProvider
Click to show internal directories.
Click to hide internal directories.