generated: change to WatchEvent from Event

This commit is contained in:
Clayton Coleman
2017-01-05 15:11:25 -05:00
parent 0cd27a62da
commit 5c4fccba88
47 changed files with 1524 additions and 1360 deletions

View File

@@ -73,7 +73,7 @@ func (ClusterSpec) SwaggerDoc() map[string]string {
}
var map_ClusterStatus = map[string]string{
"": "ClusterStatus is information about the current status of a cluster updated by cluster controller peridocally.",
"": "ClusterStatus is information about the current status of a cluster updated by cluster controller periodically.",
"conditions": "Conditions is an array of current cluster conditions.",
"zones": "Zones is the list of availability zones in which the nodes of the cluster exist, e.g. 'us-east1-a'. These will always be in the same region.",
"region": "Region is the name of the region in which all of the nodes in the cluster exist. e.g. 'us-east1'.",

View File

@@ -2692,7 +2692,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -2769,7 +2769,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -2846,7 +2846,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -2923,7 +2923,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -3008,7 +3008,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -3101,7 +3101,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -3186,7 +3186,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -3279,7 +3279,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -3364,7 +3364,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -3457,7 +3457,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -3542,7 +3542,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -3635,7 +3635,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -3720,7 +3720,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -3797,7 +3797,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -4583,7 +4583,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -4660,7 +4660,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -4745,7 +4745,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -7713,7 +7713,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -7790,7 +7790,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -7867,7 +7867,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -7944,7 +7944,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -8029,7 +8029,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -8122,7 +8122,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -8207,7 +8207,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -8300,7 +8300,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -8385,7 +8385,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -8478,7 +8478,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -8563,7 +8563,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -8656,7 +8656,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -9236,7 +9236,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -9313,7 +9313,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/versioned.Event"
"$ref": "#/definitions/v1.WatchEvent"
}
},
"401": {
@@ -12101,6 +12101,22 @@
}
}
},
"v1.WatchEvent": {
"description": "Event represents a single event to a watched resource.",
"required": [
"type",
"object"
],
"properties": {
"object": {
"description": "Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *Status is recommended; other types may make sense\n depending on context.",
"$ref": "#/definitions/runtime.RawExtension"
},
"type": {
"type": "string"
}
}
},
"v1.WeightedPodAffinityTerm": {
"description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)",
"required": [
@@ -13014,22 +13030,6 @@
"type": "string"
}
}
},
"versioned.Event": {
"description": "Event represents a single event to a watched resource.",
"required": [
"type",
"object"
],
"properties": {
"object": {
"description": "Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *api.Status is recommended; other types may make sense\n depending on context.",
"$ref": "#/definitions/runtime.RawExtension"
},
"type": {
"type": "string"
}
}
}
},
"securityDefinitions": {

View File

@@ -226,7 +226,7 @@
"description": "API at /apis/extensions/v1beta1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of DaemonSet",
"nickname": "watchNamespacedDaemonSetList",
@@ -292,7 +292,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -565,7 +565,7 @@
"description": "API at /apis/extensions/v1beta1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch changes to an object of kind DaemonSet",
"nickname": "watchNamespacedDaemonSet",
@@ -639,7 +639,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -739,7 +739,7 @@
"description": "API at /apis/extensions/v1beta1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of DaemonSet",
"nickname": "watchDaemonSetListForAllNamespaces",
@@ -797,7 +797,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -1196,7 +1196,7 @@
"description": "API at /apis/extensions/v1beta1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of Deployment",
"nickname": "watchNamespacedDeploymentList",
@@ -1262,7 +1262,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -1535,7 +1535,7 @@
"description": "API at /apis/extensions/v1beta1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch changes to an object of kind Deployment",
"nickname": "watchNamespacedDeployment",
@@ -1609,7 +1609,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -1709,7 +1709,7 @@
"description": "API at /apis/extensions/v1beta1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of Deployment",
"nickname": "watchDeploymentListForAllNamespaces",
@@ -1767,7 +1767,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -2392,7 +2392,7 @@
"description": "API at /apis/extensions/v1beta1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of Ingress",
"nickname": "watchNamespacedIngressList",
@@ -2458,7 +2458,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -2731,7 +2731,7 @@
"description": "API at /apis/extensions/v1beta1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch changes to an object of kind Ingress",
"nickname": "watchNamespacedIngress",
@@ -2805,7 +2805,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -2905,7 +2905,7 @@
"description": "API at /apis/extensions/v1beta1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of Ingress",
"nickname": "watchIngressListForAllNamespaces",
@@ -2963,7 +2963,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -3362,7 +3362,7 @@
"description": "API at /apis/extensions/v1beta1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of ReplicaSet",
"nickname": "watchNamespacedReplicaSetList",
@@ -3428,7 +3428,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -3701,7 +3701,7 @@
"description": "API at /apis/extensions/v1beta1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch changes to an object of kind ReplicaSet",
"nickname": "watchNamespacedReplicaSet",
@@ -3775,7 +3775,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -3875,7 +3875,7 @@
"description": "API at /apis/extensions/v1beta1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of ReplicaSet",
"nickname": "watchReplicaSetListForAllNamespaces",
@@ -3933,7 +3933,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -5435,6 +5435,13 @@
},
"description": "List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Cannot be updated."
},
"envFrom": {
"type": "array",
"items": {
"$ref": "v1.EnvFromSource"
},
"description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. An invalid key will prevent the container from starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated."
},
"env": {
"type": "array",
"items": {
@@ -5522,6 +5529,30 @@
}
}
},
"v1.EnvFromSource": {
"id": "v1.EnvFromSource",
"description": "EnvFromSource represents the source of a set of ConfigMaps",
"properties": {
"prefix": {
"type": "string",
"description": "An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER."
},
"configMapRef": {
"$ref": "v1.ConfigMapEnvSource",
"description": "The ConfigMap to select from"
}
}
},
"v1.ConfigMapEnvSource": {
"id": "v1.ConfigMapEnvSource",
"description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.",
"properties": {
"name": {
"type": "string",
"description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
}
}
},
"v1.EnvVar": {
"id": "v1.EnvVar",
"description": "EnvVar represents an environment variable present in a Container.",
@@ -6121,6 +6152,11 @@
"type": "integer",
"format": "int32",
"description": "NumberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready."
},
"observedGeneration": {
"type": "integer",
"format": "int64",
"description": "ObservedGeneration is the most recent generation observed by the daemon set controller."
}
}
},
@@ -6211,8 +6247,8 @@
}
}
},
"versioned.Event": {
"id": "versioned.Event",
"v1.WatchEvent": {
"id": "v1.WatchEvent",
"required": [
"type",
"object"
@@ -6432,6 +6468,11 @@
"format": "int32",
"description": "Total number of non-terminated pods targeted by this deployment that have the desired template spec."
},
"readyReplicas": {
"type": "integer",
"format": "int32",
"description": "Total number of ready pods targeted by this deployment."
},
"availableReplicas": {
"type": "integer",
"format": "int32",

View File

@@ -202,7 +202,7 @@
"description": "API at /apis/federation/v1beta1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of Cluster",
"nickname": "watchClusterList",
@@ -260,7 +260,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -501,7 +501,7 @@
"description": "API at /apis/federation/v1beta1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch changes to an object of kind Cluster",
"nickname": "watchCluster",
@@ -567,7 +567,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -885,7 +885,7 @@
},
"v1beta1.ClusterStatus": {
"id": "v1beta1.ClusterStatus",
"description": "ClusterStatus is information about the current status of a cluster updated by cluster controller peridocally.",
"description": "ClusterStatus is information about the current status of a cluster updated by cluster controller periodically.",
"properties": {
"conditions": {
"type": "array",
@@ -1028,8 +1028,8 @@
}
}
},
"versioned.Event": {
"id": "versioned.Event",
"v1.WatchEvent": {
"id": "v1.WatchEvent",
"required": [
"type",
"object"

View File

@@ -36,6 +36,18 @@
{
"path": "/apis/extensions",
"description": "get information of a group"
},
{
"path": "/apis/batch/v1",
"description": "API at /apis/batch/v1"
},
{
"path": "/apis/batch/v2alpha1",
"description": "API at /apis/batch/v2alpha1"
},
{
"path": "/apis/batch",
"description": "get information of a group"
}
],
"apiVersion": "",

View File

@@ -226,7 +226,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of ConfigMap",
"nickname": "watchNamespacedConfigMapList",
@@ -292,7 +292,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -565,7 +565,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch changes to an object of kind ConfigMap",
"nickname": "watchNamespacedConfigMap",
@@ -639,7 +639,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -739,7 +739,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of ConfigMap",
"nickname": "watchConfigMapListForAllNamespaces",
@@ -797,7 +797,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -1031,7 +1031,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of Event",
"nickname": "watchNamespacedEventList",
@@ -1097,7 +1097,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -1370,7 +1370,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch changes to an object of kind Event",
"nickname": "watchNamespacedEvent",
@@ -1444,7 +1444,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -1544,7 +1544,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of Event",
"nickname": "watchEventListForAllNamespaces",
@@ -1602,7 +1602,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -1812,7 +1812,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of Namespace",
"nickname": "watchNamespaceList",
@@ -1870,7 +1870,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -2111,7 +2111,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch changes to an object of kind Namespace",
"nickname": "watchNamespace",
@@ -2177,7 +2177,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -2605,7 +2605,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of Secret",
"nickname": "watchNamespacedSecretList",
@@ -2671,7 +2671,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -2944,7 +2944,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch changes to an object of kind Secret",
"nickname": "watchNamespacedSecret",
@@ -3018,7 +3018,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -3118,7 +3118,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of Secret",
"nickname": "watchSecretListForAllNamespaces",
@@ -3176,7 +3176,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -3410,7 +3410,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of Service",
"nickname": "watchNamespacedServiceList",
@@ -3476,7 +3476,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -3749,7 +3749,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch changes to an object of kind Service",
"nickname": "watchNamespacedService",
@@ -3823,7 +3823,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -3923,7 +3923,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "versioned.Event",
"type": "v1.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of Service",
"nickname": "watchServiceListForAllNamespaces",
@@ -3981,7 +3981,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "versioned.Event"
"responseModel": "v1.WatchEvent"
}
],
"produces": [
@@ -4444,8 +4444,8 @@
}
}
},
"versioned.Event": {
"id": "versioned.Event",
"v1.WatchEvent": {
"id": "v1.WatchEvent",
"required": [
"type",
"object"