DriftAction type
The drift action of the machine. Indicates whether a machine has deviated from its expected state due to changes in managed cluster properties, requiring corrective action.
KnownDriftAction can be used interchangeably with DriftAction,
this enum contains the known values that the service supports.
Known values supported by the service
Synced: The machine is up to date.
Recreate: The machine has drifted and needs to be deleted and recreated.
type DriftAction = string