Merge pull request #23091 from nikhiljindal/namespaceSwaggerSpec

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-03-17 08:35:06 -07:00
commit 435bc35812
5 changed files with 98 additions and 98 deletions

View File

@ -626,7 +626,7 @@
"type": "v1.HorizontalPodAutoscalerList", "type": "v1.HorizontalPodAutoscalerList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind HorizontalPodAutoscaler", "summary": "list or watch objects of kind HorizontalPodAutoscaler",
"nickname": "listHorizontalPodAutoscaler", "nickname": "listNamespacedHorizontalPodAutoscaler",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -702,7 +702,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of HorizontalPodAutoscaler", "summary": "watch individual changes to a list of HorizontalPodAutoscaler",
"nickname": "watchHorizontalPodAutoscalerList", "nickname": "watchNamespacedHorizontalPodAutoscalerList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",

View File

@ -626,7 +626,7 @@
"type": "v1.JobList", "type": "v1.JobList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind Job", "summary": "list or watch objects of kind Job",
"nickname": "listJob", "nickname": "listNamespacedJob",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -702,7 +702,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Job", "summary": "watch individual changes to a list of Job",
"nickname": "watchJobList", "nickname": "watchNamespacedJobList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",

View File

@ -626,7 +626,7 @@
"type": "v1beta1.DaemonSetList", "type": "v1beta1.DaemonSetList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind DaemonSet", "summary": "list or watch objects of kind DaemonSet",
"nickname": "listDaemonSet", "nickname": "listNamespacedDaemonSet",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -702,7 +702,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of DaemonSet", "summary": "watch individual changes to a list of DaemonSet",
"nickname": "watchDaemonSetList", "nickname": "watchNamespacedDaemonSetList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -1451,7 +1451,7 @@
"type": "v1beta1.DeploymentList", "type": "v1beta1.DeploymentList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind Deployment", "summary": "list or watch objects of kind Deployment",
"nickname": "listDeployment", "nickname": "listNamespacedDeployment",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -1527,7 +1527,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Deployment", "summary": "watch individual changes to a list of Deployment",
"nickname": "watchDeploymentList", "nickname": "watchNamespacedDeploymentList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -2498,7 +2498,7 @@
"type": "v1beta1.HorizontalPodAutoscalerList", "type": "v1beta1.HorizontalPodAutoscalerList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind HorizontalPodAutoscaler", "summary": "list or watch objects of kind HorizontalPodAutoscaler",
"nickname": "listHorizontalPodAutoscaler", "nickname": "listNamespacedHorizontalPodAutoscaler",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -2574,7 +2574,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of HorizontalPodAutoscaler", "summary": "watch individual changes to a list of HorizontalPodAutoscaler",
"nickname": "watchHorizontalPodAutoscalerList", "nickname": "watchNamespacedHorizontalPodAutoscalerList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -3323,7 +3323,7 @@
"type": "v1beta1.IngressList", "type": "v1beta1.IngressList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind Ingress", "summary": "list or watch objects of kind Ingress",
"nickname": "listIngress", "nickname": "listNamespacedIngress",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -3399,7 +3399,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Ingress", "summary": "watch individual changes to a list of Ingress",
"nickname": "watchIngressList", "nickname": "watchNamespacedIngressList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4148,7 +4148,7 @@
"type": "v1beta1.JobList", "type": "v1beta1.JobList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind Job", "summary": "list or watch objects of kind Job",
"nickname": "listJob", "nickname": "listNamespacedJob",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4224,7 +4224,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Job", "summary": "watch individual changes to a list of Job",
"nickname": "watchJobList", "nickname": "watchNamespacedJobList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4973,7 +4973,7 @@
"type": "v1beta1.ReplicaSetList", "type": "v1beta1.ReplicaSetList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind ReplicaSet", "summary": "list or watch objects of kind ReplicaSet",
"nickname": "listReplicaSet", "nickname": "listNamespacedReplicaSet",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -5049,7 +5049,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ReplicaSet", "summary": "watch individual changes to a list of ReplicaSet",
"nickname": "watchReplicaSetList", "nickname": "watchNamespacedReplicaSetList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",

View File

@ -64,7 +64,7 @@
"type": "v1.ComponentStatusList", "type": "v1.ComponentStatusList",
"method": "GET", "method": "GET",
"summary": "list objects of kind ComponentStatus", "summary": "list objects of kind ComponentStatus",
"nickname": "listNamespacedComponentStatus", "nickname": "listComponentStatus",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -140,7 +140,7 @@
"type": "v1.ComponentStatus", "type": "v1.ComponentStatus",
"method": "GET", "method": "GET",
"summary": "read the specified ComponentStatus", "summary": "read the specified ComponentStatus",
"nickname": "readNamespacedComponentStatus", "nickname": "readComponentStatus",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -798,7 +798,7 @@
"type": "v1.ConfigMapList", "type": "v1.ConfigMapList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind ConfigMap", "summary": "list or watch objects of kind ConfigMap",
"nickname": "listConfigMap", "nickname": "listNamespacedConfigMap",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -874,7 +874,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ConfigMap", "summary": "watch individual changes to a list of ConfigMap",
"nickname": "watchConfigMapList", "nickname": "watchNamespacedConfigMapList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -1563,7 +1563,7 @@
"type": "v1.EndpointsList", "type": "v1.EndpointsList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind Endpoints", "summary": "list or watch objects of kind Endpoints",
"nickname": "listEndpoints", "nickname": "listNamespacedEndpoints",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -1639,7 +1639,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Endpoints", "summary": "watch individual changes to a list of Endpoints",
"nickname": "watchEndpointsList", "nickname": "watchNamespacedEndpointsList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -2328,7 +2328,7 @@
"type": "v1.EventList", "type": "v1.EventList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind Event", "summary": "list or watch objects of kind Event",
"nickname": "listEvent", "nickname": "listNamespacedEvent",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -2404,7 +2404,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Event", "summary": "watch individual changes to a list of Event",
"nickname": "watchEventList", "nickname": "watchNamespacedEventList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -3093,7 +3093,7 @@
"type": "v1.LimitRangeList", "type": "v1.LimitRangeList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind LimitRange", "summary": "list or watch objects of kind LimitRange",
"nickname": "listLimitRange", "nickname": "listNamespacedLimitRange",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -3169,7 +3169,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of LimitRange", "summary": "watch individual changes to a list of LimitRange",
"nickname": "watchLimitRangeList", "nickname": "watchNamespacedLimitRangeList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -3244,7 +3244,7 @@
"type": "v1.NamespaceList", "type": "v1.NamespaceList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind Namespace", "summary": "list or watch objects of kind Namespace",
"nickname": "listNamespacedNamespace", "nickname": "listNamespace",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -3314,7 +3314,7 @@
"type": "v1.Namespace", "type": "v1.Namespace",
"method": "POST", "method": "POST",
"summary": "create a Namespace", "summary": "create a Namespace",
"nickname": "createNamespacedNamespace", "nickname": "createNamespace",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -3352,7 +3352,7 @@
"type": "unversioned.Status", "type": "unversioned.Status",
"method": "DELETE", "method": "DELETE",
"summary": "delete collection of Namespace", "summary": "delete collection of Namespace",
"nickname": "deletecollectionNamespacedNamespace", "nickname": "deletecollectionNamespace",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -3428,7 +3428,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Namespace", "summary": "watch individual changes to a list of Namespace",
"nickname": "watchNamespacedNamespaceList", "nickname": "watchNamespaceList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -3503,7 +3503,7 @@
"type": "v1.Namespace", "type": "v1.Namespace",
"method": "GET", "method": "GET",
"summary": "read the specified Namespace", "summary": "read the specified Namespace",
"nickname": "readNamespacedNamespace", "nickname": "readNamespace",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -3557,7 +3557,7 @@
"type": "v1.Namespace", "type": "v1.Namespace",
"method": "PUT", "method": "PUT",
"summary": "replace the specified Namespace", "summary": "replace the specified Namespace",
"nickname": "replaceNamespacedNamespace", "nickname": "replaceNamespace",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -3603,7 +3603,7 @@
"type": "v1.Namespace", "type": "v1.Namespace",
"method": "PATCH", "method": "PATCH",
"summary": "partially update the specified Namespace", "summary": "partially update the specified Namespace",
"nickname": "patchNamespacedNamespace", "nickname": "patchNamespace",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -3651,7 +3651,7 @@
"type": "unversioned.Status", "type": "unversioned.Status",
"method": "DELETE", "method": "DELETE",
"summary": "delete a Namespace", "summary": "delete a Namespace",
"nickname": "deleteNamespacedNamespace", "nickname": "deleteNamespace",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -3703,7 +3703,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Namespace", "summary": "watch changes to an object of kind Namespace",
"nickname": "watchNamespacedNamespace", "nickname": "watchNamespace",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -3786,7 +3786,7 @@
"type": "v1.Namespace", "type": "v1.Namespace",
"method": "PUT", "method": "PUT",
"summary": "replace finalize of the specified Namespace", "summary": "replace finalize of the specified Namespace",
"nickname": "replaceNamespacedNamespaceFinalize", "nickname": "replaceNamespaceFinalize",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -3838,7 +3838,7 @@
"type": "v1.Namespace", "type": "v1.Namespace",
"method": "PUT", "method": "PUT",
"summary": "replace status of the specified Namespace", "summary": "replace status of the specified Namespace",
"nickname": "replaceNamespacedNamespaceStatus", "nickname": "replaceNamespaceStatus",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -3890,7 +3890,7 @@
"type": "v1.NodeList", "type": "v1.NodeList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind Node", "summary": "list or watch objects of kind Node",
"nickname": "listNamespacedNode", "nickname": "listNode",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -3960,7 +3960,7 @@
"type": "v1.Node", "type": "v1.Node",
"method": "POST", "method": "POST",
"summary": "create a Node", "summary": "create a Node",
"nickname": "createNamespacedNode", "nickname": "createNode",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -3998,7 +3998,7 @@
"type": "unversioned.Status", "type": "unversioned.Status",
"method": "DELETE", "method": "DELETE",
"summary": "delete collection of Node", "summary": "delete collection of Node",
"nickname": "deletecollectionNamespacedNode", "nickname": "deletecollectionNode",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4074,7 +4074,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Node", "summary": "watch individual changes to a list of Node",
"nickname": "watchNamespacedNodeList", "nickname": "watchNodeList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4149,7 +4149,7 @@
"type": "v1.Node", "type": "v1.Node",
"method": "GET", "method": "GET",
"summary": "read the specified Node", "summary": "read the specified Node",
"nickname": "readNamespacedNode", "nickname": "readNode",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4203,7 +4203,7 @@
"type": "v1.Node", "type": "v1.Node",
"method": "PUT", "method": "PUT",
"summary": "replace the specified Node", "summary": "replace the specified Node",
"nickname": "replaceNamespacedNode", "nickname": "replaceNode",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4249,7 +4249,7 @@
"type": "v1.Node", "type": "v1.Node",
"method": "PATCH", "method": "PATCH",
"summary": "partially update the specified Node", "summary": "partially update the specified Node",
"nickname": "patchNamespacedNode", "nickname": "patchNode",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4297,7 +4297,7 @@
"type": "unversioned.Status", "type": "unversioned.Status",
"method": "DELETE", "method": "DELETE",
"summary": "delete a Node", "summary": "delete a Node",
"nickname": "deleteNamespacedNode", "nickname": "deleteNode",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4349,7 +4349,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind Node", "summary": "watch changes to an object of kind Node",
"nickname": "watchNamespacedNode", "nickname": "watchNode",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4432,7 +4432,7 @@
"type": "string", "type": "string",
"method": "GET", "method": "GET",
"summary": "proxy GET requests to Node", "summary": "proxy GET requests to Node",
"nickname": "proxyGETNamespacedNode", "nickname": "proxyGETNode",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4462,7 +4462,7 @@
"type": "string", "type": "string",
"method": "PUT", "method": "PUT",
"summary": "proxy PUT requests to Node", "summary": "proxy PUT requests to Node",
"nickname": "proxyPUTNamespacedNode", "nickname": "proxyPUTNode",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4492,7 +4492,7 @@
"type": "string", "type": "string",
"method": "POST", "method": "POST",
"summary": "proxy POST requests to Node", "summary": "proxy POST requests to Node",
"nickname": "proxyPOSTNamespacedNode", "nickname": "proxyPOSTNode",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4522,7 +4522,7 @@
"type": "string", "type": "string",
"method": "DELETE", "method": "DELETE",
"summary": "proxy DELETE requests to Node", "summary": "proxy DELETE requests to Node",
"nickname": "proxyDELETENamespacedNode", "nickname": "proxyDELETENode",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4552,7 +4552,7 @@
"type": "string", "type": "string",
"method": "HEAD", "method": "HEAD",
"summary": "proxy HEAD requests to Node", "summary": "proxy HEAD requests to Node",
"nickname": "proxyHEADNamespacedNode", "nickname": "proxyHEADNode",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4582,7 +4582,7 @@
"type": "string", "type": "string",
"method": "OPTIONS", "method": "OPTIONS",
"summary": "proxy OPTIONS requests to Node", "summary": "proxy OPTIONS requests to Node",
"nickname": "proxyOPTIONSNamespacedNode", "nickname": "proxyOPTIONSNode",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4618,7 +4618,7 @@
"type": "string", "type": "string",
"method": "GET", "method": "GET",
"summary": "proxy GET requests to Node", "summary": "proxy GET requests to Node",
"nickname": "proxyGETNamespacedNode", "nickname": "proxyGETNode",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4640,7 +4640,7 @@
"type": "string", "type": "string",
"method": "PUT", "method": "PUT",
"summary": "proxy PUT requests to Node", "summary": "proxy PUT requests to Node",
"nickname": "proxyPUTNamespacedNode", "nickname": "proxyPUTNode",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4662,7 +4662,7 @@
"type": "string", "type": "string",
"method": "POST", "method": "POST",
"summary": "proxy POST requests to Node", "summary": "proxy POST requests to Node",
"nickname": "proxyPOSTNamespacedNode", "nickname": "proxyPOSTNode",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4684,7 +4684,7 @@
"type": "string", "type": "string",
"method": "DELETE", "method": "DELETE",
"summary": "proxy DELETE requests to Node", "summary": "proxy DELETE requests to Node",
"nickname": "proxyDELETENamespacedNode", "nickname": "proxyDELETENode",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4706,7 +4706,7 @@
"type": "string", "type": "string",
"method": "HEAD", "method": "HEAD",
"summary": "proxy HEAD requests to Node", "summary": "proxy HEAD requests to Node",
"nickname": "proxyHEADNamespacedNode", "nickname": "proxyHEADNode",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4728,7 +4728,7 @@
"type": "string", "type": "string",
"method": "OPTIONS", "method": "OPTIONS",
"summary": "proxy OPTIONS requests to Node", "summary": "proxy OPTIONS requests to Node",
"nickname": "proxyOPTIONSNamespacedNode", "nickname": "proxyOPTIONSNode",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4756,7 +4756,7 @@
"type": "string", "type": "string",
"method": "GET", "method": "GET",
"summary": "connect GET requests to proxy of Node", "summary": "connect GET requests to proxy of Node",
"nickname": "connectGetNamespacedNodeProxy", "nickname": "connectGetNodeProxy",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4786,7 +4786,7 @@
"type": "string", "type": "string",
"method": "POST", "method": "POST",
"summary": "connect POST requests to proxy of Node", "summary": "connect POST requests to proxy of Node",
"nickname": "connectPostNamespacedNodeProxy", "nickname": "connectPostNodeProxy",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4816,7 +4816,7 @@
"type": "string", "type": "string",
"method": "PUT", "method": "PUT",
"summary": "connect PUT requests to proxy of Node", "summary": "connect PUT requests to proxy of Node",
"nickname": "connectPutNamespacedNodeProxy", "nickname": "connectPutNodeProxy",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4846,7 +4846,7 @@
"type": "string", "type": "string",
"method": "DELETE", "method": "DELETE",
"summary": "connect DELETE requests to proxy of Node", "summary": "connect DELETE requests to proxy of Node",
"nickname": "connectDeleteNamespacedNodeProxy", "nickname": "connectDeleteNodeProxy",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4876,7 +4876,7 @@
"type": "string", "type": "string",
"method": "HEAD", "method": "HEAD",
"summary": "connect HEAD requests to proxy of Node", "summary": "connect HEAD requests to proxy of Node",
"nickname": "connectHeadNamespacedNodeProxy", "nickname": "connectHeadNodeProxy",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4906,7 +4906,7 @@
"type": "string", "type": "string",
"method": "OPTIONS", "method": "OPTIONS",
"summary": "connect OPTIONS requests to proxy of Node", "summary": "connect OPTIONS requests to proxy of Node",
"nickname": "connectOptionsNamespacedNodeProxy", "nickname": "connectOptionsNodeProxy",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4942,7 +4942,7 @@
"type": "string", "type": "string",
"method": "GET", "method": "GET",
"summary": "connect GET requests to proxy of Node", "summary": "connect GET requests to proxy of Node",
"nickname": "connectGetNamespacedNodeProxy", "nickname": "connectGetNodeProxy",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -4980,7 +4980,7 @@
"type": "string", "type": "string",
"method": "POST", "method": "POST",
"summary": "connect POST requests to proxy of Node", "summary": "connect POST requests to proxy of Node",
"nickname": "connectPostNamespacedNodeProxy", "nickname": "connectPostNodeProxy",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -5018,7 +5018,7 @@
"type": "string", "type": "string",
"method": "PUT", "method": "PUT",
"summary": "connect PUT requests to proxy of Node", "summary": "connect PUT requests to proxy of Node",
"nickname": "connectPutNamespacedNodeProxy", "nickname": "connectPutNodeProxy",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -5056,7 +5056,7 @@
"type": "string", "type": "string",
"method": "DELETE", "method": "DELETE",
"summary": "connect DELETE requests to proxy of Node", "summary": "connect DELETE requests to proxy of Node",
"nickname": "connectDeleteNamespacedNodeProxy", "nickname": "connectDeleteNodeProxy",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -5094,7 +5094,7 @@
"type": "string", "type": "string",
"method": "HEAD", "method": "HEAD",
"summary": "connect HEAD requests to proxy of Node", "summary": "connect HEAD requests to proxy of Node",
"nickname": "connectHeadNamespacedNodeProxy", "nickname": "connectHeadNodeProxy",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -5132,7 +5132,7 @@
"type": "string", "type": "string",
"method": "OPTIONS", "method": "OPTIONS",
"summary": "connect OPTIONS requests to proxy of Node", "summary": "connect OPTIONS requests to proxy of Node",
"nickname": "connectOptionsNamespacedNodeProxy", "nickname": "connectOptionsNodeProxy",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -5176,7 +5176,7 @@
"type": "v1.Node", "type": "v1.Node",
"method": "PUT", "method": "PUT",
"summary": "replace status of the specified Node", "summary": "replace status of the specified Node",
"nickname": "replaceNamespacedNodeStatus", "nickname": "replaceNodeStatus",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -5842,7 +5842,7 @@
"type": "v1.PersistentVolumeClaimList", "type": "v1.PersistentVolumeClaimList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind PersistentVolumeClaim", "summary": "list or watch objects of kind PersistentVolumeClaim",
"nickname": "listPersistentVolumeClaim", "nickname": "listNamespacedPersistentVolumeClaim",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -5918,7 +5918,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of PersistentVolumeClaim", "summary": "watch individual changes to a list of PersistentVolumeClaim",
"nickname": "watchPersistentVolumeClaimList", "nickname": "watchNamespacedPersistentVolumeClaimList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -6053,7 +6053,7 @@
"type": "v1.PersistentVolumeList", "type": "v1.PersistentVolumeList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind PersistentVolume", "summary": "list or watch objects of kind PersistentVolume",
"nickname": "listNamespacedPersistentVolume", "nickname": "listPersistentVolume",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -6123,7 +6123,7 @@
"type": "v1.PersistentVolume", "type": "v1.PersistentVolume",
"method": "POST", "method": "POST",
"summary": "create a PersistentVolume", "summary": "create a PersistentVolume",
"nickname": "createNamespacedPersistentVolume", "nickname": "createPersistentVolume",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -6161,7 +6161,7 @@
"type": "unversioned.Status", "type": "unversioned.Status",
"method": "DELETE", "method": "DELETE",
"summary": "delete collection of PersistentVolume", "summary": "delete collection of PersistentVolume",
"nickname": "deletecollectionNamespacedPersistentVolume", "nickname": "deletecollectionPersistentVolume",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -6237,7 +6237,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of PersistentVolume", "summary": "watch individual changes to a list of PersistentVolume",
"nickname": "watchNamespacedPersistentVolumeList", "nickname": "watchPersistentVolumeList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -6312,7 +6312,7 @@
"type": "v1.PersistentVolume", "type": "v1.PersistentVolume",
"method": "GET", "method": "GET",
"summary": "read the specified PersistentVolume", "summary": "read the specified PersistentVolume",
"nickname": "readNamespacedPersistentVolume", "nickname": "readPersistentVolume",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -6366,7 +6366,7 @@
"type": "v1.PersistentVolume", "type": "v1.PersistentVolume",
"method": "PUT", "method": "PUT",
"summary": "replace the specified PersistentVolume", "summary": "replace the specified PersistentVolume",
"nickname": "replaceNamespacedPersistentVolume", "nickname": "replacePersistentVolume",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -6412,7 +6412,7 @@
"type": "v1.PersistentVolume", "type": "v1.PersistentVolume",
"method": "PATCH", "method": "PATCH",
"summary": "partially update the specified PersistentVolume", "summary": "partially update the specified PersistentVolume",
"nickname": "patchNamespacedPersistentVolume", "nickname": "patchPersistentVolume",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -6460,7 +6460,7 @@
"type": "unversioned.Status", "type": "unversioned.Status",
"method": "DELETE", "method": "DELETE",
"summary": "delete a PersistentVolume", "summary": "delete a PersistentVolume",
"nickname": "deleteNamespacedPersistentVolume", "nickname": "deletePersistentVolume",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -6512,7 +6512,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch changes to an object of kind PersistentVolume", "summary": "watch changes to an object of kind PersistentVolume",
"nickname": "watchNamespacedPersistentVolume", "nickname": "watchPersistentVolume",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -6595,7 +6595,7 @@
"type": "v1.PersistentVolume", "type": "v1.PersistentVolume",
"method": "PUT", "method": "PUT",
"summary": "replace status of the specified PersistentVolume", "summary": "replace status of the specified PersistentVolume",
"nickname": "replaceNamespacedPersistentVolumeStatus", "nickname": "replacePersistentVolumeStatus",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -7681,7 +7681,7 @@
"type": "v1.PodList", "type": "v1.PodList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind Pod", "summary": "list or watch objects of kind Pod",
"nickname": "listPod", "nickname": "listNamespacedPod",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -7757,7 +7757,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Pod", "summary": "watch individual changes to a list of Pod",
"nickname": "watchPodList", "nickname": "watchNamespacedPodList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -9572,7 +9572,7 @@
"type": "v1.PodTemplateList", "type": "v1.PodTemplateList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind PodTemplate", "summary": "list or watch objects of kind PodTemplate",
"nickname": "listPodTemplate", "nickname": "listNamespacedPodTemplate",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -9648,7 +9648,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of PodTemplate", "summary": "watch individual changes to a list of PodTemplate",
"nickname": "watchPodTemplateList", "nickname": "watchNamespacedPodTemplateList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -10337,7 +10337,7 @@
"type": "v1.ReplicationControllerList", "type": "v1.ReplicationControllerList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind ReplicationController", "summary": "list or watch objects of kind ReplicationController",
"nickname": "listReplicationController", "nickname": "listNamespacedReplicationController",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -10413,7 +10413,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ReplicationController", "summary": "watch individual changes to a list of ReplicationController",
"nickname": "watchReplicationControllerList", "nickname": "watchNamespacedReplicationControllerList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -11324,7 +11324,7 @@
"type": "v1.ResourceQuotaList", "type": "v1.ResourceQuotaList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind ResourceQuota", "summary": "list or watch objects of kind ResourceQuota",
"nickname": "listResourceQuota", "nickname": "listNamespacedResourceQuota",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -11400,7 +11400,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ResourceQuota", "summary": "watch individual changes to a list of ResourceQuota",
"nickname": "watchResourceQuotaList", "nickname": "watchNamespacedResourceQuotaList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -12149,7 +12149,7 @@
"type": "v1.SecretList", "type": "v1.SecretList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind Secret", "summary": "list or watch objects of kind Secret",
"nickname": "listSecret", "nickname": "listNamespacedSecret",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -12225,7 +12225,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Secret", "summary": "watch individual changes to a list of Secret",
"nickname": "watchSecretList", "nickname": "watchNamespacedSecretList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -12914,7 +12914,7 @@
"type": "v1.ServiceAccountList", "type": "v1.ServiceAccountList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind ServiceAccount", "summary": "list or watch objects of kind ServiceAccount",
"nickname": "listServiceAccount", "nickname": "listNamespacedServiceAccount",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -12990,7 +12990,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of ServiceAccount", "summary": "watch individual changes to a list of ServiceAccount",
"nickname": "watchServiceAccountList", "nickname": "watchNamespacedServiceAccountList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -14013,7 +14013,7 @@
"type": "v1.ServiceList", "type": "v1.ServiceList",
"method": "GET", "method": "GET",
"summary": "list or watch objects of kind Service", "summary": "list or watch objects of kind Service",
"nickname": "listService", "nickname": "listNamespacedService",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@ -14089,7 +14089,7 @@
"type": "json.WatchEvent", "type": "json.WatchEvent",
"method": "GET", "method": "GET",
"summary": "watch individual changes to a list of Service", "summary": "watch individual changes to a list of Service",
"nickname": "watchServiceList", "nickname": "watchNamespacedServiceList",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",

View File

@ -464,7 +464,7 @@ func (a *APIInstaller) registerResourceHandlers(path string, storage rest.Storag
for _, action := range actions { for _, action := range actions {
reqScope.Namer = action.Namer reqScope.Namer = action.Namer
namespaced := "" namespaced := ""
if strings.Contains(action.Path, scope.ArgumentName()) { if apiResource.Namespaced {
namespaced = "Namespaced" namespaced = "Namespaced"
} }
switch action.Verb { switch action.Verb {