Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Inspector ¶
type Inspector interface { // Inspect finds partition and boot-related properties for a disk and // returns an InspectionResult. The reference is implementation specific. Inspect(reference string) (*pb.InspectionResults, error) Cancel(reason string) bool }
Inspector finds partition and boot-related properties for a disk.
func NewInspector ¶
func NewInspector(env daisyutils.EnvironmentSettings, logger logging.Logger) (Inspector, error)
NewInspector creates an Inspector that can inspect GCP disks. A GCE instance runs the inspection; network and subnet are used for its network interface.
Click to show internal directories.
Click to hide internal directories.