Files
c/kubernetes/docs/v1_service_backend_port.md

12 lines
612 B
Markdown
Raw Normal View History

2021-09-14 21:52:06 +08:00
# v1_service_backend_port_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **char \*** | 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]
2021-09-14 21:52:06 +08:00
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)