Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swagger spec: Fixing the logic to generate nickname #23091

Merged
merged 2 commits into from
Mar 17, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/swagger-spec/autoscaling_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@
"type": "v1.HorizontalPodAutoscalerList",
"method": "GET",
"summary": "list or watch objects of kind HorizontalPodAutoscaler",
"nickname": "listHorizontalPodAutoscaler",
"nickname": "listNamespacedHorizontalPodAutoscaler",
"parameters": [
{
"type": "string",
Expand Down Expand Up @@ -702,7 +702,7 @@
"type": "json.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of HorizontalPodAutoscaler",
"nickname": "watchHorizontalPodAutoscalerList",
"nickname": "watchNamespacedHorizontalPodAutoscalerList",
"parameters": [
{
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions api/swagger-spec/batch_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@
"type": "v1.JobList",
"method": "GET",
"summary": "list or watch objects of kind Job",
"nickname": "listJob",
"nickname": "listNamespacedJob",
"parameters": [
{
"type": "string",
Expand Down Expand Up @@ -702,7 +702,7 @@
"type": "json.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of Job",
"nickname": "watchJobList",
"nickname": "watchNamespacedJobList",
"parameters": [
{
"type": "string",
Expand Down
24 changes: 12 additions & 12 deletions api/swagger-spec/extensions_v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@
"type": "v1beta1.DaemonSetList",
"method": "GET",
"summary": "list or watch objects of kind DaemonSet",
"nickname": "listDaemonSet",
"nickname": "listNamespacedDaemonSet",
"parameters": [
{
"type": "string",
Expand Down Expand Up @@ -702,7 +702,7 @@
"type": "json.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of DaemonSet",
"nickname": "watchDaemonSetList",
"nickname": "watchNamespacedDaemonSetList",
"parameters": [
{
"type": "string",
Expand Down Expand Up @@ -1451,7 +1451,7 @@
"type": "v1beta1.DeploymentList",
"method": "GET",
"summary": "list or watch objects of kind Deployment",
"nickname": "listDeployment",
"nickname": "listNamespacedDeployment",
"parameters": [
{
"type": "string",
Expand Down Expand Up @@ -1527,7 +1527,7 @@
"type": "json.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of Deployment",
"nickname": "watchDeploymentList",
"nickname": "watchNamespacedDeploymentList",
"parameters": [
{
"type": "string",
Expand Down Expand Up @@ -2498,7 +2498,7 @@
"type": "v1beta1.HorizontalPodAutoscalerList",
"method": "GET",
"summary": "list or watch objects of kind HorizontalPodAutoscaler",
"nickname": "listHorizontalPodAutoscaler",
"nickname": "listNamespacedHorizontalPodAutoscaler",
"parameters": [
{
"type": "string",
Expand Down Expand Up @@ -2574,7 +2574,7 @@
"type": "json.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of HorizontalPodAutoscaler",
"nickname": "watchHorizontalPodAutoscalerList",
"nickname": "watchNamespacedHorizontalPodAutoscalerList",
"parameters": [
{
"type": "string",
Expand Down Expand Up @@ -3323,7 +3323,7 @@
"type": "v1beta1.IngressList",
"method": "GET",
"summary": "list or watch objects of kind Ingress",
"nickname": "listIngress",
"nickname": "listNamespacedIngress",
"parameters": [
{
"type": "string",
Expand Down Expand Up @@ -3399,7 +3399,7 @@
"type": "json.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of Ingress",
"nickname": "watchIngressList",
"nickname": "watchNamespacedIngressList",
"parameters": [
{
"type": "string",
Expand Down Expand Up @@ -4148,7 +4148,7 @@
"type": "v1beta1.JobList",
"method": "GET",
"summary": "list or watch objects of kind Job",
"nickname": "listJob",
"nickname": "listNamespacedJob",
"parameters": [
{
"type": "string",
Expand Down Expand Up @@ -4224,7 +4224,7 @@
"type": "json.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of Job",
"nickname": "watchJobList",
"nickname": "watchNamespacedJobList",
"parameters": [
{
"type": "string",
Expand Down Expand Up @@ -4973,7 +4973,7 @@
"type": "v1beta1.ReplicaSetList",
"method": "GET",
"summary": "list or watch objects of kind ReplicaSet",
"nickname": "listReplicaSet",
"nickname": "listNamespacedReplicaSet",
"parameters": [
{
"type": "string",
Expand Down Expand Up @@ -5049,7 +5049,7 @@
"type": "json.WatchEvent",
"method": "GET",
"summary": "watch individual changes to a list of ReplicaSet",
"nickname": "watchReplicaSetList",
"nickname": "watchNamespacedReplicaSetList",
"parameters": [
{
"type": "string",
Expand Down