Skip to content

Commit b2d8848

Browse files
Add /v1/Node fields spec.taints.key and status.addresses.type (#1004)
1 parent edfec45 commit b2d8848

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkg/stores/sqlproxy/proxy_store.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,11 @@ var (
7777
{"spec", "displayName"},
7878
},
7979
gvkKey("", "v1", "Node"): {
80+
{"spec", "taints", "key"},
81+
{"status", "addresses", "type"},
8082
{"status", "nodeInfo", "kubeletVersion"},
81-
{"status", "nodeInfo", "operatingSystem"}},
83+
{"status", "nodeInfo", "operatingSystem"},
84+
},
8285
gvkKey("", "v1", "PersistentVolume"): {
8386
{"status", "reason"},
8487
{"spec", "persistentVolumeReclaimPolicy"},

0 commit comments

Comments
 (0)