Documentation ¶
Overview ¶
Package instances implements reconciler for machine instance components.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scope ¶
type Scope interface { cloud.Machine InstanceSpec(log logr.Logger) *compute.Instance InstanceImageSpec() *compute.AttachedDisk InstanceAdditionalDiskSpec() []*compute.AttachedDisk }
Scope is an interfaces that hold used methods.
Click to show internal directories.
Click to hide internal directories.