1
0
mirror of https://github.com/rancher/steve.git synced 2025-08-08 01:43:30 +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"}}, {"spec", "nodeName"}},
gvkKey("", "v1", "ReplicationController"): { gvkKey("", "v1", "ReplicationController"): {
{"spec", "template", "spec", "containers", "image"}}, {"spec", "template", "spec", "containers", "image"}},
gvkKey("", "v1", "Secret"): {
{"_type"},
},
gvkKey("", "v1", "Service"): { gvkKey("", "v1", "Service"): {
{"spec", "clusterIP"}, {"spec", "clusterIP"},
{"spec", "type"}, {"spec", "type"},