Deprecate kubectl stop command

Added deprecation warning for stop.
This commit is contained in:
hurf
2015-07-29 17:19:18 +08:00
parent dde72229dc
commit 35cac3c4e7
4 changed files with 19 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
.SH NAME
.PP
kubectl stop \- Gracefully shut down a resource by name or filename.
kubectl stop \- Deprecated: Gracefully shut down a resource by name or filename.
.SH SYNOPSIS
@@ -13,7 +13,11 @@ kubectl stop \- Gracefully shut down a resource by name or filename.
.SH DESCRIPTION
.PP
Gracefully shut down a resource by name or filename.
Deprecated: Gracefully shut down a resource by name or filename.
.PP
stop command is deprecated, all its functionalities are covered by delete command.
See 'kubectl delete \-\-help' for more details.
.PP
Attempts to shut down and delete a resource that supports graceful termination.