-
Notifications
You must be signed in to change notification settings - Fork 4
Milestone
Description
Problem statement
As pointed out by @mlavacca in #441 (comment) there are some inconsistencies in categories assigned to our CRDs.
... gateway-operator CRDs belong to
kongandall, konnect CRDs tokongonly, while some configuration CRDs belong tokong-controllerandkong, and others configuration CRDs belong tokongonly.
This task tracks the work on making these consistent and predictable for end users.
Acceptance criteria
- Ensure that the category change is not affecting already created resources
mlavacca and programmer04