Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove requiredness of name attribute in ObjectMeta
It is only required for top-level objects . (E.g. `Deployment`, `Pod`, `DaemonSet`) but it is Optional when it is part of a compond object (e.g. `PodTemplateSpec` inside a `Deployment` or `DaemonSet`) See #8 (comment) and #84 (comment)
- Loading branch information