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

13 lines
660 B
Markdown

# V1ServiceBackendPort
ServiceBackendPort is the service port being referenced.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | Name is the name of the port on the Service. This is a mutually exclusive setting with \"Number\". | [optional]
**number** | **int** | Number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with \"Name\". | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)