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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
when I apply CRs with unknown fields using
MixedOperationI get no exception. On the other hand when I try to apply the same CR withkubectlexception 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.0checked on5.12.2and got the same behaviorthis is my CRD:
and this is the java code:
Beta Was this translation helpful? Give feedback.
All reactions