Correct the article in generated documents

For example:

  "a Ingress" > "an Ingress"
This commit is contained in:
Angus Salkeld
2016-10-26 09:54:02 +10:00
parent 8ca348a7a0
commit 3a08cf0619
11 changed files with 135 additions and 32 deletions

View File

@@ -1197,7 +1197,7 @@
}
},
"post": {
"description": "create a Endpoints",
"description": "create Endpoints",
"consumes": [
"*/*"
],
@@ -1405,7 +1405,7 @@
}
},
"delete": {
"description": "delete a Endpoints",
"description": "delete Endpoints",
"consumes": [
"*/*"
],
@@ -1580,7 +1580,7 @@
}
},
"post": {
"description": "create a Event",
"description": "create an Event",
"consumes": [
"*/*"
],
@@ -1788,7 +1788,7 @@
}
},
"delete": {
"description": "delete a Event",
"description": "delete an Event",
"consumes": [
"*/*"
],
@@ -3353,7 +3353,7 @@
},
"/api/v1/namespaces/{namespace}/pods/{name}/eviction": {
"post": {
"description": "create eviction of a Eviction",
"description": "create eviction of an Eviction",
"consumes": [
"*/*"
],
@@ -20515,7 +20515,7 @@
}
},
"post": {
"description": "create a Ingress",
"description": "create an Ingress",
"consumes": [
"*/*"
],
@@ -20723,7 +20723,7 @@
}
},
"delete": {
"description": "delete a Ingress",
"description": "delete an Ingress",
"consumes": [
"*/*"
],

View File

@@ -1107,7 +1107,7 @@
}
},
"post": {
"description": "create a Endpoints",
"description": "create Endpoints",
"consumes": [
"*/*"
],
@@ -1303,7 +1303,7 @@
}
},
"delete": {
"description": "delete a Endpoints",
"description": "delete Endpoints",
"consumes": [
"*/*"
],
@@ -1469,7 +1469,7 @@
}
},
"post": {
"description": "create a Event",
"description": "create an Event",
"consumes": [
"*/*"
],
@@ -1665,7 +1665,7 @@
}
},
"delete": {
"description": "delete a Event",
"description": "delete an Event",
"consumes": [
"*/*"
],
@@ -3143,7 +3143,7 @@
},
"/api/v1/namespaces/{namespace}/pods/{name}/eviction": {
"post": {
"description": "create eviction of a Eviction",
"description": "create eviction of an Eviction",
"consumes": [
"*/*"
],

View File

@@ -3184,7 +3184,7 @@
{
"type": "v1beta1.Ingress",
"method": "POST",
"summary": "create a Ingress",
"summary": "create an Ingress",
"nickname": "createNamespacedIngress",
"parameters": [
{
@@ -3578,7 +3578,7 @@
{
"type": "unversioned.Status",
"method": "DELETE",
"summary": "delete a Ingress",
"summary": "delete an Ingress",
"nickname": "deleteNamespacedIngress",
"parameters": [
{

View File

@@ -1062,7 +1062,7 @@
{
"type": "v1.Endpoints",
"method": "POST",
"summary": "create a Endpoints",
"summary": "create Endpoints",
"nickname": "createNamespacedEndpoints",
"parameters": [
{
@@ -1456,7 +1456,7 @@
{
"type": "unversioned.Status",
"method": "DELETE",
"summary": "delete a Endpoints",
"summary": "delete Endpoints",
"nickname": "deleteNamespacedEndpoints",
"parameters": [
{
@@ -1851,7 +1851,7 @@
{
"type": "v1.Event",
"method": "POST",
"summary": "create a Event",
"summary": "create an Event",
"nickname": "createNamespacedEvent",
"parameters": [
{
@@ -2245,7 +2245,7 @@
{
"type": "unversioned.Status",
"method": "DELETE",
"summary": "delete a Event",
"summary": "delete an Event",
"nickname": "deleteNamespacedEvent",
"parameters": [
{
@@ -8615,7 +8615,7 @@
{
"type": "v1alpha1.Eviction",
"method": "POST",
"summary": "create eviction of a Eviction",
"summary": "create eviction of an Eviction",
"nickname": "createNamespacedEvictionEviction",
"parameters": [
{