Merge pull request #16422 from hurf/created_by

Display controllers along with type when describing a pod
This commit is contained in:
Eric Tune
2015-12-18 13:44:07 -08:00
3 changed files with 17 additions and 4 deletions

View File

@@ -497,7 +497,7 @@ var _ = Describe("Kubectl client", func() {
{"Reason:"},
{"Message:"},
{"IP:"},
{"Replication Controllers:", "redis-master"}}
{"Controllers:", "ReplicationController/redis-master"}}
checkOutput(output, requiredStrings)
})