Merge pull request #97139 from filintod/master

Update networking ingress types for Ingress Backend Service Port name
This commit is contained in:
Kubernetes Prow Robot 2021-03-01 21:09:23 -08:00 committed by GitHub
commit e4bf1eb98e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -502,6 +502,7 @@ type IngressServiceBackend struct {
// ServiceBackendPort is the service port being referenced.
type ServiceBackendPort struct {
// 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".
// +optional
Name string