mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 20:21:20 +00:00
Fix 'a' vs 'an'
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user