v1beta3 Pod refactor

This commit is contained in:
markturansky
2014-11-13 10:52:13 -05:00
parent df0981bc01
commit 8af4ccb111
36 changed files with 569 additions and 573 deletions

View File

@@ -35,7 +35,7 @@ func NewCmdLog(out io.Writer) *cobra.Command {
data, err := client.RESTClient.Get().
Path("proxy/minions").
Path(pod.CurrentState.Host).
Path(pod.Status.Host).
Path("containerLogs").
Path(getKubeNamespace(cmd)).
Path(args[0]).