mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Merge pull request #97139 from filintod/master
Update networking ingress types for Ingress Backend Service Port name
This commit is contained in:
commit
e4bf1eb98e
@ -502,6 +502,7 @@ type IngressServiceBackend struct {
|
|||||||
// ServiceBackendPort is the service port being referenced.
|
// ServiceBackendPort is the service port being referenced.
|
||||||
type ServiceBackendPort struct {
|
type ServiceBackendPort struct {
|
||||||
// Name is the name of the port on the Service.
|
// Name is the name of the port on the Service.
|
||||||
|
// This must be an IANA_SVC_NAME (following RFC6335).
|
||||||
// This is a mutually exclusive setting with "Number".
|
// This is a mutually exclusive setting with "Number".
|
||||||
// +optional
|
// +optional
|
||||||
Name string
|
Name string
|
||||||
|
Loading…
Reference in New Issue
Block a user