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
"crd:allowDangerousTypes=true,ignoreUnexportedFields=true", // Run another generator first to make sure they don't interfere; see also: the comment on cronjob_types.go:UntypedBlob
114
112
"applyconfiguration",
115
113
"paths=./api/v1",
116
114
})
@@ -202,6 +200,41 @@ var _ = Describe("ApplyConfiguration generation from API types", func() {
202
200
Entry("with the an alternative output package", "other"),
203
201
Entry("with a package outside of the current directory", "../../clients"),
204
202
)
203
+
204
+
DescribeTable("should be able to run another generator for the CronJob schema without interfering", func(outputPackagestring) {
"crd:allowDangerousTypes=true,ignoreUnexportedFields=true", // Run another generator first to make sure they don't interfere; see also: the comment on cronjob_types.go:UntypedBlob
0 commit comments