Move configmap, docker_containers, downward_api, expansion and secrets

test into common directory.
This commit is contained in:
Random-Liu
2016-07-22 00:02:27 -07:00
parent 9189c2f72b
commit 1a33dffa17
9 changed files with 13 additions and 512 deletions

View File

@@ -4319,6 +4319,7 @@ func ScaleRCByLabels(client *client.Client, ns string, l map[string]string, repl
return nil
}
// TODO(random-liu): Change this to be a member function of the framework.
func GetPodLogs(c *client.Client, namespace, podName, containerName string) (string, error) {
return getPodLogsInternal(c, namespace, podName, containerName, false)
}