Bump sigs.k8s.io/controller-tools from 0.6.2 to 0.11.1 (#5432)
This commit is contained in:
4
vendor/sigs.k8s.io/controller-tools/pkg/crd/flatten.go
generated
vendored
4
vendor/sigs.k8s.io/controller-tools/pkg/crd/flatten.go
generated
vendored
@@ -143,6 +143,10 @@ func flattenAllOfInto(dst *apiext.JSONSchemaProps, src apiext.JSONSchemaProps, e
|
||||
dstProps.Schema = &apiext.JSONSchemaProps{}
|
||||
}
|
||||
flattenAllOfInto(dstProps.Schema, *srcProps.Schema, errRec)
|
||||
case "XPreserveUnknownFields":
|
||||
dstField.Set(srcField)
|
||||
case "XMapType":
|
||||
dstField.Set(srcField)
|
||||
// NB(directxman12): no need to explicitly handle nullable -- false is considered to be the zero value
|
||||
// TODO(directxman12): src isn't necessarily the field value -- it's just the most recent allOf entry
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user