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:
parent
e1061a86cd
commit
c604e32bcb
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user