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