Merge pull request #9030 from brendandburns/kubectl

Add a custom timeout flag for stop/delete.
This commit is contained in:
Brian Grant
2015-06-03 21:14:50 -07:00
12 changed files with 44 additions and 20 deletions

View File

@@ -57,6 +57,10 @@ will be lost along with the rest of the resource.
\fB\-l\fP, \fB\-\-selector\fP=""
Selector (label query) to filter on.
.PP
\fB\-\-timeout\fP=0
The length of time to wait before giving up on a delete, zero means determine a timeout from the size of the object
.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP

View File

@@ -45,6 +45,10 @@ If the resource is scalable it will be scaled to 0 before deletion.
\fB\-l\fP, \fB\-\-selector\fP=""
Selector (label query) to filter on.
.PP
\fB\-\-timeout\fP=0
The length of time to wait before giving up on a delete, zero means determine a timeout from the size of the object
.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP