Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TransportURL: rely on PatchInstance instead of manual Update
The transporturl controller did a separate client.Update after it initialized it status then continued the normal reconciliation. As it is explicitly updated the status subresource and no finalizer is added this probably works. However to allow easier reasoning about when the instance is updated this patch removes the explicit Update call and instead returns immediately to use the deferred PatchInstance call as the only place that persists the instance.
- Loading branch information