move daemon controller to the experimental api
This commit is contained in:
@@ -120,7 +120,7 @@ func FuzzerFor(t *testing.T, version string, src rand.Source) *fuzz.Fuzzer {
|
||||
c.FuzzNoCustom(j) // fuzz self without calling this function again
|
||||
//j.TemplateRef = nil // this is required for round trip
|
||||
},
|
||||
func(j *api.DaemonSpec, c fuzz.Continue) {
|
||||
func(j *expapi.DaemonSpec, c fuzz.Continue) {
|
||||
c.FuzzNoCustom(j) // fuzz self without calling this function again
|
||||
},
|
||||
func(j *api.List, c fuzz.Continue) {
|
||||
|
Reference in New Issue
Block a user