-
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
kong
andall
, konnect CRDs tokong
only, while some configuration CRDs belong tokong-controller
andkong
, and others configuration CRDs belong tokong
only.
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