From c31faf2509e7431948a08c9b474858b753188781 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Fri, 15 Jun 2018 11:21:56 -0400 Subject: [PATCH] document /watch prefix deprecation --- api/openapi-spec/swagger.json | 372 +++++++++--------- ...admissionregistration.k8s.io_v1alpha1.json | 4 +- .../admissionregistration.k8s.io_v1beta1.json | 8 +- api/swagger-spec/apps_v1.json | 30 +- api/swagger-spec/apps_v1beta1.json | 18 +- api/swagger-spec/apps_v1beta2.json | 30 +- api/swagger-spec/autoscaling_v1.json | 6 +- api/swagger-spec/autoscaling_v2beta1.json | 6 +- api/swagger-spec/batch_v1.json | 6 +- api/swagger-spec/batch_v1beta1.json | 6 +- api/swagger-spec/batch_v2alpha1.json | 6 +- .../certificates.k8s.io_v1beta1.json | 4 +- .../coordination.k8s.io_v1beta1.json | 6 +- api/swagger-spec/events.k8s.io_v1beta1.json | 6 +- api/swagger-spec/extensions_v1beta1.json | 34 +- api/swagger-spec/networking.k8s.io_v1.json | 6 +- api/swagger-spec/policy_v1beta1.json | 10 +- .../rbac.authorization.k8s.io_v1.json | 20 +- .../rbac.authorization.k8s.io_v1alpha1.json | 20 +- .../rbac.authorization.k8s.io_v1beta1.json | 20 +- .../scheduling.k8s.io_v1alpha1.json | 4 +- .../scheduling.k8s.io_v1beta1.json | 4 +- .../settings.k8s.io_v1alpha1.json | 6 +- api/swagger-spec/storage.k8s.io_v1.json | 4 +- api/swagger-spec/storage.k8s.io_v1alpha1.json | 4 +- api/swagger-spec/storage.k8s.io_v1beta1.json | 8 +- api/swagger-spec/v1.json | 84 ++-- .../v1alpha1/operations.html | 4 +- .../v1beta1/operations.html | 8 +- docs/api-reference/apps/v1/operations.html | 30 +- .../apps/v1beta1/operations.html | 18 +- .../apps/v1beta2/operations.html | 30 +- .../autoscaling/v1/operations.html | 6 +- .../autoscaling/v2beta1/operations.html | 6 +- docs/api-reference/batch/v1/operations.html | 6 +- .../batch/v1beta1/operations.html | 6 +- .../batch/v2alpha1/operations.html | 6 +- .../v1beta1/operations.html | 4 +- .../v1beta1/operations.html | 6 +- .../events.k8s.io/v1beta1/operations.html | 6 +- .../extensions/v1beta1/operations.html | 34 +- .../networking.k8s.io/v1/operations.html | 6 +- .../policy/v1beta1/operations.html | 10 +- .../v1/operations.html | 20 +- .../v1alpha1/operations.html | 20 +- .../v1beta1/operations.html | 20 +- .../v1alpha1/operations.html | 4 +- .../scheduling.k8s.io/v1beta1/operations.html | 4 +- .../settings.k8s.io/v1alpha1/operations.html | 6 +- .../storage.k8s.io/v1/operations.html | 4 +- .../storage.k8s.io/v1alpha1/operations.html | 4 +- .../storage.k8s.io/v1beta1/operations.html | 8 +- docs/api-reference/v1/operations.html | 84 ++-- .../apiserver/pkg/endpoints/installer.go | 13 +- 54 files changed, 555 insertions(+), 550 deletions(-) diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 535034ef56..f18b424e52 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -12770,7 +12770,7 @@ }, "/api/v1/watch/configmaps": { "get": { - "description": "watch individual changes to a list of ConfigMap", + "description": "watch individual changes to a list of ConfigMap. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -12874,7 +12874,7 @@ }, "/api/v1/watch/endpoints": { "get": { - "description": "watch individual changes to a list of Endpoints", + "description": "watch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -12978,7 +12978,7 @@ }, "/api/v1/watch/events": { "get": { - "description": "watch individual changes to a list of Event", + "description": "watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -13082,7 +13082,7 @@ }, "/api/v1/watch/limitranges": { "get": { - "description": "watch individual changes to a list of LimitRange", + "description": "watch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -13186,7 +13186,7 @@ }, "/api/v1/watch/namespaces": { "get": { - "description": "watch individual changes to a list of Namespace", + "description": "watch individual changes to a list of Namespace. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -13290,7 +13290,7 @@ }, "/api/v1/watch/namespaces/{namespace}/configmaps": { "get": { - "description": "watch individual changes to a list of ConfigMap", + "description": "watch individual changes to a list of ConfigMap. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -13402,7 +13402,7 @@ }, "/api/v1/watch/namespaces/{namespace}/configmaps/{name}": { "get": { - "description": "watch changes to an object of kind ConfigMap", + "description": "watch changes to an object of kind ConfigMap. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "consumes": [ "*/*" ], @@ -13522,7 +13522,7 @@ }, "/api/v1/watch/namespaces/{namespace}/endpoints": { "get": { - "description": "watch individual changes to a list of Endpoints", + "description": "watch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -13634,7 +13634,7 @@ }, "/api/v1/watch/namespaces/{namespace}/endpoints/{name}": { "get": { - "description": "watch changes to an object of kind Endpoints", + "description": "watch changes to an object of kind Endpoints. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "consumes": [ "*/*" ], @@ -13754,7 +13754,7 @@ }, "/api/v1/watch/namespaces/{namespace}/events": { "get": { - "description": "watch individual changes to a list of Event", + "description": "watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -13866,7 +13866,7 @@ }, "/api/v1/watch/namespaces/{namespace}/events/{name}": { "get": { - "description": "watch changes to an object of kind Event", + "description": "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.", "consumes": [ "*/*" ], @@ -13986,7 +13986,7 @@ }, "/api/v1/watch/namespaces/{namespace}/limitranges": { "get": { - "description": "watch individual changes to a list of LimitRange", + "description": "watch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -14098,7 +14098,7 @@ }, "/api/v1/watch/namespaces/{namespace}/limitranges/{name}": { "get": { - "description": "watch changes to an object of kind LimitRange", + "description": "watch changes to an object of kind LimitRange. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "consumes": [ "*/*" ], @@ -14218,7 +14218,7 @@ }, "/api/v1/watch/namespaces/{namespace}/persistentvolumeclaims": { "get": { - "description": "watch individual changes to a list of PersistentVolumeClaim", + "description": "watch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -14330,7 +14330,7 @@ }, "/api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name}": { "get": { - "description": "watch changes to an object of kind PersistentVolumeClaim", + "description": "watch changes to an object of kind PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "consumes": [ "*/*" ], @@ -14450,7 +14450,7 @@ }, "/api/v1/watch/namespaces/{namespace}/pods": { "get": { - "description": "watch individual changes to a list of Pod", + "description": "watch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -14562,7 +14562,7 @@ }, "/api/v1/watch/namespaces/{namespace}/pods/{name}": { "get": { - "description": "watch changes to an object of kind Pod", + "description": "watch changes to an object of kind Pod. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "consumes": [ "*/*" ], @@ -14682,7 +14682,7 @@ }, "/api/v1/watch/namespaces/{namespace}/podtemplates": { "get": { - "description": "watch individual changes to a list of PodTemplate", + "description": "watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -14794,7 +14794,7 @@ }, "/api/v1/watch/namespaces/{namespace}/podtemplates/{name}": { "get": { - "description": "watch changes to an object of kind PodTemplate", + "description": "watch changes to an object of kind PodTemplate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "consumes": [ "*/*" ], @@ -14914,7 +14914,7 @@ }, "/api/v1/watch/namespaces/{namespace}/replicationcontrollers": { "get": { - "description": "watch individual changes to a list of ReplicationController", + "description": "watch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -15026,7 +15026,7 @@ }, "/api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name}": { "get": { - "description": "watch changes to an object of kind ReplicationController", + "description": "watch changes to an object of kind ReplicationController. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "consumes": [ "*/*" ], @@ -15146,7 +15146,7 @@ }, "/api/v1/watch/namespaces/{namespace}/resourcequotas": { "get": { - "description": "watch individual changes to a list of ResourceQuota", + "description": "watch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -15258,7 +15258,7 @@ }, "/api/v1/watch/namespaces/{namespace}/resourcequotas/{name}": { "get": { - "description": "watch changes to an object of kind ResourceQuota", + "description": "watch changes to an object of kind ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "consumes": [ "*/*" ], @@ -15378,7 +15378,7 @@ }, "/api/v1/watch/namespaces/{namespace}/secrets": { "get": { - "description": "watch individual changes to a list of Secret", + "description": "watch individual changes to a list of Secret. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -15490,7 +15490,7 @@ }, "/api/v1/watch/namespaces/{namespace}/secrets/{name}": { "get": { - "description": "watch changes to an object of kind Secret", + "description": "watch changes to an object of kind Secret. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "consumes": [ "*/*" ], @@ -15610,7 +15610,7 @@ }, "/api/v1/watch/namespaces/{namespace}/serviceaccounts": { "get": { - "description": "watch individual changes to a list of ServiceAccount", + "description": "watch individual changes to a list of ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -15722,7 +15722,7 @@ }, "/api/v1/watch/namespaces/{namespace}/serviceaccounts/{name}": { "get": { - "description": "watch changes to an object of kind ServiceAccount", + "description": "watch changes to an object of kind ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "consumes": [ "*/*" ], @@ -15842,7 +15842,7 @@ }, "/api/v1/watch/namespaces/{namespace}/services": { "get": { - "description": "watch individual changes to a list of Service", + "description": "watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -15954,7 +15954,7 @@ }, "/api/v1/watch/namespaces/{namespace}/services/{name}": { "get": { - "description": "watch changes to an object of kind Service", + "description": "watch changes to an object of kind Service. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "consumes": [ "*/*" ], @@ -16074,7 +16074,7 @@ }, "/api/v1/watch/namespaces/{name}": { "get": { - "description": "watch changes to an object of kind Namespace", + "description": "watch changes to an object of kind Namespace. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "consumes": [ "*/*" ], @@ -16186,7 +16186,7 @@ }, "/api/v1/watch/nodes": { "get": { - "description": "watch individual changes to a list of Node", + "description": "watch individual changes to a list of Node. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -16290,7 +16290,7 @@ }, "/api/v1/watch/nodes/{name}": { "get": { - "description": "watch changes to an object of kind Node", + "description": "watch changes to an object of kind Node. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "consumes": [ "*/*" ], @@ -16402,7 +16402,7 @@ }, "/api/v1/watch/persistentvolumeclaims": { "get": { - "description": "watch individual changes to a list of PersistentVolumeClaim", + "description": "watch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -16506,7 +16506,7 @@ }, "/api/v1/watch/persistentvolumes": { "get": { - "description": "watch individual changes to a list of PersistentVolume", + "description": "watch individual changes to a list of PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -16610,7 +16610,7 @@ }, "/api/v1/watch/persistentvolumes/{name}": { "get": { - "description": "watch changes to an object of kind PersistentVolume", + "description": "watch changes to an object of kind PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "consumes": [ "*/*" ], @@ -16722,7 +16722,7 @@ }, "/api/v1/watch/pods": { "get": { - "description": "watch individual changes to a list of Pod", + "description": "watch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -16826,7 +16826,7 @@ }, "/api/v1/watch/podtemplates": { "get": { - "description": "watch individual changes to a list of PodTemplate", + "description": "watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -16930,7 +16930,7 @@ }, "/api/v1/watch/replicationcontrollers": { "get": { - "description": "watch individual changes to a list of ReplicationController", + "description": "watch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -17034,7 +17034,7 @@ }, "/api/v1/watch/resourcequotas": { "get": { - "description": "watch individual changes to a list of ResourceQuota", + "description": "watch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -17138,7 +17138,7 @@ }, "/api/v1/watch/secrets": { "get": { - "description": "watch individual changes to a list of Secret", + "description": "watch individual changes to a list of Secret. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -17242,7 +17242,7 @@ }, "/api/v1/watch/serviceaccounts": { "get": { - "description": "watch individual changes to a list of ServiceAccount", + "description": "watch individual changes to a list of ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -17346,7 +17346,7 @@ }, "/api/v1/watch/services": { "get": { - "description": "watch individual changes to a list of Service", + "description": "watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -18052,7 +18052,7 @@ }, "/apis/admissionregistration.k8s.io/v1alpha1/watch/initializerconfigurations": { "get": { - "description": "watch individual changes to a list of InitializerConfiguration", + "description": "watch individual changes to a list of InitializerConfiguration. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -18156,7 +18156,7 @@ }, "/apis/admissionregistration.k8s.io/v1alpha1/watch/initializerconfigurations/{name}": { "get": { - "description": "watch changes to an object of kind InitializerConfiguration", + "description": "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.", "consumes": [ "*/*" ], @@ -19307,7 +19307,7 @@ }, "/apis/admissionregistration.k8s.io/v1beta1/watch/mutatingwebhookconfigurations": { "get": { - "description": "watch individual changes to a list of MutatingWebhookConfiguration", + "description": "watch individual changes to a list of MutatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -19411,7 +19411,7 @@ }, "/apis/admissionregistration.k8s.io/v1beta1/watch/mutatingwebhookconfigurations/{name}": { "get": { - "description": "watch changes to an object of kind MutatingWebhookConfiguration", + "description": "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.", "consumes": [ "*/*" ], @@ -19523,7 +19523,7 @@ }, "/apis/admissionregistration.k8s.io/v1beta1/watch/validatingwebhookconfigurations": { "get": { - "description": "watch individual changes to a list of ValidatingWebhookConfiguration", + "description": "watch individual changes to a list of ValidatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -19627,7 +19627,7 @@ }, "/apis/admissionregistration.k8s.io/v1beta1/watch/validatingwebhookconfigurations/{name}": { "get": { - "description": "watch changes to an object of kind ValidatingWebhookConfiguration", + "description": "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.", "consumes": [ "*/*" ], @@ -20460,7 +20460,7 @@ }, "/apis/apiextensions.k8s.io/v1beta1/watch/customresourcedefinitions": { "get": { - "description": "watch individual changes to a list of CustomResourceDefinition", + "description": "watch individual changes to a list of CustomResourceDefinition. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -20564,7 +20564,7 @@ }, "/apis/apiextensions.k8s.io/v1beta1/watch/customresourcedefinitions/{name}": { "get": { - "description": "watch changes to an object of kind CustomResourceDefinition", + "description": "watch changes to an object of kind CustomResourceDefinition. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "consumes": [ "*/*" ], @@ -21397,7 +21397,7 @@ }, "/apis/apiregistration.k8s.io/v1/watch/apiservices": { "get": { - "description": "watch individual changes to a list of APIService", + "description": "watch individual changes to a list of APIService. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -21501,7 +21501,7 @@ }, "/apis/apiregistration.k8s.io/v1/watch/apiservices/{name}": { "get": { - "description": "watch changes to an object of kind APIService", + "description": "watch changes to an object of kind APIService. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "consumes": [ "*/*" ], @@ -22301,7 +22301,7 @@ }, "/apis/apiregistration.k8s.io/v1beta1/watch/apiservices": { "get": { - "description": "watch individual changes to a list of APIService", + "description": "watch individual changes to a list of APIService. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -22405,7 +22405,7 @@ }, "/apis/apiregistration.k8s.io/v1beta1/watch/apiservices/{name}": { "get": { - "description": "watch changes to an object of kind APIService", + "description": "watch changes to an object of kind APIService. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "consumes": [ "*/*" ], @@ -26818,7 +26818,7 @@ }, "/apis/apps/v1/watch/controllerrevisions": { "get": { - "description": "watch individual changes to a list of ControllerRevision", + "description": "watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -26922,7 +26922,7 @@ }, "/apis/apps/v1/watch/daemonsets": { "get": { - "description": "watch individual changes to a list of DaemonSet", + "description": "watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -27026,7 +27026,7 @@ }, "/apis/apps/v1/watch/deployments": { "get": { - "description": "watch individual changes to a list of Deployment", + "description": "watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -27130,7 +27130,7 @@ }, "/apis/apps/v1/watch/namespaces/{namespace}/controllerrevisions": { "get": { - "description": "watch individual changes to a list of ControllerRevision", + "description": "watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -27242,7 +27242,7 @@ }, "/apis/apps/v1/watch/namespaces/{namespace}/controllerrevisions/{name}": { "get": { - "description": "watch changes to an object of kind ControllerRevision", + "description": "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.", "consumes": [ "*/*" ], @@ -27362,7 +27362,7 @@ }, "/apis/apps/v1/watch/namespaces/{namespace}/daemonsets": { "get": { - "description": "watch individual changes to a list of DaemonSet", + "description": "watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -27474,7 +27474,7 @@ }, "/apis/apps/v1/watch/namespaces/{namespace}/daemonsets/{name}": { "get": { - "description": "watch changes to an object of kind DaemonSet", + "description": "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.", "consumes": [ "*/*" ], @@ -27594,7 +27594,7 @@ }, "/apis/apps/v1/watch/namespaces/{namespace}/deployments": { "get": { - "description": "watch individual changes to a list of Deployment", + "description": "watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -27706,7 +27706,7 @@ }, "/apis/apps/v1/watch/namespaces/{namespace}/deployments/{name}": { "get": { - "description": "watch changes to an object of kind Deployment", + "description": "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.", "consumes": [ "*/*" ], @@ -27826,7 +27826,7 @@ }, "/apis/apps/v1/watch/namespaces/{namespace}/replicasets": { "get": { - "description": "watch individual changes to a list of ReplicaSet", + "description": "watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -27938,7 +27938,7 @@ }, "/apis/apps/v1/watch/namespaces/{namespace}/replicasets/{name}": { "get": { - "description": "watch changes to an object of kind ReplicaSet", + "description": "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.", "consumes": [ "*/*" ], @@ -28058,7 +28058,7 @@ }, "/apis/apps/v1/watch/namespaces/{namespace}/statefulsets": { "get": { - "description": "watch individual changes to a list of StatefulSet", + "description": "watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -28170,7 +28170,7 @@ }, "/apis/apps/v1/watch/namespaces/{namespace}/statefulsets/{name}": { "get": { - "description": "watch changes to an object of kind StatefulSet", + "description": "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.", "consumes": [ "*/*" ], @@ -28290,7 +28290,7 @@ }, "/apis/apps/v1/watch/replicasets": { "get": { - "description": "watch individual changes to a list of ReplicaSet", + "description": "watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -28394,7 +28394,7 @@ }, "/apis/apps/v1/watch/statefulsets": { "get": { - "description": "watch individual changes to a list of StatefulSet", + "description": "watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -31124,7 +31124,7 @@ }, "/apis/apps/v1beta1/watch/controllerrevisions": { "get": { - "description": "watch individual changes to a list of ControllerRevision", + "description": "watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -31228,7 +31228,7 @@ }, "/apis/apps/v1beta1/watch/deployments": { "get": { - "description": "watch individual changes to a list of Deployment", + "description": "watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -31332,7 +31332,7 @@ }, "/apis/apps/v1beta1/watch/namespaces/{namespace}/controllerrevisions": { "get": { - "description": "watch individual changes to a list of ControllerRevision", + "description": "watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -31444,7 +31444,7 @@ }, "/apis/apps/v1beta1/watch/namespaces/{namespace}/controllerrevisions/{name}": { "get": { - "description": "watch changes to an object of kind ControllerRevision", + "description": "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.", "consumes": [ "*/*" ], @@ -31564,7 +31564,7 @@ }, "/apis/apps/v1beta1/watch/namespaces/{namespace}/deployments": { "get": { - "description": "watch individual changes to a list of Deployment", + "description": "watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -31676,7 +31676,7 @@ }, "/apis/apps/v1beta1/watch/namespaces/{namespace}/deployments/{name}": { "get": { - "description": "watch changes to an object of kind Deployment", + "description": "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.", "consumes": [ "*/*" ], @@ -31796,7 +31796,7 @@ }, "/apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets": { "get": { - "description": "watch individual changes to a list of StatefulSet", + "description": "watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -31908,7 +31908,7 @@ }, "/apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets/{name}": { "get": { - "description": "watch changes to an object of kind StatefulSet", + "description": "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.", "consumes": [ "*/*" ], @@ -32028,7 +32028,7 @@ }, "/apis/apps/v1beta1/watch/statefulsets": { "get": { - "description": "watch individual changes to a list of StatefulSet", + "description": "watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -36400,7 +36400,7 @@ }, "/apis/apps/v1beta2/watch/controllerrevisions": { "get": { - "description": "watch individual changes to a list of ControllerRevision", + "description": "watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -36504,7 +36504,7 @@ }, "/apis/apps/v1beta2/watch/daemonsets": { "get": { - "description": "watch individual changes to a list of DaemonSet", + "description": "watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -36608,7 +36608,7 @@ }, "/apis/apps/v1beta2/watch/deployments": { "get": { - "description": "watch individual changes to a list of Deployment", + "description": "watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -36712,7 +36712,7 @@ }, "/apis/apps/v1beta2/watch/namespaces/{namespace}/controllerrevisions": { "get": { - "description": "watch individual changes to a list of ControllerRevision", + "description": "watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -36824,7 +36824,7 @@ }, "/apis/apps/v1beta2/watch/namespaces/{namespace}/controllerrevisions/{name}": { "get": { - "description": "watch changes to an object of kind ControllerRevision", + "description": "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.", "consumes": [ "*/*" ], @@ -36944,7 +36944,7 @@ }, "/apis/apps/v1beta2/watch/namespaces/{namespace}/daemonsets": { "get": { - "description": "watch individual changes to a list of DaemonSet", + "description": "watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -37056,7 +37056,7 @@ }, "/apis/apps/v1beta2/watch/namespaces/{namespace}/daemonsets/{name}": { "get": { - "description": "watch changes to an object of kind DaemonSet", + "description": "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.", "consumes": [ "*/*" ], @@ -37176,7 +37176,7 @@ }, "/apis/apps/v1beta2/watch/namespaces/{namespace}/deployments": { "get": { - "description": "watch individual changes to a list of Deployment", + "description": "watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -37288,7 +37288,7 @@ }, "/apis/apps/v1beta2/watch/namespaces/{namespace}/deployments/{name}": { "get": { - "description": "watch changes to an object of kind Deployment", + "description": "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.", "consumes": [ "*/*" ], @@ -37408,7 +37408,7 @@ }, "/apis/apps/v1beta2/watch/namespaces/{namespace}/replicasets": { "get": { - "description": "watch individual changes to a list of ReplicaSet", + "description": "watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -37520,7 +37520,7 @@ }, "/apis/apps/v1beta2/watch/namespaces/{namespace}/replicasets/{name}": { "get": { - "description": "watch changes to an object of kind ReplicaSet", + "description": "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.", "consumes": [ "*/*" ], @@ -37640,7 +37640,7 @@ }, "/apis/apps/v1beta2/watch/namespaces/{namespace}/statefulsets": { "get": { - "description": "watch individual changes to a list of StatefulSet", + "description": "watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -37752,7 +37752,7 @@ }, "/apis/apps/v1beta2/watch/namespaces/{namespace}/statefulsets/{name}": { "get": { - "description": "watch changes to an object of kind StatefulSet", + "description": "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.", "consumes": [ "*/*" ], @@ -37872,7 +37872,7 @@ }, "/apis/apps/v1beta2/watch/replicasets": { "get": { - "description": "watch individual changes to a list of ReplicaSet", + "description": "watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -37976,7 +37976,7 @@ }, "/apis/apps/v1beta2/watch/statefulsets": { "get": { - "description": "watch individual changes to a list of StatefulSet", + "description": "watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -39823,7 +39823,7 @@ }, "/apis/autoscaling/v1/watch/horizontalpodautoscalers": { "get": { - "description": "watch individual changes to a list of HorizontalPodAutoscaler", + "description": "watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -39927,7 +39927,7 @@ }, "/apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers": { "get": { - "description": "watch individual changes to a list of HorizontalPodAutoscaler", + "description": "watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -40039,7 +40039,7 @@ }, "/apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}": { "get": { - "description": "watch changes to an object of kind HorizontalPodAutoscaler", + "description": "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.", "consumes": [ "*/*" ], @@ -40975,7 +40975,7 @@ }, "/apis/autoscaling/v2beta1/watch/horizontalpodautoscalers": { "get": { - "description": "watch individual changes to a list of HorizontalPodAutoscaler", + "description": "watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -41079,7 +41079,7 @@ }, "/apis/autoscaling/v2beta1/watch/namespaces/{namespace}/horizontalpodautoscalers": { "get": { - "description": "watch individual changes to a list of HorizontalPodAutoscaler", + "description": "watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -41191,7 +41191,7 @@ }, "/apis/autoscaling/v2beta1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}": { "get": { - "description": "watch changes to an object of kind HorizontalPodAutoscaler", + "description": "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.", "consumes": [ "*/*" ], @@ -42160,7 +42160,7 @@ }, "/apis/batch/v1/watch/jobs": { "get": { - "description": "watch individual changes to a list of Job", + "description": "watch individual changes to a list of Job. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -42264,7 +42264,7 @@ }, "/apis/batch/v1/watch/namespaces/{namespace}/jobs": { "get": { - "description": "watch individual changes to a list of Job", + "description": "watch individual changes to a list of Job. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -42376,7 +42376,7 @@ }, "/apis/batch/v1/watch/namespaces/{namespace}/jobs/{name}": { "get": { - "description": "watch changes to an object of kind Job", + "description": "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.", "consumes": [ "*/*" ], @@ -43312,7 +43312,7 @@ }, "/apis/batch/v1beta1/watch/cronjobs": { "get": { - "description": "watch individual changes to a list of CronJob", + "description": "watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -43416,7 +43416,7 @@ }, "/apis/batch/v1beta1/watch/namespaces/{namespace}/cronjobs": { "get": { - "description": "watch individual changes to a list of CronJob", + "description": "watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -43528,7 +43528,7 @@ }, "/apis/batch/v1beta1/watch/namespaces/{namespace}/cronjobs/{name}": { "get": { - "description": "watch changes to an object of kind CronJob", + "description": "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.", "consumes": [ "*/*" ], @@ -44464,7 +44464,7 @@ }, "/apis/batch/v2alpha1/watch/cronjobs": { "get": { - "description": "watch individual changes to a list of CronJob", + "description": "watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -44568,7 +44568,7 @@ }, "/apis/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs": { "get": { - "description": "watch individual changes to a list of CronJob", + "description": "watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -44680,7 +44680,7 @@ }, "/apis/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs/{name}": { "get": { - "description": "watch changes to an object of kind CronJob", + "description": "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.", "consumes": [ "*/*" ], @@ -45591,7 +45591,7 @@ }, "/apis/certificates.k8s.io/v1beta1/watch/certificatesigningrequests": { "get": { - "description": "watch individual changes to a list of CertificateSigningRequest", + "description": "watch individual changes to a list of CertificateSigningRequest. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -45695,7 +45695,7 @@ }, "/apis/certificates.k8s.io/v1beta1/watch/certificatesigningrequests/{name}": { "get": { - "description": "watch changes to an object of kind CertificateSigningRequest", + "description": "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.", "consumes": [ "*/*" ], @@ -46496,7 +46496,7 @@ }, "/apis/coordination.k8s.io/v1beta1/watch/leases": { "get": { - "description": "watch individual changes to a list of Lease", + "description": "watch individual changes to a list of Lease. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -46600,7 +46600,7 @@ }, "/apis/coordination.k8s.io/v1beta1/watch/namespaces/{namespace}/leases": { "get": { - "description": "watch individual changes to a list of Lease", + "description": "watch individual changes to a list of Lease. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -46712,7 +46712,7 @@ }, "/apis/coordination.k8s.io/v1beta1/watch/namespaces/{namespace}/leases/{name}": { "get": { - "description": "watch changes to an object of kind Lease", + "description": "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.", "consumes": [ "*/*" ], @@ -47521,7 +47521,7 @@ }, "/apis/events.k8s.io/v1beta1/watch/events": { "get": { - "description": "watch individual changes to a list of Event", + "description": "watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -47625,7 +47625,7 @@ }, "/apis/events.k8s.io/v1beta1/watch/namespaces/{namespace}/events": { "get": { - "description": "watch individual changes to a list of Event", + "description": "watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -47737,7 +47737,7 @@ }, "/apis/events.k8s.io/v1beta1/watch/namespaces/{namespace}/events/{name}": { "get": { - "description": "watch changes to an object of kind Event", + "description": "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.", "consumes": [ "*/*" ], @@ -52745,7 +52745,7 @@ }, "/apis/extensions/v1beta1/watch/daemonsets": { "get": { - "description": "watch individual changes to a list of DaemonSet", + "description": "watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -52849,7 +52849,7 @@ }, "/apis/extensions/v1beta1/watch/deployments": { "get": { - "description": "watch individual changes to a list of Deployment", + "description": "watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -52953,7 +52953,7 @@ }, "/apis/extensions/v1beta1/watch/ingresses": { "get": { - "description": "watch individual changes to a list of Ingress", + "description": "watch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -53057,7 +53057,7 @@ }, "/apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets": { "get": { - "description": "watch individual changes to a list of DaemonSet", + "description": "watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -53169,7 +53169,7 @@ }, "/apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets/{name}": { "get": { - "description": "watch changes to an object of kind DaemonSet", + "description": "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.", "consumes": [ "*/*" ], @@ -53289,7 +53289,7 @@ }, "/apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments": { "get": { - "description": "watch individual changes to a list of Deployment", + "description": "watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -53401,7 +53401,7 @@ }, "/apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments/{name}": { "get": { - "description": "watch changes to an object of kind Deployment", + "description": "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.", "consumes": [ "*/*" ], @@ -53521,7 +53521,7 @@ }, "/apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses": { "get": { - "description": "watch individual changes to a list of Ingress", + "description": "watch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -53633,7 +53633,7 @@ }, "/apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses/{name}": { "get": { - "description": "watch changes to an object of kind Ingress", + "description": "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.", "consumes": [ "*/*" ], @@ -53753,7 +53753,7 @@ }, "/apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies": { "get": { - "description": "watch individual changes to a list of NetworkPolicy", + "description": "watch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -53865,7 +53865,7 @@ }, "/apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies/{name}": { "get": { - "description": "watch changes to an object of kind NetworkPolicy", + "description": "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.", "consumes": [ "*/*" ], @@ -53985,7 +53985,7 @@ }, "/apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets": { "get": { - "description": "watch individual changes to a list of ReplicaSet", + "description": "watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -54097,7 +54097,7 @@ }, "/apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets/{name}": { "get": { - "description": "watch changes to an object of kind ReplicaSet", + "description": "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.", "consumes": [ "*/*" ], @@ -54217,7 +54217,7 @@ }, "/apis/extensions/v1beta1/watch/networkpolicies": { "get": { - "description": "watch individual changes to a list of NetworkPolicy", + "description": "watch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -54321,7 +54321,7 @@ }, "/apis/extensions/v1beta1/watch/podsecuritypolicies": { "get": { - "description": "watch individual changes to a list of PodSecurityPolicy", + "description": "watch individual changes to a list of PodSecurityPolicy. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -54425,7 +54425,7 @@ }, "/apis/extensions/v1beta1/watch/podsecuritypolicies/{name}": { "get": { - "description": "watch changes to an object of kind PodSecurityPolicy", + "description": "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.", "consumes": [ "*/*" ], @@ -54537,7 +54537,7 @@ }, "/apis/extensions/v1beta1/watch/replicasets": { "get": { - "description": "watch individual changes to a list of ReplicaSet", + "description": "watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -55330,7 +55330,7 @@ }, "/apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies": { "get": { - "description": "watch individual changes to a list of NetworkPolicy", + "description": "watch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -55442,7 +55442,7 @@ }, "/apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies/{name}": { "get": { - "description": "watch changes to an object of kind NetworkPolicy", + "description": "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.", "consumes": [ "*/*" ], @@ -55562,7 +55562,7 @@ }, "/apis/networking.k8s.io/v1/watch/networkpolicies": { "get": { - "description": "watch individual changes to a list of NetworkPolicy", + "description": "watch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -57018,7 +57018,7 @@ }, "/apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets": { "get": { - "description": "watch individual changes to a list of PodDisruptionBudget", + "description": "watch individual changes to a list of PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -57130,7 +57130,7 @@ }, "/apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets/{name}": { "get": { - "description": "watch changes to an object of kind PodDisruptionBudget", + "description": "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.", "consumes": [ "*/*" ], @@ -57250,7 +57250,7 @@ }, "/apis/policy/v1beta1/watch/poddisruptionbudgets": { "get": { - "description": "watch individual changes to a list of PodDisruptionBudget", + "description": "watch individual changes to a list of PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -57354,7 +57354,7 @@ }, "/apis/policy/v1beta1/watch/podsecuritypolicies": { "get": { - "description": "watch individual changes to a list of PodSecurityPolicy", + "description": "watch individual changes to a list of PodSecurityPolicy. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -57458,7 +57458,7 @@ }, "/apis/policy/v1beta1/watch/podsecuritypolicies/{name}": { "get": { - "description": "watch changes to an object of kind PodSecurityPolicy", + "description": "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.", "consumes": [ "*/*" ], @@ -59824,7 +59824,7 @@ }, "/apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings": { "get": { - "description": "watch individual changes to a list of ClusterRoleBinding", + "description": "watch individual changes to a list of ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -59928,7 +59928,7 @@ }, "/apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings/{name}": { "get": { - "description": "watch changes to an object of kind ClusterRoleBinding", + "description": "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.", "consumes": [ "*/*" ], @@ -60040,7 +60040,7 @@ }, "/apis/rbac.authorization.k8s.io/v1/watch/clusterroles": { "get": { - "description": "watch individual changes to a list of ClusterRole", + "description": "watch individual changes to a list of ClusterRole. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -60144,7 +60144,7 @@ }, "/apis/rbac.authorization.k8s.io/v1/watch/clusterroles/{name}": { "get": { - "description": "watch changes to an object of kind ClusterRole", + "description": "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.", "consumes": [ "*/*" ], @@ -60256,7 +60256,7 @@ }, "/apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings": { "get": { - "description": "watch individual changes to a list of RoleBinding", + "description": "watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -60368,7 +60368,7 @@ }, "/apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings/{name}": { "get": { - "description": "watch changes to an object of kind RoleBinding", + "description": "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.", "consumes": [ "*/*" ], @@ -60488,7 +60488,7 @@ }, "/apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles": { "get": { - "description": "watch individual changes to a list of Role", + "description": "watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -60600,7 +60600,7 @@ }, "/apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles/{name}": { "get": { - "description": "watch changes to an object of kind Role", + "description": "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.", "consumes": [ "*/*" ], @@ -60720,7 +60720,7 @@ }, "/apis/rbac.authorization.k8s.io/v1/watch/rolebindings": { "get": { - "description": "watch individual changes to a list of RoleBinding", + "description": "watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -60824,7 +60824,7 @@ }, "/apis/rbac.authorization.k8s.io/v1/watch/roles": { "get": { - "description": "watch individual changes to a list of Role", + "description": "watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -63149,7 +63149,7 @@ }, "/apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings": { "get": { - "description": "watch individual changes to a list of ClusterRoleBinding", + "description": "watch individual changes to a list of ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -63253,7 +63253,7 @@ }, "/apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings/{name}": { "get": { - "description": "watch changes to an object of kind ClusterRoleBinding", + "description": "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.", "consumes": [ "*/*" ], @@ -63365,7 +63365,7 @@ }, "/apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles": { "get": { - "description": "watch individual changes to a list of ClusterRole", + "description": "watch individual changes to a list of ClusterRole. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -63469,7 +63469,7 @@ }, "/apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles/{name}": { "get": { - "description": "watch changes to an object of kind ClusterRole", + "description": "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.", "consumes": [ "*/*" ], @@ -63581,7 +63581,7 @@ }, "/apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings": { "get": { - "description": "watch individual changes to a list of RoleBinding", + "description": "watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -63693,7 +63693,7 @@ }, "/apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings/{name}": { "get": { - "description": "watch changes to an object of kind RoleBinding", + "description": "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.", "consumes": [ "*/*" ], @@ -63813,7 +63813,7 @@ }, "/apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles": { "get": { - "description": "watch individual changes to a list of Role", + "description": "watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -63925,7 +63925,7 @@ }, "/apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles/{name}": { "get": { - "description": "watch changes to an object of kind Role", + "description": "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.", "consumes": [ "*/*" ], @@ -64045,7 +64045,7 @@ }, "/apis/rbac.authorization.k8s.io/v1alpha1/watch/rolebindings": { "get": { - "description": "watch individual changes to a list of RoleBinding", + "description": "watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -64149,7 +64149,7 @@ }, "/apis/rbac.authorization.k8s.io/v1alpha1/watch/roles": { "get": { - "description": "watch individual changes to a list of Role", + "description": "watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -66474,7 +66474,7 @@ }, "/apis/rbac.authorization.k8s.io/v1beta1/watch/clusterrolebindings": { "get": { - "description": "watch individual changes to a list of ClusterRoleBinding", + "description": "watch individual changes to a list of ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -66578,7 +66578,7 @@ }, "/apis/rbac.authorization.k8s.io/v1beta1/watch/clusterrolebindings/{name}": { "get": { - "description": "watch changes to an object of kind ClusterRoleBinding", + "description": "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.", "consumes": [ "*/*" ], @@ -66690,7 +66690,7 @@ }, "/apis/rbac.authorization.k8s.io/v1beta1/watch/clusterroles": { "get": { - "description": "watch individual changes to a list of ClusterRole", + "description": "watch individual changes to a list of ClusterRole. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -66794,7 +66794,7 @@ }, "/apis/rbac.authorization.k8s.io/v1beta1/watch/clusterroles/{name}": { "get": { - "description": "watch changes to an object of kind ClusterRole", + "description": "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.", "consumes": [ "*/*" ], @@ -66906,7 +66906,7 @@ }, "/apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/rolebindings": { "get": { - "description": "watch individual changes to a list of RoleBinding", + "description": "watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -67018,7 +67018,7 @@ }, "/apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/rolebindings/{name}": { "get": { - "description": "watch changes to an object of kind RoleBinding", + "description": "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.", "consumes": [ "*/*" ], @@ -67138,7 +67138,7 @@ }, "/apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/roles": { "get": { - "description": "watch individual changes to a list of Role", + "description": "watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -67250,7 +67250,7 @@ }, "/apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/roles/{name}": { "get": { - "description": "watch changes to an object of kind Role", + "description": "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.", "consumes": [ "*/*" ], @@ -67370,7 +67370,7 @@ }, "/apis/rbac.authorization.k8s.io/v1beta1/watch/rolebindings": { "get": { - "description": "watch individual changes to a list of RoleBinding", + "description": "watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -67474,7 +67474,7 @@ }, "/apis/rbac.authorization.k8s.io/v1beta1/watch/roles": { "get": { - "description": "watch individual changes to a list of Role", + "description": "watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -68147,7 +68147,7 @@ }, "/apis/scheduling.k8s.io/v1alpha1/watch/priorityclasses": { "get": { - "description": "watch individual changes to a list of PriorityClass", + "description": "watch individual changes to a list of PriorityClass. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -68251,7 +68251,7 @@ }, "/apis/scheduling.k8s.io/v1alpha1/watch/priorityclasses/{name}": { "get": { - "description": "watch changes to an object of kind PriorityClass", + "description": "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.", "consumes": [ "*/*" ], @@ -68899,7 +68899,7 @@ }, "/apis/scheduling.k8s.io/v1beta1/watch/priorityclasses": { "get": { - "description": "watch individual changes to a list of PriorityClass", + "description": "watch individual changes to a list of PriorityClass. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -69003,7 +69003,7 @@ }, "/apis/scheduling.k8s.io/v1beta1/watch/priorityclasses/{name}": { "get": { - "description": "watch changes to an object of kind PriorityClass", + "description": "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.", "consumes": [ "*/*" ], @@ -69804,7 +69804,7 @@ }, "/apis/settings.k8s.io/v1alpha1/watch/namespaces/{namespace}/podpresets": { "get": { - "description": "watch individual changes to a list of PodPreset", + "description": "watch individual changes to a list of PodPreset. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -69916,7 +69916,7 @@ }, "/apis/settings.k8s.io/v1alpha1/watch/namespaces/{namespace}/podpresets/{name}": { "get": { - "description": "watch changes to an object of kind PodPreset", + "description": "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.", "consumes": [ "*/*" ], @@ -70036,7 +70036,7 @@ }, "/apis/settings.k8s.io/v1alpha1/watch/podpresets": { "get": { - "description": "watch individual changes to a list of PodPreset", + "description": "watch individual changes to a list of PodPreset. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -70709,7 +70709,7 @@ }, "/apis/storage.k8s.io/v1/watch/storageclasses": { "get": { - "description": "watch individual changes to a list of StorageClass", + "description": "watch individual changes to a list of StorageClass. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -70813,7 +70813,7 @@ }, "/apis/storage.k8s.io/v1/watch/storageclasses/{name}": { "get": { - "description": "watch changes to an object of kind StorageClass", + "description": "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.", "consumes": [ "*/*" ], @@ -71461,7 +71461,7 @@ }, "/apis/storage.k8s.io/v1alpha1/watch/volumeattachments": { "get": { - "description": "watch individual changes to a list of VolumeAttachment", + "description": "watch individual changes to a list of VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -71565,7 +71565,7 @@ }, "/apis/storage.k8s.io/v1alpha1/watch/volumeattachments/{name}": { "get": { - "description": "watch changes to an object of kind VolumeAttachment", + "description": "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.", "consumes": [ "*/*" ], @@ -72716,7 +72716,7 @@ }, "/apis/storage.k8s.io/v1beta1/watch/storageclasses": { "get": { - "description": "watch individual changes to a list of StorageClass", + "description": "watch individual changes to a list of StorageClass. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -72820,7 +72820,7 @@ }, "/apis/storage.k8s.io/v1beta1/watch/storageclasses/{name}": { "get": { - "description": "watch changes to an object of kind StorageClass", + "description": "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.", "consumes": [ "*/*" ], @@ -72932,7 +72932,7 @@ }, "/apis/storage.k8s.io/v1beta1/watch/volumeattachments": { "get": { - "description": "watch individual changes to a list of VolumeAttachment", + "description": "watch individual changes to a list of VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead.", "consumes": [ "*/*" ], @@ -73036,7 +73036,7 @@ }, "/apis/storage.k8s.io/v1beta1/watch/volumeattachments/{name}": { "get": { - "description": "watch changes to an object of kind VolumeAttachment", + "description": "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.", "consumes": [ "*/*" ], diff --git a/api/swagger-spec/admissionregistration.k8s.io_v1alpha1.json b/api/swagger-spec/admissionregistration.k8s.io_v1alpha1.json index b58b3eee28..4237269a4d 100644 --- a/api/swagger-spec/admissionregistration.k8s.io_v1alpha1.json +++ b/api/swagger-spec/admissionregistration.k8s.io_v1alpha1.json @@ -262,7 +262,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -611,7 +611,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/admissionregistration.k8s.io_v1beta1.json b/api/swagger-spec/admissionregistration.k8s.io_v1beta1.json index 279d00b574..e672b3b0e3 100644 --- a/api/swagger-spec/admissionregistration.k8s.io_v1beta1.json +++ b/api/swagger-spec/admissionregistration.k8s.io_v1beta1.json @@ -262,7 +262,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -611,7 +611,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -969,7 +969,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1318,7 +1318,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/apps_v1.json b/api/swagger-spec/apps_v1.json index 5881fc48df..bc8ef5856f 100644 --- a/api/swagger-spec/apps_v1.json +++ b/api/swagger-spec/apps_v1.json @@ -286,7 +286,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -675,7 +675,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -897,7 +897,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1271,7 +1271,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1660,7 +1660,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1882,7 +1882,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -2426,7 +2426,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -2815,7 +2815,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -3037,7 +3037,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -3751,7 +3751,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -4140,7 +4140,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -4362,7 +4362,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -5076,7 +5076,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -5465,7 +5465,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -5687,7 +5687,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/apps_v1beta1.json b/api/swagger-spec/apps_v1beta1.json index 7730b2237b..1c5ec52184 100644 --- a/api/swagger-spec/apps_v1beta1.json +++ b/api/swagger-spec/apps_v1beta1.json @@ -286,7 +286,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -675,7 +675,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -897,7 +897,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1271,7 +1271,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1660,7 +1660,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1882,7 +1882,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -2667,7 +2667,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -3056,7 +3056,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -3278,7 +3278,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/apps_v1beta2.json b/api/swagger-spec/apps_v1beta2.json index 9082102700..34d37f3928 100644 --- a/api/swagger-spec/apps_v1beta2.json +++ b/api/swagger-spec/apps_v1beta2.json @@ -286,7 +286,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -675,7 +675,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -897,7 +897,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1271,7 +1271,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1660,7 +1660,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1882,7 +1882,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -2426,7 +2426,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -2815,7 +2815,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -3037,7 +3037,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -3751,7 +3751,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -4140,7 +4140,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -4362,7 +4362,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -5076,7 +5076,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -5465,7 +5465,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -5687,7 +5687,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/autoscaling_v1.json b/api/swagger-spec/autoscaling_v1.json index f16a315aa8..9eae8a1290 100644 --- a/api/swagger-spec/autoscaling_v1.json +++ b/api/swagger-spec/autoscaling_v1.json @@ -286,7 +286,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -675,7 +675,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -897,7 +897,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/autoscaling_v2beta1.json b/api/swagger-spec/autoscaling_v2beta1.json index b68c0711a1..da121684ed 100644 --- a/api/swagger-spec/autoscaling_v2beta1.json +++ b/api/swagger-spec/autoscaling_v2beta1.json @@ -286,7 +286,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -675,7 +675,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -897,7 +897,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/batch_v1.json b/api/swagger-spec/batch_v1.json index 5e6ed63e8b..c3fc3ac598 100644 --- a/api/swagger-spec/batch_v1.json +++ b/api/swagger-spec/batch_v1.json @@ -286,7 +286,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -675,7 +675,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -897,7 +897,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/batch_v1beta1.json b/api/swagger-spec/batch_v1beta1.json index eff911fc63..48a6c0545a 100644 --- a/api/swagger-spec/batch_v1beta1.json +++ b/api/swagger-spec/batch_v1beta1.json @@ -286,7 +286,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -675,7 +675,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -897,7 +897,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/batch_v2alpha1.json b/api/swagger-spec/batch_v2alpha1.json index 9887dc3f45..3cc2cbba19 100644 --- a/api/swagger-spec/batch_v2alpha1.json +++ b/api/swagger-spec/batch_v2alpha1.json @@ -286,7 +286,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -675,7 +675,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -897,7 +897,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/certificates.k8s.io_v1beta1.json b/api/swagger-spec/certificates.k8s.io_v1beta1.json index aa79f1dbe0..b71b033869 100644 --- a/api/swagger-spec/certificates.k8s.io_v1beta1.json +++ b/api/swagger-spec/certificates.k8s.io_v1beta1.json @@ -262,7 +262,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -611,7 +611,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/coordination.k8s.io_v1beta1.json b/api/swagger-spec/coordination.k8s.io_v1beta1.json index a280a2077a..fb03fb908e 100644 --- a/api/swagger-spec/coordination.k8s.io_v1beta1.json +++ b/api/swagger-spec/coordination.k8s.io_v1beta1.json @@ -286,7 +286,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -675,7 +675,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -897,7 +897,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/events.k8s.io_v1beta1.json b/api/swagger-spec/events.k8s.io_v1beta1.json index 966120ade2..9a06919756 100644 --- a/api/swagger-spec/events.k8s.io_v1beta1.json +++ b/api/swagger-spec/events.k8s.io_v1beta1.json @@ -286,7 +286,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -675,7 +675,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -897,7 +897,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json index 3a75c60e5d..dc9fb20739 100644 --- a/api/swagger-spec/extensions_v1beta1.json +++ b/api/swagger-spec/extensions_v1beta1.json @@ -286,7 +286,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -675,7 +675,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -897,7 +897,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1441,7 +1441,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1830,7 +1830,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -2052,7 +2052,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -2837,7 +2837,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -3226,7 +3226,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -3448,7 +3448,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -3992,7 +3992,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -4381,7 +4381,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -4603,7 +4603,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -4953,7 +4953,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -5302,7 +5302,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -5684,7 +5684,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -6073,7 +6073,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -6295,7 +6295,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/networking.k8s.io_v1.json b/api/swagger-spec/networking.k8s.io_v1.json index 838331121b..be43b96b7c 100644 --- a/api/swagger-spec/networking.k8s.io_v1.json +++ b/api/swagger-spec/networking.k8s.io_v1.json @@ -286,7 +286,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -675,7 +675,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -897,7 +897,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/policy_v1beta1.json b/api/swagger-spec/policy_v1beta1.json index 8166b6f6ae..85d21587c2 100644 --- a/api/swagger-spec/policy_v1beta1.json +++ b/api/swagger-spec/policy_v1beta1.json @@ -286,7 +286,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -675,7 +675,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -897,7 +897,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1417,7 +1417,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1766,7 +1766,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/rbac.authorization.k8s.io_v1.json b/api/swagger-spec/rbac.authorization.k8s.io_v1.json index 515710be41..6c9f4b3f60 100644 --- a/api/swagger-spec/rbac.authorization.k8s.io_v1.json +++ b/api/swagger-spec/rbac.authorization.k8s.io_v1.json @@ -262,7 +262,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -595,7 +595,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -953,7 +953,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1286,7 +1286,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1668,7 +1668,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -2041,7 +2041,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -2263,7 +2263,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -2637,7 +2637,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -3010,7 +3010,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -3232,7 +3232,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/rbac.authorization.k8s.io_v1alpha1.json b/api/swagger-spec/rbac.authorization.k8s.io_v1alpha1.json index 7d5d18cb47..983c87f43e 100644 --- a/api/swagger-spec/rbac.authorization.k8s.io_v1alpha1.json +++ b/api/swagger-spec/rbac.authorization.k8s.io_v1alpha1.json @@ -262,7 +262,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -595,7 +595,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -953,7 +953,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1286,7 +1286,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1668,7 +1668,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -2041,7 +2041,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -2263,7 +2263,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -2637,7 +2637,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -3010,7 +3010,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -3232,7 +3232,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/rbac.authorization.k8s.io_v1beta1.json b/api/swagger-spec/rbac.authorization.k8s.io_v1beta1.json index f731325d4a..9179b06955 100644 --- a/api/swagger-spec/rbac.authorization.k8s.io_v1beta1.json +++ b/api/swagger-spec/rbac.authorization.k8s.io_v1beta1.json @@ -262,7 +262,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -595,7 +595,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -953,7 +953,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1286,7 +1286,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1668,7 +1668,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -2041,7 +2041,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -2263,7 +2263,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -2637,7 +2637,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -3010,7 +3010,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -3232,7 +3232,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/scheduling.k8s.io_v1alpha1.json b/api/swagger-spec/scheduling.k8s.io_v1alpha1.json index 8cb04f606b..cb5931d494 100644 --- a/api/swagger-spec/scheduling.k8s.io_v1alpha1.json +++ b/api/swagger-spec/scheduling.k8s.io_v1alpha1.json @@ -262,7 +262,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -611,7 +611,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/scheduling.k8s.io_v1beta1.json b/api/swagger-spec/scheduling.k8s.io_v1beta1.json index 1bf5d31d59..e7b376cb9f 100644 --- a/api/swagger-spec/scheduling.k8s.io_v1beta1.json +++ b/api/swagger-spec/scheduling.k8s.io_v1beta1.json @@ -262,7 +262,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -611,7 +611,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/settings.k8s.io_v1alpha1.json b/api/swagger-spec/settings.k8s.io_v1alpha1.json index fcc34296f6..b5052c9a55 100644 --- a/api/swagger-spec/settings.k8s.io_v1alpha1.json +++ b/api/swagger-spec/settings.k8s.io_v1alpha1.json @@ -286,7 +286,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -675,7 +675,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -897,7 +897,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/storage.k8s.io_v1.json b/api/swagger-spec/storage.k8s.io_v1.json index 761077b95e..aa6c10db03 100644 --- a/api/swagger-spec/storage.k8s.io_v1.json +++ b/api/swagger-spec/storage.k8s.io_v1.json @@ -262,7 +262,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -611,7 +611,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/storage.k8s.io_v1alpha1.json b/api/swagger-spec/storage.k8s.io_v1alpha1.json index 7d08e96fd8..50a324d81d 100644 --- a/api/swagger-spec/storage.k8s.io_v1alpha1.json +++ b/api/swagger-spec/storage.k8s.io_v1alpha1.json @@ -262,7 +262,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -611,7 +611,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/storage.k8s.io_v1beta1.json b/api/swagger-spec/storage.k8s.io_v1beta1.json index 3befb94df4..83392c2b4a 100644 --- a/api/swagger-spec/storage.k8s.io_v1beta1.json +++ b/api/swagger-spec/storage.k8s.io_v1beta1.json @@ -262,7 +262,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -611,7 +611,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -969,7 +969,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -1318,7 +1318,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index eb5f6224e6..7f396755f0 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -497,7 +497,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of ConfigMap", + "summary": "watch individual changes to a list of ConfigMap. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchNamespacedConfigMapList", "parameters": [ { @@ -886,7 +886,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch changes to an object of kind ConfigMap", + "summary": "watch changes to an object of kind ConfigMap. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "nickname": "watchNamespacedConfigMap", "parameters": [ { @@ -1108,7 +1108,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of ConfigMap", + "summary": "watch individual changes to a list of ConfigMap. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchConfigMapListForAllNamespaces", "parameters": [ { @@ -1482,7 +1482,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of Endpoints", + "summary": "watch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchNamespacedEndpointsList", "parameters": [ { @@ -1871,7 +1871,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch changes to an object of kind Endpoints", + "summary": "watch changes to an object of kind Endpoints. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "nickname": "watchNamespacedEndpoints", "parameters": [ { @@ -2093,7 +2093,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of Endpoints", + "summary": "watch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchEndpointsListForAllNamespaces", "parameters": [ { @@ -2467,7 +2467,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -2856,7 +2856,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -3078,7 +3078,7 @@ { "type": "v1.WatchEvent", "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", "parameters": [ { @@ -3452,7 +3452,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of LimitRange", + "summary": "watch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchNamespacedLimitRangeList", "parameters": [ { @@ -3841,7 +3841,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch changes to an object of kind LimitRange", + "summary": "watch changes to an object of kind LimitRange. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "nickname": "watchNamespacedLimitRange", "parameters": [ { @@ -4063,7 +4063,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of LimitRange", + "summary": "watch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchLimitRangeListForAllNamespaces", "parameters": [ { @@ -4318,7 +4318,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of Namespace", + "summary": "watch individual changes to a list of Namespace. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchNamespaceList", "parameters": [ { @@ -4667,7 +4667,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch changes to an object of kind Namespace", + "summary": "watch changes to an object of kind Namespace. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "nickname": "watchNamespace", "parameters": [ { @@ -5229,7 +5229,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of Node", + "summary": "watch individual changes to a list of Node. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchNodeList", "parameters": [ { @@ -5578,7 +5578,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch changes to an object of kind Node", + "summary": "watch changes to an object of kind Node. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "nickname": "watchNode", "parameters": [ { @@ -6594,7 +6594,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of PersistentVolumeClaim", + "summary": "watch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchNamespacedPersistentVolumeClaimList", "parameters": [ { @@ -6983,7 +6983,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch changes to an object of kind PersistentVolumeClaim", + "summary": "watch changes to an object of kind PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "nickname": "watchNamespacedPersistentVolumeClaim", "parameters": [ { @@ -7205,7 +7205,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of PersistentVolumeClaim", + "summary": "watch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchPersistentVolumeClaimListForAllNamespaces", "parameters": [ { @@ -7725,7 +7725,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of PersistentVolume", + "summary": "watch individual changes to a list of PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchPersistentVolumeList", "parameters": [ { @@ -8074,7 +8074,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch changes to an object of kind PersistentVolume", + "summary": "watch changes to an object of kind PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "nickname": "watchPersistentVolume", "parameters": [ { @@ -8602,7 +8602,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of Pod", + "summary": "watch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchNamespacedPodList", "parameters": [ { @@ -8991,7 +8991,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch changes to an object of kind Pod", + "summary": "watch changes to an object of kind Pod. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "nickname": "watchNamespacedPod", "parameters": [ { @@ -9213,7 +9213,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of Pod", + "summary": "watch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchPodListForAllNamespaces", "parameters": [ { @@ -10999,7 +10999,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of PodTemplate", + "summary": "watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchNamespacedPodTemplateList", "parameters": [ { @@ -11388,7 +11388,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch changes to an object of kind PodTemplate", + "summary": "watch changes to an object of kind PodTemplate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "nickname": "watchNamespacedPodTemplate", "parameters": [ { @@ -11610,7 +11610,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of PodTemplate", + "summary": "watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchPodTemplateListForAllNamespaces", "parameters": [ { @@ -11984,7 +11984,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of ReplicationController", + "summary": "watch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchNamespacedReplicationControllerList", "parameters": [ { @@ -12373,7 +12373,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch changes to an object of kind ReplicationController", + "summary": "watch changes to an object of kind ReplicationController. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "nickname": "watchNamespacedReplicationController", "parameters": [ { @@ -12595,7 +12595,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of ReplicationController", + "summary": "watch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchReplicationControllerListForAllNamespaces", "parameters": [ { @@ -13309,7 +13309,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of ResourceQuota", + "summary": "watch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchNamespacedResourceQuotaList", "parameters": [ { @@ -13698,7 +13698,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch changes to an object of kind ResourceQuota", + "summary": "watch changes to an object of kind ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "nickname": "watchNamespacedResourceQuota", "parameters": [ { @@ -13920,7 +13920,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of ResourceQuota", + "summary": "watch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchResourceQuotaListForAllNamespaces", "parameters": [ { @@ -14464,7 +14464,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of Secret", + "summary": "watch individual changes to a list of Secret. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchNamespacedSecretList", "parameters": [ { @@ -14853,7 +14853,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch changes to an object of kind Secret", + "summary": "watch changes to an object of kind Secret. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "nickname": "watchNamespacedSecret", "parameters": [ { @@ -15075,7 +15075,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of Secret", + "summary": "watch individual changes to a list of Secret. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchSecretListForAllNamespaces", "parameters": [ { @@ -15449,7 +15449,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of ServiceAccount", + "summary": "watch individual changes to a list of ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchNamespacedServiceAccountList", "parameters": [ { @@ -15838,7 +15838,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch changes to an object of kind ServiceAccount", + "summary": "watch changes to an object of kind ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "nickname": "watchNamespacedServiceAccount", "parameters": [ { @@ -16060,7 +16060,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of ServiceAccount", + "summary": "watch individual changes to a list of ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchServiceAccountListForAllNamespaces", "parameters": [ { @@ -16331,7 +16331,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of Service", + "summary": "watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchNamespacedServiceList", "parameters": [ { @@ -16720,7 +16720,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch changes to an object of kind Service", + "summary": "watch changes to an object of kind Service. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.", "nickname": "watchNamespacedService", "parameters": [ { @@ -16942,7 +16942,7 @@ { "type": "v1.WatchEvent", "method": "GET", - "summary": "watch individual changes to a list of Service", + "summary": "watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead.", "nickname": "watchServiceListForAllNamespaces", "parameters": [ { diff --git a/docs/api-reference/admissionregistration.k8s.io/v1alpha1/operations.html b/docs/api-reference/admissionregistration.k8s.io/v1alpha1/operations.html index 59aa8caa33..b18e5667e3 100755 --- a/docs/api-reference/admissionregistration.k8s.io/v1alpha1/operations.html +++ b/docs/api-reference/admissionregistration.k8s.io/v1alpha1/operations.html @@ -1438,7 +1438,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of InitializerConfiguration

+

watch individual changes to a list of InitializerConfiguration. deprecated: use the watch parameter with a list operation instead.

GET /apis/admissionregistration.k8s.io/v1alpha1/watch/initializerconfigurations
@@ -1612,7 +1612,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind InitializerConfiguration

+

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.

GET /apis/admissionregistration.k8s.io/v1alpha1/watch/initializerconfigurations/{name}
diff --git a/docs/api-reference/admissionregistration.k8s.io/v1beta1/operations.html b/docs/api-reference/admissionregistration.k8s.io/v1beta1/operations.html index 5c0120a4fb..daca648abc 100755 --- a/docs/api-reference/admissionregistration.k8s.io/v1beta1/operations.html +++ b/docs/api-reference/admissionregistration.k8s.io/v1beta1/operations.html @@ -2433,7 +2433,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of MutatingWebhookConfiguration

+

watch individual changes to a list of MutatingWebhookConfiguration. deprecated: use the watch parameter with a list operation instead.

GET /apis/admissionregistration.k8s.io/v1beta1/watch/mutatingwebhookconfigurations
@@ -2607,7 +2607,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind MutatingWebhookConfiguration

+

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.

GET /apis/admissionregistration.k8s.io/v1beta1/watch/mutatingwebhookconfigurations/{name}
@@ -2789,7 +2789,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ValidatingWebhookConfiguration

+

watch individual changes to a list of ValidatingWebhookConfiguration. deprecated: use the watch parameter with a list operation instead.

GET /apis/admissionregistration.k8s.io/v1beta1/watch/validatingwebhookconfigurations
@@ -2963,7 +2963,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind ValidatingWebhookConfiguration

+

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.

GET /apis/admissionregistration.k8s.io/v1beta1/watch/validatingwebhookconfigurations/{name}
diff --git a/docs/api-reference/apps/v1/operations.html b/docs/api-reference/apps/v1/operations.html index d75f79729c..ca57777e95 100755 --- a/docs/api-reference/apps/v1/operations.html +++ b/docs/api-reference/apps/v1/operations.html @@ -9256,7 +9256,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ControllerRevision

+

watch individual changes to a list of ControllerRevision. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1/watch/controllerrevisions
@@ -9430,7 +9430,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of DaemonSet

+

watch individual changes to a list of DaemonSet. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1/watch/daemonsets
@@ -9604,7 +9604,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Deployment

+

watch individual changes to a list of Deployment. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1/watch/deployments
@@ -9778,7 +9778,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ControllerRevision

+

watch individual changes to a list of ControllerRevision. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1/watch/namespaces/{namespace}/controllerrevisions
@@ -9960,7 +9960,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind ControllerRevision

+

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.

GET /apis/apps/v1/watch/namespaces/{namespace}/controllerrevisions/{name}
@@ -10150,7 +10150,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of DaemonSet

+

watch individual changes to a list of DaemonSet. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1/watch/namespaces/{namespace}/daemonsets
@@ -10332,7 +10332,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind DaemonSet

+

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.

GET /apis/apps/v1/watch/namespaces/{namespace}/daemonsets/{name}
@@ -10522,7 +10522,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Deployment

+

watch individual changes to a list of Deployment. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1/watch/namespaces/{namespace}/deployments
@@ -10704,7 +10704,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind Deployment

+

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.

GET /apis/apps/v1/watch/namespaces/{namespace}/deployments/{name}
@@ -10894,7 +10894,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ReplicaSet

+

watch individual changes to a list of ReplicaSet. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1/watch/namespaces/{namespace}/replicasets
@@ -11076,7 +11076,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind ReplicaSet

+

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.

GET /apis/apps/v1/watch/namespaces/{namespace}/replicasets/{name}
@@ -11266,7 +11266,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of StatefulSet

+

watch individual changes to a list of StatefulSet. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1/watch/namespaces/{namespace}/statefulsets
@@ -11448,7 +11448,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind StatefulSet

+

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.

GET /apis/apps/v1/watch/namespaces/{namespace}/statefulsets/{name}
@@ -11638,7 +11638,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ReplicaSet

+

watch individual changes to a list of ReplicaSet. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1/watch/replicasets
@@ -11812,7 +11812,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of StatefulSet

+

watch individual changes to a list of StatefulSet. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1/watch/statefulsets
diff --git a/docs/api-reference/apps/v1beta1/operations.html b/docs/api-reference/apps/v1beta1/operations.html index cdeb578b02..8154885a52 100755 --- a/docs/api-reference/apps/v1beta1/operations.html +++ b/docs/api-reference/apps/v1beta1/operations.html @@ -5791,7 +5791,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ControllerRevision

+

watch individual changes to a list of ControllerRevision. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1beta1/watch/controllerrevisions
@@ -5965,7 +5965,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Deployment

+

watch individual changes to a list of Deployment. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1beta1/watch/deployments
@@ -6139,7 +6139,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ControllerRevision

+

watch individual changes to a list of ControllerRevision. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1beta1/watch/namespaces/{namespace}/controllerrevisions
@@ -6321,7 +6321,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind ControllerRevision

+

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.

GET /apis/apps/v1beta1/watch/namespaces/{namespace}/controllerrevisions/{name}
@@ -6511,7 +6511,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Deployment

+

watch individual changes to a list of Deployment. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1beta1/watch/namespaces/{namespace}/deployments
@@ -6693,7 +6693,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind Deployment

+

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.

GET /apis/apps/v1beta1/watch/namespaces/{namespace}/deployments/{name}
@@ -6883,7 +6883,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of StatefulSet

+

watch individual changes to a list of StatefulSet. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets
@@ -7065,7 +7065,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind StatefulSet

+

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.

GET /apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets/{name}
@@ -7255,7 +7255,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of StatefulSet

+

watch individual changes to a list of StatefulSet. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1beta1/watch/statefulsets
diff --git a/docs/api-reference/apps/v1beta2/operations.html b/docs/api-reference/apps/v1beta2/operations.html index b07935d37c..7affd532da 100755 --- a/docs/api-reference/apps/v1beta2/operations.html +++ b/docs/api-reference/apps/v1beta2/operations.html @@ -9256,7 +9256,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ControllerRevision

+

watch individual changes to a list of ControllerRevision. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1beta2/watch/controllerrevisions
@@ -9430,7 +9430,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of DaemonSet

+

watch individual changes to a list of DaemonSet. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1beta2/watch/daemonsets
@@ -9604,7 +9604,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Deployment

+

watch individual changes to a list of Deployment. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1beta2/watch/deployments
@@ -9778,7 +9778,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ControllerRevision

+

watch individual changes to a list of ControllerRevision. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1beta2/watch/namespaces/{namespace}/controllerrevisions
@@ -9960,7 +9960,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind ControllerRevision

+

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.

GET /apis/apps/v1beta2/watch/namespaces/{namespace}/controllerrevisions/{name}
@@ -10150,7 +10150,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of DaemonSet

+

watch individual changes to a list of DaemonSet. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1beta2/watch/namespaces/{namespace}/daemonsets
@@ -10332,7 +10332,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind DaemonSet

+

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.

GET /apis/apps/v1beta2/watch/namespaces/{namespace}/daemonsets/{name}
@@ -10522,7 +10522,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Deployment

+

watch individual changes to a list of Deployment. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1beta2/watch/namespaces/{namespace}/deployments
@@ -10704,7 +10704,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind Deployment

+

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.

GET /apis/apps/v1beta2/watch/namespaces/{namespace}/deployments/{name}
@@ -10894,7 +10894,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ReplicaSet

+

watch individual changes to a list of ReplicaSet. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1beta2/watch/namespaces/{namespace}/replicasets
@@ -11076,7 +11076,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind ReplicaSet

+

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.

GET /apis/apps/v1beta2/watch/namespaces/{namespace}/replicasets/{name}
@@ -11266,7 +11266,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of StatefulSet

+

watch individual changes to a list of StatefulSet. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1beta2/watch/namespaces/{namespace}/statefulsets
@@ -11448,7 +11448,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind StatefulSet

+

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.

GET /apis/apps/v1beta2/watch/namespaces/{namespace}/statefulsets/{name}
@@ -11638,7 +11638,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ReplicaSet

+

watch individual changes to a list of ReplicaSet. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1beta2/watch/replicasets
@@ -11812,7 +11812,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of StatefulSet

+

watch individual changes to a list of StatefulSet. deprecated: use the watch parameter with a list operation instead.

GET /apis/apps/v1beta2/watch/statefulsets
diff --git a/docs/api-reference/autoscaling/v1/operations.html b/docs/api-reference/autoscaling/v1/operations.html index bcc042eb9f..2d1e6e90a6 100755 --- a/docs/api-reference/autoscaling/v1/operations.html +++ b/docs/api-reference/autoscaling/v1/operations.html @@ -2052,7 +2052,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of HorizontalPodAutoscaler

+

watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the watch parameter with a list operation instead.

GET /apis/autoscaling/v1/watch/horizontalpodautoscalers
@@ -2226,7 +2226,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of HorizontalPodAutoscaler

+

watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the watch parameter with a list operation instead.

GET /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers
@@ -2408,7 +2408,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind HorizontalPodAutoscaler

+

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.

GET /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}
diff --git a/docs/api-reference/autoscaling/v2beta1/operations.html b/docs/api-reference/autoscaling/v2beta1/operations.html index 8b0976ed9f..2c1cad4438 100755 --- a/docs/api-reference/autoscaling/v2beta1/operations.html +++ b/docs/api-reference/autoscaling/v2beta1/operations.html @@ -2052,7 +2052,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of HorizontalPodAutoscaler

+

watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the watch parameter with a list operation instead.

GET /apis/autoscaling/v2beta1/watch/horizontalpodautoscalers
@@ -2226,7 +2226,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of HorizontalPodAutoscaler

+

watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the watch parameter with a list operation instead.

GET /apis/autoscaling/v2beta1/watch/namespaces/{namespace}/horizontalpodautoscalers
@@ -2408,7 +2408,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind HorizontalPodAutoscaler

+

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.

GET /apis/autoscaling/v2beta1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}
diff --git a/docs/api-reference/batch/v1/operations.html b/docs/api-reference/batch/v1/operations.html index c02896861a..2341a60fda 100755 --- a/docs/api-reference/batch/v1/operations.html +++ b/docs/api-reference/batch/v1/operations.html @@ -2052,7 +2052,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Job

+

watch individual changes to a list of Job. deprecated: use the watch parameter with a list operation instead.

GET /apis/batch/v1/watch/jobs
@@ -2226,7 +2226,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Job

+

watch individual changes to a list of Job. deprecated: use the watch parameter with a list operation instead.

GET /apis/batch/v1/watch/namespaces/{namespace}/jobs
@@ -2408,7 +2408,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind Job

+

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.

GET /apis/batch/v1/watch/namespaces/{namespace}/jobs/{name}
diff --git a/docs/api-reference/batch/v1beta1/operations.html b/docs/api-reference/batch/v1beta1/operations.html index 9c0b58d0bc..128f8d696f 100755 --- a/docs/api-reference/batch/v1beta1/operations.html +++ b/docs/api-reference/batch/v1beta1/operations.html @@ -2052,7 +2052,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of CronJob

+

watch individual changes to a list of CronJob. deprecated: use the watch parameter with a list operation instead.

GET /apis/batch/v1beta1/watch/cronjobs
@@ -2226,7 +2226,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of CronJob

+

watch individual changes to a list of CronJob. deprecated: use the watch parameter with a list operation instead.

GET /apis/batch/v1beta1/watch/namespaces/{namespace}/cronjobs
@@ -2408,7 +2408,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind CronJob

+

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.

GET /apis/batch/v1beta1/watch/namespaces/{namespace}/cronjobs/{name}
diff --git a/docs/api-reference/batch/v2alpha1/operations.html b/docs/api-reference/batch/v2alpha1/operations.html index 66aec2a086..771d07650f 100755 --- a/docs/api-reference/batch/v2alpha1/operations.html +++ b/docs/api-reference/batch/v2alpha1/operations.html @@ -2052,7 +2052,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of CronJob

+

watch individual changes to a list of CronJob. deprecated: use the watch parameter with a list operation instead.

GET /apis/batch/v2alpha1/watch/cronjobs
@@ -2226,7 +2226,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of CronJob

+

watch individual changes to a list of CronJob. deprecated: use the watch parameter with a list operation instead.

GET /apis/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs
@@ -2408,7 +2408,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind CronJob

+

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.

GET /apis/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs/{name}
diff --git a/docs/api-reference/certificates.k8s.io/v1beta1/operations.html b/docs/api-reference/certificates.k8s.io/v1beta1/operations.html index 9ff38d7364..5646e5e9ce 100755 --- a/docs/api-reference/certificates.k8s.io/v1beta1/operations.html +++ b/docs/api-reference/certificates.k8s.io/v1beta1/operations.html @@ -1922,7 +1922,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of CertificateSigningRequest

+

watch individual changes to a list of CertificateSigningRequest. deprecated: use the watch parameter with a list operation instead.

GET /apis/certificates.k8s.io/v1beta1/watch/certificatesigningrequests
@@ -2096,7 +2096,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind CertificateSigningRequest

+

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.

GET /apis/certificates.k8s.io/v1beta1/watch/certificatesigningrequests/{name}
diff --git a/docs/api-reference/coordination.k8s.io/v1beta1/operations.html b/docs/api-reference/coordination.k8s.io/v1beta1/operations.html index 2b6f5c4f76..a92f2793d0 100755 --- a/docs/api-reference/coordination.k8s.io/v1beta1/operations.html +++ b/docs/api-reference/coordination.k8s.io/v1beta1/operations.html @@ -1668,7 +1668,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Lease

+

watch individual changes to a list of Lease. deprecated: use the watch parameter with a list operation instead.

GET /apis/coordination.k8s.io/v1beta1/watch/leases
@@ -1842,7 +1842,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Lease

+

watch individual changes to a list of Lease. deprecated: use the watch parameter with a list operation instead.

GET /apis/coordination.k8s.io/v1beta1/watch/namespaces/{namespace}/leases
@@ -2024,7 +2024,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind Lease

+

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.

GET /apis/coordination.k8s.io/v1beta1/watch/namespaces/{namespace}/leases/{name}
diff --git a/docs/api-reference/events.k8s.io/v1beta1/operations.html b/docs/api-reference/events.k8s.io/v1beta1/operations.html index 428e80359d..e8710b5795 100755 --- a/docs/api-reference/events.k8s.io/v1beta1/operations.html +++ b/docs/api-reference/events.k8s.io/v1beta1/operations.html @@ -1668,7 +1668,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Event

+

watch individual changes to a list of Event. deprecated: use the watch parameter with a list operation instead.

GET /apis/events.k8s.io/v1beta1/watch/events
@@ -1842,7 +1842,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Event

+

watch individual changes to a list of Event. deprecated: use the watch parameter with a list operation instead.

GET /apis/events.k8s.io/v1beta1/watch/namespaces/{namespace}/events
@@ -2024,7 +2024,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind Event

+

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.

GET /apis/events.k8s.io/v1beta1/watch/namespaces/{namespace}/events/{name}
diff --git a/docs/api-reference/extensions/v1beta1/operations.html b/docs/api-reference/extensions/v1beta1/operations.html index b4f65b36db..c271c8f5ad 100755 --- a/docs/api-reference/extensions/v1beta1/operations.html +++ b/docs/api-reference/extensions/v1beta1/operations.html @@ -10388,7 +10388,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of DaemonSet

+

watch individual changes to a list of DaemonSet. deprecated: use the watch parameter with a list operation instead.

GET /apis/extensions/v1beta1/watch/daemonsets
@@ -10562,7 +10562,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Deployment

+

watch individual changes to a list of Deployment. deprecated: use the watch parameter with a list operation instead.

GET /apis/extensions/v1beta1/watch/deployments
@@ -10736,7 +10736,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Ingress

+

watch individual changes to a list of Ingress. deprecated: use the watch parameter with a list operation instead.

GET /apis/extensions/v1beta1/watch/ingresses
@@ -10910,7 +10910,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of DaemonSet

+

watch individual changes to a list of DaemonSet. deprecated: use the watch parameter with a list operation instead.

GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets
@@ -11092,7 +11092,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind DaemonSet

+

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.

GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets/{name}
@@ -11282,7 +11282,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Deployment

+

watch individual changes to a list of Deployment. deprecated: use the watch parameter with a list operation instead.

GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments
@@ -11464,7 +11464,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind Deployment

+

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.

GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments/{name}
@@ -11654,7 +11654,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Ingress

+

watch individual changes to a list of Ingress. deprecated: use the watch parameter with a list operation instead.

GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses
@@ -11836,7 +11836,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind Ingress

+

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.

GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses/{name}
@@ -12026,7 +12026,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of NetworkPolicy

+

watch individual changes to a list of NetworkPolicy. deprecated: use the watch parameter with a list operation instead.

GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies
@@ -12208,7 +12208,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind NetworkPolicy

+

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.

GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies/{name}
@@ -12398,7 +12398,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ReplicaSet

+

watch individual changes to a list of ReplicaSet. deprecated: use the watch parameter with a list operation instead.

GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets
@@ -12580,7 +12580,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind ReplicaSet

+

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.

GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets/{name}
@@ -12770,7 +12770,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of NetworkPolicy

+

watch individual changes to a list of NetworkPolicy. deprecated: use the watch parameter with a list operation instead.

GET /apis/extensions/v1beta1/watch/networkpolicies
@@ -12944,7 +12944,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of PodSecurityPolicy

+

watch individual changes to a list of PodSecurityPolicy. deprecated: use the watch parameter with a list operation instead.

GET /apis/extensions/v1beta1/watch/podsecuritypolicies
@@ -13118,7 +13118,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind PodSecurityPolicy

+

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.

GET /apis/extensions/v1beta1/watch/podsecuritypolicies/{name}
@@ -13300,7 +13300,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ReplicaSet

+

watch individual changes to a list of ReplicaSet. deprecated: use the watch parameter with a list operation instead.

GET /apis/extensions/v1beta1/watch/replicasets
diff --git a/docs/api-reference/networking.k8s.io/v1/operations.html b/docs/api-reference/networking.k8s.io/v1/operations.html index 3314d3a8be..eaaaa7dd20 100755 --- a/docs/api-reference/networking.k8s.io/v1/operations.html +++ b/docs/api-reference/networking.k8s.io/v1/operations.html @@ -1668,7 +1668,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of NetworkPolicy

+

watch individual changes to a list of NetworkPolicy. deprecated: use the watch parameter with a list operation instead.

GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies
@@ -1850,7 +1850,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind NetworkPolicy

+

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.

GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies/{name}
@@ -2040,7 +2040,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of NetworkPolicy

+

watch individual changes to a list of NetworkPolicy. deprecated: use the watch parameter with a list operation instead.

GET /apis/networking.k8s.io/v1/watch/networkpolicies
diff --git a/docs/api-reference/policy/v1beta1/operations.html b/docs/api-reference/policy/v1beta1/operations.html index 27944e9be0..8b3c549bba 100755 --- a/docs/api-reference/policy/v1beta1/operations.html +++ b/docs/api-reference/policy/v1beta1/operations.html @@ -3047,7 +3047,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of PodDisruptionBudget

+

watch individual changes to a list of PodDisruptionBudget. deprecated: use the watch parameter with a list operation instead.

GET /apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets
@@ -3229,7 +3229,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind PodDisruptionBudget

+

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.

GET /apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets/{name}
@@ -3419,7 +3419,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of PodDisruptionBudget

+

watch individual changes to a list of PodDisruptionBudget. deprecated: use the watch parameter with a list operation instead.

GET /apis/policy/v1beta1/watch/poddisruptionbudgets
@@ -3593,7 +3593,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of PodSecurityPolicy

+

watch individual changes to a list of PodSecurityPolicy. deprecated: use the watch parameter with a list operation instead.

GET /apis/policy/v1beta1/watch/podsecuritypolicies
@@ -3767,7 +3767,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind PodSecurityPolicy

+

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.

GET /apis/policy/v1beta1/watch/podsecuritypolicies/{name}
diff --git a/docs/api-reference/rbac.authorization.k8s.io/v1/operations.html b/docs/api-reference/rbac.authorization.k8s.io/v1/operations.html index fa322bd584..a12683e060 100755 --- a/docs/api-reference/rbac.authorization.k8s.io/v1/operations.html +++ b/docs/api-reference/rbac.authorization.k8s.io/v1/operations.html @@ -4819,7 +4819,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ClusterRoleBinding

+

watch individual changes to a list of ClusterRoleBinding. deprecated: use the watch parameter with a list operation instead.

GET /apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings
@@ -4993,7 +4993,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind ClusterRoleBinding

+

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.

GET /apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings/{name}
@@ -5175,7 +5175,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ClusterRole

+

watch individual changes to a list of ClusterRole. deprecated: use the watch parameter with a list operation instead.

GET /apis/rbac.authorization.k8s.io/v1/watch/clusterroles
@@ -5349,7 +5349,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind ClusterRole

+

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.

GET /apis/rbac.authorization.k8s.io/v1/watch/clusterroles/{name}
@@ -5531,7 +5531,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of RoleBinding

+

watch individual changes to a list of RoleBinding. deprecated: use the watch parameter with a list operation instead.

GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings
@@ -5713,7 +5713,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind RoleBinding

+

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.

GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings/{name}
@@ -5903,7 +5903,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Role

+

watch individual changes to a list of Role. deprecated: use the watch parameter with a list operation instead.

GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles
@@ -6085,7 +6085,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind Role

+

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.

GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles/{name}
@@ -6275,7 +6275,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of RoleBinding

+

watch individual changes to a list of RoleBinding. deprecated: use the watch parameter with a list operation instead.

GET /apis/rbac.authorization.k8s.io/v1/watch/rolebindings
@@ -6449,7 +6449,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Role

+

watch individual changes to a list of Role. deprecated: use the watch parameter with a list operation instead.

GET /apis/rbac.authorization.k8s.io/v1/watch/roles
diff --git a/docs/api-reference/rbac.authorization.k8s.io/v1alpha1/operations.html b/docs/api-reference/rbac.authorization.k8s.io/v1alpha1/operations.html index f8e186430c..210ed7ae23 100755 --- a/docs/api-reference/rbac.authorization.k8s.io/v1alpha1/operations.html +++ b/docs/api-reference/rbac.authorization.k8s.io/v1alpha1/operations.html @@ -4819,7 +4819,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ClusterRoleBinding

+

watch individual changes to a list of ClusterRoleBinding. deprecated: use the watch parameter with a list operation instead.

GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings
@@ -4993,7 +4993,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind ClusterRoleBinding

+

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.

GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings/{name}
@@ -5175,7 +5175,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ClusterRole

+

watch individual changes to a list of ClusterRole. deprecated: use the watch parameter with a list operation instead.

GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles
@@ -5349,7 +5349,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind ClusterRole

+

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.

GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles/{name}
@@ -5531,7 +5531,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of RoleBinding

+

watch individual changes to a list of RoleBinding. deprecated: use the watch parameter with a list operation instead.

GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings
@@ -5713,7 +5713,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind RoleBinding

+

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.

GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings/{name}
@@ -5903,7 +5903,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Role

+

watch individual changes to a list of Role. deprecated: use the watch parameter with a list operation instead.

GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles
@@ -6085,7 +6085,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind Role

+

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.

GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles/{name}
@@ -6275,7 +6275,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of RoleBinding

+

watch individual changes to a list of RoleBinding. deprecated: use the watch parameter with a list operation instead.

GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/rolebindings
@@ -6449,7 +6449,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Role

+

watch individual changes to a list of Role. deprecated: use the watch parameter with a list operation instead.

GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/roles
diff --git a/docs/api-reference/rbac.authorization.k8s.io/v1beta1/operations.html b/docs/api-reference/rbac.authorization.k8s.io/v1beta1/operations.html index d061183177..9ec32ef53f 100755 --- a/docs/api-reference/rbac.authorization.k8s.io/v1beta1/operations.html +++ b/docs/api-reference/rbac.authorization.k8s.io/v1beta1/operations.html @@ -4819,7 +4819,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ClusterRoleBinding

+

watch individual changes to a list of ClusterRoleBinding. deprecated: use the watch parameter with a list operation instead.

GET /apis/rbac.authorization.k8s.io/v1beta1/watch/clusterrolebindings
@@ -4993,7 +4993,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind ClusterRoleBinding

+

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.

GET /apis/rbac.authorization.k8s.io/v1beta1/watch/clusterrolebindings/{name}
@@ -5175,7 +5175,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ClusterRole

+

watch individual changes to a list of ClusterRole. deprecated: use the watch parameter with a list operation instead.

GET /apis/rbac.authorization.k8s.io/v1beta1/watch/clusterroles
@@ -5349,7 +5349,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind ClusterRole

+

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.

GET /apis/rbac.authorization.k8s.io/v1beta1/watch/clusterroles/{name}
@@ -5531,7 +5531,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of RoleBinding

+

watch individual changes to a list of RoleBinding. deprecated: use the watch parameter with a list operation instead.

GET /apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/rolebindings
@@ -5713,7 +5713,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind RoleBinding

+

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.

GET /apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/rolebindings/{name}
@@ -5903,7 +5903,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Role

+

watch individual changes to a list of Role. deprecated: use the watch parameter with a list operation instead.

GET /apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/roles
@@ -6085,7 +6085,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind Role

+

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.

GET /apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/roles/{name}
@@ -6275,7 +6275,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of RoleBinding

+

watch individual changes to a list of RoleBinding. deprecated: use the watch parameter with a list operation instead.

GET /apis/rbac.authorization.k8s.io/v1beta1/watch/rolebindings
@@ -6449,7 +6449,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Role

+

watch individual changes to a list of Role. deprecated: use the watch parameter with a list operation instead.

GET /apis/rbac.authorization.k8s.io/v1beta1/watch/roles
diff --git a/docs/api-reference/scheduling.k8s.io/v1alpha1/operations.html b/docs/api-reference/scheduling.k8s.io/v1alpha1/operations.html index e8ac3bf5bc..63c4e37533 100755 --- a/docs/api-reference/scheduling.k8s.io/v1alpha1/operations.html +++ b/docs/api-reference/scheduling.k8s.io/v1alpha1/operations.html @@ -1438,7 +1438,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of PriorityClass

+

watch individual changes to a list of PriorityClass. deprecated: use the watch parameter with a list operation instead.

GET /apis/scheduling.k8s.io/v1alpha1/watch/priorityclasses
@@ -1612,7 +1612,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind PriorityClass

+

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.

GET /apis/scheduling.k8s.io/v1alpha1/watch/priorityclasses/{name}
diff --git a/docs/api-reference/scheduling.k8s.io/v1beta1/operations.html b/docs/api-reference/scheduling.k8s.io/v1beta1/operations.html index 09d9e21ecb..e16c01c5ec 100755 --- a/docs/api-reference/scheduling.k8s.io/v1beta1/operations.html +++ b/docs/api-reference/scheduling.k8s.io/v1beta1/operations.html @@ -1438,7 +1438,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of PriorityClass

+

watch individual changes to a list of PriorityClass. deprecated: use the watch parameter with a list operation instead.

GET /apis/scheduling.k8s.io/v1beta1/watch/priorityclasses
@@ -1612,7 +1612,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind PriorityClass

+

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.

GET /apis/scheduling.k8s.io/v1beta1/watch/priorityclasses/{name}
diff --git a/docs/api-reference/settings.k8s.io/v1alpha1/operations.html b/docs/api-reference/settings.k8s.io/v1alpha1/operations.html index 0d9a16cbdf..9ff5bf4704 100755 --- a/docs/api-reference/settings.k8s.io/v1alpha1/operations.html +++ b/docs/api-reference/settings.k8s.io/v1alpha1/operations.html @@ -1668,7 +1668,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of PodPreset

+

watch individual changes to a list of PodPreset. deprecated: use the watch parameter with a list operation instead.

GET /apis/settings.k8s.io/v1alpha1/watch/namespaces/{namespace}/podpresets
@@ -1850,7 +1850,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind PodPreset

+

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.

GET /apis/settings.k8s.io/v1alpha1/watch/namespaces/{namespace}/podpresets/{name}
@@ -2040,7 +2040,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of PodPreset

+

watch individual changes to a list of PodPreset. deprecated: use the watch parameter with a list operation instead.

GET /apis/settings.k8s.io/v1alpha1/watch/podpresets
diff --git a/docs/api-reference/storage.k8s.io/v1/operations.html b/docs/api-reference/storage.k8s.io/v1/operations.html index 997b714d6d..53c6134343 100755 --- a/docs/api-reference/storage.k8s.io/v1/operations.html +++ b/docs/api-reference/storage.k8s.io/v1/operations.html @@ -1438,7 +1438,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of StorageClass

+

watch individual changes to a list of StorageClass. deprecated: use the watch parameter with a list operation instead.

GET /apis/storage.k8s.io/v1/watch/storageclasses
@@ -1612,7 +1612,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind StorageClass

+

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.

GET /apis/storage.k8s.io/v1/watch/storageclasses/{name}
diff --git a/docs/api-reference/storage.k8s.io/v1alpha1/operations.html b/docs/api-reference/storage.k8s.io/v1alpha1/operations.html index 026f763285..bf20bd11f8 100755 --- a/docs/api-reference/storage.k8s.io/v1alpha1/operations.html +++ b/docs/api-reference/storage.k8s.io/v1alpha1/operations.html @@ -1438,7 +1438,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of VolumeAttachment

+

watch individual changes to a list of VolumeAttachment. deprecated: use the watch parameter with a list operation instead.

GET /apis/storage.k8s.io/v1alpha1/watch/volumeattachments
@@ -1612,7 +1612,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind VolumeAttachment

+

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.

GET /apis/storage.k8s.io/v1alpha1/watch/volumeattachments/{name}
diff --git a/docs/api-reference/storage.k8s.io/v1beta1/operations.html b/docs/api-reference/storage.k8s.io/v1beta1/operations.html index e2fd305b18..b4a415c5c0 100755 --- a/docs/api-reference/storage.k8s.io/v1beta1/operations.html +++ b/docs/api-reference/storage.k8s.io/v1beta1/operations.html @@ -2433,7 +2433,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of StorageClass

+

watch individual changes to a list of StorageClass. deprecated: use the watch parameter with a list operation instead.

GET /apis/storage.k8s.io/v1beta1/watch/storageclasses
@@ -2607,7 +2607,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind StorageClass

+

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.

GET /apis/storage.k8s.io/v1beta1/watch/storageclasses/{name}
@@ -2789,7 +2789,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of VolumeAttachment

+

watch individual changes to a list of VolumeAttachment. deprecated: use the watch parameter with a list operation instead.

GET /apis/storage.k8s.io/v1beta1/watch/volumeattachments
@@ -2963,7 +2963,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind VolumeAttachment

+

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.

GET /apis/storage.k8s.io/v1beta1/watch/volumeattachments/{name}
diff --git a/docs/api-reference/v1/operations.html b/docs/api-reference/v1/operations.html index 6189c0aebb..6b0effac5e 100755 --- a/docs/api-reference/v1/operations.html +++ b/docs/api-reference/v1/operations.html @@ -26410,7 +26410,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ConfigMap

+

watch individual changes to a list of ConfigMap. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/configmaps
@@ -26584,7 +26584,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Endpoints

+

watch individual changes to a list of Endpoints. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/endpoints
@@ -26758,7 +26758,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Event

+

watch individual changes to a list of Event. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/events
@@ -26932,7 +26932,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of LimitRange

+

watch individual changes to a list of LimitRange. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/limitranges
@@ -27106,7 +27106,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Namespace

+

watch individual changes to a list of Namespace. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/namespaces
@@ -27280,7 +27280,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ConfigMap

+

watch individual changes to a list of ConfigMap. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/namespaces/{namespace}/configmaps
@@ -27462,7 +27462,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind ConfigMap

+

watch changes to an object of kind ConfigMap. deprecated: use the watch parameter with a list operation instead, filtered to a single item with the fieldSelector parameter.

GET /api/v1/watch/namespaces/{namespace}/configmaps/{name}
@@ -27652,7 +27652,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Endpoints

+

watch individual changes to a list of Endpoints. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/namespaces/{namespace}/endpoints
@@ -27834,7 +27834,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind Endpoints

+

watch changes to an object of kind Endpoints. deprecated: use the watch parameter with a list operation instead, filtered to a single item with the fieldSelector parameter.

GET /api/v1/watch/namespaces/{namespace}/endpoints/{name}
@@ -28024,7 +28024,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Event

+

watch individual changes to a list of Event. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/namespaces/{namespace}/events
@@ -28206,7 +28206,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind Event

+

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.

GET /api/v1/watch/namespaces/{namespace}/events/{name}
@@ -28396,7 +28396,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of LimitRange

+

watch individual changes to a list of LimitRange. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/namespaces/{namespace}/limitranges
@@ -28578,7 +28578,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind LimitRange

+

watch changes to an object of kind LimitRange. deprecated: use the watch parameter with a list operation instead, filtered to a single item with the fieldSelector parameter.

GET /api/v1/watch/namespaces/{namespace}/limitranges/{name}
@@ -28768,7 +28768,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of PersistentVolumeClaim

+

watch individual changes to a list of PersistentVolumeClaim. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims
@@ -28950,7 +28950,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind PersistentVolumeClaim

+

watch changes to an object of kind PersistentVolumeClaim. deprecated: use the watch parameter with a list operation instead, filtered to a single item with the fieldSelector parameter.

GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name}
@@ -29140,7 +29140,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Pod

+

watch individual changes to a list of Pod. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/namespaces/{namespace}/pods
@@ -29322,7 +29322,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind Pod

+

watch changes to an object of kind Pod. deprecated: use the watch parameter with a list operation instead, filtered to a single item with the fieldSelector parameter.

GET /api/v1/watch/namespaces/{namespace}/pods/{name}
@@ -29512,7 +29512,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of PodTemplate

+

watch individual changes to a list of PodTemplate. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/namespaces/{namespace}/podtemplates
@@ -29694,7 +29694,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind PodTemplate

+

watch changes to an object of kind PodTemplate. deprecated: use the watch parameter with a list operation instead, filtered to a single item with the fieldSelector parameter.

GET /api/v1/watch/namespaces/{namespace}/podtemplates/{name}
@@ -29884,7 +29884,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ReplicationController

+

watch individual changes to a list of ReplicationController. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/namespaces/{namespace}/replicationcontrollers
@@ -30066,7 +30066,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind ReplicationController

+

watch changes to an object of kind ReplicationController. deprecated: use the watch parameter with a list operation instead, filtered to a single item with the fieldSelector parameter.

GET /api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name}
@@ -30256,7 +30256,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ResourceQuota

+

watch individual changes to a list of ResourceQuota. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/namespaces/{namespace}/resourcequotas
@@ -30438,7 +30438,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind ResourceQuota

+

watch changes to an object of kind ResourceQuota. deprecated: use the watch parameter with a list operation instead, filtered to a single item with the fieldSelector parameter.

GET /api/v1/watch/namespaces/{namespace}/resourcequotas/{name}
@@ -30628,7 +30628,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Secret

+

watch individual changes to a list of Secret. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/namespaces/{namespace}/secrets
@@ -30810,7 +30810,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind Secret

+

watch changes to an object of kind Secret. deprecated: use the watch parameter with a list operation instead, filtered to a single item with the fieldSelector parameter.

GET /api/v1/watch/namespaces/{namespace}/secrets/{name}
@@ -31000,7 +31000,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ServiceAccount

+

watch individual changes to a list of ServiceAccount. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/namespaces/{namespace}/serviceaccounts
@@ -31182,7 +31182,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind ServiceAccount

+

watch changes to an object of kind ServiceAccount. deprecated: use the watch parameter with a list operation instead, filtered to a single item with the fieldSelector parameter.

GET /api/v1/watch/namespaces/{namespace}/serviceaccounts/{name}
@@ -31372,7 +31372,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Service

+

watch individual changes to a list of Service. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/namespaces/{namespace}/services
@@ -31554,7 +31554,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind Service

+

watch changes to an object of kind Service. deprecated: use the watch parameter with a list operation instead, filtered to a single item with the fieldSelector parameter.

GET /api/v1/watch/namespaces/{namespace}/services/{name}
@@ -31744,7 +31744,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind Namespace

+

watch changes to an object of kind Namespace. deprecated: use the watch parameter with a list operation instead, filtered to a single item with the fieldSelector parameter.

GET /api/v1/watch/namespaces/{name}
@@ -31926,7 +31926,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Node

+

watch individual changes to a list of Node. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/nodes
@@ -32100,7 +32100,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind Node

+

watch changes to an object of kind Node. deprecated: use the watch parameter with a list operation instead, filtered to a single item with the fieldSelector parameter.

GET /api/v1/watch/nodes/{name}
@@ -32282,7 +32282,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of PersistentVolumeClaim

+

watch individual changes to a list of PersistentVolumeClaim. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/persistentvolumeclaims
@@ -32456,7 +32456,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of PersistentVolume

+

watch individual changes to a list of PersistentVolume. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/persistentvolumes
@@ -32630,7 +32630,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch changes to an object of kind PersistentVolume

+

watch changes to an object of kind PersistentVolume. deprecated: use the watch parameter with a list operation instead, filtered to a single item with the fieldSelector parameter.

GET /api/v1/watch/persistentvolumes/{name}
@@ -32812,7 +32812,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Pod

+

watch individual changes to a list of Pod. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/pods
@@ -32986,7 +32986,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of PodTemplate

+

watch individual changes to a list of PodTemplate. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/podtemplates
@@ -33160,7 +33160,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ReplicationController

+

watch individual changes to a list of ReplicationController. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/replicationcontrollers
@@ -33334,7 +33334,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ResourceQuota

+

watch individual changes to a list of ResourceQuota. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/resourcequotas
@@ -33508,7 +33508,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Secret

+

watch individual changes to a list of Secret. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/secrets
@@ -33682,7 +33682,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of ServiceAccount

+

watch individual changes to a list of ServiceAccount. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/serviceaccounts
@@ -33856,7 +33856,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

watch individual changes to a list of Service

+

watch individual changes to a list of Service. deprecated: use the watch parameter with a list operation instead.

GET /api/v1/watch/services
diff --git a/staging/src/k8s.io/apiserver/pkg/endpoints/installer.go b/staging/src/k8s.io/apiserver/pkg/endpoints/installer.go index 4a3c498671..99b36d78d2 100644 --- a/staging/src/k8s.io/apiserver/pkg/endpoints/installer.go +++ b/staging/src/k8s.io/apiserver/pkg/endpoints/installer.go @@ -382,7 +382,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag actions = appendIf(actions, action{"LIST", resourcePath, resourceParams, namer, false}, isLister) actions = appendIf(actions, action{"POST", resourcePath, resourceParams, namer, false}, isCreater) 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) // Add actions at the item path: /api/apiVersion/resource/{name} @@ -393,6 +393,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag actions = appendIf(actions, action{"PUT", itemPath, nameParams, namer, false}, isUpdater) actions = appendIf(actions, action{"PATCH", itemPath, nameParams, namer, false}, isPatcher) 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{"CONNECT", itemPath, nameParams, namer, false}, isConnecter) actions = appendIf(actions, action{"CONNECT", itemPath + "/{path:*}", proxyParams, namer, false}, isConnecter && connectSubpath) @@ -429,7 +430,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag actions = appendIf(actions, action{"LIST", resourcePath, resourceParams, namer, false}, isLister) actions = appendIf(actions, action{"POST", resourcePath, resourceParams, namer, false}, isCreater) 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{"GET", itemPath, nameParams, namer, false}, isGetter) @@ -439,6 +440,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag actions = appendIf(actions, action{"PUT", itemPath, nameParams, namer, false}, isUpdater) actions = appendIf(actions, action{"PATCH", itemPath, nameParams, namer, false}, isPatcher) 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{"CONNECT", itemPath, nameParams, namer, false}, isConnecter) actions = appendIf(actions, action{"CONNECT", itemPath + "/{path:*}", proxyParams, namer, false}, isConnecter && connectSubpath) @@ -448,6 +450,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) if !isSubresource { 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) } break @@ -744,12 +747,13 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag } addParams(route, action.Params) routes = append(routes, route) - // TODO: deprecated + // deprecated in 1.11 case "WATCH": // Watch a resource. doc := "watch changes to an object of kind " + kind if isSubresource { 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)) route := ws.GET(action.Path).To(handler). Doc(doc). @@ -763,12 +767,13 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag } addParams(route, action.Params) routes = append(routes, route) - // TODO: deprecated + // deprecated in 1.11 case "WATCHLIST": // Watch all resources of a kind. doc := "watch individual changes to a list of " + kind if isSubresource { 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)) route := ws.GET(action.Path).To(handler). Doc(doc).