[X] If this issue is time-sensitive, I have submitted a corresponding issue with GCP support.
Bug Description
In the test, Get returns nil when a direct resource doesn't implement Export, and The Get is used in here to get the GCP unstructured object that later got dereferenced here. This is causing the gkehub direct controller,which doesn't have Export, to fail the post submit tests with nil pointer dereference. I suspect the issue is affecting all direct controllers.
Checklist
Bug Description
In the test, Get returns nil when a direct resource doesn't implement Export, and The Get is used in here to get the GCP unstructured object that later got dereferenced here. This is causing the gkehub direct controller,which doesn't have Export, to fail the post submit tests with nil pointer dereference. I suspect the issue is affecting all direct controllers.
Additional Diagnostic Information
N/A
Kubernetes Cluster Version
N/A
Config Connector Version
N/A
Config Connector Mode
namespaced mode (default)
Log Output
Steps to reproduce the issue
Check the test probe
YAML snippets
No response