Merge pull request #27203 from nothiaki/quadlets-api-resource

pkg/api: api list quadlets resource
This commit is contained in:
openshift-merge-bot[bot]
2025-10-03 12:59:32 +00:00
committed by GitHub
5 changed files with 96 additions and 0 deletions

15
test/apiv2/36-quadlets.at Normal file
View File

@ -0,0 +1,15 @@
# -*- sh -*-
#
# quadlet-related tests
#
# NOTE: Once podman-remote quadlet support is added we can enable the podman quadlet tests in
# test/system/253-podman-quadlet.bats which should cover it in more detail then.
## list volume
t GET libpod/quadlets/json 200
# Example with filter applied (uncomment once needed)
# t GET libpod/quadlets/json?filters='{"name":["name.*"]}' 200
# vim: filetype=sh