Closed nhudson closed 1 week ago
What's the bug preventing the API filter from working?
Code change looks good to me for in-memory workaround, I'm just curious why it broke…
What's the bug preventing the API filter from working?
Code change looks good to me for in-memory workaround, I'm just curious why it broke…
Great question. The spec.method
field is not a field that ListParams
supports to look up objects with. I knew this, but did it anyway and never thought about it until I saw the error.
The ListParams
method only supports looking up valid labels
or a selector from the metadata, not actual fields inside the API object.
With #1031 changes there is an error when looking up
Backups
with using aListParam
. This changes how we filter forvolumeSnapshot
method backups.