mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
document /watch prefix deprecation
This commit is contained in:
@@ -1668,7 +1668,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect2">
|
||||
<h3 id="_watch_individual_changes_to_a_list_of_podpreset">watch individual changes to a list of PodPreset</h3>
|
||||
<h3 id="_watch_individual_changes_to_a_list_of_podpreset_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of PodPreset. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
|
||||
<div class="listingblock">
|
||||
<div class="content">
|
||||
<pre>GET /apis/settings.k8s.io/v1alpha1/watch/namespaces/{namespace}/podpresets</pre>
|
||||
@@ -1850,7 +1850,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect2">
|
||||
<h3 id="_watch_changes_to_an_object_of_kind_podpreset">watch changes to an object of kind PodPreset</h3>
|
||||
<h3 id="_watch_changes_to_an_object_of_kind_podpreset_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead_filtered_to_a_single_item_with_the_em_fieldselector_em_parameter">watch changes to an object of kind PodPreset. deprecated: use the <em>watch</em> parameter with a list operation instead, filtered to a single item with the <em>fieldSelector</em> parameter.</h3>
|
||||
<div class="listingblock">
|
||||
<div class="content">
|
||||
<pre>GET /apis/settings.k8s.io/v1alpha1/watch/namespaces/{namespace}/podpresets/{name}</pre>
|
||||
@@ -2040,7 +2040,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect2">
|
||||
<h3 id="_watch_individual_changes_to_a_list_of_podpreset_2">watch individual changes to a list of PodPreset</h3>
|
||||
<h3 id="_watch_individual_changes_to_a_list_of_podpreset_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead_2">watch individual changes to a list of PodPreset. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
|
||||
<div class="listingblock">
|
||||
<div class="content">
|
||||
<pre>GET /apis/settings.k8s.io/v1alpha1/watch/podpresets</pre>
|
||||
|
||||
Reference in New Issue
Block a user