Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add TODO on clusterclaim_controller status handling
Due to the introduction of status subresource awareness in the fake client, it has been uncovered that, in cases of an assignment conflicts between claims for a cluster, the AssignmentConflict condition was not being set (requiring a `Status().Update()` call rather than `Update()`). Update log message to reflect that spec (and not status) is being updated, and add TODO to investigate behavior in https://issues.redhat.com/browse/HIVE-2274 Signed-off-by: Leah Leshchinsky <lleshchi@redhat.com>
- Loading branch information