-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
The Code Generator used to place the API group in the class name (AppsV1DaemonSet
) but it doesn't do this anymore.
The static ModelMapper
code still assumes that this is true.
The net effect of this is that all of the models land in the same namespace despite different API groups. This isn't actually that much of a problem since the names are largely different, but it will cause problems if people expect this to work when they load in CRDs if they have the same names.
Metadata
Metadata
Assignees
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.