Replies: 1 comment
-
I'm missing some points here. Is the CR posted with Fabric8 created in the cluster? Is it missing any of the fields (unknownField)? What happens when you apply the CR with Kubectl (exception)? Could you share the contents of that CR? Have you tried applying that CR using Fabric8? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
when I apply CRs with unknown fields using
MixedOperation
I get no exception. On the other hand when I try to apply the same CR withkubectl
exception is there.What's more strange for me, fabric8 does throw exceptions when field value types are mismatched, however, no exception when field itself is unknown in CRD.
Is this an expected behavior from fabric8 ? is there any feature I can enable to get the exception ?
using
kubernetes-client:5.9.0
checked on5.12.2
and got the same behaviorthis is my CRD:
and this is the java code:
Beta Was this translation helpful? Give feedback.
All reactions