Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Update generated types. Remove properties state parameters from unstr…
Browse files Browse the repository at this point in the history
…uctured round-trip test.
  • Loading branch information
staebler committed Sep 26, 2017
1 parent f93aff9 commit fabd5a6
Show file tree
Hide file tree
Showing 2 changed files with 1,801 additions and 894 deletions.
8 changes: 8 additions & 0 deletions pkg/apis/servicecatalog/unstructured_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ func doUnstructuredRoundTrip(t *testing.T, group testapi.TestGroup, kind string)
}
bs.Parameters = nil
},
func(ps *servicecatalog.ServiceInstancePropertiesState, c fuzz.Continue) {
c.FuzzNoCustom(ps)
ps.Parameters = nil
},
func(ps *servicecatalog.ServiceInstanceCredentialPropertiesState, c fuzz.Continue) {
c.FuzzNoCustom(ps)
ps.Parameters = nil
},
).Fuzz(internalObj)

item, err := api.Scheme.New(group.GroupVersion().WithKind(kind))
Expand Down
Loading

0 comments on commit fabd5a6

Please sign in to comment.