diff --git a/src/Dhall/Kubernetes/Convert.hs b/src/Dhall/Kubernetes/Convert.hs index f700b8346..3e14c52bc 100644 --- a/src/Dhall/Kubernetes/Convert.hs +++ b/src/Dhall/Kubernetes/Convert.hs @@ -50,10 +50,7 @@ requiredFields maybeName required -- | Some models require keys that are not in the required set, -- but are in the docs or just work - requiredConstraints = Data.Map.fromList - [ ( ModelName "io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" - , Set.fromList [FieldName "name"]) - ] + requiredConstraints = Data.Map.fromList [ ] -- | Some models should not require some keys, and this is not -- in the Swagger spec but just in the docs