You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you create an instance of Tekton Trigger and then list all Knative Triggers, it will return the Tekton Trigger. Looks like this is because the KubernetesAttributesExtractor only extracts the kind as an attribute and ignores apiVersion.
Hi,
when there are multiple CRD with the same kind but from different groups, the mock server will mix those for list requests.
If you create an instance of Tekton Trigger and then list all Knative Triggers, it will return the Tekton Trigger. Looks like this is because the KubernetesAttributesExtractor only extracts the kind as an attribute and ignores apiVersion.
kubernetes-client/kubernetes-server-mock/src/main/java/io/fabric8/kubernetes/client/server/mock/KubernetesAttributesExtractor.java
Lines 173 to 177 in 1c942a0
Thanks, Fabian
The text was updated successfully, but these errors were encountered: