Hi there, I am trying to invoke replicasets with fieldSelector=metadata.name but API response "No field label conversion function found for version extensions/v1beta1 and kind ReplicaSet". Did I input incorrect query string? Is there any solution can solve the issue? Thanks.
curl http://localhost:808/apis/extensions/v1beta1/replicasets?fieldSelector=metadata.name=xxxx { "kind": "Status", "apiVersion": "v1", "metadata": {}, "status": "Failure", "message": "No field label conversion function found for version extensions/v1beta1 and kind ReplicaSet", "reason": "BadRequest", "code": 400 } -- You received this message because you are subscribed to the Google Groups "Containers at Google" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-containers. For more options, visit https://groups.google.com/d/optout.
