package
2.0.0
Repository: https://github.com/chuckha/cluster-api.git
Documentation: pkg.go.dev

# Functions

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

# 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.
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.
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.
There was an error while trying to update a Node that this Machine represents.

# Variables

No description provided by the author

# Structs

A more descriptive kind of error that represents an error condition that should be set in the Cluster.Status.
A more descriptive kind of error that represents an error condition that should be set in the Machine.Status.
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

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