From 2b003285309b4974663e58545e09fedb9892d489 Mon Sep 17 00:00:00 2001 From: Erick Fejta Date: Wed, 13 Apr 2016 16:41:28 -0700 Subject: [PATCH] Update swagger specs --- api/swagger-spec/autoscaling_v1.json | 27 +-- api/swagger-spec/batch_v1.json | 27 +-- api/swagger-spec/extensions_v1beta1.json | 99 +++++----- api/swagger-spec/v1.json | 183 +++++++++--------- .../autoscaling/v1/definitions.html | 44 +---- .../autoscaling/v1/operations.html | 8 +- docs/api-reference/batch/v1/definitions.html | 44 +---- docs/api-reference/batch/v1/operations.html | 8 +- .../extensions/v1beta1/definitions.html | 44 +---- .../extensions/v1beta1/operations.html | 44 ++--- docs/api-reference/v1/definitions.html | 44 +---- docs/api-reference/v1/operations.html | 86 ++++---- 12 files changed, 243 insertions(+), 415 deletions(-) diff --git a/api/swagger-spec/autoscaling_v1.json b/api/swagger-spec/autoscaling_v1.json index f66a5d8b96e..a0096b08a99 100644 --- a/api/swagger-spec/autoscaling_v1.json +++ b/api/swagger-spec/autoscaling_v1.json @@ -217,7 +217,7 @@ "description": "API at /apis/autoscaling/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of HorizontalPodAutoscaler", "nickname": "watchNamespacedHorizontalPodAutoscalerList", @@ -283,7 +283,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -532,7 +532,7 @@ "description": "API at /apis/autoscaling/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind HorizontalPodAutoscaler", "nickname": "watchNamespacedHorizontalPodAutoscaler", @@ -606,7 +606,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -699,7 +699,7 @@ "description": "API at /apis/autoscaling/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of HorizontalPodAutoscaler", "nickname": "watchNamespacedHorizontalPodAutoscalerList", @@ -757,7 +757,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -1148,18 +1148,9 @@ } } }, - "json.WatchEvent": { - "id": "json.WatchEvent", - "properties": { - "type": { - "type": "string", - "description": "the type of watch event; may be ADDED, MODIFIED, DELETED, or ERROR" - }, - "object": { - "type": "string", - "description": "the object being watched; will match the type of the resource endpoint or be a Status object if the type is ERROR" - } - } + "*versioned.Event": { + "id": "*versioned.Event", + "properties": {} }, "unversioned.Patch": { "id": "unversioned.Patch", diff --git a/api/swagger-spec/batch_v1.json b/api/swagger-spec/batch_v1.json index 43e4df182b3..29cec55159a 100644 --- a/api/swagger-spec/batch_v1.json +++ b/api/swagger-spec/batch_v1.json @@ -217,7 +217,7 @@ "description": "API at /apis/batch/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Job", "nickname": "watchNamespacedJobList", @@ -283,7 +283,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -532,7 +532,7 @@ "description": "API at /apis/batch/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Job", "nickname": "watchNamespacedJob", @@ -606,7 +606,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -699,7 +699,7 @@ "description": "API at /apis/batch/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Job", "nickname": "watchNamespacedJobList", @@ -757,7 +757,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -2389,18 +2389,9 @@ } } }, - "json.WatchEvent": { - "id": "json.WatchEvent", - "properties": { - "type": { - "type": "string", - "description": "the type of watch event; may be ADDED, MODIFIED, DELETED, or ERROR" - }, - "object": { - "type": "string", - "description": "the object being watched; will match the type of the resource endpoint or be a Status object if the type is ERROR" - } - } + "*versioned.Event": { + "id": "*versioned.Event", + "properties": {} }, "unversioned.Patch": { "id": "unversioned.Patch", diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json index 6d6b08b09c6..73b4a6ec29a 100644 --- a/api/swagger-spec/extensions_v1beta1.json +++ b/api/swagger-spec/extensions_v1beta1.json @@ -217,7 +217,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of DaemonSet", "nickname": "watchNamespacedDaemonSetList", @@ -283,7 +283,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -532,7 +532,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind DaemonSet", "nickname": "watchNamespacedDaemonSet", @@ -606,7 +606,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -699,7 +699,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of DaemonSet", "nickname": "watchNamespacedDaemonSetList", @@ -757,7 +757,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -1042,7 +1042,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Deployment", "nickname": "watchNamespacedDeploymentList", @@ -1108,7 +1108,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -1357,7 +1357,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Deployment", "nickname": "watchNamespacedDeployment", @@ -1431,7 +1431,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -1524,7 +1524,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Deployment", "nickname": "watchNamespacedDeploymentList", @@ -1582,7 +1582,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -2089,7 +2089,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of HorizontalPodAutoscaler", "nickname": "watchNamespacedHorizontalPodAutoscalerList", @@ -2155,7 +2155,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -2404,7 +2404,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind HorizontalPodAutoscaler", "nickname": "watchNamespacedHorizontalPodAutoscaler", @@ -2478,7 +2478,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -2571,7 +2571,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of HorizontalPodAutoscaler", "nickname": "watchNamespacedHorizontalPodAutoscalerList", @@ -2629,7 +2629,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -2914,7 +2914,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Ingress", "nickname": "watchNamespacedIngressList", @@ -2980,7 +2980,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -3229,7 +3229,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Ingress", "nickname": "watchNamespacedIngress", @@ -3303,7 +3303,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -3396,7 +3396,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Ingress", "nickname": "watchNamespacedIngressList", @@ -3454,7 +3454,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -3739,7 +3739,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Job", "nickname": "watchNamespacedJobList", @@ -3805,7 +3805,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -4054,7 +4054,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Job", "nickname": "watchNamespacedJob", @@ -4128,7 +4128,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -4221,7 +4221,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Job", "nickname": "watchNamespacedJobList", @@ -4279,7 +4279,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -4564,7 +4564,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ReplicaSet", "nickname": "watchNamespacedReplicaSetList", @@ -4630,7 +4630,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -4879,7 +4879,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind ReplicaSet", "nickname": "watchNamespacedReplicaSet", @@ -4953,7 +4953,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -5046,7 +5046,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ReplicaSet", "nickname": "watchNamespacedReplicaSetList", @@ -5104,7 +5104,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -5713,7 +5713,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ThirdPartyResource", "nickname": "watchNamespacedThirdPartyResourceList", @@ -5779,7 +5779,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -6028,7 +6028,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind ThirdPartyResource", "nickname": "watchNamespacedThirdPartyResource", @@ -6102,7 +6102,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -6195,7 +6195,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ThirdPartyResource", "nickname": "watchNamespacedThirdPartyResourceList", @@ -6253,7 +6253,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -7762,18 +7762,9 @@ } } }, - "json.WatchEvent": { - "id": "json.WatchEvent", - "properties": { - "type": { - "type": "string", - "description": "the type of watch event; may be ADDED, MODIFIED, DELETED, or ERROR" - }, - "object": { - "type": "string", - "description": "the object being watched; will match the type of the resource endpoint or be a Status object if the type is ERROR" - } - } + "*versioned.Event": { + "id": "*versioned.Event", + "properties": {} }, "unversioned.Patch": { "id": "unversioned.Patch", diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index c4386868d6f..2d70ff0bf19 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -389,7 +389,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ConfigMap", "nickname": "watchNamespacedConfigMapList", @@ -455,7 +455,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -704,7 +704,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind ConfigMap", "nickname": "watchNamespacedConfigMap", @@ -778,7 +778,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -871,7 +871,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ConfigMap", "nickname": "watchNamespacedConfigMapList", @@ -929,7 +929,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -1154,7 +1154,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Endpoints", "nickname": "watchNamespacedEndpointsList", @@ -1220,7 +1220,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -1469,7 +1469,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Endpoints", "nickname": "watchNamespacedEndpoints", @@ -1543,7 +1543,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -1636,7 +1636,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Endpoints", "nickname": "watchNamespacedEndpointsList", @@ -1694,7 +1694,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -1919,7 +1919,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Event", "nickname": "watchNamespacedEventList", @@ -1985,7 +1985,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -2234,7 +2234,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Event", "nickname": "watchNamespacedEvent", @@ -2308,7 +2308,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -2401,7 +2401,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Event", "nickname": "watchNamespacedEventList", @@ -2459,7 +2459,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -2684,7 +2684,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of LimitRange", "nickname": "watchNamespacedLimitRangeList", @@ -2750,7 +2750,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -2999,7 +2999,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind LimitRange", "nickname": "watchNamespacedLimitRange", @@ -3073,7 +3073,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -3166,7 +3166,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of LimitRange", "nickname": "watchNamespacedLimitRangeList", @@ -3224,7 +3224,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -3425,7 +3425,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Namespace", "nickname": "watchNamespaceList", @@ -3483,7 +3483,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -3700,7 +3700,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Namespace", "nickname": "watchNamespace", @@ -3766,7 +3766,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -4071,7 +4071,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Node", "nickname": "watchNodeList", @@ -4129,7 +4129,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -4346,7 +4346,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Node", "nickname": "watchNode", @@ -4412,7 +4412,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -5433,7 +5433,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of PersistentVolumeClaim", "nickname": "watchNamespacedPersistentVolumeClaimList", @@ -5499,7 +5499,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -5748,7 +5748,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind PersistentVolumeClaim", "nickname": "watchNamespacedPersistentVolumeClaim", @@ -5822,7 +5822,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -5915,7 +5915,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of PersistentVolumeClaim", "nickname": "watchNamespacedPersistentVolumeClaimList", @@ -5973,7 +5973,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -6234,7 +6234,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of PersistentVolume", "nickname": "watchPersistentVolumeList", @@ -6292,7 +6292,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -6509,7 +6509,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind PersistentVolume", "nickname": "watchPersistentVolume", @@ -6575,7 +6575,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -6852,7 +6852,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Pod", "nickname": "watchNamespacedPodList", @@ -6918,7 +6918,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -7167,7 +7167,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Pod", "nickname": "watchNamespacedPod", @@ -7241,7 +7241,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -7754,7 +7754,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Pod", "nickname": "watchNamespacedPodList", @@ -7812,7 +7812,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -9163,7 +9163,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of PodTemplate", "nickname": "watchNamespacedPodTemplateList", @@ -9229,7 +9229,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -9478,7 +9478,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind PodTemplate", "nickname": "watchNamespacedPodTemplate", @@ -9552,7 +9552,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -9645,7 +9645,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of PodTemplate", "nickname": "watchNamespacedPodTemplateList", @@ -9703,7 +9703,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -9928,7 +9928,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ReplicationController", "nickname": "watchNamespacedReplicationControllerList", @@ -9994,7 +9994,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -10243,7 +10243,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind ReplicationController", "nickname": "watchNamespacedReplicationController", @@ -10317,7 +10317,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -10410,7 +10410,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ReplicationController", "nickname": "watchNamespacedReplicationControllerList", @@ -10468,7 +10468,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -10915,7 +10915,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ResourceQuota", "nickname": "watchNamespacedResourceQuotaList", @@ -10981,7 +10981,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -11230,7 +11230,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind ResourceQuota", "nickname": "watchNamespacedResourceQuota", @@ -11304,7 +11304,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -11397,7 +11397,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ResourceQuota", "nickname": "watchNamespacedResourceQuotaList", @@ -11455,7 +11455,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -11740,7 +11740,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Secret", "nickname": "watchNamespacedSecretList", @@ -11806,7 +11806,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -12055,7 +12055,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Secret", "nickname": "watchNamespacedSecret", @@ -12129,7 +12129,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -12222,7 +12222,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Secret", "nickname": "watchNamespacedSecretList", @@ -12280,7 +12280,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -12505,7 +12505,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ServiceAccount", "nickname": "watchNamespacedServiceAccountList", @@ -12571,7 +12571,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -12820,7 +12820,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind ServiceAccount", "nickname": "watchNamespacedServiceAccount", @@ -12894,7 +12894,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -12987,7 +12987,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ServiceAccount", "nickname": "watchNamespacedServiceAccountList", @@ -13045,7 +13045,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -13192,7 +13192,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Service", "nickname": "watchNamespacedServiceList", @@ -13258,7 +13258,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -13499,7 +13499,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Service", "nickname": "watchNamespacedService", @@ -13573,7 +13573,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -14086,7 +14086,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "json.WatchEvent", + "type": "*versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Service", "nickname": "watchNamespacedServiceList", @@ -14144,7 +14144,7 @@ { "code": 200, "message": "OK", - "responseModel": "json.WatchEvent" + "responseModel": "*versioned.Event" } ], "produces": [ @@ -15097,18 +15097,9 @@ } } }, - "json.WatchEvent": { - "id": "json.WatchEvent", - "properties": { - "type": { - "type": "string", - "description": "the type of watch event; may be ADDED, MODIFIED, DELETED, or ERROR" - }, - "object": { - "type": "string", - "description": "the object being watched; will match the type of the resource endpoint or be a Status object if the type is ERROR" - } - } + "*versioned.Event": { + "id": "*versioned.Event", + "properties": {} }, "unversioned.Patch": { "id": "unversioned.Patch", diff --git a/docs/api-reference/autoscaling/v1/definitions.html b/docs/api-reference/autoscaling/v1/definitions.html index c172d092c22..76a8a8d5e51 100755 --- a/docs/api-reference/autoscaling/v1/definitions.html +++ b/docs/api-reference/autoscaling/v1/definitions.html @@ -559,6 +559,10 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } + +
+

*versioned.Event

+

unversioned.ListMeta

@@ -1228,44 +1232,6 @@ Examples:
-
-
-

json.WatchEvent

- ------- - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

type

the type of watch event; may be ADDED, MODIFIED, DELETED, or ERROR

false

string

object

the object being watched; will match the type of the resource endpoint or be a Status object if the type is ERROR

false

string

-

any

@@ -1278,7 +1244,7 @@ Examples:
diff --git a/docs/api-reference/autoscaling/v1/operations.html b/docs/api-reference/autoscaling/v1/operations.html index c5484e482d8..b70cb8f94b6 100755 --- a/docs/api-reference/autoscaling/v1/operations.html +++ b/docs/api-reference/autoscaling/v1/operations.html @@ -1722,7 +1722,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -1867,7 +1867,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -2020,7 +2020,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -2062,7 +2062,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } diff --git a/docs/api-reference/batch/v1/definitions.html b/docs/api-reference/batch/v1/definitions.html index 2b7670f1d83..a33e01e683b 100755 --- a/docs/api-reference/batch/v1/definitions.html +++ b/docs/api-reference/batch/v1/definitions.html @@ -1035,6 +1035,10 @@ Examples:
+ +
+

