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
Copy file name to clipboardExpand all lines: pkg/resource/api.go
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -67,8 +67,9 @@ func (a *APIPatchingApplicator) WithLogger(l logging.Logger) *APIPatchingApplica
67
67
// not exist, or patched if it does. If the object does exist, it will only be
68
68
// patched if the passed object has the same or an empty resource version.
69
69
func (a*APIPatchingApplicator) Apply(ctx context.Context, obj client.Object, ao...ApplyOption) error { //nolint:gocyclo // the logic here is crucial and deserves to stay in one method
0 commit comments