package
1.0.7
Repository: https://github.com/criticalstack/machine-api.git
Documentation: pkg.go.dev

# Functions

IsRequeueAfter returns true if the error satisfies the interface HasRequeueAfterError.
MachineStatusErrorPtr converts a MachineStatusError to a pointer.
No description provided by the author

# Constants

There was an error while trying to create a Node to match this Machine.
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.
Represents that the combination of configuration in the MachineSpec is not supported by this cluster.
This error indicates that the machine did not join the cluster as a new node within the expected timeframe after instance creation at the provider succeeded Example use case: A controller that deletes Machines which do not result in a Node joining the cluster within a given timeout and that are managed by a MachineSet.
This indicates that the MachineSpec has been updated in a way that is not supported for reconciliation on this cluster.
There was an error while trying to update a Node that this Machine represents.

# Structs

RequeueAfterError represents that an actuator managed object should be requeued for further processing after the given RequeueAfter time has passed.

# Interfaces

HasRequeueAfterError represents that an actuator managed object should be requeued for further processing after the given RequeueAfter time has passed.

# Type aliases

Constants aren't automatically generated for unversioned packages.