mirror of
https://github.com/rancher/steve.git
synced 2025-09-16 15:29:04 +00:00
Add support for another field: (#532)
provisioning.cattle.io.clusters\ metadata.annotations[provisioning.cattle.io/management-cluster-display-name] Needed to add another character to the subfieldRegex in listoption_indexer to allow hyphens in annotation field names.
This commit is contained in:
@@ -157,6 +157,7 @@ var (
|
||||
{"spec", "ingressClassName"},
|
||||
},
|
||||
gvkKey("provisioning.cattle.io", "v1", "Cluster"): {
|
||||
{"metadata", "annotations", "provisioning.cattle.io/management-cluster-display-name"},
|
||||
{"metadata", "labels", "provider.cattle.io"},
|
||||
{"status", "clusterName"},
|
||||
{"status", "provider"},
|
||||
|
Reference in New Issue
Block a user