Skip to content

Commit

Permalink
apps: pass container and previous correctly for pod logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mfojtik committed Jan 8, 2018
1 parent 97a6d82 commit 502be64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/apps/apis/apps/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
// so it shouldn't be included here.
func DeploymentToPodLogOptions(opts *DeploymentLogOptions) *kapi.PodLogOptions {
return &kapi.PodLogOptions{
Container: opts.Container,
Follow: opts.Follow,
SinceSeconds: opts.SinceSeconds,
SinceTime: opts.SinceTime,
Expand Down

0 comments on commit 502be64

Please sign in to comment.