mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 01:23:48 +00:00
Merge pull request #16422 from hurf/created_by
Display controllers along with type when describing a pod
This commit is contained in:
@@ -497,7 +497,7 @@ var _ = Describe("Kubectl client", func() {
|
||||
{"Reason:"},
|
||||
{"Message:"},
|
||||
{"IP:"},
|
||||
{"Replication Controllers:", "redis-master"}}
|
||||
{"Controllers:", "ReplicationController/redis-master"}}
|
||||
checkOutput(output, requiredStrings)
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user