Skip to content

Commit 3bf95db

Browse files
committed
Manual update
1 parent 9805551 commit 3bf95db

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

pkg/controller/direct/bigtable/authorizedview_fuzzer.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,16 @@ func init() {
2828
}
2929

3030
func bigtableAuthorizedViewFuzzer() fuzztesting.KRMFuzzer {
31-
f := fuzztesting.NewKRMTypedFuzzer(&pb.AuthorizedView{},
31+
f := fuzztesting.NewKRMTypedSpecFuzzer(&pb.AuthorizedView{},
3232
BigtableAuthorizedViewSpec_FromProto, BigtableAuthorizedViewSpec_ToProto,
33-
BigtableAuthorizedViewObservedState_FromProto, BigtableAuthorizedViewObservedState_ToProto,
3433
)
3534

3635
f.SpecFields.Insert(".subset_view")
3736
f.SpecFields.Insert(".etag")
3837
f.SpecFields.Insert(".deletion_protection")
3938

4039
f.UnimplementedFields.Insert(".name") // special field
40+
f.UnimplementedFields.Insert(".subset_view.family_subsets")
4141

4242
return f
4343
}
44-
45-

0 commit comments

Comments
 (0)