Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IDeployer ¶
type IDeployer interface { Connect(desc *apis.GuestDesc) error Disconnect() error GetPartitions() []fsdriver.IDiskPartition IsLVMPartition() bool Zerofree() ResizePartition() error FormatPartition(fs, uuid string, features *apis.FsFeatures) error MakePartition(fs string) error MountRootfs(readonly bool) (fsdriver.IRootFsDriver, error) UmountRootfs(fd fsdriver.IRootFsDriver) error DetectIsUEFISupport(rootfs fsdriver.IRootFsDriver) bool DeployGuestfs(req *apis.DeployParams) (res *apis.DeployGuestFsResponse, err error) ResizeFs() (res *apis.Empty, err error) FormatFs(req *apis.FormatFsParams) (*apis.Empty, error) SaveToGlance(req *apis.SaveToGlanceParams) (*apis.SaveToGlanceResponse, error) ProbeImageInfo(req *apis.ProbeImageInfoPramas) (*apis.ImageInfo, error) }
Click to show internal directories.
Click to hide internal directories.