*versioned.Event

+

unversioned.StatusDetails

@@ -1882,44 +1886,6 @@ Populated by the system when a graceful deletion is requested. Read-only. More i -
-
-

json.WatchEvent

- ------- - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

type

the type of watch event; may be ADDED, MODIFIED, DELETED, or ERROR

false

string

object

the object being watched; will match the type of the resource endpoint or be a Status object if the type is ERROR

false

string

-

v1.EmptyDirVolumeSource

@@ -3920,7 +3886,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
diff --git a/docs/api-reference/batch/v1/operations.html b/docs/api-reference/batch/v1/operations.html index 7d1980cef0a..eecbd061f1c 100755 --- a/docs/api-reference/batch/v1/operations.html +++ b/docs/api-reference/batch/v1/operations.html @@ -1722,7 +1722,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -1867,7 +1867,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -2020,7 +2020,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -2062,7 +2062,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index 684f19f8c2e..04f9bfc6be9 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -1331,6 +1331,10 @@ Examples:
+ +
+

*versioned.Event

+

v1.Capabilities

@@ -5046,44 +5050,6 @@ Both these may change in the future. Incoming requests are matched against the h -
-
-

json.WatchEvent

- ------- - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

type

the type of watch event; may be ADDED, MODIFIED, DELETED, or ERROR

