try to tidy up crd v1beta1 usage
This commit is contained in:
@@ -89,12 +89,7 @@ func CreateMultiVersionTestCRD(f *framework.Framework, group string, opts ...Opt
|
||||
Served: true,
|
||||
Storage: true,
|
||||
Name: "v1",
|
||||
Schema: &apiextensionsv1.CustomResourceValidation{
|
||||
OpenAPIV3Schema: &apiextensionsv1.JSONSchemaProps{
|
||||
XPreserveUnknownFields: pointer.BoolPtr(true),
|
||||
Type: "object",
|
||||
},
|
||||
},
|
||||
Schema: fixtures.AllowAllSchema(),
|
||||
}}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user