We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce83f92 commit 3bc4d8aCopy full SHA for 3bc4d8a
coderd/prebuilds/preset_snapshot.go
@@ -56,7 +56,7 @@ type ReconciliationState struct {
56
}
57
58
// ReconciliationActions represents actions needed to reconcile the current state with the desired state.
59
-// Exactly one field will be set based on the ActionType.
+// Based on ActionType, exactly one of Create, DeleteIDs, or BackoffUntil will be set.
60
type ReconciliationActions struct {
61
// ActionType determines which field is set and what action should be taken
62
ActionType ActionType
0 commit comments