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
It's not clear from the method signature / javadocs, but clone is currently only good for KubernetesResources due to the typing logic that will default to KubernetesResource.class. The signature should be tightened, or the implementation should allow for other types. This could also indirectly be fixed by #4034
The text was updated successfully, but these errors were encountered:
shawkins
added a commit
to shawkins/kubernetes-client
that referenced
this issue
May 25, 2022
It's not clear from the method signature / javadocs, but clone is currently only good for KubernetesResources due to the typing logic that will default to KubernetesResource.class. The signature should be tightened, or the implementation should allow for other types. This could also indirectly be fixed by #4034
The text was updated successfully, but these errors were encountered: