Add status.hostIPs in ConvertDownwardAPIFieldLabel

This commit is contained in:
Shiming Zhang
2022-04-27 16:06:16 +08:00
parent 7a81ef6406
commit c287943bdd
2 changed files with 15 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ func ConvertDownwardAPIFieldLabel(version, label, value string) (string, string,
"spec.schedulerName",
"status.phase",
"status.hostIP",
"status.hostIPs",
"status.podIP",
"status.podIPs":
return label, value, nil