rename expapi.Daemon to expapi.DaemonSet

This commit is contained in:
Mike Danese
2015-09-08 16:58:25 -07:00
parent c993cf6509
commit bf881f187e
28 changed files with 562 additions and 563 deletions

View File

@@ -107,7 +107,7 @@ func testSyncNamespaceThatIsTerminating(t *testing.T, experimentalMode bool) {
if experimentalMode {
expectedActionSet.Insert(
strings.Join([]string{"list", "horizontalpodautoscalers", ""}, "-"),
strings.Join([]string{"list", "daemons", ""}, "-"),
strings.Join([]string{"list", "daemonsets", ""}, "-"),
strings.Join([]string{"list", "deployments", ""}, "-"),
)
}