package
0.0.0-20180919105625-f2730a8375e6
Repository: https://github.com/hardikdr/machine-controller-manager.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterClusterProvisioner registers a ClusterProvisioner by name.

# Constants

CreateClusterError indicates that an error was encountered when trying to create the cluster.
There was an error while trying to create a Node to match this Machine.
DeleteClusterError indicates that an error was encountered when trying to delete the cluster.
An error was encountered while trying to delete the Node that this Machine represents.
This generally refers to exceeding one's quota in a cloud provider, or running out of physical machines in an on-premise environment.
InvalidConfigurationClusterError indicates that the cluster configuration is invalid.
Represents that the combination of configuration in the MachineSpec is not supported by this cluster.
Represents that the combination of configuration in the MachineTemplateSpec is not supported by this cluster.
Kill all existing machines before creating new ones.
Replace the old MachineSet by new one using rolling update i.e gradually scale down the old MachineSet and scale up the new one.
UnsupportedChangeClusterError indicates that the cluster spec has been updated in an unsupported way.
This indicates that the MachineSpec has been updated in a way that is not supported for reconciliation on this cluster.
UpdateClusterError indicates that an error was encountered when trying to update the cluster.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
Constants aren't automatically generated for unversioned packages.