false

string

object

the object being watched; will match the type of the resource endpoint or be a Status object if the type is ERROR

false

string

-

v1.CinderVolumeSource

@@ -5910,7 +5876,7 @@ Both these may change in the future. Incoming requests are matched against the h
diff --git a/docs/api-reference/extensions/v1beta1/operations.html b/docs/api-reference/extensions/v1beta1/operations.html index 4e918d7a540..3a59a4b6f1d 100755 --- a/docs/api-reference/extensions/v1beta1/operations.html +++ b/docs/api-reference/extensions/v1beta1/operations.html @@ -9948,7 +9948,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -10085,7 +10085,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -10222,7 +10222,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -10359,7 +10359,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -10496,7 +10496,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -10641,7 +10641,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -10794,7 +10794,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -10939,7 +10939,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -11092,7 +11092,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -11237,7 +11237,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -11390,7 +11390,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -11535,7 +11535,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -11688,7 +11688,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -11833,7 +11833,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -11986,7 +11986,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -12131,7 +12131,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -12284,7 +12284,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -12429,7 +12429,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -12582,7 +12582,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -12719,7 +12719,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -12856,7 +12856,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -12898,7 +12898,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html index fdf083f79c6..6ddba8c85ac 100755 --- a/docs/api-reference/v1/definitions.html +++ b/docs/api-reference/v1/definitions.html @@ -1385,6 +1385,10 @@ Examples:
+ +
+

