Merge pull request #7973 from dchen1107/podstatus

Add kubectl log --previous support to view last terminated container log
This commit is contained in:
Victor Marmol
2015-05-11 17:08:45 -07:00
16 changed files with 96 additions and 20 deletions

View File

@@ -1332,6 +1332,9 @@ type PodLogOptions struct {
// If true, follow the logs for the pod
Follow bool
// If true, return previous terminated container logs
Previous bool
}
// PodExecOptions is the query options to a Pod's remote exec call