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; } + +
Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|
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 |
-- |