python/kubernetes/docs/V1IngressServiceBackend.md
2023-05-31 21:09:35 +00: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]