-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
Summary
I am loading a V1CustomResourceDefinition
, making a small modification to it, then re-serializing it, and I am seeing numerous unintended mutations / removals made to the resulting output CRD
Similar defect as:
Details
Here are the sequence of diffs for my CRD:
@@ -17,111 +16,12 @@
group: mycr.me.com
names:
kind: MyCR
- listKind: MyCRList
plural: mycrs
singular: mycr
...
- ... (Removed additionalPrinterColumns)
- ... (Removed the entire version schema)
+ - name: v1beta1
+ schema: {}
Metadata
Metadata
Assignees
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.