1
0
mirror of https://github.com/rancher/steve.git synced 2025-08-02 07:12:36 +00:00

Support filter/sort secrets by '_type'.

This commit is contained in:
Eric Promislow 2025-03-20 14:50:28 -07:00
parent e1061a86cd
commit c604e32bcb

View File

@ -87,6 +87,9 @@ var (
{"spec", "nodeName"}},
gvkKey("", "v1", "ReplicationController"): {
{"spec", "template", "spec", "containers", "image"}},
gvkKey("", "v1", "Secret"): {
{"_type"},
},
gvkKey("", "v1", "Service"): {
{"spec", "clusterIP"},
{"spec", "type"},