https://rancher.com/ logo
Title
m

melodic-umbrella-19641

06/02/2022, 10:00 PM
I'm trying to manage bundles directly via REST. I discovered the endpoint at
/apis/fleet.cattle.io/v1alpha1/namespaces/fleet-default/bundles/
, but it doesn't seem to be a fully fledged REST API like the main one: I can search for something in the regular Rancher APIs (e.g.
?name=abc
) but I can't seem to do that in the Fleet API. Am I doing something wrong? Any guidance would be greatly appreciated
I just discovered
/v1
API although it doesn't offer searching/filtering. It would have been lovely to search for a Bundle based on a field like I can with clusters