*versioned.Event

+

v1.EndpointsList

@@ -5971,44 +5975,6 @@ The resulting set of endpoints can be viewed as:
-
-
-

json.WatchEvent

- ------- - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

type

the type of watch event; may be ADDED, MODIFIED, DELETED, or ERROR

false

string

object

the object being watched; will match the type of the resource endpoint or be a Status object if the type is ERROR

false

string

-

v1.ContainerStateTerminated

@@ -7780,7 +7746,7 @@ The resulting set of endpoints can be viewed as:
diff --git a/docs/api-reference/v1/operations.html b/docs/api-reference/v1/operations.html index dbfaf0b3034..35beac59949 100755 --- a/docs/api-reference/v1/operations.html +++ b/docs/api-reference/v1/operations.html @@ -23946,7 +23946,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -24083,7 +24083,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -24220,7 +24220,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -24357,7 +24357,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -24494,7 +24494,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -24639,7 +24639,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -24792,7 +24792,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -24937,7 +24937,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -25090,7 +25090,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -25235,7 +25235,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -25388,7 +25388,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -25533,7 +25533,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -25686,7 +25686,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -25831,7 +25831,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -25984,7 +25984,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -26129,7 +26129,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -26282,7 +26282,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -26427,7 +26427,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -26580,7 +26580,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -26725,7 +26725,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -26878,7 +26878,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -27023,7 +27023,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -27176,7 +27176,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -27321,7 +27321,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -27474,7 +27474,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -27619,7 +27619,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -27772,7 +27772,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -27917,7 +27917,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -28070,7 +28070,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -28215,7 +28215,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -28352,7 +28352,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -28497,7 +28497,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -28634,7 +28634,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -28771,7 +28771,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -28916,7 +28916,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -29053,7 +29053,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -29190,7 +29190,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -29327,7 +29327,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -29464,7 +29464,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -29601,7 +29601,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -29738,7 +29738,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -29875,7 +29875,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

200

success

-

json.WatchEvent

+

*versioned.Event

@@ -29917,7 +29917,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }