Custom Entities: attempting to use an unsupported king in KongCustomEntity
's parentRef
e.g. KongService
yields Programmed=true
incorrectly
#6787
Milestone
Problem statement
Following guide in https://docs.konghq.com/kubernetes-ingress-controller/3.3.x/guides/services/custom-entity/ but attempting to use a different (unsupported)
parentRef.kind
e.g.KongService
results inKongCustomEntity
to get aProgrammed=true
status condition being set.At the same time Gateway spews out the following error in logs:
Related issue(s)
#6629
How to reproduce
Apply the following manifest
and observe the following status on the entity being set:
Acceptance criteria
KongCustomEntity
with invalid config, I expect the status conditions to reflect that and do not populate status condition with typeProgrammed
to havestatus
set totrue
.The text was updated successfully, but these errors were encountered: