diff --git a/api/swagger-spec/apps_v1alpha1.json b/api/swagger-spec/apps_v1alpha1.json index a99249f01f5..e9e89fc8f72 100644 --- a/api/swagger-spec/apps_v1alpha1.json +++ b/api/swagger-spec/apps_v1alpha1.json @@ -224,7 +224,7 @@ "description": "API at /apis/apps/v1alpha1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of PetSet", "nickname": "watchNamespacedPetSetList", @@ -290,7 +290,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -546,7 +546,7 @@ "description": "API at /apis/apps/v1alpha1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind PetSet", "nickname": "watchNamespacedPetSet", @@ -620,7 +620,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -717,7 +717,7 @@ "description": "API at /apis/apps/v1alpha1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of PetSet", "nickname": "watchNamespacedPetSetList", @@ -775,7 +775,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -2746,9 +2746,20 @@ } } }, - "*versioned.Event": { - "id": "*versioned.Event", - "properties": {} + "versioned.Event": { + "id": "versioned.Event", + "required": [ + "type", + "object" + ], + "properties": { + "type": { + "type": "string" + }, + "object": { + "type": "string" + } + } }, "unversioned.Patch": { "id": "unversioned.Patch", diff --git a/api/swagger-spec/autoscaling_v1.json b/api/swagger-spec/autoscaling_v1.json index 4dcd8ac4c3c..38d6d06487f 100644 --- a/api/swagger-spec/autoscaling_v1.json +++ b/api/swagger-spec/autoscaling_v1.json @@ -224,7 +224,7 @@ "description": "API at /apis/autoscaling/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of HorizontalPodAutoscaler", "nickname": "watchNamespacedHorizontalPodAutoscalerList", @@ -290,7 +290,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -546,7 +546,7 @@ "description": "API at /apis/autoscaling/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind HorizontalPodAutoscaler", "nickname": "watchNamespacedHorizontalPodAutoscaler", @@ -620,7 +620,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -717,7 +717,7 @@ "description": "API at /apis/autoscaling/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of HorizontalPodAutoscaler", "nickname": "watchNamespacedHorizontalPodAutoscalerList", @@ -775,7 +775,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -1329,9 +1329,20 @@ } } }, - "*versioned.Event": { - "id": "*versioned.Event", - "properties": {} + "versioned.Event": { + "id": "versioned.Event", + "required": [ + "type", + "object" + ], + "properties": { + "type": { + "type": "string" + }, + "object": { + "type": "string" + } + } }, "unversioned.Patch": { "id": "unversioned.Patch", diff --git a/api/swagger-spec/batch_v1.json b/api/swagger-spec/batch_v1.json index a048c5dab21..38e812645e7 100644 --- a/api/swagger-spec/batch_v1.json +++ b/api/swagger-spec/batch_v1.json @@ -224,7 +224,7 @@ "description": "API at /apis/batch/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Job", "nickname": "watchNamespacedJobList", @@ -290,7 +290,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -546,7 +546,7 @@ "description": "API at /apis/batch/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Job", "nickname": "watchNamespacedJob", @@ -620,7 +620,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -717,7 +717,7 @@ "description": "API at /apis/batch/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Job", "nickname": "watchNamespacedJobList", @@ -775,7 +775,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -2730,9 +2730,20 @@ } } }, - "*versioned.Event": { - "id": "*versioned.Event", - "properties": {} + "versioned.Event": { + "id": "versioned.Event", + "required": [ + "type", + "object" + ], + "properties": { + "type": { + "type": "string" + }, + "object": { + "type": "string" + } + } }, "unversioned.Patch": { "id": "unversioned.Patch", diff --git a/api/swagger-spec/certificates.k8s.io_v1alpha1.json b/api/swagger-spec/certificates.k8s.io_v1alpha1.json index ad328c03ab0..51132bea8d6 100644 --- a/api/swagger-spec/certificates.k8s.io_v1alpha1.json +++ b/api/swagger-spec/certificates.k8s.io_v1alpha1.json @@ -200,7 +200,7 @@ "description": "API at /apis/certificates.k8s.io/v1alpha1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of CertificateSigningRequest", "nickname": "watchCertificateSigningRequestList", @@ -258,7 +258,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -482,7 +482,7 @@ "description": "API at /apis/certificates.k8s.io/v1alpha1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind CertificateSigningRequest", "nickname": "watchCertificateSigningRequest", @@ -548,7 +548,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -1020,9 +1020,20 @@ } } }, - "*versioned.Event": { - "id": "*versioned.Event", - "properties": {} + "versioned.Event": { + "id": "versioned.Event", + "required": [ + "type", + "object" + ], + "properties": { + "type": { + "type": "string" + }, + "object": { + "type": "string" + } + } }, "unversioned.Patch": { "id": "unversioned.Patch", diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json index 24cd6a21714..12f9fe589d3 100644 --- a/api/swagger-spec/extensions_v1beta1.json +++ b/api/swagger-spec/extensions_v1beta1.json @@ -224,7 +224,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of DaemonSet", "nickname": "watchNamespacedDaemonSetList", @@ -290,7 +290,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -546,7 +546,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind DaemonSet", "nickname": "watchNamespacedDaemonSet", @@ -620,7 +620,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -717,7 +717,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of DaemonSet", "nickname": "watchNamespacedDaemonSetList", @@ -775,7 +775,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -1171,7 +1171,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Deployment", "nickname": "watchNamespacedDeploymentList", @@ -1237,7 +1237,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -1493,7 +1493,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Deployment", "nickname": "watchNamespacedDeployment", @@ -1567,7 +1567,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -1664,7 +1664,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Deployment", "nickname": "watchNamespacedDeploymentList", @@ -1722,7 +1722,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -2344,7 +2344,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of HorizontalPodAutoscaler", "nickname": "watchNamespacedHorizontalPodAutoscalerList", @@ -2410,7 +2410,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -2666,7 +2666,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind HorizontalPodAutoscaler", "nickname": "watchNamespacedHorizontalPodAutoscaler", @@ -2740,7 +2740,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -2837,7 +2837,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of HorizontalPodAutoscaler", "nickname": "watchNamespacedHorizontalPodAutoscalerList", @@ -2895,7 +2895,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -3291,7 +3291,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Ingress", "nickname": "watchNamespacedIngressList", @@ -3357,7 +3357,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -3613,7 +3613,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Ingress", "nickname": "watchNamespacedIngress", @@ -3687,7 +3687,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -3784,7 +3784,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Ingress", "nickname": "watchNamespacedIngressList", @@ -3842,7 +3842,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -4238,7 +4238,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Job", "nickname": "watchNamespacedJobList", @@ -4304,7 +4304,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -4560,7 +4560,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Job", "nickname": "watchNamespacedJob", @@ -4634,7 +4634,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -4731,7 +4731,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Job", "nickname": "watchNamespacedJobList", @@ -4789,7 +4789,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -5185,7 +5185,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of NetworkPolicy", "nickname": "watchNamespacedNetworkPolicyList", @@ -5251,7 +5251,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -5507,7 +5507,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind NetworkPolicy", "nickname": "watchNamespacedNetworkPolicy", @@ -5581,7 +5581,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -5678,7 +5678,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of NetworkPolicy", "nickname": "watchNamespacedNetworkPolicyList", @@ -5736,7 +5736,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -5967,7 +5967,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ReplicaSet", "nickname": "watchNamespacedReplicaSetList", @@ -6033,7 +6033,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -6289,7 +6289,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind ReplicaSet", "nickname": "watchNamespacedReplicaSet", @@ -6363,7 +6363,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -6460,7 +6460,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ReplicaSet", "nickname": "watchNamespacedReplicaSetList", @@ -6518,7 +6518,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -7220,7 +7220,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ThirdPartyResource", "nickname": "watchThirdPartyResourceList", @@ -7278,7 +7278,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -7502,7 +7502,7 @@ "description": "API at /apis/extensions/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind ThirdPartyResource", "nickname": "watchThirdPartyResource", @@ -7568,7 +7568,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -9291,9 +9291,20 @@ } } }, - "*versioned.Event": { - "id": "*versioned.Event", - "properties": {} + "versioned.Event": { + "id": "versioned.Event", + "required": [ + "type", + "object" + ], + "properties": { + "type": { + "type": "string" + }, + "object": { + "type": "string" + } + } }, "unversioned.Patch": { "id": "unversioned.Patch", diff --git a/api/swagger-spec/policy_v1alpha1.json b/api/swagger-spec/policy_v1alpha1.json index e62e4a74dd0..ec387ed14b1 100644 --- a/api/swagger-spec/policy_v1alpha1.json +++ b/api/swagger-spec/policy_v1alpha1.json @@ -224,7 +224,7 @@ "description": "API at /apis/policy/v1alpha1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of PodDisruptionBudget", "nickname": "watchNamespacedPodDisruptionBudgetList", @@ -290,7 +290,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -546,7 +546,7 @@ "description": "API at /apis/policy/v1alpha1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind PodDisruptionBudget", "nickname": "watchNamespacedPodDisruptionBudget", @@ -620,7 +620,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -717,7 +717,7 @@ "description": "API at /apis/policy/v1alpha1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of PodDisruptionBudget", "nickname": "watchNamespacedPodDisruptionBudgetList", @@ -775,7 +775,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -1327,9 +1327,20 @@ } } }, - "*versioned.Event": { - "id": "*versioned.Event", - "properties": {} + "versioned.Event": { + "id": "versioned.Event", + "required": [ + "type", + "object" + ], + "properties": { + "type": { + "type": "string" + }, + "object": { + "type": "string" + } + } }, "unversioned.Patch": { "id": "unversioned.Patch", diff --git a/api/swagger-spec/rbac.authorization.k8s.io_v1alpha1.json b/api/swagger-spec/rbac.authorization.k8s.io_v1alpha1.json index 4e3673bb5ec..810773b402d 100644 --- a/api/swagger-spec/rbac.authorization.k8s.io_v1alpha1.json +++ b/api/swagger-spec/rbac.authorization.k8s.io_v1alpha1.json @@ -200,7 +200,7 @@ "description": "API at /apis/rbac.authorization.k8s.io/v1alpha1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ClusterRoleBinding", "nickname": "watchClusterRoleBindingList", @@ -258,7 +258,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -466,7 +466,7 @@ "description": "API at /apis/rbac.authorization.k8s.io/v1alpha1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind ClusterRoleBinding", "nickname": "watchClusterRoleBinding", @@ -532,7 +532,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -739,7 +739,7 @@ "description": "API at /apis/rbac.authorization.k8s.io/v1alpha1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ClusterRole", "nickname": "watchClusterRoleList", @@ -797,7 +797,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -1005,7 +1005,7 @@ "description": "API at /apis/rbac.authorization.k8s.io/v1alpha1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind ClusterRole", "nickname": "watchClusterRole", @@ -1071,7 +1071,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -1302,7 +1302,7 @@ "description": "API at /apis/rbac.authorization.k8s.io/v1alpha1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of RoleBinding", "nickname": "watchNamespacedRoleBindingList", @@ -1368,7 +1368,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -1608,7 +1608,7 @@ "description": "API at /apis/rbac.authorization.k8s.io/v1alpha1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind RoleBinding", "nickname": "watchNamespacedRoleBinding", @@ -1682,7 +1682,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -1779,7 +1779,7 @@ "description": "API at /apis/rbac.authorization.k8s.io/v1alpha1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of RoleBinding", "nickname": "watchNamespacedRoleBindingList", @@ -1837,7 +1837,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -2068,7 +2068,7 @@ "description": "API at /apis/rbac.authorization.k8s.io/v1alpha1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Role", "nickname": "watchNamespacedRoleList", @@ -2134,7 +2134,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -2374,7 +2374,7 @@ "description": "API at /apis/rbac.authorization.k8s.io/v1alpha1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Role", "nickname": "watchNamespacedRole", @@ -2448,7 +2448,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -2545,7 +2545,7 @@ "description": "API at /apis/rbac.authorization.k8s.io/v1alpha1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Role", "nickname": "watchNamespacedRoleList", @@ -2603,7 +2603,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -2962,9 +2962,20 @@ } } }, - "*versioned.Event": { - "id": "*versioned.Event", - "properties": {} + "versioned.Event": { + "id": "versioned.Event", + "required": [ + "type", + "object" + ], + "properties": { + "type": { + "type": "string" + }, + "object": { + "type": "string" + } + } }, "unversioned.Patch": { "id": "unversioned.Patch", diff --git a/api/swagger-spec/storage.k8s.io_v1beta1.json b/api/swagger-spec/storage.k8s.io_v1beta1.json index e3c6800731b..8d0da705da5 100644 --- a/api/swagger-spec/storage.k8s.io_v1beta1.json +++ b/api/swagger-spec/storage.k8s.io_v1beta1.json @@ -200,7 +200,7 @@ "description": "API at /apis/storage.k8s.io/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of StorageClass", "nickname": "watchStorageClassList", @@ -258,7 +258,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -482,7 +482,7 @@ "description": "API at /apis/storage.k8s.io/v1beta1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind StorageClass", "nickname": "watchStorageClass", @@ -548,7 +548,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -854,9 +854,20 @@ } } }, - "*versioned.Event": { - "id": "*versioned.Event", - "properties": {} + "versioned.Event": { + "id": "versioned.Event", + "required": [ + "type", + "object" + ], + "properties": { + "type": { + "type": "string" + }, + "object": { + "type": "string" + } + } }, "unversioned.Patch": { "id": "unversioned.Patch", diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 8b37631a9ce..1c73f0a9caf 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -399,7 +399,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ConfigMap", "nickname": "watchNamespacedConfigMapList", @@ -465,7 +465,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -721,7 +721,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind ConfigMap", "nickname": "watchNamespacedConfigMap", @@ -795,7 +795,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -892,7 +892,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ConfigMap", "nickname": "watchNamespacedConfigMapList", @@ -950,7 +950,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -1181,7 +1181,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Endpoints", "nickname": "watchNamespacedEndpointsList", @@ -1247,7 +1247,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -1503,7 +1503,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Endpoints", "nickname": "watchNamespacedEndpoints", @@ -1577,7 +1577,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -1674,7 +1674,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Endpoints", "nickname": "watchNamespacedEndpointsList", @@ -1732,7 +1732,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -1963,7 +1963,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Event", "nickname": "watchNamespacedEventList", @@ -2029,7 +2029,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -2285,7 +2285,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Event", "nickname": "watchNamespacedEvent", @@ -2359,7 +2359,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -2456,7 +2456,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Event", "nickname": "watchNamespacedEventList", @@ -2514,7 +2514,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -2745,7 +2745,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of LimitRange", "nickname": "watchNamespacedLimitRangeList", @@ -2811,7 +2811,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -3067,7 +3067,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind LimitRange", "nickname": "watchNamespacedLimitRange", @@ -3141,7 +3141,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -3238,7 +3238,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of LimitRange", "nickname": "watchNamespacedLimitRangeList", @@ -3296,7 +3296,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -3503,7 +3503,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Namespace", "nickname": "watchNamespaceList", @@ -3561,7 +3561,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -3785,7 +3785,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Namespace", "nickname": "watchNamespace", @@ -3851,7 +3851,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -4252,7 +4252,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Node", "nickname": "watchNodeList", @@ -4310,7 +4310,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -4534,7 +4534,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Node", "nickname": "watchNode", @@ -4600,7 +4600,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -5716,7 +5716,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of PersistentVolumeClaim", "nickname": "watchNamespacedPersistentVolumeClaimList", @@ -5782,7 +5782,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -6038,7 +6038,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind PersistentVolumeClaim", "nickname": "watchNamespacedPersistentVolumeClaim", @@ -6112,7 +6112,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -6209,7 +6209,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of PersistentVolumeClaim", "nickname": "watchNamespacedPersistentVolumeClaimList", @@ -6267,7 +6267,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -6639,7 +6639,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of PersistentVolume", "nickname": "watchPersistentVolumeList", @@ -6697,7 +6697,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -6921,7 +6921,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind PersistentVolume", "nickname": "watchPersistentVolume", @@ -6987,7 +6987,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -7359,7 +7359,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Pod", "nickname": "watchNamespacedPodList", @@ -7425,7 +7425,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -7681,7 +7681,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Pod", "nickname": "watchNamespacedPod", @@ -7755,7 +7755,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -8272,7 +8272,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Pod", "nickname": "watchNamespacedPodList", @@ -8330,7 +8330,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -9856,7 +9856,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of PodTemplate", "nickname": "watchNamespacedPodTemplateList", @@ -9922,7 +9922,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -10178,7 +10178,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind PodTemplate", "nickname": "watchNamespacedPodTemplate", @@ -10252,7 +10252,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -10349,7 +10349,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of PodTemplate", "nickname": "watchNamespacedPodTemplateList", @@ -10407,7 +10407,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -10638,7 +10638,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ReplicationController", "nickname": "watchNamespacedReplicationControllerList", @@ -10704,7 +10704,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -10960,7 +10960,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind ReplicationController", "nickname": "watchNamespacedReplicationController", @@ -11034,7 +11034,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -11131,7 +11131,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ReplicationController", "nickname": "watchNamespacedReplicationControllerList", @@ -11189,7 +11189,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -11750,7 +11750,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ResourceQuota", "nickname": "watchNamespacedResourceQuotaList", @@ -11816,7 +11816,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -12072,7 +12072,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind ResourceQuota", "nickname": "watchNamespacedResourceQuota", @@ -12146,7 +12146,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -12243,7 +12243,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ResourceQuota", "nickname": "watchNamespacedResourceQuotaList", @@ -12301,7 +12301,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -12697,7 +12697,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Secret", "nickname": "watchNamespacedSecretList", @@ -12763,7 +12763,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -13019,7 +13019,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Secret", "nickname": "watchNamespacedSecret", @@ -13093,7 +13093,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -13190,7 +13190,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Secret", "nickname": "watchNamespacedSecretList", @@ -13248,7 +13248,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -13479,7 +13479,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ServiceAccount", "nickname": "watchNamespacedServiceAccountList", @@ -13545,7 +13545,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -13801,7 +13801,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind ServiceAccount", "nickname": "watchNamespacedServiceAccount", @@ -13875,7 +13875,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -13972,7 +13972,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of ServiceAccount", "nickname": "watchNamespacedServiceAccountList", @@ -14030,7 +14030,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -14182,7 +14182,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Service", "nickname": "watchNamespacedServiceList", @@ -14248,7 +14248,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -14496,7 +14496,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch changes to an object of kind Service", "nickname": "watchNamespacedService", @@ -14570,7 +14570,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -15087,7 +15087,7 @@ "description": "API at /api/v1", "operations": [ { - "type": "*versioned.Event", + "type": "versioned.Event", "method": "GET", "summary": "watch individual changes to a list of Service", "nickname": "watchNamespacedServiceList", @@ -15145,7 +15145,7 @@ { "code": 200, "message": "OK", - "responseModel": "*versioned.Event" + "responseModel": "versioned.Event" } ], "produces": [ @@ -16263,9 +16263,20 @@ } } }, - "*versioned.Event": { - "id": "*versioned.Event", - "properties": {} + "versioned.Event": { + "id": "versioned.Event", + "required": [ + "type", + "object" + ], + "properties": { + "type": { + "type": "string" + }, + "object": { + "type": "string" + } + } }, "unversioned.Patch": { "id": "unversioned.Patch", diff --git a/docs/api-reference/autoscaling/v1/definitions.html b/docs/api-reference/autoscaling/v1/definitions.html index 134371f3e63..48e33f78222 100755 --- a/docs/api-reference/autoscaling/v1/definitions.html +++ b/docs/api-reference/autoscaling/v1/definitions.html @@ -568,7 +568,41 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|
type |
++ | true |
+string |
++ |
object |
++ | true |
+string |
++ |