Files
c/kubernetes/docs/v1_load_balancer_ingress.md

13 lines
765 B
Markdown
Raw Normal View History

2021-03-17 16:35:19 +08:00
# v1_load_balancer_ingress_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**hostname** | **char \*** | Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers) | [optional]
**ip** | **char \*** | IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers) | [optional]
2021-09-14 21:52:06 +08:00
**ports** | [**list_t**](v1_port_status.md) \* | Ports is a list of records of service ports If used, every port defined in the service should have an entry in it | [optional]
2021-03-17 16:35:19 +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)