Skip to content

Commit 2b05edf

Browse files
committed
remove getImmutableFieldChanges references
1 parent fee0ca2 commit 2b05edf

File tree

2 files changed

+1
-41
lines changed

2 files changed

+1
-41
lines changed

pkg/resource/configuration_set/hooks.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import (
44
"context"
55

66
ackcompare "github.com/aws-controllers-k8s/runtime/pkg/compare"
7-
8-
"github.com/aws-controllers-k8s/ses-controller/pkg/util"
97
)
108

119
func (rm *resourceManager) customUpdate(
@@ -14,5 +12,5 @@ func (rm *resourceManager) customUpdate(
1412
_ *resource,
1513
delta *ackcompare.Delta,
1614
) (updated *resource, err error) {
17-
return util.ValidateImmutableResource(ctx, rm.getImmutableFieldChanges(delta), desired)
15+
return nil, nil
1816
}

pkg/util/immutable_resource.go

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)