Hey everyone, I am trying to duplicate this `flyte...
# ask-the-community
b
Hey everyone, I am trying to duplicate this
flytectl get launchplan --filter.fieldSelector=labels.foo "bar"
by making a call to the
flyteidl.service.AdminService.ListLaunchPlans
endpoint(this is the endpoint
flytectl
calls under the hood it looks like). We are able to get the filter to work with
eq(state,0)
, but cannot filter on
labels
. Does anyone have any thoughts on how we can accomplish this?
This was a false positive. The label selector doesn’t work. I think the admin service will need to parse out the spec (since it’s stored as a byte array)