Move configmap, docker_containers, downward_api, expansion and secrets
test into common directory.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user