Fix API documentation, 'Port' to 'port'

This commit is contained in:
Mehdy Bohlool
2019-03-06 14:11:08 -08:00
parent 864cf3e33a
commit c1076ba05a
17 changed files with 21 additions and 21 deletions

View File

@@ -335,7 +335,7 @@ type ServiceReference struct {
Path *string
// If specified, the port on the service that hosting webhook.
// `Port` should be a valid port number (1-65535, inclusive).
// `port` should be a valid port number (1-65535, inclusive).
// +optional
Port int32
}

View File

@@ -193,7 +193,7 @@ type ServiceReference struct {
Path *string
// If specified, the port on the service that hosting webhook.
// `Port` should be a valid port number (1-65535, inclusive).
// `port` should be a valid port number (1-65535, inclusive).
// +optional
Port int32
}