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, types.UID, runtime.RawExtension) (Server, error)
Validate(runtime.RawExtension) error
ProvisionServer(context.Context, types.UID, *CloudConfigSettings, runtime.RawExtension) (Server, error)
DeprovisionServer(context.Context, types.UID) 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.