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:
@@ -89,6 +89,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"): {
|
||||||
|
{"metadata", "annotations", "management.cattle.io/project-scoped-secret-copy"},
|
||||||
|
},
|
||||||
gvkKey("", "v1", "Service"): {
|
gvkKey("", "v1", "Service"): {
|
||||||
{"spec", "clusterIP"},
|
{"spec", "clusterIP"},
|
||||||
{"spec", "type"},
|
{"spec", "type"},
|
||||||
|
Reference in New Issue
Block a user