Make scheduler to watch PodSpec.Host instead Status.Host

This commit is contained in:
Wojciech Tyczynski
2015-03-12 13:38:58 +01:00
parent a3fd0a9fd5
commit 9f2f10d6db
9 changed files with 12 additions and 13 deletions

View File

@@ -53,7 +53,7 @@ func getHostFieldLabel() string {
case "v1beta1", "v1beta2":
return "DesiredState.Host"
default:
return "status.host"
return "spec.host"
}
}