mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Merge pull request #6316 from a-robinson/docs
Fix the kubectl docs at head.
This commit is contained in:
commit
6bdb3bf4fe
@ -1,6 +1,6 @@
|
||||
## kubectl delete
|
||||
|
||||
Delete a resource by filename, stdin, or resource and ID.
|
||||
Delete a resource by filename, stdin, resource and ID, or by resources and label selector.
|
||||
|
||||
### Synopsis
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
.SH NAME
|
||||
.PP
|
||||
kubectl delete \- Delete a resource by filename, stdin, or resource and ID.
|
||||
kubectl delete \- Delete a resource by filename, stdin, resource and ID, or by resources and label selector.
|
||||
|
||||
|
||||
.SH SYNOPSIS
|
||||
|
Loading…
Reference in New Issue
Block a user