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
Methods like List() and UpdateStatus() from fake clientset doesn't work properly. As Create() method from fake clientset does not add kcp.io/cluster annotation to the object (which is expected) which is later being used by List() and UpdateStatus() to filter the objects.
Ideally, these method shouldn't depend on the annotation to filter the objects.
For example, List() uses the filterByCluster() to filter the object which internally uses the given annotation.
The text was updated successfully, but these errors were encountered:
Methods like
List()
andUpdateStatus()
from fake clientset doesn't work properly. AsCreate()
method from fake clientset does not addkcp.io/cluster
annotation to the object (which is expected) which is later being used byList()
andUpdateStatus()
to filter the objects.Ideally, these method shouldn't depend on the annotation to filter the objects.
For example,
List()
uses the filterByCluster() to filter the object which internally uses the given annotation.The text was updated successfully, but these errors were encountered: