1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-18 16:39:07 +00:00

Index the secrets annotation "management.cattle.io/project-scoped-secret-copy" (#706)

Tests will be in the rancher integration tests.
This commit is contained in:
Eric Promislow
2025-07-09 13:13:53 -07:00
committed by GitHub
parent 76477e98df
commit 3692666375

View File

@@ -89,6 +89,9 @@ var (
{"spec", "nodeName"}},
gvkKey("", "v1", "ReplicationController"): {
{"spec", "template", "spec", "containers", "image"}},
gvkKey("", "v1", "Secret"): {
{"metadata", "annotations", "management.cattle.io/project-scoped-secret-copy"},
},
gvkKey("", "v1", "Service"): {
{"spec", "clusterIP"},
{"spec", "type"},