Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudConfigSettings ¶
type PluginDriver ¶
type PluginDriver interface { GetServer(context.Context) (Server, error) Validate(runtime.RawExtension) error ProvisionServer(context.Context, *zap.SugaredLogger, metav1.ObjectMeta, runtime.RawExtension, string) (Server, error) DeprovisionServer(context.Context) error }
PluginDriver manages the communications between the machine controller cloud provider and the bare metal env.
Click to show internal directories.
Click to hide internal directories.