Unverified Commit 6bea053e authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #65147 from liggitt/watch-prefix-deprecation

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. document /watch prefix deprecation closes #65133 these have been marked as deprecated in code for many releases, and all client accesses have switched to using the ?watch=true access method, but documentation was never updated @kubernetes/sig-api-machinery-api-reviews @kubernetes/api-reviewers ```release-note The watch API endpoints prefixed with `/watch` are deprecated and will be removed in a future release. These standard method for watching resources (supported since v1.0) is to use the list API endpoints with a `?watch=true` parameter. All client-go clients have used the parameter method since v1.6.0. ```
parents e0f967ef c31faf25
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of InitializerConfiguration", "summary": "watch individual changes to a list of InitializerConfiguration. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchInitializerConfigurationList", "nickname": "watchInitializerConfigurationList",
"parameters": [ "parameters": [
{ {
...@@ -611,7 +611,7 @@ ...@@ -611,7 +611,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind InitializerConfiguration", "summary": "watch changes to an object of kind InitializerConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchInitializerConfiguration", "nickname": "watchInitializerConfiguration",
"parameters": [ "parameters": [
{ {
......
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of MutatingWebhookConfiguration", "summary": "watch individual changes to a list of MutatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchMutatingWebhookConfigurationList", "nickname": "watchMutatingWebhookConfigurationList",
"parameters": [ "parameters": [
{ {
...@@ -611,7 +611,7 @@ ...@@ -611,7 +611,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind MutatingWebhookConfiguration", "summary": "watch changes to an object of kind MutatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchMutatingWebhookConfiguration", "nickname": "watchMutatingWebhookConfiguration",
"parameters": [ "parameters": [
{ {
...@@ -969,7 +969,7 @@ ...@@ -969,7 +969,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ValidatingWebhookConfiguration", "summary": "watch individual changes to a list of ValidatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchValidatingWebhookConfigurationList", "nickname": "watchValidatingWebhookConfigurationList",
"parameters": [ "parameters": [
{ {
...@@ -1318,7 +1318,7 @@ ...@@ -1318,7 +1318,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ValidatingWebhookConfiguration", "summary": "watch changes to an object of kind ValidatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchValidatingWebhookConfiguration", "nickname": "watchValidatingWebhookConfiguration",
"parameters": [ "parameters": [
{ {
......
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ControllerRevision", "summary": "watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedControllerRevisionList", "nickname": "watchNamespacedControllerRevisionList",
"parameters": [ "parameters": [
{ {
...@@ -675,7 +675,7 @@ ...@@ -675,7 +675,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ControllerRevision", "summary": "watch changes to an object of kind ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedControllerRevision", "nickname": "watchNamespacedControllerRevision",
"parameters": [ "parameters": [
{ {
...@@ -897,7 +897,7 @@ ...@@ -897,7 +897,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ControllerRevision", "summary": "watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchControllerRevisionListForAllNamespaces", "nickname": "watchControllerRevisionListForAllNamespaces",
"parameters": [ "parameters": [
{ {
...@@ -1271,7 +1271,7 @@ ...@@ -1271,7 +1271,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of DaemonSet", "summary": "watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedDaemonSetList", "nickname": "watchNamespacedDaemonSetList",
"parameters": [ "parameters": [
{ {
...@@ -1660,7 +1660,7 @@ ...@@ -1660,7 +1660,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind DaemonSet", "summary": "watch changes to an object of kind DaemonSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedDaemonSet", "nickname": "watchNamespacedDaemonSet",
"parameters": [ "parameters": [
{ {
...@@ -1882,7 +1882,7 @@ ...@@ -1882,7 +1882,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of DaemonSet", "summary": "watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchDaemonSetListForAllNamespaces", "nickname": "watchDaemonSetListForAllNamespaces",
"parameters": [ "parameters": [
{ {
...@@ -2426,7 +2426,7 @@ ...@@ -2426,7 +2426,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Deployment", "summary": "watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedDeploymentList", "nickname": "watchNamespacedDeploymentList",
"parameters": [ "parameters": [
{ {
...@@ -2815,7 +2815,7 @@ ...@@ -2815,7 +2815,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Deployment", "summary": "watch changes to an object of kind Deployment. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedDeployment", "nickname": "watchNamespacedDeployment",
"parameters": [ "parameters": [
{ {
...@@ -3037,7 +3037,7 @@ ...@@ -3037,7 +3037,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Deployment", "summary": "watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchDeploymentListForAllNamespaces", "nickname": "watchDeploymentListForAllNamespaces",
"parameters": [ "parameters": [
{ {
...@@ -3751,7 +3751,7 @@ ...@@ -3751,7 +3751,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ReplicaSet", "summary": "watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedReplicaSetList", "nickname": "watchNamespacedReplicaSetList",
"parameters": [ "parameters": [
{ {
...@@ -4140,7 +4140,7 @@ ...@@ -4140,7 +4140,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ReplicaSet", "summary": "watch changes to an object of kind ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedReplicaSet", "nickname": "watchNamespacedReplicaSet",
"parameters": [ "parameters": [
{ {
...@@ -4362,7 +4362,7 @@ ...@@ -4362,7 +4362,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ReplicaSet", "summary": "watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchReplicaSetListForAllNamespaces", "nickname": "watchReplicaSetListForAllNamespaces",
"parameters": [ "parameters": [
{ {
...@@ -5076,7 +5076,7 @@ ...@@ -5076,7 +5076,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of StatefulSet", "summary": "watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedStatefulSetList", "nickname": "watchNamespacedStatefulSetList",
"parameters": [ "parameters": [
{ {
...@@ -5465,7 +5465,7 @@ ...@@ -5465,7 +5465,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind StatefulSet", "summary": "watch changes to an object of kind StatefulSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedStatefulSet", "nickname": "watchNamespacedStatefulSet",
"parameters": [ "parameters": [
{ {
...@@ -5687,7 +5687,7 @@ ...@@ -5687,7 +5687,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of StatefulSet", "summary": "watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchStatefulSetListForAllNamespaces", "nickname": "watchStatefulSetListForAllNamespaces",
"parameters": [ "parameters": [
{ {
......
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ControllerRevision", "summary": "watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedControllerRevisionList", "nickname": "watchNamespacedControllerRevisionList",
"parameters": [ "parameters": [
{ {
...@@ -675,7 +675,7 @@ ...@@ -675,7 +675,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ControllerRevision", "summary": "watch changes to an object of kind ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedControllerRevision", "nickname": "watchNamespacedControllerRevision",
"parameters": [ "parameters": [
{ {
...@@ -897,7 +897,7 @@ ...@@ -897,7 +897,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ControllerRevision", "summary": "watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchControllerRevisionListForAllNamespaces", "nickname": "watchControllerRevisionListForAllNamespaces",
"parameters": [ "parameters": [
{ {
...@@ -1271,7 +1271,7 @@ ...@@ -1271,7 +1271,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Deployment", "summary": "watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedDeploymentList", "nickname": "watchNamespacedDeploymentList",
"parameters": [ "parameters": [
{ {
...@@ -1660,7 +1660,7 @@ ...@@ -1660,7 +1660,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Deployment", "summary": "watch changes to an object of kind Deployment. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedDeployment", "nickname": "watchNamespacedDeployment",
"parameters": [ "parameters": [
{ {
...@@ -1882,7 +1882,7 @@ ...@@ -1882,7 +1882,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Deployment", "summary": "watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchDeploymentListForAllNamespaces", "nickname": "watchDeploymentListForAllNamespaces",
"parameters": [ "parameters": [
{ {
...@@ -2667,7 +2667,7 @@ ...@@ -2667,7 +2667,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of StatefulSet", "summary": "watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedStatefulSetList", "nickname": "watchNamespacedStatefulSetList",
"parameters": [ "parameters": [
{ {
...@@ -3056,7 +3056,7 @@ ...@@ -3056,7 +3056,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind StatefulSet", "summary": "watch changes to an object of kind StatefulSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedStatefulSet", "nickname": "watchNamespacedStatefulSet",
"parameters": [ "parameters": [
{ {
...@@ -3278,7 +3278,7 @@ ...@@ -3278,7 +3278,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of StatefulSet", "summary": "watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchStatefulSetListForAllNamespaces", "nickname": "watchStatefulSetListForAllNamespaces",
"parameters": [ "parameters": [
{ {
......
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ControllerRevision", "summary": "watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedControllerRevisionList", "nickname": "watchNamespacedControllerRevisionList",
"parameters": [ "parameters": [
{ {
...@@ -675,7 +675,7 @@ ...@@ -675,7 +675,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ControllerRevision", "summary": "watch changes to an object of kind ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedControllerRevision", "nickname": "watchNamespacedControllerRevision",
"parameters": [ "parameters": [
{ {
...@@ -897,7 +897,7 @@ ...@@ -897,7 +897,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ControllerRevision", "summary": "watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchControllerRevisionListForAllNamespaces", "nickname": "watchControllerRevisionListForAllNamespaces",
"parameters": [ "parameters": [
{ {
...@@ -1271,7 +1271,7 @@ ...@@ -1271,7 +1271,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of DaemonSet", "summary": "watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedDaemonSetList", "nickname": "watchNamespacedDaemonSetList",
"parameters": [ "parameters": [
{ {
...@@ -1660,7 +1660,7 @@ ...@@ -1660,7 +1660,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind DaemonSet", "summary": "watch changes to an object of kind DaemonSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedDaemonSet", "nickname": "watchNamespacedDaemonSet",
"parameters": [ "parameters": [
{ {
...@@ -1882,7 +1882,7 @@ ...@@ -1882,7 +1882,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of DaemonSet", "summary": "watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchDaemonSetListForAllNamespaces", "nickname": "watchDaemonSetListForAllNamespaces",
"parameters": [ "parameters": [
{ {
...@@ -2426,7 +2426,7 @@ ...@@ -2426,7 +2426,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Deployment", "summary": "watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedDeploymentList", "nickname": "watchNamespacedDeploymentList",
"parameters": [ "parameters": [
{ {
...@@ -2815,7 +2815,7 @@ ...@@ -2815,7 +2815,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Deployment", "summary": "watch changes to an object of kind Deployment. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedDeployment", "nickname": "watchNamespacedDeployment",
"parameters": [ "parameters": [
{ {
...@@ -3037,7 +3037,7 @@ ...@@ -3037,7 +3037,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Deployment", "summary": "watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchDeploymentListForAllNamespaces", "nickname": "watchDeploymentListForAllNamespaces",
"parameters": [ "parameters": [
{ {
...@@ -3751,7 +3751,7 @@ ...@@ -3751,7 +3751,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ReplicaSet", "summary": "watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedReplicaSetList", "nickname": "watchNamespacedReplicaSetList",
"parameters": [ "parameters": [
{ {
...@@ -4140,7 +4140,7 @@ ...@@ -4140,7 +4140,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ReplicaSet", "summary": "watch changes to an object of kind ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedReplicaSet", "nickname": "watchNamespacedReplicaSet",
"parameters": [ "parameters": [
{ {
...@@ -4362,7 +4362,7 @@ ...@@ -4362,7 +4362,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ReplicaSet", "summary": "watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchReplicaSetListForAllNamespaces", "nickname": "watchReplicaSetListForAllNamespaces",
"parameters": [ "parameters": [
{ {
...@@ -5076,7 +5076,7 @@ ...@@ -5076,7 +5076,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of StatefulSet", "summary": "watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedStatefulSetList", "nickname": "watchNamespacedStatefulSetList",
"parameters": [ "parameters": [
{ {
...@@ -5465,7 +5465,7 @@ ...@@ -5465,7 +5465,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind StatefulSet", "summary": "watch changes to an object of kind StatefulSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedStatefulSet", "nickname": "watchNamespacedStatefulSet",
"parameters": [ "parameters": [
{ {
...@@ -5687,7 +5687,7 @@ ...@@ -5687,7 +5687,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of StatefulSet", "summary": "watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchStatefulSetListForAllNamespaces", "nickname": "watchStatefulSetListForAllNamespaces",
"parameters": [ "parameters": [
{ {
......
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of HorizontalPodAutoscaler", "summary": "watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedHorizontalPodAutoscalerList", "nickname": "watchNamespacedHorizontalPodAutoscalerList",
"parameters": [ "parameters": [
{ {
...@@ -675,7 +675,7 @@ ...@@ -675,7 +675,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind HorizontalPodAutoscaler", "summary": "watch changes to an object of kind HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedHorizontalPodAutoscaler", "nickname": "watchNamespacedHorizontalPodAutoscaler",
"parameters": [ "parameters": [
{ {
...@@ -897,7 +897,7 @@ ...@@ -897,7 +897,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of HorizontalPodAutoscaler", "summary": "watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchHorizontalPodAutoscalerListForAllNamespaces", "nickname": "watchHorizontalPodAutoscalerListForAllNamespaces",
"parameters": [ "parameters": [
{ {
......
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of HorizontalPodAutoscaler", "summary": "watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedHorizontalPodAutoscalerList", "nickname": "watchNamespacedHorizontalPodAutoscalerList",
"parameters": [ "parameters": [
{ {
...@@ -675,7 +675,7 @@ ...@@ -675,7 +675,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind HorizontalPodAutoscaler", "summary": "watch changes to an object of kind HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedHorizontalPodAutoscaler", "nickname": "watchNamespacedHorizontalPodAutoscaler",
"parameters": [ "parameters": [
{ {
...@@ -897,7 +897,7 @@ ...@@ -897,7 +897,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of HorizontalPodAutoscaler", "summary": "watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchHorizontalPodAutoscalerListForAllNamespaces", "nickname": "watchHorizontalPodAutoscalerListForAllNamespaces",
"parameters": [ "parameters": [
{ {
......
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Job", "summary": "watch individual changes to a list of Job. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedJobList", "nickname": "watchNamespacedJobList",
"parameters": [ "parameters": [
{ {
...@@ -675,7 +675,7 @@ ...@@ -675,7 +675,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Job", "summary": "watch changes to an object of kind Job. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedJob", "nickname": "watchNamespacedJob",
"parameters": [ "parameters": [
{ {
...@@ -897,7 +897,7 @@ ...@@ -897,7 +897,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Job", "summary": "watch individual changes to a list of Job. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchJobListForAllNamespaces", "nickname": "watchJobListForAllNamespaces",
"parameters": [ "parameters": [
{ {
......
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of CronJob", "summary": "watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedCronJobList", "nickname": "watchNamespacedCronJobList",
"parameters": [ "parameters": [
{ {
...@@ -675,7 +675,7 @@ ...@@ -675,7 +675,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind CronJob", "summary": "watch changes to an object of kind CronJob. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedCronJob", "nickname": "watchNamespacedCronJob",
"parameters": [ "parameters": [
{ {
...@@ -897,7 +897,7 @@ ...@@ -897,7 +897,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of CronJob", "summary": "watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchCronJobListForAllNamespaces", "nickname": "watchCronJobListForAllNamespaces",
"parameters": [ "parameters": [
{ {
......
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of CronJob", "summary": "watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedCronJobList", "nickname": "watchNamespacedCronJobList",
"parameters": [ "parameters": [
{ {
...@@ -675,7 +675,7 @@ ...@@ -675,7 +675,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind CronJob", "summary": "watch changes to an object of kind CronJob. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedCronJob", "nickname": "watchNamespacedCronJob",
"parameters": [ "parameters": [
{ {
...@@ -897,7 +897,7 @@ ...@@ -897,7 +897,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of CronJob", "summary": "watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchCronJobListForAllNamespaces", "nickname": "watchCronJobListForAllNamespaces",
"parameters": [ "parameters": [
{ {
......
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of CertificateSigningRequest", "summary": "watch individual changes to a list of CertificateSigningRequest. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchCertificateSigningRequestList", "nickname": "watchCertificateSigningRequestList",
"parameters": [ "parameters": [
{ {
...@@ -611,7 +611,7 @@ ...@@ -611,7 +611,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind CertificateSigningRequest", "summary": "watch changes to an object of kind CertificateSigningRequest. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchCertificateSigningRequest", "nickname": "watchCertificateSigningRequest",
"parameters": [ "parameters": [
{ {
......
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Lease", "summary": "watch individual changes to a list of Lease. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedLeaseList", "nickname": "watchNamespacedLeaseList",
"parameters": [ "parameters": [
{ {
...@@ -675,7 +675,7 @@ ...@@ -675,7 +675,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Lease", "summary": "watch changes to an object of kind Lease. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedLease", "nickname": "watchNamespacedLease",
"parameters": [ "parameters": [
{ {
...@@ -897,7 +897,7 @@ ...@@ -897,7 +897,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Lease", "summary": "watch individual changes to a list of Lease. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchLeaseListForAllNamespaces", "nickname": "watchLeaseListForAllNamespaces",
"parameters": [ "parameters": [
{ {
......
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Event", "summary": "watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedEventList", "nickname": "watchNamespacedEventList",
"parameters": [ "parameters": [
{ {
...@@ -675,7 +675,7 @@ ...@@ -675,7 +675,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Event", "summary": "watch changes to an object of kind Event. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedEvent", "nickname": "watchNamespacedEvent",
"parameters": [ "parameters": [
{ {
...@@ -897,7 +897,7 @@ ...@@ -897,7 +897,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Event", "summary": "watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchEventListForAllNamespaces", "nickname": "watchEventListForAllNamespaces",
"parameters": [ "parameters": [
{ {
......
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of DaemonSet", "summary": "watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedDaemonSetList", "nickname": "watchNamespacedDaemonSetList",
"parameters": [ "parameters": [
{ {
...@@ -675,7 +675,7 @@ ...@@ -675,7 +675,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind DaemonSet", "summary": "watch changes to an object of kind DaemonSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedDaemonSet", "nickname": "watchNamespacedDaemonSet",
"parameters": [ "parameters": [
{ {
...@@ -897,7 +897,7 @@ ...@@ -897,7 +897,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of DaemonSet", "summary": "watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchDaemonSetListForAllNamespaces", "nickname": "watchDaemonSetListForAllNamespaces",
"parameters": [ "parameters": [
{ {
...@@ -1441,7 +1441,7 @@ ...@@ -1441,7 +1441,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Deployment", "summary": "watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedDeploymentList", "nickname": "watchNamespacedDeploymentList",
"parameters": [ "parameters": [
{ {
...@@ -1830,7 +1830,7 @@ ...@@ -1830,7 +1830,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Deployment", "summary": "watch changes to an object of kind Deployment. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedDeployment", "nickname": "watchNamespacedDeployment",
"parameters": [ "parameters": [
{ {
...@@ -2052,7 +2052,7 @@ ...@@ -2052,7 +2052,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Deployment", "summary": "watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchDeploymentListForAllNamespaces", "nickname": "watchDeploymentListForAllNamespaces",
"parameters": [ "parameters": [
{ {
...@@ -2837,7 +2837,7 @@ ...@@ -2837,7 +2837,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Ingress", "summary": "watch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedIngressList", "nickname": "watchNamespacedIngressList",
"parameters": [ "parameters": [
{ {
...@@ -3226,7 +3226,7 @@ ...@@ -3226,7 +3226,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Ingress", "summary": "watch changes to an object of kind Ingress. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedIngress", "nickname": "watchNamespacedIngress",
"parameters": [ "parameters": [
{ {
...@@ -3448,7 +3448,7 @@ ...@@ -3448,7 +3448,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Ingress", "summary": "watch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchIngressListForAllNamespaces", "nickname": "watchIngressListForAllNamespaces",
"parameters": [ "parameters": [
{ {
...@@ -3992,7 +3992,7 @@ ...@@ -3992,7 +3992,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of NetworkPolicy", "summary": "watch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedNetworkPolicyList", "nickname": "watchNamespacedNetworkPolicyList",
"parameters": [ "parameters": [
{ {
...@@ -4381,7 +4381,7 @@ ...@@ -4381,7 +4381,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind NetworkPolicy", "summary": "watch changes to an object of kind NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedNetworkPolicy", "nickname": "watchNamespacedNetworkPolicy",
"parameters": [ "parameters": [
{ {
...@@ -4603,7 +4603,7 @@ ...@@ -4603,7 +4603,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of NetworkPolicy", "summary": "watch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNetworkPolicyListForAllNamespaces", "nickname": "watchNetworkPolicyListForAllNamespaces",
"parameters": [ "parameters": [
{ {
...@@ -4953,7 +4953,7 @@ ...@@ -4953,7 +4953,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of PodSecurityPolicy", "summary": "watch individual changes to a list of PodSecurityPolicy. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchPodSecurityPolicyList", "nickname": "watchPodSecurityPolicyList",
"parameters": [ "parameters": [
{ {
...@@ -5302,7 +5302,7 @@ ...@@ -5302,7 +5302,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind PodSecurityPolicy", "summary": "watch changes to an object of kind PodSecurityPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchPodSecurityPolicy", "nickname": "watchPodSecurityPolicy",
"parameters": [ "parameters": [
{ {
...@@ -5684,7 +5684,7 @@ ...@@ -5684,7 +5684,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ReplicaSet", "summary": "watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedReplicaSetList", "nickname": "watchNamespacedReplicaSetList",
"parameters": [ "parameters": [
{ {
...@@ -6073,7 +6073,7 @@ ...@@ -6073,7 +6073,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ReplicaSet", "summary": "watch changes to an object of kind ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedReplicaSet", "nickname": "watchNamespacedReplicaSet",
"parameters": [ "parameters": [
{ {
...@@ -6295,7 +6295,7 @@ ...@@ -6295,7 +6295,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ReplicaSet", "summary": "watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchReplicaSetListForAllNamespaces", "nickname": "watchReplicaSetListForAllNamespaces",
"parameters": [ "parameters": [
{ {
......
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of NetworkPolicy", "summary": "watch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedNetworkPolicyList", "nickname": "watchNamespacedNetworkPolicyList",
"parameters": [ "parameters": [
{ {
...@@ -675,7 +675,7 @@ ...@@ -675,7 +675,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind NetworkPolicy", "summary": "watch changes to an object of kind NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedNetworkPolicy", "nickname": "watchNamespacedNetworkPolicy",
"parameters": [ "parameters": [
{ {
...@@ -897,7 +897,7 @@ ...@@ -897,7 +897,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of NetworkPolicy", "summary": "watch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNetworkPolicyListForAllNamespaces", "nickname": "watchNetworkPolicyListForAllNamespaces",
"parameters": [ "parameters": [
{ {
......
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of PodDisruptionBudget", "summary": "watch individual changes to a list of PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedPodDisruptionBudgetList", "nickname": "watchNamespacedPodDisruptionBudgetList",
"parameters": [ "parameters": [
{ {
...@@ -675,7 +675,7 @@ ...@@ -675,7 +675,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind PodDisruptionBudget", "summary": "watch changes to an object of kind PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedPodDisruptionBudget", "nickname": "watchNamespacedPodDisruptionBudget",
"parameters": [ "parameters": [
{ {
...@@ -897,7 +897,7 @@ ...@@ -897,7 +897,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of PodDisruptionBudget", "summary": "watch individual changes to a list of PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchPodDisruptionBudgetListForAllNamespaces", "nickname": "watchPodDisruptionBudgetListForAllNamespaces",
"parameters": [ "parameters": [
{ {
...@@ -1417,7 +1417,7 @@ ...@@ -1417,7 +1417,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of PodSecurityPolicy", "summary": "watch individual changes to a list of PodSecurityPolicy. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchPodSecurityPolicyList", "nickname": "watchPodSecurityPolicyList",
"parameters": [ "parameters": [
{ {
...@@ -1766,7 +1766,7 @@ ...@@ -1766,7 +1766,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind PodSecurityPolicy", "summary": "watch changes to an object of kind PodSecurityPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchPodSecurityPolicy", "nickname": "watchPodSecurityPolicy",
"parameters": [ "parameters": [
{ {
......
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ClusterRoleBinding", "summary": "watch individual changes to a list of ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchClusterRoleBindingList", "nickname": "watchClusterRoleBindingList",
"parameters": [ "parameters": [
{ {
...@@ -595,7 +595,7 @@ ...@@ -595,7 +595,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ClusterRoleBinding", "summary": "watch changes to an object of kind ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchClusterRoleBinding", "nickname": "watchClusterRoleBinding",
"parameters": [ "parameters": [
{ {
...@@ -953,7 +953,7 @@ ...@@ -953,7 +953,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ClusterRole", "summary": "watch individual changes to a list of ClusterRole. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchClusterRoleList", "nickname": "watchClusterRoleList",
"parameters": [ "parameters": [
{ {
...@@ -1286,7 +1286,7 @@ ...@@ -1286,7 +1286,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ClusterRole", "summary": "watch changes to an object of kind ClusterRole. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchClusterRole", "nickname": "watchClusterRole",
"parameters": [ "parameters": [
{ {
...@@ -1668,7 +1668,7 @@ ...@@ -1668,7 +1668,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of RoleBinding", "summary": "watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedRoleBindingList", "nickname": "watchNamespacedRoleBindingList",
"parameters": [ "parameters": [
{ {
...@@ -2041,7 +2041,7 @@ ...@@ -2041,7 +2041,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind RoleBinding", "summary": "watch changes to an object of kind RoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedRoleBinding", "nickname": "watchNamespacedRoleBinding",
"parameters": [ "parameters": [
{ {
...@@ -2263,7 +2263,7 @@ ...@@ -2263,7 +2263,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of RoleBinding", "summary": "watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchRoleBindingListForAllNamespaces", "nickname": "watchRoleBindingListForAllNamespaces",
"parameters": [ "parameters": [
{ {
...@@ -2637,7 +2637,7 @@ ...@@ -2637,7 +2637,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Role", "summary": "watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedRoleList", "nickname": "watchNamespacedRoleList",
"parameters": [ "parameters": [
{ {
...@@ -3010,7 +3010,7 @@ ...@@ -3010,7 +3010,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Role", "summary": "watch changes to an object of kind Role. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedRole", "nickname": "watchNamespacedRole",
"parameters": [ "parameters": [
{ {
...@@ -3232,7 +3232,7 @@ ...@@ -3232,7 +3232,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Role", "summary": "watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchRoleListForAllNamespaces", "nickname": "watchRoleListForAllNamespaces",
"parameters": [ "parameters": [
{ {
......
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ClusterRoleBinding", "summary": "watch individual changes to a list of ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchClusterRoleBindingList", "nickname": "watchClusterRoleBindingList",
"parameters": [ "parameters": [
{ {
...@@ -595,7 +595,7 @@ ...@@ -595,7 +595,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ClusterRoleBinding", "summary": "watch changes to an object of kind ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchClusterRoleBinding", "nickname": "watchClusterRoleBinding",
"parameters": [ "parameters": [
{ {
...@@ -953,7 +953,7 @@ ...@@ -953,7 +953,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ClusterRole", "summary": "watch individual changes to a list of ClusterRole. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchClusterRoleList", "nickname": "watchClusterRoleList",
"parameters": [ "parameters": [
{ {
...@@ -1286,7 +1286,7 @@ ...@@ -1286,7 +1286,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ClusterRole", "summary": "watch changes to an object of kind ClusterRole. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchClusterRole", "nickname": "watchClusterRole",
"parameters": [ "parameters": [
{ {
...@@ -1668,7 +1668,7 @@ ...@@ -1668,7 +1668,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of RoleBinding", "summary": "watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedRoleBindingList", "nickname": "watchNamespacedRoleBindingList",
"parameters": [ "parameters": [
{ {
...@@ -2041,7 +2041,7 @@ ...@@ -2041,7 +2041,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind RoleBinding", "summary": "watch changes to an object of kind RoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedRoleBinding", "nickname": "watchNamespacedRoleBinding",
"parameters": [ "parameters": [
{ {
...@@ -2263,7 +2263,7 @@ ...@@ -2263,7 +2263,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of RoleBinding", "summary": "watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchRoleBindingListForAllNamespaces", "nickname": "watchRoleBindingListForAllNamespaces",
"parameters": [ "parameters": [
{ {
...@@ -2637,7 +2637,7 @@ ...@@ -2637,7 +2637,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Role", "summary": "watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedRoleList", "nickname": "watchNamespacedRoleList",
"parameters": [ "parameters": [
{ {
...@@ -3010,7 +3010,7 @@ ...@@ -3010,7 +3010,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Role", "summary": "watch changes to an object of kind Role. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedRole", "nickname": "watchNamespacedRole",
"parameters": [ "parameters": [
{ {
...@@ -3232,7 +3232,7 @@ ...@@ -3232,7 +3232,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Role", "summary": "watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchRoleListForAllNamespaces", "nickname": "watchRoleListForAllNamespaces",
"parameters": [ "parameters": [
{ {
......
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ClusterRoleBinding", "summary": "watch individual changes to a list of ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchClusterRoleBindingList", "nickname": "watchClusterRoleBindingList",
"parameters": [ "parameters": [
{ {
...@@ -595,7 +595,7 @@ ...@@ -595,7 +595,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ClusterRoleBinding", "summary": "watch changes to an object of kind ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchClusterRoleBinding", "nickname": "watchClusterRoleBinding",
"parameters": [ "parameters": [
{ {
...@@ -953,7 +953,7 @@ ...@@ -953,7 +953,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ClusterRole", "summary": "watch individual changes to a list of ClusterRole. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchClusterRoleList", "nickname": "watchClusterRoleList",
"parameters": [ "parameters": [
{ {
...@@ -1286,7 +1286,7 @@ ...@@ -1286,7 +1286,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ClusterRole", "summary": "watch changes to an object of kind ClusterRole. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchClusterRole", "nickname": "watchClusterRole",
"parameters": [ "parameters": [
{ {
...@@ -1668,7 +1668,7 @@ ...@@ -1668,7 +1668,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of RoleBinding", "summary": "watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedRoleBindingList", "nickname": "watchNamespacedRoleBindingList",
"parameters": [ "parameters": [
{ {
...@@ -2041,7 +2041,7 @@ ...@@ -2041,7 +2041,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind RoleBinding", "summary": "watch changes to an object of kind RoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedRoleBinding", "nickname": "watchNamespacedRoleBinding",
"parameters": [ "parameters": [
{ {
...@@ -2263,7 +2263,7 @@ ...@@ -2263,7 +2263,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of RoleBinding", "summary": "watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchRoleBindingListForAllNamespaces", "nickname": "watchRoleBindingListForAllNamespaces",
"parameters": [ "parameters": [
{ {
...@@ -2637,7 +2637,7 @@ ...@@ -2637,7 +2637,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Role", "summary": "watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedRoleList", "nickname": "watchNamespacedRoleList",
"parameters": [ "parameters": [
{ {
...@@ -3010,7 +3010,7 @@ ...@@ -3010,7 +3010,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Role", "summary": "watch changes to an object of kind Role. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedRole", "nickname": "watchNamespacedRole",
"parameters": [ "parameters": [
{ {
...@@ -3232,7 +3232,7 @@ ...@@ -3232,7 +3232,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Role", "summary": "watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchRoleListForAllNamespaces", "nickname": "watchRoleListForAllNamespaces",
"parameters": [ "parameters": [
{ {
......
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of PriorityClass", "summary": "watch individual changes to a list of PriorityClass. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchPriorityClassList", "nickname": "watchPriorityClassList",
"parameters": [ "parameters": [
{ {
...@@ -611,7 +611,7 @@ ...@@ -611,7 +611,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind PriorityClass", "summary": "watch changes to an object of kind PriorityClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchPriorityClass", "nickname": "watchPriorityClass",
"parameters": [ "parameters": [
{ {
......
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of PriorityClass", "summary": "watch individual changes to a list of PriorityClass. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchPriorityClassList", "nickname": "watchPriorityClassList",
"parameters": [ "parameters": [
{ {
...@@ -611,7 +611,7 @@ ...@@ -611,7 +611,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind PriorityClass", "summary": "watch changes to an object of kind PriorityClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchPriorityClass", "nickname": "watchPriorityClass",
"parameters": [ "parameters": [
{ {
......
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of PodPreset", "summary": "watch individual changes to a list of PodPreset. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchNamespacedPodPresetList", "nickname": "watchNamespacedPodPresetList",
"parameters": [ "parameters": [
{ {
...@@ -675,7 +675,7 @@ ...@@ -675,7 +675,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind PodPreset", "summary": "watch changes to an object of kind PodPreset. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchNamespacedPodPreset", "nickname": "watchNamespacedPodPreset",
"parameters": [ "parameters": [
{ {
...@@ -897,7 +897,7 @@ ...@@ -897,7 +897,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of PodPreset", "summary": "watch individual changes to a list of PodPreset. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchPodPresetListForAllNamespaces", "nickname": "watchPodPresetListForAllNamespaces",
"parameters": [ "parameters": [
{ {
......
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of StorageClass", "summary": "watch individual changes to a list of StorageClass. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchStorageClassList", "nickname": "watchStorageClassList",
"parameters": [ "parameters": [
{ {
...@@ -611,7 +611,7 @@ ...@@ -611,7 +611,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind StorageClass", "summary": "watch changes to an object of kind StorageClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchStorageClass", "nickname": "watchStorageClass",
"parameters": [ "parameters": [
{ {
......
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of VolumeAttachment", "summary": "watch individual changes to a list of VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchVolumeAttachmentList", "nickname": "watchVolumeAttachmentList",
"parameters": [ "parameters": [
{ {
...@@ -611,7 +611,7 @@ ...@@ -611,7 +611,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind VolumeAttachment", "summary": "watch changes to an object of kind VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchVolumeAttachment", "nickname": "watchVolumeAttachment",
"parameters": [ "parameters": [
{ {
......
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of StorageClass", "summary": "watch individual changes to a list of StorageClass. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchStorageClassList", "nickname": "watchStorageClassList",
"parameters": [ "parameters": [
{ {
...@@ -611,7 +611,7 @@ ...@@ -611,7 +611,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind StorageClass", "summary": "watch changes to an object of kind StorageClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchStorageClass", "nickname": "watchStorageClass",
"parameters": [ "parameters": [
{ {
...@@ -969,7 +969,7 @@ ...@@ -969,7 +969,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of VolumeAttachment", "summary": "watch individual changes to a list of VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead.",
"nickname": "watchVolumeAttachmentList", "nickname": "watchVolumeAttachmentList",
"parameters": [ "parameters": [
{ {
...@@ -1318,7 +1318,7 @@ ...@@ -1318,7 +1318,7 @@
{ {
"type": "v1.WatchEvent", "type": "v1.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind VolumeAttachment", "summary": "watch changes to an object of kind VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"nickname": "watchVolumeAttachment", "nickname": "watchVolumeAttachment",
"parameters": [ "parameters": [
{ {
......
...@@ -1438,7 +1438,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1438,7 +1438,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_initializerconfiguration">watch individual changes to a list of InitializerConfiguration</h3> <h3 id="_watch_individual_changes_to_a_list_of_initializerconfiguration_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of InitializerConfiguration. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/admissionregistration.k8s.io/v1alpha1/watch/initializerconfigurations</pre> <pre>GET /apis/admissionregistration.k8s.io/v1alpha1/watch/initializerconfigurations</pre>
...@@ -1612,7 +1612,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1612,7 +1612,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_initializerconfiguration">watch changes to an object of kind InitializerConfiguration</h3> <h3 id="_watch_changes_to_an_object_of_kind_initializerconfiguration_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 InitializerConfiguration. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/admissionregistration.k8s.io/v1alpha1/watch/initializerconfigurations/{name}</pre> <pre>GET /apis/admissionregistration.k8s.io/v1alpha1/watch/initializerconfigurations/{name}</pre>
......
...@@ -2433,7 +2433,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2433,7 +2433,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_mutatingwebhookconfiguration">watch individual changes to a list of MutatingWebhookConfiguration</h3> <h3 id="_watch_individual_changes_to_a_list_of_mutatingwebhookconfiguration_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of MutatingWebhookConfiguration. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/admissionregistration.k8s.io/v1beta1/watch/mutatingwebhookconfigurations</pre> <pre>GET /apis/admissionregistration.k8s.io/v1beta1/watch/mutatingwebhookconfigurations</pre>
...@@ -2607,7 +2607,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2607,7 +2607,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_mutatingwebhookconfiguration">watch changes to an object of kind MutatingWebhookConfiguration</h3> <h3 id="_watch_changes_to_an_object_of_kind_mutatingwebhookconfiguration_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 MutatingWebhookConfiguration. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/admissionregistration.k8s.io/v1beta1/watch/mutatingwebhookconfigurations/{name}</pre> <pre>GET /apis/admissionregistration.k8s.io/v1beta1/watch/mutatingwebhookconfigurations/{name}</pre>
...@@ -2789,7 +2789,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2789,7 +2789,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_validatingwebhookconfiguration">watch individual changes to a list of ValidatingWebhookConfiguration</h3> <h3 id="_watch_individual_changes_to_a_list_of_validatingwebhookconfiguration_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of ValidatingWebhookConfiguration. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/admissionregistration.k8s.io/v1beta1/watch/validatingwebhookconfigurations</pre> <pre>GET /apis/admissionregistration.k8s.io/v1beta1/watch/validatingwebhookconfigurations</pre>
...@@ -2963,7 +2963,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2963,7 +2963,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_validatingwebhookconfiguration">watch changes to an object of kind ValidatingWebhookConfiguration</h3> <h3 id="_watch_changes_to_an_object_of_kind_validatingwebhookconfiguration_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 ValidatingWebhookConfiguration. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/admissionregistration.k8s.io/v1beta1/watch/validatingwebhookconfigurations/{name}</pre> <pre>GET /apis/admissionregistration.k8s.io/v1beta1/watch/validatingwebhookconfigurations/{name}</pre>
......
...@@ -5791,7 +5791,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5791,7 +5791,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_controllerrevision">watch individual changes to a list of ControllerRevision</h3> <h3 id="_watch_individual_changes_to_a_list_of_controllerrevision_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of ControllerRevision. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/apps/v1beta1/watch/controllerrevisions</pre> <pre>GET /apis/apps/v1beta1/watch/controllerrevisions</pre>
...@@ -5965,7 +5965,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5965,7 +5965,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_deployment">watch individual changes to a list of Deployment</h3> <h3 id="_watch_individual_changes_to_a_list_of_deployment_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of Deployment. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/apps/v1beta1/watch/deployments</pre> <pre>GET /apis/apps/v1beta1/watch/deployments</pre>
...@@ -6139,7 +6139,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -6139,7 +6139,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_controllerrevision_2">watch individual changes to a list of ControllerRevision</h3> <h3 id="_watch_individual_changes_to_a_list_of_controllerrevision_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead_2">watch individual changes to a list of ControllerRevision. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/apps/v1beta1/watch/namespaces/{namespace}/controllerrevisions</pre> <pre>GET /apis/apps/v1beta1/watch/namespaces/{namespace}/controllerrevisions</pre>
...@@ -6321,7 +6321,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -6321,7 +6321,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_controllerrevision">watch changes to an object of kind ControllerRevision</h3> <h3 id="_watch_changes_to_an_object_of_kind_controllerrevision_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 ControllerRevision. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/apps/v1beta1/watch/namespaces/{namespace}/controllerrevisions/{name}</pre> <pre>GET /apis/apps/v1beta1/watch/namespaces/{namespace}/controllerrevisions/{name}</pre>
...@@ -6511,7 +6511,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -6511,7 +6511,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_deployment_2">watch individual changes to a list of Deployment</h3> <h3 id="_watch_individual_changes_to_a_list_of_deployment_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead_2">watch individual changes to a list of Deployment. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/apps/v1beta1/watch/namespaces/{namespace}/deployments</pre> <pre>GET /apis/apps/v1beta1/watch/namespaces/{namespace}/deployments</pre>
...@@ -6693,7 +6693,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -6693,7 +6693,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_deployment">watch changes to an object of kind Deployment</h3> <h3 id="_watch_changes_to_an_object_of_kind_deployment_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 Deployment. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/apps/v1beta1/watch/namespaces/{namespace}/deployments/{name}</pre> <pre>GET /apis/apps/v1beta1/watch/namespaces/{namespace}/deployments/{name}</pre>
...@@ -6883,7 +6883,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -6883,7 +6883,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_statefulset">watch individual changes to a list of StatefulSet</h3> <h3 id="_watch_individual_changes_to_a_list_of_statefulset_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of StatefulSet. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets</pre> <pre>GET /apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets</pre>
...@@ -7065,7 +7065,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -7065,7 +7065,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_statefulset">watch changes to an object of kind StatefulSet</h3> <h3 id="_watch_changes_to_an_object_of_kind_statefulset_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 StatefulSet. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets/{name}</pre> <pre>GET /apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets/{name}</pre>
...@@ -7255,7 +7255,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -7255,7 +7255,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_statefulset_2">watch individual changes to a list of StatefulSet</h3> <h3 id="_watch_individual_changes_to_a_list_of_statefulset_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead_2">watch individual changes to a list of StatefulSet. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/apps/v1beta1/watch/statefulsets</pre> <pre>GET /apis/apps/v1beta1/watch/statefulsets</pre>
......
...@@ -2052,7 +2052,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2052,7 +2052,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_horizontalpodautoscaler">watch individual changes to a list of HorizontalPodAutoscaler</h3> <h3 id="_watch_individual_changes_to_a_list_of_horizontalpodautoscaler_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/autoscaling/v1/watch/horizontalpodautoscalers</pre> <pre>GET /apis/autoscaling/v1/watch/horizontalpodautoscalers</pre>
...@@ -2226,7 +2226,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2226,7 +2226,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_horizontalpodautoscaler_2">watch individual changes to a list of HorizontalPodAutoscaler</h3> <h3 id="_watch_individual_changes_to_a_list_of_horizontalpodautoscaler_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead_2">watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers</pre> <pre>GET /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers</pre>
...@@ -2408,7 +2408,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2408,7 +2408,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_horizontalpodautoscaler">watch changes to an object of kind HorizontalPodAutoscaler</h3> <h3 id="_watch_changes_to_an_object_of_kind_horizontalpodautoscaler_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 HorizontalPodAutoscaler. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}</pre> <pre>GET /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}</pre>
......
...@@ -2052,7 +2052,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2052,7 +2052,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_horizontalpodautoscaler">watch individual changes to a list of HorizontalPodAutoscaler</h3> <h3 id="_watch_individual_changes_to_a_list_of_horizontalpodautoscaler_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/autoscaling/v2beta1/watch/horizontalpodautoscalers</pre> <pre>GET /apis/autoscaling/v2beta1/watch/horizontalpodautoscalers</pre>
...@@ -2226,7 +2226,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2226,7 +2226,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_horizontalpodautoscaler_2">watch individual changes to a list of HorizontalPodAutoscaler</h3> <h3 id="_watch_individual_changes_to_a_list_of_horizontalpodautoscaler_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead_2">watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/autoscaling/v2beta1/watch/namespaces/{namespace}/horizontalpodautoscalers</pre> <pre>GET /apis/autoscaling/v2beta1/watch/namespaces/{namespace}/horizontalpodautoscalers</pre>
...@@ -2408,7 +2408,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2408,7 +2408,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_horizontalpodautoscaler">watch changes to an object of kind HorizontalPodAutoscaler</h3> <h3 id="_watch_changes_to_an_object_of_kind_horizontalpodautoscaler_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 HorizontalPodAutoscaler. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/autoscaling/v2beta1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}</pre> <pre>GET /apis/autoscaling/v2beta1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}</pre>
......
...@@ -2052,7 +2052,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2052,7 +2052,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_job">watch individual changes to a list of Job</h3> <h3 id="_watch_individual_changes_to_a_list_of_job_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of Job. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/batch/v1/watch/jobs</pre> <pre>GET /apis/batch/v1/watch/jobs</pre>
...@@ -2226,7 +2226,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2226,7 +2226,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_job_2">watch individual changes to a list of Job</h3> <h3 id="_watch_individual_changes_to_a_list_of_job_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead_2">watch individual changes to a list of Job. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/batch/v1/watch/namespaces/{namespace}/jobs</pre> <pre>GET /apis/batch/v1/watch/namespaces/{namespace}/jobs</pre>
...@@ -2408,7 +2408,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2408,7 +2408,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_job">watch changes to an object of kind Job</h3> <h3 id="_watch_changes_to_an_object_of_kind_job_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 Job. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/batch/v1/watch/namespaces/{namespace}/jobs/{name}</pre> <pre>GET /apis/batch/v1/watch/namespaces/{namespace}/jobs/{name}</pre>
......
...@@ -2052,7 +2052,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2052,7 +2052,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_cronjob">watch individual changes to a list of CronJob</h3> <h3 id="_watch_individual_changes_to_a_list_of_cronjob_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of CronJob. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/batch/v1beta1/watch/cronjobs</pre> <pre>GET /apis/batch/v1beta1/watch/cronjobs</pre>
...@@ -2226,7 +2226,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2226,7 +2226,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_cronjob_2">watch individual changes to a list of CronJob</h3> <h3 id="_watch_individual_changes_to_a_list_of_cronjob_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead_2">watch individual changes to a list of CronJob. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/batch/v1beta1/watch/namespaces/{namespace}/cronjobs</pre> <pre>GET /apis/batch/v1beta1/watch/namespaces/{namespace}/cronjobs</pre>
...@@ -2408,7 +2408,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2408,7 +2408,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_cronjob">watch changes to an object of kind CronJob</h3> <h3 id="_watch_changes_to_an_object_of_kind_cronjob_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 CronJob. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/batch/v1beta1/watch/namespaces/{namespace}/cronjobs/{name}</pre> <pre>GET /apis/batch/v1beta1/watch/namespaces/{namespace}/cronjobs/{name}</pre>
......
...@@ -2052,7 +2052,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2052,7 +2052,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_cronjob">watch individual changes to a list of CronJob</h3> <h3 id="_watch_individual_changes_to_a_list_of_cronjob_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of CronJob. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/batch/v2alpha1/watch/cronjobs</pre> <pre>GET /apis/batch/v2alpha1/watch/cronjobs</pre>
...@@ -2226,7 +2226,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2226,7 +2226,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_cronjob_2">watch individual changes to a list of CronJob</h3> <h3 id="_watch_individual_changes_to_a_list_of_cronjob_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead_2">watch individual changes to a list of CronJob. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs</pre> <pre>GET /apis/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs</pre>
...@@ -2408,7 +2408,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2408,7 +2408,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_cronjob">watch changes to an object of kind CronJob</h3> <h3 id="_watch_changes_to_an_object_of_kind_cronjob_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 CronJob. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs/{name}</pre> <pre>GET /apis/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs/{name}</pre>
......
...@@ -1922,7 +1922,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1922,7 +1922,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_certificatesigningrequest">watch individual changes to a list of CertificateSigningRequest</h3> <h3 id="_watch_individual_changes_to_a_list_of_certificatesigningrequest_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of CertificateSigningRequest. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/certificates.k8s.io/v1beta1/watch/certificatesigningrequests</pre> <pre>GET /apis/certificates.k8s.io/v1beta1/watch/certificatesigningrequests</pre>
...@@ -2096,7 +2096,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2096,7 +2096,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_certificatesigningrequest">watch changes to an object of kind CertificateSigningRequest</h3> <h3 id="_watch_changes_to_an_object_of_kind_certificatesigningrequest_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 CertificateSigningRequest. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/certificates.k8s.io/v1beta1/watch/certificatesigningrequests/{name}</pre> <pre>GET /apis/certificates.k8s.io/v1beta1/watch/certificatesigningrequests/{name}</pre>
......
...@@ -1668,7 +1668,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1668,7 +1668,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_lease">watch individual changes to a list of Lease</h3> <h3 id="_watch_individual_changes_to_a_list_of_lease_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of Lease. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/coordination.k8s.io/v1beta1/watch/leases</pre> <pre>GET /apis/coordination.k8s.io/v1beta1/watch/leases</pre>
...@@ -1842,7 +1842,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1842,7 +1842,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_lease_2">watch individual changes to a list of Lease</h3> <h3 id="_watch_individual_changes_to_a_list_of_lease_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead_2">watch individual changes to a list of Lease. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/coordination.k8s.io/v1beta1/watch/namespaces/{namespace}/leases</pre> <pre>GET /apis/coordination.k8s.io/v1beta1/watch/namespaces/{namespace}/leases</pre>
...@@ -2024,7 +2024,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2024,7 +2024,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_lease">watch changes to an object of kind Lease</h3> <h3 id="_watch_changes_to_an_object_of_kind_lease_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 Lease. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/coordination.k8s.io/v1beta1/watch/namespaces/{namespace}/leases/{name}</pre> <pre>GET /apis/coordination.k8s.io/v1beta1/watch/namespaces/{namespace}/leases/{name}</pre>
......
...@@ -1668,7 +1668,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1668,7 +1668,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_event">watch individual changes to a list of Event</h3> <h3 id="_watch_individual_changes_to_a_list_of_event_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of Event. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/events.k8s.io/v1beta1/watch/events</pre> <pre>GET /apis/events.k8s.io/v1beta1/watch/events</pre>
...@@ -1842,7 +1842,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1842,7 +1842,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_event_2">watch individual changes to a list of Event</h3> <h3 id="_watch_individual_changes_to_a_list_of_event_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead_2">watch individual changes to a list of Event. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/events.k8s.io/v1beta1/watch/namespaces/{namespace}/events</pre> <pre>GET /apis/events.k8s.io/v1beta1/watch/namespaces/{namespace}/events</pre>
...@@ -2024,7 +2024,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2024,7 +2024,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_event">watch changes to an object of kind Event</h3> <h3 id="_watch_changes_to_an_object_of_kind_event_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 Event. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/events.k8s.io/v1beta1/watch/namespaces/{namespace}/events/{name}</pre> <pre>GET /apis/events.k8s.io/v1beta1/watch/namespaces/{namespace}/events/{name}</pre>
......
...@@ -1668,7 +1668,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1668,7 +1668,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_networkpolicy">watch individual changes to a list of NetworkPolicy</h3> <h3 id="_watch_individual_changes_to_a_list_of_networkpolicy_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of NetworkPolicy. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies</pre> <pre>GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies</pre>
...@@ -1850,7 +1850,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1850,7 +1850,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_networkpolicy">watch changes to an object of kind NetworkPolicy</h3> <h3 id="_watch_changes_to_an_object_of_kind_networkpolicy_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 NetworkPolicy. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies/{name}</pre> <pre>GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies/{name}</pre>
...@@ -2040,7 +2040,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2040,7 +2040,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_networkpolicy_2">watch individual changes to a list of NetworkPolicy</h3> <h3 id="_watch_individual_changes_to_a_list_of_networkpolicy_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead_2">watch individual changes to a list of NetworkPolicy. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/networking.k8s.io/v1/watch/networkpolicies</pre> <pre>GET /apis/networking.k8s.io/v1/watch/networkpolicies</pre>
......
...@@ -3047,7 +3047,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -3047,7 +3047,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_poddisruptionbudget">watch individual changes to a list of PodDisruptionBudget</h3> <h3 id="_watch_individual_changes_to_a_list_of_poddisruptionbudget_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of PodDisruptionBudget. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets</pre> <pre>GET /apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets</pre>
...@@ -3229,7 +3229,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -3229,7 +3229,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_poddisruptionbudget">watch changes to an object of kind PodDisruptionBudget</h3> <h3 id="_watch_changes_to_an_object_of_kind_poddisruptionbudget_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 PodDisruptionBudget. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets/{name}</pre> <pre>GET /apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets/{name}</pre>
...@@ -3419,7 +3419,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -3419,7 +3419,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_poddisruptionbudget_2">watch individual changes to a list of PodDisruptionBudget</h3> <h3 id="_watch_individual_changes_to_a_list_of_poddisruptionbudget_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead_2">watch individual changes to a list of PodDisruptionBudget. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/policy/v1beta1/watch/poddisruptionbudgets</pre> <pre>GET /apis/policy/v1beta1/watch/poddisruptionbudgets</pre>
...@@ -3593,7 +3593,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -3593,7 +3593,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_podsecuritypolicy">watch individual changes to a list of PodSecurityPolicy</h3> <h3 id="_watch_individual_changes_to_a_list_of_podsecuritypolicy_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of PodSecurityPolicy. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/policy/v1beta1/watch/podsecuritypolicies</pre> <pre>GET /apis/policy/v1beta1/watch/podsecuritypolicies</pre>
...@@ -3767,7 +3767,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -3767,7 +3767,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_podsecuritypolicy">watch changes to an object of kind PodSecurityPolicy</h3> <h3 id="_watch_changes_to_an_object_of_kind_podsecuritypolicy_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 PodSecurityPolicy. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/policy/v1beta1/watch/podsecuritypolicies/{name}</pre> <pre>GET /apis/policy/v1beta1/watch/podsecuritypolicies/{name}</pre>
......
...@@ -4819,7 +4819,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -4819,7 +4819,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_clusterrolebinding">watch individual changes to a list of ClusterRoleBinding</h3> <h3 id="_watch_individual_changes_to_a_list_of_clusterrolebinding_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of ClusterRoleBinding. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings</pre>
...@@ -4993,7 +4993,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -4993,7 +4993,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_clusterrolebinding">watch changes to an object of kind ClusterRoleBinding</h3> <h3 id="_watch_changes_to_an_object_of_kind_clusterrolebinding_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 ClusterRoleBinding. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings/{name}</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings/{name}</pre>
...@@ -5175,7 +5175,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5175,7 +5175,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_clusterrole">watch individual changes to a list of ClusterRole</h3> <h3 id="_watch_individual_changes_to_a_list_of_clusterrole_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of ClusterRole. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1/watch/clusterroles</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1/watch/clusterroles</pre>
...@@ -5349,7 +5349,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5349,7 +5349,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_clusterrole">watch changes to an object of kind ClusterRole</h3> <h3 id="_watch_changes_to_an_object_of_kind_clusterrole_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 ClusterRole. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1/watch/clusterroles/{name}</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1/watch/clusterroles/{name}</pre>
...@@ -5531,7 +5531,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5531,7 +5531,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_rolebinding">watch individual changes to a list of RoleBinding</h3> <h3 id="_watch_individual_changes_to_a_list_of_rolebinding_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of RoleBinding. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings</pre>
...@@ -5713,7 +5713,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5713,7 +5713,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_rolebinding">watch changes to an object of kind RoleBinding</h3> <h3 id="_watch_changes_to_an_object_of_kind_rolebinding_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 RoleBinding. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings/{name}</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings/{name}</pre>
...@@ -5903,7 +5903,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5903,7 +5903,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_role">watch individual changes to a list of Role</h3> <h3 id="_watch_individual_changes_to_a_list_of_role_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of Role. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles</pre>
...@@ -6085,7 +6085,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -6085,7 +6085,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_role">watch changes to an object of kind Role</h3> <h3 id="_watch_changes_to_an_object_of_kind_role_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 Role. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles/{name}</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles/{name}</pre>
...@@ -6275,7 +6275,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -6275,7 +6275,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_rolebinding_2">watch individual changes to a list of RoleBinding</h3> <h3 id="_watch_individual_changes_to_a_list_of_rolebinding_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead_2">watch individual changes to a list of RoleBinding. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1/watch/rolebindings</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1/watch/rolebindings</pre>
...@@ -6449,7 +6449,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -6449,7 +6449,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_role_2">watch individual changes to a list of Role</h3> <h3 id="_watch_individual_changes_to_a_list_of_role_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead_2">watch individual changes to a list of Role. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1/watch/roles</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1/watch/roles</pre>
......
...@@ -4819,7 +4819,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -4819,7 +4819,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_clusterrolebinding">watch individual changes to a list of ClusterRoleBinding</h3> <h3 id="_watch_individual_changes_to_a_list_of_clusterrolebinding_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of ClusterRoleBinding. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings</pre>
...@@ -4993,7 +4993,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -4993,7 +4993,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_clusterrolebinding">watch changes to an object of kind ClusterRoleBinding</h3> <h3 id="_watch_changes_to_an_object_of_kind_clusterrolebinding_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 ClusterRoleBinding. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings/{name}</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings/{name}</pre>
...@@ -5175,7 +5175,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5175,7 +5175,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_clusterrole">watch individual changes to a list of ClusterRole</h3> <h3 id="_watch_individual_changes_to_a_list_of_clusterrole_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of ClusterRole. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles</pre>
...@@ -5349,7 +5349,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5349,7 +5349,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_clusterrole">watch changes to an object of kind ClusterRole</h3> <h3 id="_watch_changes_to_an_object_of_kind_clusterrole_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 ClusterRole. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles/{name}</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles/{name}</pre>
...@@ -5531,7 +5531,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5531,7 +5531,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_rolebinding">watch individual changes to a list of RoleBinding</h3> <h3 id="_watch_individual_changes_to_a_list_of_rolebinding_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of RoleBinding. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings</pre>
...@@ -5713,7 +5713,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5713,7 +5713,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_rolebinding">watch changes to an object of kind RoleBinding</h3> <h3 id="_watch_changes_to_an_object_of_kind_rolebinding_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 RoleBinding. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings/{name}</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings/{name}</pre>
...@@ -5903,7 +5903,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5903,7 +5903,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_role">watch individual changes to a list of Role</h3> <h3 id="_watch_individual_changes_to_a_list_of_role_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of Role. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles</pre>
...@@ -6085,7 +6085,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -6085,7 +6085,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_role">watch changes to an object of kind Role</h3> <h3 id="_watch_changes_to_an_object_of_kind_role_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 Role. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles/{name}</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles/{name}</pre>
...@@ -6275,7 +6275,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -6275,7 +6275,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_rolebinding_2">watch individual changes to a list of RoleBinding</h3> <h3 id="_watch_individual_changes_to_a_list_of_rolebinding_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead_2">watch individual changes to a list of RoleBinding. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/rolebindings</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/rolebindings</pre>
...@@ -6449,7 +6449,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -6449,7 +6449,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_role_2">watch individual changes to a list of Role</h3> <h3 id="_watch_individual_changes_to_a_list_of_role_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead_2">watch individual changes to a list of Role. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/roles</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/roles</pre>
......
...@@ -4819,7 +4819,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -4819,7 +4819,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_clusterrolebinding">watch individual changes to a list of ClusterRoleBinding</h3> <h3 id="_watch_individual_changes_to_a_list_of_clusterrolebinding_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of ClusterRoleBinding. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1beta1/watch/clusterrolebindings</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1beta1/watch/clusterrolebindings</pre>
...@@ -4993,7 +4993,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -4993,7 +4993,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_clusterrolebinding">watch changes to an object of kind ClusterRoleBinding</h3> <h3 id="_watch_changes_to_an_object_of_kind_clusterrolebinding_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 ClusterRoleBinding. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1beta1/watch/clusterrolebindings/{name}</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1beta1/watch/clusterrolebindings/{name}</pre>
...@@ -5175,7 +5175,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5175,7 +5175,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_clusterrole">watch individual changes to a list of ClusterRole</h3> <h3 id="_watch_individual_changes_to_a_list_of_clusterrole_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of ClusterRole. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1beta1/watch/clusterroles</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1beta1/watch/clusterroles</pre>
...@@ -5349,7 +5349,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5349,7 +5349,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_clusterrole">watch changes to an object of kind ClusterRole</h3> <h3 id="_watch_changes_to_an_object_of_kind_clusterrole_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 ClusterRole. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1beta1/watch/clusterroles/{name}</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1beta1/watch/clusterroles/{name}</pre>
...@@ -5531,7 +5531,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5531,7 +5531,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_rolebinding">watch individual changes to a list of RoleBinding</h3> <h3 id="_watch_individual_changes_to_a_list_of_rolebinding_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of RoleBinding. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/rolebindings</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/rolebindings</pre>
...@@ -5713,7 +5713,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5713,7 +5713,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_rolebinding">watch changes to an object of kind RoleBinding</h3> <h3 id="_watch_changes_to_an_object_of_kind_rolebinding_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 RoleBinding. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/rolebindings/{name}</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/rolebindings/{name}</pre>
...@@ -5903,7 +5903,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -5903,7 +5903,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_role">watch individual changes to a list of Role</h3> <h3 id="_watch_individual_changes_to_a_list_of_role_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of Role. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/roles</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/roles</pre>
...@@ -6085,7 +6085,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -6085,7 +6085,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_role">watch changes to an object of kind Role</h3> <h3 id="_watch_changes_to_an_object_of_kind_role_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 Role. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/roles/{name}</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/roles/{name}</pre>
...@@ -6275,7 +6275,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -6275,7 +6275,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_rolebinding_2">watch individual changes to a list of RoleBinding</h3> <h3 id="_watch_individual_changes_to_a_list_of_rolebinding_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead_2">watch individual changes to a list of RoleBinding. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1beta1/watch/rolebindings</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1beta1/watch/rolebindings</pre>
...@@ -6449,7 +6449,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -6449,7 +6449,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_role_2">watch individual changes to a list of Role</h3> <h3 id="_watch_individual_changes_to_a_list_of_role_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead_2">watch individual changes to a list of Role. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/rbac.authorization.k8s.io/v1beta1/watch/roles</pre> <pre>GET /apis/rbac.authorization.k8s.io/v1beta1/watch/roles</pre>
......
...@@ -1438,7 +1438,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1438,7 +1438,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_priorityclass">watch individual changes to a list of PriorityClass</h3> <h3 id="_watch_individual_changes_to_a_list_of_priorityclass_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of PriorityClass. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/scheduling.k8s.io/v1alpha1/watch/priorityclasses</pre> <pre>GET /apis/scheduling.k8s.io/v1alpha1/watch/priorityclasses</pre>
...@@ -1612,7 +1612,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1612,7 +1612,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_priorityclass">watch changes to an object of kind PriorityClass</h3> <h3 id="_watch_changes_to_an_object_of_kind_priorityclass_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 PriorityClass. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/scheduling.k8s.io/v1alpha1/watch/priorityclasses/{name}</pre> <pre>GET /apis/scheduling.k8s.io/v1alpha1/watch/priorityclasses/{name}</pre>
......
...@@ -1438,7 +1438,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1438,7 +1438,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_priorityclass">watch individual changes to a list of PriorityClass</h3> <h3 id="_watch_individual_changes_to_a_list_of_priorityclass_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of PriorityClass. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/scheduling.k8s.io/v1beta1/watch/priorityclasses</pre> <pre>GET /apis/scheduling.k8s.io/v1beta1/watch/priorityclasses</pre>
...@@ -1612,7 +1612,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1612,7 +1612,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_priorityclass">watch changes to an object of kind PriorityClass</h3> <h3 id="_watch_changes_to_an_object_of_kind_priorityclass_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 PriorityClass. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/scheduling.k8s.io/v1beta1/watch/priorityclasses/{name}</pre> <pre>GET /apis/scheduling.k8s.io/v1beta1/watch/priorityclasses/{name}</pre>
......
...@@ -1668,7 +1668,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1668,7 +1668,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/settings.k8s.io/v1alpha1/watch/namespaces/{namespace}/podpresets</pre> <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; } ...@@ -1850,7 +1850,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/settings.k8s.io/v1alpha1/watch/namespaces/{namespace}/podpresets/{name}</pre> <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; } ...@@ -2040,7 +2040,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/settings.k8s.io/v1alpha1/watch/podpresets</pre> <pre>GET /apis/settings.k8s.io/v1alpha1/watch/podpresets</pre>
......
...@@ -1438,7 +1438,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1438,7 +1438,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_storageclass">watch individual changes to a list of StorageClass</h3> <h3 id="_watch_individual_changes_to_a_list_of_storageclass_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of StorageClass. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/storage.k8s.io/v1/watch/storageclasses</pre> <pre>GET /apis/storage.k8s.io/v1/watch/storageclasses</pre>
...@@ -1612,7 +1612,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1612,7 +1612,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_storageclass">watch changes to an object of kind StorageClass</h3> <h3 id="_watch_changes_to_an_object_of_kind_storageclass_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 StorageClass. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/storage.k8s.io/v1/watch/storageclasses/{name}</pre> <pre>GET /apis/storage.k8s.io/v1/watch/storageclasses/{name}</pre>
......
...@@ -1438,7 +1438,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1438,7 +1438,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_volumeattachment">watch individual changes to a list of VolumeAttachment</h3> <h3 id="_watch_individual_changes_to_a_list_of_volumeattachment_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of VolumeAttachment. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/storage.k8s.io/v1alpha1/watch/volumeattachments</pre> <pre>GET /apis/storage.k8s.io/v1alpha1/watch/volumeattachments</pre>
...@@ -1612,7 +1612,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -1612,7 +1612,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_volumeattachment">watch changes to an object of kind VolumeAttachment</h3> <h3 id="_watch_changes_to_an_object_of_kind_volumeattachment_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 VolumeAttachment. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/storage.k8s.io/v1alpha1/watch/volumeattachments/{name}</pre> <pre>GET /apis/storage.k8s.io/v1alpha1/watch/volumeattachments/{name}</pre>
......
...@@ -2433,7 +2433,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2433,7 +2433,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_storageclass">watch individual changes to a list of StorageClass</h3> <h3 id="_watch_individual_changes_to_a_list_of_storageclass_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of StorageClass. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/storage.k8s.io/v1beta1/watch/storageclasses</pre> <pre>GET /apis/storage.k8s.io/v1beta1/watch/storageclasses</pre>
...@@ -2607,7 +2607,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2607,7 +2607,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_storageclass">watch changes to an object of kind StorageClass</h3> <h3 id="_watch_changes_to_an_object_of_kind_storageclass_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 StorageClass. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/storage.k8s.io/v1beta1/watch/storageclasses/{name}</pre> <pre>GET /apis/storage.k8s.io/v1beta1/watch/storageclasses/{name}</pre>
...@@ -2789,7 +2789,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2789,7 +2789,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_individual_changes_to_a_list_of_volumeattachment">watch individual changes to a list of VolumeAttachment</h3> <h3 id="_watch_individual_changes_to_a_list_of_volumeattachment_deprecated_use_the_em_watch_em_parameter_with_a_list_operation_instead">watch individual changes to a list of VolumeAttachment. deprecated: use the <em>watch</em> parameter with a list operation instead.</h3>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/storage.k8s.io/v1beta1/watch/volumeattachments</pre> <pre>GET /apis/storage.k8s.io/v1beta1/watch/volumeattachments</pre>
...@@ -2963,7 +2963,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } ...@@ -2963,7 +2963,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_watch_changes_to_an_object_of_kind_volumeattachment">watch changes to an object of kind VolumeAttachment</h3> <h3 id="_watch_changes_to_an_object_of_kind_volumeattachment_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 VolumeAttachment. 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="listingblock">
<div class="content"> <div class="content">
<pre>GET /apis/storage.k8s.io/v1beta1/watch/volumeattachments/{name}</pre> <pre>GET /apis/storage.k8s.io/v1beta1/watch/volumeattachments/{name}</pre>
......
...@@ -384,7 +384,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag ...@@ -384,7 +384,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag
actions = appendIf(actions, action{"LIST", resourcePath, resourceParams, namer, false}, isLister) actions = appendIf(actions, action{"LIST", resourcePath, resourceParams, namer, false}, isLister)
actions = appendIf(actions, action{"POST", resourcePath, resourceParams, namer, false}, isCreater) actions = appendIf(actions, action{"POST", resourcePath, resourceParams, namer, false}, isCreater)
actions = appendIf(actions, action{"DELETECOLLECTION", resourcePath, resourceParams, namer, false}, isCollectionDeleter) actions = appendIf(actions, action{"DELETECOLLECTION", resourcePath, resourceParams, namer, false}, isCollectionDeleter)
// DEPRECATED // DEPRECATED in 1.11
actions = appendIf(actions, action{"WATCHLIST", "watch/" + resourcePath, resourceParams, namer, false}, allowWatchList) actions = appendIf(actions, action{"WATCHLIST", "watch/" + resourcePath, resourceParams, namer, false}, allowWatchList)
// Add actions at the item path: /api/apiVersion/resource/{name} // Add actions at the item path: /api/apiVersion/resource/{name}
...@@ -395,6 +395,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag ...@@ -395,6 +395,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag
actions = appendIf(actions, action{"PUT", itemPath, nameParams, namer, false}, isUpdater) actions = appendIf(actions, action{"PUT", itemPath, nameParams, namer, false}, isUpdater)
actions = appendIf(actions, action{"PATCH", itemPath, nameParams, namer, false}, isPatcher) actions = appendIf(actions, action{"PATCH", itemPath, nameParams, namer, false}, isPatcher)
actions = appendIf(actions, action{"DELETE", itemPath, nameParams, namer, false}, isGracefulDeleter) actions = appendIf(actions, action{"DELETE", itemPath, nameParams, namer, false}, isGracefulDeleter)
// DEPRECATED in 1.11
actions = appendIf(actions, action{"WATCH", "watch/" + itemPath, nameParams, namer, false}, isWatcher) actions = appendIf(actions, action{"WATCH", "watch/" + itemPath, nameParams, namer, false}, isWatcher)
actions = appendIf(actions, action{"CONNECT", itemPath, nameParams, namer, false}, isConnecter) actions = appendIf(actions, action{"CONNECT", itemPath, nameParams, namer, false}, isConnecter)
actions = appendIf(actions, action{"CONNECT", itemPath + "/{path:*}", proxyParams, namer, false}, isConnecter && connectSubpath) actions = appendIf(actions, action{"CONNECT", itemPath + "/{path:*}", proxyParams, namer, false}, isConnecter && connectSubpath)
...@@ -431,7 +432,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag ...@@ -431,7 +432,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag
actions = appendIf(actions, action{"LIST", resourcePath, resourceParams, namer, false}, isLister) actions = appendIf(actions, action{"LIST", resourcePath, resourceParams, namer, false}, isLister)
actions = appendIf(actions, action{"POST", resourcePath, resourceParams, namer, false}, isCreater) actions = appendIf(actions, action{"POST", resourcePath, resourceParams, namer, false}, isCreater)
actions = appendIf(actions, action{"DELETECOLLECTION", resourcePath, resourceParams, namer, false}, isCollectionDeleter) actions = appendIf(actions, action{"DELETECOLLECTION", resourcePath, resourceParams, namer, false}, isCollectionDeleter)
// DEPRECATED // DEPRECATED in 1.11
actions = appendIf(actions, action{"WATCHLIST", "watch/" + resourcePath, resourceParams, namer, false}, allowWatchList) actions = appendIf(actions, action{"WATCHLIST", "watch/" + resourcePath, resourceParams, namer, false}, allowWatchList)
actions = appendIf(actions, action{"GET", itemPath, nameParams, namer, false}, isGetter) actions = appendIf(actions, action{"GET", itemPath, nameParams, namer, false}, isGetter)
...@@ -441,6 +442,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag ...@@ -441,6 +442,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag
actions = appendIf(actions, action{"PUT", itemPath, nameParams, namer, false}, isUpdater) actions = appendIf(actions, action{"PUT", itemPath, nameParams, namer, false}, isUpdater)
actions = appendIf(actions, action{"PATCH", itemPath, nameParams, namer, false}, isPatcher) actions = appendIf(actions, action{"PATCH", itemPath, nameParams, namer, false}, isPatcher)
actions = appendIf(actions, action{"DELETE", itemPath, nameParams, namer, false}, isGracefulDeleter) actions = appendIf(actions, action{"DELETE", itemPath, nameParams, namer, false}, isGracefulDeleter)
// DEPRECATED in 1.11
actions = appendIf(actions, action{"WATCH", "watch/" + itemPath, nameParams, namer, false}, isWatcher) actions = appendIf(actions, action{"WATCH", "watch/" + itemPath, nameParams, namer, false}, isWatcher)
actions = appendIf(actions, action{"CONNECT", itemPath, nameParams, namer, false}, isConnecter) actions = appendIf(actions, action{"CONNECT", itemPath, nameParams, namer, false}, isConnecter)
actions = appendIf(actions, action{"CONNECT", itemPath + "/{path:*}", proxyParams, namer, false}, isConnecter && connectSubpath) actions = appendIf(actions, action{"CONNECT", itemPath + "/{path:*}", proxyParams, namer, false}, isConnecter && connectSubpath)
...@@ -450,6 +452,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag ...@@ -450,6 +452,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag
// TODO: more strongly type whether a resource allows these actions on "all namespaces" (bulk delete) // TODO: more strongly type whether a resource allows these actions on "all namespaces" (bulk delete)
if !isSubresource { if !isSubresource {
actions = appendIf(actions, action{"LIST", resource, params, namer, true}, isLister) actions = appendIf(actions, action{"LIST", resource, params, namer, true}, isLister)
// DEPRECATED in 1.11
actions = appendIf(actions, action{"WATCHLIST", "watch/" + resource, params, namer, true}, allowWatchList) actions = appendIf(actions, action{"WATCHLIST", "watch/" + resource, params, namer, true}, allowWatchList)
} }
break break
...@@ -740,12 +743,13 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag ...@@ -740,12 +743,13 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag
} }
addParams(route, action.Params) addParams(route, action.Params)
routes = append(routes, route) routes = append(routes, route)
// TODO: deprecated // deprecated in 1.11
case "WATCH": // Watch a resource. case "WATCH": // Watch a resource.
doc := "watch changes to an object of kind " + kind doc := "watch changes to an object of kind " + kind
if isSubresource { if isSubresource {
doc = "watch changes to " + subresource + " of an object of kind " + kind doc = "watch changes to " + subresource + " of an object of kind " + kind
} }
doc += ". deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter."
handler := metrics.InstrumentRouteFunc(action.Verb, resource, subresource, requestScope, restfulListResource(lister, watcher, reqScope, true, a.minRequestTimeout)) handler := metrics.InstrumentRouteFunc(action.Verb, resource, subresource, requestScope, restfulListResource(lister, watcher, reqScope, true, a.minRequestTimeout))
route := ws.GET(action.Path).To(handler). route := ws.GET(action.Path).To(handler).
Doc(doc). Doc(doc).
...@@ -759,12 +763,13 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag ...@@ -759,12 +763,13 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag
} }
addParams(route, action.Params) addParams(route, action.Params)
routes = append(routes, route) routes = append(routes, route)
// TODO: deprecated // deprecated in 1.11
case "WATCHLIST": // Watch all resources of a kind. case "WATCHLIST": // Watch all resources of a kind.
doc := "watch individual changes to a list of " + kind doc := "watch individual changes to a list of " + kind
if isSubresource { if isSubresource {
doc = "watch individual changes to a list of " + subresource + " of " + kind doc = "watch individual changes to a list of " + subresource + " of " + kind
} }
doc += ". deprecated: use the 'watch' parameter with a list operation instead."
handler := metrics.InstrumentRouteFunc(action.Verb, resource, subresource, requestScope, restfulListResource(lister, watcher, reqScope, true, a.minRequestTimeout)) handler := metrics.InstrumentRouteFunc(action.Verb, resource, subresource, requestScope, restfulListResource(lister, watcher, reqScope, true, a.minRequestTimeout))
route := ws.GET(action.Path).To(handler). route := ws.GET(action.Path).To(handler).
Doc(doc). Doc(doc).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment