Update swagger specs

This commit is contained in:
Erick Fejta
2016-04-13 16:41:28 -07:00
parent 498dc418ed
commit 2b00328530
12 changed files with 243 additions and 415 deletions

View File

@@ -217,7 +217,7 @@
"description": "API at /apis/autoscaling/v1", "description": "API at /apis/autoscaling/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of HorizontalPodAutoscaler", "summary": "watch individual changes to a list of HorizontalPodAutoscaler",
"nickname": "watchNamespacedHorizontalPodAutoscalerList", "nickname": "watchNamespacedHorizontalPodAutoscalerList",
@@ -283,7 +283,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -532,7 +532,7 @@
"description": "API at /apis/autoscaling/v1", "description": "API at /apis/autoscaling/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind HorizontalPodAutoscaler", "summary": "watch changes to an object of kind HorizontalPodAutoscaler",
"nickname": "watchNamespacedHorizontalPodAutoscaler", "nickname": "watchNamespacedHorizontalPodAutoscaler",
@@ -606,7 +606,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -699,7 +699,7 @@
"description": "API at /apis/autoscaling/v1", "description": "API at /apis/autoscaling/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of HorizontalPodAutoscaler", "summary": "watch individual changes to a list of HorizontalPodAutoscaler",
"nickname": "watchNamespacedHorizontalPodAutoscalerList", "nickname": "watchNamespacedHorizontalPodAutoscalerList",
@@ -757,7 +757,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -1148,18 +1148,9 @@
} }
} }
}, },
"json.WatchEvent": { "*versioned.Event": {
"id": "json.WatchEvent", "id": "*versioned.Event",
"properties": { "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"
}
}
}, },
"unversioned.Patch": { "unversioned.Patch": {
"id": "unversioned.Patch", "id": "unversioned.Patch",

View File

@@ -217,7 +217,7 @@
"description": "API at /apis/batch/v1", "description": "API at /apis/batch/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Job", "summary": "watch individual changes to a list of Job",
"nickname": "watchNamespacedJobList", "nickname": "watchNamespacedJobList",
@@ -283,7 +283,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -532,7 +532,7 @@
"description": "API at /apis/batch/v1", "description": "API at /apis/batch/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Job", "summary": "watch changes to an object of kind Job",
"nickname": "watchNamespacedJob", "nickname": "watchNamespacedJob",
@@ -606,7 +606,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -699,7 +699,7 @@
"description": "API at /apis/batch/v1", "description": "API at /apis/batch/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Job", "summary": "watch individual changes to a list of Job",
"nickname": "watchNamespacedJobList", "nickname": "watchNamespacedJobList",
@@ -757,7 +757,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -2389,18 +2389,9 @@
} }
} }
}, },
"json.WatchEvent": { "*versioned.Event": {
"id": "json.WatchEvent", "id": "*versioned.Event",
"properties": { "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"
}
}
}, },
"unversioned.Patch": { "unversioned.Patch": {
"id": "unversioned.Patch", "id": "unversioned.Patch",

View File

@@ -217,7 +217,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of DaemonSet", "summary": "watch individual changes to a list of DaemonSet",
"nickname": "watchNamespacedDaemonSetList", "nickname": "watchNamespacedDaemonSetList",
@@ -283,7 +283,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -532,7 +532,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind DaemonSet", "summary": "watch changes to an object of kind DaemonSet",
"nickname": "watchNamespacedDaemonSet", "nickname": "watchNamespacedDaemonSet",
@@ -606,7 +606,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -699,7 +699,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of DaemonSet", "summary": "watch individual changes to a list of DaemonSet",
"nickname": "watchNamespacedDaemonSetList", "nickname": "watchNamespacedDaemonSetList",
@@ -757,7 +757,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -1042,7 +1042,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Deployment", "summary": "watch individual changes to a list of Deployment",
"nickname": "watchNamespacedDeploymentList", "nickname": "watchNamespacedDeploymentList",
@@ -1108,7 +1108,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -1357,7 +1357,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Deployment", "summary": "watch changes to an object of kind Deployment",
"nickname": "watchNamespacedDeployment", "nickname": "watchNamespacedDeployment",
@@ -1431,7 +1431,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -1524,7 +1524,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Deployment", "summary": "watch individual changes to a list of Deployment",
"nickname": "watchNamespacedDeploymentList", "nickname": "watchNamespacedDeploymentList",
@@ -1582,7 +1582,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -2089,7 +2089,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of HorizontalPodAutoscaler", "summary": "watch individual changes to a list of HorizontalPodAutoscaler",
"nickname": "watchNamespacedHorizontalPodAutoscalerList", "nickname": "watchNamespacedHorizontalPodAutoscalerList",
@@ -2155,7 +2155,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -2404,7 +2404,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind HorizontalPodAutoscaler", "summary": "watch changes to an object of kind HorizontalPodAutoscaler",
"nickname": "watchNamespacedHorizontalPodAutoscaler", "nickname": "watchNamespacedHorizontalPodAutoscaler",
@@ -2478,7 +2478,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -2571,7 +2571,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of HorizontalPodAutoscaler", "summary": "watch individual changes to a list of HorizontalPodAutoscaler",
"nickname": "watchNamespacedHorizontalPodAutoscalerList", "nickname": "watchNamespacedHorizontalPodAutoscalerList",
@@ -2629,7 +2629,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -2914,7 +2914,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Ingress", "summary": "watch individual changes to a list of Ingress",
"nickname": "watchNamespacedIngressList", "nickname": "watchNamespacedIngressList",
@@ -2980,7 +2980,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -3229,7 +3229,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Ingress", "summary": "watch changes to an object of kind Ingress",
"nickname": "watchNamespacedIngress", "nickname": "watchNamespacedIngress",
@@ -3303,7 +3303,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -3396,7 +3396,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Ingress", "summary": "watch individual changes to a list of Ingress",
"nickname": "watchNamespacedIngressList", "nickname": "watchNamespacedIngressList",
@@ -3454,7 +3454,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -3739,7 +3739,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Job", "summary": "watch individual changes to a list of Job",
"nickname": "watchNamespacedJobList", "nickname": "watchNamespacedJobList",
@@ -3805,7 +3805,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -4054,7 +4054,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Job", "summary": "watch changes to an object of kind Job",
"nickname": "watchNamespacedJob", "nickname": "watchNamespacedJob",
@@ -4128,7 +4128,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -4221,7 +4221,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Job", "summary": "watch individual changes to a list of Job",
"nickname": "watchNamespacedJobList", "nickname": "watchNamespacedJobList",
@@ -4279,7 +4279,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -4564,7 +4564,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ReplicaSet", "summary": "watch individual changes to a list of ReplicaSet",
"nickname": "watchNamespacedReplicaSetList", "nickname": "watchNamespacedReplicaSetList",
@@ -4630,7 +4630,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -4879,7 +4879,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ReplicaSet", "summary": "watch changes to an object of kind ReplicaSet",
"nickname": "watchNamespacedReplicaSet", "nickname": "watchNamespacedReplicaSet",
@@ -4953,7 +4953,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -5046,7 +5046,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ReplicaSet", "summary": "watch individual changes to a list of ReplicaSet",
"nickname": "watchNamespacedReplicaSetList", "nickname": "watchNamespacedReplicaSetList",
@@ -5104,7 +5104,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -5713,7 +5713,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ThirdPartyResource", "summary": "watch individual changes to a list of ThirdPartyResource",
"nickname": "watchNamespacedThirdPartyResourceList", "nickname": "watchNamespacedThirdPartyResourceList",
@@ -5779,7 +5779,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -6028,7 +6028,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ThirdPartyResource", "summary": "watch changes to an object of kind ThirdPartyResource",
"nickname": "watchNamespacedThirdPartyResource", "nickname": "watchNamespacedThirdPartyResource",
@@ -6102,7 +6102,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -6195,7 +6195,7 @@
"description": "API at /apis/extensions/v1beta1", "description": "API at /apis/extensions/v1beta1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ThirdPartyResource", "summary": "watch individual changes to a list of ThirdPartyResource",
"nickname": "watchNamespacedThirdPartyResourceList", "nickname": "watchNamespacedThirdPartyResourceList",
@@ -6253,7 +6253,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -7762,18 +7762,9 @@
} }
} }
}, },
"json.WatchEvent": { "*versioned.Event": {
"id": "json.WatchEvent", "id": "*versioned.Event",
"properties": { "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"
}
}
}, },
"unversioned.Patch": { "unversioned.Patch": {
"id": "unversioned.Patch", "id": "unversioned.Patch",

View File

@@ -389,7 +389,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ConfigMap", "summary": "watch individual changes to a list of ConfigMap",
"nickname": "watchNamespacedConfigMapList", "nickname": "watchNamespacedConfigMapList",
@@ -455,7 +455,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -704,7 +704,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ConfigMap", "summary": "watch changes to an object of kind ConfigMap",
"nickname": "watchNamespacedConfigMap", "nickname": "watchNamespacedConfigMap",
@@ -778,7 +778,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -871,7 +871,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ConfigMap", "summary": "watch individual changes to a list of ConfigMap",
"nickname": "watchNamespacedConfigMapList", "nickname": "watchNamespacedConfigMapList",
@@ -929,7 +929,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -1154,7 +1154,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Endpoints", "summary": "watch individual changes to a list of Endpoints",
"nickname": "watchNamespacedEndpointsList", "nickname": "watchNamespacedEndpointsList",
@@ -1220,7 +1220,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -1469,7 +1469,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Endpoints", "summary": "watch changes to an object of kind Endpoints",
"nickname": "watchNamespacedEndpoints", "nickname": "watchNamespacedEndpoints",
@@ -1543,7 +1543,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -1636,7 +1636,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Endpoints", "summary": "watch individual changes to a list of Endpoints",
"nickname": "watchNamespacedEndpointsList", "nickname": "watchNamespacedEndpointsList",
@@ -1694,7 +1694,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -1919,7 +1919,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Event", "summary": "watch individual changes to a list of Event",
"nickname": "watchNamespacedEventList", "nickname": "watchNamespacedEventList",
@@ -1985,7 +1985,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -2234,7 +2234,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Event", "summary": "watch changes to an object of kind Event",
"nickname": "watchNamespacedEvent", "nickname": "watchNamespacedEvent",
@@ -2308,7 +2308,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -2401,7 +2401,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Event", "summary": "watch individual changes to a list of Event",
"nickname": "watchNamespacedEventList", "nickname": "watchNamespacedEventList",
@@ -2459,7 +2459,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -2684,7 +2684,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of LimitRange", "summary": "watch individual changes to a list of LimitRange",
"nickname": "watchNamespacedLimitRangeList", "nickname": "watchNamespacedLimitRangeList",
@@ -2750,7 +2750,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -2999,7 +2999,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind LimitRange", "summary": "watch changes to an object of kind LimitRange",
"nickname": "watchNamespacedLimitRange", "nickname": "watchNamespacedLimitRange",
@@ -3073,7 +3073,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -3166,7 +3166,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of LimitRange", "summary": "watch individual changes to a list of LimitRange",
"nickname": "watchNamespacedLimitRangeList", "nickname": "watchNamespacedLimitRangeList",
@@ -3224,7 +3224,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -3425,7 +3425,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Namespace", "summary": "watch individual changes to a list of Namespace",
"nickname": "watchNamespaceList", "nickname": "watchNamespaceList",
@@ -3483,7 +3483,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -3700,7 +3700,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Namespace", "summary": "watch changes to an object of kind Namespace",
"nickname": "watchNamespace", "nickname": "watchNamespace",
@@ -3766,7 +3766,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -4071,7 +4071,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Node", "summary": "watch individual changes to a list of Node",
"nickname": "watchNodeList", "nickname": "watchNodeList",
@@ -4129,7 +4129,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -4346,7 +4346,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Node", "summary": "watch changes to an object of kind Node",
"nickname": "watchNode", "nickname": "watchNode",
@@ -4412,7 +4412,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -5433,7 +5433,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of PersistentVolumeClaim", "summary": "watch individual changes to a list of PersistentVolumeClaim",
"nickname": "watchNamespacedPersistentVolumeClaimList", "nickname": "watchNamespacedPersistentVolumeClaimList",
@@ -5499,7 +5499,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -5748,7 +5748,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind PersistentVolumeClaim", "summary": "watch changes to an object of kind PersistentVolumeClaim",
"nickname": "watchNamespacedPersistentVolumeClaim", "nickname": "watchNamespacedPersistentVolumeClaim",
@@ -5822,7 +5822,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -5915,7 +5915,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of PersistentVolumeClaim", "summary": "watch individual changes to a list of PersistentVolumeClaim",
"nickname": "watchNamespacedPersistentVolumeClaimList", "nickname": "watchNamespacedPersistentVolumeClaimList",
@@ -5973,7 +5973,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -6234,7 +6234,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of PersistentVolume", "summary": "watch individual changes to a list of PersistentVolume",
"nickname": "watchPersistentVolumeList", "nickname": "watchPersistentVolumeList",
@@ -6292,7 +6292,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -6509,7 +6509,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind PersistentVolume", "summary": "watch changes to an object of kind PersistentVolume",
"nickname": "watchPersistentVolume", "nickname": "watchPersistentVolume",
@@ -6575,7 +6575,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -6852,7 +6852,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Pod", "summary": "watch individual changes to a list of Pod",
"nickname": "watchNamespacedPodList", "nickname": "watchNamespacedPodList",
@@ -6918,7 +6918,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -7167,7 +7167,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Pod", "summary": "watch changes to an object of kind Pod",
"nickname": "watchNamespacedPod", "nickname": "watchNamespacedPod",
@@ -7241,7 +7241,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -7754,7 +7754,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Pod", "summary": "watch individual changes to a list of Pod",
"nickname": "watchNamespacedPodList", "nickname": "watchNamespacedPodList",
@@ -7812,7 +7812,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -9163,7 +9163,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of PodTemplate", "summary": "watch individual changes to a list of PodTemplate",
"nickname": "watchNamespacedPodTemplateList", "nickname": "watchNamespacedPodTemplateList",
@@ -9229,7 +9229,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -9478,7 +9478,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind PodTemplate", "summary": "watch changes to an object of kind PodTemplate",
"nickname": "watchNamespacedPodTemplate", "nickname": "watchNamespacedPodTemplate",
@@ -9552,7 +9552,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -9645,7 +9645,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of PodTemplate", "summary": "watch individual changes to a list of PodTemplate",
"nickname": "watchNamespacedPodTemplateList", "nickname": "watchNamespacedPodTemplateList",
@@ -9703,7 +9703,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -9928,7 +9928,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ReplicationController", "summary": "watch individual changes to a list of ReplicationController",
"nickname": "watchNamespacedReplicationControllerList", "nickname": "watchNamespacedReplicationControllerList",
@@ -9994,7 +9994,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -10243,7 +10243,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ReplicationController", "summary": "watch changes to an object of kind ReplicationController",
"nickname": "watchNamespacedReplicationController", "nickname": "watchNamespacedReplicationController",
@@ -10317,7 +10317,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -10410,7 +10410,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ReplicationController", "summary": "watch individual changes to a list of ReplicationController",
"nickname": "watchNamespacedReplicationControllerList", "nickname": "watchNamespacedReplicationControllerList",
@@ -10468,7 +10468,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -10915,7 +10915,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ResourceQuota", "summary": "watch individual changes to a list of ResourceQuota",
"nickname": "watchNamespacedResourceQuotaList", "nickname": "watchNamespacedResourceQuotaList",
@@ -10981,7 +10981,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -11230,7 +11230,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ResourceQuota", "summary": "watch changes to an object of kind ResourceQuota",
"nickname": "watchNamespacedResourceQuota", "nickname": "watchNamespacedResourceQuota",
@@ -11304,7 +11304,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -11397,7 +11397,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ResourceQuota", "summary": "watch individual changes to a list of ResourceQuota",
"nickname": "watchNamespacedResourceQuotaList", "nickname": "watchNamespacedResourceQuotaList",
@@ -11455,7 +11455,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -11740,7 +11740,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Secret", "summary": "watch individual changes to a list of Secret",
"nickname": "watchNamespacedSecretList", "nickname": "watchNamespacedSecretList",
@@ -11806,7 +11806,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -12055,7 +12055,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Secret", "summary": "watch changes to an object of kind Secret",
"nickname": "watchNamespacedSecret", "nickname": "watchNamespacedSecret",
@@ -12129,7 +12129,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -12222,7 +12222,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Secret", "summary": "watch individual changes to a list of Secret",
"nickname": "watchNamespacedSecretList", "nickname": "watchNamespacedSecretList",
@@ -12280,7 +12280,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -12505,7 +12505,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ServiceAccount", "summary": "watch individual changes to a list of ServiceAccount",
"nickname": "watchNamespacedServiceAccountList", "nickname": "watchNamespacedServiceAccountList",
@@ -12571,7 +12571,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -12820,7 +12820,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind ServiceAccount", "summary": "watch changes to an object of kind ServiceAccount",
"nickname": "watchNamespacedServiceAccount", "nickname": "watchNamespacedServiceAccount",
@@ -12894,7 +12894,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -12987,7 +12987,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ServiceAccount", "summary": "watch individual changes to a list of ServiceAccount",
"nickname": "watchNamespacedServiceAccountList", "nickname": "watchNamespacedServiceAccountList",
@@ -13045,7 +13045,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -13192,7 +13192,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Service", "summary": "watch individual changes to a list of Service",
"nickname": "watchNamespacedServiceList", "nickname": "watchNamespacedServiceList",
@@ -13258,7 +13258,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -13499,7 +13499,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Service", "summary": "watch changes to an object of kind Service",
"nickname": "watchNamespacedService", "nickname": "watchNamespacedService",
@@ -13573,7 +13573,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -14086,7 +14086,7 @@
"description": "API at /api/v1", "description": "API at /api/v1",
"operations": [ "operations": [
{ {
"type": "json.WatchEvent", "type": "*versioned.Event",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Service", "summary": "watch individual changes to a list of Service",
"nickname": "watchNamespacedServiceList", "nickname": "watchNamespacedServiceList",
@@ -14144,7 +14144,7 @@
{ {
"code": 200, "code": 200,
"message": "OK", "message": "OK",
"responseModel": "json.WatchEvent" "responseModel": "*versioned.Event"
} }
], ],
"produces": [ "produces": [
@@ -15097,18 +15097,9 @@
} }
} }
}, },
"json.WatchEvent": { "*versioned.Event": {
"id": "json.WatchEvent", "id": "*versioned.Event",
"properties": { "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"
}
}
}, },
"unversioned.Patch": { "unversioned.Patch": {
"id": "unversioned.Patch", "id": "unversioned.Patch",

View File

@@ -559,6 +559,10 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</tbody> </tbody>
</table> </table>
</div>
<div class="sect2">
<h3 id="__versioned_event">*versioned.Event</h3>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_unversioned_listmeta">unversioned.ListMeta</h3> <h3 id="_unversioned_listmeta">unversioned.ListMeta</h3>
@@ -1228,44 +1232,6 @@ Examples:<br>
</tbody> </tbody>
</table> </table>
</div>
<div class="sect2">
<h3 id="_json_watchevent">json.WatchEvent</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">the type of watch event; may be ADDED, MODIFIED, DELETED, or ERROR</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">the object being watched; will match the type of the resource endpoint or be a Status object if the type is ERROR</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_any">any</h3> <h3 id="_any">any</h3>
@@ -1278,7 +1244,7 @@ Examples:<br>
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-03-21 22:46:55 UTC Last updated 2016-04-14 01:36:47 UTC
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1722,7 +1722,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -1867,7 +1867,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -2020,7 +2020,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -2062,7 +2062,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-03-15 23:42:40 UTC Last updated 2016-04-14 01:36:47 UTC
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1035,6 +1035,10 @@ Examples:<br>
</tbody> </tbody>
</table> </table>
</div>
<div class="sect2">
<h3 id="__versioned_event">*versioned.Event</h3>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_unversioned_statusdetails">unversioned.StatusDetails</h3> <h3 id="_unversioned_statusdetails">unversioned.StatusDetails</h3>
@@ -1882,44 +1886,6 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
</tbody> </tbody>
</table> </table>
</div>
<div class="sect2">
<h3 id="_json_watchevent">json.WatchEvent</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">the type of watch event; may be ADDED, MODIFIED, DELETED, or ERROR</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">the object being watched; will match the type of the resource endpoint or be a Status object if the type is ERROR</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_emptydirvolumesource">v1.EmptyDirVolumeSource</h3> <h3 id="_v1_emptydirvolumesource">v1.EmptyDirVolumeSource</h3>
@@ -3920,7 +3886,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-03-21 22:46:48 UTC Last updated 2016-04-14 01:36:41 UTC
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1722,7 +1722,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -1867,7 +1867,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -2020,7 +2020,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -2062,7 +2062,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-03-15 23:42:36 UTC Last updated 2016-04-14 01:36:41 UTC
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1331,6 +1331,10 @@ Examples:<br>
</tbody> </tbody>
</table> </table>
</div>
<div class="sect2">
<h3 id="__versioned_event">*versioned.Event</h3>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_capabilities">v1.Capabilities</h3> <h3 id="_v1_capabilities">v1.Capabilities</h3>
@@ -5046,44 +5050,6 @@ Both these may change in the future. Incoming requests are matched against the h
</tbody> </tbody>
</table> </table>
</div>
<div class="sect2">
<h3 id="_json_watchevent">json.WatchEvent</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">the type of watch event; may be ADDED, MODIFIED, DELETED, or ERROR</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">the object being watched; will match the type of the resource endpoint or be a Status object if the type is ERROR</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_cindervolumesource">v1.CinderVolumeSource</h3> <h3 id="_v1_cindervolumesource">v1.CinderVolumeSource</h3>
@@ -5910,7 +5876,7 @@ Both these may change in the future. Incoming requests are matched against the h
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-03-28 22:44:09 UTC Last updated 2016-04-14 01:36:35 UTC
</div> </div>
</div> </div>
</body> </body>

View File

@@ -9948,7 +9948,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -10085,7 +10085,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -10222,7 +10222,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -10359,7 +10359,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -10496,7 +10496,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -10641,7 +10641,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -10794,7 +10794,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -10939,7 +10939,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -11092,7 +11092,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -11237,7 +11237,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -11390,7 +11390,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -11535,7 +11535,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -11688,7 +11688,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -11833,7 +11833,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -11986,7 +11986,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -12131,7 +12131,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -12284,7 +12284,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -12429,7 +12429,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -12582,7 +12582,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -12719,7 +12719,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -12856,7 +12856,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -12898,7 +12898,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-03-22 18:43:10 UTC Last updated 2016-04-14 01:36:35 UTC
</div> </div>
</div> </div>
</body> </body>

View File

@@ -1385,6 +1385,10 @@ Examples:<br>
</tbody> </tbody>
</table> </table>
</div>
<div class="sect2">
<h3 id="__versioned_event">*versioned.Event</h3>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_endpointslist">v1.EndpointsList</h3> <h3 id="_v1_endpointslist">v1.EndpointsList</h3>
@@ -5971,44 +5975,6 @@ The resulting set of endpoints can be viewed as:<br>
</tbody> </tbody>
</table> </table>
</div>
<div class="sect2">
<h3 id="_json_watchevent">json.WatchEvent</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">the type of watch event; may be ADDED, MODIFIED, DELETED, or ERROR</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">the object being watched; will match the type of the resource endpoint or be a Status object if the type is ERROR</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_containerstateterminated">v1.ContainerStateTerminated</h3> <h3 id="_v1_containerstateterminated">v1.ContainerStateTerminated</h3>
@@ -7780,7 +7746,7 @@ The resulting set of endpoints can be viewed as:<br>
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-04-06 18:15:59 UTC Last updated 2016-04-14 01:36:28 UTC
</div> </div>
</div> </div>
</body> </body>

View File

@@ -23946,7 +23946,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -24083,7 +24083,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -24220,7 +24220,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -24357,7 +24357,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -24494,7 +24494,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -24639,7 +24639,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -24792,7 +24792,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -24937,7 +24937,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -25090,7 +25090,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -25235,7 +25235,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -25388,7 +25388,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -25533,7 +25533,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -25686,7 +25686,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -25831,7 +25831,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -25984,7 +25984,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -26129,7 +26129,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -26282,7 +26282,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -26427,7 +26427,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -26580,7 +26580,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -26725,7 +26725,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -26878,7 +26878,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -27023,7 +27023,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -27176,7 +27176,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -27321,7 +27321,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -27474,7 +27474,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -27619,7 +27619,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -27772,7 +27772,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -27917,7 +27917,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -28070,7 +28070,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -28215,7 +28215,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -28352,7 +28352,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -28497,7 +28497,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -28634,7 +28634,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -28771,7 +28771,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -28916,7 +28916,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -29053,7 +29053,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -29190,7 +29190,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -29327,7 +29327,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -29464,7 +29464,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -29601,7 +29601,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -29738,7 +29738,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -29875,7 +29875,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_json_watchevent">json.WatchEvent</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="definitions.html#_*versioned_event">*versioned.Event</a></p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -29917,7 +29917,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-03-12 01:08:15 UTC Last updated 2016-04-14 01:36:28 UTC
</div> </div>
</div> </div>
</body> </body>