mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-29 21:29:24 +00:00
Fix API documentation, 'Port' to 'port'
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user