File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
contributors/devel/sig-architecture Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -630,11 +630,13 @@ duration in seconds before the object should be deleted. Individual kinds may
630
630
declare fields which provide a default grace period, and different kinds may
631
631
have differing kind-wide default grace periods. A user provided grace period
632
632
overrides a default grace period, including the zero grace period ("now").
633
+ * DELETE /<resourceNamePlural> - Deletes a list of type
634
+ <resourceName>, e.g. DELETE /pods a list of Pods.
633
635
* PUT /<resourceNamePlural>/<name> - Update or create the resource
634
636
with the given name with the JSON object provided by the client.
635
637
* PATCH /<resourceNamePlural>/<name> - Selectively modify the
636
638
specified fields of the resource. See more information [below](#patch-operations).
637
- * GET /<resourceNamePlural>& ;watch=true - Receive a stream of JSON
639
+ * GET /<resourceNamePlural>&quest ;watch=true - Receive a stream of JSON
638
640
objects corresponding to changes made to any resource of the given kind over
639
641
time.
640
642
You can’t perform that action at this time.
0 commit comments