You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For v6 we should consider removing the methods from UpdateControl like patchStatus , patchResource etc.
The reason is that it could be rather confusing how those methods exactly do in the background, since we have flags to control their behavior - if they should use Server Side Apply or not for example.
Users can use the directly the Kubernetes client and/or utilities like PrimaryUpdateAndCacheUtils.
We might want to also rename UpdateControl to ReconcileControl.
The text was updated successfully, but these errors were encountered:
For v6 we should consider removing the methods from
UpdateControl
likepatchStatus
,patchResource
etc.The reason is that it could be rather confusing how those methods exactly do in the background, since we have flags to control their behavior - if they should use Server Side Apply or not for example.
Users can use the directly the Kubernetes client and/or utilities like
PrimaryUpdateAndCacheUtils
.We might want to also rename
UpdateControl
toReconcileControl
.The text was updated successfully, but these errors were encountered: