Fix 'a' vs 'an'

This commit is contained in:
Tim Hockin
2015-06-28 14:50:57 -07:00
parent 08f66f04d6
commit 025f728e50
3 changed files with 10 additions and 10 deletions

View File

@@ -12575,7 +12575,7 @@
"properties": {
"name": {
"type": "string",
"description": "name for the port that can be referred to by services; must be a IANA_SVC_NAME and unique within the pod"
"description": "name for the port that can be referred to by services; must be an IANA_SVC_NAME and unique within the pod"
},
"hostPort": {
"type": "integer",
@@ -12717,7 +12717,7 @@
},
"port": {
"type": "string",
"description": "number or name of the port to access on the container; number must be in the range 1 to 65535; name must be a IANA_SVC_NAME"
"description": "number or name of the port to access on the container; number must be in the range 1 to 65535; name must be an IANA_SVC_NAME"
},
"host": {
"type": "string",
@@ -12737,7 +12737,7 @@
"properties": {
"port": {
"type": "string",
"description": "number of name of the port to access on the container; number must be in the range 1 to 65535; name must be a IANA_SVC_NAME"
"description": "number of name of the port to access on the container; number must be in the range 1 to 65535; name must be an IANA_SVC_NAME"
}
}
},
@@ -13460,7 +13460,7 @@
},
"targetPort": {
"type": "string",
"description": "number or name of the port to access on the pods targeted by the service; defaults to the service port; number must be in the range 1 to 65535; name must be a IANA_SVC_NAME"
"description": "number or name of the port to access on the pods targeted by the service; defaults to the service port; number must be in the range 1 to 65535; name must be an IANA_SVC_NAME"
},
"nodePort": {
"type": "integer",