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

@@ -551,7 +551,7 @@ type RBDVolumeSource struct {
// ContainerPort represents a network port in a single container
type ContainerPort struct {
// Optional: If specified, this must be a IANA_SVC_NAME Each named port
// Optional: If specified, this must be an IANA_SVC_NAME Each named port
// in a pod must have a unique name.
Name string `json:"name,omitempty"`
// Optional: If specified, this must be a valid port number, 0 < x < 65536.