python/kubernetes/docs/V1IngressServiceBackend.md
2021-09-13 12:59:16 -07:00

573 B

V1IngressServiceBackend

IngressServiceBackend references a Kubernetes Service as a Backend.

Properties

Name Type Description Notes
name str Name is the referenced service. The service must exist in the same namespace as the Ingress object.
port V1ServiceBackendPort [optional]

[Back to Model list] [Back to API list] [Back to README]